@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Proxima+Nova);
@import url(https://fonts.googleapis.com/css?family=Poppins);
@import url(https://fonts.googleapis.com/css?family=Proxima+Nova);
@import url(https://fonts.googleapis.com/css?family=Poppins);
@import url(https://fonts.googleapis.com/css2?family=Arial&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Times+New+Roman&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Verdana&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Georgia&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Helvetica&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Courier+New&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Tahoma&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Trebuchet+MS&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Comic+Sans+MS&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Impact&display=swap);
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);
body {
  font-family: 'proxima-nova', sans-serif !important;
  background-color: #fcfcfc;
  line-height: 18px;
  font-size: 13px;
  color: #414141;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */ }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0; }

input {
  line-height: inherit; }

input:focus {
  border-color: #4F86C6 !important; }

[data-color=white].colored-border {
  border-color: #fff; }

[data-color=white].colored-background {
  background-color: #fff; }

[data-color=gray].colored-border {
  border-color: #F4F5F7; }

[data-color=gray].colored-background {
  background-color: #F4F5F7; }

[data-color=blue].colored-border {
  border-color: #0096FF; }

[data-color=blue].colored-background {
  background-color: #0096FF; }

[data-color=red].colored-border {
  border-color: #E53A40; }

[data-color=red].colored-background {
  background-color: #E53A40; }

.m-l-r-10 {
  margin-left: 10px;
  margin-right: 10px; }

.m-l-r-20 {
  margin-left: 20px;
  margin-right: 20px; }

.m-t-20 {
  margin-top: 20px !important; }

.m-t-10 {
  margin-top: 10px !important; }

[draggable=true] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element; }

a:hover {
  color: inherit; }

.white-text {
  color: #fff;
  fill: #fff; }

.big {
  font-size: .9rem; }

.stronger {
  font-weight: 600; }

.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

.items-end {
  -webkit-align-self: flex-end;
  align-self: flex-end; }

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.pd-l-r {
  padding-left: 1rem;
  padding-right: 1rem; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0; }

.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

.absolute {
  position: absolute; }

.align-right {
  margin-left: auto !important; }

.baycontainer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.overflow-hidden {
  overflow: hidden; }

.ui.segment {
  border: 0;
  border-radius: 0; }

.ui.basic.segment {
  padding: 0 !important; }

.ui.fluid.input > input {
  border-radius: 5px;
  width: 0px !important; }

.hidden {
  opacity: 0; }

body ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #eaeaea !important; }

body ::-webkit-scrollbar-track {
  background-color: #eaeaea !important;
  border-radius: 0px; }

body ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.28);
  box-shadow: inset 0 0 0 1px transparent; }

body ::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4); }

.relative {
  position: relative; }

ul.contex-menu {
  min-width: 224px;
  max-width: 350px;
  width: 100%;
  padding: 10px 0;
  position: absolute;
  background: #fff;
  border-radius: 4px;
  list-style: none;
  border: 1px solid #ddd; }
  ul.contex-menu li {
    padding: 6px 10px;
    cursor: pointer; }
    ul.contex-menu li span {
      position: relative;
      top: -2px;
      color: #212121;
      letter-spacing: .4px;
      font-size: 13px;
      font-weight: 500; }
    ul.contex-menu li svg {
      position: relative;
      top: 2px;
      margin-right: 10px; }
    ul.contex-menu li:hover {
      background: #e7e7e7; }
  ul.contex-menu .active {
    background: #f8f8f8; }
  ul.contex-menu .disable {
    pointer-events: none;
    opacity: 0.5; }
  ul.contex-menu .disablelist {
    opacity: 0.5; }

.full-height {
  height: 100vh;
  min-height: 700px; }

.full-width {
  width: 100%; }

.btn-blue {
  background-color: #0096FF !important;
  color: #fff !important; }

.icon-button svg {
  position: relative;
  top: 2px;
  margin-right: 6px; }

.icon-button i {
  color: #fff; }

.sidebar-bx .sidebar-title h3 {
  padding-bottom: 3px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  color: #909090;
  font-size: 13px;
  margin-bottom: 16px; }

.sidebar-bx ul.sidebar-items {
  padding: 0;
  list-style: none; }
  .sidebar-bx ul.sidebar-items li {
    height: 28px;
    display: block;
    cursor: pointer; }
    .sidebar-bx ul.sidebar-items li a {
      padding-bottom: 3px;
      font-size: 14px;
      color: #414141;
      font-weight: 500; }
      .sidebar-bx ul.sidebar-items li a:hover {
        color: #0096FF; }
  .sidebar-bx ul.sidebar-items li.active a {
    border-bottom: 2px solid #414141; }

.sidebar-bx .limit-box {
  background-color: #fff6f6;
  padding: 14px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
  margin-top: 16px; }
  .sidebar-bx .limit-box i {
    color: #912d2b;
    float: right;
    margin-right: -6px;
    cursor: pointer; }
  .sidebar-bx .limit-box p.header {
    color: #912d2b;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px; }
  .sidebar-bx .limit-box p.sub-header {
    font-size: 12px;
    line-height: 19px;
    margin: 16px 0; }
  .sidebar-bx .limit-box .sub-items {
    margin: 4px 0; }
    .sidebar-bx .limit-box .sub-items p {
      font-size: 12px;
      line-height: 19px;
      padding: 4px 0; }

.Toastify__toast-container {
  width: 100%;
  min-width: fit-content;
  max-width: fit-content; }

.custom-notification {
  box-shadow: none; }
  .custom-notification .Toastify__toast {
    height: 100%;
    min-height: 42px;
    max-height: 42px;
    padding: 12px 18px;
    align-items: center; }
  .custom-notification .Toastify__toast--info {
    background: #31353e;
    border-radius: 4px;
    border: 1px solid #31353e; }
    .custom-notification .Toastify__toast--info .Toastify__toast-body {
      color: #f6f6f6 !important; }
  .custom-notification .Toastify__toast--success {
    background: #379392;
    border-radius: 4px;
    border: 1px solid #379392; }
    .custom-notification .Toastify__toast--success .Toastify__toast-body {
      color: #f6f6f6 !important; }
  .custom-notification .Toastify__toast--error {
    background: #E53A40;
    border-radius: 4px;
    border: 1px solid #E53A40;
    color: #fff; }
    .custom-notification .Toastify__toast--error .Toastify__toast-body {
      color: #f6f6f6 !important; }
  .custom-notification .Toastify__toast-body {
    margin: 0px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 400; }

.wc-delete-sure {
  z-index: 1000;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  width: 250px;
  border-radius: 4px;
  font-size: 13px; }
  .wc-delete-sure .content {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 20px; }
    .wc-delete-sure .content p {
      margin: 12px 0px !important; }

.wc-delete-sure-right {
  z-index: 1000;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  width: 250px;
  top: 40px;
  right: 40px;
  border-radius: 4px;
  font-size: 13px;
  color: #1f1f1f; }
  .wc-delete-sure-right .content {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 20px; }
    .wc-delete-sure-right .content p {
      margin: 12px 0px !important; }

.wc-delete-sure-grid {
  z-index: 1000;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  top: 120px;
  left: -20px;
  border-radius: 4px;
  font-size: 13px; }
  .wc-delete-sure-grid .content {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 20px; }
    .wc-delete-sure-grid .content p {
      margin: 12px 0px !important; }

.muted-text {
  color: #909090 !important;
  font-size: 13px; }

.text-center {
  text-align: center; }

.rodal-dialog {
  max-height: 100% !important;
  overflow-y: auto !important; }

.Select-input input {
  border: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.error-message {
  color: #E53A40 !important;
  font-size: 11px !important;
  padding: 6px 4px !important; }

.tooltip {
  position: relative;
  display: inline-block; }

.tooltip .tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: #303b47;
  color: white;
  text-align: center;
  text-transform: none;
  border-radius: 4px;
  font-size: 12px !important;
  margin-left: 8px;
  padding: 4px 8px;
  position: absolute;
  z-index: 14;
  left: 5px;
  padding-left: 7px;
  padding-right: 7px;
  bottom: -36px; }

.tooltip:hover .tooltiptext {
  visibility: visible; }

.tooltip .plantooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: #303b47;
  color: white;
  text-align: left;
  border-radius: 3px;
  font-size: 14px;
  padding: 14px;
  position: absolute;
  z-index: 6;
  margin-left: 8px; }

.tooltip:hover .plantooltiptext {
  visibility: visible;
  transition-delay: .9s; }

.tooltip .tooltiptexthome {
  visibility: hidden;
  width: max-content;
  background-color: #303b47;
  color: white;
  text-align: center;
  text-transform: none;
  border-radius: 4px;
  font-size: 12px !important;
  margin-left: 8px;
  padding: 6px 8px;
  position: absolute;
  z-index: 6;
  left: 28px;
  padding-left: 7px;
  padding-right: 7px;
  bottom: 9%; }

.tooltip:hover .tooltiptexthome {
  visibility: visible; }

.tooltip .tooltiptextheader {
  visibility: hidden;
  width: fit-content;
  background-color: #303b47;
  color: white;
  text-align: center;
  text-transform: none;
  border-radius: 4px;
  font-size: 12px !important;
  margin-left: -4px;
  padding: 4px 8px;
  position: absolute;
  z-index: 8;
  left: 5px;
  padding-left: 7px;
  padding-right: 7px;
  top: 115%; }

.tooltip:hover .tooltiptextheader {
  visibility: visible; }

.tooltip:hover .tooltipRefreshText {
  visibility: visible;
  width: 150px; }

.tooltip .tooltiptextlogin {
  visibility: hidden;
  width: max-content;
  background-color: #303b47;
  color: white;
  text-align: center;
  text-transform: none;
  border-radius: 4px;
  font-size: 12px !important;
  margin-left: 8px;
  padding: 4px 8px;
  position: absolute;
  z-index: 8;
  right: 42%;
  padding-left: 7px;
  padding-right: 7px;
  top: 115%; }

.tooltip:hover .tooltiptextlogin {
  visibility: visible; }

.model-wrapper {
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100; }

.model {
  position: relative;
  padding: 16px;
  border-radius: 4px;
  background-color: #fff;
  width: 300px;
  height: auto;
  z-index: 100;
  cursor: default; }
  .model h3 {
    padding: 10px 0; }
  .model .modalApiError-msg {
    font-size: 17px;
    color: #1d1f25; }
  .model .field-box {
    padding: 10px 2px; }
  .model .buttons {
    margin: 16px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer; }
    .model .buttons span {
      margin-left: 8px; }
    .model .buttons .action_button {
      background-color: #166ee1;
      border: none;
      border-radius: 6px;
      outline: none;
      color: #fff;
      font-weight: 500;
      margin-right: 8px;
      cursor: pointer;
      height: 32px;
      max-width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
      padding: 0 12px !important; }
  .model input[type=checkbox] {
    margin-right: 0.2em;
    vertical-align: middle;
    transition: .2s; }
  .model select {
    background-color: #fff;
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 4px !important;
    margin: 2px 0 !important;
    outline: none !important;
    border: 2px solid #2185d0 !important;
    border-radius: 4px;
    font-size: 14px; }
    .model select :focus {
      border: 2px solid #2185d0 !important; }

@media all {
  #PrintGrid {
    display: none; } }

@media print {
  .pos {
    position: relative;
    z-index: 0;
    left: 0px;
    top: 0px; }
  .pagebreak {
    clear: both;
    page-break-before: auto; }
  @page {
    margin: 50px; }
  #PrintGrid {
    display: block; }
  table {
    page-break-inside: avoid;
    page-break-after: always;
    border-spacing: 0px !important; }
  thead {
    margin-top: 30px !important; }
  tbody {
    display: table-row-group;
    border: none !important;
    margin-bottom: -15px !important; }
  tbody::after {
    content: '';
    display: block;
    page-break-after: always;
    page-break-inside: avoid;
    page-break-before: avoid; }
  th {
    font-weight: 600; }
  td {
    height: inherit;
    page-break-before: auto;
    page-break-inside: avoid; }
  tr {
    page-break-before: auto;
    page-break-inside: avoid; }
  th, td {
    border: solid #000 !important;
    border-width: 0.05px !important;
    padding: 0 6px;
    margin-top: -2px; }
  .footer > div {
    position: fixed;
    bottom: 0; }
  p {
    height: inherit;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #000000; }
  span {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    height: inherit;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    padding-top: 2px;
    white-space: normal;
    word-wrap: break-word;
    z-index: 1;
    color: #000000; }
  .summary-cell-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }
    .summary-cell-info .info-lable {
      margin-left: 2px;
      font-size: 11px;
      opacity: 0.8;
      text-transform: uppercase; }
    .summary-cell-info .info-lable-none {
      margin-left: 2px;
      font-size: 11px;
      opacity: 0.8;
      visibility: hidden; }
    .summary-cell-info .info-result {
      padding-left: 4px;
      font-size: 12px;
      font-weight: 600;
      margin-right: 2px; } }

.circle-picker span div {
  border-radius: 5px !important; }

.font-slub {
  font-family: 'proxima-nova', sans-serif !important; }

.toast-undo button {
  color: #008dd2;
  margin-left: auto;
  text-align: right;
  background: none;
  border: none;
  margin-left: 10px;
  text-decoration: underline;
  cursor: pointer; }

.refresh-toast button {
  color: white;
  margin-left: auto;
  text-align: right;
  background: none;
  border: none;
  margin-left: 10px;
  text-decoration: underline;
  cursor: pointer; }

.css-1gtu0rj-indicatorContainer {
  color: #666666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 8px !important;
  -webkit-transition: color 150ms;
  transition: color 150ms;
  box-sizing: border-box; }

.css-1h785rw {
  padding: 1px !important; }

.css-b8ldur-Input {
  display: contents !important;
  caret-color: transparent !important; }

.css-1itjr4n-multiValue {
  height: 19px !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 5px !important; }

.css-13wzbve-singleValue {
  display: contents !important; }

.css-1h785rw {
  padding-left: 0px !important; }

.blueBtn {
  background-color: #4780f9 !important; }

.ui.selection.dropdown:hover {
  border: 1px solid #008DD2; }

.ql-container {
  background: white !important; }

.configContainer {
  display: flex;
  flex-direction: column; }

.configselectFieldToggle {
  display: flex;
  flex-direction: row;
  align-items: center; }

.selectButtonsMainDiv {
  display: flex;
  flex-direction: row;
  font-size: 0.6em; }
  .selectButtonsMainDiv div {
    cursor: pointer; }

.primary-btn {
  font-size: 18px;
  background-color: #287FF9 !important; }

[contenteditable] {
  -webkit-user-select: text;
  user-select: text; }

.ui.primary.button:focus {
  border: 2px solid black; }

.ql-tooltip {
  left: 0 !important; }

.popup-desc.ui.bottom.right.popup, .popup-desc.ui.bottom.left.popup {
  background: gray;
  color: white; }
  .popup-desc.ui.bottom.right.popup::before, .popup-desc.ui.bottom.left.popup::before {
    background: gray !important; }

.custom-notification .Toastify__toast--success {
  background-color: #439134; }

.gist-inner-launcher, .gist-container {
  display: none; }

#gist-app {
  display: none !important; }
  #gist-app .gist-container {
    display: none !important; }

.gleap-frame-container--no-button {
  bottom: 81px !important; }

#Signup .signup-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  font-family: "DM Sans";
  background: linear-gradient(to bottom, #7bc7f9 3%, #c0e6ff 16%, #ffffff 50%);
  overflow: hidden; }
  #Signup .signup-container h1,
  #Signup .signup-container h2,
  #Signup .signup-container h3,
  #Signup .signup-container h4,
  #Signup .signup-container h5,
  #Signup .signup-container h6,
  #Signup .signup-container p,
  #Signup .signup-container span,
  #Signup .signup-container div,
  #Signup .signup-container textarea,
  #Signup .signup-container input,
  #Signup .signup-container button,
  #Signup .signup-container label {
    font-family: inherit; }
  #Signup .signup-container .signup-left {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex-direction: column;
    gap: 20px; }
    #Signup .signup-container .signup-left .signup-page-intro {
      width: 100%;
      max-width: 550px;
      border-radius: 16px;
      padding: 40px 30px;
      display: flex;
      flex-direction: column;
      gap: 10px; }
      #Signup .signup-container .signup-left .signup-page-intro .signup-header {
        width: 100%; }
        #Signup .signup-container .signup-left .signup-page-intro .signup-header h2 {
          font-size: 45px;
          font-weight: 500;
          color: #002253; }
        #Signup .signup-container .signup-left .signup-page-intro .signup-header p {
          font-size: 16px;
          color: #1c1c1c; }
      #Signup .signup-container .signup-left .signup-page-intro .google-btn-box {
        width: 100%; }
        #Signup .signup-container .signup-left .signup-page-intro .google-btn-box .google-login {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 40px;
          background-color: #174ea6;
          color: #fff;
          border-radius: 25px;
          font-size: 16px;
          font-weight: 500;
          text-decoration: none;
          cursor: pointer;
          transition: background-color 0.3s ease;
          border: 1px solid #cee2fd;
          margin: 0;
          gap: 10px; }
          #Signup .signup-container .signup-left .signup-page-intro .google-btn-box .google-login:disabled {
            background: transparent;
            color: #7f7f7f;
            cursor: not-allowed;
            opacity: 1; }
      #Signup .signup-container .signup-left .signup-page-intro .divider {
        display: flex;
        align-items: center;
        text-align: center;
        color: #5f5f5f;
        font-size: 14px;
        font-weight: 500; }
        #Signup .signup-container .signup-left .signup-page-intro .divider::before, #Signup .signup-container .signup-left .signup-page-intro .divider::after {
          content: "";
          flex: 1;
          border-bottom: 1px solid #c9c9c9;
          margin: 0 10px; }
      #Signup .signup-container .signup-left .signup-page-intro .signup-page-actions {
        display: flex;
        flex-direction: column;
        gap: 10px; }
        #Signup .signup-container .signup-left .signup-page-intro .signup-page-actions .signup-email-box {
          display: flex;
          flex-direction: column;
          gap: 5px; }
          #Signup .signup-container .signup-left .signup-page-intro .signup-page-actions .signup-email-box h3 {
            font-size: 16px;
            font-weight: 400;
            color: #000;
            padding: 0 2px; }
            #Signup .signup-container .signup-left .signup-page-intro .signup-page-actions .signup-email-box h3 .required-asterisk {
              color: red;
              margin-left: 2px; }
          #Signup .signup-container .signup-left .signup-page-intro .signup-page-actions .signup-email-box .email-input {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ccc;
            border-radius: 8px;
            font-size: 16px;
            transition: border-color 0.3s ease;
            margin: 0; }
            #Signup .signup-container .signup-left .signup-page-intro .signup-page-actions .signup-email-box .email-input:focus {
              border: 2px solid #007aff;
              outline: none; }
        #Signup .signup-container .signup-left .signup-page-intro .signup-page-actions .sign-sso-box .signup-sso-link {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 40px;
          background-color: transparent;
          border: 1px solid #0540ad;
          border-radius: 25px;
          font-size: 16px;
          font-weight: 500;
          color: #0540ad;
          text-decoration: none;
          cursor: pointer;
          transition: background-color 0.3s ease, color 0.3s ease;
          margin: 0; }
        #Signup .signup-container .signup-left .signup-page-intro .signup-page-actions .sign-apple-box {
          display: none; }
          @media (max-width: 767px) {
            #Signup .signup-container .signup-left .signup-page-intro .signup-page-actions .sign-apple-box {
              display: block; }
              #Signup .signup-container .signup-left .signup-page-intro .signup-page-actions .sign-apple-box .signup-apple-link {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: 40px;
                background-color: transparent;
                border: 1px solid #0540ad;
                border-radius: 25px;
                font-size: 16px;
                font-weight: 500;
                color: #0540ad;
                text-decoration: none;
                cursor: pointer;
                transition: background-color 0.3s ease, color 0.3s ease;
                margin: 0; } }
      #Signup .signup-container .signup-left .signup-page-intro .proceed-btn-div {
        width: 100%; }
        #Signup .signup-container .signup-left .signup-page-intro .proceed-btn-div .proceed-btn {
          width: 100%;
          background-color: #0540ad;
          border: none;
          font-size: 16px;
          padding: 13px;
          border-radius: 999px;
          cursor: pointer;
          color: #fff;
          font-weight: 500;
          transition: background 0.2s; }
          #Signup .signup-container .signup-left .signup-page-intro .proceed-btn-div .proceed-btn:disabled {
            background-color: #a8cffa;
            cursor: not-allowed;
            opacity: 1; }
      #Signup .signup-container .signup-left .signup-page-intro .password-wrapper {
        position: relative;
        width: 100%; }
        #Signup .signup-container .signup-left .signup-page-intro .password-wrapper .password-input {
          width: 100%;
          padding-right: 40px;
          letter-spacing: 1px; }
        #Signup .signup-container .signup-left .signup-page-intro .password-wrapper .toggle-password {
          position: absolute;
          right: 12px;
          top: 54%;
          transform: translateY(-50%);
          cursor: pointer;
          font-size: 18px;
          color: #666; }
      #Signup .signup-container .signup-left .signup-page-intro .msg {
        color: #dc2827;
        font-size: 17px;
        font-weight: 400;
        margin: 0;
        text-align: left; }
      #Signup .signup-container .signup-left .signup-page-intro .signup-footer-links {
        display: flex;
        flex-direction: column;
        gap: 10px; }
        #Signup .signup-container .signup-left .signup-page-intro .signup-footer-links span {
          font-size: 16px;
          font-weight: 400;
          color: #4d4d51; }
          #Signup .signup-container .signup-left .signup-page-intro .signup-footer-links span a {
            color: #007aff; }
            #Signup .signup-container .signup-left .signup-page-intro .signup-footer-links span a:hover {
              text-decoration: underline; }
        #Signup .signup-container .signup-left .signup-page-intro .signup-footer-links p {
          font-size: 14px;
          font-weight: 400;
          color: #1c1c1cad; }
          #Signup .signup-container .signup-left .signup-page-intro .signup-footer-links p a {
            color: #007aff; }
      #Signup .signup-container .signup-left .signup-page-intro .signup-logo {
        text-align: center; }
        #Signup .signup-container .signup-left .signup-page-intro .signup-logo .img-responsive {
          width: 150px;
          height: auto; }
  #Signup .signup-container .signup-right {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center; }
    #Signup .signup-container .signup-right .signup-illustration {
      width: 100%;
      height: auto; }
  @media (max-width: 992px) {
    #Signup .signup-container {
      flex-direction: column; }
      #Signup .signup-container .signup-left {
        flex: none;
        width: 100%;
        padding: 40px 20px; }
      #Signup .signup-container .signup-right {
        display: none; } }

.verifyEmail-container {
  display: flex;
  width: 100vw;
  height: 100vh;
  font-family: "DM Sans" !important; }
  .verifyEmail-container h1,
  .verifyEmail-container h2,
  .verifyEmail-container h3,
  .verifyEmail-container h4,
  .verifyEmail-container h5,
  .verifyEmail-container h6,
  .verifyEmail-container p,
  .verifyEmail-container span,
  .verifyEmail-container div,
  .verifyEmail-container textarea,
  .verifyEmail-container input,
  .verifyEmail-container button,
  .verifyEmail-container label,
  .verifyEmail-container input,
  .verifyEmail-container button,
  .verifyEmail-container textarea {
    font-family: inherit; }
  .verifyEmail-container .verifyEmail-left {
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .verifyEmail-container .verifyEmail-right {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .verifyEmail-container .verifyEmail-left {
    background: linear-gradient(to bottom, #7bc7f9 3%, #c0e6ff 16%, #ffffff 50%); }
    .verifyEmail-container .verifyEmail-left .verifyEmail-box {
      max-width: 500px;
      margin: auto; }
      .verifyEmail-container .verifyEmail-left .verifyEmail-box .verifyEmail-heading {
        font-size: 45px;
        font-weight: 500;
        color: #002253; }
      .verifyEmail-container .verifyEmail-left .verifyEmail-box .verifyEmail-title {
        font-size: 16px;
        font-weight: 500;
        margin: 20px 0;
        color: #1c1c1cad; }
        .verifyEmail-container .verifyEmail-left .verifyEmail-box .verifyEmail-title .highlight {
          font-weight: 600;
          color: #4d4d51; }
      .verifyEmail-container .verifyEmail-left .verifyEmail-box .otp-fieldset {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        border: none; }
        .verifyEmail-container .verifyEmail-left .verifyEmail-box .otp-fieldset .otp-input {
          width: 48px;
          height: 50px;
          font-size: 24px;
          text-align: center;
          border: 2px solid #cbd9f0;
          border-radius: 8px; }
          .verifyEmail-container .verifyEmail-left .verifyEmail-box .otp-fieldset .otp-input.otp-error {
            border-color: red; }
      .verifyEmail-container .verifyEmail-left .verifyEmail-box .otp-input-field {
        height: 50px;
        width: 100%;
        padding: 15px;
        border: 1px solid #ccc;
        border-radius: 8px;
        font-size: 16px;
        letter-spacing: 12px;
        transition: border-color 0.3s ease;
        margin: 0;
        font-family: 'DM Sans'; }
        .verifyEmail-container .verifyEmail-left .verifyEmail-box .otp-input-field::placeholder {
          letter-spacing: 1px; }
        .verifyEmail-container .verifyEmail-left .verifyEmail-box .otp-input-field:focus {
          border: 2px solid #007aff;
          outline: none; }
      .verifyEmail-container .verifyEmail-left .verifyEmail-box .otp-input-error {
        color: #dc2827;
        margin: 10px 0;
        font-size: 16px;
        font-weight: 400; }
      .verifyEmail-container .verifyEmail-left .verifyEmail-box .verifyEmail-btnContainer {
        margin-top: 24px; }
      .verifyEmail-container .verifyEmail-left .verifyEmail-box .verifyEmail-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 40px;
        border: 1px solid #cee2fd;
        background-color: #174ea6;
        border-radius: 25px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        cursor: pointer;
        transition: background-color 0.3s ease;
        text-transform: capitalize;
        margin: 0; }
        .verifyEmail-container .verifyEmail-left .verifyEmail-box .verifyEmail-btn:disabled {
          background: #a4d1ff;
          color: #fff;
          cursor: not-allowed; }
      .verifyEmail-container .verifyEmail-left .verifyEmail-box .verifyEmail-footer {
        margin-top: 20px;
        font-size: 16px;
        font-weight: 500;
        color: #1c1c1cad; }
        .verifyEmail-container .verifyEmail-left .verifyEmail-box .verifyEmail-footer a {
          color: #007aff;
          text-decoration: underline; }
          .verifyEmail-container .verifyEmail-left .verifyEmail-box .verifyEmail-footer a:hover {
            text-decoration: none; }
      .verifyEmail-container .verifyEmail-left .verifyEmail-box .verifyEmail-logo {
        padding-top: 20px;
        text-align: center; }
        .verifyEmail-container .verifyEmail-left .verifyEmail-box .verifyEmail-logo .login-logo {
          width: 150PX;
          height: auto; }
    .verifyEmail-container .verifyEmail-left .errorBox {
      text-align: center; }
      .verifyEmail-container .verifyEmail-left .errorBox .errorTitle {
        font-size: 24px;
        margin-top: 20px; }
      .verifyEmail-container .verifyEmail-left .errorBox .errorMessage {
        font-size: 14px;
        margin-top: 10px; }
        .verifyEmail-container .verifyEmail-left .errorBox .errorMessage a {
          color: #0052cc; }
      .verifyEmail-container .verifyEmail-left .errorBox .resendCode-btn {
        margin-top: 20px;
        padding: 10px 20px;
        border: none;
        background-color: #0052cc;
        color: #fff;
        border-radius: 25px;
        cursor: pointer; }
  .verifyEmail-container .verifyEmail-right {
    background: linear-gradient(to bottom, #e4e8ff, #f8f2ff);
    width: 100%;
    display: flex;
    justify-content: center; }
    .verifyEmail-container .verifyEmail-right h3 {
      font-size: 22px;
      color: #2c3e50; }
    .verifyEmail-container .verifyEmail-right .verifyEmail-illustration {
      width: 100%;
      height: 100%; }
  @media (max-width: 992px) {
    .verifyEmail-container {
      flex-direction: column; }
      .verifyEmail-container .verifyEmail-left {
        width: 100%;
        padding: 60px; }
      .verifyEmail-container .verifyEmail-right {
        display: none; } }


#HeaderLanding {
  box-shadow: 0 1px 1px -1px #CCC;
  border-bottom-color: #d8d5d5;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  position: fixed;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 10000;
  top: 0px; }
  #HeaderLanding .use-case-item:hover li a {
    color: black;
    font-family: 'Roboto Slab', serif !important; }
  #HeaderLanding .menu-use-case {
    z-index: 100;
    position: absolute;
    background: #ffffff;
    padding: 10px;
    width: max-content;
    border-radius: 5px;
    min-width: 310px;
    top: 43px;
    box-shadow: 1px 1px 16px #ccc; }
    #HeaderLanding .menu-use-case ul {
      list-style: none;
      line-height: 35px; }
      #HeaderLanding .menu-use-case ul li a {
        color: #484848 !important;
        font-family: 'Roboto Slab', serif !important; }
      #HeaderLanding .menu-use-case ul li:hover a {
        color: #adadad !important; }
  #HeaderLanding .item a {
    color: #333;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    font-family: 'Roboto Slab', serif !important; }
  #HeaderLanding .item:hover a {
    color: #008dd2; }
  #HeaderLanding .item i {
    margin: 0px; }
  #HeaderLanding .signup-btn {
    border: 1px solid #7a7a7a;
    border-radius: 15px;
    height: 26px;
    background: linear-gradient(to right, #062c63 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .25s ease-out;
    font-family: 'Open Sans', sans-serif; }
    #HeaderLanding .signup-btn:hover {
      background-color: #0080ff;
      color: #fff;
      background-position: left bottom; }
    #HeaderLanding .signup-btn a {
      font-size: 15px !important; }
      #HeaderLanding .signup-btn a:hover {
        color: #fff !important; }
  #HeaderLanding .sidebar-mobile {
    transition: all 1.25s;
    box-shadow: 0 1px 6px 0px #CCC;
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0px;
    z-index: 100;
    padding-top: 20px;
    right: 0px;
    height: 100%; }
    #HeaderLanding .sidebar-mobile .item {
      text-align: center; }

.footer-center {
  text-align: center; }

#footer {
  padding-top: 2%;
  padding-bottom: 4%;
  border-top: 1px solid #e5e5e5;
  line-height: 2em;
  background-color: #f9f9f9;
  color: #333333; }
  #footer .link-a:hover {
    color: #028dd2;
    text-decoration: underline; }
  #footer a {
    text-decoration: none;
    color: #636161; }
  #footer label {
    display: block;
    font-weight: 500 !important;
    font-size: 16px; }
  #footer .heading {
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 16px; }
  #footer .heading1 {
    margin: 8px 0;
    color: #333;
    font-size: 18px;
    font-weight: 600; }
  #footer .mailchimp-form {
    display: inline-flex;
    margin: 24px 0; }
    #footer .mailchimp-form .email {
      width: auto;
      border: 1px solid #c8c8c8;
      border-radius: 4px;
      /* text-align: center; */
      padding-left: 5px;
      margin-right: 4px;
      font-size: 14px;
      outline: none; }
    #footer .mailchimp-form .subscribe {
      border-radius: 4px;
      background-color: #028dd2;
      border: none;
      color: #FFFFFF;
      text-align: center;
      font-size: 13px;
      padding: 6px;
      transition: all 0.5s;
      cursor: pointer;
      outline: none; }
  #footer .footer-links {
    display: block;
    color: #999;
    font-size: 16px; }
    #footer .footer-links li {
      margin-bottom: 8px;
      list-style-type: none;
      font-size: 14px; }
  #footer .social-icons img {
    width: 36px;
    padding: 4px; }

.login-wrapper {
  height: 100vh;
  display: flex;
  flex-wrap: wrap; }
  .login-wrapper .container-image {
    width: 50%; }
    .login-wrapper .container-image img.img-responsives {
      height: 100%;
      width: 125%;
      min-width: 100%;
      object-fit: cover; }
  .login-wrapper .container {
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .login-wrapper .background-img {
    background-image: url("https://stackbybucketprod.s3.ap-southeast-1.amazonaws.com/page-6+(1).png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover; }
  .login-wrapper .frame {
    width: 400px;
    background-color: #f8f8f8;
    background-size: cover;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all .5s ease; }
  .login-wrapper .msg {
    color: red;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px; }
  .login-wrapper .frame-long {
    height: 615px; }
  .login-wrapper .frame-short {
    height: 400px;
    margin-top: 50px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1); }
  .login-wrapper .nav {
    margin-top: 10px;
    opacity: 1;
    text-align: center;
    transition: all .5s ease; }
    .login-wrapper .nav h1 {
      font-size: 20px;
      color: #656565; }
  .login-wrapper .nav-up {
    transform: translateY(-100px);
    opacity: 0; }
  .login-wrapper img.img-responsive {
    height: 80px !important;
    width: 250px !important;
    cursor: pointer; }
  .login-wrapper .signin-active a {
    padding-bottom: 10px;
    color: #ffffff;
    text-decoration: none;
    border-bottom: solid 2px #1059FF;
    transition: all .25s ease;
    cursor: pointer; }
  .login-wrapper .signin-inactive a {
    padding-bottom: 0;
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    border-bottom: none;
    cursor: pointer; }
  .login-wrapper .signup-active a {
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    border-bottom: solid 2px #1059FF;
    padding-bottom: 10px; }
  .login-wrapper .signup-inactive a {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    transition: all .25s ease; }
  .login-wrapper .success-msg-div {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    padding-left: 37px;
    padding-right: 37px;
    margin-top: 50px;
    overflow: hidden; }
  .login-wrapper .form-signin {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    padding: 20px 37px 0 37px;
    transition: opacity .5s ease, transform .5s ease;
    overflow: hidden; }
  .login-wrapper .form-signin-left {
    transform: translateX(-400px);
    opacity: .0; }
  .login-wrapper .form-signup {
    width: 430px;
    height: 375px;
    font-size: 16px;
    font-weight: 300;
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 55px;
    position: relative;
    top: -375px;
    left: 400px;
    opacity: 0;
    transition: all .5s ease; }
  .login-wrapper .password {
    display: flex;
    width: 100%;
    height: 36px;
    border: 1px solid #c3c3c3;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #fff; }
    .login-wrapper .password input {
      border: none;
      margin: 0;
      padding: 0;
      padding-left: 15px;
      height: auto; }
  .login-wrapper .pass-eye {
    display: grid; }
    .login-wrapper .pass-eye i {
      margin: auto 5px;
      cursor: pointer;
      margin-left: 91%;
      margin-top: -46px; }
  .login-wrapper .name {
    display: inline-flex; }
    .login-wrapper .name input {
      width: 48% !important; }
  .login-wrapper .name:first-child {
    margin-right: auto; }
  .login-wrapper .name:last-child {
    margin-left: auto; }
  .login-wrapper .fname {
    margin-right: 15px; }
  .login-wrapper .form-signup-left {
    transform: translateX(-399px);
    opacity: 1; }
  .login-wrapper .form-signup-down {
    top: 0px;
    opacity: 0; }
  .login-wrapper .form-signin input,
  .login-wrapper .form-signup input {
    color: #000;
    background: #fff;
    font-size: 15px; }
  .login-wrapper .form-input {
    width: 100%;
    height: 36px;
    padding-left: 15px;
    border: 1px solid #c3c3c3;
    border-radius: 8px;
    margin-bottom: 20px; }
    .login-wrapper .form-input.dropdown {
      padding-left: 11px; }
  .login-wrapper .form-input-checkbox {
    margin: 2px 4px;
    padding-bottom: 7px; }
  .login-wrapper label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 15px;
    padding-bottom: 10px;
    color: #000;
    display: block; }
  .login-wrapper .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0 #fff; }
  .login-wrapper :focus {
    outline: none; }
  .login-wrapper .btn-signin {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    color: white;
    width: 100%;
    height: 35px;
    border: none;
    border-radius: 8px;
    background-color: #1059ff !important;
    cursor: pointer; }
  .login-wrapper .forget {
    text-align: center;
    font-weight: 450;
    margin-bottom: 10px;
    line-height: 20px;
    margin-top: 10px; }
  .login-wrapper .gdprframe {
    background-color: #f8f8f8;
    background-size: cover;
    margin-left: auto;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all .5s ease; }
    .login-wrapper .gdprframe p {
      font-size: 14px;
      color: grey; }
    .login-wrapper .gdprframe div {
      font-size: 14px;
      color: #437d9a; }
  .login-wrapper .google-login {
    text-align: center;
    width: 100%;
    /* margin-left: auto; */
    margin: auto;
    display: block;
    border: 2px solid #ccc;
    margin-top: 11px;
    padding: 7px;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #928686;
    font-weight: bold;
    background: #fff; }
    .login-wrapper .google-login:hover {
      border-color: #333333;
      outline: none;
      cursor: pointer; }
  .login-wrapper .sso-login-link {
    text-align: center;
    width: 100%;
    margin: auto;
    display: block;
    border: 2px solid #ccc;
    padding: 7px;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #928686;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    background: #fff; }
    .login-wrapper .sso-login-link:hover {
      border-color: #333333;
      outline: none;
      cursor: pointer; }
  @media screen and (min-device-width: 320px) and (max-device-width: 767px) and (max-width: 450px) {
    .login-wrapper .login-wrapper {
      overflow: hidden;
      text-overflow: ellipsis;
      flex-direction: row; }
    .login-wrapper .container {
      display: inline-grid;
      justify-content: center;
      align-items: center; }
    .login-wrapper .frame {
      justify-content: center;
      align-items: center;
      width: 350px;
      display: block;
      background-color: #f8f8f8;
      background-size: cover;
      margin-left: auto;
      border-top: solid 1px rgba(255, 255, 255, 0.5);
      border-radius: 5px;
      box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      transition: all .5s ease; } }
  .login-wrapper .reset-password-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(to bottom, #7bc7f9 3%, #c0e6ff 16%, #ffffff 50%);
    padding: 20px;
    font-family: 'DM Sans'; }
    .login-wrapper .reset-password-container h1, .login-wrapper .reset-password-container h2, .login-wrapper .reset-password-container h3, .login-wrapper .reset-password-container h4, .login-wrapper .reset-password-container h5, .login-wrapper .reset-password-container h6, .login-wrapper .reset-password-container p, .login-wrapper .reset-password-container span, .login-wrapper .reset-password-container div, .login-wrapper .reset-password-container textarea, .login-wrapper .reset-password-container input, .login-wrapper .reset-password-container button, .login-wrapper .reset-password-container label {
      font-family: inherit; }
    .login-wrapper .reset-password-container .reset-card {
      background: white;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
      width: 100%;
      max-width: 550px; }
      .login-wrapper .reset-password-container .reset-card .reset-logo {
        width: 150px;
        margin: 20px 0; }
      .login-wrapper .reset-password-container .reset-card .reset-header {
        padding: 0 20px; }
        .login-wrapper .reset-password-container .reset-card .reset-header .reset-title {
          font-size: 35px;
          font-weight: 500;
          color: #002253;
          margin-bottom: 10px; }
        .login-wrapper .reset-password-container .reset-card .reset-header .reset-subtext {
          font-size: 16px;
          color: #4d4d51;
          font-weight: 500;
          margin-bottom: 10px; }
      .login-wrapper .reset-password-container .reset-card .form-signin {
        display: flex;
        gap: 10px;
        flex-direction: column;
        padding: 20px;
        transition: opacity .5s ease, transform .5s ease;
        overflow: hidden; }
        .login-wrapper .reset-password-container .reset-card .form-signin h3 {
          color: #000000;
          font-size: 16px; }
        .login-wrapper .reset-password-container .reset-card .form-signin .form-input {
          width: 100%;
          padding: 10px 16px;
          font-size: 16px;
          font-weight: 400;
          border: 1px solid #d0cfd2;
          border-radius: 6px;
          outline: none;
          margin-bottom: 10px;
          height: 45px; }
          .login-wrapper .reset-password-container .reset-card .form-signin .form-input:focus {
            border-color: #005fcc; }
        .login-wrapper .reset-password-container .reset-card .form-signin .btn-reset {
          width: 100%;
          background-color: #0540ad;
          border: none;
          padding: 13px;
          font-size: 16px;
          border-radius: 999px;
          cursor: pointer;
          color: #fff;
          font-weight: 500;
          transition: background 0.2s; }
          .login-wrapper .reset-password-container .reset-card .form-signin .btn-reset:disabled {
            background-color: #A8CFFA;
            cursor: not-allowed;
            opacity: 1; }
      .login-wrapper .reset-password-container .reset-card .msg {
        font-size: 17px;
        font-weight: 400;
        margin: 0;
        text-align: left; }
        .login-wrapper .reset-password-container .reset-card .msg.error {
          color: #dc2827; }
        .login-wrapper .reset-password-container .reset-card .msg.success {
          color: green; }
      .login-wrapper .reset-password-container .reset-card .reset-login-back {
        margin-top: 16px;
        font-size: 16px;
        color: #4d4d51;
        font-weight: 400;
        text-align: center; }
        .login-wrapper .reset-password-container .reset-card .reset-login-back a {
          color: #007aff;
          text-decoration: none;
          font-weight: 400; }
          .login-wrapper .reset-password-container .reset-card .reset-login-back a:hover {
            text-decoration: underline; }
  .login-wrapper .Sso-page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(to bottom, #7bc7f9 3%, #c0e6ff 16%, #ffffff 50%);
    font-family: 'DM Sans';
    padding: 20px; }
    .login-wrapper .Sso-page .frame {
      background: white;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
      width: 100%;
      max-width: 550px; }
      .login-wrapper .Sso-page .frame .nav {
        text-align: left; }
        .login-wrapper .Sso-page .frame .nav .img-responsive {
          height: auto !important;
          width: 150px !important;
          margin: 20px 0;
          cursor: pointer; }
        .login-wrapper .Sso-page .frame .nav h1 {
          padding: 0 20px;
          font-size: 35px;
          font-weight: 500;
          color: #002253;
          font-family: 'DM Sans'; }
      .login-wrapper .Sso-page .frame .form-signin {
        width: 100%;
        padding: 0 20px;
        display: flex;
        gap: 10px;
        flex-direction: column;
        padding: 20px;
        transition: opacity .5s ease, transform .5s ease;
        overflow: hidden; }
        .login-wrapper .Sso-page .frame .form-signin h2 {
          color: #000000;
          font-size: 16px;
          font-family: 'DM Sans'; }
        .login-wrapper .Sso-page .frame .form-signin .form-input {
          width: 100%;
          padding: 10px 16px;
          font-size: 16px;
          font-weight: 400;
          border: 1px solid #d0cfd2;
          border-radius: 6px;
          outline: none;
          margin-bottom: 10px;
          height: 45px;
          font-family: 'DM Sans'; }
        .login-wrapper .Sso-page .frame .form-signin .msg {
          color: #dc2827;
          font-size: 17px;
          font-weight: 400;
          margin: 0;
          text-align: left;
          font-family: 'DM Sans'; }
        .login-wrapper .Sso-page .frame .form-signin .ssologin {
          width: 100%;
          background-color: #0540ad !important;
          border: none;
          padding: 13px;
          font-size: 16px;
          border-radius: 999px;
          cursor: pointer;
          color: #fff;
          font-weight: 500;
          height: 100%;
          transition: background 0.2s;
          font-family: 'DM Sans'; }
          .login-wrapper .Sso-page .frame .form-signin .ssologin:disabled {
            background-color: #A8CFFA	!important;
            cursor: not-allowed;
            opacity: 1; }
      .login-wrapper .Sso-page .frame .forget {
        margin-top: 16px;
        font-size: 16px;
        color: #4d4d51;
        font-weight: 400;
        text-align: center;
        font-family: 'DM Sans'; }

#Login {
  font-family: "DM Sans" !important; }
  #Login .login-page {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    background: linear-gradient(to bottom, #7bc7f9 3%, #c0e6ff 16%, #ffffff 50%); }
    #Login .login-page h1,
    #Login .login-page h2,
    #Login .login-page h3,
    #Login .login-page h4,
    #Login .login-page h5,
    #Login .login-page h6,
    #Login .login-page p,
    #Login .login-page span,
    #Login .login-page div,
    #Login .login-page textarea,
    #Login .login-page input,
    #Login .login-page button,
    #Login .login-page label,
    #Login .login-page input,
    #Login .login-page button,
    #Login .login-page textarea {
      font-family: "DM Sans" !important; }
    #Login .login-page .login-page-left {
      width: 60%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 60px 30px;
      flex-direction: column;
      overflow: hidden; }
      #Login .login-page .login-page-left .login-page-intro {
        width: 100%;
        max-width: 500px;
        border-radius: 16px;
        padding: 20px 30px;
        display: flex;
        flex-direction: column;
        gap: 15px; }
        #Login .login-page .login-page-left .login-page-intro .login-page-header h2 {
          font-size: 45px;
          font-weight: 500;
          color: #002253; }
        #Login .login-page .login-page-left .login-page-intro .login-page-header p {
          font-size: 16px;
          color: #1c1c1c; }
          #Login .login-page .login-page-left .login-page-intro .login-page-header p a {
            color: #007aff;
            text-decoration: underline; }
        #Login .login-page .login-page-left .login-page-intro .login-page-form {
          width: 100%;
          display: flex;
          flex-direction: column;
          gap: 15px; }
          #Login .login-page .login-page-left .login-page-intro .login-page-form .login-page-field {
            display: flex;
            flex-direction: column;
            gap: 5px; }
            #Login .login-page .login-page-left .login-page-intro .login-page-form .login-page-field h3 {
              font-size: 16px;
              font-weight: 400;
              color: #000;
              padding: 0 2px; }
            #Login .login-page .login-page-left .login-page-intro .login-page-form .login-page-field .login-input {
              width: 100%;
              padding: 12px 15px;
              border: 1px solid #ccc;
              border-radius: 8px;
              font-size: 16px;
              transition: border-color 0.3s ease;
              margin: 0; }
              #Login .login-page .login-page-left .login-page-intro .login-page-form .login-page-field .login-input:focus {
                box-shadow: #3f8bf2 0px 0px 0px 1px;
                outline: none; }
            #Login .login-page .login-page-left .login-page-intro .login-page-form .login-page-field .password-wrapper {
              position: relative;
              width: 100%; }
              #Login .login-page .login-page-left .login-page-intro .login-page-form .login-page-field .password-wrapper .password-input {
                width: 100%;
                padding-right: 40px;
                letter-spacing: 1px; }
              #Login .login-page .login-page-left .login-page-intro .login-page-form .login-page-field .password-wrapper .toggle-password {
                position: absolute;
                right: 12px;
                top: 54%;
                transform: translateY(-50%);
                cursor: pointer;
                font-size: 18px;
                color: #666; }
          #Login .login-page .login-page-left .login-page-intro .login-page-form .login-page-error .error-msg {
            margin: 0;
            font-size: 16px;
            color: #dc2827; }
          #Login .login-page .login-page-left .login-page-intro .login-page-form .login-page-forgot a {
            font-size: 16px;
            color: #0d72ed;
            text-decoration: none;
            font-weight: 400; }
            #Login .login-page .login-page-left .login-page-intro .login-page-form .login-page-forgot a:hover {
              text-decoration: underline; }
        #Login .login-page .login-page-left .login-page-intro .login-page-actions {
          display: flex;
          flex-direction: column;
          gap: 15px; }
          #Login .login-page .login-page-left .login-page-intro .login-page-actions .login-page-button .login-button {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 40px;
            border: 1px solid #cee2fd;
            background-color: #174ea6;
            border-radius: 25px;
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            cursor: pointer;
            transition: background-color 0.3s ease;
            text-transform: capitalize;
            margin: 0; }
            #Login .login-page .login-page-left .login-page-intro .login-page-actions .login-page-button .login-button:disabled {
              background-color: #a4d1ff;
              color: #fff;
              cursor: not-allowed;
              opacity: 1; }
          #Login .login-page .login-page-left .login-page-intro .login-page-actions .login-page-divider {
            display: flex;
            align-items: center;
            text-align: center;
            color: #5f5f5f;
            font-size: 14px;
            font-weight: 500; }
            #Login .login-page .login-page-left .login-page-intro .login-page-actions .login-page-divider::before, #Login .login-page .login-page-left .login-page-intro .login-page-actions .login-page-divider::after {
              content: "";
              flex: 1;
              border-bottom: 1px solid #c9c9c9;
              margin: 0 10px; }
          #Login .login-page .login-page-left .login-page-intro .login-page-actions .login-page-social.google .login-google-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 40px;
            background-color: #174ea6;
            color: #fff;
            border-radius: 25px;
            font-size: 16px;
            font-weight: 500;
            text-decoration: none;
            cursor: pointer;
            transition: background-color 0.3s ease;
            border: none;
            margin: 0;
            gap: 10px; }
            #Login .login-page .login-page-left .login-page-intro .login-page-actions .login-page-social.google .login-google-btn:hover {
              background-color: #0f3b82; }
          #Login .login-page .login-page-left .login-page-intro .login-page-actions .login-page-social.sso .login-sso-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 40px;
            border: 1px solid #cee2fd;
            background: transparent;
            border-radius: 25px;
            font-size: 16px;
            font-weight: 500;
            color: #002253;
            cursor: pointer;
            transition: background-color 0.3s ease;
            text-transform: capitalize;
            margin: 0; }
            #Login .login-page .login-page-left .login-page-intro .login-page-actions .login-page-social.sso .login-sso-btn:hover {
              background-color: #a4d1ff; }
        #Login .login-page .login-page-left .login-page-intro .login-page-apple {
          display: none; }
          @media (max-width: 767px) {
            #Login .login-page .login-page-left .login-page-intro .login-page-apple {
              display: flex;
              justify-content: center; }
              #Login .login-page .login-page-left .login-page-intro .login-page-apple .apple-id {
                color: #1c1c1c;
                font-size: 15px; }
                #Login .login-page .login-page-left .login-page-intro .login-page-apple .apple-id:hover {
                  color: #007aff; } }
      #Login .login-page .login-page-left .login-page-footer {
        text-align: center; }
        #Login .login-page .login-page-left .login-page-footer .login-logo {
          width: 150px;
          height: auto; }
    #Login .login-page .login-page-right {
      width: 40%;
      height: 100%;
      display: flex;
      justify-content: center; }
      #Login .login-page .login-page-right .login-page-illustration {
        width: 100%;
        height: auto; }
    @media (max-width: 992px) {
      #Login .login-page {
        flex-direction: column; }
        #Login .login-page .login-page-left {
          flex: none;
          width: 100%;
          padding: 40px 20px; }
        #Login .login-page .login-page-right {
          display: none; } }

.currentUserLoading {
  display: flex;
  justify-content: center;
  margin: auto;
  height: 100vh; }
  .currentUserLoading img {
    margin: auto; }

body {
  font-family: "proxima-nova", sans-serif !important; }

#ChangeLog {
  display: -webkit-inline-box; }
  #ChangeLog .HW_badge_cont.HW_visible {
    margin-top: -2px; }

::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #aaa; }

#Homepage {
  scroll-behavior: smooth;
  overflow-x: clip;
  background-color: #fff; }
  @media only screen and (max-width: 550px) {
    #Homepage .Workspace-search .ui.dropdown .menu {
      left: -88px; }
    #Homepage .Workspace-search .ui.icon.input input {
      padding-right: 0px !important; }
    #Homepage .card-ct .stack-list-old-dashboard .ui.dropdown .menu {
      left: -113px; }
    #Homepage .card-ct .stack-list-old-dashboard .mobileView {
      right: 28px; } }
  @media only screen and (max-width: 300px) {
    #Homepage .card-ct .stack-list-old-dashboard .mobileView {
      right: 1px; } }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.card-ct,
.team-board,
.message-board {
  width: 100% !important;
  border: 1px solid #f0f0f0 !important;
  transition: all 500ms ease-in-out;
  outline: none;
  box-shadow: none !important; }

.card-ct,
.team-board .header,
.message-board .header {
  font-size: 16px !important; }

.team-board .description,
.message-board .description {
  margin: 1em 0 !important; }

.logo-upload {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
  height: 150px;
  width: auto;
  margin: 20px;
  border: 1px dashed #ddd;
  justify-content: center; }

.logo-upload p {
  margin: auto;
  display: inline-block; }

.team-board .header a.label {
  float: right; }

.team-board .contacts ul {
  list-style: none;
  padding: 0; }

.team-board .contacts ul li {
  display: inline-block;
  margin-right: 10px; }

.team-board .contacts ul li a {
  border-radius: 50%;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  font-size: 12px;
  color: #212121; }

.team-board .contacts ul li a:hover {
  background-color: #e7e7e7; }

.team-board .team-details {
  min-height: 250px; }

.back-a1 {
  background-color: #c5e99b !important; }

.back-a2 {
  background-color: #30a9de !important; }

.back-a3 {
  background-color: #a593e0 !important; }

.back-a4 {
  background-color: #ec7357 !important; }

.back-a5 {
  background-color: #f16b6f !important; }

.back-a6 {
  background-color: #ff7473 !important; }

.back-a7 {
  background-color: #47b8e0 !important; }

.back-a8 {
  background-color: #f26d5b !important; }

.back-gray {
  background-color: #e7e7e7 !important; }

.object-bx {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%; }

.object-bx p {
  text-align: center;
  font-size: 13px;
  margin-top: 10px !important;
  font-weight: 600; }

.object-bx .header-bx {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }

.add-workspace {
  display: flex;
  justify-content: start;
  font-size: 16px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .add-workspace a {
    color: #909090;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 12px;
    border-radius: 4px;
    height: 34px;
    border: 1px solid #909090;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out; }
    .add-workspace a:hover {
      color: #212121; }
  .add-workspace .joyride-active {
    background: #e7e7e7; }

.stack-search .content {
  overflow-x: auto; }

.card-workspace {
  margin-bottom: 30px !important; }
  .card-workspace #workspaceInputId {
    width: 250px;
    font-family: "Poppins";
    background: #efe8e8;
    border: 2px solid #efe8e8;
    border-radius: 6px;
    height: 40px;
    font-weight: bold;
    font-size: 22px;
    padding: 0px 0px 0px 6px;
    text-transform: capitalize; }
  .card-workspace #workspaceInputId::-moz-selection {
    background-color: #d6e6fd; }
  .card-workspace #workspaceInputId::selection {
    background-color: #d6e6fd; }
  .card-workspace:hover {
    color: #212121 !important; }
    .card-workspace:hover .workDragIcon {
      visibility: visible;
      cursor: -webkit-grab; }
  .card-workspace .workDragIcon {
    visibility: hidden;
    position: absolute;
    top: 2px;
    cursor: pointer;
    right: 46%;
    display: flex;
    flex-direction: column;
    color: #909090;
    opacity: 0.5; }
  .card-workspace .title {
    color: #222;
    font-family: "GT Eesti Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "calt" 0; }
  .card-workspace > .content {
    background: white !important;
    padding: 20px !important; }
  .card-workspace .icon-ws {
    font-weight: 700;
    color: #616161 !important;
    padding-bottom: 10px;
    cursor: pointer; }
    .card-workspace .icon-ws .input input {
      height: 30px;
      padding: 4px;
      width: 150px;
      font-size: 16px; }
    .card-workspace .icon-ws h1 {
      font-size: 18px;
      font-weight: 500;
      cursor: pointer;
      padding: 3px 0 4px 0; }
    .card-workspace .icon-ws .workspace-header-container {
      display: flex;
      align-items: center;
      cursor: default;
      padding: 14px 0; }
      .card-workspace .icon-ws .workspace-header-container .workspace-name {
        font-family: "Poppins";
        font-weight: 600;
        letter-spacing: 0.01em;
        -webkit-font-smoothing: antialiased;
        font-feature-settings: "calt" 0;
        color: #1d1f25;
        font-size: 26px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 35%;
        text-transform: capitalize;
        margin: 0;
        padding: 0; }
        @media only screen and (max-width: 550px) {
          .card-workspace .icon-ws .workspace-header-container .workspace-name {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; } }
      .card-workspace .icon-ws .workspace-header-container .HideInMobile {
        color: #000000;
        font-size: 12px; }
    .card-workspace .icon-ws i {
      margin-left: 4px;
      font-size: 16px;
      position: relative;
      top: 0px; }
    .card-workspace .icon-ws:hover {
      color: #212121 !important; }
    .card-workspace .icon-ws .overlimit-row {
      font-size: 12px; }
      .card-workspace .icon-ws .overlimit-row .tooltiptext {
        width: 227px !important; }
      .card-workspace .icon-ws .overlimit-row .overlimit-plan {
        color: white;
        background: #f82b60;
        border-radius: 14px;
        padding: 0px 9px;
        line-height: 1.7;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
        border: 2px solid white;
        margin-left: 10px; }
        .card-workspace .icon-ws .overlimit-row .overlimit-plan:hover {
          opacity: 0.6;
          text-decoration: underline; }
    .card-workspace .icon-ws .trial-tooltip {
      bottom: -85px;
      width: 295px;
      text-align: left;
      font-weight: bold;
      line-height: 18px;
      padding: 8px 8px; }
      .card-workspace .icon-ws .trial-tooltip p {
        line-height: 18px; }
    .card-workspace .icon-ws .plan-tooltip {
      bottom: -96px;
      left: -60px;
      width: 220px;
      text-align: left;
      font-size: 13px !important;
      font-weight: bold;
      line-height: 18px;
      padding: 15px;
      transition-delay: .5s; }
    @media only screen and (max-width: 550px) {
      .card-workspace .icon-ws .HideInMobile {
        display: none; }
      .card-workspace .icon-ws .wc-delete-sure {
        left: -45px; } }
    @media only screen and (max-width: 800px) {
      .card-workspace .icon-ws .apihide {
        display: none; } }

.stack-boxes-main {
  margin-top: 70px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
  .stack-boxes-main .stack-boxes {
    border: 1px solid #ddd;
    border-radius: 14px;
    width: 31%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 13px;
    padding: 42px 16px;
    height: 280px;
    cursor: pointer; }
    .stack-boxes-main .stack-boxes .boxes-img {
      width: 28%; }
    .stack-boxes-main .stack-boxes .boxes-header-text {
      font-size: 19px;
      font-weight: bold;
      margin-top: 10px;
      width: 100%; }
    .stack-boxes-main .stack-boxes .boxes-desc-text {
      font-size: 14px;
      margin: 10px auto;
      font-weight: 400;
      max-width: 14rem; }
  .stack-boxes-main .stack-boxes:hover {
    border: 2px solid #ddd; }

.wc-dropdown-sec {
  position: relative;
  cursor: pointer;
  min-width: 8px; }
  .wc-dropdown-sec ul.wc-dropdown {
    position: absolute;
    top: 24px;
    left: 6px;
    width: 169px;
    z-index: 100;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ddd; }
    .wc-dropdown-sec ul.wc-dropdown .upgradeworkspace :hover {
      background-color: gold; }
    .wc-dropdown-sec ul.wc-dropdown li {
      display: block; }
      .wc-dropdown-sec ul.wc-dropdown li div {
        display: block;
        display: flex !important;
        align-items: center;
        font-weight: 600;
        color: #212121;
        font-size: 13px;
        padding: 6px 10px; }
        .wc-dropdown-sec ul.wc-dropdown li div:hover {
          background: #f8f8f8; }
        .wc-dropdown-sec ul.wc-dropdown li div i {
          margin-right: 10px;
          margin-left: 6px; }
        .wc-dropdown-sec ul.wc-dropdown li div .workspace-menu-icon {
          margin-right: 6px;
          font-size: 14px; }

.stack-list-old-dashboard {
  list-style: none; }
  .stack-list-old-dashboard .stack-item {
    position: relative;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid #dededf;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out; }
    .stack-list-old-dashboard .stack-item .title {
      font-size: 13px;
      font-weight: 500;
      margin-left: 15px; }
      @media only screen and (max-width: 450px) {
        .stack-list-old-dashboard .stack-item .title {
          width: 110px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
    .stack-list-old-dashboard .stack-item svg {
      margin-left: auto; }
    .stack-list-old-dashboard .stack-item:hover {
      background: rgba(0, 0, 0, 0.05);
      border: 1px solid #7f7f7f; }
  .stack-list-old-dashboard .stack-item:hover .display-none {
    display: inline-flex;
    align-items: center; }
  .stack-list-old-dashboard .add-stack {
    background: transparent;
    border: 1px solid transparent;
    padding: 10px 10px;
    z-index: 2; }
    .stack-list-old-dashboard .add-stack:hover {
      background: #fff;
      border: 1px solid #ddd !important;
      border: 0; }
      .stack-list-old-dashboard .add-stack:hover span.title {
        color: #212121;
        font-family: "GT Eesti Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
        letter-spacing: 0.01em;
        -webkit-font-smoothing: antialiased;
        font-feature-settings: "calt" 0; }
  .stack-list-old-dashboard .create-buttons-main {
    display: flex;
    height: 30px;
    justify-content: left;
    width: 100%;
    margin-bottom: 24px; }
    .stack-list-old-dashboard .create-buttons-main .create-button {
      padding: 18px;
      border-radius: 27px;
      background: #EDEDED;
      font-weight: 500;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 0.5rem;
      margin-right: 0.5rem;
      text-align: center;
      vertical-align: middle; }
      .stack-list-old-dashboard .create-buttons-main .create-button .button-img {
        width: 16%;
        margin-right: 5px; }
      .stack-list-old-dashboard .create-buttons-main .create-button .button-text {
        line-height: 16px;
        font-style: normal;
        font-size: 12px;
        text-transform: capitalize;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.8);
        text-align: center;
        vertical-align: middle;
        overflow: hidden; }
        @media only screen and (max-width: 1000px) {
          .stack-list-old-dashboard .create-buttons-main .create-button .button-text {
            font-size: 12px; } }
    .stack-list-old-dashboard .create-buttons-main .create-button:hover {
      color: rgba(0, 0, 0, 0.9);
      background-color: #CACBCD; }

.information-bx {
  margin-bottom: -14px;
  padding: 16px;
  border-radius: 6px;
  text-align: left;
  background-color: #ffffff;
  border: 3px solid #e8e8e8; }
  .information-bx .information-title {
    padding: 8px 0;
    line-height: 1.5;
    font-weight: 500;
    font-size: 18px;
    cursor: text;
    color: #333333; }
  .information-bx .information-content {
    padding-bottom: 16px;
    font-size: 12px; }
    .information-bx .information-content .info-items {
      display: flex;
      align-items: flex-start;
      padding-bottom: 4px; }
      .information-bx .information-content .info-items .info-icon {
        padding-right: 8px;
        margin-top: 2px; }
      .information-bx .information-content .info-items .info-text {
        font-size: 13px;
        cursor: text; }
  .information-bx .info-footer {
    display: flex;
    align-items: center;
    justify-content: center; }
    .information-bx .info-footer .btn-learn {
      margin-right: 6px;
      padding: 0.75em !important;
      font-size: 13px !important;
      background: none !important; }
    .information-bx .info-footer .btn-offer {
      margin: 0;
      display: flex;
      align-items: center;
      padding: 0.65em 1.2em !important;
      background-color: #2D7FF8;
      color: white; }

.sidebar-hm {
  margin-top: 12px; }
  .sidebar-hm .sidebar-title h3 {
    font-weight: 500; }
  .sidebar-hm ul.sidebar-items li a {
    font-weight: 400;
    padding-bottom: 0 !important; }
    .sidebar-hm ul.sidebar-items li a svg {
      position: relative;
      top: 4px;
      margin-right: 6px; }
  .sidebar-hm ul.sidebar-items li.active a {
    display: block;
    border: 0; }
  .sidebar-hm ul.sidebar-items .sidebar-list {
    padding: 1px;
    padding-left: 7px;
    display: flex;
    align-items: center; }
    .sidebar-hm ul.sidebar-items .sidebar-list .sidebar-content {
      flex: auto; }
    .sidebar-hm ul.sidebar-items .sidebar-list:hover {
      background-color: rgba(0, 0, 0, 0.05);
      border-radius: 5px; }
    .sidebar-hm ul.sidebar-items .sidebar-list .navicon {
      visibility: hidden; }
      .sidebar-hm ul.sidebar-items .sidebar-list .navicon .gripicon {
        visibility: visible;
        opacity: 0.8; }
    .sidebar-hm ul.sidebar-items .sidebar-list .navigationWorkspaceName {
      display: inline-block;
      width: 205px;
      white-space: nowrap;
      overflow: hidden !important;
      text-overflow: ellipsis; }

ul.ct-tab {
  list-style: none;
  margin: 10px 0 20px 0;
  cursor: pointer; }
  ul.ct-tab li {
    display: inline-block; }
    ul.ct-tab li div {
      color: #212121;
      padding: 6px 10px;
      display: block; }
    ul.ct-tab li.active {
      font-weight: 600;
      background: #e7e7e7;
      border-radius: 4px; }
    ul.ct-tab li:hover a {
      color: #000000; }

.member-more span.more {
  margin-left: 4px;
  position: relative;
  top: 6px;
  cursor: pointer;
  height: 20px;
  border-radius: 2px; }
  .member-more span.more:hover {
    background-color: #e7e7e7; }

.member-box .flex-basis {
  flex-basis: 100%;
  padding: 10px; }

.member-box ul.mb-bx {
  position: relative;
  right: 10px;
  list-style: none;
  align-items: center; }
  .member-box ul.mb-bx li {
    border-radius: 50%;
    height: 24px;
    width: 24px;
    cursor: pointer;
    display: inline-flex;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out; }
    .member-box ul.mb-bx li:not(:last-child) {
      margin-right: 6px; }
    .member-box ul.mb-bx li img {
      height: 1.3em;
      width: 100%;
      position: relative;
      top: 0px;
      border-radius: 50px;
      display: block; }
    .member-box ul.mb-bx li:hover {
      margin-left: 12px; }
    .member-box ul.mb-bx li svg {
      margin: 0 auto !important; }
  .member-box ul.mb-bx li:last-child {
    position: relative; }
  .member-box ul.mb-bx .menuItem:hover {
    background: #e0e1e2; }

.member-box .menu-icon {
  background: #e7e7e7;
  border-radius: 90px;
  margin-right: 5px;
  color: grey;
  height: 22px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .member-box .menu-icon .menu-icon-img {
    width: 17px;
    margin-right: 2px; }
  .member-box .menu-icon .menu-icon-users {
    display: flex;
    align-items: center;
    position: absolute;
    right: 34px;
    font-size: 11px;
    top: -2px; }
  .member-box .menu-icon .menu-icon-icon {
    margin-right: 2px;
    font-size: 21px;
    color: grey;
    margin-left: 4px; }
  .member-box .menu-icon .menu-icon-text {
    top: 0px;
    right: 37px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-right: 6px; }

.member-box :hover .menu-icon {
  box-shadow: 1px 1px 1px grey;
  border: 2px solid grey; }

.box-invite .header-user {
  margin-bottom: 30px; }

.box-invite .Select {
  margin-bottom: 10px; }

.modal-member .header {
  background: #e7e7e7 !important; }

.modal-member > .content {
  max-height: 350px;
  overflow-y: auto; }

.modal-member .member-ws {
  padding-bottom: 16px; }
  .modal-member .member-ws:not(:last-child) {
    border-bottom: 1px solid #e7e7e7; }
  .modal-member .member-ws img {
    border-radius: 50%; }

.context-sub-action {
  min-width: 156px !important;
  width: 100px !important;
  padding: 0 !important;
  z-index: 2 !important;
  position: absolute;
  top: 10px;
  right: 30px !important; }
  .context-sub-action li a {
    font-size: 13px;
    color: #212121; }

.modal-share > .header {
  font-size: 16px !important;
  border: 0 !important; }

.modal-share > .content {
  padding: 0 20px 0 20px !important; }

.modal-share > .actions {
  padding: 0 1.5rem 1rem 1.5rem !important;
  border: 0 !important; }

.modal-share > .content p {
  color: #717171; }

.modal-share > .content .invite-box {
  margin-top: 10px; }

.invite-box .btn-addmore {
  color: #2185d0 !important;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
  width: fit-content;
  margin-left: auto;
  margin-right: 16px;
  margin-top: 10px; }
  .invite-box .btn-addmore:hover {
    font-weight: bold; }

.modal-share > .content .invite-box .invite-header a,
.modal-share > .content .invite-box .invite-content a {
  color: #717171;
  margin-right: 10px;
  padding-bottom: 10px; }

.modal-share > .content .invite-box .invite-content a {
  color: #717171;
  border-bottom: 1px dashed #414141;
  padding-bottom: 0px;
  font-size: 12px;
  letter-spacing: 0.5px; }

.modal-share > .content .invite-box .invite-header a.active {
  color: #212121;
  border-bottom: 2px solid #ddd; }

.modal-share > .content .invite-box .invite-content {
  clear: both; }
  .modal-share > .content .invite-box .invite-content .remove-email-item {
    margin: auto; }

.modal-share > .content .invite-box .invite-content .ui.selection.dropdown {
  min-width: 100% !important; }
  .modal-share > .content .invite-box .invite-content .ui.selection.dropdown .menu .item .text .image {
    height: 2.5em !important;
    border-radius: 27px; }
  .modal-share > .content .invite-box .invite-content .ui.selection.dropdown .menu .text {
    display: flex;
    padding: 2px 0; }
    .modal-share > .content .invite-box .invite-content .ui.selection.dropdown .menu .text .content {
      overflow: hidden; }
      .modal-share > .content .invite-box .invite-content .ui.selection.dropdown .menu .text .content .header {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }

.modal-share .content .invite-box .invite-content .ui.positive.button {
  min-width: 100%; }

.modal-share .content .staclColorHover {
  position: absolute;
  top: 250px;
  right: 14px;
  z-index: 100;
  background: #4b4b4b;
  padding: 8px;
  border-radius: 6px;
  color: white;
  font-size: 15px;
  width: 199px;
  font-weight: 500; }

.add-stack-ct-menu {
  left: 100px;
  top: 4px;
  width: 100px !important;
  background: #fff !important;
  margin-top: 6px;
  z-index: 1000; }
  .add-stack-ct-menu li {
    font-size: 13px; }
    .add-stack-ct-menu li a {
      color: #212121 !important;
      font-weight: 500; }

.color-show {
  height: 40px;
  width: 40px;
  border-radius: 2px;
  padding: 8px; }

.select-icon {
  height: 27px;
  width: 27px; }

.color-bk {
  margin-left: 10px; }

.color-bk label {
  display: block;
  margin: 0em 0em 0.28571429rem 0em;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none; }

.select-color {
  position: relative; }
  .select-color .color-tab {
    background: #fff;
    cursor: pointer;
    padding: 0px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    justify-content: center; }
    .select-color .color-tab i {
      height: 16px; }
    .select-color .color-tab .color-show {
      margin: 0 4px; }
  .select-color .color-show,
  .select-color i {
    float: left; }

.color-tab-op {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  padding: 14px;
  left: -3px;
  width: 35em;
  height: 20em; }
  .color-tab-op ul {
    list-style: none; }
    .color-tab-op ul li {
      display: inline-block;
      padding: 4px; }
      .color-tab-op ul li .color-show {
        cursor: pointer;
        border: 1px solid transparent; }
        .color-tab-op ul li .color-show:hover {
          border: 1px solid #ccc;
          box-shadow: rgba(0, 0, 0, 0.027) 0px 2px 0px 0px; }
  @media only screen and (max-width: 450px) {
    .color-tab-op {
      width: 21.2em;
      height: 25em; }
      .color-tab-op ul li {
        padding: 1.3px; } }

.wc-delete-align-right {
  left: calc(100% - 212px); }

.plan-lable {
  color: white;
  border-radius: 14px;
  padding: 0px 9px;
  line-height: 1.7;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  color: #7d7d7d;
  border: 2px solid #7d7d7d;
  margin-left: 10px; }
  .plan-lable:hover {
    opacity: 0.6;
    text-decoration: underline; }

.api-count {
  font-size: 12px;
  font-weight: 700;
  margin: 0 8px;
  line-height: 1.7;
  display: flex;
  border: 2px solid #7d7d7d;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 15px; }
  .api-count:hover {
    opacity: 0.6;
    text-decoration: underline; }
  .api-count .api-indicate {
    width: 10px;
    height: 10px;
    margin: auto;
    margin-right: 7px;
    border-radius: 10px; }

.else-api-count {
  font-size: 12px;
  font-weight: 700;
  margin: 0 8px;
  line-height: 1.7;
  display: flex; }
  .else-api-count .api-indicate {
    width: 10px;
    height: 10px;
    margin: auto;
    margin-right: 7px;
    border-radius: 10px; }

.react-joyride__tooltip {
  width: 404px !important; }
  .react-joyride__tooltip h4 {
    text-align: left;
    font-weight: 600;
    font-size: 23px !important; }
  .react-joyride__tooltip div {
    text-align: left;
    padding-left: 0px !important; }
  .react-joyride__tooltip div:nth-child(2) button[title="Next"] {
    background-color: #3384f7 !important; }
  .react-joyride__tooltip div:nth-child(2) button[title="Last"] {
    background-color: #3384f7 !important; }
  .react-joyride__tooltip div:nth-child(2) button[title="Back"] {
    color: #3384f7 !important; }

.shared-stack-title {
  cursor: auto !important;
  font-family: "GT Eesti Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "calt" 0;
  font-size: 22px !important; }

.browser-warning {
  position: fixed;
  bottom: 0px;
  background: #4b4b4b;
  height: 50px;
  width: 100%;
  box-shadow: 5px 5px 5px 5px #ccc;
  text-align: center;
  padding: 10px;
  color: white;
  z-index: 1000; }

.searchStack input {
  background: #EDEDED !important;
  font-weight: bold !important;
  color: black !important;
  border: 2px solid #EDEDED !important; }
  .searchStack input ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black !important; }

.searchStack :focus {
  border-color: #008DD2 !important; }

.searchStack ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important; }

#FeatureRequestForm .features-main {
  top: 35px;
  width: 430px;
  height: fit-content;
  z-index: 1000;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  top: -45px;
  border-radius: 7px;
  font-size: 13px; }

@media (max-width: 700px) {
  .sidebarShow {
    display: none; } }

@media (max-width: 700px) {
  .showfullscreen {
    width: 100% !important; } }

.emailverified-stack {
  opacity: 0.80;
  pointer-events: none; }

.collabrator-display {
  display: none; }

.email-message {
  cursor: auto; }
  .email-message .user-email {
    display: block;
    margin-left: 25px; }
  .email-message .resend-email {
    float: right;
    margin-right: 10px; }

#WSTrashFeatures {
  width: 850px; }
  #WSTrashFeatures .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 11px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ddd; }
    #WSTrashFeatures .header .header-icon-stack {
      display: flex;
      align-items: center; }
    #WSTrashFeatures .header p {
      font-size: 14px;
      margin-left: 3px;
      opacity: 0.8;
      margin-top: 5px; }
    #WSTrashFeatures .header .stack-trash {
      font-size: 17px;
      font-weight: 500;
      margin-left: 7px; }
  #WSTrashFeatures .main-content .trashData-stack {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid #ddd;
    padding-bottom: 8px;
    padding-top: 6px;
    text-indent: 12px; }
  #WSTrashFeatures .main-content .trashData-render .trashData-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #ddd;
    padding-bottom: 8px;
    padding-top: 6px; }
  #WSTrashFeatures .main-content .trashData-render .trashData-delete-text {
    font-size: 16px;
    margin-left: 12px; }
  #WSTrashFeatures .main-content .trashData-render .trashData-action {
    font-size: 15px;
    font-weight: 500; }
  #WSTrashFeatures .main-content .trashData-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52vh;
    flex-direction: column; }
    #WSTrashFeatures .main-content .trashData-empty .trashData-empty-img {
      width: 16%;
      margin-bottom: 22px;
      opacity: 0.9; }

@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (max-width: 450px) {
  #TrashFeatures {
    width: fit-content; } }

#MobileAppsModel {
  width: 470px; }
  #MobileAppsModel .mobile-apps-box {
    padding: 30px 0 24px;
    width: 470px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px; }
    #MobileAppsModel .mobile-apps-box .mobile-app-image {
      background-color: #fff;
      margin-bottom: 17px;
      min-height: 80px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -28px;
      width: 96px;
      height: 96px;
      border-radius: 50%;
      box-shadow: 0 5px 18px 0 #0000001c;
      display: flex;
      justify-content: center;
      align-items: center; }
      #MobileAppsModel .mobile-apps-box .mobile-app-image .mobile-image-top {
        max-width: 100%;
        height: auto; }
    #MobileAppsModel .mobile-apps-box .mobile-header {
      width: 100%;
      text-align: center;
      padding: 0 31px 0 30px; }
      #MobileAppsModel .mobile-apps-box .mobile-header .mobile-apps-title {
        font-weight: 700;
        margin-bottom: 12px;
        color: #2e3538;
        font-size: 18px;
        line-height: 25px;
        cursor: text;
        text-align: center;
        display: inline-block; }
      #MobileAppsModel .mobile-apps-box .mobile-header .mobile-description {
        margin-bottom: 34px;
        font-weight: 400;
        color: #2e3538;
        word-break: break-word;
        font-size: 13px;
        line-height: 18px;
        cursor: text;
        display: inline-block; }
    #MobileAppsModel .mobile-apps-box .mobile-apps-body {
      margin-bottom: 20px;
      display: flex;
      max-width: 100%;
      padding: 0 30px; }
      #MobileAppsModel .mobile-apps-box .mobile-apps-body .ios-app-link, #MobileAppsModel .mobile-apps-box .mobile-apps-body .android-app-link {
        max-width: 201px;
        margin: 0 5px;
        position: relative;
        font-size: 0;
        border-radius: 6px;
        background: #fafafa;
        border: 1px solid #dedede;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 6px 6px 10px; }
        #MobileAppsModel .mobile-apps-box .mobile-apps-body .ios-app-link .androidplaystore, #MobileAppsModel .mobile-apps-box .mobile-apps-body .ios-app-link .iosplaystore, #MobileAppsModel .mobile-apps-box .mobile-apps-body .android-app-link .androidplaystore, #MobileAppsModel .mobile-apps-box .mobile-apps-body .android-app-link .iosplaystore {
          margin-bottom: 18px;
          max-width: 100%;
          height: auto; }
        #MobileAppsModel .mobile-apps-box .mobile-apps-body .ios-app-link .app-store-ios, #MobileAppsModel .mobile-apps-box .mobile-apps-body .ios-app-link .app-store-android, #MobileAppsModel .mobile-apps-box .mobile-apps-body .android-app-link .app-store-ios, #MobileAppsModel .mobile-apps-box .mobile-apps-body .android-app-link .app-store-android {
          max-width: 100%;
          width: 141px;
          height: 141px; }
    #MobileAppsModel .mobile-apps-box .mobile-model-footer {
      display: flex;
      align-items: center;
      justify-content: center; }
      #MobileAppsModel .mobile-apps-box .mobile-model-footer .model-footer-button {
        height: 32px;
        font-size: 14px;
        padding: 0 15px;
        font-weight: 600;
        color: #2e3538;
        cursor: pointer;
        display: flex;
        align-items: center; }

.display-block {
  display: block !important; }

.display-flex {
  display: flex !important; }

.new-version-home-screen {
  display: flex;
  justify-content: space-between; }

.go-to-new-home-screen {
  margin-right: 5px;
  text-decoration: underline;
  cursor: pointer; }

.new-home-screen-container {
  margin-top: 1em; }

.new-home-screen-container .info i {
  top: 14px !important; }

.header-container {
  position: relative;
  top: 88px; }

#FeatureRequestForm {
  margin-left: -70px; }
  #FeatureRequestForm .features-box {
    left: 0% !important;
    right: 0%; }
  #FeatureRequestForm .features-main {
    cursor: move;
    top: 35px;
    width: 430px;
    height: fit-content;
    z-index: 1000;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    top: 40px;
    left: 60%;
    border-radius: 7px;
    font-size: 13px; }
    #FeatureRequestForm .features-main .icons {
      position: absolute;
      right: 10px;
      cursor: pointer;
      top: 10px; }
    #FeatureRequestForm .features-main .content {
      display: block;
      width: 100%;
      font-size: 13px;
      background: #FFFFFF;
      height: 90vh;
      min-height: 700px;
      justify-content: center;
      align-items: center;
      margin-top: 20px; }
      #FeatureRequestForm .features-main .content .form-view {
        width: 380px;
        height: 100%;
        border-radius: inherit;
        overflow: hidden;
        display: flex;
        overflow-x: hidden; }

.header-menu-marign {
  padding: 10px; }

.header-link {
  width: 100% !important;
  text-align: center;
  display: none;
  font-size: 13px;
  font-weight: 400;
  padding: 8px 0 !important;
  color: #333 !important;
  background-color: #E5F9E7 !important;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  .header-link .header-close-icon {
    position: relative;
    float: right;
    right: 7px;
    cursor: pointer; }

@media only screen and (max-width: 767px) {
  .header-link {
    margin: 0px !important; } }

@media (max-width: 767px) {
  .message-content .ui.container {
    width: 100% !important;
    margin: 0px !important; } }

.invite-header-message {
  width: 100% !important;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  padding: 8px 0 !important;
  color: #333 !important;
  background-color: #e8effd !important;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  .invite-header-message .invite-text {
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer; }
  .invite-header-message .header-close-icon {
    position: relative;
    float: right;
    right: 7px;
    cursor: pointer; }

#Header {
  position: fixed;
  width: 100%;
  z-index: 1001;
  margin-top: 0;
  margin-bottom: 20px;
  height: 56px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  margin-left: 0px;
  margin-right: 0px; }
  #Header a {
    font-weight: 500;
    color: #414141; }
  #Header .ui .align {
    align-items: center !important; }
  #Header .notifications {
    cursor: pointer;
    margin-left: 8px;
    padding: 4px;
    border-radius: 24px; }
    #Header .notifications:hover {
      background-color: rgba(234, 234, 234, 0.8); }
  #Header .account-menu {
    cursor: pointer;
    margin-left: 8px;
    padding: 4px;
    border-radius: 24px; }
    #Header .account-menu:hover {
      background-color: rgba(234, 234, 234, 0.8); }
    #Header .account-menu .account-menu-box {
      border-radius: 6px;
      padding: 2px 12px 2px 18px;
      width: 296px;
      right: -4px; }
      #Header .account-menu .account-menu-box .header {
        padding: 0em 0.142857rem !important; }
      #Header .account-menu .account-menu-box .item {
        padding: 8px 8px 8px 2px !important;
        margin: 0 8px 5px 0;
        border-radius: 3px;
        display: flex;
        align-items: center; }
        #Header .account-menu .account-menu-box .item .accountmenu-icon {
          margin: 0.10em 0.75em 0em 0em; }
  @media (max-width: 991px) {
    #Header .nav-item {
      margin: 0 2px;
      padding: 10px 6px; }
    #Header .nav-item-new {
      margin: 0px;
      padding: 10px 4px; }
    #Header .refer-btn {
      font-size: 12px;
      padding: 0.4em .5em; }
    #Header .notifications {
      margin-left: 2px; }
    #Header .account-menu {
      margin-left: 4px;
      padding: 0px; } }
  #Header .account-menu .accounticon {
    max-width: 0px;
    width: 100%;
    height: 100%;
    min-width: 2em;
    min-height: 2em; }
  #Header .refer-btn {
    border-radius: 27px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
  #Header .reconnect-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500; }
  #Header .header-info .headerItem {
    margin-left: 0; }

#notification {
  position: relative;
  color: #1f1f1f; }
  #notification .badge {
    position: absolute;
    top: -2px;
    left: 12px;
    height: 12px;
    font-size: 10px;
    border-radius: 25px;
    color: #fff;
    padding: 4px;
    display: flex;
    align-items: center; }

.notification-box {
  width: 360px;
  position: absolute;
  right: 0;
  z-index: 150;
  border: 1px solid #D4D4D5;
  margin-top: 13px;
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 6px;
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15); }
  .notification-box .notification-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #1f1f1f;
    padding: 0 0 16px;
    margin: 16px 24px 0 24px; }
    .notification-box .notification-header .notification-title {
      cursor: text; }
    .notification-box .notification-header .notification-mark {
      display: flex;
      align-items: center; }
      .notification-box .notification-header .notification-mark .unread-notifiaction, .notification-box .notification-header .notification-mark .read-notifiaction {
        cursor: pointer;
        border-radius: 3px;
        padding: 4px 8px;
        margin-right: 8px;
        display: inline-block;
        line-height: 18px; }
        .notification-box .notification-header .notification-mark .unread-notifiaction:hover, .notification-box .notification-header .notification-mark .read-notifiaction:hover {
          background-color: rgba(0, 0, 0, 0.1) !important; }
      .notification-box .notification-header .notification-mark .notification-active {
        background-color: #0000000d; }
      .notification-box .notification-header .notification-mark .notification-unActive {
        background-color: #fff; }
  .notification-box .notification-subheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #1f1f1f;
    margin: 0 16px;
    padding: 8px 0; }
    .notification-box .notification-subheader .notification-title {
      font-weight: 500;
      padding: 4px 0; }
    .notification-box .notification-subheader #RadioToggle .ui.toggle.checkbox label {
      margin-left: 2px;
      color: #0004088a !important;
      font-weight: 600;
      cursor: pointer;
      font-size: 12px;
      padding-left: 2.6rem !important;
      display: flex;
      align-items: center; }
    .notification-box .notification-subheader #RadioToggle .ui.toggle.checkbox label:before, .notification-box .notification-subheader #RadioToggle .ui.toggle.checkbox label:after {
      top: 3.4px; }
    .notification-box .notification-subheader #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, .notification-box .notification-subheader #RadioToggle .ui.toggle.checkbox input:checked ~ label:after {
      top: 3.4px; }
    .notification-box .notification-subheader .mark-all {
      cursor: pointer;
      display: flex;
      align-items: center;
      font-size: 13px;
      padding: 4px 8px;
      border-radius: 3px; }
      .notification-box .notification-subheader .mark-all:hover {
        background-color: rgba(0, 0, 0, 0.1); }
      .notification-box .notification-subheader .mark-all .checkmarkIcon {
        margin-right: 4px; }
  .notification-box .notification-container {
    margin-top: 7px;
    min-height: 100px;
    max-height: 530px;
    overflow-y: auto; }
    .notification-box .notification-container .notification-slack {
      margin-bottom: 4px;
      cursor: pointer;
      justify-content: center;
      align-items: center;
      text-align: center;
      margin-top: 4px; }
    .notification-box .notification-container .notification-content {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .notification-box .notification-container .notification-content .loader {
        margin-top: 30px; }
      .notification-box .notification-container .notification-content .notification-content-cell {
        padding: 8px 24px;
        display: flex;
        /* float: left; */
        /* flex-direction: row; */
        align-items: center;
        margin: 0 0 4px;
        width: 100%;
        cursor: pointer; }
        .notification-box .notification-container .notification-content .notification-content-cell p {
          font-size: 13px;
          color: #1f1f1f; }
        .notification-box .notification-container .notification-content .notification-content-cell .notifyUser-container {
          display: flex;
          align-items: center;
          align-self: flex-start;
          position: relative;
          padding-right: 8px; }
          .notification-box .notification-container .notification-content .notification-content-cell .notifyUser-container .userProfileImg {
            width: 24px !important;
            height: 24px;
            border-radius: 12px;
            margin: 0px; }
          .notification-box .notification-container .notification-content .notification-content-cell .notifyUser-container .accounticon {
            width: 100%;
            height: 100%;
            max-width: 24px;
            max-height: 24px;
            border-radius: 12px; }
        .notification-box .notification-container .notification-content .notification-content-cell .notify-info {
          flex: 1 1 auto;
          min-width: 0;
          min-height: 0;
          white-space: pre-wrap;
          word-break: break-word; }
          .notification-box .notification-container .notification-content .notification-content-cell .notify-info .description {
            font-size: 13px;
            color: #1f1f1f; }
          .notification-box .notification-container .notification-content .notification-content-cell .notify-info .timestamp {
            opacity: .75;
            font-size: 11px;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis; }
        .notification-box .notification-container .notification-content .notification-content-cell .notification-toggle .radiobtn-check {
          opacity: .75; }
      .notification-box .notification-container .notification-content .notification-content-cell:hover {
        background-color: rgba(0, 0, 0, 0.05); }
      .notification-box .notification-container .notification-content .show-more {
        cursor: pointer;
        opacity: .75;
        text-align: center;
        font-size: 11px;
        font-weight: 500; }
    .notification-box .notification-container .notify-unread {
      transform: translateX(-100%);
      position: absolute;
      padding-right: 4px;
      width: 12px;
      height: 12px;
      display: flex;
      align-items: center; }
      .notification-box .notification-container .notify-unread .unread-dot {
        display: block;
        height: 6px;
        width: 6px;
        color: #166ee1;
        background-color: #166ee1;
        border-radius: 50%; }
  .notification-box .notification-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #F0F0F0;
    color: #333333;
    justify-content: center;
    padding: 0 0 8px; }

@media (max-width: 450px) {
  .notification-box {
    width: 300px;
    right: -24px; } }

html {
  --scrollbarBG: #CFD8DC;
  --thumbBG: #90A4AE; }

.shareStack-modal {
  border-radius: 6px;
  background-color: white;
  word-break: break-word;
  cursor: default; }
  .shareStack-modal .shareStack-bx {
    position: relative; }
    .shareStack-modal .shareStack-bx .shareStack-header {
      padding: 16px 24px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .shareStack-modal .shareStack-bx .shareStack-header .header-info {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0; }
        .shareStack-modal .shareStack-bx .shareStack-header .header-info .header-content {
          display: flex;
          flex-direction: column; }
          .shareStack-modal .shareStack-bx .shareStack-header .header-info .header-content .header-text {
            line-height: 1.25;
            font-size: 17px;
            font-weight: 600;
            color: #1f1f1f; }
          .shareStack-modal .shareStack-bx .shareStack-header .header-info .header-content .header-desc {
            margin-top: 4px;
            line-height: 1.5;
            font-size: 11px;
            font-weight: 400;
            color: #666; }
            .shareStack-modal .shareStack-bx .shareStack-header .header-info .header-content .header-desc .help-section {
              vertical-align: text-bottom;
              display: inline-flex;
              margin-left: 4px; }
              .shareStack-modal .shareStack-bx .shareStack-header .header-info .header-content .header-desc .help-section .help-info {
                opacity: .75;
                cursor: pointer;
                display: flex;
                align-items: center;
                color: rgba(0, 0, 0, 0.5); }
                .shareStack-modal .shareStack-bx .shareStack-header .header-info .header-content .header-desc .help-section .help-info:hover {
                  opacity: 1; }
                .shareStack-modal .shareStack-bx .shareStack-header .header-info .header-content .header-desc .help-section .help-info .help-link {
                  display: flex;
                  align-items: center;
                  border-radius: 14px; }
                  .shareStack-modal .shareStack-bx .shareStack-header .header-info .header-content .header-desc .help-section .help-info .help-link .help-icon {
                    color: rgba(0, 0, 0, 0.5);
                    fill: rgba(0, 0, 0, 0.5); }
    .shareStack-modal .shareStack-bx .shareStack-content {
      padding: 24px;
      overflow-y: auto;
      overflow-x: hidden;
      max-height: calc(70vh); }
      .shareStack-modal .shareStack-bx .shareStack-content .emailVerify-btn {
        box-sizing: border-box;
        height: 32px;
        line-height: 22px;
        max-width: 100%;
        border: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 12px !important;
        border-radius: 6px !important;
        background-color: #166ee1;
        color: #fff;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
        .shareStack-modal .shareStack-bx .shareStack-content .emailVerify-btn .verify-text {
          transform: translateY(-0.5px);
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 13px;
          font-weight: 500; }
        .shareStack-modal .shareStack-bx .shareStack-content .emailVerify-btn:hover {
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12) !important; }
      .shareStack-modal .shareStack-bx .shareStack-content .shareStack-links {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        display: flex;
        margin-bottom: 16px; }
        .shareStack-modal .shareStack-bx .shareStack-content .shareStack-links .link-button {
          cursor: pointer;
          margin: 0 24px 0 0;
          padding: 0 0 12px; }
          .shareStack-modal .shareStack-bx .shareStack-content .shareStack-links .link-button .link-text {
            line-height: 1.5;
            font-size: 13px;
            font-weight: 500;
            color: #666; }
            .shareStack-modal .shareStack-bx .shareStack-content .shareStack-links .link-button .link-text:hover {
              color: #666; }
          .shareStack-modal .shareStack-bx .shareStack-content .shareStack-links .link-button .active {
            color: #1f1f1f; }
            .shareStack-modal .shareStack-bx .shareStack-content .shareStack-links .link-button .active:hover {
              color: #1f1f1f; }
        .shareStack-modal .shareStack-bx .shareStack-content .shareStack-links .linkActive {
          border-bottom: 2px solid; }
      .shareStack-modal .shareStack-bx .shareStack-content .invite-box {
        width: 100%;
        padding-right: 8px; }
        .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section {
          margin-bottom: 8px; }
          .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .ui.selection.dropdown {
            min-width: 100% !important; }
            .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .ui.selection.dropdown .menu .item .text .image {
              height: 2.5em !important;
              border-radius: 27px; }
            .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .ui.selection.dropdown .menu .text {
              display: flex;
              padding: 2px 0; }
              .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .ui.selection.dropdown .menu .text .content {
                overflow: hidden; }
                .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .ui.selection.dropdown .menu .text .content .header {
                  overflow: hidden;
                  white-space: nowrap;
                  text-overflow: ellipsis; }
          .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields {
            margin: 0;
            font-size: 13px;
            align-items: center;
            justify-content: center; }
            .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .eight .dropdown {
              border: 0;
              outline: 0;
              color: #1f1f1f;
              border-radius: 6px;
              font-size: 13px;
              color: #1f1f1f; }
              .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .eight .dropdown:focus {
                outline: none !important; }
              .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .eight .dropdown .input.search {
                padding: 0.78571429em 2.1em 0.78571429em 1em;
                line-height: 1em; }
            .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .four .dropdown {
              border: 0;
              outline: 0;
              color: #1f1f1f;
              border-radius: 6px;
              font-size: 13px;
              color: #1f1f1f;
              height: 36px; }
              .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .four .dropdown:focus {
                outline: none !important; }
              .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .four .dropdown .menu .text {
                font-size: 13px;
                color: #1f1f1f; }
              .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .four .dropdown .menu .selected.item {
                font-weight: 500;
                color: #1f1f1f; }
            @media only screen and (min-width: 767px) {
              .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .four {
                margin-left: 8px; } }
            @media only screen and (max-width: 767px) {
              .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .four {
                margin-top: 8px; } }
            .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .field {
              padding: 0;
              border-radius: 6px;
              border: 2px solid rgba(0, 0, 0, 0.1); }
              .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .field .visible {
                font-size: 13px;
                color: #1f1f1f; }
                .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .field .visible .dropdownperm-header {
                  font-size: 13px;
                  font-weight: 500;
                  color: #1f1f1f;
                  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
        .shareStack-modal .shareStack-bx .shareStack-content .invite-box .messagbx-content {
          margin: 10px 0; }
          .shareStack-modal .shareStack-bx .shareStack-content .invite-box .messagbx-content .field > label {
            margin-bottom: 8px; }
        .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-footer {
          margin-top: 16px; }
          .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-footer .invitebxFooter-info {
            background-color: #f1f5ff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 16px;
            border-radius: 6px; }
      .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content {
        max-height: 500px;
        line-height: 18px; }
        .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .createlink-info {
          margin-bottom: 24px; }
        .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .createLink-button {
          cursor: pointer;
          display: flex;
          align-items: center;
          margin-top: 8px;
          font-weight: 500;
          color: #166ee1; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .createLink-button .add-icon {
            margin-right: 8px;
            color: #166ee1;
            fill: #166ee1; }
        .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section {
          display: flex;
          flex-direction: column;
          margin-bottom: 24px;
          color: #1f1f1f; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .header-text {
            margin-bottom: 8px;
            font-size: 13px;
            font-weight: 500; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .user-dropdown {
            padding-left: 4px; }
            .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .user-dropdown .selection {
              border-radius: 3px;
              box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
              border: 0;
              padding: 4px 23px 4px 11px;
              line-height: 1.5; }
              .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .user-dropdown .selection:hover {
                box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
              .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .user-dropdown .selection .text {
                font-size: 13px;
                color: #1f1f1f; }
              .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .user-dropdown .selection .default {
                color: #bfbfbfde; }
            .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .user-dropdown .dropdownperm-header {
              font-size: 13px;
              font-weight: 500;
              color: #1f1f1f;
              font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
        .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section {
          display: flex;
          flex-direction: column;
          margin-bottom: 16px; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .access-header {
            margin-bottom: 8px;
            font-size: 13px;
            font-weight: 500; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-radio {
            margin-bottom: 4px; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.checkbox label {
            font-size: 13px;
            color: #1f1f1f;
            line-height: 18px;
            padding-left: 22px; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.radio.checkbox label:before, .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.radio.checkbox label:after {
            width: 13px;
            height: 13px;
            top: 2px; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.radio.checkbox input:checked ~ label:after {
            background-color: #166eef; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.checkbox input:checked ~ label:before {
            border-color: #166ee1; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.checkbox input:checked:focus ~ label:after {
            color: #166eef; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-emailinput {
            display: flex;
            align-items: center;
            margin-bottom: 4px; }
            .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-emailinput div {
              margin-bottom: -1px;
              margin-right: 7px; }
            .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-emailinput .email-input {
              margin: 0; }
              .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-emailinput .email-input .at {
                width: 25px;
                font-size: 13px;
                color: gray; }
              .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-emailinput .email-input input {
                box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
                border: 0;
                line-height: 18px;
                padding: 4px 4px 4px 30px !important;
                border-radius: 3px;
                color: #333333; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .domainError-msg {
            opacity: .5;
            margin-top: 8px;
            font-size: 11px;
            color: #1d1f25; }
        .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .footer-section {
          border-top: 1px solid rgba(0, 0, 0, 0.05);
          display: flex;
          align-items: center;
          justify-content: flex-end;
          padding: 16px 0 4px; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .footer-section .linkCancel-btn {
            cursor: pointer;
            padding: 0 32px; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .footer-section .createLink-btn {
            box-sizing: border-box;
            height: 32px;
            line-height: 22px;
            max-width: 100%;
            border: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin: 0;
            padding: 0 12px !important;
            border-radius: 6px !important;
            background-color: #166ee1;
            color: #fff;
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
            font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
            .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .footer-section .createLink-btn .createbtn-text {
              transform: translateY(-0.5px);
              max-width: 100%;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              font-size: 13px;
              font-weight: 500; }
            .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .footer-section .createLink-btn:hover {
              box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12) !important; }
    .shareStack-modal .shareStack-bx .shareStack-footer {
      border-top: 1px solid rgba(0, 0, 0, 0.05);
      padding: 24px; }
      .shareStack-modal .shareStack-bx .shareStack-footer .footer-content {
        display: flex;
        align-items: center;
        cursor: pointer;
        font-size: 13px;
        font-weight: 500;
        color: #166ee1; }
        .shareStack-modal .shareStack-bx .shareStack-footer .footer-content .userIcon {
          color: #166ee1;
          fill: #166ee1;
          margin-right: 8px; }
  .shareStack-modal .input-header {
    width: -webkit-fill-available;
    border: 1px solid #4f86c6;
    border-radius: 5px; }
  .shareStack-modal .invite-text {
    font-size: 14px !important;
    padding: 0 16px !important; }
  .shareStack-modal .collaborators-box {
    margin: 10px 0 10px 0;
    padding: 10px 0;
    align-self: stretch; }
    .shareStack-modal .collaborators-box .collaborator-text {
      font-weight: 600;
      margin-bottom: 10px;
      font-size: 15px; }
    .shareStack-modal .collaborators-box .collaborators {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 5px 0 0 0;
      padding: 5px 0 5px 0; }
      @media only screen and (max-width: 450px) {
        .shareStack-modal .collaborators-box .collaborators {
          width: fit-content; } }
      .shareStack-modal .collaborators-box .collaborators:hover .collaborator-info .remove-collaborator {
        visibility: visible; }
      .shareStack-modal .collaborators-box .collaborators .ws-collaborator-left {
        display: flex;
        align-items: center;
        margin-left: 20px; }
        .shareStack-modal .collaborators-box .collaborators .ws-collaborator-left img {
          margin-right: 8px; }
        .shareStack-modal .collaborators-box .collaborators .ws-collaborator-left .collaborator-name {
          font-size: 16px; }
      .shareStack-modal .collaborators-box .collaborators .collaborator-left {
        display: flex;
        align-items: center;
        margin-left: 0; }
        @media only screen and (max-width: 450px) {
          .shareStack-modal .collaborators-box .collaborators .collaborator-left {
            width: 200px; } }
        .shareStack-modal .collaborators-box .collaborators .collaborator-left img {
          margin-right: 5px;
          height: 26px;
          width: 28px; }
        .shareStack-modal .collaborators-box .collaborators .collaborator-left .collaborator-name {
          font-size: 15px;
          margin-left: 5px; }
          @media only screen and (max-width: 450px) {
            .shareStack-modal .collaborators-box .collaborators .collaborator-left .collaborator-name {
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              width: 132px; } }
        .shareStack-modal .collaborators-box .collaborators .collaborator-left .member-delete-sure {
          z-index: 1000;
          background: #fff;
          border: 1px solid #ddd;
          padding: 20px;
          width: 250px;
          left: 123px;
          border-radius: 4px;
          font-size: 13px;
          bottom: 53px;
          position: fixed;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          height: fit-content; }
          .shareStack-modal .collaborators-box .collaborators .collaborator-left .member-delete-sure .content {
            margin-bottom: 10px;
            font-weight: 500;
            line-height: 20px; }
            .shareStack-modal .collaborators-box .collaborators .collaborator-left .member-delete-sure .content p {
              margin: 12px 0px !important; }
      .shareStack-modal .collaborators-box .collaborators .collaborator-info {
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 450px) {
          .shareStack-modal .collaborators-box .collaborators .collaborator-info {
            width: 155px; } }
        .shareStack-modal .collaborators-box .collaborators .collaborator-info .remove-collaborator {
          visibility: hidden; }
        .shareStack-modal .collaborators-box .collaborators .collaborator-info .joining-info {
          color: #717171;
          font-size: 11px;
          white-space: nowrap;
          margin-right: 5px; }
          @media only screen and (max-width: 450px) {
            .shareStack-modal .collaborators-box .collaborators .collaborator-info .joining-info {
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; } }
        .shareStack-modal .collaborators-box .collaborators .collaborator-info .stack-collaborator-permission {
          margin: 0 0 0 2px;
          min-width: 0;
          width: 122px; }
          @media only screen and (max-width: 450px) {
            .shareStack-modal .collaborators-box .collaborators .collaborator-info .stack-collaborator-permission {
              width: 100%;
              text-align: left; } }
        .shareStack-modal .collaborators-box .collaborators .collaborator-info .ws-collaborator-permission {
          margin: 0 0 0 2px;
          width: 122px;
          text-align: left; }
          @media only screen and (max-width: 450px) {
            .shareStack-modal .collaborators-box .collaborators .collaborator-info .ws-collaborator-permission {
              width: 107%;
              text-align: center; } }
  .shareStack-modal .collaboartorInfo-bx .ws-collaborator-permission {
    font-size: 13px;
    color: #1f1f1f !important;
    padding: 0.78571429em 2.1em 0.78571429em 1em;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
    border-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: none; }
    .shareStack-modal .collaboartorInfo-bx .ws-collaborator-permission:hover, .shareStack-modal .collaboartorInfo-bx .ws-collaborator-permission:focus {
      box-shadow: none; }
    @media only screen and (max-width: 767px) {
      .shareStack-modal .collaboartorInfo-bx .ws-collaborator-permission .collaborator-left {
        width: 28%; } }
  .shareStack-modal .collaboartorInfo-bx .collaborator-left .collaborator-name {
    font-size: 14px !important;
    line-height: 1.25;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis; }
  .shareStack-modal .share-link-wrapper {
    padding: 8px 0px; }
    .shareStack-modal .share-link-wrapper .title {
      display: flex;
      align-items: center;
      margin-bottom: 8px; }
      .shareStack-modal .share-link-wrapper .title svg {
        margin: 0 8px; }
      .shareStack-modal .share-link-wrapper .title h3 {
        font-size: 16px;
        font-weight: 500; }
    .shareStack-modal .share-link-wrapper .share-box {
      padding: 8px;
      border: 2px solid #ddd;
      border-radius: 7px; }
      @media only screen and (max-width: 450px) {
        .shareStack-modal .share-link-wrapper .share-box {
          width: 101%; } }
      .shareStack-modal .share-link-wrapper .share-box .create-link {
        padding: 4px;
        color: #1f1f1f;
        border-radius: 4px;
        margin-top: 3px;
        margin-bottom: 3px; }
        .shareStack-modal .share-link-wrapper .share-box .create-link:hover {
          cursor: pointer;
          opacity: 0.8; }
      .shareStack-modal .share-link-wrapper .share-box .right-menu {
        display: flex; }
      .shareStack-modal .share-link-wrapper .share-box .share-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 8px 0;
        padding: 8px;
        border-radius: 4px;
        background-color: rgba(0, 150, 255, 0.2); }
        @media only screen and (max-width: 450px) {
          .shareStack-modal .share-link-wrapper .share-box .share-link {
            display: block;
            width: 99.8%;
            word-wrap: break-word; } }
        .shareStack-modal .share-link-wrapper .share-box .share-link input {
          border: none;
          width: -webkit-fill-available;
          background: transparent;
          color: #676767; }
        .shareStack-modal .share-link-wrapper .share-box .share-link span {
          font-size: 12px;
          margin-right: auto; }
        .shareStack-modal .share-link-wrapper .share-box .share-link svg {
          margin: 0 4px;
          opacity: 0.7; }
          .shareStack-modal .share-link-wrapper .share-box .share-link svg:hover {
            opacity: 1;
            cursor: pointer; }
      .shareStack-modal .share-link-wrapper .share-box .field-box {
        display: flex;
        align-items: center;
        margin-bottom: 7px;
        padding: 6px 0; }
        .shareStack-modal .share-link-wrapper .share-box .field-box label {
          font-size: 12px; }
        .shareStack-modal .share-link-wrapper .share-box .field-box input[type=checkbox] {
          margin-right: 0.2em;
          vertical-align: middle;
          transition: .2s; }
      .shareStack-modal .share-link-wrapper .share-box .upgrade-restrict {
        display: flex;
        align-items: center;
        opacity: 0.6;
        margin-top: 8px;
        cursor: pointer;
        font-size: 14.5px; }
        .shareStack-modal .share-link-wrapper .share-box .upgrade-restrict .upgrade-lock-icon {
          font-size: 18px; }
  .shareStack-modal .email-domain-main {
    top: 35px;
    width: 426px;
    height: fit-content;
    z-index: 1000;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    top: 30%;
    left: 183px;
    border-radius: 7px;
    font-size: 13px; }
    .shareStack-modal .email-domain-main .content {
      margin-bottom: 10px;
      font-weight: 500;
      line-height: 20px; }
      .shareStack-modal .email-domain-main .content .title {
        font-size: 21px;
        font-weight: 500;
        line-height: 28px; }
      .shareStack-modal .email-domain-main .content p {
        margin: 12px 0px !important;
        font-size: 14px;
        color: grey; }
      .shareStack-modal .email-domain-main .content .input-email {
        width: 250px; }
      .shareStack-modal .email-domain-main .content .error-email {
        color: red;
        font-size: 13px;
        margin: 5px; }
    .shareStack-modal .email-domain-main .buttons-div {
      display: flex;
      justify-content: flex-end;
      margin-top: 18px; }
  @media only screen and (max-width: 450px) {
    .shareStack-modal .OnMobileMainView {
      padding-top: 13px; }
    .shareStack-modal .OnMobileView {
      padding-top: 5px; } }

.createLink-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-weight: 500;
  color: #166ee1; }
  .createLink-button .add-icon {
    margin-right: 8px;
    color: #166ee1;
    fill: #166ee1; }

#InviteByUrl .invite-by-url-sub-heading {
  font-size: 12px;
  font-weight: 500; }

#InviteByUrl .apikey-root {
  display: flex;
  align-items: center; }
  #InviteByUrl .apikey-root .remove-collaborator {
    visibility: hidden; }
  #InviteByUrl .apikey-root:hover .remove-collaborator {
    visibility: visible; }
  #InviteByUrl .apikey-root .apikey {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 65%; }
    #InviteByUrl .apikey-root .apikey input {
      font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
      margin: 0em;
      outline: none;
      -webkit-appearance: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      line-height: 1.21428571em;
      padding: 0.67857143em 1em;
      font-size: 12px;
      background: #FFFFFF;
      border: 1px solid rgba(34, 36, 38, 0.15);
      color: rgba(0, 0, 0, 0.87);
      border-radius: 0.28571429rem;
      box-shadow: 0em 0em 0em 0em transparent inset;
      -webkit-transition: color 0.1s ease, border-color 0.1s ease;
      transition: color 0.1s ease, border-color 0.1s ease;
      width: 80%; }
    #InviteByUrl .apikey-root .apikey .copyButton {
      margin-left: 8px;
      margin-right: 10px; }
    #InviteByUrl .apikey-root .apikey .key-view {
      position: absolute;
      left: 24%;
      bottom: 46%;
      cursor: pointer; }
    @media only screen and (max-width: 500px) {
      #InviteByUrl .apikey-root .apikey .key-view {
        position: absolute;
        left: 53.5%;
        bottom: 40%;
        cursor: pointer; }
      #InviteByUrl .apikey-root .apikey input {
        width: 62%; } }
  #InviteByUrl .apikey-root .InviteByUrl-info {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 450px) {
      #InviteByUrl .apikey-root .InviteByUrl-info {
        width: 155px; } }
    #InviteByUrl .apikey-root .InviteByUrl-info .joining-info {
      color: #717171;
      font-size: 11px;
      white-space: nowrap;
      margin-right: 5px;
      width: 120px;
      text-align: end;
      margin-left: -8px; }
      @media only screen and (max-width: 450px) {
        #InviteByUrl .apikey-root .InviteByUrl-info .joining-info {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; } }
    #InviteByUrl .apikey-root .InviteByUrl-info .stack-collaborator-permission {
      margin: 0 0 0 2px;
      min-width: 0;
      width: 122px; }
      @media only screen and (max-width: 450px) {
        #InviteByUrl .apikey-root .InviteByUrl-info .stack-collaborator-permission {
          width: 100%;
          text-align: left; } }
    #InviteByUrl .apikey-root .InviteByUrl-info .ws-collaborator-permission {
      margin: 0 0 0 2px;
      width: 122px;
      text-align: left; }
      @media only screen and (max-width: 450px) {
        #InviteByUrl .apikey-root .InviteByUrl-info .ws-collaborator-permission {
          width: 107%;
          text-align: center; } }

.main_box {
  margin-bottom: 10px;
  border-bottom: 2px solid #ddd; }

.notifiaction_div {
  display: flex;
  justify-content: space-between;
  padding: 10px; }

.notificationheader {
  margin-left: -3px;
  font-size: 14px;
  cursor: default; }

.backbtn {
  color: #2d7ff9;
  margin-left: -6px; }

.notifn_box {
  padding-top: 0; }

.notification_push {
  margin: 6px 0; }

.border_bottom {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px; }
  .border_bottom .input_checked {
    display: flex;
    align-items: center; }
    .border_bottom .input_checked .inputbox_text {
      margin-right: 10px; }

#whatsnewnotification {
  position: relative; }
  #whatsnewnotification .badge {
    position: absolute;
    top: -2px;
    left: 12px;
    height: 12px;
    font-size: 10px;
    border-radius: 25px;
    color: #fff;
    padding: 4px;
    display: flex;
    align-items: center; }
  #whatsnewnotification .notification-box {
    width: 374px;
    position: absolute;
    right: 0;
    z-index: 150;
    border: 1px solid #D4D4D5;
    line-height: 1.4285em;
    background: #FFFFFF;
    padding: 0.833em 1em;
    margin-top: 13px;
    font-weight: normal;
    font-style: normal;
    color: rgba(0, 0, 0, 0.87);
    border-radius: 0.28571429rem;
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15); }
    #whatsnewnotification .notification-box .notification-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 2px solid #F0F0F0;
      color: #333333; }
      #whatsnewnotification .notification-box .notification-header .notification-title {
        font-weight: 500;
        padding: 4px 0; }
      #whatsnewnotification .notification-box .notification-header .mark-all {
        font-size: 11px;
        border-bottom: 1px solid transparent;
        opacity: 0.7; }
        #whatsnewnotification .notification-box .notification-header .mark-all:hover {
          opacity: 1;
          border-bottom: 1px solid #f2f6fa;
          cursor: pointer; }
    #whatsnewnotification .notification-box .notification-container {
      margin-top: 7px;
      min-height: 100px;
      max-height: 530px;
      overflow-y: auto; }
      #whatsnewnotification .notification-box .notification-container .notification-content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        #whatsnewnotification .notification-box .notification-container .notification-content .loader {
          margin-top: 30px; }
        #whatsnewnotification .notification-box .notification-container .notification-content .notification-content-cell {
          background-color: #f0f5f9;
          padding: 8px;
          display: flex;
          align-items: center;
          /* float: left; */
          /* flex-direction: row; */
          align-items: flex-start;
          margin-bottom: 4px;
          width: 100%; }
          #whatsnewnotification .notification-box .notification-container .notification-content .notification-content-cell img {
            flex: none;
            width: 24px !important;
            height: 24px;
            border-radius: 25%;
            margin-right: 8px; }
          #whatsnewnotification .notification-box .notification-container .notification-content .notification-content-cell p {
            font-size: 13px;
            color: #333333; }
          #whatsnewnotification .notification-box .notification-container .notification-content .notification-content-cell .description {
            word-break: break-word;
            font-size: 12px;
            color: #333333;
            font-weight: 500;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden; }
          #whatsnewnotification .notification-box .notification-container .notification-content .notification-content-cell .timestamp {
            opacity: .8;
            font-size: 10px; }
        #whatsnewnotification .notification-box .notification-container .notification-content .notification-content-cell:hover {
          cursor: pointer; }
        #whatsnewnotification .notification-box .notification-container .notification-content .show-more {
          cursor: pointer;
          opacity: .75;
          text-align: center;
          font-size: 11px;
          font-weight: 500; }
  @media (max-width: 450px) {
    #whatsnewnotification .notification-box {
      width: 300px;
      right: -24px; } }

#PricingModel {
  display: block !important;
  height: 86% !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: auto !important;
  border-radius: 6px;
  background-color: #fff; }
  #PricingModel .form {
    margin-bottom: 28px;
    margin-left: 20px; }
  #PricingModel .description {
    margin-top: 5px;
    font-size: 15px; }
  #PricingModel .description .underline {
    text-decoration: underline; }
  #PricingModel .current-plan {
    font-weight: 600;
    color: blue; }
  #PricingModel #pricing {
    margin: 15px 10px; }
    @media (max-width: 991px) {
      #PricingModel #pricing .header-card {
        position: relative; } }
  #PricingModel .header-row {
    position: sticky;
    top: 0;
    z-index: 100; }
    #PricingModel .header-row .current-plan {
      margin-bottom: 14px; }
  #PricingModel .pricingBoxes {
    padding: 0 10px; }
  #PricingModel .personal {
    /* border-radius: 40px; */
    background: #EEF5FA;
    margin-top: 1px;
    display: flex;
    align-items: center;
    flex-direction: column; }
  #PricingModel .head {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
    /* border-radius: 40px; */
    /* position: sticky; */
    /* top: 80px; */
    color: #004780;
    z-index: 10;
    padding: 16px 8px; }
    #PricingModel .head .price {
      font-size: 38px;
      font-weight: bold;
      margin-bottom: 0px; }
    #PricingModel .head .btn {
      border-radius: 20px;
      color: #fff;
      padding: 6px 16px;
      cursor: pointer;
      font-size: 12px; }
    #PricingModel .head .btn-downgrade {
      background: #d65041; }
    #PricingModel .head .btn-upgrade {
      background: #4FAD35; }
    #PricingModel .head .btn-green {
      background: #2cc131; }
    #PricingModel .head .place-holder {
      color: #606060;
      line-height: 1.2;
      min-width: 138px;
      overflow: hidden;
      min-height: 52px; }
    #PricingModel .head .economy {
      background: #004780;
      color: #fff !important;
      /* border-radius: 40px; */ }
    #PricingModel .head .business {
      /* border-radius: 40px; */
      background: #EEF5FA; }
    #PricingModel .head .enterprise {
      /* border-radius: 40px; */
      background: #EEF5FA; }
  #PricingModel .item {
    padding: 0px !important; }
    #PricingModel .item .column span {
      font-size: 10px;
      color: #797979; }
    #PricingModel .item .firstrow {
      background-color: #004780; }
      #PricingModel .item .firstrow .text {
        color: white;
        font-size: 15px;
        font-weight: 10;
        text-align: left; }
  #PricingModel .value {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px;
    padding: 15px;
    padding-bottom: 0px;
    justify-content: center; }
  #PricingModel .value img {
    width: 18px;
    margin: auto; }
  #PricingModel .plan-text {
    font-size: 10px;
    color: #797979; }
  #PricingModel .first {
    background-color: #004780;
    height: 29vh;
    /* Magic here */
    display: flex;
    justify-content: center;
    align-items: center; }
  #PricingModel .first h3 {
    color: white; }
  #PricingModel .left-header p {
    font-weight: bold !important; }
  #PricingModel .get-deal {
    margin-top: 8px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid;
    padding: 6px;
    width: fit-content;
    margin: auto;
    cursor: pointer;
    margin-right: initial; }
  #PricingModel .header-links {
    margin-top: 1px;
    width: 100% !important;
    text-align: center;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    font-weight: 500;
    font-size: 17px;
    border: 2px solid grey;
    background: #d8f3ea;
    border-radius: 15px; }

#PricingAnnual .pricing-loading {
  position: absolute;
  top: 48%;
  left: 48%; }

#PricingAnnual .slidecontainer-main {
  margin-top: 30px; }

#PricingAnnual .slidercontainer-inner {
  display: grid;
  justify-content: center; }

#PricingAnnual .range {
  position: relative;
  width: 800px;
  height: 10px;
  border-radius: 15px;
  margin: auto; }

#PricingAnnual .range input {
  width: 100%;
  position: absolute;
  top: 4px;
  height: 4px;
  -webkit-appearance: none; }

#PricingAnnual .range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #37adbf;
  cursor: pointer;
  border: 0 !important; }

#PricingAnnual .range input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #37adbf;
  cursor: pointer;
  border: 0 !important; }

#PricingAnnual .range input::-ms-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #37adbf;
  cursor: pointer;
  border: 0 !important; }

#PricingAnnual .range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #b2b2b2;
  border-radius: 10px; }

#PricingAnnual .range input::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #b2b2b2;
  border-radius: 10px; }

#PricingAnnual .range input::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #b2b2b2;
  border-radius: 10px; }

#PricingAnnual .range input:focus {
  background: none;
  outline: none; }

#PricingAnnual .range input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 10px; }

#PricingAnnual .range-labels {
  margin: 18px -41px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center; }

#PricingAnnual .range-labels li {
  position: relative;
  float: left;
  width: 65.80px;
  text-align: center;
  color: black;
  font-size: 14px;
  cursor: pointer; }

#PricingAnnual .range-labels li::before {
  position: absolute;
  top: -14px;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 3px;
  height: 10px;
  background: #b2b2b2;
  border-radius: 50%; }

#PricingAnnual .range-labels .active {
  color: #37adbf;
  font-weight: 600; }

#PricingAnnual .range-labels .selected::before {
  /* background: #37adbf; */ }

#PricingAnnual .range-labels .active.selected::before {
  display: none; }

#PricingAnnual .radio-buttton {
  /* background-color: #155fff; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100vh; */
  font-family: sans-serif;
  margin-bottom: 40px;
  /* Plan Buttons  */ }
  #PricingAnnual .radio-buttton .planButton {
    display: inline-block;
    border: 1px solid;
    padding: 8px 18px;
    border-radius: 26px;
    margin: 0 5px;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    background-color: black;
    color: white;
    cursor: pointer; }
  #PricingAnnual .radio-buttton .planButton:focus {
    outline: none; }
  #PricingAnnual .radio-buttton .active {
    background-color: green;
    color: white; }

#PricingAnnual .switch-button {
  background: black;
  border-radius: 30px;
  overflow: hidden;
  width: 282px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  color: white;
  position: relative;
  padding-right: 120px;
  position: relative; }

#PricingAnnual .switch-button:before {
  content: "Business";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 114px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  z-index: 3;
  pointer-events: none; }

#PricingAnnual .switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2; }

#PricingAnnual .switch-button-checkbox:checked + .switch-button-label:before {
  transform: translateX(120px);
  transition: transform 300ms linear; }

#PricingAnnual .switch-button-checkbox + .switch-button-label {
  position: relative;
  padding: 15px 0;
  display: block;
  user-select: none;
  pointer-events: none; }

#PricingAnnual .switch-button-checkbox + .switch-button-label:before {
  content: "";
  background: green;
  height: 117%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 30px;
  transform: translateX(0);
  transition: transform 300ms; }

#PricingAnnual .switch-button-checkbox + .switch-button-label .switch-button-label-span {
  position: relative;
  margin-left: -6px; }

#PricingAnnual .currentplan-text {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  bottom: -75px;
  left: 22%;
  padding: 5px 20px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  background: green;
  color: white;
  height: 35px;
  text-align: center;
  width: 25.3%;
  display: flex;
  align-items: center;
  justify-content: center; }

#PricingAnnual .plan-modal {
  width: 100%;
  justify-content: center;
  text-align: center;
  display: flex;
  margin-top: 75px;
  margin-bottom: 12px; }

#PricingAnnual .plan-price-details {
  width: 25%;
  background: white;
  height: auto;
  border-end-start-radius: 18px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  border-bottom: 4px solid darkgrey;
  border-left: 4px solid darkgrey;
  border-top: 4px solid darkgrey; }

#PricingAnnual .current-plan-btn {
  background: green;
  height: 40px;
  border: none;
  border-radius: 12px;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  padding: 5px 20px;
  margin: 5px 0px;
  width: 155px;
  font-weight: 500;
  margin-top: 17px;
  cursor: default; }

#PricingAnnual .plan-price-button {
  background: #3398e5;
  height: 40px;
  border: none;
  border-radius: 12px;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  padding: 5px 20px;
  margin: 5px 0px;
  width: 155px;
  font-weight: 500;
  margin-top: 17px;
  cursor: pointer; }

#PricingAnnual .plan-price {
  font-size: 34px;
  font-weight: 600; }
  #PricingAnnual .plan-price .plan-gst {
    font-size: 20px;
    color: #4b4747; }
    #PricingAnnual .plan-price .plan-gst .plan-text {
      font-size: 20px;
      font-weight: 600; }

#PricingAnnual .plan-price-payment {
  font-weight: 400;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #5946cf;
  text-align: center;
  margin-bottom: 18px; }

#PricingAnnual .plan-old-price-per-year {
  /* margin-bottom: 15px; */
  text-decoration-line: line-through;
  margin-left: 4px;
  margin-right: 4px; }

#PricingAnnual .plan-per-year {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #120c32;
  opacity: .8; }

#PricingAnnual .plan-features-details {
  width: 31%;
  background: white;
  height: auto;
  border-end-end-radius: 18px;
  border-start-end-radius: 18px;
  padding: 10px;
  border: 4px solid darkgrey; }

#PricingAnnual .pricing-checklist-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: left;
  margin-top: 12px; }

#PricingAnnual .list-item {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  align-items: center;
  display: flex; }

#PricingAnnual .list-item-img {
  width: 12px;
  margin-right: 10px;
  margin-left: 10px; }

#PricingAnnual .plan-discount-year {
  font-weight: 600;
  font-size: 17px;
  color: cornflowerblue; }

#PricingAnnual .currentplantext {
  text-align: left;
  font-size: 14px; }

.done {
  color: rgba(0, 0, 0, 0.3);
  text-decoration: line-through;
  font-style: italic;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 13.3333px; }

.notdone {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
  font-size: 13.3333px !important; }

.taskListBlock {
  padding-left: 5%; }
  .taskListBlock .taskList .task-block {
    width: 100%;
    display: flex; }
    .taskListBlock .taskList .task-block .task {
      width: 60%;
      float: left; }
    .taskListBlock .taskList .task-block .icon-block {
      width: 25%; }
    .taskListBlock .taskList .task-block .check {
      width: 10%; }
      .taskListBlock .taskList .task-block .check .checkbox {
        height: 20px; }
    .taskListBlock .taskList .task-block .text {
      width: 77%;
      overflow-wrap: break-word; }
      .taskListBlock .taskList .task-block .text .user {
        background: #9f9fff;
        padding-left: 2px;
        padding-right: 4px;
        margin: -2px 2px 0px -2px;
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
        vertical-align: middle; }
        .taskListBlock .taskList .task-block .text .user img {
          width: 16px;
          margin-right: 4px;
          border-radius: 8px; }
    .taskListBlock .taskList .task-block .stack-users {
      background-color: #FFF;
      width: 200px;
      position: absolute;
      z-index: 2; }
      .taskListBlock .taskList .task-block .stack-users .item img {
        width: 14px; }
    .taskListBlock .taskList .task-block .react-datepicker-popper {
      left: -10% !important; }
    .taskListBlock .taskList .task-block .text .add-comment .input .ui.inline.dropdown .text {
      display: none; }
    .taskListBlock .taskList .task-block .text .add-comment .input .ui.inline.dropdown .dropdown {
      display: none !important; }
    .taskListBlock .taskList .task-block .text .add-comment .input .ui.inline.dropdown .transition .item .text {
      display: block;
      width: 40%;
      overflow-wrap: break-word;
      font-weight: 400; }
    .taskListBlock .taskList .task-block .text .add-comment .input .ui.inline.dropdown .transition .item .image {
      float: none;
      margin-right: 0.78571429rem; }
    .taskListBlock .taskList .task-block .text .add-comment .input .ui.compact.segment {
      right: -70%; }

.add-comment .input {
  min-height: 50px !important;
  align-items: baseline !important; }
  .add-comment .input .ui.inline.dropdown .text {
    display: none; }
  .add-comment .input .ui.inline.dropdown .dropdown {
    display: none !important; }
  .add-comment .input .ui.inline.dropdown .transition .item .text {
    display: block;
    width: 40%;
    overflow-wrap: break-word;
    font-weight: 400; }
  .add-comment .input .ui.inline.dropdown .transition .item .image {
    float: none;
    margin-right: 0.78571429rem; }
  .add-comment .input .ui.compact.segment {
    right: -70%; }

.add-comment .checklist-input {
  border: 2px solid #1987D4 !important; }

.hideElement {
  display: none !important; }

.ui.segment {
  padding: 1em 0.4em; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow {
  margin-left: 37px; }

.taskListBlock .taskList .task-block .react-datepicker-popper {
  left: -21% !important; }

.ui.visible.dimmer {
  z-index: 8 !important; }

.boxing {
  margin-bottom: 0px !important; }

.boxing:hover {
  background-color: #f3f3f4 !important;
  border-radius: 5px; }

.autoHeight {
  height: auto; }

.control-user {
  background: #0096FF;
  padding-left: 2px;
  padding-right: 4px;
  margin: -2px 2px 0px -2px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  color: #fff;
  font-size: 13px;
  vertical-align: middle;
  padding: -2px; }
  .control-user img {
    width: 16px;
    margin-right: 4px;
    border-radius: 8px; }

.sc-bwzfXH {
  margin: 0px !important; }

#checklist .progresbar-color .bar {
  background: none !important; }

#checklist .greenButton:hover {
  color: #5d5d5d !important;
  background-color: #bfbfbf !important; }

#checklist .redButton:hover {
  color: #5d5d5d !important;
  background-color: #dbd7d2 !important; }

#checklist .greenButton {
  background-color: #bfbfbf !important;
  color: #5d5d5d !important; }

#checklist .redButton {
  color: #5d5d5d !important;
  background-color: #dbd7d2 !important; }

#checklist .checklist-Name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

#checklist .hideButton {
  border-radius: 20px;
  color: "#fff" !important;
  background-color: #dedede !important;
  border: 1px gray solid; }

#checklist .hideButton:hover {
  color: #5d5d5d !important;
  background: transparent !important; }

#checklist .checklist-block .expand-checkmark {
  margin-right: 4px !important; }

.hoverEffect:hover {
  color: #888 !important; }

.or-text {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.copy-from-template-button {
  margin-bottom: 5px !important; }

.copy-from-template-modal-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 102 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5); }

.copy-from-template-modal-container .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 102; }

.copy-from-template-modal-container .are-you-sure-modal {
  z-index: 103;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5); }

.are-you-sure-modal-sub-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; }

.are-you-sure-modal-nested-container {
  margin-right: 5px;
  margin-left: 5px;
  background: white;
  padding: 10px;
  border-radius: 5px; }

.are-you-sure-modal-nested-container .warning-message {
  margin-top: 10px;
  margin-bottom: 10px; }

.are-you-sure-modal-nested-container .are-you-sure-message {
  font-weight: 500; }

.are-you-sure-modal-nested-container .are-you-sure-yes-button, .are-you-sure-modal-nested-container .are-you-sure-yes-button:hover {
  background-color: green !important;
  color: #FFFFFF !important;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  margin-right: 10px; }

.are-you-sure-modal-nested-container .are-you-sure-no-button, .are-you-sure-modal-nested-container .are-you-sure-no-button:hover {
  background-color: red !important;
  color: #FFFFFF !important;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer; }

.yes-no-button-container {
  display: flex;
  justify-content: flex-end; }

.apply-checklist-to-all-row-text {
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: capitalize; }

.copy-from-template-expand-view {
  z-index: 102;
  position: absolute;
  display: flex;
  top: 15%;
  width: auto;
  box-shadow: -10px 0px 10px #565656;
  height: 55%;
  background: transparent;
  border-radius: 6px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s; }

.copy-from-template-container {
  background: #fff;
  width: 350px;
  position: relative; }

.copy-from-template-container .custom-checkbox {
  background-color: white;
  padding: 10px; }

.copy-from-template-container .custom-sub-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.copy-from-template-container .apply-button {
  background-color: #2185D0;
  color: #FFFFFF;
  border-radius: 15px;
  padding: 5px 10px;
  cursor: pointer; }

.copy-from-template-container .table-name {
  margin-left: 27px;
  font-size: 1em;
  padding: 5px 0px; }

.copy-from-template-container .check-list {
  margin-left: 54px;
  padding-bottom: 5px; }

.error-message-container {
  position: absolute;
  bottom: 0px;
  color: red;
  z-index: 10;
  left: calc(50% - 70px); }

.all-checklist-container {
  position: relative;
  border: 1px solid #b9b9b9;
  margin: 5px;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer; }

.all-checklist-sub-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.all-checklist-dropdown-container {
  position: absolute;
  top: 30px;
  right: 0px;
  left: 0px;
  bottom: 0px; }

.all-checklist-dropdown-sub-container {
  position: relative;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #b9b9b9; }

.all-checklist-dropdown-sub-container .dropdown-table-name {
  font-weight: bold;
  padding: 5px 5px 5px 8px; }

.dropdown-checklist-name {
  padding: 5px 5px 5px 20px;
  color: black; }

.dropdown-none {
  padding: 5px 5px 5px 0px; }

.dropdown-checklist-name:hover, .dropdown-none:hover, .active-checklist {
  background-color: #2185d0;
  color: white;
  padding: 5px 5px 5px 20px; }

.apply-btn {
  background-color: #166ee1 !important;
  color: #FFFFFF;
  border-radius: 15px;
  padding: 5px 10px;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0px !important;
  font-weight: 500 !important;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }

.copy-items-from {
  padding: 5px 5px 0px 5px;
  font-weight: bold; }

.checklist-tooltip-container {
  display: flex;
  position: relative;
  cursor: pointer; }

.mark-as-template-text {
  background-color: black;
  color: white;
  border-radius: 5px;
  position: absolute;
  right: 30px;
  cursor: pointer;
  text-align: center;
  top: -20px;
  font-size: 11px;
  padding: 2px 8px;
  width: max-content; }

.checklist-title {
  resize: none;
  width: 100%;
  outline: green;
  border: 0px solid green;
  border-radius: 5px;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
  font-size: 16px; }

.addition-style-for-checklist-text {
  padding: 6px 5px 5px 6px !important; }

#ChecklistDeleteModal {
  position: absolute;
  z-index: 2;
  margin-top: 0px;
  margin-left: 130px;
  display: flex;
  align-items: center; }
  #ChecklistDeleteModal .deletemodal {
    min-width: 200px;
    width: min-content;
    max-width: 200px;
    padding: 16px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
    #ChecklistDeleteModal .deletemodal .content {
      font-weight: 500;
      font-size: 14.4px;
      line-height: 1.5;
      margin-bottom: 8px;
      color: #4d4d4d;
      cursor: text; }
    #ChecklistDeleteModal .deletemodal .btn-div {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      #ChecklistDeleteModal .deletemodal .btn-div .btn-primary {
        background-color: #166ee1;
        color: #fff;
        margin-right: 6px; }
        #ChecklistDeleteModal .deletemodal .btn-div .btn-primary:hover {
          background-color: #0267eb; }

#createstack-modal {
  position: fixed;
  inset: 0px auto auto 0px;
  transform: translate(8px, 48px); }
  #createstack-modal .createstack-box {
    width: 480px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
    padding: 16px;
    border-radius: 6px;
    background-color: #fff; }
    #createstack-modal .createstack-box .stackname-content {
      border-bottom: 1px solid #e5e9f0;
      padding-bottom: 8px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      #createstack-modal .createstack-box .stackname-content .stackrename-input {
        border: 0;
        padding: 8px;
        border-radius: 3px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 21px;
        color: #333;
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0; }
        #createstack-modal .createstack-box .stackname-content .stackrename-input:hover {
          background-color: #e5e9f0; }
        #createstack-modal .createstack-box .stackname-content .stackrename-input:focus {
          box-shadow: inset 0 0 0 2px #a0c6ff;
          outline: none !important; }
      #createstack-modal .createstack-box .stackname-content .stackadd-more {
        display: inline-flex;
        justify-content: flex-end;
        align-items: center;
        margin-left: 8px; }
        #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-favorite, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-collaboartor, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-overflow {
          cursor: pointer;
          margin-right: 8px;
          padding: 4px;
          border-radius: 3px; }
          #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-favorite .star-icon, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-favorite .share-icon, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-favorite .stack-overflow, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-collaboartor .star-icon, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-collaboartor .share-icon, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-collaboartor .stack-overflow, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-overflow .star-icon, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-overflow .share-icon, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-overflow .stack-overflow {
            transition: .085s all ease-in;
            opacity: .7;
            color: #333333;
            fill: #333333; }
          #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-favorite .star-icon-yellow, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-collaboartor .star-icon-yellow, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-overflow .star-icon-yellow {
            transition: .085s all ease-in;
            color: #fcb400;
            fill: #fcb400;
            font-size: 1.2em; }
    #createstack-modal .createstack-box .stackcolor-appearance, #createstack-modal .createstack-box .stack-guide, #createstack-modal .createstack-box .stack-maintenance {
      border-bottom: 1px solid #e5e9f0;
      margin-top: 16px;
      padding: 4px 4px 16px 4px; }
      #createstack-modal .createstack-box .stackcolor-appearance .stackcolor-header, #createstack-modal .createstack-box .stack-guide .stackcolor-header, #createstack-modal .createstack-box .stack-maintenance .stackcolor-header {
        display: inline-flex;
        align-items: center;
        width: 100%;
        cursor: pointer; }
        #createstack-modal .createstack-box .stackcolor-appearance .stackcolor-header .rightarrow-icon, #createstack-modal .createstack-box .stack-guide .stackcolor-header .rightarrow-icon, #createstack-modal .createstack-box .stack-maintenance .stackcolor-header .rightarrow-icon {
          transition: .085s transform ease-in;
          width: 16px;
          height: 16px;
          margin: 0; }
        #createstack-modal .createstack-box .stackcolor-appearance .stackcolor-header i, #createstack-modal .createstack-box .stack-guide .stackcolor-header i, #createstack-modal .createstack-box .stack-maintenance .stackcolor-header i {
          font-size: 1.2em; }
        #createstack-modal .createstack-box .stackcolor-appearance .stackcolor-header .stack-text, #createstack-modal .createstack-box .stack-guide .stackcolor-header .stack-text, #createstack-modal .createstack-box .stack-maintenance .stackcolor-header .stack-text {
          margin-left: 4px;
          font-size: 17px;
          font-weight: 500;
          color: #4d4d4d;
          width: 100%; }
      #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details, #createstack-modal .createstack-box .stackcolor-appearance .guide-info, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info, #createstack-modal .createstack-box .stack-guide .stackupdate-details, #createstack-modal .createstack-box .stack-guide .guide-info, #createstack-modal .createstack-box .stack-guide .maintenance-info, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details, #createstack-modal .createstack-box .stack-maintenance .guide-info, #createstack-modal .createstack-box .stack-maintenance .maintenance-info {
        height: auto;
        margin-top: 16px; }
        #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info {
          display: flex;
          flex-direction: column; }
          #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info .stackcolor, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info .stackcolor, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info .stackcolor, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info .stackcolor, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info .stackcolor, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info .stackcolor, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info .stackcolor, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info .stackcolor, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info .stackcolor {
            height: 24px;
            display: flex;
            justify-content: space-between; }
            #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info .stackcolor .colors-show, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info .stackcolor .colors-show, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info .stackcolor .colors-show, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info .stackcolor .colors-show, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info .stackcolor .colors-show, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info .stackcolor .colors-show, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info .stackcolor .colors-show, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info .stackcolor .colors-show, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info .stackcolor .colors-show {
              width: 26px;
              height: 24px;
              cursor: pointer;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 6px; }
          #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info .stackicons-details, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info .stackicons-details, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info .stackicons-details, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info .stackicons-details, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info .stackicons-details, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info .stackicons-details, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info .stackicons-details, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info .stackicons-details, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info .stackicons-details {
            border-top: 1px solid #e5e9f0;
            margin-top: 8px;
            padding-top: 8px; }
            #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info .stackicons-details .icons-searchbar, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info .stackicons-details .icons-searchbar, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info .stackicons-details .icons-searchbar, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar {
              position: relative;
              margin-bottom: 12px; }
              #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar .search-icon, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info .stackicons-details .icons-searchbar .search-icon, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar .search-icon, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar .search-icon, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info .stackicons-details .icons-searchbar .search-icon, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar .search-icon, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar .search-icon, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info .stackicons-details .icons-searchbar .search-icon, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar .search-icon {
                top: 50%;
                transform: translateY(-40%);
                left: 6px;
                opacity: .25;
                position: absolute; }
              #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input {
                border-color: transparent;
                width: 100%;
                padding: 4px 4px 4px 22px;
                border-radius: 2px;
                font-size: 13px;
                line-height: 18px;
                color: #333333;
                background: white;
                box-shadow: none; }
                #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input:focus, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input:focus, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input:focus, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input:focus, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input:focus, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input:focus, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input:focus, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input:focus, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input:focus {
                  border: 1px solid #166ee1;
                  outline: none; }
            #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info .stackicons-details .icons-picker, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info .stackicons-details .icons-picker, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info .stackicons-details .icons-picker, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info .stackicons-details .icons-picker, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info .stackicons-details .icons-picker, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info .stackicons-details .icons-picker, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info .stackicons-details .icons-picker, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info .stackicons-details .icons-picker, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info .stackicons-details .icons-picker {
              position: relative;
              height: 128px;
              overflow-y: scroll; }
              #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info .stackicons-details .icons-picker .stackicons-list, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info .stackicons-details .icons-picker .stackicons-list, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info .stackicons-details .icons-picker .stackicons-list, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list {
                display: grid;
                grid-template-columns: repeat(12, 1fr);
                gap: 8px; }
                #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div {
                  width: 26px;
                  height: 26px;
                  border-radius: 6px;
                  display: flex;
                  padding: 2px;
                  align-items: center;
                  cursor: pointer; }
                  #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div .select-icon, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div .select-icon, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div .select-icon, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div .select-icon, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div .select-icon, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div .select-icon, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div .select-icon, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div .select-icon, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div .select-icon {
                    width: 26px;
                    height: 26px; }
        #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .info-text, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .info-text, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .info-text, #createstack-modal .createstack-box .stack-guide .stackupdate-details .info-text, #createstack-modal .createstack-box .stack-guide .guide-info .info-text, #createstack-modal .createstack-box .stack-guide .maintenance-info .info-text, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .info-text, #createstack-modal .createstack-box .stack-maintenance .guide-info .info-text, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .info-text {
          opacity: .75;
          font-weight: normal;
          cursor: text; }
        #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .schedule-btn, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .schedule-btn, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .schedule-btn, #createstack-modal .createstack-box .stack-guide .stackupdate-details .schedule-btn, #createstack-modal .createstack-box .stack-guide .guide-info .schedule-btn, #createstack-modal .createstack-box .stack-guide .maintenance-info .schedule-btn, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .schedule-btn, #createstack-modal .createstack-box .stack-maintenance .guide-info .schedule-btn, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .schedule-btn {
          box-sizing: border-box;
          height: 32px;
          font-size: 13px;
          line-height: 22px;
          max-width: 100%;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
          padding: 0 12px;
          border-radius: 6px;
          background-color: #166ee1;
          color: #fff;
          border: 0;
          cursor: pointer; }
          #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .schedule-btn .schedule-text, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .schedule-btn .schedule-text, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .schedule-btn .schedule-text, #createstack-modal .createstack-box .stack-guide .stackupdate-details .schedule-btn .schedule-text, #createstack-modal .createstack-box .stack-guide .guide-info .schedule-btn .schedule-text, #createstack-modal .createstack-box .stack-guide .maintenance-info .schedule-btn .schedule-text, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .schedule-btn .schedule-text, #createstack-modal .createstack-box .stack-maintenance .guide-info .schedule-btn .schedule-text, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .schedule-btn .schedule-text {
            transform: translateY(-0.5px);
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 13px;
            line-height: 22px;
            font-weight: 500; }
    #createstack-modal .createstack-box .stackmore-details {
      width: 240px;
      z-index: 999;
      overflow-y: auto;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.16), 0 3px 4px rgba(0, 0, 0, 0.06), 0 6px 8px rgba(0, 0, 0, 0.06), 0 12px 16px rgba(0, 0, 0, 0.08), 0 18px 32px rgba(0, 0, 0, 0.06);
      border-radius: 6px;
      background-color: #fff;
      position: fixed;
      inset: 0px auto auto 0px;
      transform: translate(440px, 56px); }
      #createstack-modal .createstack-box .stackmore-details .menu-deatils {
        padding: 12px; }
        #createstack-modal .createstack-box .stackmore-details .menu-deatils .menu-content {
          cursor: pointer;
          width: 100%;
          display: flex;
          align-items: center;
          padding: 8px;
          border-radius: 3px;
          font-size: 13px;
          list-style: none; }
          #createstack-modal .createstack-box .stackmore-details .menu-deatils .menu-content .menu-icons {
            margin-right: 8px; }
          #createstack-modal .createstack-box .stackmore-details .menu-deatils .menu-content .menu-text {
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 13px;
            color: #4d4d4d; }
    #createstack-modal .createstack-box .stackColorHover {
      position: absolute;
      z-index: 100;
      background: #4b4b4b;
      padding: 8px;
      border-radius: 6px;
      color: white;
      font-size: 15px;
      width: 199px;
      font-weight: 500;
      inset: 0px auto auto 0px;
      transform: translate(472px, 172px); }

#DeleteStack {
  position: absolute;
  top: 44px;
  left: 20px;
  z-index: 10004;
  min-width: 0px;
  transform: translate(0px, 0px); }
  #DeleteStack .stack-delete-modal {
    position: absolute;
    top: 40px;
    border: 0;
    color: #1f1f1f;
    font-weight: 500;
    padding: 16px;
    min-width: 232px;
    width: min-content;
    max-width: 400px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16), 0px 3px 4px rgba(0, 0, 0, 0.06), 0px 6px 8px rgba(0, 0, 0, 0.06), 0px 12px 16px rgba(0, 0, 0, 0.08), 0px 18px 32px rgba(0, 0, 0, 0.06); }
    #DeleteStack .stack-delete-modal .wc-modal-content {
      margin-bottom: 8px;
      line-height: 1.5;
      font-size: 14.4px;
      font-weight: 500;
      cursor: text; }
    #DeleteStack .stack-delete-modal .wc-modal-desc {
      opacity: .75;
      margin-bottom: 16px;
      cursor: text;
      line-height: 1.25; }
    #DeleteStack .stack-delete-modal .wc-modal-footer {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      #DeleteStack .stack-delete-modal .wc-modal-footer .modal-btn {
        max-width: 192px;
        height: 32px;
        font-size: 13px;
        line-height: 22px;
        border: 0;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 8px 0 0 !important;
        padding: 0 12px;
        border-radius: 6px; }
        #DeleteStack .stack-delete-modal .wc-modal-footer .modal-btn .btn-text {
          transform: translateY(-0.5px);
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 13px;
          font-weight: 500; }
      #DeleteStack .stack-delete-modal .wc-modal-footer .modal-cancel-btn {
        background-color: transparent;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
        #DeleteStack .stack-delete-modal .wc-modal-footer .modal-cancel-btn:hover {
          background: none;
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
      #DeleteStack .stack-delete-modal .wc-modal-footer .modal-delete-btn {
        margin-right: 0px;
        color: #fff;
        background-color: #dc043b;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
        #DeleteStack .stack-delete-modal .wc-modal-footer .modal-delete-btn:hover {
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

.share-popup {
  margin-top: -2px !important;
  padding: 4px 8px !important;
  border-radius: 4px !important;
  margin-left: 6px !important; }
  .share-popup .popup-tooltiptext {
    font-size: 11px;
    display: flex;
    align-items: center; }

.tooltip .tooltiptextshare {
  visibility: hidden;
  width: max-content;
  background-color: #303b47;
  color: white;
  text-align: center;
  text-transform: none;
  border-radius: 4px;
  font-size: 12px !important;
  margin-left: 8px;
  padding: 6px 8px;
  position: absolute;
  z-index: 6;
  top: 27px;
  left: -22px;
  padding-left: 7px;
  padding-right: 7px; }

.tooltip:hover .tooltiptextshare {
  visibility: visible; }

.favorite-popup {
  margin-top: 6px !important;
  padding: 2px 8px !important;
  border-radius: 4px !important;
  margin-left: 6px;
  background: #303b47 !important; }
  .favorite-popup .popup-tooltiptext {
    font-size: 11px;
    display: flex;
    align-items: center;
    background-color: #303b47; }

#createstack-modal {
  position: fixed !important;
  inset: 0px auto auto 0px !important;
  transform: translate(8px, 48px) !important;
  margin: 0 !important;
  width: 0; }

.quill-editor-customCss .ql-container .ql-editor ol, .quill-editor-customCss .ql-container .ql-editor ul {
  padding: 0px; }

#helpCenter {
  min-width: 748px; }
  #helpCenter .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  #helpCenter .image-div {
    display: flex;
    justify-content: center; }
  #helpCenter .content {
    padding: 0px 22px 30px 22px !important; }

#welcomeModal .content-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'GT Eesti Display',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
  #welcomeModal .content-div h2 {
    font-family: 'GT Eesti Display',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
  #welcomeModal .content-div h3 {
    font-family: 'GT Eesti Display',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
  #welcomeModal .content-div button {
    font-family: 'GT Eesti Display',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
  #welcomeModal .content-div .iframe {
    width: -webkit-fill-available;
    margin: 18px;
    margin-bottom: 28px;
    margin-top: 22px; }

#welcomeModal .actions {
  display: flex;
  align-items: center;
  margin-top: 20px; }
  #welcomeModal .actions .start-guide-btn {
    background: #3871f9;
    font-size: 16px;
    padding: 6px 16px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer; }
  #welcomeModal .actions .skip-btn {
    margin-left: 16px;
    opacity: 0.8;
    border-bottom: 2px solid transparent;
    cursor: pointer; }
    #welcomeModal .actions .skip-btn:hover {
      opacity: 1;
      border-bottom: 2px solid #ddd; }

#welcomeModal .profile-paragraph {
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-family: 'GT Eesti Display',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }

#welcomeModal .profile-paragraph-new {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 12px;
  font-size: 14px;
  font-family: 'GT Eesti Display',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }

#welcomeModal .profile-div {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 18px;
  margin-bottom: 10px; }
  #welcomeModal .profile-div img {
    width: 74px;
    height: 74px;
    margin-right: 8px;
    border-radius: 148px;
    border: 1.5px solid #ddd; }
  #welcomeModal .profile-div .profile-name {
    font-size: 16px;
    font-weight: 500;
    font-family: 'GT Eesti Display',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }

#DashboardWelcome .content-frame {
  background-color: #f8f8f8;
  background-size: cover;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  transition: all .5s ease;
  text-align: center; }
  #DashboardWelcome .content-frame .nav {
    margin-top: 5px;
    opacity: 1;
    text-align: center;
    transition: all .5s ease; }
    #DashboardWelcome .content-frame .nav h1 {
      font-size: 20px;
      color: #656565; }
    #DashboardWelcome .content-frame .nav .img-responsive {
      height: 60px;
      width: 180px; }
    #DashboardWelcome .content-frame .nav .nav-span-text {
      margin-left: 10px;
      display: flex;
      justify-content: center;
      opacity: 0.6;
      margin-bottom: 17px;
      font-size: 14px; }
  @media screen and (max-width: 500px) {
    #DashboardWelcome .content-frame {
      width: max-content; } }

#DashboardWelcome .DashboardWelcomeModal {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #fff; }
  #DashboardWelcome .DashboardWelcomeModal .wc-modal-box {
    margin-bottom: 48px;
    padding: 0 64px; }
    #DashboardWelcome .DashboardWelcomeModal .wc-modal-box .wc-modal-main {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #DashboardWelcome .DashboardWelcomeModal .wc-modal-box .wc-modal-main .wc-title {
        font-size: 32px;
        font-weight: 600;
        padding-bottom: 32px;
        line-height: 1.25;
        color: #333;
        cursor: text;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
      #DashboardWelcome .DashboardWelcomeModal .wc-modal-box .wc-modal-main .wc-content {
        font-size: 13px;
        font-weight: 300;
        line-height: 20px;
        padding-bottom: 16px;
        color: #616670; }
        #DashboardWelcome .DashboardWelcomeModal .wc-modal-box .wc-modal-main .wc-content .wc-text {
          font-size: 13px;
          font-weight: 400;
          line-height: 1.5;
          padding-bottom: 16px;
          color: #333;
          text-align: left;
          cursor: text; }
        #DashboardWelcome .DashboardWelcomeModal .wc-modal-box .wc-modal-main .wc-content .wc-img {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 10px; }
          #DashboardWelcome .DashboardWelcomeModal .wc-modal-box .wc-modal-main .wc-content .wc-img img {
            width: 100%;
            max-width: 300px; }
  #DashboardWelcome .DashboardWelcomeModal .getstarted-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 64px;
    line-height: 1.5; }
    #DashboardWelcome .DashboardWelcomeModal .getstarted-btn .get-btn {
      height: 36px;
      font-size: 15px;
      font-weight: 500;
      line-height: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
      border-radius: 6px;
      padding: 0 16px !important;
      background-color: #166ee1;
      color: #fff;
      font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
      #DashboardWelcome .DashboardWelcomeModal .getstarted-btn .get-btn:hover {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
      #DashboardWelcome .DashboardWelcomeModal .getstarted-btn .get-btn .btn-text {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transform: translateY(-1px); }

.temp-root .dropdown {
  margin-left: 23px;
  margin-bottom: 5px;
  margin-top: 8px; }

.grid-templates {
  margin: 0px !important; }

.template-model ul {
  list-style: none !important; }

.template-model ul.template-bx {
  list-style: none;
  overflow: hidden; }
  .template-model ul.template-bx li {
    width: 33.33%;
    display: inline-block;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px; }

.template-model .template-bx .template-item .template-item-div:hover {
  box-shadow: 3px 3px 3px #ccc;
  border-radius: 7px; }

.template-model .template-bx .template-item .item-image {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  width: 100%;
  height: 148px;
  background-color: #e7e7e7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .template-model .template-bx .template-item .item-image .button {
    border-radius: 5px 0px 5px 0px; }

.template-model .template-bx .template-item .item-sec {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  border-left: 2px solid #dde1e3;
  border-right: 2px solid #dde1e3;
  border-bottom: 2px solid #dde1e3;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }
  .template-model .template-bx .template-item .item-sec .item-title {
    color: #212121;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

#ShareCollaborator .ui.dropdown .menu {
  max-height: 215px;
  overflow: auto; }
  #ShareCollaborator .ui.dropdown .menu img {
    width: 25px;
    height: 25px;
    border-radius: 25px; }

#PricingModel {
  display: block !important;
  height: 86% !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: auto !important;
  border-radius: 6px;
  background-color: #fff; }
  #PricingModel .form {
    margin-bottom: 28px;
    margin-left: 20px; }
  #PricingModel .description {
    margin-top: 5px;
    font-size: 15px; }
  #PricingModel .description .underline {
    text-decoration: underline; }
  #PricingModel .current-plan {
    font-weight: 600;
    color: blue; }
  #PricingModel #pricing {
    margin: 15px 10px; }
    @media (max-width: 991px) {
      #PricingModel #pricing .header-card {
        position: relative; } }
  #PricingModel .header-row {
    position: sticky;
    top: 0;
    z-index: 100; }
    #PricingModel .header-row .current-plan {
      margin-bottom: 14px; }
  #PricingModel .pricingBoxes {
    padding: 0 10px; }
  #PricingModel .personal {
    /* border-radius: 40px; */
    background: #EEF5FA;
    margin-top: 1px;
    display: flex;
    align-items: center;
    flex-direction: column; }
  #PricingModel .head {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
    /* border-radius: 40px; */
    /* position: sticky; */
    /* top: 80px; */
    color: #004780;
    z-index: 10;
    padding: 16px 8px; }
    #PricingModel .head .price {
      font-size: 38px;
      font-weight: bold;
      margin-bottom: 0px; }
    #PricingModel .head .btn {
      border-radius: 20px;
      color: #fff;
      padding: 6px 16px;
      cursor: pointer;
      font-size: 12px; }
    #PricingModel .head .btn-downgrade {
      background: #d65041; }
    #PricingModel .head .btn-upgrade {
      background: #4FAD35; }
    #PricingModel .head .btn-green {
      background: #2cc131; }
    #PricingModel .head .place-holder {
      color: #606060;
      line-height: 1.2;
      min-width: 138px;
      overflow: hidden;
      min-height: 52px; }
    #PricingModel .head .economy {
      background: #004780;
      color: #fff !important;
      /* border-radius: 40px; */ }
    #PricingModel .head .business {
      /* border-radius: 40px; */
      background: #EEF5FA; }
    #PricingModel .head .enterprise {
      /* border-radius: 40px; */
      background: #EEF5FA; }
  #PricingModel .item {
    padding: 0px !important; }
    #PricingModel .item .column span {
      font-size: 10px;
      color: #797979; }
    #PricingModel .item .firstrow {
      background-color: #004780; }
      #PricingModel .item .firstrow .text {
        color: white;
        font-size: 15px;
        font-weight: 10;
        text-align: left; }
  #PricingModel .value {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px;
    padding: 15px;
    padding-bottom: 0px;
    justify-content: center; }
  #PricingModel .value img {
    width: 18px;
    margin: auto; }
  #PricingModel .plan-text {
    font-size: 10px;
    color: #797979; }
  #PricingModel .first {
    background-color: #004780;
    height: 29vh;
    /* Magic here */
    display: flex;
    justify-content: center;
    align-items: center; }
  #PricingModel .first h3 {
    color: white; }
  #PricingModel .left-header p {
    font-weight: bold !important; }
  #PricingModel .get-deal {
    margin-top: 8px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid;
    padding: 6px;
    width: fit-content;
    margin: auto;
    cursor: pointer;
    margin-right: initial; }
  #PricingModel .header-links {
    margin-top: 1px;
    width: 100% !important;
    text-align: center;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    font-weight: 500;
    font-size: 17px;
    border: 2px solid grey;
    background: #d8f3ea;
    border-radius: 15px; }

#powerup .content {
  padding: 22px; }

#powerup h3 {
  font-weight: bold; }

#powerup .powerupfeature {
  margin-top: 20px;
  font-size: 16;
  margin-bottom: 15px;
  font-weight: 500; }

#powerup li {
  font-size: 16;
  padding: 6px; }

#powerup .action-btn {
  margin-top: 20px;
  justify-content: center;
  display: flex;
  align-items: center; }
  #powerup .action-btn .plan-btn {
    display: block;
    width: 100%;
    border: none;
    text-align: center; }
  #powerup .action-btn .compare-btn {
    text-align: center;
    margin-top: 8px; }

@media only screen and (min-width: 992px) {
  #powerup {
    width: 414px !important; } }

#FindStackModel .findstack-main {
  position: absolute;
  top: 1%;
  left: 40%;
  z-index: 111;
  background: white;
  border-radius: 7px;
  width: 60%; }
  #FindStackModel .findstack-main .stacksearch-input {
    height: 9vh;
    border-radius: 4px;
    border: none;
    background: #ddd;
    color: black;
    width: 94%;
    font-size: 18px;
    padding: 7px;
    font-weight: 500;
    margin: 12px; }
    #FindStackModel .findstack-main .stacksearch-input:focus {
      outline: none; }
    #FindStackModel .findstack-main .stacksearch-input:active {
      outline: none; }

#FindStackModel .stacksearch-input:focus {
  border: 2px solid grey !important; }

#FindStackModel .no-result {
  padding: 3px 0px 10px 13px;
  font-size: 14px;
  font-weight: 500; }

#FindStackModel .searchstack-list-main {
  margin: 10px 0px 0px 0px;
  background: whitesmoke;
  border-radius: 2px;
  padding: 5px;
  max-height: 60vh;
  overflow: auto; }
  #FindStackModel .searchstack-list-main .search-stack-list {
    list-style: none;
    padding: 6px 5px 5px 5px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
    margin: 6px 1px 1px 1px; }
  #FindStackModel .searchstack-list-main .active {
    background-color: #ddd; }
  #FindStackModel .searchstack-list-main .search-stack-list:hover {
    background-color: #ddd; }
  #FindStackModel .searchstack-list-main .stack-icons {
    height: 30px;
    width: 30px;
    border-radius: 2px;
    padding: 3px; }
  #FindStackModel .searchstack-list-main .stack-name {
    margin: 0px 0px 0px 7px;
    font-size: 16px;
    font-weight: 500; }

#FindStackModel .background {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.25); }

#StackCreateTemplatesModal .modal-content {
  height: 75vh; }
  #StackCreateTemplatesModal .modal-content .loading {
    position: absolute;
    top: 48%;
    left: 48%; }
  #StackCreateTemplatesModal .modal-content .left-container {
    height: 100%; }
    #StackCreateTemplatesModal .modal-content .left-container .nav {
      opacity: 1;
      text-align: left;
      transition: all .5s ease; }
      #StackCreateTemplatesModal .modal-content .left-container .nav .img-responsive {
        height: 60px !important;
        width: 200px !important; }
    #StackCreateTemplatesModal .modal-content .left-container .footer-btns {
      position: absolute;
      bottom: 0px;
      right: 10px;
      text-align: end; }
      #StackCreateTemplatesModal .modal-content .left-container .footer-btns button {
        font-size: 16px;
        margin-right: 0px; }
      #StackCreateTemplatesModal .modal-content .left-container .footer-btns .primary-btn {
        line-height: 1.5;
        height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 12px;
        background-color: #166ee1 !important;
        color: #fff !important;
        font-weight: 500 !important;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
        border-radius: 6px !important;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
        #StackCreateTemplatesModal .modal-content .left-container .footer-btns .primary-btn:focus {
          outline: none;
          border: 0; }
  #StackCreateTemplatesModal .modal-content .left-content {
    height: calc(100% - 140px);
    overflow: hidden;
    padding: 8px;
    margin: 20px 0px 0px 0px; }
    #StackCreateTemplatesModal .modal-content .left-content .header-text {
      font-size: 17px;
      font-weight: 500; }
    #StackCreateTemplatesModal .modal-content .left-content .category-dropdown {
      margin: 13px 0px 0px 0px; }
    #StackCreateTemplatesModal .modal-content .left-content .category-list {
      margin: 20px 0px 0px 0px;
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      padding-top: 8px; }
      #StackCreateTemplatesModal .modal-content .left-content .category-list .category-main {
        overflow-x: hidden;
        overflow-y: auto;
        /* padding: 1px; */ }
        #StackCreateTemplatesModal .modal-content .left-content .category-list .category-main .not-found {
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 16px;
          font-size: 17px;
          font-weight: 500;
          max-height: 20px; }
      @media (max-height: 700px) {
        #StackCreateTemplatesModal .modal-content .left-content .category-list .category-list {
          height: calc(100% - 35px); }
        #StackCreateTemplatesModal .modal-content .left-content .category-list .category-main {
          height: calc(100% - 65px);
          margin-right: 4px; } }
      #StackCreateTemplatesModal .modal-content .left-content .category-list .item-card {
        width: 46%;
        cursor: pointer;
        max-height: 63px;
        margin: 8px; }
        #StackCreateTemplatesModal .modal-content .left-content .category-list .item-card .card-content {
          display: flex;
          align-items: center; }
          #StackCreateTemplatesModal .modal-content .left-content .category-list .item-card .card-content .item-text {
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            font-size: 13px;
            margin-left: 12px; }
          #StackCreateTemplatesModal .modal-content .left-content .category-list .item-card .card-content .card-img {
            width: 35px;
            margin: inherit; }
      @media screen and (max-width: 1231px) {
        #StackCreateTemplatesModal .modal-content .left-content .category-list .item-card {
          width: 94%; } }
      #StackCreateTemplatesModal .modal-content .left-content .category-list .item-card-active {
        border: 2px solid #287FF9; }
  #StackCreateTemplatesModal .modal-content .right-container {
    height: 100%; }
    #StackCreateTemplatesModal .modal-content .right-container .not-preview {
      height: 50vh;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      font-weight: 500; }

#StackCreateTemplatesModal .modal-content-sub-container {
  height: 100%; }

#StackCreateTemplatesModal .modal-content-sub-container > div {
  height: calc(100% - 30px); }

#StackCreateTemplatesModal .create-template-modal-iframe {
  height: 100%; }

#FullPageLoader .fullpageloader-viewer {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100000; }
  #FullPageLoader .fullpageloader-viewer .fullpage-text {
    display: flex;
    font-size: 25px;
    color: white;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    align-items: center;
    font-weight: 500; }
    #FullPageLoader .fullpageloader-viewer .fullpage-text img {
      margin-bottom: 20px;
      filter: gray;
      /* IE */
      -webkit-filter: grayscale(1);
      /* Old WebKit */
      -webkit-filter: grayscale(100%);
      /* New WebKit */
      filter: grayscale(100%); }

.hero {
  border-bottom: 2px solid #e9e9e9;
  width: 100%;
  margin: 8px 15px; }

.sign {
  background-color: #f9f9f9;
  border-color: #ccc;
  color: #333;
  font-family: monospace;
  font-weight: normal;
  text-transform: none;
  font-size: 12px;
  padding: 3px 6px 3px 6px;
  margin: 0 5px 0 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #ccc; }

.sign-mac {
  font-size: 9px;
  background-color: #f9f9f9;
  border-color: #ccc;
  color: #333;
  font-family: monospace;
  font-weight: normal;
  text-transform: none;
  padding: 5px 6px 4px 6px;
  margin: 0 5px 0 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #ccc; }

.ui.modal > .content {
  display: block;
  width: 100%;
  font-size: 1em;
  line-height: 1.4;
  padding: 12px;
  background: #FFFFFF; }

.hero {
  border-bottom: 2px solid #e9e9e9;
  width: 100%;
  margin: 8px 15px; }

.ui.dimmer {
  background: rgba(0, 0, 0, 0.6); }

.ui.grid + .grid {
  margin-top: 3rem; }

.ui.grid > .row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* -webkit-box-pack: inherit; */
  -ms-flex-pack: inherit;
  /* justify-content: inherit; */
  /* -webkit-box-align: stretch; */
  -ms-flex-align: stretch;
  /* align-items: stretch; */
  width: 100% !important;
  padding: 0rem;
  padding-top: 3px;
  padding-bottom: 0; }
  .ui.grid > .row > .column .text {
    margin-bottom: 6px !important;
    font-size: 15px; }

.ui.grid {
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: -1rem;
  margin-right: -1rem; }

h3.heading {
  font-weight: 500;
  font-size: 1.2rem; }

.ui.divided.grid:not([class*="vertically divided"]) > .row > .column {
  box-shadow: none !important; }

#InformationModel .header-logo {
  display: flex;
  justify-content: center;
  background-color: #ddf6ff;
  padding: 32px; }

#InformationModel .scrolling, #InformationModel .ui.modal > .content {
  padding: 0 !important; }
  #InformationModel .scrolling .offer-header, #InformationModel .ui.modal > .content .offer-header {
    padding-top: 28px;
    margin-left: 64px;
    text-align: left;
    line-height: 1.25;
    color: #333333;
    font-size: 26px;
    font-weight: 500;
    cursor: text; }
  #InformationModel .scrolling .offer-list, #InformationModel .ui.modal > .content .offer-list {
    margin: 0 64px;
    padding-top: 24px; }
    #InformationModel .scrolling .offer-list .offer-content, #InformationModel .ui.modal > .content .offer-list .offer-content {
      display: flex;
      align-items: center;
      margin-bottom: 8px; }
      #InformationModel .scrolling .offer-list .offer-content .offer-check, #InformationModel .ui.modal > .content .offer-list .offer-content .offer-check {
        margin-right: 8px;
        display: flex;
        align-items: center; }
      #InformationModel .scrolling .offer-list .offer-content .offer-text, #InformationModel .ui.modal > .content .offer-list .offer-content .offer-text {
        text-align: left;
        font-size: 14px;
        cursor: text; }
  #InformationModel .scrolling .offer-claim, #InformationModel .ui.modal > .content .offer-claim {
    padding: 16px 0 8px 0;
    margin: 0 64px; }
    #InformationModel .scrolling .offer-claim .offer-bx, #InformationModel .ui.modal > .content .offer-claim .offer-bx {
      display: flex;
      justify-content: center; }
      #InformationModel .scrolling .offer-claim .offer-bx .getoffer, #InformationModel .ui.modal > .content .offer-claim .offer-bx .getoffer {
        display: flex;
        align-items: center;
        background-color: #2D7FF8;
        color: white; }
  #InformationModel .scrolling .offer-feature, #InformationModel .ui.modal > .content .offer-feature {
    padding: 24px; }
    #InformationModel .scrolling .offer-feature .faqs-head, #InformationModel .ui.modal > .content .offer-feature .faqs-head {
      margin-bottom: 4px;
      padding-bottom: 8px;
      line-height: 1.5;
      font-weight: 500;
      font-size: 16px;
      color: #00000080; }
    #InformationModel .scrolling .offer-feature #Planinfo, #InformationModel .ui.modal > .content .offer-feature #Planinfo {
      display: flex;
      flex-direction: column;
      margin-bottom: 16px;
      padding-bottom: 2.5px;
      border-bottom: 2px solid #0000001a; }
      #InformationModel .scrolling .offer-feature #Planinfo .plan-content, #InformationModel .ui.modal > .content .offer-feature #Planinfo .plan-content {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 8px; }
        #InformationModel .scrolling .offer-feature #Planinfo .plan-content .plan-text, #InformationModel .ui.modal > .content .offer-feature #Planinfo .plan-content .plan-text {
          font-size: 16px;
          font-weight: 500;
          margin-bottom: 4px;
          color: #333333; }
      #InformationModel .scrolling .offer-feature #Planinfo #PlanAns .plan-answer, #InformationModel .ui.modal > .content .offer-feature #Planinfo #PlanAns .plan-answer {
        line-height: 1.5;
        margin-bottom: 24px;
        margin-left: 8px;
        font-size: 13px; }
      #InformationModel .scrolling .offer-feature #Planinfo .blank-plan-ans, #InformationModel .ui.modal > .content .offer-feature #Planinfo .blank-plan-ans {
        display: none; }

body {
  font-family: "proxima-nova", sans-serif !important; }

#ChangeLog {
  display: -webkit-inline-box; }
  #ChangeLog .HW_badge_cont.HW_visible {
    margin-top: -2px; }

::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #aaa; }

#Homepage {
  scroll-behavior: smooth;
  overflow-x: clip;
  background-color: #fff; }
  @media only screen and (max-width: 550px) {
    #Homepage .Workspace-search .ui.dropdown .menu {
      left: -88px; }
    #Homepage .Workspace-search .ui.icon.input input {
      padding-right: 0px !important; }
    #Homepage .card-ct .stack-list .ui.dropdown .menu {
      left: -113px; }
    #Homepage .card-ct .stack-list .mobileView {
      right: 28px; } }
  @media only screen and (max-width: 300px) {
    #Homepage .card-ct .stack-list .mobileView {
      right: 1px; } }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.card-ct,
.team-board,
.message-board {
  width: 100% !important;
  border: 1px solid #00000014 !important;
  transition: all 500ms ease-in-out;
  outline: none;
  box-shadow: none !important; }

.card-ct,
.team-board .header,
.message-board .header {
  font-size: 16px !important; }

.team-board .description,
.message-board .description {
  margin: 1em 0 !important; }

.logo-upload {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
  height: 150px;
  width: auto;
  margin: 20px;
  border: 1px dashed #ddd;
  justify-content: center; }

.logo-upload p {
  margin: auto;
  display: inline-block; }

.team-board .header a.label {
  float: right; }

.team-board .contacts ul {
  list-style: none;
  padding: 0; }

.team-board .contacts ul li {
  display: inline-block;
  margin-right: 10px; }

.team-board .contacts ul li a {
  border-radius: 50%;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  font-size: 12px;
  color: #212121; }

.team-board .contacts ul li a:hover {
  background-color: #e7e7e7; }

.team-board .team-details {
  min-height: 250px; }

.back-a1 {
  background-color: #c5e99b !important; }

.back-a2 {
  background-color: #30a9de !important; }

.back-a3 {
  background-color: #a593e0 !important; }

.back-a4 {
  background-color: #ec7357 !important; }

.back-a5 {
  background-color: #f16b6f !important; }

.back-a6 {
  background-color: #ff7473 !important; }

.back-a7 {
  background-color: #47b8e0 !important; }

.back-a8 {
  background-color: #f26d5b !important; }

.back-gray {
  background-color: #e7e7e7 !important; }

.object-bx {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%; }

.object-bx p {
  text-align: center;
  font-size: 13px;
  margin-top: 10px !important;
  font-weight: 600; }

.object-bx .header-bx {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }

.add-workspace {
  display: flex;
  justify-content: start;
  font-size: 16px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .add-workspace a {
    color: #909090;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 12px;
    border-radius: 4px;
    height: 34px;
    border: 1px solid #909090;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out; }
    .add-workspace a:hover {
      color: #212121; }
  .add-workspace .joyride-active {
    background: #e7e7e7; }

.stack-search .content {
  overflow-x: auto; }

.card-workspace {
  margin-bottom: 30px !important; }
  .card-workspace .container {
    display: flex;
    touch-action: none;
    width: 100%;
    height: 100%;
    margin: 1rem auto; }
  .card-workspace .dropzone {
    flex: 1;
    height: 300px;
    border-radius: 1rem; }
  .card-workspace .stack-container {
    width: 87px !important; }
  .card-workspace .stack-box-index {
    z-index: 0 !important; }
  .card-workspace .stack-list {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 0px;
    align-items: center;
    border-radius: 5px; }
  .card-workspace .two-column-container {
    display: flex;
    align-items: center; }
    .card-workspace .two-column-container .two-column-stacklist {
      height: 65px;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
      border-radius: 6px;
      width: 96%;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      transition: box-shadow 0.4s ease, transform 0.4s ease;
      position: relative; }
      .card-workspace .two-column-container .two-column-stacklist:hover {
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.32);
        transform: translateY(-2px); }
    .card-workspace .two-column-container .focused {
      outline: #166ee1 solid 2px;
      outline-offset: 2px; }
  .card-workspace .single-column-container {
    display: flex;
    align-items: center; }
    .card-workspace .single-column-container .stack-list-right {
      box-shadow: none; }
  .card-workspace .display-none {
    display: none; }
  .card-workspace .stack-list:hover .display-none, .card-workspace .stack-grid-layout-container:hover .display-none {
    display: inline-flex;
    align-items: center;
    justify-self: center; }
  .card-workspace .drag-icons {
    display: inline-block; }
  .card-workspace .stack-list-left {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    display: flex;
    width: 100%;
    margin: 6px;
    align-items: center; }
  .card-workspace .stack-list-right {
    display: inline-flex;
    margin-right: 12px;
    position: relative;
    right: 0px;
    padding: 5px;
    border-radius: 6px;
    background: white;
    z-index: 5;
    gap: 5px; }
    .card-workspace .stack-list-right:hover {
      opacity: 1;
      box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.48), 0px 0px 2px 0px rgba(0, 0, 0, 0.08), 0px 2px 4px 0px rgba(0, 0, 0, 0.12), 0px 2px 8px 0px rgba(0, 0, 0, 0.08); }
  .card-workspace .twocolumn-stacklistleft {
    margin: 12px; }
  .card-workspace .dropzone > div {
    height: 60px; }
  .card-workspace .stack-list-icon-container {
    display: flex;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 6px;
    padding: 8px; }
  .card-workspace .stack-list-text-container {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
    font-weight: 500;
    color: #1d1f25; }
  .card-workspace .stack-list-text-container-single-row {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
    font-weight: 500;
    color: #1d1f25; }
  .card-workspace .stack-over-limit-row {
    z-index: 1;
    margin-left: 16px;
    cursor: pointer; }
    .card-workspace .stack-over-limit-row .over-limit-div {
      padding: 4px;
      border: 2px solid white;
      border-radius: 5px;
      display: flex;
      background-color: #dc043b;
      color: #fff; }
      .card-workspace .stack-over-limit-row .over-limit-div .warning-icon {
        margin: 0; }
  .card-workspace .stack-list-text-container-grid {
    text-align: center;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    font-size: 13px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #1d1f25; }
  .card-workspace .stack-list-text-container-two-column {
    text-align: left;
    overflow: hidden;
    font-size: 13px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
    font-weight: 500;
    color: #1d1f25;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 3em;
    white-space: break-spaces; }
  .card-workspace .stack-name-input {
    display: flex;
    align-items: center;
    margin-left: 8px;
    width: 100%;
    height: 27px;
    padding: 0 5px;
    box-shadow: none;
    border: 2px solid #166ee1;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
    color: #1d1f25;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
    .card-workspace .stack-name-input:focus {
      border: 2px solid #166ee1 !important; }
    .card-workspace .stack-name-input:focus-visible {
      outline: none; }
  .card-workspace .stack-over-limit-two-column {
    z-index: 1;
    margin-left: 16px;
    cursor: pointer; }
    .card-workspace .stack-over-limit-two-column .over-limit-div {
      padding: 4px;
      border: 2px solid white;
      border-radius: 5px;
      display: flex;
      background-color: #dc043b;
      color: #fff; }
      .card-workspace .stack-over-limit-two-column .over-limit-div .warning-icon {
        margin: 0; }
  .card-workspace .stack-list-text-container-single-row-shared-stacks {
    text-align: center;
    font-size: 13.5px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .card-workspace .stack-list-text-container-single-row-recent-stacks {
    text-align: center;
    font-size: 13.5px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* overflow: hidden; */ }
  .card-workspace .stack-grid-layout-container {
    display: block;
    position: relative;
    width: 85px; }
  .card-workspace .stack-grid-icon-container {
    display: flex;
    justify-self: center;
    align-items: center;
    width: 78px;
    height: 78px;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .card-workspace .stack-grid-description {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
    height: 60px; }
  .card-workspace .stack-over-limit-grid {
    display: flex;
    border: 3px solid white;
    z-index: 2;
    border-radius: 6px;
    background-color: #fff;
    top: -12px;
    left: -11px;
    position: absolute;
    cursor: pointer; }
    .card-workspace .stack-over-limit-grid .over-limit-div {
      padding: 4px;
      border: 2px solid white;
      border-radius: 5px;
      display: flex;
      background-color: #dc043b;
      color: #fff; }
      .card-workspace .stack-over-limit-grid .over-limit-div .warning-icon {
        margin: 0; }
  .card-workspace .stack-grid-icon-container svg {
    margin-left: auto;
    margin-right: auto; }
  .card-workspace .stack-grid-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .card-workspace .padding-left-10 {
    padding-left: 10px; }
  .card-workspace #workspaceInputId {
    width: 250px;
    font-family: "Poppins";
    background: #efe8e8;
    border: 2px solid #efe8e8;
    border-radius: 6px;
    height: 40px;
    font-weight: bold;
    font-size: 22px;
    padding: 0px 0px 0px 6px;
    text-transform: capitalize; }
  .card-workspace #workspaceInputId::-moz-selection {
    background-color: #d6e6fd; }
  .card-workspace #workspaceInputId::selection {
    background-color: #d6e6fd; }
  .card-workspace:hover {
    color: #212121 !important; }
    .card-workspace:hover .workDragIcon {
      visibility: visible;
      cursor: -webkit-grab; }
  .card-workspace .workDragIcon {
    visibility: hidden;
    position: absolute;
    top: 2px;
    cursor: pointer;
    right: 46%;
    display: flex;
    flex-direction: column;
    color: #909090;
    opacity: 0.5; }
  .card-workspace .title {
    color: #222;
    font-family: "GT Eesti Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "calt" 0; }
  .card-workspace > .content {
    background: white !important;
    padding: 20px !important; }
  .card-workspace .icon-ws {
    font-weight: 700;
    color: #616161 !important;
    padding-bottom: 10px;
    cursor: pointer; }
    .card-workspace .icon-ws .input input {
      height: 30px;
      padding: 4px;
      width: 150px;
      font-size: 16px; }
    .card-workspace .icon-ws h1 {
      font-size: 18px;
      font-weight: 500;
      cursor: pointer;
      padding: 3px 0 4px 0; }
    .card-workspace .icon-ws .workspace-header-container {
      display: flex;
      align-items: center;
      cursor: default;
      padding: 14px 0; }
    .card-workspace .icon-ws .workspace-name {
      font-family: "Poppins";
      font-weight: 600;
      letter-spacing: 0.01em;
      -webkit-font-smoothing: antialiased;
      font-feature-settings: "calt" 0;
      color: #1d1f25;
      font-size: 26px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 35%;
      text-transform: capitalize; }
      @media only screen and (max-width: 550px) {
        .card-workspace .icon-ws .workspace-name {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
    .card-workspace .icon-ws .workspace-name-text {
      cursor: pointer;
      font-size: 21px;
      font-weight: 500;
      color: #1d1f25;
      max-width: 35%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      line-height: 1.25;
      -webkit-font-smoothing: antialiased;
      margin: 0;
      padding: 0;
      position: relative;
      top: -1px; }
    .card-workspace .icon-ws i {
      margin-left: 4px;
      font-size: 16px;
      position: relative;
      top: 0px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .card-workspace .icon-ws:hover {
      color: #212121 !important; }
    .card-workspace .icon-ws .overlimit-row {
      font-size: 12px; }
      .card-workspace .icon-ws .overlimit-row .tooltiptext {
        width: 227px !important; }
      .card-workspace .icon-ws .overlimit-row .overlimit-plan {
        color: red;
        background: #EDEDED;
        border-radius: 3px;
        padding: 0px 5px;
        line-height: 1.7;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
        border: 2px solid white;
        margin-left: 10px;
        opacity: .75;
        letter-spacing: 0.8px; }
        .card-workspace .icon-ws .overlimit-row .overlimit-plan:hover {
          opacity: 0.6; }
      .card-workspace .icon-ws .overlimit-row .payment-incomplete-tooltiptext {
        width: 227px !important;
        text-align: left; }
    .card-workspace .icon-ws .trial-tooltip {
      bottom: -112px;
      width: 295px;
      text-align: left;
      font-weight: bold;
      line-height: 18px;
      padding: 8px 8px; }
      .card-workspace .icon-ws .trial-tooltip p {
        line-height: 18px; }
    .card-workspace .icon-ws .plan-tooltip {
      bottom: -96px;
      left: -60px;
      width: 220px;
      text-align: left;
      font-size: 13px !important;
      font-weight: bold;
      line-height: 18px;
      padding: 15px;
      transition-delay: .5s; }
    @media only screen and (max-width: 550px) {
      .card-workspace .icon-ws .HideInMobile {
        display: none; }
      .card-workspace .icon-ws .wc-delete-sure {
        left: -45px; } }
    @media only screen and (max-width: 800px) {
      .card-workspace .icon-ws .apihide {
        display: none; } }
    @media (max-width: 991px) {
      .card-workspace .icon-ws .HideInMobile {
        display: flex;
        align-items: center; }
      .card-workspace .icon-ws .workspace-name {
        font-size: 21px !important; }
      .card-workspace .icon-ws .overlimit-row .overlimit-plan {
        padding: 0 6px;
        font-size: 11px;
        margin-left: 2px;
        max-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .card-workspace .icon-ws .plan-lable {
        padding: 0 6px;
        font-size: 11px;
        margin-left: 2px;
        max-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .card-workspace .icon-ws .apihide {
        margin-right: 25px; }
      .card-workspace .icon-ws .api-count {
        margin: 0 4px;
        font-size: 11px;
        max-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; } }

.card-workspacebox {
  box-shadow: none !important;
  background-color: #f9fafb !important;
  border-radius: 6px !important; }

.stack-boxes-main {
  margin-top: 70px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
  .stack-boxes-main .stack-boxes {
    border: 1px solid #ddd;
    border-radius: 14px;
    width: 31%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 13px;
    padding: 42px 16px;
    height: 280px;
    cursor: pointer; }
    .stack-boxes-main .stack-boxes .boxes-img {
      width: 28%; }
    .stack-boxes-main .stack-boxes .boxes-header-text {
      font-size: 19px;
      font-weight: bold;
      margin: 10px 0;
      color: #040404;
      width: 100%; }
    .stack-boxes-main .stack-boxes .boxes-desc-text {
      font-size: 14px;
      margin: 10px auto;
      font-weight: 400;
      max-width: 14rem; }
  .stack-boxes-main .stack-boxes:hover {
    border: 2px solid #ddd; }

.new-stack-boxes {
  margin: 0;
  text-align: center;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
  .new-stack-boxes .new-stack-boxes-main {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 0px; }
    .new-stack-boxes .new-stack-boxes-main .new-stack-boxes {
      flex: 0 0 auto; }
      .new-stack-boxes .new-stack-boxes-main .new-stack-boxes .new-stack-box-data {
        min-width: 250px;
        cursor: pointer;
        display: flex;
        box-sizing: border-box;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        padding: 10px;
        border-radius: 6px;
        border-color: rgba(0, 0, 0, 0.1);
        background-color: #fff;
        align-items: center;
        transition: box-shadow 0.2s ease;
        position: relative; }
        .new-stack-boxes .new-stack-boxes-main .new-stack-boxes .new-stack-box-data:hover {
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
        .new-stack-boxes .new-stack-boxes-main .new-stack-boxes .new-stack-box-data::after {
          content: attr(data-tooltip);
          position: absolute;
          bottom: 110%;
          left: 50%;
          transform: translateX(-50%);
          background-color: #35475b;
          color: #fff;
          padding: 5px 12px;
          border-radius: 6px;
          max-width: 230px;
          width: max-content;
          white-space: normal;
          word-break: break-word;
          opacity: 0;
          pointer-events: none;
          transition: opacity 0.4s ease;
          z-index: 100;
          text-align: center;
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          font-size: 12px;
          transition: opacity 0.4s ease, transform 0.4s ease; }
        .new-stack-boxes .new-stack-boxes-main .new-stack-boxes .new-stack-box-data:hover::after {
          opacity: 1; }
        .new-stack-boxes .new-stack-boxes-main .new-stack-boxes .new-stack-box-data .stack-img-main {
          margin-right: 12px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .new-stack-boxes .new-stack-boxes-main .new-stack-boxes .new-stack-box-data .stack-img-main .stack-img-boxes {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
            .new-stack-boxes .new-stack-boxes-main .new-stack-boxes .new-stack-box-data .stack-img-main .stack-img-boxes .img-div {
              width: 40px;
              min-width: 40px;
              min-height: 40px;
              height: 40px;
              display: flex;
              align-items: center;
              justify-content: center;
              padding: 7px;
              border-radius: 99px;
              background: #eff1f3; }
              .new-stack-boxes .new-stack-boxes-main .new-stack-boxes .new-stack-box-data .stack-img-main .stack-img-boxes .img-div .stack-boxes-img {
                width: 100%;
                height: 100%;
                object-fit: contain; }
        .new-stack-boxes .new-stack-boxes-main .new-stack-boxes .new-stack-box-data .stack-boxes-content {
          display: flex;
          justify-content: center;
          flex-direction: column;
          cursor: pointer;
          text-align: left; }
          .new-stack-boxes .new-stack-boxes-main .new-stack-boxes .new-stack-box-data .stack-boxes-content .stack-boxes-header {
            margin-bottom: 4px;
            max-width: 180px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 1.25;
            font-size: 15px;
            font-weight: 500;
            color: #333; }
          .new-stack-boxes .new-stack-boxes-main .new-stack-boxes .new-stack-box-data .stack-boxes-content .stack-boxes-desc {
            max-width: 180px;
            line-height: 1.5;
            font-size: 11px;
            font-weight: 400;
            color: #666; }
  @media (max-width: 1023px) {
    .new-stack-boxes .new-stack-boxes-main {
      flex-wrap: wrap;
      gap: 5px; }
      .new-stack-boxes .new-stack-boxes-main .new-stack-boxes {
        margin-bottom: 0px;
        width: auto; } }

.wc-dropdown-sec {
  position: relative;
  cursor: pointer;
  min-width: 8px; }
  .wc-dropdown-sec ul.wc-dropdown {
    position: absolute;
    top: 24px;
    left: 6px;
    width: 169px;
    z-index: 100;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ddd; }
    .wc-dropdown-sec ul.wc-dropdown .upgradeworkspace :hover {
      background-color: gold; }
    .wc-dropdown-sec ul.wc-dropdown li {
      display: block; }
      .wc-dropdown-sec ul.wc-dropdown li div {
        display: block;
        display: flex !important;
        align-items: center;
        font-weight: 600;
        color: #212121;
        font-size: 13px;
        padding: 6px 10px; }
        .wc-dropdown-sec ul.wc-dropdown li div:hover {
          background: #f8f8f8; }
        .wc-dropdown-sec ul.wc-dropdown li div i {
          margin-right: 10px;
          margin-left: 6px;
          height: auto;
          display: flex;
          align-items: center;
          justify-content: center; }
        .wc-dropdown-sec ul.wc-dropdown li div .workspace-menu-icon {
          margin-right: 6px;
          font-size: 14px; }

.stack-list {
  list-style: none; }
  .stack-list .stack-item {
    position: relative;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;
    border: 2px solid #f3f2f2;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out; }
    .stack-list .stack-item .title {
      font-size: 13px;
      font-weight: 500;
      margin-left: 15px; }
      @media only screen and (max-width: 450px) {
        .stack-list .stack-item .title {
          width: 110px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
    .stack-list .stack-item svg {
      margin-left: auto; }
    .stack-list .stack-item:hover {
      background: rgba(0, 0, 0, 0.05); }
  .stack-list .add-stack {
    background: transparent;
    border: 1px solid transparent;
    padding: 10px 10px;
    z-index: 2; }
    .stack-list .add-stack:hover {
      background: #fff;
      border: 1px solid #ddd !important;
      border: 0; }
      .stack-list .add-stack:hover span.title {
        color: #212121;
        font-family: "GT Eesti Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
        letter-spacing: 0.01em;
        -webkit-font-smoothing: antialiased;
        font-feature-settings: "calt" 0; }
  .stack-list .create-buttons-main {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: left;
    width: 100%;
    margin-bottom: 15px; }
    .stack-list .create-buttons-main .create-button {
      padding: 5px 20px;
      border-radius: 27px;
      background: #fff;
      font-weight: 500;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 0.5rem;
      margin-right: 0.5rem;
      text-align: center;
      vertical-align: middle;
      border: 1px solid #dcdce4;
      transition: background 0.2s, border 0.2s;
      position: relative; }
      .stack-list .create-buttons-main .create-button .create-tooltip {
        position: absolute;
        bottom: 120%;
        left: 50%;
        transform: translateX(-50%) translateY(8px);
        background-color: #35475b;
        color: #fff;
        padding: 5px;
        font-size: 12px;
        font-weight: 400;
        border-radius: 6px;
        width: 100%;
        white-space: normal;
        word-break: break-word;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 100;
        text-align: center;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        transition: opacity 0.4s ease, transform 0.4s ease; }
        .stack-list .create-buttons-main .create-button .create-tooltip::before {
          content: '';
          position: absolute;
          top: 100%;
          left: 50%;
          transform: translateX(-50%);
          border-width: 5px;
          border-style: solid;
          border-color: #35475b transparent transparent transparent; }
      .stack-list .create-buttons-main .create-button:hover .create-tooltip {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0); }
      .stack-list .create-buttons-main .create-button.primary {
        background: linear-gradient(to right, #002c73 0%, #0051ca 50%, #6cb7ff 100%); }
        .stack-list .create-buttons-main .create-button.primary:hover {
          background: linear-gradient(to right, #003b9c 0%, #0070f3 50%, #91cfff 100%); }
        .stack-list .create-buttons-main .create-button.primary .button-img {
          fill: #fff; }
        .stack-list .create-buttons-main .create-button.primary .button-text {
          color: #fff; }
      .stack-list .create-buttons-main .create-button .button-img {
        width: 100%;
        max-width: 17px;
        margin-right: 5px;
        fill: #002253; }
      .stack-list .create-buttons-main .create-button .button-text {
        line-height: 16px;
        font-style: normal;
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 500;
        color: #002253;
        text-align: center;
        vertical-align: middle;
        overflow: hidden; }
        @media only screen and (max-width: 1000px) {
          .stack-list .create-buttons-main .create-button .button-text {
            font-size: 12px; } }
    @media (min-width: 831px) and (max-width: 991px) {
      .stack-list .create-buttons-main .create-button {
        padding: 5px 10px;
        margin: 0 4px; }
      .stack-list .create-buttons-main .button-text {
        font-size: 11px !important; } }
    @media screen and (max-width: 830px) {
      .stack-list .create-buttons-main .create-button {
        padding: 6px 6px;
        margin: 0 4px 4px 0; }
      .stack-list .create-buttons-main .button-img {
        margin-right: 2px; } }
    @media (max-width: 991px) {
      .stack-list .create-buttons-main .button-text {
        font-size: 11px !important; }
      .stack-list .create-buttons-main .button-text {
        line-height: 1.2; } }
    .stack-list .create-buttons-main .create-button:hover {
      color: #002253;
      background-color: #ebf3fe; }

.information-bx {
  margin-bottom: 4px;
  padding: 16px;
  border-radius: 6px;
  text-align: left;
  background-color: #ffffff;
  border: 3px solid #e8e8e8; }
  .information-bx .information-title {
    padding: 8px 0;
    line-height: 1.5;
    font-weight: 500;
    font-size: 18px;
    cursor: text;
    color: #333333; }
  .information-bx .information-content {
    padding-bottom: 16px;
    font-size: 12px; }
    .information-bx .information-content .info-items {
      display: flex;
      align-items: flex-start;
      padding-bottom: 4px; }
      .information-bx .information-content .info-items .info-icon {
        padding-right: 8px;
        margin-top: 2px; }
      .information-bx .information-content .info-items .info-text {
        font-size: 13px;
        cursor: text; }
  .information-bx .info-footer {
    display: flex;
    align-items: center;
    justify-content: center; }
    .information-bx .info-footer .btn-learn {
      margin-right: 6px;
      padding: 0.75em !important;
      font-size: 13px !important;
      background: none !important; }
    .information-bx .info-footer .btn-offer {
      margin: 0;
      display: flex;
      align-items: center;
      padding: 0.65em 1.2em !important;
      background-color: #2D7FF8;
      color: white; }

.sidebar-hm {
  margin-top: 12px; }
  .sidebar-hm .sidebar-title {
    justify-content: space-between; }
    .sidebar-hm .sidebar-title .angle-icon {
      color: #1f1f1f;
      margin-left: 4px;
      font-size: 16px;
      width: 16px;
      height: 16px; }
  .sidebar-hm .sidebar-title h3 {
    font-weight: 500;
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .sidebar-hm ul.sidebar-items li a {
    font-weight: 400;
    padding-bottom: 0 !important; }
    .sidebar-hm ul.sidebar-items li a svg {
      position: relative;
      top: 4px;
      margin-right: 6px; }
  .sidebar-hm ul.sidebar-items li.active a {
    display: block;
    border: 0; }
  .sidebar-hm ul.sidebar-items .add-wsList .sideber-text {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 100%; }
  .sidebar-hm ul.sidebar-items .sidebar-list {
    padding: 1px;
    padding-left: 7px;
    display: flex;
    align-items: center;
    width: 80%; }
    .sidebar-hm ul.sidebar-items .sidebar-list .sideber-text {
      white-space: nowrap;
      overflow: hidden !important;
      text-overflow: ellipsis;
      width: 100%; }
    .sidebar-hm ul.sidebar-items .sidebar-list .sidebar-content {
      flex: auto; }
    .sidebar-hm ul.sidebar-items .sidebar-list:hover {
      background-color: rgba(0, 0, 0, 0.05);
      border-radius: 5px; }
    .sidebar-hm ul.sidebar-items .sidebar-list .navicon {
      visibility: hidden; }
      .sidebar-hm ul.sidebar-items .sidebar-list .navicon .gripicon {
        visibility: visible;
        opacity: 0.8; }
    .sidebar-hm ul.sidebar-items .sidebar-list .navigationWorkspaceName {
      display: inline-block;
      width: 205px;
      white-space: nowrap;
      overflow: hidden !important;
      text-overflow: ellipsis;
      width: 100%; }

ul.ct-tab {
  list-style: none;
  margin: 10px 0 20px 0;
  cursor: pointer; }
  ul.ct-tab li {
    display: inline-block; }
    ul.ct-tab li div {
      color: #212121;
      padding: 6px 10px;
      display: block; }
    ul.ct-tab li.active {
      font-weight: 600;
      background: #e7e7e7;
      border-radius: 4px; }
    ul.ct-tab li:hover a {
      color: #000000; }

.member-more span.more {
  margin-left: 4px;
  position: relative;
  top: 6px;
  cursor: pointer;
  height: 20px;
  border-radius: 2px; }
  .member-more span.more:hover {
    background-color: #e7e7e7; }

@media (min-width: 801px) and (max-width: 991px) {
  .member-more .member-box {
    margin-left: 6px !important; }
  .member-box ul.mb-bx li:last-child {
    margin-left: 12px; } }

.member-box .flex-basis {
  flex-basis: 100%;
  padding: 10px; }

.member-box ul.mb-bx {
  position: relative;
  right: 10px;
  list-style: none;
  align-items: center; }
  .member-box ul.mb-bx li {
    border-radius: 50%;
    height: 24px;
    width: 24px;
    cursor: pointer;
    display: inline-flex;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out; }
    .member-box ul.mb-bx li:not(:last-child) {
      margin-right: 6px; }
    .member-box ul.mb-bx li img {
      height: 1.3em;
      width: 100%;
      position: relative;
      top: 0px;
      border-radius: 50px;
      display: block; }
    .member-box ul.mb-bx li:hover {
      margin-left: 12px; }
    .member-box ul.mb-bx li svg {
      margin: 0 auto !important; }
  .member-box ul.mb-bx li:last-child {
    position: relative; }
  .member-box ul.mb-bx .menuItem:hover {
    background: #e0e1e2; }
  .member-box ul.mb-bx .ws-share-content .ws-share {
    font-size: 12px;
    font-weight: 700;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    display: flex;
    align-items: center;
    padding: 6px 8px; }
  .member-box ul.mb-bx .ws-share-content .ws-share-tooltiptext {
    right: 0px;
    left: -48px;
    bottom: -38px; }
  .member-box ul.mb-bx .ws-share-btn {
    height: 28px;
    font-size: 13px;
    line-height: 22px;
    max-width: 100%;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    .member-box ul.mb-bx .ws-share-btn:hover {
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 3px rgba(0, 0, 0, 0.11), 0px 1px 4px rgba(0, 0, 0, 0.12); }
    .member-box ul.mb-bx .ws-share-btn .share-btn-text {
      transform: translateY(-0.5px);
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 13px;
      line-height: 22px;
      color: #1d1f25; }

.member-box .menu-icon {
  background: #e7e7e7;
  border-radius: 90px;
  margin-right: 0px !important;
  color: grey;
  height: 22px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .member-box .menu-icon .menu-icon-img {
    width: 17px;
    margin-right: 2px; }
  .member-box .menu-icon .menu-icon-users {
    display: flex;
    align-items: center;
    position: absolute;
    right: 34px;
    font-size: 11px;
    top: -2px; }
  .member-box .menu-icon .menu-icon-icon {
    margin-right: 2px;
    font-size: 21px;
    color: grey;
    margin-left: 4px; }
  .member-box .menu-icon .menu-icon-text {
    top: 0px;
    right: 37px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 0px !important;
    margin-right: 6px; }

.member-box :hover .menu-icon {
  box-shadow: 1px 1px 1px grey;
  border: 2px solid grey; }

.box-invite .header-user {
  margin-bottom: 30px; }

.box-invite .Select {
  margin-bottom: 10px; }

.modal-member .header {
  background: #e7e7e7 !important; }

.modal-member > .content {
  max-height: 350px;
  overflow-y: auto; }

.modal-member .member-ws {
  padding-bottom: 16px; }
  .modal-member .member-ws:not(:last-child) {
    border-bottom: 1px solid #e7e7e7; }
  .modal-member .member-ws img {
    border-radius: 50%; }

.context-sub-action {
  min-width: 156px !important;
  width: 100px !important;
  padding: 0 !important;
  z-index: 2 !important;
  position: absolute;
  top: 60px !important;
  right: 30px !important; }
  .context-sub-action li a {
    font-size: 13px;
    color: #212121; }

.contentbox-list-view {
  top: 45px !important; }

.modal-share > .header {
  font-size: 16px !important;
  border: 0 !important; }

.modal-share > .content {
  padding: 0 20px 0 20px !important; }

.modal-share > .actions {
  padding: 0 1.5rem 1rem 1.5rem !important;
  border: 0 !important; }

.modal-share > .content p {
  color: #717171; }

.modal-share > .content .invite-box {
  margin-top: 10px; }

.invite-box .btn-addmore {
  color: #166ee1 !important;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
  width: fit-content;
  margin-left: auto;
  margin-right: 16px;
  margin-top: 10px; }
  .invite-box .btn-addmore:hover {
    font-weight: bold; }

.modal-share > .content .invite-box .invite-header a,
.modal-share > .content .invite-box .invite-content a {
  color: #717171;
  margin-right: 10px;
  padding-bottom: 10px; }

.modal-share > .content .invite-box .invite-content a {
  color: #717171;
  border-bottom: 1px dashed #414141;
  padding-bottom: 0px;
  font-size: 12px;
  letter-spacing: 0.5px; }

.modal-share > .content .invite-box .invite-header a.active {
  color: #212121;
  border-bottom: 2px solid #ddd; }

.modal-share > .content .invite-box .invite-content {
  clear: both; }
  .modal-share > .content .invite-box .invite-content .remove-email-item {
    margin: auto; }

.modal-share > .content .invite-box .invite-content .ui.selection.dropdown {
  min-width: 100% !important; }
  .modal-share > .content .invite-box .invite-content .ui.selection.dropdown .menu .item .text .image {
    height: 2.5em !important;
    border-radius: 27px; }
  .modal-share > .content .invite-box .invite-content .ui.selection.dropdown .menu .text {
    display: flex;
    padding: 2px 0; }
    .modal-share > .content .invite-box .invite-content .ui.selection.dropdown .menu .text .content {
      overflow: hidden; }
      .modal-share > .content .invite-box .invite-content .ui.selection.dropdown .menu .text .content .header {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }

.modal-share .content .invite-box .invite-content .ui.positive.button {
  min-width: 100%; }

.modal-share .content .staclColorHover {
  position: absolute;
  top: 250px;
  right: 14px;
  z-index: 100;
  background: #4b4b4b;
  padding: 8px;
  border-radius: 6px;
  color: white;
  font-size: 15px;
  width: 199px;
  font-weight: 500; }

.add-stack-ct-menu {
  left: 100px;
  top: 4px;
  width: 100px !important;
  background: #fff !important;
  margin-top: 6px;
  z-index: 1000; }
  .add-stack-ct-menu li {
    font-size: 13px; }
    .add-stack-ct-menu li a {
      color: #212121 !important;
      font-weight: 500; }

.color-show {
  height: 40px;
  width: 40px;
  border-radius: 2px;
  padding: 8px; }

.select-icon {
  height: 27px;
  width: 27px; }

.color-tab-op-custom .select-icon:hover {
  border: 1px solid #5e5d5d;
  border-radius: 5px; }

.active-select-icon {
  border: 1px solid #5e5d5d;
  border-radius: 5px; }

.color-bk {
  margin-left: 10px; }

.color-bk label {
  display: block;
  margin: 0em 0em 0.28571429rem 0em;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none; }

.select-color {
  position: relative; }
  .select-color .color-tab {
    background: #fff;
    cursor: pointer;
    padding: 4px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    justify-content: center; }
    .select-color .color-tab i {
      height: 16px; }
    .select-color .color-tab .color-show {
      margin: 0 4px; }
  .select-color .color-show,
  .select-color i {
    float: left; }

.color-tab-op {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  padding: 14px;
  left: -3px;
  width: 35em;
  height: 20em; }
  .color-tab-op ul {
    list-style: none; }
    .color-tab-op ul li {
      display: inline-block;
      padding: 4px; }
      .color-tab-op ul li .color-show {
        cursor: pointer;
        border: 1px solid transparent; }
        .color-tab-op ul li .color-show:hover {
          border: 1px solid #ccc;
          box-shadow: rgba(0, 0, 0, 0.027) 0px 2px 0px 0px; }
  @media only screen and (max-width: 450px) {
    .color-tab-op {
      width: 21.2em;
      height: 25em; }
      .color-tab-op ul li {
        padding: 1.3px; } }

.wc-delete-align-right {
  left: calc(100% - 212px); }

.plan-lable {
  color: white;
  border-radius: 14px;
  padding: 0px 9px;
  line-height: 1.7;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  color: #7d7d7d;
  border: 2px solid #7d7d7d;
  margin-left: 10px; }
  .plan-lable:hover {
    opacity: 0.6;
    text-decoration: underline; }

.ws-planName-content {
  display: inline-flex;
  align-items: center;
  margin: 0 4px 0 6px;
  position: relative;
  top: 1px; }
  .ws-planName-content .ws-planName-info {
    display: inline-flex; }
  .ws-planName-content .planName-btn {
    padding: 1px 4px;
    cursor: pointer;
    transition: .085s all ease-in;
    display: flex;
    align-items: center;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    color: #1d1f25;
    background-color: #EDEDED;
    line-height: 18px; }
    .ws-planName-content .planName-btn .noevents {
      pointer-events: none; }
      .ws-planName-content .planName-btn .noevents .ws-planName-text {
        opacity: .75;
        margin: 0 4px;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase; }
    .ws-planName-content .planName-btn .ws-dotIcon {
      margin: 0 4px;
      color: #1C1C1C;
      font-size: 13px; }
    .ws-planName-content .planName-btn .upgrade-text {
      color: #166ee1;
      opacity: 1;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: bold; }
    .ws-planName-content .planName-btn:hover .noevents .ws-planName-text,
    .ws-planName-content .planName-btn:hover .upgrade-text {
      opacity: 0.8; }
    .ws-planName-content .planName-btn:hover .tooltiptext {
      visibility: visible; }
    .ws-planName-content .planName-btn .tooltiptext {
      width: 227px !important;
      margin: 0;
      left: 0px; }
    .ws-planName-content .planName-btn .plan-tooltip {
      bottom: -96px;
      left: -60px;
      width: 220px;
      text-align: left;
      font-size: 13px !important;
      font-weight: bold;
      line-height: 18px;
      padding: 15px;
      transition-delay: .5s; }
  .ws-planName-content .overlimit-btn {
    background-color: #dc043b;
    color: #fff; }
    .ws-planName-content .overlimit-btn .overLimitIcon-info {
      display: flex;
      align-items: center;
      margin-right: 4px; }
      .ws-planName-content .overlimit-btn .overLimitIcon-info .menuwarning-icon {
        font-size: 13px;
        color: #fff;
        fill: #fff;
        margin: 0;
        top: -1.5px; }
    .ws-planName-content .overlimit-btn .overLimit-text {
      font-size: 11px;
      font-weight: 600; }

.api-count {
  font-size: 12px;
  font-weight: 700;
  margin: 0 8px;
  line-height: 1.7;
  display: flex;
  border: 2px solid #7d7d7d;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 15px; }
  .api-count:hover {
    opacity: 0.6;
    text-decoration: underline; }
  .api-count .api-indicate {
    width: 10px;
    height: 10px;
    margin: auto;
    margin-right: 7px;
    border-radius: 10px; }

.else-api-count {
  font-size: 12px;
  font-weight: 700;
  margin: 0 8px;
  line-height: 1.7;
  display: flex; }
  .else-api-count .api-indicate {
    width: 10px;
    height: 10px;
    margin: auto;
    margin-right: 7px;
    border-radius: 10px; }

.react-joyride__tooltip {
  width: 404px !important; }
  .react-joyride__tooltip h4 {
    text-align: left;
    font-weight: 600;
    font-size: 23px !important; }
  .react-joyride__tooltip div {
    text-align: left;
    padding-left: 0px !important; }
  .react-joyride__tooltip div:nth-child(2) button[title="Next"] {
    background-color: #3384f7 !important; }
  .react-joyride__tooltip div:nth-child(2) button[title="Last"] {
    background-color: #3384f7 !important; }
  .react-joyride__tooltip div:nth-child(2) button[title="Back"] {
    color: #3384f7 !important; }

.shared-stack-title {
  cursor: auto !important;
  font-family: "GT Eesti Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "calt" 0;
  font-size: 22px !important; }

.favourite-stack-title {
  cursor: auto !important;
  font-family: "GT Eesti Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "calt" 0;
  font-size: 22px !important; }

.browser-warning {
  position: fixed;
  bottom: 0px;
  background: #4b4b4b;
  height: 50px;
  width: 100%;
  box-shadow: 5px 5px 5px 5px #ccc;
  text-align: center;
  padding: 10px;
  color: white;
  z-index: 1000; }

.searchStack input {
  background: #EDEDED !important;
  font-weight: bold !important;
  color: black !important;
  border: 2px solid #EDEDED !important; }
  .searchStack input ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black !important; }

.searchStack :focus {
  border-color: #008DD2 !important; }

.searchStack ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important; }

#FeatureRequestForm .features-main {
  top: 35px;
  width: 430px;
  height: fit-content;
  z-index: 1000;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  top: 22px;
  border-radius: 7px;
  font-size: 13px; }

@media (max-width: 700px) {
  .sidebarShow {
    display: none; } }

@media (max-width: 700px) {
  .showfullscreen {
    width: 100% !important; } }

.emailverified-stack {
  opacity: 0.80;
  pointer-events: none; }

.collabrator-display {
  display: none; }

.email-message {
  cursor: auto; }
  .email-message .user-email {
    display: block;
    margin-left: 25px; }
  .email-message .resend-email {
    float: right;
    margin-right: 10px; }

#WSTrashFeatures {
  width: 850px; }
  #WSTrashFeatures .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 11px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ddd; }
    #WSTrashFeatures .header .header-icon-stack {
      display: flex;
      align-items: center; }
    #WSTrashFeatures .header p {
      font-size: 14px;
      margin-left: 3px;
      opacity: 0.8;
      margin-top: 5px; }
    #WSTrashFeatures .header .stack-trash {
      font-size: 17px;
      font-weight: 500;
      margin-left: 7px; }
  #WSTrashFeatures .main-content .trashData-stack {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid #ddd;
    padding-bottom: 8px;
    padding-top: 6px;
    text-indent: 12px; }
  #WSTrashFeatures .main-content .trashData-render .trashData-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #ddd;
    padding-bottom: 8px;
    padding-top: 6px; }
  #WSTrashFeatures .main-content .trashData-render .trashData-delete-text {
    font-size: 16px;
    margin-left: 12px; }
  #WSTrashFeatures .main-content .trashData-render .trashData-action {
    font-size: 15px;
    font-weight: 500; }
  #WSTrashFeatures .main-content .trashData-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52vh;
    flex-direction: column; }
    #WSTrashFeatures .main-content .trashData-empty .trashData-empty-img {
      width: 16%;
      margin-bottom: 22px;
      opacity: 0.9; }

@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (max-width: 450px) {
  #TrashFeatures {
    width: fit-content; } }

.inputTagForSearch {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  flex: 1 1 0%; }
  .inputTagForSearch .searchInputStack {
    flex: 1 1 0%;
    max-width: 380px; }
    .inputTagForSearch .searchInputStack input {
      height: 32px;
      border-radius: 9999px;
      cursor: pointer;
      display: flex;
      align-items: center;
      width: 100%;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
      padding: 0 16px;
      color: #1f1f1f; }
      .inputTagForSearch .searchInputStack input:hover {
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.48), 0 0 2px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 8px 0 rgba(0, 0, 0, 0.08); }
      .inputTagForSearch .searchInputStack input:focus {
        border: 2px solid #166ee1; }

.stack-view-label-container {
  display: flex;
  gap: 5px; }

.stack-view-label {
  display: flex;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0px;
  cursor: pointer;
  color: gray; }

.stack-view-label-container .active {
  background: #e3e3e3;
  color: #000000; }

.stack-view-dropdown-menu {
  width: 17px;
  position: absolute;
  right: 2px;
  color: white;
  cursor: pointer;
  position: absolute;
  bottom: 2px; }

.context-menu-custom-style-for-grid-view {
  min-width: 156px !important;
  width: 100px !important;
  padding: 0 !important;
  z-index: 2 !important;
  position: absolute;
  top: 120px;
  left: -20px !important; }

.context-menu-custom-style-for-grid-view li a {
  font-size: 13px;
  color: #212121; }

.menuwarning-icon {
  margin: 0 0 0 6px;
  color: #dc043b;
  fill: #dc043b; }

.collaborator-container {
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 4px;
  bottom: 4px;
  /* border: 1px solid #403f3f; */
  border-radius: 7px;
  opacity: 0.75;
  background: antiquewhite;
  cursor: pointer; }

.grid-collaborator-container {
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 4px;
  bottom: 4px;
  /* border: 1px solid #403f3f; */
  border-radius: 7px;
  opacity: 0.75;
  background: antiquewhite;
  cursor: pointer;
  min-width: 27px;
  height: 17px;
  color: gray;
  border-radius: 90px; }

.grid-collaborator-container:hover {
  box-shadow: 3px 2px 1px grey;
  border: 1px solid grey; }

.grid-collaborator-container .collaborator-number {
  font-size: 11px; }

.collaborator-icon-container {
  display: inline-block;
  line-height: 2px;
  padding-left: 2px; }

.collaborator-text-container {
  display: inline-block;
  padding-right: 2px; }

.collaborator-number {
  font-weight: 700;
  font-size: 9px; }

.display-block {
  display: block !important; }

.display-flex {
  display: flex !important; }

.custom-sidebar {
  position: relative !important;
  right: 0px; }

.custom-sub-sidebar {
  overflow-y: scroll !important;
  height: calc(100vh - 150px); }

.sidebar-title-2 {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  margin-bottom: 16px; }

.sub-sidebar-title {
  display: inline-flex; }

.sidebar-title-text {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  line-height: 19px; }

.drag-icon {
  display: inline-flex;
  margin-right: 10px; }

.collaborator-container-two-column {
  position: relative;
  left: -5px;
  bottom: 0px; }

.single-record-stack-list {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0px;
  align-items: center;
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
  height: 38px; }
  .single-record-stack-list:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .single-record-stack-list .stack-list-left {
    margin: 0px;
    padding: 8px; }
  .single-record-stack-list .stack-list-icon-container {
    justify-content: center;
    height: 24px;
    width: 24px;
    padding: 0px; }
    .single-record-stack-list .stack-list-icon-container .single-record-stackIcon {
      width: 16px;
      height: 16px; }
  .single-record-stack-list .stack-over-limit-row .over-limit-div .warning-icon {
    width: 16px;
    height: 16px;
    font-size: 14px; }

.focused {
  outline: #166ee1 solid 2px;
  outline-offset: 2px; }

.custom-grid-stack-container {
  display: inline-block;
  width: 140px; }

.single-record-collaborator-container {
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: -14px;
  border-radius: 7px;
  opacity: 0.75;
  background: antiquewhite;
  cursor: pointer; }

.custom-two-colummn-stack-container {
  width: 50%;
  display: inline-block; }

.recent-stack-content, .shared-stack-content, .search-stack-content, .favorite-stack-content {
  display: grid !important;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(235px, 1fr)); }
  .recent-stack-content .recentstack-box, .recent-stack-content .sharedstack-box, .recent-stack-content .searchstack-box, .recent-stack-content .favoritestack-box, .shared-stack-content .recentstack-box, .shared-stack-content .sharedstack-box, .shared-stack-content .searchstack-box, .shared-stack-content .favoritestack-box, .search-stack-content .recentstack-box, .search-stack-content .sharedstack-box, .search-stack-content .searchstack-box, .search-stack-content .favoritestack-box, .favorite-stack-content .recentstack-box, .favorite-stack-content .sharedstack-box, .favorite-stack-content .searchstack-box, .favorite-stack-content .favoritestack-box {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    height: 65px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    transition: box-shadow 0.4s ease, transform 0.4s ease; }
    .recent-stack-content .recentstack-box .stack-list, .recent-stack-content .sharedstack-box .stack-list, .recent-stack-content .searchstack-box .stack-list, .recent-stack-content .favoritestack-box .stack-list, .shared-stack-content .recentstack-box .stack-list, .shared-stack-content .sharedstack-box .stack-list, .shared-stack-content .searchstack-box .stack-list, .shared-stack-content .favoritestack-box .stack-list, .search-stack-content .recentstack-box .stack-list, .search-stack-content .sharedstack-box .stack-list, .search-stack-content .searchstack-box .stack-list, .search-stack-content .favoritestack-box .stack-list, .favorite-stack-content .recentstack-box .stack-list, .favorite-stack-content .sharedstack-box .stack-list, .favorite-stack-content .searchstack-box .stack-list, .favorite-stack-content .favoritestack-box .stack-list {
      width: 100%; }
    .recent-stack-content .recentstack-box:hover, .recent-stack-content .sharedstack-box:hover, .recent-stack-content .searchstack-box:hover, .recent-stack-content .favoritestack-box:hover, .shared-stack-content .recentstack-box:hover, .shared-stack-content .sharedstack-box:hover, .shared-stack-content .searchstack-box:hover, .shared-stack-content .favoritestack-box:hover, .search-stack-content .recentstack-box:hover, .search-stack-content .sharedstack-box:hover, .search-stack-content .searchstack-box:hover, .search-stack-content .favoritestack-box:hover, .favorite-stack-content .recentstack-box:hover, .favorite-stack-content .sharedstack-box:hover, .favorite-stack-content .searchstack-box:hover, .favorite-stack-content .favoritestack-box:hover {
      box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.32);
      transform: translateY(-2px); }
  @media screen and (min-width: 1169px) and (max-width: 1390px) {
    .recent-stack-content, .shared-stack-content, .search-stack-content, .favorite-stack-content {
      grid-template-columns: repeat(auto-fill, minmax(286px, 1fr)); } }
  @media screen and (min-width: 1391px) and (max-width: 1730px) {
    .recent-stack-content, .shared-stack-content, .search-stack-content, .favorite-stack-content {
      grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); } }
  @media screen and (min-width: 1731px) {
    .recent-stack-content, .shared-stack-content, .search-stack-content, .favorite-stack-content {
      grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); } }

.fv-stack {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px; }
  .fv-stack .fv-stack-header-container {
    margin-bottom: 8px; }
    .fv-stack .fv-stack-header-container .fv-stack-header {
      font-size: 21px;
      font-weight: 400;
      color: #000000; }
  .fv-stack .fv-stack-description-container {
    margin-bottom: 16px; }
    .fv-stack .fv-stack-description-container .fv-stack-description {
      font-size: 13px;
      font-weight: 400;
      display: flex;
      align-items: center;
      gap: 5px;
      color: #1d1f25;
      opacity: 0.75; }
  .fv-stack .fv-stack-button-container .fv-stack-button {
    height: 32px;
    max-width: 200px;
    background-color: white;
    font-size: 13px;
    text-align: center;
    padding: 0 12px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
    cursor: pointer; }
    .fv-stack .fv-stack-button-container .fv-stack-button:hover {
      background-color: #f5f5f5; }
    .fv-stack .fv-stack-button-container .fv-stack-button:focus {
      outline: none;
      box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 4px rgba(0, 0, 0, 0.1); }

.custom-single-colummn-stack-container {
  height: 40px; }

.tooltip-text {
  position: absolute;
  top: 15px;
  background-color: black;
  color: white;
  padding: 4px;
  border-radius: 5px;
  visibility: hidden; }

.stack-view-label:hover .tooltip-text {
  visibility: visible; }

.menu-icon:hover {
  box-shadow: 1px 1px 1px grey;
  border: 2px solid grey; }

.z-index-1 {
  z-index: 1; }

.single-record-stack-list:hover .display-none {
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.grid-favorite-icon, .grid-outline-favorite-icon {
  position: absolute;
  top: 3px;
  right: 2px;
  cursor: pointer; }

.grid-favorite-icon:hover .mark-as-favorite, .grid-outline-favorite-icon:hover .mark-as-favorite {
  visibility: visible; }

.favorite-icon {
  margin-right: 4px; }

.menu-icon-container {
  display: inline-flex;
  align-items: center;
  justify-self: center; }

.cursor-pointer {
  cursor: pointer; }

.margin-right-5px {
  margin-right: 5px; }

.margin-left-5px {
  margin-left: 5px; }

.favorite-container {
  display: flex;
  position: relative;
  align-items: center;
  margin-right: 0px !important; }

.favorite-tooptip {
  position: absolute;
  left: -60px;
  text-align: center;
  top: -28px;
  background-color: #1b1c1d;
  color: white;
  border-radius: 5px;
  visibility: hidden;
  padding: 4px 6px;
  font-size: 11px;
  width: 100%;
  min-width: max-content; }

.favorite-list-tooptip {
  position: absolute;
  left: -125px;
  width: 145px;
  text-align: center;
  top: -28px;
  background-color: #1b1c1d;
  color: white;
  border-radius: 5px;
  padding: 5px;
  visibility: hidden; }

.favorite-container:hover .favorite-tooptip, .favorite-container:hover .favorite-list-tooptip {
  visibility: visible; }

.mark-as-favorite {
  position: absolute;
  background: #1b1c1d;
  color: white;
  width: max-content;
  border-radius: 5px;
  padding: 2px 6px;
  text-align: center;
  visibility: hidden;
  font-size: 11px;
  top: -8px;
  left: -102px; }

.favorite-list-container {
  justify-content: space-between;
  margin-right: 5px;
  border-radius: 5px;
  height: 100% !important;
  margin-bottom: 5px; }

.favorite-list-left {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 55px); }

.favorite-list-right {
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  display: flex; }

.favorite-list-right svg {
  display: none; }

.favorite-list-left .stack-list-icon-container {
  background-color: #b49b73;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 6px;
  margin-right: 10px; }

.favorite-list-container:hover .favorite-list-right svg {
  display: flex; }

.a-red {
  color: black; }

.violet {
  color: black; }

.welcome-message .header, .welcome-message.ui.red.message, .welcome-message.ui.red.message .header, .orange-color.ui.orange.message, .green-color.ui.green.message, .yellow-message.ui.yellow.message, .yellow-message.ui.yellow.message .header, .olive-message.ui.olive.message, .teal-message.ui.teal.message, .blue-message.ui.blue.message, .violet.ui.violet.message, .purple-message.ui.purple.message, .purple-message.ui.purple.message .header, .pink-message.ui.pink.message, .pink-message.ui.pink.message .header, .brown-message.ui.brown.message, .go-to-new-home-screen {
  color: black; }

#OverlimitModal {
  border-radius: 6px;
  background-color: #fff;
  padding-top: 32px;
  line-height: 1.5;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  #OverlimitModal .overlimit-content {
    padding: 0 32px 0 32px;
    margin-bottom: 32px; }
    #OverlimitModal .overlimit-content .overlimit-header {
      margin-bottom: 16px; }
      #OverlimitModal .overlimit-content .overlimit-header .header-h2 {
        display: flex;
        align-items: center;
        font-size: 24px;
        font-weight: normal; }
        #OverlimitModal .overlimit-content .overlimit-header .header-h2 .header-text {
          font-weight: 600;
          color: #4d4d4d; }
        #OverlimitModal .overlimit-content .overlimit-header .header-h2 .upgrade-icon {
          margin-left: 8px;
          color: #166ee1;
          fill: #166ee1; }
    #OverlimitModal .overlimit-content .plan-data-content {
      display: grid;
      grid-auto-columns: 1fr; }
      #OverlimitModal .overlimit-content .plan-data-content .currentplan-content {
        grid-area: 4 / 1;
        padding: 16px 16px 32px 0; }
        #OverlimitModal .overlimit-content .plan-data-content .currentplan-content .currentplan-header {
          font-size: 16px;
          font-weight: 675;
          margin-bottom: 8px;
          color: #4d4d4d;
          cursor: text; }
        #OverlimitModal .overlimit-content .plan-data-content .currentplan-content .currentplan-desc {
          margin-bottom: 16px;
          font-size: 16px;
          cursor: text; }
        #OverlimitModal .overlimit-content .plan-data-content .currentplan-content .currentplan-info {
          display: flex;
          align-items: center;
          margin-bottom: 2px;
          padding-bottom: 4px;
          font-size: 11px; }
          #OverlimitModal .overlimit-content .plan-data-content .currentplan-content .currentplan-info .check-icon {
            margin-right: 6px; }
      #OverlimitModal .overlimit-content .plan-data-content .upgradeplan-content {
        grid-area: 4 / 2;
        background: #f1f5ff;
        padding: 16px 16px 32px;
        border-radius: 14px; }
        #OverlimitModal .overlimit-content .plan-data-content .upgradeplan-content .upgradeplan-header {
          font-size: 16px;
          font-weight: 675;
          margin-bottom: 8px;
          color: #4d4d4d;
          cursor: text; }
        #OverlimitModal .overlimit-content .plan-data-content .upgradeplan-content .upgradeplan-desc {
          margin-bottom: 16px;
          font-size: 16px;
          cursor: text; }
        #OverlimitModal .overlimit-content .plan-data-content .upgradeplan-content .upgradeplan-info {
          display: flex;
          align-items: center;
          margin-bottom: 2px;
          padding-bottom: 4px;
          font-size: 11px;
          color: #4d4d4d; }
          #OverlimitModal .overlimit-content .plan-data-content .upgradeplan-content .upgradeplan-info .check-icon {
            margin-right: 6px; }
    #OverlimitModal .overlimit-content .overlimit-footer {
      margin: 32px 0 8px 0;
      text-align: center; }
      #OverlimitModal .overlimit-content .overlimit-footer .upgrade-btn {
        font-weight: 500;
        height: 32px;
        font-size: 13px;
        line-height: 22px;
        max-width: 100%;
        width: 33.33333%;
        border-radius: 6px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #166ee1;
        color: white;
        padding: 0 12px;
        margin-bottom: 16px;
        font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
        #OverlimitModal .overlimit-content .overlimit-footer .upgrade-btn .upgrade-btn-text {
          transform: translateY(-0.5px); }
      #OverlimitModal .overlimit-content .overlimit-footer .learnmore-btn a {
        color: #333;
        cursor: pointer;
        font-size: 13px;
        line-height: 1.5; }

.dashboardAction-btn {
  background-color: #166ee1 !important;
  border-radius: 6px !important; }
  .dashboardAction-btn:hover {
    background-color: #0267eb !important; }

.action-cancel:hover {
  background: rgba(0, 0, 0, 0.05); }

.btn-primary {
  background-color: #166ee1 !important;
  color: #fff !important;
  margin-right: 6px !important; }
  .btn-primary:hover {
    background-color: #0267eb !important; }

.btn-no:hover {
  background: rgba(0, 0, 0, 0.05); }

.wc-delete-sure .wc-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .wc-delete-sure .wc-footer .custom-cancel-btn {
    height: 32px;
    max-width: 100%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 12px !important;
    border-radius: 6px !important;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }

.custom-primary-btn {
  height: 32px;
  font-size: 13px !important;
  font-weight: 500 !important;
  max-width: 100%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  padding: 0 12px !important;
  margin: 0 !important;
  border-radius: 6px !important;
  background-color: #166ee1 !important;
  color: #fff !important;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
  .custom-primary-btn:hover {
    background-color: #0267eb !important; }
  .custom-primary-btn:focus {
    border: none; }

.wc-deleteModal-grid {
  border: 0;
  color: #1f1f1f;
  font-weight: 500;
  padding: 16px;
  min-width: 232px;
  width: min-content;
  max-width: 400px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16), 0px 3px 4px rgba(0, 0, 0, 0.06), 0px 6px 8px rgba(0, 0, 0, 0.06), 0px 12px 16px rgba(0, 0, 0, 0.08), 0px 18px 32px rgba(0, 0, 0, 0.06); }
  .wc-deleteModal-grid .wc-modal-content {
    margin-bottom: 8px;
    line-height: 1.5;
    font-size: 14.4px;
    font-weight: 500;
    cursor: text; }
  .wc-deleteModal-grid .wc-modal-desc {
    opacity: .75;
    margin-bottom: 16px;
    cursor: text;
    line-height: 1.5; }
  .wc-deleteModal-grid .wc-modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .wc-deleteModal-grid .wc-modal-footer .modal-btn {
      height: 32px;
      font-size: 13px;
      line-height: 22px;
      border: 0;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0 8px 0 0 !important;
      padding: 0 12px;
      border-radius: 6px; }
      .wc-deleteModal-grid .wc-modal-footer .modal-btn .btn-text {
        transform: translateY(-0.5px);
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
        font-weight: 500; }
    .wc-deleteModal-grid .wc-modal-footer .modal-cancel-btn {
      background-color: transparent;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
      .wc-deleteModal-grid .wc-modal-footer .modal-cancel-btn:hover {
        background: none;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    .wc-deleteModal-grid .wc-modal-footer .modal-delete-btn {
      margin-right: 0px;
      color: #fff;
      background-color: #dc043b;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
      .wc-deleteModal-grid .wc-modal-footer .modal-delete-btn:hover {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 24px 0 -4px; }
  .modal-footer .modal-btn {
    max-width: 192px;
    height: 32px;
    font-size: 13px;
    line-height: 22px;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0 !important;
    padding: 0 12px;
    border-radius: 6px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
    .modal-footer .modal-btn .btn-text {
      transform: translateY(-0.5px);
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 13px;
      font-weight: 500; }
  .modal-footer .modal-cancel-btn {
    background-color: transparent;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    .modal-footer .modal-cancel-btn:hover {
      background: none;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  .modal-footer .modal-delete-btn {
    margin-right: 0px;
    font-weight: 500;
    color: #fff;
    background-color: #166ee1;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    .modal-footer .modal-delete-btn:hover {
      background-color: #166ee1;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    .modal-footer .modal-delete-btn .delete-btn-text {
      color: #fff; }

.customBtn-css {
  height: 32px;
  line-height: 22px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  max-width: 100%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  padding: 0 12px !important;
  border-radius: 6px !important;
  border: 0 !important;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }

.custom-cancel-btn {
  background-color: transparent !important; }
  .custom-cancel-btn:hover {
    background: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12) !important; }

.cancelBtn-rightCss {
  margin: 0 8px 0 0 !important; }

.custom-primary-btn {
  background-color: #166ee1 !important;
  color: #fff !important; }
  .custom-primary-btn:hover {
    background-color: #0267eb !important; }

.modal-footerAction {
  background: #F9FAFB;
  padding: 1rem 1rem;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  text-align: right;
  margin: 0 !important; }

.wc-dlt-stack .modal-footer .modal-cancel-btn {
  margin-right: 8px; }

.stackHover-popup {
  margin-bottom: 8px !important;
  padding: 4px 6px !important;
  border-radius: 3px !important;
  animation-duration: 150ms !important;
  transition: none !important;
  background-color: #35475b !important;
  color: #fff !important;
  padding: 5px !important;
  font-size: 12px !important; }
  .stackHover-popup .stackhover-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    line-height: 1.25; }
    .stackHover-popup .stackhover-content .popup-stackname {
      font-size: 11px;
      font-weight: 500;
      margin-bottom: 2px; }
    .stackHover-popup .stackhover-content .popup-wsname {
      font-size: 11px; }

.workspaceSearch-bx {
  justify-content: flex-end !important; }

.workspace-container {
  right: 0px; }

.homescreenContentContainer {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.homepage-container {
  display: flex;
  flex-direction: column;
  height: 100%; }

#HeaderContainer {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  box-sizing: border-box;
  flex-direction: row-reverse; }
  #HeaderContainer .sidebar-content-bx {
    z-index: 5;
    position: relative;
    overflow: visible;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
    background-color: #fff; }
    #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse {
      transition: 0.085s ease-in-out;
      position: relative;
      left: 0;
      top: 0;
      padding: 68px 12px 12px;
      height: 100%;
      background-color: #fff;
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
      #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 570px; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-view {
          display: flex;
          flex-direction: column;
          flex: 1 1 auto;
          min-width: 0;
          min-height: 0; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-view .ws-list-items {
            overflow: hidden auto; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-view .sidebar-navbar {
            width: 100%;
            display: flex;
            align-items: center; }
            #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-view .sidebar-navbar .nav-item {
              width: 100%;
              display: flex;
              align-items: center;
              padding: 8px 12px;
              border-radius: 6px;
              color: #1d1f25;
              font-size: 13px;
              font-weight: 500;
              text-decoration: none;
              transition: background 0.2s ease;
              gap: 10px; }
              #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-view .sidebar-navbar .nav-item i.icon {
                margin: 0px;
                font-size: 15px;
                color: gray;
                transition: color 0.2s ease; }
              #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-view .sidebar-navbar .nav-item:hover {
                background-color: #f2f4f8; }
                #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-view .sidebar-navbar .nav-item:hover i.icon {
                  color: #333; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .draggable-bx:focus-visible {
          outline: none; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .sidebar-list {
          display: flex;
          align-items: center;
          color: #1d1f25;
          margin-bottom: 4px;
          padding: 0 12px;
          border-radius: 3px;
          cursor: pointer; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .sidebar-list:focus-visible {
            outline: none; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .sidebar-list:hover {
            background-color: #f2f4f8; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .sidebar-list .icon-bx {
            padding-right: 8px; }
            #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .sidebar-list .icon-bx .icon-content {
              width: 26px;
              height: 26px;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 3px;
              background-color: rgba(0, 0, 0, 0.05); }
              #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .sidebar-list .icon-bx .icon-content .grp-icon {
                color: #1d1f25; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .sidebar-list .item-name-content {
            flex-grow: 1;
            padding: 8px 0;
            line-height: 1.5;
            font-size: 13px;
            font-weight: 400;
            text-align: left;
            color: #1d1f25;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
            #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .sidebar-list .item-name-content .item-name-text {
              max-width: 100%;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .sidebar-list .navicon {
            visibility: hidden; }
            #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .sidebar-list .navicon .gripicon {
              visibility: visible;
              opacity: 0.8; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .favorite-list-left {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: calc(100% - 52px); }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .footer-liItem {
          list-style: none; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .footer-liItem:hover {
            background-color: #f2f4f8; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .footer-liItem .sidebar-list {
            padding: 0 10px; }
            #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .footer-liItem .sidebar-list .item-name-content {
              padding: 6px 0;
              line-height: 1.25; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-header-content {
          display: flex;
          align-items: center;
          justify-content: space-between;
          border-radius: 3px;
          cursor: pointer; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-header-content .sidebar-head {
            color: #1d1f25;
            width: 100%;
            padding: 8px 12px;
            text-align: left; }
            #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-header-content .sidebar-head .sidebar-title {
              line-height: 1.5;
              font-size: 13px;
              font-weight: 500; }
              #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-header-content .sidebar-head .sidebar-title .header-text {
                font-weight: 500;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 10px; }
                #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-header-content .sidebar-head .sidebar-title .header-text i.star {
                  font-size: 18px;
                  color: #6e6d6d;
                  line-height: 0.8;
                  margin: -1px; }
              #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-header-content .sidebar-head .sidebar-title .ws-createIcon {
                display: flex;
                align-items: center;
                margin-right: -16px;
                cursor: pointer;
                padding: 4px;
                border-radius: 3px; }
                #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-header-content .sidebar-head .sidebar-title .ws-createIcon .plus-icon {
                  color: #1f1f1f;
                  font-size: 16px;
                  width: 16px;
                  height: 16px;
                  opacity: .75; }
                #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-header-content .sidebar-head .sidebar-title .ws-createIcon:hover {
                  background-color: rgba(0, 0, 0, 0.05); }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-header-content .sidebar-icon-content {
            cursor: pointer;
            display: flex;
            align-items: center;
            margin: 8px;
            padding: 4px;
            border-radius: 3px; }
            #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-header-content .sidebar-icon-content .angle-icon {
              color: #1f1f1f;
              margin-left: 4px;
              font-size: 16px;
              width: 16px;
              height: 16px;
              opacity: .75; }
            #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-header-content .sidebar-icon-content:hover {
              background-color: rgba(0, 0, 0, 0.05); }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-header-content:hover {
            background-color: #f2f4f8; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-ws-create-btn {
          box-sizing: border-box;
          height: 32px;
          min-height: 32px;
          font-size: 13px;
          line-height: 22px;
          max-width: 100%;
          border: 0;
          width: 100%;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
          margin: 16px 0px 8px;
          padding: 0px 12px;
          border-radius: 6px;
          font-weight: 500;
          background: linear-gradient(to right, #002c73 0%, #0051ca 40%, #6cb7ff 100%);
          color: #fff;
          cursor: pointer;
          position: relative; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-ws-create-btn:hover {
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12);
            background: linear-gradient(to right, #003b9c 0%, #0070f3 40%, #91cfff 100%); }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-ws-create-btn .ws-tooltip-text {
            position: absolute;
            bottom: 120%;
            left: 50%;
            transform: translateX(-50%) translateY(8px);
            background-color: #35475b;
            color: #fff;
            padding: 5px;
            font-size: 12px;
            font-weight: 400;
            border-radius: 6px;
            width: 100%;
            white-space: normal;
            word-break: break-word;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
            z-index: 100;
            text-align: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            transition: opacity 0.4s ease, transform 0.4s ease; }
            #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-ws-create-btn .ws-tooltip-text::before {
              content: '';
              position: absolute;
              top: 100%;
              left: 50%;
              transform: translateX(-50%);
              border-width: 5px;
              border-style: solid;
              border-color: #35475b transparent transparent transparent; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-ws-create-btn:hover .ws-tooltip-text {
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) translateY(0); }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-ws-create-btn .plus-icon {
            margin-right: 8px;
            width: 14px;
            height: 14px;
            color: #fff;
            fill: #fff; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-ws-create-btn .ws-create-text {
            transform: translateY(-0.5px);
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 13px;
            line-height: 22px; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-footer {
          margin-bottom: 16px;
          min-height: 140px;
          overflow: hidden auto; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-footer .sidebar-borderCss {
            width: 100%;
            margin: 10px 0; }
            #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-footer .sidebar-borderCss:after {
              background-color: rgba(0, 0, 0, 0.1);
              content: "";
              display: block;
              height: 1px;
              margin-left: 0.75rem;
              margin-right: 0.75rem;
              position: relative; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-footer .sidebar-navbar {
            width: 100%;
            display: flex;
            align-items: center;
            flex-direction: column; }
            #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-footer .sidebar-navbar .nav-item {
              width: 100%;
              display: flex;
              align-items: center;
              padding: 4px 12px;
              border-radius: 3px;
              color: #1d1f25;
              font-size: 13px;
              font-weight: 500;
              text-decoration: none;
              transition: background 0.2s ease;
              line-height: 1.5; }
              #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-footer .sidebar-navbar .nav-item .icon {
                margin-right: 8px;
                font-size: 16px;
                color: gray;
                transition: color 0.2s ease;
                line-height: 1; }
              #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-footer .sidebar-navbar .nav-item:hover {
                background-color: #f2f4f8; }
                #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-footer .sidebar-navbar .nav-item:hover .icon {
                  color: #333; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-footer-content {
          display: block;
          cursor: pointer;
          border-radius: 3px; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-footer-content .footer-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 12px;
            height: 32px; }
            #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-footer-content .footer-head .header-text {
              line-height: 1.5;
              font-size: 15px;
              font-weight: 500; }
            #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-footer-content .footer-head .angle-icon {
              color: #1f1f1f;
              margin-left: 4px;
              font-size: 16px;
              width: 16px;
              height: 16px; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-heading .sidebar-head {
          padding: 4px 12px; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-heading .sidebar-head .header-text {
            font-weight: 400 !important; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-heading .sidebar-icon-content {
          margin: 0 8px;
          padding: 0 4px; }
    #HeaderContainer .sidebar-content-bx .custom-sidebar-expand {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      flex-direction: column;
      padding: 68px 0 0 0; }
      #HeaderContainer .sidebar-content-bx .custom-sidebar-expand .icon-list {
        display: flex;
        margin-bottom: 20px; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-expand .icon-list .icon-div {
          width: 20px;
          height: 20px; }
      #HeaderContainer .sidebar-content-bx .custom-sidebar-expand .create-iconList {
        width: 22px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
        border-radius: 3px; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-expand .create-iconList .icon-div {
          width: 16px;
          height: 16px; }
      #HeaderContainer .sidebar-content-bx .custom-sidebar-expand .sidebar-borderCss {
        width: 100%;
        margin-bottom: 20px; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-expand .sidebar-borderCss:after {
          background-color: rgba(0, 0, 0, 0.1);
          content: "";
          display: block;
          height: 1px;
          margin-left: 0.75rem;
          margin-right: 0.75rem;
          position: relative; }
      #HeaderContainer .sidebar-content-bx .custom-sidebar-expand .exapnd-customCss {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0; }
      #HeaderContainer .sidebar-content-bx .custom-sidebar-expand .expand-footerList {
        display: flex;
        align-items: center;
        flex-direction: column; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-expand .expand-footerList .footerIcon-div {
          margin-bottom: 18px;
          display: block;
          opacity: .8;
          width: 16px;
          height: 16px; }
  #HeaderContainer .collapse-bx {
    width: 47px; }
  #HeaderContainer .expand-transformCss {
    transform: translate3d(-300px, 0px, 0px); }
  #HeaderContainer .collapse-transformCss {
    transform: translate3d(0px, 0px, 0px); }
  #HeaderContainer .sidebarCollapse {
    visibility: hidden; }
  #HeaderContainer .sidebarExpand {
    visibility: visible; }
  #HeaderContainer .sidebar-content-bx:hover .sidebarExpand {
    visibility: hidden; }
  #HeaderContainer .sidebar-content-bx:hover .expand-bx {
    width: 300px; }
  #HeaderContainer .sidebar-content-bx:hover .expand-transformCss {
    transform: translate3d(0px, 0px, 0px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16), 0px 3px 4px rgba(0, 0, 0, 0.06), 0px 6px 8px rgba(0, 0, 0, 0.06), 0px 12px 16px rgba(0, 0, 0, 0.08), 0px 18px 32px rgba(0, 0, 0, 0.06); }
  #HeaderContainer .sidebar-content-bx:hover .custom-sidebar-expand {
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  #HeaderContainer .sidebar-content-bx:hover .sidebarCollapseExpand {
    transform: translate3d(0px, 0px, 0px); }
  @media screen and (max-width: 600px) {
    #HeaderContainer .small-sidebarMenu {
      visibility: visible; }
    #HeaderContainer .sidebarCollapseExpand {
      border: none;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16), 0px 3px 4px rgba(0, 0, 0, 0.06), 0px 6px 8px rgba(0, 0, 0, 0.06), 0px 12px 16px rgba(0, 0, 0, 0.08), 0px 18px 32px rgba(0, 0, 0, 0.06);
      transform: translate3d(-300px, 0px, 0px); }
    #HeaderContainer .expand-bx {
      width: 47px; } }
  #HeaderContainer .workspace-content-bx {
    width: 100%;
    min-width: 320px;
    background-color: #f9fafb;
    display: flex;
    flex-direction: column;
    padding: 68px 20px 0; }
    #HeaderContainer .workspace-content-bx .ct-tab {
      list-style: none;
      margin: 0;
      cursor: pointer;
      display: flex;
      flex-wrap: wrap; }
      #HeaderContainer .workspace-content-bx .ct-tab li {
        display: inline-block; }
        #HeaderContainer .workspace-content-bx .ct-tab li div {
          color: #212121;
          padding: 6px 10px;
          display: block; }
        #HeaderContainer .workspace-content-bx .ct-tab li.active {
          font-weight: 600;
          background: #e7e7e7;
          border-radius: 4px; }
        #HeaderContainer .workspace-content-bx .ct-tab li:hover a {
          color: #000000; }
    #HeaderContainer .workspace-content-bx .ct-nav {
      padding-bottom: 10px;
      margin-bottom: -10px;
      z-index: 5;
      position: relative;
      flex-shrink: 0; }
      #HeaderContainer .workspace-content-bx .ct-nav .ct-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        position: relative;
        z-index: 1;
        padding: 0 0 20px;
        flex-wrap: wrap; }
      #HeaderContainer .workspace-content-bx .ct-nav .wsFilter-tab {
        display: flex;
        align-items: center;
        padding: 0 0 20px;
        position: relative;
        z-index: 1; }
        #HeaderContainer .workspace-content-bx .ct-nav .wsFilter-tab .wsFilter-wrapper {
          margin: 0 12px 0 0; }
          #HeaderContainer .workspace-content-bx .ct-nav .wsFilter-tab .wsFilter-wrapper .wsFilter-dropdown {
            display: flex;
            align-items: center; }
        #HeaderContainer .workspace-content-bx .ct-nav .wsFilter-tab .wsFilter-content {
          cursor: pointer;
          opacity: .75;
          display: flex;
          align-items: center;
          justify-content: space-between;
          border-radius: 3px; }
          #HeaderContainer .workspace-content-bx .ct-nav .wsFilter-tab .wsFilter-content:hover {
            opacity: 1; }
          #HeaderContainer .workspace-content-bx .ct-nav .wsFilter-tab .wsFilter-content .wsFilter-text {
            margin: 0 4px 0 0; }
            #HeaderContainer .workspace-content-bx .ct-nav .wsFilter-tab .wsFilter-content .wsFilter-text .selectedFilter-text {
              font-size: 15px;
              line-height: 1.5;
              color: #1d1f25; }
          #HeaderContainer .workspace-content-bx .ct-nav .wsFilter-tab .wsFilter-content .angle-icon {
            width: 16px;
            height: 16px;
            margin: 0;
            font-size: 16px; }
      #HeaderContainer .workspace-content-bx .ct-nav .ct-bx {
        padding-bottom: 10px;
        margin-bottom: -10px;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 100%;
        height: 100%; }
        #HeaderContainer .workspace-content-bx .ct-nav .ct-bx .ct-boxshadow {
          box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 8px -2px;
          width: 100%;
          height: 100%; }
    #HeaderContainer .workspace-content-bx .stack-view-label-container .stack-view-label .tooltip-text {
      right: 0; }
    #HeaderContainer .workspace-content-bx .workspaceContentCotainer {
      display: flex;
      flex-direction: column;
      overflow: hidden auto;
      margin: 0 -31px 0 0;
      padding: 1px 31px 1px 1px;
      flex: 1 1 auto;
      min-width: 0;
      min-height: 0; }
  @media only screen and (max-width: 425px) {
    #HeaderContainer .workspace-content-bx .workspaceContentCotainer {
      margin: 0px;
      padding: 0px; } }

.headerMessage-bx {
  min-height: fit-content !important;
  margin: 0 0 8px 0 !important;
  padding: 8px 16.5px !important;
  line-height: 1.5 !important; }
  .headerMessage-bx .close {
    display: flex;
    align-items: center;
    padding-left: 4px; }

.wsCreate-popup {
  padding: 5px !important;
  margin: 6px 0px 0 2px !important;
  line-height: 1.2 !important; }
  .wsCreate-popup .wsCreate-tooltiptext {
    font-size: 12px; }

.wsHeader-popup {
  padding: 5px !important;
  margin: 6px 82px 0 0px !important;
  line-height: 1.2 !important; }
  .wsHeader-popup .wsHeader-tooltiptext {
    font-size: 12px; }

.favoriteList-popup {
  padding: 5px !important;
  margin: 0px !important;
  line-height: 1.2 !important; }
  .favoriteList-popup .favorite-list-tooptiptext {
    font-size: 12px; }

.mark-as-favorite-popup {
  background: #1b1c1d !important;
  width: max-content;
  padding: 2px 6px !important;
  margin: -8px 0 0 0px !important;
  animation-duration: 150ms !important;
  transition: none !important; }
  .mark-as-favorite-popup .mark-as-favorite-tooltiptext, .mark-as-favorite-popup .favorite-tooptiptext {
    font-size: 11px; }

.stack-list-icon-container, .stack-grid-icon-container {
  border: 1px solid rgba(34, 34, 34, 0.12);
  inset: 0px;
  mix-blend-mode: normal; }

.stack-share {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px; }
  .stack-share .stack-share-header-container {
    margin-bottom: 8px; }
    .stack-share .stack-share-header-container .stack-share-header {
      font-size: 21px;
      font-weight: 400;
      color: #000000; }
  .stack-share .stack-share-description-container {
    margin-bottom: 16px; }
    .stack-share .stack-share-description-container .stack-share-description {
      font-size: 13px;
      font-weight: 400;
      color: #1d1f25;
      opacity: 0.75; }
  .stack-share .stack-share-button-container .stack-share-button {
    height: 32px;
    max-width: 200px;
    background-color: white;
    font-size: 13px;
    text-align: center;
    padding: 0 12px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
    cursor: pointer; }
    .stack-share .stack-share-button-container .stack-share-button:hover {
      background-color: #f5f5f5; }
    .stack-share .stack-share-button-container .stack-share-button:focus {
      outline: none;
      box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 4px rgba(0, 0, 0, 0.1); }

.tryTemplate-modal {
  padding: 32px;
  line-height: 1.5;
  width: 100%;
  animation-name: bounceIn;
  animation-duration: 240ms; }
  .tryTemplate-modal .tryTemp-header {
    color: #1d1f25;
    font-size: 23px;
    font-weight: 675;
    line-height: 1.25;
    cursor: text; }
  .tryTemplate-modal .tryTemp-model {
    width: 512px;
    background-color: #fff; }
    .tryTemplate-modal .tryTemp-model .tryTemp-content {
      margin: 0 0 32px;
      padding: 12px 0 0; }
    .tryTemplate-modal .tryTemp-model .buttons {
      justify-content: flex-end; }
  .tryTemplate-modal .field-label {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 12px;
    line-height: 1.5;
    color: #616670;
    cursor: text; }

@keyframes bounceIn {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: .9;
    -webkit-transform: scale3d(0.98, 0.98, 0.98);
    transform: scale3d(0.98, 0.98, 0.98); }
  70% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.wsFilterList-dropdown {
  position: fixed;
  width: 240px;
  z-index: 10000;
  overflow-y: auto;
  color: #1d1f25;
  line-height: 18px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16), 0px 3px 4px rgba(0, 0, 0, 0.06), 0px 6px 8px rgba(0, 0, 0, 0.06), 0px 12px 16px rgba(0, 0, 0, 0.08), 0px 18px 32px rgba(0, 0, 0, 0.06); }
  .wsFilterList-dropdown .wsFilter-menu {
    padding: 12px; }
    .wsFilterList-dropdown .wsFilter-menu .wsFilter-list {
      cursor: pointer;
      width: 100%;
      display: flex;
      align-items: center;
      padding: 8px;
      border-radius: 3px;
      font-size: 13px;
      list-style: none; }
      .wsFilterList-dropdown .wsFilter-menu .wsFilter-list .wsFilter-info {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .wsFilterList-dropdown .wsFilter-menu .wsFilter-list .wsFilter-info .wsFilter-text {
          line-height: 1.5; }
      .wsFilterList-dropdown .wsFilter-menu .wsFilter-list .checkbox-icon {
        margin: 0 0 0 4px; }
    .wsFilterList-dropdown .wsFilter-menu .wsList-border {
      height: 1px;
      margin: 8px;
      background-color: rgba(0, 0, 0, 0.05);
      list-style: none; }

.withoutAccessModal-wrapper {
  color: #1d1f25; }
  .withoutAccessModal-wrapper .withoutAccess-modal {
    padding: 32px;
    width: 512px !important;
    border-radius: 6px; }
    .withoutAccessModal-wrapper .withoutAccess-modal .access-header {
      font-size: 22.4px;
      font-weight: 500;
      margin: 0 0 16px;
      line-height: 1.25;
      padding: 0; }
    .withoutAccessModal-wrapper .withoutAccess-modal .access-desc {
      font-size: 13px;
      margin: 0 0 16px;
      word-wrap: break-word; }
    .withoutAccessModal-wrapper .withoutAccess-modal .access-buttons .access-okay-btn {
      float: right;
      cursor: pointer;
      padding: 8px 16px;
      border-radius: 3px;
      font-size: 13px;
      font-weight: 500;
      background-color: #166ee1;
      color: #fff;
      box-shadow: inset 0 0 0 2px transparent; }
      .withoutAccessModal-wrapper .withoutAccess-modal .access-buttons .access-okay-btn:hover {
        box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.25); }

#ImportAirtable .header {
  border-bottom: 1px solid white;
  padding: 20px 12px 11px 11px; }

#ImportAirtable .scrolling.content {
  overflow: visible !important; }
  #ImportAirtable .scrolling.content .ui.selection.active.dropdown .menu {
    width: 35rem !important; }

#ImportAirtable .content-main {
  overflow: auto;
  height: fit-content; }
  #ImportAirtable .content-main .content-list {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  #ImportAirtable .content-main .input-section p {
    font-size: 12px;
    color: grey;
    margin: 0px 0px 6px 0px; }

#ImportAirtable .import-header {
  padding: 20px 12px 11px 12px;
  margin: 0px; }

#InformationModel .header-logo {
  display: flex;
  justify-content: center;
  background-color: #ddf6ff;
  padding: 32px; }

#InformationModel .scrolling, #InformationModel .ui.modal > .content {
  padding: 0 !important; }
  #InformationModel .scrolling .offer-header, #InformationModel .ui.modal > .content .offer-header {
    padding-top: 28px;
    margin-left: 64px;
    text-align: left;
    line-height: 1.25;
    color: #333333;
    font-size: 26px;
    font-weight: 500;
    cursor: text; }
  #InformationModel .scrolling .offer-list, #InformationModel .ui.modal > .content .offer-list {
    margin: 0 64px;
    padding-top: 24px; }
    #InformationModel .scrolling .offer-list .offer-content, #InformationModel .ui.modal > .content .offer-list .offer-content {
      display: flex;
      align-items: center;
      margin-bottom: 8px; }
      #InformationModel .scrolling .offer-list .offer-content .offer-check, #InformationModel .ui.modal > .content .offer-list .offer-content .offer-check {
        margin-right: 8px;
        display: flex;
        align-items: center; }
      #InformationModel .scrolling .offer-list .offer-content .offer-text, #InformationModel .ui.modal > .content .offer-list .offer-content .offer-text {
        text-align: left;
        font-size: 14px;
        cursor: text; }
  #InformationModel .scrolling .offer-claim, #InformationModel .ui.modal > .content .offer-claim {
    padding: 16px 0 8px 0;
    margin: 0 64px; }
    #InformationModel .scrolling .offer-claim .offer-bx, #InformationModel .ui.modal > .content .offer-claim .offer-bx {
      display: flex;
      justify-content: center; }
      #InformationModel .scrolling .offer-claim .offer-bx .getoffer, #InformationModel .ui.modal > .content .offer-claim .offer-bx .getoffer {
        display: flex;
        align-items: center;
        background-color: #2D7FF8;
        color: white; }
  #InformationModel .scrolling .offer-feature, #InformationModel .ui.modal > .content .offer-feature {
    padding: 24px; }
    #InformationModel .scrolling .offer-feature .faqs-head, #InformationModel .ui.modal > .content .offer-feature .faqs-head {
      margin-bottom: 4px;
      padding-bottom: 8px;
      line-height: 1.5;
      font-weight: 500;
      font-size: 16px;
      color: #00000080; }
    #InformationModel .scrolling .offer-feature #Planinfo, #InformationModel .ui.modal > .content .offer-feature #Planinfo {
      display: flex;
      flex-direction: column;
      margin-bottom: 16px;
      padding-bottom: 2.5px;
      border-bottom: 2px solid #0000001a; }
      #InformationModel .scrolling .offer-feature #Planinfo .plan-content, #InformationModel .ui.modal > .content .offer-feature #Planinfo .plan-content {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 8px; }
        #InformationModel .scrolling .offer-feature #Planinfo .plan-content .plan-text, #InformationModel .ui.modal > .content .offer-feature #Planinfo .plan-content .plan-text {
          font-size: 16px;
          font-weight: 500;
          margin-bottom: 4px;
          color: #333333; }
      #InformationModel .scrolling .offer-feature #Planinfo #PlanAns .plan-answer, #InformationModel .ui.modal > .content .offer-feature #Planinfo #PlanAns .plan-answer {
        line-height: 1.5;
        margin-bottom: 24px;
        margin-left: 8px;
        font-size: 13px; }
      #InformationModel .scrolling .offer-feature #Planinfo .blank-plan-ans, #InformationModel .ui.modal > .content .offer-feature #Planinfo .blank-plan-ans {
        display: none; }

#AutoCheckColumnCsvModel .autoCreate-stack-header {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }

#AutoCheckColumnCsvModel .header {
  border: none; }

#AutoCheckColumnCsvModel .actions {
  border: none; }

#AutoCheckColumnCsvModel .btn-cancel {
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  max-width: 100%;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 6px;
  color: #333;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
  #AutoCheckColumnCsvModel .btn-cancel:hover {
    background: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

#AutoCheckColumnCsvModel .btn-import {
  height: 32px;
  font-size: 13px !important;
  font-weight: 500 !important;
  max-width: 100%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  padding: 0 12px !important;
  margin: 0 !important;
  border-radius: 6px !important;
  background-color: #166ee1 !important;
  color: #fff !important;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
  #AutoCheckColumnCsvModel .btn-import .btn-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #AutoCheckColumnCsvModel .btn-import:hover {
    background-color: #166ee1;
    color: #fff;
    font-weight: 500; }
  #AutoCheckColumnCsvModel .btn-import:focus {
    border: none; }

#AutoCheckColumnCsvModel .import-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 24px 0 -4px; }
  #AutoCheckColumnCsvModel .import-modal-footer .modal-btn {
    max-width: 192px;
    height: 32px;
    font-size: 13px;
    line-height: 22px;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
    padding: 0 12px;
    border-radius: 6px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
    #AutoCheckColumnCsvModel .import-modal-footer .modal-btn .btn-text {
      transform: translateY(-0.5px);
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 13px;
      font-weight: 500; }
  #AutoCheckColumnCsvModel .import-modal-footer .modal-cancel-btn {
    background-color: transparent;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    #AutoCheckColumnCsvModel .import-modal-footer .modal-cancel-btn:hover {
      background: none;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  #AutoCheckColumnCsvModel .import-modal-footer .modal-delete-btn {
    margin-right: 0px;
    font-weight: 500;
    color: #fff;
    background-color: #166ee1;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    #AutoCheckColumnCsvModel .import-modal-footer .modal-delete-btn:hover {
      background-color: #166ee1;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    #AutoCheckColumnCsvModel .import-modal-footer .modal-delete-btn .delete-btn-text {
      color: #fff; }

#AutoCheckColumnCsvModel .preview-section {
  border: 2px solid #ddd;
  border-radius: 8px; }
  #AutoCheckColumnCsvModel .preview-section .fixTableHead {
    overflow-y: auto;
    height: 62vh; }
    #AutoCheckColumnCsvModel .preview-section .fixTableHead .column-header-main {
      height: 32px; }
      #AutoCheckColumnCsvModel .preview-section .fixTableHead .column-header-main .column-header {
        font-weight: 700;
        padding: 4px 7px;
        padding-top: 3px;
        background-color: #f5f5f5;
        border-bottom-color: #d2d2d2;
        border-bottom: 2px solid #e1e1e1;
        cursor: pointer;
        min-width: 115px;
        border-right: 1px solid #ddd;
        z-index: 1; }
        #AutoCheckColumnCsvModel .preview-section .fixTableHead .column-header-main .column-header .column-header-text {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          #AutoCheckColumnCsvModel .preview-section .fixTableHead .column-header-main .column-header .column-header-text .column-name {
            width: 50px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
    #AutoCheckColumnCsvModel .preview-section .fixTableHead .row-main {
      height: 32px; }
      #AutoCheckColumnCsvModel .preview-section .fixTableHead .row-main .row-cell-box {
        width: 103px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
  #AutoCheckColumnCsvModel .preview-section .fixTableHead thead th {
    position: sticky;
    top: 0; }
  #AutoCheckColumnCsvModel .preview-section table {
    border-collapse: collapse;
    margin-top: -3px; }
  #AutoCheckColumnCsvModel .preview-section th,
  #AutoCheckColumnCsvModel .preview-section td {
    padding: 5px 5px;
    border: 1px solid #ddd; }

.CSVImportColumnRowCountDiv {
  display: flex;
  flex-direction: column;
  margin: 0px 18px 10px 18px;
  background: #f4f4f4;
  padding: 5px;
  border-radius: 5px; }

#RenderCell {
  max-height: 25px; }
  #RenderCell .col-url {
    text-decoration: underline; }
  #RenderCell .col-options {
    display: flex; }
    #RenderCell .col-options .select-tag-wrapper {
      display: block;
      height: fit-content;
      border-radius: 8px;
      margin: 3px 2px;
      max-width: inherit;
      width: fit-content; }
    #RenderCell .col-options .select-tag {
      display: inline-flex !important;
      height: 18px !important;
      padding: 2px 8px;
      margin: 0;
      text-align: center;
      font-size: 13px;
      line-height: 13px;
      border-radius: 8px;
      background: #fff;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%;
      white-space: nowrap; }
      #RenderCell .col-options .select-tag .Select-aria-only {
        position: relative !important; }
  #RenderCell .col-number {
    text-align: end; }

#EditColumnModel {
  z-index: 10;
  position: absolute;
  background: whitesmoke;
  border-radius: 10px;
  width: 30%;
  padding: 15px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
  height: 70%; }
  #EditColumnModel .editmodel-main .fieldtype-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    height: 32px;
    font-size: 13px;
    cursor: pointer; }
    #EditColumnModel .editmodel-main .fieldtype-header input {
      width: 100%;
      height: 28px;
      margin-left: -4px;
      padding: 5px;
      border: none;
      background-color: rgba(0, 150, 255, 0);
      outline: none; }
  #EditColumnModel .editmodel-main .field-select {
    position: absolute;
    right: 15px;
    left: 15px;
    border-radius: 4px;
    z-index: 15;
    overflow: auto;
    border-radius: 4px;
    background-color: #fff;
    overflow-y: scroll;
    height: 80%; }
    #EditColumnModel .editmodel-main .field-select ul {
      list-style: none;
      padding: 0; }
      #EditColumnModel .editmodel-main .field-select ul li {
        padding: 0 10px;
        height: 38px;
        font-size: 13px;
        border: 1px solid #fff; }
        #EditColumnModel .editmodel-main .field-select ul li svg:first-child {
          margin-right: 6px; }
        #EditColumnModel .editmodel-main .field-select ul li:hover {
          background-color: rgba(0, 150, 255, 0.3); }
    #EditColumnModel .editmodel-main .field-select::-webkit-scrollbar {
      width: 4px; }
  #EditColumnModel .editmodel-main .field-box {
    background-color: rgba(0, 150, 255, 0.2);
    border: 2px solid rgba(0, 150, 255, 0.3);
    border-radius: 4px;
    margin: 10px 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
    #EditColumnModel .editmodel-main .field-box .fieldtype-header {
      cursor: pointer; }
      #EditColumnModel .editmodel-main .field-box .fieldtype-header input {
        width: 100%;
        height: 28px;
        margin-left: -4px;
        padding: 5px;
        border: none;
        background-color: rgba(0, 150, 255, 0);
        outline: none; }
    #EditColumnModel .editmodel-main .field-box .field-select {
      border: 2px solid rgba(0, 150, 255, 0.2);
      height: fit-content;
      max-height: 80%; }
      #EditColumnModel .editmodel-main .field-box .field-select ul {
        cursor: pointer; }
      #EditColumnModel .editmodel-main .field-box .field-select .border-class {
        font-weight: 500;
        border-radius: 15px;
        margin-right: 2px;
        margin-left: 2px; }
    #EditColumnModel .editmodel-main .field-box .field-not-matching {
      height: calc(100vh - 580px);
      display: flex;
      align-items: center;
      justify-content: center; }

#ImportAdjust {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important; }
  #ImportAdjust .adjuct-continer .importAdjust-title {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important; }
  #ImportAdjust .adjuct-continer .adjut-content {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #ImportAdjust .adjuct-continer .adjut-content .allColumn-btn, #ImportAdjust .adjuct-continer .adjut-content .setting-btn {
      font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important; }
  #ImportAdjust .adjuct-continer .ui.inverted.segment,
  #ImportAdjust .adjuct-continer .ui.primary.inverted.segment {
    background: #f4f4f4;
    color: black !important;
    border-radius: 6px;
    margin: 16px; }
  #ImportAdjust .adjuct-continer .ui.inverted.accordion .title:not(.ui) {
    color: black !important; }
  #ImportAdjust .adjuct-continer .columns-list-menu {
    display: flex;
    flex-direction: column;
    width: fit-content;
    background: whitesmoke;
    position: absolute;
    left: 7%;
    margin: 15px;
    padding: 13px;
    height: fit-content;
    overflow: auto;
    max-height: 53%;
    bottom: 20%;
    z-index: 1; }
    #ImportAdjust .adjuct-continer .columns-list-menu .checkbox-list {
      margin: 7px; }

.header-menu-marign {
  padding: 10px; }

.header-link {
  width: 100% !important;
  text-align: center;
  display: none;
  font-size: 13px;
  font-weight: 400;
  padding: 8px 0 !important;
  color: #333 !important;
  background-color: #E5F9E7 !important;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  .header-link .header-close-icon {
    position: relative;
    float: right;
    right: 7px;
    cursor: pointer; }

@media only screen and (max-width: 767px) {
  .header-link {
    margin: 0px !important; } }

@media (max-width: 767px) {
  .message-content .ui.container {
    width: 100% !important;
    margin: 0px !important; } }

.invite-header-message {
  width: 100% !important;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  padding: 8px 0 !important;
  color: #333 !important;
  background-color: #e8effd !important;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  .invite-header-message .invite-text {
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer; }
  .invite-header-message .header-close-icon {
    position: relative;
    float: right;
    right: 7px;
    cursor: pointer; }

#Header {
  position: fixed;
  width: 100%;
  z-index: 1001;
  margin-top: 0;
  margin-bottom: 0px;
  height: 56px;
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
  margin-left: 0px;
  margin-right: 0px;
  border: 0 !important;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
  #Header a {
    font-weight: 500;
    color: #414141; }
  #Header .ui .align {
    align-items: center !important; }
  #Header .notifications {
    cursor: pointer;
    margin-left: 8px;
    padding: 4px;
    border-radius: 24px; }
    #Header .notifications:hover {
      background-color: rgba(234, 234, 234, 0.8); }
  #Header .account-menu {
    cursor: pointer;
    margin-left: 8px;
    padding: 4px;
    border-radius: 24px; }
    #Header .account-menu:hover {
      background-color: rgba(234, 234, 234, 0.8); }
    #Header .account-menu .account-menu-box {
      border-radius: 10px;
      padding: 10px;
      width: 296px;
      right: -4px;
      background: white;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.24);
      overflow: hidden; }
      #Header .account-menu .account-menu-box .divider {
        margin: 0.6em; }
      #Header .account-menu .account-menu-box .header {
        padding: 0px 10px !important;
        margin: 0rem 0rem 0rem;
        color: #1d1f25;
        font-size: 13px;
        font-weight: 400;
        text-transform: lowercase; }
      #Header .account-menu .account-menu-box .headerName {
        font-weight: 500;
        line-height: 1.4;
        color: #1d1f25;
        font-size: 13px;
        text-transform: capitalize; }
      #Header .account-menu .account-menu-box .item {
        padding: 8px  !important;
        margin: 0;
        border-radius: 3px;
        display: flex;
        align-items: center;
        font-size: 13px !important; }
        #Header .account-menu .account-menu-box .item .accountmenu-icon {
          margin: 0.10em 0.75em 0em 0em; }
  @media (max-width: 991px) {
    #Header .nav-item {
      margin: 0 2px;
      padding: 10px 6px;
      font-size: 13px; }
    #Header .nav-item-new {
      margin: 0px;
      padding: 10px 4px; }
    #Header .refer-btn {
      font-size: 12px;
      padding: 0.4em .5em; }
    #Header .notifications {
      margin-left: 2px; }
    #Header .account-menu {
      margin-left: 4px;
      padding: 0px; } }
  @media (max-width: 425px) {
    #Header .refer-btn {
      font-size: 8px; } }
  #Header .account-menu .accounticon {
    max-width: 0px;
    width: 100%;
    height: 100%;
    min-width: 2em;
    min-height: 2em; }
  #Header .refer-btn {
    border-radius: 27px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
  @media screen and (max-width: 991px) {
    #Header .header-icon-content {
      width: fit-content; } }
  @media screen and (min-width: 992px) {
    #Header .header-icon-content {
      width: 190px; } }
  @media (min-width: 992px) and (max-width: 1071px) {
    #Header .nav-item {
      margin: 0 2px;
      padding: 10px 6px; }
    #Header .nav-item-new {
      margin: 0px;
      padding: 10px 8px; }
    #Header .refer-btn {
      font-size: 13px;
      padding: 12px 16px; }
    #Header .notifications {
      margin-left: 2px; }
    #Header .account-menu {
      margin-left: 4px;
      padding: 0px; } }
  #Header .reconnect-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500; }
  #Header .header-info {
    margin: 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 16px 0 8px; }
    #Header .header-info .headerItem {
      margin-left: 0; }
      #Header .header-info .headerItem .header-logo {
        width: 150px;
        height: 46px;
        display: flex;
        align-items: center; }
    #Header .header-info .header-left-content {
      display: flex;
      align-items: center; }
      #Header .header-info .header-left-content .header-icon-content {
        display: flex;
        align-items: center; }
        #Header .header-info .header-left-content .header-icon-content .ws-menuIcon {
          display: flex;
          cursor: pointer;
          padding: 0 8px 0 4px;
          border-radius: 3px; }
          #Header .header-info .header-left-content .header-icon-content .ws-menuIcon .menuIcon {
            opacity: .5;
            color: #1f1f1f; }
            #Header .header-info .header-left-content .header-icon-content .ws-menuIcon .menuIcon:hover {
              opacity: 1; }
          @media screen and (max-width: 600px) {
            #Header .header-info .header-left-content .header-icon-content .ws-menuIcon {
              display: none; } }
      #Header .header-info .header-left-content .header-nav {
        display: flex;
        align-items: center; }
    #Header .header-info .header-right-content {
      display: flex;
      align-items: center; }
  @media screen and (min-width: 1200px) {
    #Header .header-info {
      margin: 0 !important; } }

.menuIcon-popup {
  padding: 5px !important;
  margin: 10px 0px 0 0px !important;
  line-height: 1.2 !important; }
  .menuIcon-popup .menuIcon-tooltiptext {
    font-size: 12px; }

.refreshMessage-content .ui.container {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%; }

.refreshMessage-content .refresh-message {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: #f1f5ff; }
  .refreshMessage-content .refresh-message .info-icon {
    color: #0d52ac;
    fill: #0d52ac;
    height: 20px;
    width: 20px; }
  .refreshMessage-content .refresh-message .content-info {
    margin-left: 8px; }
    .refreshMessage-content .refresh-message .content-info .content-text {
      font-size: 13px;
      font-weight: 400;
      color: #1d1f25;
      line-height: 1.5;
      cursor: text; }
  .refreshMessage-content .refresh-message .refresh-btn-content {
    margin-left: 16px; }
    .refreshMessage-content .refresh-message .refresh-btn-content .refresh-btn {
      cursor: pointer;
      height: 32px;
      font-size: 13px;
      line-height: 22px;
      max-width: 100%;
      border: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
      border-radius: 6px;
      padding: 0 12px;
      background-color: #fff;
      color: #1d1f25; }
      .refreshMessage-content .refresh-message .refresh-btn-content .refresh-btn:hover {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
      .refreshMessage-content .refresh-message .refresh-btn-content .refresh-btn .btn-text {
        transform: translateY(-0.5px);
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }

.stack-search {
  position: relative;
  width: 350px;
  font-family: Arial, sans-serif; }
  .stack-search .search-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1rem;
    border-radius: 99px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.22), 0 0 2px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    font-size: 1rem;
    color: #777;
    background: #fff;
    user-select: none; }
    .stack-search .search-trigger i.icon {
      color: #5a5a5a;
      font-size: 17px; }
    .stack-search .search-trigger .placeholder-text {
      color: #9e9e9e;
      font-size: 14px; }
    .stack-search .search-trigger .shortcut-hint {
      margin-left: auto;
      display: flex;
      align-items: center;
      gap: 4px; }
      .stack-search .search-trigger .shortcut-hint svg {
        font-size: 14px;
        color: #979aa0; }
      .stack-search .search-trigger .shortcut-hint kbd {
        font-size: 14px;
        color: #979aa0;
        font-weight: 400; }
    .stack-search .search-trigger:hover {
      box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.48), 0 0 2px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 8px 0 rgba(0, 0, 0, 0.08); }
  .stack-search .search-panel {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    max-height: 60vh;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16), 0px 3px 4px rgba(0, 0, 0, 0.06), 0px 6px 8px rgba(0, 0, 0, 0.06), 0px 12px 16px rgba(0, 0, 0, 0.08), 0px 18px 32px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    z-index: 999; }
    .stack-search .search-panel .search-box {
      position: sticky;
      top: 0;
      z-index: 10;
      display: flex;
      align-items: center;
      background-color: #fff;
      padding: 10px 20PX;
      border-bottom: 1px solid #0000001a; }
      .stack-search .search-panel .search-box .search {
        font-size: 20px; }
      .stack-search .search-panel .search-box .search-input {
        width: 100%;
        border: none;
        background: #fff;
        padding: 0.7rem 1rem;
        font-size: 17px;
        border-radius: 6px;
        outline: none;
        transition: border-color 0.2s; }
        .stack-search .search-panel .search-box .search-input:focus {
          border-color: #888; }
    .stack-search .search-panel .section-title {
      padding: 10px 20px;
      color: #616670;
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 0.3px; }
    .stack-search .search-panel .search-list {
      display: flex;
      flex-direction: column;
      gap: 5px;
      padding: 10px 0;
      margin-left: 10px;
      max-height: 40vh;
      overflow-y: auto; }
      .stack-search .search-panel .search-list .no-result {
        padding: 10px 20px;
        color: #141414;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.3px; }
    .stack-search .search-panel .result-item {
      display: flex;
      align-items: center;
      padding: 0.5rem;
      margin: 3px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.2s; }
      .stack-search .search-panel .result-item:hover {
        background: #0000000d; }
      .stack-search .search-panel .result-item .stack-icon {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
        border: 1px solid #2222221f; }
      .stack-search .search-panel .result-item .stack-content {
        display: flex;
        flex-direction: column; }
        .stack-search .search-panel .result-item .stack-content .stack-header {
          display: flex;
          gap: 10px;
          color: #1d1f25;
          font-weight: 500;
          font-size: 13PX; }
          .stack-search .search-panel .result-item .stack-content .stack-header span {
            color: gray;
            font-weight: 400; }
        .stack-search .search-panel .result-item .stack-content .stack-description {
          font-size: 12px;
          color: #616670; }
    .stack-search .search-panel .search-footer {
      position: sticky;
      bottom: 0;
      z-index: 10;
      padding: 15px 20px;
      border-top: 1px solid #eee;
      background: #f9f9f9;
      font-size: 0.9rem;
      color: #666;
      user-select: none; }
      .stack-search .search-panel .search-footer kbd {
        padding: 2px 4px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: #fff;
        font-family: monospace; }

.d-help-menubtn {
  padding: 4px 8px;
  border-radius: 17px;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  display: flex;
  transition: background-color 0.2s;
  align-items: center;
  gap: 5px; }
  .d-help-menubtn:hover {
    background-color: #eaeaea; }

.helpmenu-sub-container {
  position: absolute;
  top: 57px;
  right: 100px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 280px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16), 0px 3px 4px rgba(0, 0, 0, 0.06), 0px 6px 8px rgba(0, 0, 0, 0.06), 0px 12px 16px rgba(0, 0, 0, 0.08), 0px 18px 32px rgba(0, 0, 0, 0.06);
  z-index: 1000;
  padding: 16px; }
  .helpmenu-sub-container .helpmenu-section .helpmenu-header {
    font-size: 12px;
    font-weight: 400;
    color: #979aa0;
    margin-bottom: 5px; }
  .helpmenu-sub-container .helpmenu-list {
    display: flex;
    align-items: center;
    padding: 5px 7px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
    gap: 7px; }
    .helpmenu-sub-container .helpmenu-list .outline-star-icon {
      border: 1px solid;
      border-radius: 50%;
      padding: 1px; }
    .helpmenu-sub-container .helpmenu-list .list-li-name {
      font-size: 13px;
      color: #37383b;
      font-weight: 400; }
    .helpmenu-sub-container .helpmenu-list:hover {
      background-color: #f2f2f2; }

#TemplatesModal {
  height: 90%;
  position: relative;
  overflow: hidden;
  animation-name: opacityFadeIn;
  animation-duration: 400ms;
  display: flex !important;
  flex-direction: column;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  color: #1d1f25; }
  @media only screen and (min-width: 1400px) {
    #TemplatesModal {
      width: 1215px; } }
  @media (max-width: 1051px) and (min-width: 991px) {
    #TemplatesModal {
      width: 88%; } }

@keyframes opacityFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  #TemplatesModal .loaderTemp-div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
  #TemplatesModal .modalHeader {
    height: 56px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding: 16px;
    color: rgba(0, 0, 0, 0.5); }
    #TemplatesModal .modalHeader .header-info {
      display: flex;
      align-items: center;
      flex: 1 1 auto;
      min-width: 0;
      min-height: 0;
      border-radius: 6px;
      line-height: 1.6; }
      #TemplatesModal .modalHeader .header-info .searchTemplate-content {
        position: relative; }
        #TemplatesModal .modalHeader .header-info .searchTemplate-content .searchIcon-info {
          width: 30px;
          opacity: .5;
          top: 0;
          bottom: 0;
          position: absolute;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0 0 0 4px; }
          #TemplatesModal .modalHeader .header-info .searchTemplate-content .searchIcon-info .search-icon {
            width: 16px;
            height: 16px;
            color: #1d1f25;
            fill: #1d1f25; }
        #TemplatesModal .modalHeader .header-info .searchTemplate-content .searchTemp-input {
          height: 32px;
          width: 393px;
          outline: 0;
          color: #1d1f25;
          border: 0;
          display: flex;
          padding: 4px 4px 4px 32px;
          border-radius: 3px;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          background-color: #0000000d; }
          #TemplatesModal .modalHeader .header-info .searchTemplate-content .searchTemp-input:focus {
            border-color: #166ee1; }
        #TemplatesModal .modalHeader .header-info .searchTemplate-content .searchBtn-close {
          width: 24px;
          height: 24px;
          border-width: 2px;
          border-style: solid;
          border-color: rgba(0, 0, 0, 0);
          background-color: transparent;
          opacity: .5;
          border-radius: 50%;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 4px 4px 0 0; }
          #TemplatesModal .modalHeader .header-info .searchTemplate-content .searchBtn-close:hover {
            opacity: .85;
            background-color: rgba(0, 0, 0, 0.25); }
    #TemplatesModal .modalHeader .tempBackBtn-content {
      display: flex;
      flex: 1 1 auto;
      min-width: 0;
      min-height: 0; }
      #TemplatesModal .modalHeader .tempBackBtn-content .tempBack-btn {
        cursor: pointer;
        display: flex;
        opacity: .75;
        border-radius: 9999px;
        padding: 8px 12px;
        color: rgba(0, 0, 0, 0.5);
        font-size: 13px;
        line-height: 18px; }
        #TemplatesModal .modalHeader .tempBackBtn-content .tempBack-btn:hover {
          background-color: rgba(0, 0, 0, 0.1); }
  #TemplatesModal .tempModal-content {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0; }
    #TemplatesModal .tempModal-content .sidebarTemp-content {
      width: 230px; }
      #TemplatesModal .tempModal-content .sidebarTemp-content .getTemp {
        opacity: .75;
        padding: 16px 16px 8px;
        color: #1d1f25;
        font-size: 13px;
        cursor: text;
        line-height: 18px; }
      #TemplatesModal .tempModal-content .sidebarTemp-content .tempActive {
        background-color: rgba(0, 0, 0, 0.05); }
      #TemplatesModal .tempModal-content .sidebarTemp-content .tempCatg-heading {
        opacity: .75;
        padding: 32px 16px 8px;
        color: #1d1f25;
        font-size: 13px;
        cursor: text;
        line-height: 18px; }
      #TemplatesModal .tempModal-content .sidebarTemp-content .tempCatg-list {
        cursor: pointer;
        margin: 4px 8px;
        padding: 12px 16px;
        display: flex;
        border-radius: 3px; }
        #TemplatesModal .tempModal-content .sidebarTemp-content .tempCatg-list:hover {
          background-color: rgba(0, 0, 0, 0.05); }
        #TemplatesModal .tempModal-content .sidebarTemp-content .tempCatg-list .tempCatg-text {
          color: #1d1f25;
          font-size: 13px;
          font-weight: 500;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          line-height: 18px; }
      #TemplatesModal .tempModal-content .sidebarTemp-content .allTemp-link {
        text-decoration: none;
        color: #1d1f25;
        outline: 0;
        opacity: .5;
        display: flex;
        align-items: center;
        margin: 4px 8px;
        padding: 12px 16px;
        border-radius: 3px; }
        #TemplatesModal .tempModal-content .sidebarTemp-content .allTemp-link .allTempLink-text {
          font-size: 13px;
          font-weight: 500;
          margin: 0 4px 0 0;
          line-height: 18px; }
    #TemplatesModal .tempModal-content .tempPage-wrapper {
      overflow-y: auto;
      height: 100%;
      width: 100%; }
      #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content {
        padding: 16px 16px 16px 32px; }
        #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .temp-header {
          display: flex;
          margin: 16px 20px 16px 0; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .temp-header .tempHeader-text {
            flex: 1 1 auto;
            min-width: 0;
            min-height: 0;
            line-height: 1.5;
            font-size: 20px;
            margin: 0;
            font-weight: normal; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .temp-header .moreTemp-text {
            display: flex;
            align-items: center;
            color: #166ee1;
            cursor: pointer;
            font-size: 13px; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .temp-header .moreTemp-text:hover {
              color: #0d4184; }
        #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .tempPage-desc {
          font-size: 13px;
          opacity: .75;
          margin: 0 0 24px;
          line-height: 18px; }
        #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .TempData-box {
          overflow-x: scroll;
          -webkit-box-flex: 1;
          flex: 1 1 auto;
          min-width: 0;
          min-height: 0;
          display: flex;
          padding: 1px; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .TempData-box .tempbx-inner {
            width: 301.667px;
            cursor: pointer;
            margin: 0 16px 16px 0;
            border-radius: 6px;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
            #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .TempData-box .tempbx-inner:hover {
              box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.48), 0 0 2px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 8px 0 rgba(0, 0, 0, 0.08); }
            #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .TempData-box .tempbx-inner .tempbxImg-content {
              height: 173px; }
              #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .TempData-box .tempbx-inner .tempbxImg-content .templates-img {
                width: 301.667px;
                height: 173px;
                border-top-left-radius: 6px;
                border-top-right-radius: 6px; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .TempData-box .tempbx-inner .tempbx-info {
              overflow: hidden;
              padding: 12px 16px 8px;
              line-height: 18px; }
              #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .TempData-box .tempbx-inner .tempbx-info .tempbx-header {
                margin: 4px 0;
                font-size: 14.4px;
                font-weight: 500; }
              #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .TempData-box .tempbx-inner .tempbx-info .tempbx-desc {
                font-size: 13px;
                opacity: .75; }
        #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-text {
          margin: 8px 0 16px;
          font-size: 24px;
          font-weight: normal;
          line-height: 1.5;
          cursor: text; }
        #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx {
          display: flex;
          flex-wrap: wrap; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .selectedTemp-content {
            width: 50%; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .selectedTemp-content .selectedCate-inner {
              cursor: pointer;
              margin: 0 16px 16px 0;
              border-radius: 6px;
              box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
              #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .selectedTemp-content .selectedCate-inner:hover {
                box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.48), 0px 0px 2px 0px rgba(0, 0, 0, 0.08), 0px 2px 4px 0px rgba(0, 0, 0, 0.12), 0px 2px 8px 0px rgba(0, 0, 0, 0.08); }
              #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .selectedTemp-content .selectedCate-inner .selectedCateImg-content {
                height: 173px; }
                #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .selectedTemp-content .selectedCate-inner .selectedCateImg-content .selectedCateTemp-img {
                  width: 100%;
                  height: 100%;
                  border-top-left-radius: 6px;
                  border-top-right-radius: 6px; }
              #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .selectedTemp-content .selectedCate-inner .selectedCateTemp-info {
                padding: 12px 16px 16px;
                overflow: hidden;
                line-height: 18px; }
                #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .selectedTemp-content .selectedCate-inner .selectedCateTemp-info .selectedCateTemp-header {
                  margin: 4px 0;
                  font-size: 14.4px;
                  font-weight: 500; }
                #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .selectedTemp-content .selectedCate-inner .selectedCateTemp-info .selectedCateTemp-desc {
                  font-size: 13px;
                  opacity: .75; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .otherTemp-content {
            width: 33.33333%; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .otherTemp-content .selectedTemp-info {
              height: 90px;
              cursor: pointer;
              display: flex;
              align-items: center;
              margin: 0 16px 16px 0;
              border-radius: 6px;
              box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
              #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .otherTemp-content .selectedTemp-info:hover {
                box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.48), 0px 0px 2px 0px rgba(0, 0, 0, 0.08), 0px 2px 4px 0px rgba(0, 0, 0, 0.12), 0px 2px 8px 0px rgba(0, 0, 0, 0.08); }
              #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .otherTemp-content .selectedTemp-info .selectTempImg-content {
                min-width: 100px;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 16px 0 0;
                padding: 16px;
                border-radius: 3px; }
                #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .otherTemp-content .selectedTemp-info .selectTempImg-content .selectTempIcon-info {
                  font-size: 24px;
                  height: 48px;
                  width: 48px;
                  flex-shrink: 0;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  border-radius: 6px; }
              #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .otherTemp-content .selectedTemp-info .selectTempText-info {
                flex: 1 1 auto;
                min-width: 0;
                min-height: 0;
                display: flex;
                flex-direction: column;
                margin: 16px 0;
                padding: 0 16px 0 0; }
                #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .otherTemp-content .selectedTemp-info .selectTempText-info .selectTemp-text {
                  font-weight: 500;
                  margin-bottom: 4px;
                  white-space: pre-wrap;
                  line-height: 18px; }
                #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .otherTemp-content .selectedTemp-info .selectTempText-info .logo-info {
                  display: flex;
                  align-items: center;
                  margin: 4px 0 0 0; }
                  #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .otherTemp-content .selectedTemp-info .selectTempText-info .logo-info .logo-img {
                    width: 14px;
                    height: 11.9px; }
                  #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .otherTemp-content .selectedTemp-info .selectTempText-info .logo-info .stackby-text {
                    font-size: 9px;
                    opacity: .75;
                    margin: 0 0 0 4px; }
        #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .footerTemp-content {
          margin: 32px 0 64px;
          display: flex;
          align-items: center;
          flex-direction: column;
          color: #1d1f25; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .footerTemp-content .footerTemp-heading {
            font-size: 20px;
            font-weight: 500;
            margin: 0 0 8px;
            cursor: text; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .footerTemp-content .footerTemp-desc {
            opacity: .75;
            font-size: 13px;
            line-height: 18px; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .footerTemp-content .footerTemp-link {
            color: #fff;
            height: 32px;
            font-size: 13px;
            line-height: 22px;
            max-width: 100%;
            outline: 0;
            border: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin: 16px 0;
            padding: 0 12px;
            border-radius: 6px;
            background-color: #166ee1;
            box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
            #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .footerTemp-content .footerTemp-link:hover {
              box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
            #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .footerTemp-content .footerTemp-link .seeAllTemp-text {
              transform: translateY(-0.5px);
              max-width: 100%;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              font-size: 13px;
              font-weight: 500;
              line-height: 22px; }
      #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content {
        padding: 16px; }
        #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-text {
          margin: 0 0 32px !important;
          line-height: 1.5;
          font-size: 24px;
          font-weight: normal;
          margin: 0;
          cursor: text; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-text .findTemp-result {
            font-weight: 500; }
        #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-header {
          margin: 0 0 16px !important;
          font-size: 20px;
          font-weight: normal;
          margin: 0; }
        #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-content {
          display: flex;
          flex-wrap: wrap;
          margin: 0 0 64px; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-content .findTemp-list {
            width: 551.5px;
            height: 80px;
            cursor: pointer;
            display: flex;
            align-items: center;
            margin: 0 16px 16px 0;
            border-radius: 6px;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
            #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-content .findTemp-list:hover {
              box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.48), 0px 0px 2px 0px rgba(0, 0, 0, 0.08), 0px 2px 4px 0px rgba(0, 0, 0, 0.12), 0px 2px 8px 0px rgba(0, 0, 0, 0.08); }
            #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-content .findTemp-list .findTempImg-content {
              min-width: 100px;
              height: 100%;
              display: flex;
              align-items: center;
              justify-content: center;
              margin: 0 16px 0 0;
              padding: 16px;
              border-radius: 3px; }
              #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-content .findTemp-list .findTempImg-content .findTempIcon-info {
                font-size: 24px;
                height: 48px;
                width: 48px;
                flex-shrink: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 6px; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-content .findTemp-list .findTempText-info {
              flex: 1 1 auto;
              min-width: 0;
              min-height: 0;
              display: flex;
              flex-direction: column;
              margin: 16px 0;
              padding: 0 16px 0 0; }
              #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-content .findTemp-list .findTempText-info .findTempData-text {
                font-weight: 500;
                margin-bottom: 4px;
                white-space: pre-wrap;
                line-height: 18px; }
              #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-content .findTemp-list .findTempText-info .logo-info {
                display: flex;
                align-items: center;
                margin: 4px 0 0 0; }
                #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-content .findTemp-list .findTempText-info .logo-info .logo-img {
                  width: 14px;
                  height: 11.9px; }
                #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-content .findTemp-list .findTempText-info .logo-info .stackby-text {
                  font-size: 9px;
                  opacity: .75;
                  margin: 0 0 0 4px; }
      #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal {
        display: flex;
        flex-wrap: wrap;
        overflow-x: auto;
        margin: 0 0 64px 0; }
        #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-content {
          width: 100%;
          display: flex;
          padding: 16px 16px 16px 32px; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-content .activeTemp-info {
            width: 286px;
            display: flex;
            justify-content: center;
            flex-direction: column;
            margin: 0 32px 0 0; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-content .activeTemp-info .activeTemp-iconInfo {
              font-size: 24px;
              height: 48px;
              width: 48px;
              flex-shrink: 0;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 6px; }
              #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-content .activeTemp-info .activeTemp-iconInfo .stack_icon {
                font-size: 24px; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-content .activeTemp-info .activeTemp-title {
              margin: 16px 0;
              font-size: 24px;
              font-weight: 500;
              line-height: 1.5;
              cursor: text; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-content .activeTemp-info .activeTemp-desc {
              margin: 0 0 32px;
              opacity: .75;
              font-size: 13px;
              cursor: text;
              line-height: 18px; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-content .activeTemp-info .activeTemp-btn {
              box-sizing: border-box;
              height: 32px;
              min-height: 32px;
              font-size: 13px;
              line-height: 22px;
              max-width: 100%;
              border: 0;
              width: 100%;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
              padding: 0px 12px;
              border-radius: 6px;
              font-weight: 500;
              background-color: #166ee1;
              color: #fff;
              cursor: pointer; }
              #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-content .activeTemp-info .activeTemp-btn:hover {
                box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
              #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-content .activeTemp-info .activeTemp-btn .activeTempBtn-text {
                font-weight: 500; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-content .activeTemp-iframebx {
            overflow: hidden;
            flex: 1 1 auto;
            min-width: 0;
            min-height: 0; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-content .activeTemp-stackby-embed {
            display: flex;
            justify-content: center;
            border-radius: 6px;
            box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.24), 0px 0px 2px 0px rgba(0, 0, 0, 0.08), 0px 2px 4px 0px rgba(0, 0, 0, 0.08); }
        #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info {
          overflow: auto;
          display: flex;
          flex-direction: column;
          margin: 8px 8px 0 0;
          padding: 16px 16px 16px 32px; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .aboutTemp-Heading {
            font-size: 20px;
            font-weight: 500;
            margin: 0 0 16px;
            line-height: 1.25;
            cursor: text; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .selectTemp-desc {
            font-size: 13px;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            position: relative;
            display: -webkit-box; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .selectTemp-desc p, #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .selectTemp-desc span {
              font-family: system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .aboutTemp-link {
            color: #166ee1;
            outline: 0;
            display: flex;
            font-size: 13px;
            margin: 8px 0 16px;
            line-height: 18px; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .aboutTemp-link:hover {
              opacity: .85; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .tryOther-temp {
            font-size: 20px;
            font-weight: 500;
            line-height: 1.25;
            cursor: text;
            margin: 16px 0; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .otherTemp-content {
            display: flex; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .otherTemp-content .otherTempBx-inner {
              width: 373px;
              cursor: pointer;
              margin: 0 16px 16px 0;
              border-radius: 6px;
              box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
              #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .otherTemp-content .otherTempBx-inner:hover {
                box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.48), 0 0 2px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 8px 0 rgba(0, 0, 0, 0.08); }
              #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .otherTemp-content .otherTempBx-inner .otherTempBxImg-content {
                height: 173px; }
                #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .otherTemp-content .otherTempBx-inner .otherTempBxImg-content .otherTempBx-img {
                  width: 361px;
                  height: 173px;
                  border-top-left-radius: 6px;
                  border-top-right-radius: 6px; }
              #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .otherTemp-content .otherTempBx-inner .otherTempBx-info {
                padding: 12px 16px 16px; }
                #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .otherTemp-content .otherTempBx-inner .otherTempBx-info .otherTempBx-header {
                  margin: 4px 0;
                  font-size: 14.4px;
                  font-weight: 500; }
                #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .otherTemp-content .otherTempBx-inner .otherTempBx-info .otherTempBx-desc {
                  font-size: 13px;
                  opacity: .75;
                  line-height: 18px; }
  #TemplatesModal .modalClose-info {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 16px 0 0; }
    #TemplatesModal .modalClose-info .close-icon {
      width: 16px;
      height: 16px;
      opacity: .75;
      color: #1d1f25;
      fill: #1d1f25; }

#ChangeLog {
  display: -webkit-inline-box; }
  #ChangeLog .HW_badge_cont.HW_visible {
    margin-top: -2px; }

#Homepage {
  scroll-behavior: smooth;
  background-color: #fff; }
  @media only screen and (max-width: 550px) {
    #Homepage .Workspace-search .ui.dropdown .menu {
      left: -88px; }
    #Homepage .Workspace-search .ui.icon.input input {
      padding-right: 0px !important; }
    #Homepage .card-ct .stack-list .ui.dropdown .menu {
      left: -113px; }
    #Homepage .card-ct .stack-list .mobileView {
      right: 28px; } }
  @media only screen and (max-width: 300px) {
    #Homepage .card-ct .stack-list .mobileView {
      right: 1px; } }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.card-ct,
.team-board,
.message-board {
  width: 100% !important;
  border: 1px solid #0000002e !important;
  transition: all 500ms ease-in-out;
  outline: none; }
  .card-ct:hover,
  .team-board:hover,
  .message-board:hover {
    box-shadow: none; }

.card-ct,
.team-board .header,
.message-board .header {
  font-size: 16px !important; }

.team-board .description,
.message-board .description {
  margin: 1em 0 !important; }

.logo-upload {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
  height: 150px;
  width: auto;
  margin: 20px;
  border: 1px dashed #ddd;
  justify-content: center; }

.logo-upload p {
  margin: auto;
  display: inline-block; }

.team-board .header a.label {
  float: right; }

.team-board .contacts ul {
  list-style: none;
  padding: 0; }

.team-board .contacts ul li {
  display: inline-block;
  margin-right: 10px; }

.team-board .contacts ul li a {
  border-radius: 50%;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  font-size: 12px;
  color: #212121; }

.team-board .contacts ul li a:hover {
  background-color: #e7e7e7; }

.team-board .team-details {
  min-height: 250px; }

.back-a1 {
  background-color: #C5E99B !important; }

.back-a2 {
  background-color: #30A9DE !important; }

.back-a3 {
  background-color: #A593E0 !important; }

.back-a4 {
  background-color: #EC7357 !important; }

.back-a5 {
  background-color: #F16B6F !important; }

.back-a6 {
  background-color: #ff7473 !important; }

.back-a7 {
  background-color: #47b8e0 !important; }

.back-a8 {
  background-color: #f26d5b !important; }

.back-gray {
  background-color: #e7e7e7 !important; }

.object-bx {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%; }

.object-bx p {
  text-align: center;
  font-size: 13px;
  margin-top: 10px !important;
  font-weight: 600; }

.object-bx .header-bx {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }

.add-workspace {
  display: flex;
  justify-content: start;
  font-size: 16px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .add-workspace a {
    color: #909090;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 12px;
    border-radius: 4px;
    height: 34px;
    border: 1px solid #909090;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out; }
    .add-workspace a:hover {
      color: #212121; }
  .add-workspace .joyride-active {
    background: #e7e7e7; }

.stack-search .content {
  overflow-x: auto; }

.card-workspace {
  margin-bottom: 30px !important; }
  .card-workspace #workspaceInputId::-moz-selection {
    background-color: #d6e6fd; }
  .card-workspace #workspaceInputId::selection {
    background-color: #d6e6fd; }
  .card-workspace:hover {
    color: #212121 !important; }
    .card-workspace:hover .workDragIcon {
      visibility: visible;
      cursor: -webkit-grab; }
  .card-workspace .workDragIcon {
    visibility: hidden;
    position: absolute;
    top: 2px;
    cursor: pointer;
    right: 46%;
    display: flex;
    flex-direction: column;
    color: #909090;
    opacity: 0.5; }
  .card-workspace .title {
    color: #222; }
  .card-workspace > .content {
    background: white !important;
    padding: 20px !important; }
  .card-workspace .icon-ws {
    font-weight: 700;
    color: #616161 !important;
    padding-bottom: 10px;
    cursor: pointer; }
    .card-workspace .icon-ws .input input {
      height: 30px;
      padding: 4px;
      width: 150px;
      font-size: 16px; }
    .card-workspace .icon-ws h1 {
      font-size: 18px;
      font-weight: 500;
      cursor: pointer;
      padding: 3px 0 4px 0; }
    .card-workspace .icon-ws .workspace-name {
      color: #1d1f25;
      font-size: 26px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 80%;
      margin-top: 10px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 550px) {
        .card-workspace .icon-ws .workspace-name {
          white-space: pre-wrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
    .card-workspace .icon-ws i {
      margin-left: 4px;
      font-size: 16px;
      position: relative;
      top: 0px; }
    .card-workspace .icon-ws:hover {
      color: #212121 !important; }
    @media only screen and (max-width: 550px) {
      .card-workspace .icon-ws .HideInMobile {
        display: none; }
      .card-workspace .icon-ws .wc-delete-sure {
        left: -45px; } }
    @media only screen and (max-width: 425px) {
      .card-workspace .icon-ws .items-center {
        flex-wrap: wrap; } }

.wc-dropdown-sec {
  position: relative;
  cursor: pointer;
  min-width: 8px; }
  .wc-dropdown-sec ul.wc-dropdown {
    position: absolute;
    top: 24px;
    left: 6px;
    width: 169px;
    z-index: 100;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ddd; }
    .wc-dropdown-sec ul.wc-dropdown li {
      display: block; }
      .wc-dropdown-sec ul.wc-dropdown li a {
        display: block;
        display: flex !important;
        align-items: center;
        font-weight: 600;
        color: #212121;
        font-size: 13px;
        padding: 6px 10px; }
        .wc-dropdown-sec ul.wc-dropdown li a:hover {
          background: #f8f8f8; }
        .wc-dropdown-sec ul.wc-dropdown li a i {
          margin-right: 10px;
          margin-left: 6px; }
        .wc-dropdown-sec ul.wc-dropdown li a .workspace-menu-icon {
          margin-right: 6px;
          font-size: 14px; }
  @media only screen and (max-width: 420px) {
    .wc-dropdown-sec ul.wc-dropdown {
      left: -125px;
      top: 37px; } }

.stack-list {
  list-style: none;
  cursor: pointer; }
  .stack-list .stack-item {
    position: relative;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid rgba(34, 36, 38, 0.15);
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out; }
    .stack-list .stack-item .title {
      font-size: 13px;
      font-weight: 500;
      margin-left: 15px; }
      @media only screen and (max-width: 450px) {
        .stack-list .stack-item .title {
          width: 110px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
    .stack-list .stack-item svg {
      margin-left: auto; }
    .stack-list .stack-item:hover {
      background: rgba(0, 0, 0, 0.05);
      border-color: #7f7f7f; }
      .stack-list .stack-item:hover .dragIcon {
        visibility: visible;
        cursor: -moz-grab;
        cursor: -webkit-grab; }
    .stack-list .stack-item .dragIcon {
      visibility: hidden;
      color: #909090;
      opacity: 0.4;
      position: absolute;
      top: 14px; }
  .stack-list .add-stack {
    background: #fff;
    border: 1px solid transparent;
    padding: 10px 10px;
    z-index: 2; }
    .stack-list .add-stack:hover {
      background: rgba(0, 0, 0, 0.05);
      border-color: #7f7f7f !important;
      border: 0; }
      .stack-list .add-stack:hover span.title {
        color: #212121; }

.sidebar-hm {
  margin-top: 12px; }
  .sidebar-hm .sidebar-title h3 {
    font-weight: 500; }
  .sidebar-hm ul.sidebar-items li a {
    font-weight: 400; }
    .sidebar-hm ul.sidebar-items li a svg {
      position: relative;
      top: 4px;
      margin-right: 6px; }
  .sidebar-hm ul.sidebar-items li.active a {
    display: block;
    border: 0; }
  .sidebar-hm ul.sidebar-items .sidebar-list {
    padding: 1px;
    padding-left: 7px; }
    .sidebar-hm ul.sidebar-items .sidebar-list:hover {
      background-color: rgba(0, 0, 0, 0.05);
      border-radius: 5px; }

ul.ct-tab {
  list-style: none;
  margin: 10px 0 20px 0; }
  ul.ct-tab li {
    display: inline-block; }
    ul.ct-tab li a {
      color: #212121;
      padding: 6px 10px;
      display: block; }
    ul.ct-tab li.active {
      font-weight: 600;
      background: #e7e7e7;
      border-radius: 4px; }
    ul.ct-tab li:hover a {
      color: #000000; }

.member-more span.more {
  margin-left: 4px;
  position: relative;
  top: 6px;
  cursor: pointer;
  height: 20px;
  border-radius: 2px; }
  .member-more span.more:hover {
    background-color: #e7e7e7; }

.member-box .flex-basis {
  flex-basis: 100%;
  padding: 0px; }

.member-box ul.mb-bx {
  position: relative;
  right: 10px;
  list-style: none;
  align-items: center; }
  .member-box ul.mb-bx li {
    border-radius: 50px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out; }
    .member-box ul.mb-bx li:not(:last-child) {
      margin-right: 6px; }
    .member-box ul.mb-bx li img {
      height: 100%;
      width: 100%;
      position: relative;
      top: 0px;
      border-radius: 50px; }
    .member-box ul.mb-bx li svg {
      margin: 0 auto !important; }
  .member-box ul.mb-bx li:last-child {
    position: relative; }
  .member-box ul.mb-bx .menuItem:hover {
    background: #e0e1e2; }

.member-box .menu-icon {
  background: #e7e7e7;
  border-radius: 90px;
  margin-right: 5px;
  color: grey;
  height: 22px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .member-box .menu-icon .menu-icon-img {
    width: 17px;
    margin-right: 2px; }
  .member-box .menu-icon .menu-icon-users {
    display: flex;
    align-items: center;
    position: absolute;
    right: 34px;
    font-size: 11px;
    top: -2px; }
  .member-box .menu-icon .menu-icon-icon {
    margin-right: 2px;
    font-size: 21px;
    color: grey;
    margin-left: 4px; }
  .member-box .menu-icon .menu-icon-text {
    top: 0px;
    right: 37px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-right: 6px; }

.member-box :hover .menu-icon {
  box-shadow: 1px 1px 1px grey;
  border: 2px solid grey; }

.box-invite .header-user {
  margin-bottom: 30px; }

.box-invite .Select {
  margin-bottom: 10px; }

.modal-member .header {
  background: #e7e7e7 !important; }

.modal-member > .content {
  max-height: 350px;
  overflow-y: auto; }

.modal-member .member-ws {
  padding-bottom: 16px; }
  .modal-member .member-ws:not(:last-child) {
    border-bottom: 1px solid #e7e7e7; }
  .modal-member .member-ws img {
    border-radius: 50%; }

.context-sub-action {
  min-width: 156px !important;
  width: 100px !important;
  padding: 0 !important;
  z-index: 2 !important;
  position: absolute;
  top: 10px;
  right: 30px !important; }
  .context-sub-action li a {
    font-size: 13px;
    color: #212121; }

.modal-share > .header {
  font-size: 16px !important;
  border: 0 !important; }

.modal-share > .content {
  padding: 0 20px 0 20px !important; }

.modal-share > .actions {
  padding: 0 1.5rem 1rem 1.5rem !important;
  border: 0 !important; }

.modal-share > .content p {
  color: #717171; }

.modal-share > .content .invite-box {
  margin-top: 10px; }

.invite-box .btn-addmore {
  color: #166ee1 !important;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
  width: fit-content;
  margin-left: auto;
  margin-right: 16px;
  margin-top: 10px; }
  .invite-box .btn-addmore:hover {
    font-weight: bold; }

.modal-share > .content .invite-box .invite-header a,
.modal-share > .content .invite-box .invite-content a {
  color: #717171;
  margin-right: 10px;
  padding-bottom: 10px; }

.modal-share > .content .invite-box .invite-content a {
  color: #717171;
  border-bottom: 1px dashed #414141;
  padding-bottom: 0px;
  font-size: 12px;
  letter-spacing: .5px; }

.modal-share > .content .invite-box .invite-header a.active {
  color: #212121;
  border-bottom: 2px solid #ddd; }

.modal-share > .content .invite-box .invite-content {
  clear: both; }
  .modal-share > .content .invite-box .invite-content .remove-email-item {
    margin: auto; }

.modal-share > .content .invite-box .invite-content .ui.selection.dropdown {
  min-width: 100% !important; }

.modal-share .content .invite-box .invite-content .ui.positive.button {
  min-width: 100%; }

.modal-share .content .staclColorHover {
  position: absolute;
  top: 250px;
  right: 14px;
  z-index: 100;
  background: #4b4b4b;
  padding: 8px;
  border-radius: 6px;
  color: white;
  font-size: 15px;
  width: 199px;
  font-weight: 500; }

.add-stack-ct-menu {
  left: 100px;
  top: 4px;
  width: 100px !important;
  background: #fff !important;
  margin-top: 6px;
  z-index: 1000; }
  .add-stack-ct-menu li {
    font-size: 13px; }
    .add-stack-ct-menu li a {
      color: #212121 !important;
      font-weight: 500; }

.color-shows {
  height: 40px;
  width: 40px;
  border-radius: 2px;
  padding: 8px; }

.color-show {
  height: 19px;
  width: 19px;
  border-radius: 2px;
  padding: 2px; }

.select-icon {
  height: 27px;
  width: 27px; }

.color-bk {
  margin-left: 10px; }

.color-bk label {
  display: block;
  margin: 0em 0em 0.28571429rem 0em;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none; }

.select-color {
  position: relative; }
  .select-color .color-tab {
    background: #fff;
    cursor: pointer;
    padding: 4px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    justify-content: center; }
    .select-color .color-tab i {
      height: 16px; }
    .select-color .color-tab .color-show {
      margin: 0 0px; }
  .select-color .color-show,
  .select-color i {
    float: left; }

.color-tab-op {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  padding: 14px;
  left: -3px;
  width: 35em;
  height: 20em; }
  .color-tab-op ul {
    list-style: none; }
    .color-tab-op ul li {
      display: inline-block;
      padding: 4px; }
      .color-tab-op ul li .color-show {
        cursor: pointer;
        border: 1px solid transparent; }
        .color-tab-op ul li .color-show:hover {
          border: 1px solid #ccc;
          box-shadow: rgba(0, 0, 0, 0.027) 0px 2px 0px 0px; }
  @media only screen and (max-width: 450px) {
    .color-tab-op {
      width: 21.2em;
      height: 25em; }
      .color-tab-op ul li {
        padding: 1.3px; } }

.color-tab-op-custom {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  padding: 14px 14px 14px 14px;
  left: 0px;
  width: auto;
  height: auto;
  min-width: 335px; }
  .color-tab-op-custom ul {
    list-style: none; }
    .color-tab-op-custom ul li {
      display: inline-block;
      padding: 4px; }
      .color-tab-op-custom ul li .color-show {
        cursor: pointer;
        border: 1px solid transparent; }
        .color-tab-op-custom ul li .color-show:hover {
          border: 1px solid #ccc;
          box-shadow: rgba(0, 0, 0, 0.027) 0px 2px 0px 0px; }
  @media only screen and (max-width: 450px) {
    .color-tab-op-custom {
      width: 21.2em;
      height: 25em; }
      .color-tab-op-custom ul li {
        padding: 1.3px; } }

.wc-delete-align-right {
  left: calc(100% - 212px); }

.plan-lable {
  color: white;
  border-radius: 14px;
  padding: 0px 9px;
  line-height: 1.7;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  color: #7d7d7d;
  border: 2px solid #7d7d7d;
  margin-left: 4px; }
  .plan-lable:hover {
    opacity: 1;
    text-decoration: underline; }

.api-count {
  font-size: 12px;
  font-weight: 700;
  margin: 0 8px;
  line-height: 1.7;
  display: flex;
  border: 2px solid #7d7d7d;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 15px; }
  .api-count:hover {
    opacity: 0.6;
    text-decoration: underline; }
  .api-count .api-indicate {
    width: 10px;
    height: 10px;
    margin: auto;
    margin-right: 7px;
    border-radius: 10px; }

.else-api-count {
  font-size: 12px;
  font-weight: 700;
  margin: 0 8px;
  line-height: 1.7;
  display: flex; }
  .else-api-count .api-indicate {
    width: 10px;
    height: 10px;
    margin: auto;
    margin-right: 7px;
    border-radius: 10px; }

.react-joyride__tooltip {
  width: 404px !important; }
  .react-joyride__tooltip h4 {
    text-align: left;
    font-weight: 600;
    font-size: 23px !important; }
  .react-joyride__tooltip div {
    text-align: left;
    padding-left: 0px !important; }
  .react-joyride__tooltip div:nth-child(2) button[title=Next] {
    background-color: #3384f7 !important; }
  .react-joyride__tooltip div:nth-child(2) button[title=Last] {
    background-color: #3384f7 !important; }
  .react-joyride__tooltip div:nth-child(2) button[title=Back] {
    color: #3384f7 !important; }

.shared-stack-title {
  cursor: auto !important; }

.browser-warning {
  position: fixed;
  bottom: 0px;
  background: #4b4b4b;
  height: 50px;
  width: 100%;
  box-shadow: 5px 5px 5px 5px #ccc;
  text-align: center;
  padding: 10px;
  color: white;
  z-index: 1000; }

.searchStack input {
  border: 2px solid #ccc !important; }

.searchStack :focus {
  border-color: #008DD2 !important; }

.searchStack ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #797979;
  opacity: 1;
  /* Firefox */ }

#PricingModel {
  display: block !important;
  height: 86% !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: auto !important; }
  #PricingModel .form {
    margin-bottom: 28px;
    margin-left: 20px; }
  #PricingModel .description {
    margin-top: 5px;
    font-size: 15px; }
  #PricingModel .description .underline {
    text-decoration: underline; }
  #PricingModel #pricing {
    margin: 15px 10px; }
  #PricingModel .header-row {
    position: sticky;
    top: 0;
    z-index: 100; }
  #PricingModel .pricingBoxes {
    padding: 0 10px; }
  #PricingModel .personal {
    /* border-radius: 40px; */
    background: #EEF5FA;
    margin-top: 1px; }
  #PricingModel .head {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
    /* border-radius: 40px; */
    /* position: sticky; */
    /* top: 80px; */
    color: #004780;
    z-index: 10;
    padding: 16px 8px; }
    #PricingModel .head .price {
      font-size: 38px;
      font-weight: bold;
      margin-bottom: 0px; }
    #PricingModel .head .btn {
      border-radius: 20px;
      color: #fff;
      padding: 6px 16px;
      cursor: pointer;
      font-size: 12px; }
    #PricingModel .head .btn-downgrade {
      background: #d65041; }
    #PricingModel .head .btn-upgrade {
      background: #4FAD35; }
    #PricingModel .head .btn-green {
      background: #2cc131; }
    #PricingModel .head .place-holder {
      color: #606060;
      line-height: 1.2;
      min-width: 138px;
      overflow: hidden;
      min-height: 52px;
      display: flex;
      align-items: center;
      flex-direction: column; }
    #PricingModel .head .economy {
      background: #004780;
      color: #fff !important;
      /* border-radius: 40px; */ }
    #PricingModel .head .business {
      /* border-radius: 40px; */
      background: #EEF5FA; }
    #PricingModel .head .enterprise {
      /* border-radius: 40px; */
      background: #EEF5FA; }
  #PricingModel .item {
    padding: 0px !important; }
    #PricingModel .item .column span {
      font-size: 10px;
      color: #797979; }
    #PricingModel .item .firstrow {
      background-color: #004780; }
      #PricingModel .item .firstrow .text {
        color: white;
        font-size: 15px;
        font-weight: 10;
        text-align: left; }
  #PricingModel .value {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px;
    padding: 15px;
    padding-bottom: 0px;
    justify-content: center; }
  #PricingModel .value img {
    width: 18px;
    margin: auto; }
  #PricingModel .first {
    background-color: #004780;
    height: 29vh;
    /* Magic here */
    display: flex;
    justify-content: center;
    align-items: center; }
  #PricingModel .first h3 {
    color: white; }
  #PricingModel .left-header p {
    font-weight: bold !important; }
  #PricingModel .get-deal {
    margin-top: 8px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid;
    padding: 6px;
    width: fit-content;
    margin: auto;
    cursor: pointer;
    margin-right: initial; }

:root {
  --scrollbar-color: rgba(0,0,0,0.1);
  /* red */ }

#dashboard {
  height: 100%;
  width: 100%; }
  #dashboard .gridwidthdashbord {
    width: 0% !important; }
  #dashboard .exapndnotshowdashboard {
    width: 100% !important; }
  @media (max-width: 1291px) {
    #dashboard .blocks-modal {
      width: 100% !important;
      max-width: 100% !important; }
    #dashboard .griddashboardwidth {
      width: 0% !important; } }

.connection-model {
  pointer-events: none; }

#head {
  position: relative;
  z-index: 8; }

.menu.visible {
  z-index: 151 !important; }

.max-width-change {
  max-width: 100% !important;
  width: 100% !important;
  visibility: hidden; }

.dashboardModalOpen {
  z-index: 8; }

.blocks {
  border-left: 1px solid #ddd;
  transform: none !important;
  left: unset !important;
  box-shadow: none !important;
  height: calc(99vh - 81px) !important;
  visibility: visible; }
  .blocks .custom-dashboard-menu {
    background: #f5f5f5;
    height: 40px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    align-items: center;
    flex: none;
    display: flex;
    border-color: rgba(0, 0, 0, 0.1); }
    .blocks .custom-dashboard-menu .dashboard-list {
      align-items: center;
      flex: 1 1 auto;
      min-width: 0;
      min-height: 0;
      display: flex;
      margin-right: 1rem; }
      .blocks .custom-dashboard-menu .dashboard-list .drop-down-icon {
        flex: none;
        display: flex; }
      .blocks .custom-dashboard-menu .dashboard-list .add-block {
        flex: none;
        display: flex;
        margin-left: auto; }
        .blocks .custom-dashboard-menu .dashboard-list .add-block .ui.button {
          background: transparent;
          padding-left: 2.5em !important; }
          .blocks .custom-dashboard-menu .dashboard-list .add-block .ui.button .icon {
            background: transparent; }
          .blocks .custom-dashboard-menu .dashboard-list .add-block .ui.button .text {
            font-weight: 600;
            font-size: 17px; }
        .blocks .custom-dashboard-menu .dashboard-list .add-block .x {
          margin-left: 5px;
          cursor: pointer;
          font-size: 17px; }
        .blocks .custom-dashboard-menu .dashboard-list .add-block .arrows.alternate.vertical {
          font-size: 14px;
          padding-top: 3px;
          margin-left: 5px;
          cursor: pointer;
          background: none; }
        .blocks .custom-dashboard-menu .dashboard-list .add-block .compress {
          font-size: 14px;
          padding-top: 3px;
          margin-left: 5px;
          cursor: pointer;
          background: none; }
      .blocks .custom-dashboard-menu .dashboard-list .dashboard-textover .icon {
        max-width: 100%; }
      .blocks .custom-dashboard-menu .dashboard-list .dashboard-title {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0;
        display: flex; }
        .blocks .custom-dashboard-menu .dashboard-list .dashboard-title .divider {
          margin: 0px !important; }
        .blocks .custom-dashboard-menu .dashboard-list .dashboard-title .title {
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          cursor: pointer;
          font-weight: 500;
          font-size: .9rem; }
        .blocks .custom-dashboard-menu .dashboard-list .dashboard-title .ui.input {
          margin-left: 2%; }
        .blocks .custom-dashboard-menu .dashboard-list .dashboard-title .ui.button {
          background: transparent;
          padding-left: 2.5em !important; }
          .blocks .custom-dashboard-menu .dashboard-list .dashboard-title .ui.button .icon {
            background: transparent; }
          .blocks .custom-dashboard-menu .dashboard-list .dashboard-title .ui.button .text {
            font-weight: 600;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 100%;
            line-height: normal; }
        .blocks .custom-dashboard-menu .dashboard-list .dashboard-title .select-box {
          position: absolute;
          list-style: none;
          border: 1px solid #ddd;
          width: 130px;
          z-index: 1000;
          top: 33px;
          left: 7px;
          border-radius: 4px;
          background: #fff;
          max-height: 250px;
          overflow: auto;
          box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12); }
          .blocks .custom-dashboard-menu .dashboard-list .dashboard-title .select-box li {
            width: 120px;
            overflow: hidden;
            padding: 4px; }
            .blocks .custom-dashboard-menu .dashboard-list .dashboard-title .select-box li:hover {
              background: #e7e7e7; }
  .blocks .block-drag-icon {
    position: absolute;
    left: -16px;
    top: 50%;
    transform: rotate(90deg); }

#dataDiv {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1; }
  #dataDiv .ui.text.loader {
    top: 40%; }

#UploadSheet .upload-sec {
  padding: 10px; }
  #UploadSheet .upload-sec h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px; }
  #UploadSheet .upload-sec h5 {
    font-weight: 500;
    margin-bottom: 10px; }
  #UploadSheet .upload-sec p {
    margin-bottom: 10px;
    color: #414141;
    font-size: 13px; }
  #UploadSheet .upload-sec form {
    margin-bottom: 10px; }

#uploadBtn,
#shareBtn {
  background: transparent;
  margin-right: 10px !important;
  font-weight: 500;
  font-size: 12px;
  border: 1px solid #ddd; }
  #uploadBtn:hover,
  #shareBtn:hover {
    color: #212121 !important; }

.model-float {
  position: absolute;
  left: 0;
  top: 30px;
  width: 400px;
  padding: 10px;
  background: #f8f8f8;
  font-size: 12px !important;
  font-weight: 400;
  border: 1px solid #ddd;
  border-radius: 4px;
  list-style: none;
  cursor: default;
  z-index: 15; }
  .model-float::-webkit-scrollbar {
    width: 4px; }

#SortModel, #FilterModel, #ColorFormatingModal, #ShareFormLinkModel, #ShareFormTypeModel, #HideMenuFieldModel, #CutomizeLabelModel, #GroupByModel, #KanbanRowRangeModal, #CustomizeCardsModel, #CustomizeGalleryCardsModel, #GroupModel {
  background-color: #FFFFFF;
  border: 2px solid #ddd;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); }
  #SortModel .sort-bx-limit .sort-by-bx, #FilterModel .sort-bx-limit .sort-by-bx, #ColorFormatingModal .sort-bx-limit .sort-by-bx, #ShareFormLinkModel .sort-bx-limit .sort-by-bx, #ShareFormTypeModel .sort-bx-limit .sort-by-bx, #HideMenuFieldModel .sort-bx-limit .sort-by-bx, #CutomizeLabelModel .sort-bx-limit .sort-by-bx, #GroupByModel .sort-bx-limit .sort-by-bx, #KanbanRowRangeModal .sort-bx-limit .sort-by-bx, #CustomizeCardsModel .sort-bx-limit .sort-by-bx, #CustomizeGalleryCardsModel .sort-bx-limit .sort-by-bx, #GroupModel .sort-bx-limit .sort-by-bx {
    max-width: 70px; }
  #SortModel .sort-box, #FilterModel .sort-box, #ColorFormatingModal .sort-box, #ShareFormLinkModel .sort-box, #ShareFormTypeModel .sort-box, #HideMenuFieldModel .sort-box, #CutomizeLabelModel .sort-box, #GroupByModel .sort-box, #KanbanRowRangeModal .sort-box, #CustomizeCardsModel .sort-box, #CustomizeGalleryCardsModel .sort-box, #GroupModel .sort-box {
    padding: 6px 0; }
    #SortModel .sort-box i.close, #FilterModel .sort-box i.close, #ColorFormatingModal .sort-box i.close, #ShareFormLinkModel .sort-box i.close, #ShareFormTypeModel .sort-box i.close, #HideMenuFieldModel .sort-box i.close, #CutomizeLabelModel .sort-box i.close, #GroupByModel .sort-box i.close, #KanbanRowRangeModal .sort-box i.close, #CustomizeCardsModel .sort-box i.close, #CustomizeGalleryCardsModel .sort-box i.close, #GroupModel .sort-box i.close {
      cursor: pointer;
      font-size: 13px;
      position: relative;
      top: -2px; }
    #SortModel .sort-box .Sort-text, #FilterModel .sort-box .Sort-text, #ColorFormatingModal .sort-box .Sort-text, #ShareFormLinkModel .sort-box .Sort-text, #ShareFormTypeModel .sort-box .Sort-text, #HideMenuFieldModel .sort-box .Sort-text, #CutomizeLabelModel .sort-box .Sort-text, #GroupByModel .sort-box .Sort-text, #KanbanRowRangeModal .sort-box .Sort-text, #CustomizeCardsModel .sort-box .Sort-text, #CustomizeGalleryCardsModel .sort-box .Sort-text, #GroupModel .sort-box .Sort-text {
      width: 90px;
      font-weight: 400; }
    #SortModel .sort-box .sort-bx, #FilterModel .sort-box .sort-bx, #ColorFormatingModal .sort-box .sort-bx, #ShareFormLinkModel .sort-box .sort-bx, #ShareFormTypeModel .sort-box .sort-bx, #HideMenuFieldModel .sort-box .sort-bx, #CutomizeLabelModel .sort-box .sort-bx, #GroupByModel .sort-box .sort-bx, #KanbanRowRangeModal .sort-box .sort-bx, #CustomizeCardsModel .sort-box .sort-bx, #CustomizeGalleryCardsModel .sort-box .sort-bx, #GroupModel .sort-box .sort-bx {
      position: relative;
      margin-right: 6px; }
    #SortModel .sort-box .sort-by-bx, #FilterModel .sort-box .sort-by-bx, #ColorFormatingModal .sort-box .sort-by-bx, #ShareFormLinkModel .sort-box .sort-by-bx, #ShareFormTypeModel .sort-box .sort-by-bx, #HideMenuFieldModel .sort-box .sort-by-bx, #CutomizeLabelModel .sort-box .sort-by-bx, #GroupByModel .sort-box .sort-by-bx, #KanbanRowRangeModal .sort-box .sort-by-bx, #CustomizeCardsModel .sort-box .sort-by-bx, #CustomizeGalleryCardsModel .sort-box .sort-by-bx, #GroupModel .sort-box .sort-by-bx {
      background: #fff;
      border: 1px solid #ddd;
      padding: 4px 10px;
      border-radius: 4px;
      width: 100px;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      height: 30px; }
      #SortModel .sort-box .sort-by-bx span, #FilterModel .sort-box .sort-by-bx span, #ColorFormatingModal .sort-box .sort-by-bx span, #ShareFormLinkModel .sort-box .sort-by-bx span, #ShareFormTypeModel .sort-box .sort-by-bx span, #HideMenuFieldModel .sort-box .sort-by-bx span, #CutomizeLabelModel .sort-box .sort-by-bx span, #GroupByModel .sort-box .sort-by-bx span, #KanbanRowRangeModal .sort-box .sort-by-bx span, #CustomizeCardsModel .sort-box .sort-by-bx span, #CustomizeGalleryCardsModel .sort-box .sort-by-bx span, #GroupModel .sort-box .sort-by-bx span {
        white-space: nowrap;
        width: 80px;
        overflow: hidden;
        font-weight: 400; }
      #SortModel .sort-box .sort-by-bx:hover, #FilterModel .sort-box .sort-by-bx:hover, #ColorFormatingModal .sort-box .sort-by-bx:hover, #ShareFormLinkModel .sort-box .sort-by-bx:hover, #ShareFormTypeModel .sort-box .sort-by-bx:hover, #HideMenuFieldModel .sort-box .sort-by-bx:hover, #CutomizeLabelModel .sort-box .sort-by-bx:hover, #GroupByModel .sort-box .sort-by-bx:hover, #KanbanRowRangeModal .sort-box .sort-by-bx:hover, #CustomizeCardsModel .sort-box .sort-by-bx:hover, #CustomizeGalleryCardsModel .sort-box .sort-by-bx:hover, #GroupModel .sort-box .sort-by-bx:hover {
        background: #e7e7e7; }
      #SortModel .sort-box .sort-by-bx i, #FilterModel .sort-box .sort-by-bx i, #ColorFormatingModal .sort-box .sort-by-bx i, #ShareFormLinkModel .sort-box .sort-by-bx i, #ShareFormTypeModel .sort-box .sort-by-bx i, #HideMenuFieldModel .sort-box .sort-by-bx i, #CutomizeLabelModel .sort-box .sort-by-bx i, #GroupByModel .sort-box .sort-by-bx i, #KanbanRowRangeModal .sort-box .sort-by-bx i, #CustomizeCardsModel .sort-box .sort-by-bx i, #CustomizeGalleryCardsModel .sort-box .sort-by-bx i, #GroupModel .sort-box .sort-by-bx i {
        position: relative;
        float: right;
        font-size: 10px;
        top: -4px;
        right: -3px; }
    #SortModel .sort-box .checkbox, #FilterModel .sort-box .checkbox, #ColorFormatingModal .sort-box .checkbox, #ShareFormLinkModel .sort-box .checkbox, #ShareFormTypeModel .sort-box .checkbox, #HideMenuFieldModel .sort-box .checkbox, #CutomizeLabelModel .sort-box .checkbox, #GroupByModel .sort-box .checkbox, #KanbanRowRangeModal .sort-box .checkbox, #CustomizeCardsModel .sort-box .checkbox, #CustomizeGalleryCardsModel .sort-box .checkbox, #GroupModel .sort-box .checkbox {
      font-size: 12px; }
  #SortModel .select-box, #FilterModel .select-box, #ColorFormatingModal .select-box, #ShareFormLinkModel .select-box, #ShareFormTypeModel .select-box, #HideMenuFieldModel .select-box, #CutomizeLabelModel .select-box, #GroupByModel .select-box, #KanbanRowRangeModal .select-box, #CustomizeCardsModel .select-box, #CustomizeGalleryCardsModel .select-box, #GroupModel .select-box {
    position: absolute;
    list-style: none;
    border: 1px solid #ddd;
    width: 130px;
    z-index: 1000;
    top: 33px;
    left: 7px;
    border-radius: 4px;
    background: #fff;
    max-height: 250px;
    overflow: auto;
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12); }
    #SortModel .select-box li, #FilterModel .select-box li, #ColorFormatingModal .select-box li, #ShareFormLinkModel .select-box li, #ShareFormTypeModel .select-box li, #HideMenuFieldModel .select-box li, #CutomizeLabelModel .select-box li, #GroupByModel .select-box li, #KanbanRowRangeModal .select-box li, #CustomizeCardsModel .select-box li, #CustomizeGalleryCardsModel .select-box li, #GroupModel .select-box li {
      width: 120px;
      overflow: hidden;
      padding: 4px; }
      #SortModel .select-box li:hover, #FilterModel .select-box li:hover, #ColorFormatingModal .select-box li:hover, #ShareFormLinkModel .select-box li:hover, #ShareFormTypeModel .select-box li:hover, #HideMenuFieldModel .select-box li:hover, #CutomizeLabelModel .select-box li:hover, #GroupByModel .select-box li:hover, #KanbanRowRangeModal .select-box li:hover, #CustomizeCardsModel .select-box li:hover, #CustomizeGalleryCardsModel .select-box li:hover, #GroupModel .select-box li:hover {
        background: #e7e7e7; }
  #SortModel .link-sort, #FilterModel .link-sort, #ColorFormatingModal .link-sort, #ShareFormLinkModel .link-sort, #ShareFormTypeModel .link-sort, #HideMenuFieldModel .link-sort, #CutomizeLabelModel .link-sort, #GroupByModel .link-sort, #KanbanRowRangeModal .link-sort, #CustomizeCardsModel .link-sort, #CustomizeGalleryCardsModel .link-sort, #GroupModel .link-sort {
    margin: 10px;
    color: #0096FF; }
    #SortModel .link-sort:hover, #FilterModel .link-sort:hover, #ColorFormatingModal .link-sort:hover, #ShareFormLinkModel .link-sort:hover, #ShareFormTypeModel .link-sort:hover, #HideMenuFieldModel .link-sort:hover, #CutomizeLabelModel .link-sort:hover, #GroupByModel .link-sort:hover, #KanbanRowRangeModal .link-sort:hover, #CustomizeCardsModel .link-sort:hover, #CustomizeGalleryCardsModel .link-sort:hover, #GroupModel .link-sort:hover {
      color: black; }
  #SortModel .empty-bx, #FilterModel .empty-bx, #ColorFormatingModal .empty-bx, #ShareFormLinkModel .empty-bx, #ShareFormTypeModel .empty-bx, #HideMenuFieldModel .empty-bx, #CutomizeLabelModel .empty-bx, #GroupByModel .empty-bx, #KanbanRowRangeModal .empty-bx, #CustomizeCardsModel .empty-bx, #CustomizeGalleryCardsModel .empty-bx, #GroupModel .empty-bx {
    padding: 10px;
    color: #909090; }
  #SortModel .colorFormating-info, #FilterModel .colorFormating-info, #ColorFormatingModal .colorFormating-info, #ShareFormLinkModel .colorFormating-info, #ShareFormTypeModel .colorFormating-info, #HideMenuFieldModel .colorFormating-info, #CutomizeLabelModel .colorFormating-info, #GroupByModel .colorFormating-info, #KanbanRowRangeModal .colorFormating-info, #CustomizeCardsModel .colorFormating-info, #CustomizeGalleryCardsModel .colorFormating-info, #GroupModel .colorFormating-info {
    align-items: center;
    justify-content: space-between;
    margin: 8px 0; }
    #SortModel .colorFormating-info #RadioToggle .ui.toggle.checkbox, #FilterModel .colorFormating-info #RadioToggle .ui.toggle.checkbox, #ColorFormatingModal .colorFormating-info #RadioToggle .ui.toggle.checkbox, #ShareFormLinkModel .colorFormating-info #RadioToggle .ui.toggle.checkbox, #ShareFormTypeModel .colorFormating-info #RadioToggle .ui.toggle.checkbox, #HideMenuFieldModel .colorFormating-info #RadioToggle .ui.toggle.checkbox, #CutomizeLabelModel .colorFormating-info #RadioToggle .ui.toggle.checkbox, #GroupByModel .colorFormating-info #RadioToggle .ui.toggle.checkbox, #KanbanRowRangeModal .colorFormating-info #RadioToggle .ui.toggle.checkbox, #CustomizeCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox, #CustomizeGalleryCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox, #GroupModel .colorFormating-info #RadioToggle .ui.toggle.checkbox, #SortModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #FilterModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #ColorFormatingModal .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #ShareFormLinkModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #ShareFormTypeModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #HideMenuFieldModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #CutomizeLabelModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #GroupByModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #KanbanRowRangeModal .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #CustomizeCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #CustomizeGalleryCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #GroupModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #SortModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after, #FilterModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after, #ColorFormatingModal .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after, #ShareFormLinkModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after, #ShareFormTypeModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after, #HideMenuFieldModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after, #CutomizeLabelModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after, #GroupByModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after, #KanbanRowRangeModal .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after, #CustomizeCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after, #CustomizeGalleryCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after, #GroupModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after {
      margin-top: 0; }
    #SortModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #FilterModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #ColorFormatingModal .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #ShareFormLinkModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #ShareFormTypeModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #HideMenuFieldModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #CutomizeLabelModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #GroupByModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #KanbanRowRangeModal .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #CustomizeCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #CustomizeGalleryCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #GroupModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #SortModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #FilterModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #ColorFormatingModal .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #ShareFormLinkModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #ShareFormTypeModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #HideMenuFieldModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #CutomizeLabelModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #GroupByModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #KanbanRowRangeModal .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #CustomizeCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #CustomizeGalleryCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #GroupModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #SortModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after, #FilterModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after, #ColorFormatingModal .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after, #ShareFormLinkModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after, #ShareFormTypeModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after, #HideMenuFieldModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after, #CutomizeLabelModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after, #GroupByModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after, #KanbanRowRangeModal .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after, #CustomizeCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after, #CustomizeGalleryCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after, #GroupModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after {
      top: 4px; }
    #SortModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label, #FilterModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label, #ColorFormatingModal .colorFormating-info #RadioToggle .ui.toggle.checkbox label, #ShareFormLinkModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label, #ShareFormTypeModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label, #HideMenuFieldModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label, #CutomizeLabelModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label, #GroupByModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label, #KanbanRowRangeModal .colorFormating-info #RadioToggle .ui.toggle.checkbox label, #CustomizeCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label, #CustomizeGalleryCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label, #GroupModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label {
      display: flex;
      align-items: center; }

#FilterModel {
  width: 555px; }
  #FilterModel .sort-box .Sort-text {
    width: 60px;
    display: block;
    margin-left: 10px; }

#ColorFormatingModal {
  background-color: #FFFFFF;
  border: 2px solid #ddd;
  width: 580px;
  max-height: 75vh;
  height: fit-content; }
  #ColorFormatingModal .sort-box .Sort-text {
    width: 60px;
    display: block;
    margin-left: 10px; }

@media only screen and (max-width: 450px) {
  #ColorFormatingModal {
    background-color: #FFFFFF;
    border: 2px solid #ddd;
    width: 350px;
    max-height: 75vh;
    height: fit-content; } }

@media only screen and (max-width: 815px) {
  #ShareFormLinkModel {
    left: 16% !important; } }

#ShareFormLinkModel {
  width: 510px;
  left: 0;
  border: 2px solid #ddd;
  z-index: 101; }
  #ShareFormLinkModel .btn {
    padding: 5px !important; }
  #ShareFormLinkModel .btn-create-link {
    margin-left: -5px; }
  #ShareFormLinkModel .link input {
    width: 100%;
    margin: 0em;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-align: left;
    line-height: 1.21428571em;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    padding: 0.67857143em 1em;
    background: #FFFFFF;
    border: 1px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87);
    border-radius: 0.28571429rem;
    -webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease;
    transition: box-shadow 0.1s ease, border-color 0.1s ease;
    box-shadow: none;
    margin-bottom: 10px; }
  #ShareFormLinkModel .input-div .copyicon {
    position: absolute;
    margin: 16px;
    margin-left: -26px !important;
    cursor: pointer; }
  #ShareFormLinkModel .input-div .shareicon {
    position: absolute;
    margin: 16px;
    margin-left: -46px !important;
    cursor: pointer; }
  #ShareFormLinkModel .input-div-long i {
    position: absolute;
    right: 16px;
    margin-top: -89px;
    cursor: pointer; }
  #ShareFormLinkModel textarea {
    display: block;
    min-height: 88px;
    border-color: #ccc;
    color: #333;
    border-radius: 5px;
    padding: 16px;
    margin: 8px 0;
    resize: none;
    outline: 0;
    line-height: 1.5;
    /* font-size: 14px; */
    width: 100%; }

#ShareFormTypeModel {
  width: 510px;
  left: 0; }
  #ShareFormTypeModel .link input {
    width: 100%;
    margin: 0em;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-align: left;
    line-height: 1.21428571em;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    padding: 0.67857143em 1em;
    background: #FFFFFF;
    border: 1px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87);
    border-radius: 0.28571429rem;
    -webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease;
    transition: box-shadow 0.1s ease, border-color 0.1s ease;
    box-shadow: none;
    margin-bottom: 10px; }

#HideMenuFieldModel {
  min-width: fit-content;
  width: 220px; }
  @media (max-width: 767px) {
    #HideMenuFieldModel {
      left: -105px !important; } }
  #HideMenuFieldModel .sort {
    max-height: 200px;
    overflow-y: auto; }
    #HideMenuFieldModel .sort::-webkit-scrollbar {
      width: 4px; }
  #HideMenuFieldModel .sort-box .checkbox {
    font-size: 12px; }
    #HideMenuFieldModel .sort-box .checkbox label:after {
      font-size: 10px;
      width: 14px;
      height: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 1px; }
    #HideMenuFieldModel .sort-box .checkbox label:before {
      font-size: 10px;
      width: 14px;
      height: 14px; }

#CutomizeLabelModel {
  min-width: fit-content;
  width: 220px; }
  @media (max-width: 767px) {
    #CutomizeLabelModel {
      left: -105px !important; } }
  #CutomizeLabelModel .sort {
    max-height: 200px;
    overflow-y: auto; }
    #CutomizeLabelModel .sort::-webkit-scrollbar {
      width: 4px; }
  #CutomizeLabelModel .sort-box .checkbox {
    font-size: 12px; }
    #CutomizeLabelModel .sort-box .checkbox label:after {
      font-size: 10px;
      width: 14px;
      height: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 1px; }
    #CutomizeLabelModel .sort-box .checkbox label:before {
      font-size: 10px;
      width: 14px;
      height: 14px; }

#GroupByModel {
  min-width: fit-content;
  width: 220px; }

#KanbanRowRangeModal {
  width: 250px; }

#CustomizeCardsModel {
  width: 250px; }
  #CustomizeCardsModel .customizemodel-disable {
    pointer-events: none;
    opacity: 0.7; }
  #CustomizeCardsModel .HideColumnDiv .divHeading, #CustomizeCardsModel .cardCoverImageColumnSelect .divHeading, #CustomizeCardsModel .cardFooterSelectorSelect .divHeading, #CustomizeCardsModel .info .divHeading {
    font-size: 10px;
    opacity: .8;
    margin-bottom: 2px; }
  #CustomizeCardsModel .HideColumnDiv .dropdown-image-column i, #CustomizeCardsModel .cardCoverImageColumnSelect .dropdown-image-column i, #CustomizeCardsModel .cardFooterSelectorSelect .dropdown-image-column i, #CustomizeCardsModel .info .dropdown-image-column i {
    padding: 0.5em; }
  #CustomizeCardsModel .HideColumnDiv .sort, #CustomizeCardsModel .showColumnNameDiv, #CustomizeCardsModel .cardCoverImageColumnSelect, #CustomizeCardsModel .cardFooterSelectorSelect, #CustomizeGalleryCardsModel .HideColumnDiv #CustomizeCardsModel .sort {
    padding: 6px 0 10px 0;
    border-bottom: 1px solid #e7e7e7; }
  #CustomizeCardsModel .HideColumnDiv .sort {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden; }
    #CustomizeCardsModel .HideColumnDiv .sort .checkbox label {
      white-space: nowrap;
      max-width: 100%;
      text-overflow: ellipsis; }
  #CustomizeCardsModel .showColumnNameDiv {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #CustomizeCardsModel .showColumnNameDiv #RadioToggle {
      display: flex;
      align-items: center;
      position: relative;
      top: 4px; }
  #CustomizeCardsModel .cardCoverImageColumnSelect {
    display: flex;
    flex-direction: column; }
  #CustomizeCardsModel .cardFooterSelectorSelect {
    display: flex;
    flex-direction: column; }
  #CustomizeCardsModel .info {
    display: flex;
    justify-content: center;
    align-items: center; }
  #CustomizeCardsModel .action {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 10px 0px 0px 0px; }

#CustomizeGalleryCardsModel {
  width: 250px;
  min-width: fit-content; }
  #CustomizeGalleryCardsModel .customizgallerymodel-disable {
    pointer-events: none;
    opacity: 0.7; }
  #CustomizeGalleryCardsModel .HideColumnDiv .divHeading, #CustomizeGalleryCardsModel .cardCoverImageColumnSelect .divHeading, #CustomizeGalleryCardsModel .cardFooterSelectorSelect .divHeading, #CustomizeGalleryCardsModel .info .divHeading {
    font-size: 10px;
    opacity: .8;
    margin-bottom: 2px; }
  #CustomizeGalleryCardsModel .HideColumnDiv .dropdown-image-column i, #CustomizeGalleryCardsModel .cardCoverImageColumnSelect .dropdown-image-column i, #CustomizeGalleryCardsModel .cardFooterSelectorSelect .dropdown-image-column i, #CustomizeGalleryCardsModel .info .dropdown-image-column i {
    padding: 0.5em; }
  #CustomizeCardsModel .HideColumnDiv #CustomizeGalleryCardsModel .sort, #CustomizeGalleryCardsModel .HideColumnDiv .sort, #CustomizeGalleryCardsModel .showColumnNameDiv, #CustomizeGalleryCardsModel .cardCoverImageColumnSelect, #CustomizeGalleryCardsModel .cardFooterSelectorSelect {
    padding: 6px 0 10px 0;
    border-bottom: 1px solid #e7e7e7; }
  #CustomizeGalleryCardsModel .HideColumnDiv .sort {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden; }
    #CustomizeGalleryCardsModel .HideColumnDiv .sort .checkbox label {
      white-space: nowrap;
      max-width: 100%;
      text-overflow: ellipsis; }
  #CustomizeGalleryCardsModel .showColumnNameDiv {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #CustomizeGalleryCardsModel .showColumnNameDiv .checkbox {
      margin-bottom: -5px; }
    #CustomizeGalleryCardsModel .showColumnNameDiv .radiotoggle-cropfit {
      display: flex; }
      #CustomizeGalleryCardsModel .showColumnNameDiv .radiotoggle-cropfit #RadioToggle {
        display: flex;
        align-items: center;
        position: relative;
        top: 2px;
        margin: 0 6px; }
  #CustomizeGalleryCardsModel .cardCoverImageColumnSelect {
    display: flex;
    flex-direction: column; }
  #CustomizeGalleryCardsModel .cardFooterSelectorSelect {
    display: flex;
    flex-direction: column; }
    #CustomizeGalleryCardsModel .cardFooterSelectorSelect .dropdown-image-column i {
      padding: 0.5em; }
  #CustomizeGalleryCardsModel .ButtonDiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px; }
  #CustomizeGalleryCardsModel .info {
    display: flex;
    justify-content: center;
    align-items: center; }

.asc-desc-box {
  margin-left: 10px; }
  .asc-desc-box span:first-child {
    margin-right: 6px; }
  .asc-desc-box span:last-child {
    margin-left: 6px; }
  .asc-desc-box #RadioToggle {
    display: flex;
    align-items: center;
    position: relative;
    top: 2px; }
  .asc-desc-box .checkbox label::before {
    height: 15px !important; }
  .asc-desc-box .checkbox label::after {
    height: 15px !important; }

.member-ws {
  margin-top: 10px; }

.member-ws .comment {
  margin-top: 6px; }

.member-ws .content {
  display: inline-block;
  margin-left: 10px; }

.member-ws .content .author {
  color: #212121;
  cursor: pointer; }

.member-ws .content .metadata {
  color: #717171;
  font-size: 12px; }

.member-ws .content .text {
  color: #717171;
  font-size: 12px; }

.context-view-menu {
  min-width: 285px !important; }

.react-joyride__tooltip h4 {
  text-align: left;
  font-weight: 600;
  font-size: 23px !important; }

.react-joyride__tooltip div {
  text-align: left;
  padding-left: 0px !important; }

.tourModal {
  width: 360px; }
  .tourModal h2 {
    font-weight: 600; }
  .tourModal .field-box {
    padding: 20px 2px;
    font-size: 16px !important;
    color: black; }
  .tourModal .tourModal-footer {
    text-align: right; }
    .tourModal .tourModal-footer .continue-tour {
      font-size: 14px; }
    .tourModal .tourModal-footer .cancel {
      background-color: transparent;
      border: 0px;
      border-radius: 0px;
      color: #615d5d;
      cursor: pointer;
      font-size: 14px;
      line-height: 1;
      padding: 8px;
      -webkit-appearance: none; }

.dashboard-blocks {
  padding-left: 5%; }

.flat-help {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 5;
  font-size: 2em !important;
  cursor: pointer; }

.react-grid-item > .react-resizable-handle {
  z-index: 10000 !important; }

.react-grid-item > .page {
  z-index: 10001; }

#abortApiContainer {
  display: flex;
  justify-content: center;
  height: 75vh;
  align-items: center; }
  #abortApiContainer .textDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    height: 10px; }
  #abortApiContainer span {
    margin-left: 6px; }
  #abortApiContainer .retryBtnDiv {
    height: 25px;
    display: flex;
    justify-content: center; }
  #abortApiContainer .retryBtn {
    height: 35px;
    width: 30%;
    background-color: #1f78e5;
    color: #fdfdfd;
    line-height: 1.6;
    border: 2px solid #1f78e5;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    margin-top: 20px; }

.help-slider {
  position: fixed;
  top: 52px;
  right: 0px;
  z-index: 8;
  left: 100%;
  bottom: 0px;
  padding: 0px 12px 12px 12px; }
  .help-slider .sub-container {
    padding: 7px 9px 16px 9px;
    background-color: rgba(0, 0, 0, 0.1);
    height: 100%;
    border-radius: 5px;
    position: relative;
    overflow-y: auto; }
    .help-slider .sub-container::-webkit-scrollbar-track {
      background-color: var(--scrollbar-color) !important; }
  .help-slider .help-text {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-left: 7px;
    display: flex;
    margin-top: 5px; }
  .help-slider .close-help-slider-icon {
    position: absolute;
    top: 8px;
    right: 12px; }
  .help-slider .search-box-container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: white;
    display: flex;
    border-radius: 5px;
    align-items: center; }
  .help-slider .search-input {
    width: 100%;
    border: none;
    margin-left: 5px; }
  .help-slider .search-input:focus {
    border: 0px;
    background: transparent;
    border-radius: 0px;
    outline: none; }
  .help-slider .help-sub-container {
    width: 100%;
    height: calc(100% - 70px);
    overflow-y: auto; }
    .help-slider .help-sub-container::-webkit-scrollbar-track {
      background-color: var(--scrollbar-color) !important; }
  .help-slider .help-nested-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: inline-block;
    width: 100%; }
  .help-slider .getting-started-container, .help-slider .building-with-stackby-container, .help-slider .sharing-your-base-container, .help-slider .managing-your-work-container {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    margin-right: 5px;
    padding: 1.2rem;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px; }
  .help-slider .getting-started-sub-container, .help-slider .building-with-stackby-sub-container, .help-slider .sharing-your-base-sub-container, .help-slider .managing-your-work-sub-container {
    display: flex;
    align-items: center; }
  .help-slider .help-container-text {
    line-height: 1.5;
    font-weight: 500;
    font-size: 15px; }
  .help-slider .help-nav {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .help-slider .additional-resources-text {
    margin-bottom: 0.75rem;
    line-height: 1.5;
    font-weight: 500;
    font-size: 13px; }
  .help-slider .help-additional-resources-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px; }
  .help-slider .list-li {
    padding: 5px 0px; }
  .help-slider .list-li-border-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: rgba(255, 255, 255, 0.25); }
  .help-slider .list-li-container {
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
    display: flex; }
  .help-slider .list-li-name {
    user-select: none;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-width: 0px;
    min-height: 0px;
    padding-left: 0.5rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer; }
  .help-slider .list-li-new-text {
    border-radius: 50px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-weight: 500;
    background-color: #166ee1; }
  .help-slider .quick-tips-container, .help-slider .tutorials-container, .help-slider .videos-container, .help-slider .support-articles-container {
    min-height: 41.5px;
    overflow-x: hidden; }
  .help-slider .quick-tips-header, .help-slider .tutorials-header, .help-slider .videos-header, .help-slider .support-articles-header {
    margin-right: 7px;
    margin-left: 7px;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom-style: solid;
    border-bottom-width: 1px; }
  .help-slider .quick-tips-header-container, .help-slider .tutorials-header-container, .help-slider .videos-header-container {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500; }
  .help-slider .quick-tips-count, .help-slider .tutorials-count, .help-slider .videos-count, .help-slider .support-article-count {
    display: inline-block;
    margin-left: 0.5rem;
    opacity: .75;
    font-weight: 500;
    font-size: 11px; }
  .help-slider .quick-tips-body, .help-slider .tutorials-body, .help-slider .videos-body, .help-slider .support-articles-body {
    overflow-y: auto;
    padding: 16px 0px 4px 0px; }
    .help-slider .quick-tips-body::-webkit-scrollbar-track, .help-slider .tutorials-body::-webkit-scrollbar-track, .help-slider .videos-body::-webkit-scrollbar-track, .help-slider .support-articles-body::-webkit-scrollbar-track {
      background-color: var(--scrollbar-color) !important;
      margin-left: 15px;
      margin-right: 15px;
      scroll-margin: 20px; }
  .help-slider .content-section {
    width: 50%;
    padding: 0px 7px;
    margin-bottom: 1rem;
    cursor: pointer;
    display: inline-block; }
    @media (max-width: 768px) {
      .help-slider .content-section {
        width: 100%; } }
    @media (max-width: 425px) {
      .help-slider .content-section {
        width: 100%; } }
  .help-slider .content-section-img {
    width: 100%;
    height: 78px; }
    @media (max-width: 768px) {
      .help-slider .content-section-img {
        height: 78px; } }
    @media (max-width: 425px) {
      .help-slider .content-section-img {
        height: 78px; } }
  .help-slider .magic-icon-in-section {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0.5rem 0.5rem 0.7rem 0.5rem;
    border-radius: 25px;
    user-select: none;
    line-height: 14px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 9px; }
  .help-slider .content-name {
    margin-top: 0.5rem;
    line-height: 1.5;
    font-weight: 400;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis; }
  .help-slider .content-video {
    line-height: 1.5;
    font-weight: 400;
    font-size: 9px; }
  .help-slider .support-articles-content-section {
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-left: 7px; }
  .help-slider .supportArtical-newTag {
    font-size: 11px;
    padding: 0px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1693eb;
    color: white !important;
    border-radius: 10px;
    margin-left: 5px;
    text-align: center; }
  .help-slider .articalOpen-btn {
    margin-left: auto; }
  .help-slider .support-articles2-content-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-left: 7px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .help-slider .support-articles-content-section-border-bottom {
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-left: 7px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: rgba(255, 255, 255, 0.1); }
  .help-slider .support-articles2-content-section-border-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-left: 7px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-color: rgba(255, 255, 255, 0.1); }
  .help-slider .margin-top-15px {
    margin-top: 15px; }
  .help-slider .help-content-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .help-slider .content-gif-indicator {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 0.5rem 0.5rem 0.70rem 0.5rem;
    border-radius: 25px;
    user-select: none;
    line-height: 14px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 9px; }
  .help-slider .position-relative {
    position: relative; }
  .help-slider .content-name-text {
    margin-left: 8px;
    margin-right: 8px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.5;
    font-weight: 500;
    font-size: 15px; }
  .help-slider .content-container {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 48px;
    position: relative; }
  .help-slider .content-gif-container {
    width: 100%;
    height: 222px;
    position: relative;
    margin-bottom: 8px; }
  .help-slider .steps-counter-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center; }
  .help-slider .back-forward-button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; }
  .help-slider .content-gif {
    width: 100%;
    height: 100%;
    padding-top: 4px; }
  .help-slider .content-description {
    margin-bottom: 16px;
    margin-top: 5px; }
  .help-slider .click-to-expand-container {
    position: absolute;
    display: flex;
    bottom: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    border-radius: 5px;
    cursor: pointer; }
  .help-slider .click-to-expand-text {
    display: none;
    margin-left: 5px; }
  .help-slider .click-to-expand-container:hover .click-to-expand-text {
    display: inline-block; }
  .help-slider .more-content-container {
    padding: 8px; }
  .help-slider .more-content-text {
    margin-bottom: 0.5rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 11px; }
  .help-slider .more-content-first-container, .help-slider .more-content-second-container {
    width: 50%;
    display: inline-block; }
  .help-slider .redirect-url-container {
    color: black;
    background-color: white;
    display: inline-flex;
    line-height: 22px;
    border-radius: 5px;
    align-items: center;
    padding: 5px 12px;
    padding-right: 12px; }
  .help-slider .open-tutorial-text {
    margin-left: 8px; }
  .help-slider .videos-image-container {
    width: 100%;
    height: 222px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 222px;
    background-repeat: no-repeat;
    margin-bottom: 16px;
    cursor: pointer; }
  .help-slider .videos-image-container svg {
    color: rgba(0, 0, 0, 0.25); }
  .help-slider .videos-image-container:hover svg {
    color: rgba(0, 0, 0, 0.5); }

@media (min-width: 769px) {
  .help-slider-active {
    left: 75%;
    animation: fade-in-keyframes-75 0.5s; } }

@media (max-width: 768px) {
  .help-slider-active {
    left: 50%;
    animation: fade-in-keyframes-50 0.5s; } }

@media (max-width: 425px) {
  .help-slider-active {
    left: 0%;
    animation: fade-in-keyframes-100 0.5s; } }

@media (min-width: 769px) {
  .help-slider-inactive {
    animation: fade-in-keyframes-reverse-75 0.5s; } }

@media (max-width: 768px) {
  .help-slider-inactive {
    animation: fade-in-keyframes-reverse-50 0.5s; } }

@media (max-width: 425px) {
  .help-slider-inactive {
    animation: fade-in-keyframes-reverse-100 0.5s; } }

@keyframes fade-in-keyframes-75 {
  from {
    left: 100%; }
  to {
    left: 75%; } }

@keyframes fade-in-keyframes-reverse-75 {
  from {
    left: 75%; }
  to {
    left: 100%; } }

@keyframes fade-in-keyframes-50 {
  from {
    left: 100%; }
  to {
    left: 50%; } }

@keyframes fade-in-keyframes-reverse-50 {
  from {
    left: 50%; }
  to {
    left: 100%; } }

@keyframes fade-in-keyframes-100 {
  from {
    left: 100%; }
  to {
    left: 0%; } }

@keyframes fade-in-keyframes-reverse-100 {
  from {
    left: 0%; }
  to {
    left: 100%; } }

.gif-video-modal {
  width: 824px !important; }

.gif-video-modal-img {
  width: 800px !important;
  height: auto; }

.gif-video-modal-description {
  line-height: 1.5;
  font-weight: 500;
  font-size: 13px;
  color: #333333;
  width: 0;
  min-width: 100%; }

.previous-section-button {
  opacity: 0.75;
  display: flex; }

.previous-section-button:hover {
  opacity: 1; }

.cursor-pointer {
  cursor: pointer; }

.betaText {
  background-color: rgba(0, 0, 0, 0.05);
  color: black;
  display: flex;
  align-items: center;
  padding: 0px 0px 2px 0px;
  font-size: 12px;
  height: 30px;
  padding: 2px 0px 0px 14px; }

.groupingBetaDetail {
  margin-left: 5px;
  cursor: pointer; }

#LockViewModel .header {
  border-bottom: 1px solid white; }

#LockViewModel .form-content {
  margin-left: 10px;
  margin-right: 10px; }
  #LockViewModel .form-content .form-details {
    margin: 0px 1px 16px 0px;
    font-size: 14.5px; }
  #LockViewModel .form-content .form-textarea-main p {
    font-size: 13.6px;
    opacity: 0.8; }
  #LockViewModel .form-content .form-textarea-main .form-textarea {
    height: 100px;
    border: 2px solid #ddd;
    border-radius: 5px;
    width: -webkit-fill-available;
    margin-top: 9px;
    padding: 8px; }
  #LockViewModel .form-content .form-textarea-main .textarea-scoll {
    overflow: auto; }
  #LockViewModel .form-content .button {
    display: flex;
    justify-content: flex-end;
    margin-top: 6px;
    margin-bottom: 9px;
    align-items: center; }
    #LockViewModel .form-content .button .cancel-btn {
      cursor: pointer;
      font-weight: 500;
      line-height: 1.5;
      margin-left: 10px;
      color: #4d4d4d;
      opacity: .75;
      background: none;
      border: none; }
    #LockViewModel .form-content .button .cancel-btn:hover {
      opacity: 1; }
    #LockViewModel .form-content .button .duplicate-view-btn {
      cursor: pointer;
      font-weight: 500;
      line-height: 1.5;
      margin-left: 10px;
      color: #166ee1;
      background: none;
      border: none; }
    #LockViewModel .form-content .button .duplicate-view-btn:hover {
      color: #041935; }
  #LockViewModel .form-content .errormessage {
    margin-bottom: 10px;
    color: red; }

.lockViewModal .close {
  color: #1d1d1d !important;
  opacity: .75 !important; }

.lockViewModal .lockview-header {
  margin-top: 8px !important;
  font-size: 22.4px !important;
  line-height: 1.25 !important;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important;
  letter-spacing: .01em;
  font-weight: 500;
  color: #1f1f1f; }

#LockViewDisplay .lockview-render {
  padding: 2px;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px; }
  #LockViewDisplay .lockview-render .lockview-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px; }
    #LockViewDisplay .lockview-render .lockview-main .lock-text {
      display: flex;
      align-items: center; }
      #LockViewDisplay .lockview-render .lockview-main .lock-text p {
        margin-left: 5px;
        font-size: 13px;
        font-weight: 500; }
    #LockViewDisplay .lockview-render .lockview-main .lock-btn {
      font-size: 14.5px;
      font-weight: 500;
      color: #166ee1;
      cursor: pointer; }

#LockViewDisplay .lockviewdisplay-model .modal-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.5);
  z-index: 1; }

#LockViewDisplay .lockviewdisplay-model .modal-wrap {
  display: flex;
  justify-content: center;
  align-items: center; }
  #LockViewDisplay .lockviewdisplay-model .modal-wrap .modal {
    position: absolute;
    top: -8%;
    bottom: 0;
    right: 0;
    margin: auto;
    left: 0;
    background: white;
    max-width: 30%;
    height: 375px;
    opacity: 1;
    border-radius: 4px;
    z-index: 2;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: fit-content; }
    #LockViewDisplay .lockviewdisplay-model .modal-wrap .modal .modal-header {
      padding: 4px 0;
      font-size: 20px;
      font-weight: 600;
      border-bottom: none; }
    #LockViewDisplay .lockviewdisplay-model .modal-wrap .modal .modal-desc {
      padding: 4px 0;
      font-size: 13px;
      opacity: .8;
      font-weight: 500;
      margin-top: 8px;
      margin-bottom: 8px; }
  @media only screen and (max-width: 500px) {
    #LockViewDisplay .lockviewdisplay-model .modal-wrap .modal {
      z-index: 2; } }

#PersonalViewDisplay .personalview-render {
  padding: 2px;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px; }
  #PersonalViewDisplay .personalview-render .personalview-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px; }
    #PersonalViewDisplay .personalview-render .personalview-main .personal-text {
      display: flex;
      align-items: center; }
      #PersonalViewDisplay .personalview-render .personalview-main .personal-text p {
        margin-left: 5px;
        font-size: 13px;
        font-weight: 500; }
    #PersonalViewDisplay .personalview-render .personalview-main .personal-btn {
      font-size: 14.5px;
      font-weight: 500;
      color: #2d7ff9;
      cursor: pointer; }

#PersonalViewDisplay .personalviewdisplay-model .modal-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.5);
  z-index: 1; }

#PersonalViewDisplay .personalviewdisplay-model .modal-wrap {
  display: flex;
  justify-content: center;
  align-items: center; }
  #PersonalViewDisplay .personalviewdisplay-model .modal-wrap .modal {
    position: absolute;
    top: -8%;
    bottom: 0;
    right: 0;
    margin: auto;
    left: 0;
    background: white;
    max-width: 30%;
    height: 375px;
    opacity: 1;
    border-radius: 4px;
    z-index: 2;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: fit-content; }
    #PersonalViewDisplay .personalviewdisplay-model .modal-wrap .modal .modal-header {
      padding: 4px 0;
      font-size: 20px;
      font-weight: 600;
      border-bottom: none; }
    #PersonalViewDisplay .personalviewdisplay-model .modal-wrap .modal .modal-desc {
      padding: 4px 0;
      font-size: 13px;
      opacity: .8;
      font-weight: 500;
      margin-top: 8px;
      margin-bottom: 8px; }
  @media only screen and (max-width: 500px) {
    #PersonalViewDisplay .personalviewdisplay-model .modal-wrap .modal {
      z-index: 2; } }

.autoamtion-wapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000; }

.automation-panel {
  right: 0px !important;
  transform: none !important;
  left: unset !important;
  width: 35% !important; }

#Automation {
  background: #fff;
  height: 100vh;
  border-radius: 5px 0px 0px 5px; }
  #Automation .title-automation {
    padding: 10px;
    min-height: 41px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
    font-weight: 500; }
    #Automation .title-automation svg {
      position: absolute;
      right: 8px;
      cursor: pointer; }
  #Automation .automation-header {
    font-weight: 500;
    border-bottom: 1px solid black;
    padding: 10px; }
  #Automation .btn-add-at {
    color: #5274ee;
    cursor: pointer;
    margin: 5px 2px 6px 5px;
    font-size: 15px;
    color: #3398e5;
    font-weight: 480;
    margin-bottom: 10px; }
    #Automation .btn-add-at:hover {
      color: #899de4; }
  #Automation > .header {
    padding: 13px;
    display: flex;
    justify-content: space-between;
    border-bottom-width: 1px;
    border-color: #ccc;
    border-bottom-style: solid; }
    #Automation > .header > .label {
      font-size: 1.2em; }
    #Automation > .header .btn-add-at {
      color: #5274ee;
      cursor: pointer;
      margin: 5px 2px 6px 5px;
      font-size: 15px;
      color: #3398e5;
      font-weight: 480; }
      #Automation > .header .btn-add-at:hover {
        color: #899de4; }
  #Automation .body {
    overflow: auto;
    height: 300px; }
    #Automation .body .btn-create-automation {
      align-items: center;
      display: flex;
      justify-content: center;
      height: inherit; }

.au-item {
  padding: 10px;
  border-bottom-width: 1px;
  justify-content: space-between; }
  .au-item .au-item-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 102%;
    margin: 3px 2px 2px; }
    .au-item .au-item-body .au-item-body-name {
      display: flex;
      align-items: center; }
    .au-item .au-item-body .name {
      font-size: 15.5px;
      margin-left: 7px; }
    .au-item .au-item-body .au-item-body-status {
      display: flex;
      align-items: center; }
    .au-item .au-item-body .status {
      margin-right: 6px; }

#AuEdit {
  height: 100vh; }
  #AuEdit .ui.toggle.checkbox label:before {
    width: 41px;
    background-color: #A9A9A9; }
  #AuEdit .ui.checkbox input:checked ~ .box:before,
  #AuEdit .ui.checkbox input:checked ~ label:before {
    background-color: green !important;
    width: 41px; }
  #AuEdit .ui.toggle.checkbox input:checked ~ label:after {
    left: 1.53em;
    box-shadow: none; }
  #AuEdit .au-edit-header {
    padding: 13px; }
  #AuEdit .au-edit-header-main {
    display: flex;
    justify-content: space-between;
    margin-top: 11px; }
  #AuEdit .au-edit-backbutton {
    margin-left: -9px;
    margin-bottom: 15px;
    margin-top: -4px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between; }
  #AuEdit .au-edit-automationname {
    font-size: 17px;
    font-weight: 500;
    color: black; }
    #AuEdit .au-edit-automationname .text {
      font-weight: 500 !important; }
  #AuEdit .on-off-automation {
    display: flex;
    align-items: center; }
  #AuEdit .au-edit-body {
    height: inherit; }
    #AuEdit .au-edit-body > div {
      height: inherit; }
      #AuEdit .au-edit-body > div > .tab {
        height: inherit;
        padding: 13px; }
    #AuEdit .au-edit-body .steps .main-label {
      margin: 4px;
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase; }
    #AuEdit .au-edit-body .steps .field {
      margin-top: 15px; }
      #AuEdit .au-edit-body .steps .field .label {
        margin-bottom: 9px;
        font-weight: 500; }
    #AuEdit .au-edit-body .steps .create-trigger {
      justify-content: center;
      display: flex;
      align-items: center;
      height: 50vh; }
    #AuEdit .au-edit-body .steps .triggermain-comp {
      width: 100%; }
    #AuEdit .au-edit-body .steps .action-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 12px; }
    #AuEdit .au-edit-body .steps .action-create-button {
      display: flex;
      justify-content: center; }

.carousel-item .item-slider .item-slide img {
  width: 23%;
  height: 135px; }

html {
  --scrollbarBG: #CFD8DC;
  --thumbBG: #90A4AE; }

.app-modal {
  min-width: 50%; }
  .app-modal .input-header {
    margin-left: 2%;
    width: 94%;
    margin-top: 2%;
    border: 2px solid #4f86c6;
    border-radius: 5px; }
  .app-modal #GridModal .grid-modal h2 {
    margin-top: 8px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
    text-transform: uppercase; }
  .app-modal #GridModal .grid-modal .sidebar-box {
    margin-top: 14px;
    margin-left: 22px; }
    .app-modal #GridModal .grid-modal .sidebar-box ul {
      list-style: none; }
      .app-modal #GridModal .grid-modal .sidebar-box ul li .sidebar-item {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        color: black;
        font-size: 14px;
        cursor: pointer; }
        .app-modal #GridModal .grid-modal .sidebar-box ul li .sidebar-item:hover {
          color: #3384f7; }
        .app-modal #GridModal .grid-modal .sidebar-box ul li .sidebar-item.active {
          font-weight: 600; }
  .app-modal #FeatureModal .feature-box, .app-modal #AllFeatureModal .feature-box {
    margin-top: 27px;
    height: 196px; }
    .app-modal #FeatureModal .feature-box .main-title, .app-modal #AllFeatureModal .feature-box .main-title {
      margin-bottom: 27px;
      margin-top: 7px;
      margin-left: 11px; }
      .app-modal #FeatureModal .feature-box .main-title h3, .app-modal #AllFeatureModal .feature-box .main-title h3 {
        font-size: 20px;
        font-weight: 500;
        color: #4D4D4D; }
    .app-modal #FeatureModal .feature-box h2, .app-modal #AllFeatureModal .feature-box h2 {
      font-weight: 700; }
    .app-modal #FeatureModal .feature-box .container, .app-modal #AllFeatureModal .feature-box .container {
      margin-top: 17px; }
      .app-modal #FeatureModal .feature-box .container .item-card .card, .app-modal #AllFeatureModal .feature-box .container .item-card .card {
        width: 46%;
        font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
        .app-modal #FeatureModal .feature-box .container .item-card .card:hover, .app-modal #AllFeatureModal .feature-box .container .item-card .card:hover {
          transform: none;
          -webkit-transform: none; }
        @media (min-width: 768px) {
          .app-modal #FeatureModal .feature-box .container .item-card .card .content, .app-modal #AllFeatureModal .feature-box .container .item-card .card .content {
            display: flex;
            flex-direction: row; } }
        .app-modal #FeatureModal .feature-box .container .item-card .card .content .header, .app-modal #AllFeatureModal .feature-box .container .item-card .card .content .header {
          line-height: 1.2;
          font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
        .app-modal #FeatureModal .feature-box .container .item-card .card .image, .app-modal #AllFeatureModal .feature-box .container .item-card .card .image {
          margin-bottom: 0px; }
        .app-modal #FeatureModal .feature-box .container .item-card .card .add-apps-box, .app-modal #AllFeatureModal .feature-box .container .item-card .card .add-apps-box {
          background-color: #2872e1 !important;
          color: white; }
          .app-modal #FeatureModal .feature-box .container .item-card .card .add-apps-box:hover, .app-modal #AllFeatureModal .feature-box .container .item-card .card .add-apps-box:hover {
            opacity: 0.85; }
      .app-modal #FeatureModal .feature-box .container .item-card .search-value, .app-modal #AllFeatureModal .feature-box .container .item-card .search-value {
        position: relative;
        top: 300%;
        left: 28%;
        text-align: center;
        color: #909090;
        font-size: 13px; }
        @media (max-width: 991px) {
          .app-modal #FeatureModal .feature-box .container .item-card .search-value, .app-modal #AllFeatureModal .feature-box .container .item-card .search-value {
            left: 0%; } }
        @media (max-width: 779px) {
          .app-modal #FeatureModal .feature-box .container .item-card .search-value, .app-modal #AllFeatureModal .feature-box .container .item-card .search-value {
            top: 0%; } }
  @media (max-width: 991px) {
    .app-modal .item-card {
      display: flex;
      flex-direction: column; }
      .app-modal .item-card .card {
        width: 95% !important; } }
  @media (min-width: 768px) and (max-width: 990px) {
    .app-modal .input-header {
      margin-left: 3%;
      width: 90%; } }
  @media (max-width: 767px) {
    .app-modal .input-header {
      margin-left: 0%;
      width: 100%; }
    .app-modal .item-card .card .image {
      margin-right: 8px !important; } }
  @media (min-width: 992px) {
    .app-modal #GridModal {
      width: 25% !important; }
    .app-modal #FeatureModal {
      width: 75% !important; } }
  @media (min-width: 780px) and (max-width: 991px) {
    .app-modal #GridModal {
      width: 31% !important; }
    .app-modal #FeatureModal {
      width: 63% !important; } }

#AppDetails {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
  padding: 20px; }
  #AppDetails .back-button {
    z-index: 2;
    position: fixed;
    margin-top: -1%; }
    #AppDetails .back-button .back-btn-div {
      padding: 4px 14px 4px 8px;
      background-color: #e0e2e2;
      border-radius: 9999px;
      display: inline-block;
      cursor: pointer; }
      #AppDetails .back-button .back-btn-div:hover {
        opacity: 0.85; }
  #AppDetails .description-modal {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly; }
    #AppDetails .description-modal .header-description {
      height: 196px;
      width: 78%;
      padding-right: 25px; }
      #AppDetails .description-modal .header-description .app-logo {
        margin-left: 1%;
        display: flex; }
        #AppDetails .description-modal .header-description .app-logo .appdata-img {
          height: 55px; }
      #AppDetails .description-modal .header-description .title-box {
        margin-left: 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        text-align: left; }
        #AppDetails .description-modal .header-description .title-box .short-para {
          opacity: 0.75;
          font-size: 14px;
          line-height: 1.25;
          margin-top: 2px; }
      #AppDetails .description-modal .header-description .desc-box {
        line-height: 1.5;
        margin: 2px;
        width: calc(33.3333333% - 6px);
        display: inline-block;
        margin-top: 4%; }
      #AppDetails .description-modal .header-description .int-card {
        display: -webkit-box;
        margin-bottom: 20px;
        margin-left: 1rem;
        margin-right: 1rem; }
      #AppDetails .description-modal .header-description .int-card:hover {
        opacity: 1;
        transform: inherit;
        transition: 0s ease; }
      #AppDetails .description-modal .header-description .int-card img {
        margin-top: 23px;
        margin: auto;
        height: 150px;
        padding: 15px; }
      #AppDetails .description-modal .header-description .paragraph {
        color: #4D4D4D;
        box-sizing: border-box;
        margin: 2px;
        width: 300%;
        display: inline-block;
        text-align: justify;
        font-size: 15px;
        white-space: break-spaces; }
      #AppDetails .description-modal .header-description .paragraph ::-webkit-scrollbar {
        display: none; }
      @media (min-width: 831px) and (max-width: 950px) {
        #AppDetails .description-modal .header-description .title-box .short-para {
          font-size: 14.5px !important; } }
      @media (min-width: 831px) and (max-width: 1600px) {
        #AppDetails .description-modal .header-description .app-logo .appdata-img {
          height: 60px;
          margin-top: 5px; } }
    #AppDetails .description-modal .items-settings {
      width: 22%;
      margin-top: 5%; }
      #AppDetails .description-modal .items-settings .submit {
        width: 100%; }
        #AppDetails .description-modal .items-settings .submit .add-app {
          background-color: #2872e1 !important;
          color: white;
          border-radius: 6px;
          padding: 14px 0px;
          width: 100%;
          font-size: 16px; }
          #AppDetails .description-modal .items-settings .submit .add-app:hover {
            background-color: #254fad !important; }
        #AppDetails .description-modal .items-settings .submit .upgradebtn {
          background: linear-gradient(89.91deg, #0158dc 3.87%, #9307fd 99.9%) !important;
          color: white;
          padding-left: 3.071429em !important;
          padding-right: 2.5em !important; }
          #AppDetails .description-modal .items-settings .submit .upgradebtn .icon-star {
            background-color: rgba(0, 0, 0, 0) !important; }
      #AppDetails .description-modal .items-settings .publisher {
        margin-top: 32px;
        margin-bottom: 10px; }
        #AppDetails .description-modal .items-settings .publisher .title {
          font-size: 13px;
          font-weight: 500;
          margin-bottom: 4px; }
        #AppDetails .description-modal .items-settings .publisher .logo {
          margin-left: 0%; }
        #AppDetails .description-modal .items-settings .publisher .name {
          margin-left: 14%;
          margin-top: -18%; }
      #AppDetails .description-modal .items-settings .support-content {
        margin-bottom: 16px;
        display: flex;
        flex-direction: column; }
        #AppDetails .description-modal .items-settings .support-content .more-info {
          cursor: pointer;
          font-size: 14px;
          font-weight: 500;
          margin-bottom: 16px;
          color: #2872e1; }
          #AppDetails .description-modal .items-settings .support-content .more-info:hover {
            color: #14458f; }
        #AppDetails .description-modal .items-settings .support-content .support-app {
          cursor: pointer;
          font-size: 14px;
          font-weight: 500;
          margin-bottom: 16px;
          color: #2872e1; }
          #AppDetails .description-modal .items-settings .support-content .support-app:hover {
            color: #14458f; }
        #AppDetails .description-modal .items-settings .support-content .support-email {
          cursor: pointer;
          font-size: 14px;
          margin-bottom: 16px;
          font-weight: 500;
          color: #2872e1; }
          #AppDetails .description-modal .items-settings .support-content .support-email:hover {
            color: #14458f; }
  #AppDetails .content-modal {
    margin-top: 10%; }
    #AppDetails .content-modal .video-box {
      width: 95%;
      margin-left: 0.5%; }


.block-root {
  border: 2px solid #ccc !important;
  top: 0px !important;
  box-shadow: none !important; }
  .block-root .block-header {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border: 0px !important;
    margin: 10px; }
  .block-root .iframe-block {
    padding: 1px !important;
    width: -webkit-fill-available;
    border-left: none; }
  .block-root:focus-visible {
    outline: 2px solid #166ee1 !important; }

.delete-modal-sure {
  z-index: 1000;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  padding: 16px;
  width: 250px;
  top: 28px;
  left: 10px;
  border-radius: 4px;
  font-size: 13px; }
  .delete-modal-sure .content {
    margin-bottom: 8px;
    line-height: 1.5;
    font-size: 14.4px;
    font-weight: 500;
    cursor: text; }
    .delete-modal-sure .content p {
      margin: 12px 0px !important; }
  .delete-modal-sure .app-modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .delete-modal-sure .app-modal-footer .modal-btn {
      max-width: 192px;
      height: 32px;
      font-size: 13px;
      line-height: 22px;
      border: 0;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0 8px 0 0 !important;
      padding: 0 12px;
      border-radius: 6px;
      font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
      .delete-modal-sure .app-modal-footer .modal-btn .btn-text {
        transform: translateY(-0.5px);
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
        font-weight: 500; }
    .delete-modal-sure .app-modal-footer .modal-cancel-btn {
      background-color: transparent;
      color: #1f1f1f; }
      .delete-modal-sure .app-modal-footer .modal-cancel-btn:hover {
        background-color: rgba(0, 0, 0, 0.05); }
    .delete-modal-sure .app-modal-footer .modal-delete-btn {
      margin-right: 0px;
      color: #fff;
      background-color: #dc043b;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
      .delete-modal-sure .app-modal-footer .modal-delete-btn:hover {
        background-color: #dc043b;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

.add-app-div {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 76vh;
  text-align: center; }
  .add-app-div .add-app-image {
    width: 50%; }
  .add-app-div .add-app-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px; }
  .add-app-div .add-apps-btn {
    padding: 8px 18px;
    border-radius: 3px;
    font-weight: 500;
    background-color: #166ee1;
    color: white;
    box-shadow: inset 0 0 0 2px transparent;
    cursor: pointer;
    display: inline-block; }
    .add-app-div .add-apps-btn:hover {
      color: #ffffffcc;
      box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.25); }
  .add-app-div .add-upgrade-btn {
    background-color: #166ee1 !important;
    color: white !important;
    box-shadow: inset 0 0 0 2px transparent;
    padding-left: 3.071429em !important; }
    .add-app-div .add-upgrade-btn:hover {
      color: #ffffffcc !important;
      box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.25); }

.in-block {
  width: 97% !important;
  left: 0% !important;
  margin: 0px !important; }

.block-upgrade-div {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  height: 81%;
  justify-content: center; }
  .block-upgrade-div .block-upgrad-text {
    font-size: 14.5px;
    opacity: 0.8;
    margin: 2px 3px 9px 2px; }
  .block-upgrade-div .upgrade-btn {
    padding: 8px 18px;
    border-radius: 3px;
    font-weight: 500;
    background-color: #166ee1;
    color: white;
    box-shadow: inset 0 0 0 2px transparent;
    cursor: pointer;
    display: inline-block; }
    .block-upgrade-div .upgrade-btn:hover {
      color: #ffffffcc;
      box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.25); }

.react-grid-item > .react-resizable-handle {
  right: 2.8% !important; }

.react-grid-item.react-grid-placeholder {
  background-color: gray; }

.dashboard-title-input {
  padding: 2% !important;
  font-weight: 500;
  font-size: 16px;
  color: black;
  border: 1px solid #ddd;
  outline: none;
  background-color: white;
  padding-left: 8px;
  width: 100%;
  border-radius: 2px; }
  .dashboard-title-input:focus, .dashboard-title-input:focus {
    outline: none;
    border: 2px solid #00000040 !important; }
  .dashboard-title-input:focus-visible {
    outline: none; }
  .dashboard-title-input::selection {
    color: white; }

.active-dashboard span {
  border-bottom: 2px solid rgba(0, 0, 0, 0.05); }

.add-block .arrows.alternate.vertical {
  padding-top: 0px !important; }

.add-block .compress {
  padding-top: 0px !important; }

.select-box li {
  width: 122px !important; }

.some-page-wrapper {
  margin: 15px; }

.inital-block-div {
  display: flex;
  padding: 10px;
  flex-direction: column; }
  .inital-block-div .card {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2) !important; }
    .inital-block-div .card:hover {
      box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2) !important; }

.wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 5%;
  padding: 2%;
  border-radius: 10px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2); }

.block-modal-detail {
  margin: 0px !important; }

.block-container-style {
  padding: 10px 3px !important;
  margin: 0 !important;
  border-radius: 5px !important;
  -moz-box-shadow: 0 0 0px 0px #888 !important;
  -webkit-box-shadow: 0 0 0px 0px #888 !important;
  box-shadow: 0 0 0px 0px #888 !important;
  cursor: default; }
  .block-container-style .block-iframe-grid {
    padding-left: 0px 15px 0px 21px !important; }
    .block-container-style .block-iframe-grid .block-modal-detail {
      margin: 0px 0px 15px 0px; }
    .block-container-style .block-iframe-grid .dashboard-rename {
      padding: 2% !important;
      font-size: 16px;
      color: #000000bf;
      border: 1px solid #ddd;
      outline: none;
      background-color: white;
      padding-left: 8px;
      height: 25px;
      width: 100%;
      border-radius: 2px; }
      .block-container-style .block-iframe-grid .dashboard-rename:focus, .block-container-style .block-iframe-grid .dashboard-rename:focus {
        outline: none;
        border: 2px solid #00000040 !important; }
      .block-container-style .block-iframe-grid .dashboard-rename:focus-visible {
        outline: none; }
      .block-container-style .block-iframe-grid .dashboard-rename::selection {
        color: white; }
    .block-container-style .block-iframe-grid .arrows.alternate.vertical {
      font-size: 14px;
      padding-top: 0px;
      margin-left: 5px;
      cursor: pointer;
      background: none; }
    .block-container-style .block-iframe-grid .row .embedcolumn-apps {
      line-height: 1.2;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .block-container-style .stackby-block {
    height: calc(100% - 35px); }

.footer-add-app-button {
  position: absolute;
  transform: translate(12px, 510px);
  width: 94% !important;
  height: 40px !important;
  border: 2px solid white !important;
  border-radius: 7px !important; }
  .footer-add-app-button span {
    display: none !important; }

.footer-add-app-button-dummy {
  position: absolute;
  transform: translate(12px, 510px);
  width: 94% !important;
  height: 4% !important;
  border: 2px solid white !important;
  border-radius: 7px !important; }
  .footer-add-app-button-dummy span {
    display: none !important; }

.renderBlock {
  transform: none !important;
  transition-property: none !important; }

.renderblockopen .block-modal {
  z-index: 10; }

.renderblockopen .blockModalExpand {
  z-index: 11; }

.expand-block {
  position: fixed !important;
  top: 0;
  left: 1% !important;
  bottom: 0;
  z-index: 4;
  display: flex;
  justify-content: center;
  height: 100%; }

.auto-strech {
  width: 97% !important; }

.title {
  font-size: 1.5em;
  font-weight: 600; }

.block-description {
  margin-left: 5%;
  display: flex;
  flex-direction: column;
  width: -webkit-fill-available;
  width: -moz-available; }

.chart-icon {
  font-size: 60px !important;
  height: 100%;
  color: cornflowerblue; }

.row-modal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }

.column-modal {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1; }

.box-shadow {
  -moz-box-shadow: 0 0 5px 5px #888;
  -webkit-box-shadow: 0 0 5px 5px #888;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2); }

.block-name-dropdown {
  display: contents !important; }
  .block-name-dropdown .text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: normal; }
  .block-name-dropdown .icon {
    margin-left: 4px !important;
    margin-bottom: 5px !important; }

.dashboard-contex-menu {
  min-width: 190px;
  width: 100%;
  padding: 10px 0;
  position: absolute;
  background: #fff;
  border-radius: 4px;
  list-style: none;
  border: 1px solid #ddd;
  font-weight: 400;
  color: #4d4d4d; }
  .dashboard-contex-menu li {
    padding: 6px 10px;
    cursor: pointer; }
    .dashboard-contex-menu li span {
      position: relative;
      top: -2px;
      color: #212121;
      letter-spacing: .4px;
      font-size: 13px; }
    .dashboard-contex-menu li svg {
      position: relative;
      top: 2px;
      margin-right: 10px; }
    .dashboard-contex-menu li:hover {
      background: #e7e7e7; }
  .dashboard-contex-menu .contex-menu-border {
    border-top: 1px solid #0000000d;
    margin: 8px;
    padding: 0; }

.explore-block {
  width: fit-content !important; }

#blockOptions .ui.dropdown > .dropdown.icon {
  padding-left: 5px; }

#blockOptions .ui.dropdown .menu > .item {
  padding: 0.60rem 1.14285714rem !important; }

#blockOptions .ui.top.left.pointing.dropdown > .menu {
  margin: 0px !important; }

.block-modal-search {
  width: 100%;
  padding: 0px 5px !important;
  margin-bottom: 20px; }
  .block-modal-search input {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important; }

.block-search {
  width: 100%;
  margin-bottom: 15px; }
  .block-search input {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    padding: 15px !important; }

.block-search-header {
  padding-bottom: 1rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important; }

.custom-card {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2) !important; }
  .custom-card:hover {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2) !important;
    transform: none !important; }

.block-list {
  display: flex;
  flex-direction: column;
  width: 96%;
  margin: auto;
  margin-top: 15%; }

@media only screen and (max-width: 500px) {
  .blocks {
    width: -webkit-fill-available;
    border-left: none; } }

.appsWarning {
  display: flex;
  font-size: 13px;
  align-items: center;
  background-color: #ff3e0033;
  padding: 0.5rem 1rem; }
  .appsWarning .warningText {
    margin-right: 0.5rem; }
  .appsWarning .warning {
    color: #ed9224; }
  .appsWarning .contactSupport {
    border-radius: 3px;
    border-width: 2px;
    border-style: solid;
    font-weight: 500;
    background-color: #2185D0;
    color: white;
    border-color: transparent;
    white-space: nowrap;
    height: 28px;
    line-height: 22px;
    padding: 0 0.5rem;
    cursor: pointer; }
  .appsWarning .contactSupport:hover {
    opacity: .85; }

#resumeAllBlockContainer {
  display: flex;
  padding: 0.5rem 1rem;
  background-color: #eee;
  align-items: center;
  justify-content: space-between;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: rgba(0, 0, 0, 0.05); }
  #resumeAllBlockContainer .baymax {
    margin-right: 0.5rem; }
  #resumeAllBlockContainer .Blockcontainerbutton {
    border-radius: 3px;
    border-width: 2px;
    border-style: solid;
    font-weight: 500;
    background-color: #2872e1;
    color: white;
    border-color: transparent;
    white-space: nowrap;
    height: 28px;
    line-height: 22px;
    padding: 0 0.5rem;
    cursor: pointer; }
  #resumeAllBlockContainer .Blockcontainerbutton:hover {
    opacity: .85; }

.embedblock-layout {
  height: calc(100vh - 150px) !important; }

.embedresumeshow-layout {
  height: calc(100vh - 256px) !important; }

.blocklimit-layout {
  height: calc(100vh - 236px) !important; }

.blocklimitresume-layout {
  height: calc(100vh - 342px) !important; }

.resumeblock-limit-layout {
  height: calc(100vh - 230px) !important; }

.limitblock-layout {
  height: calc(100vh - 178px) !important; }

.resumeshow-layout {
  height: calc(100vh - 180px) !important; }

.block-layout {
  height: calc(100vh - 128px) !important; }

.resumeshow-note, .resumeshow-blocklimit {
  height: calc(100vh - 173px) !important; }

.expanddashboard-layout {
  height: calc(100vh - 218px) !important; }

#resume_chart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 15px;
  background-color: #fafafa;
  text-align: center;
  font-size: 13px; }
  #resume_chart .image img.chart_img {
    height: 72px;
    height: 72px;
    filter: grayscale(100%);
    margin-bottom: 1rem; }
  #resume_chart .image .chart_text {
    opacity: .75;
    margin-bottom: 0.5rem; }
  #resume_chart .link_quite {
    font-weight: 500;
    padding-bottom: 0.14rem;
    border-bottom: 2px solid #2d7ff9;
    display: inline-block;
    color: #2d7ff9;
    cursor: pointer; }
  #resume_chart .link_quite:hover {
    opacity: .85; }

.upgradePlanBtn {
  border-radius: 3px;
  background-color: #2872e1;
  color: white;
  border-color: transparent;
  white-space: nowrap;
  height: 28px;
  padding: 0 0.5rem !important;
  cursor: pointer;
  font-size: 14px;
  margin-left: 4px; }

.upgradePlanBtn:hover {
  opacity: .85; }

.custom-dashboard-menu .dashboard-list .dashboard-title {
  margin-right: 12px; }
  .custom-dashboard-menu .dashboard-list .dashboard-title .dashboard-icon {
    display: flex;
    align-items: center;
    padding: 8px;
    cursor: pointer; }
  .custom-dashboard-menu .dashboard-list .dashboard-title .dashboard-name {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0; }
    .custom-dashboard-menu .dashboard-list .dashboard-title .dashboard-name .dashboard-rename-text {
      display: flex;
      flex: 1 1 auto;
      min-width: 0;
      cursor: default; }
      .custom-dashboard-menu .dashboard-list .dashboard-title .dashboard-name .dashboard-rename-text .dashboard-text {
        font-size: 14.4px;
        cursor: pointer;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%; }
        .custom-dashboard-menu .dashboard-list .dashboard-title .dashboard-name .dashboard-rename-text .dashboard-text:hover {
          opacity: .85; }
      .custom-dashboard-menu .dashboard-list .dashboard-title .dashboard-name .dashboard-rename-text .addAppLeft {
        display: flex;
        align-items: center;
        max-width: 24rem;
        overflow: inherit;
        text-overflow: inherit;
        white-space: inherit; }
      .custom-dashboard-menu .dashboard-list .dashboard-title .dashboard-name .dashboard-rename-text .dashboardNameIsExpand {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        color: #1f1f1f; }
      .custom-dashboard-menu .dashboard-list .dashboard-title .dashboard-name .dashboard-rename-text .addLeftBtn {
        padding: 0px;
        margin-right: 0px;
        margin-left: 4px;
        font-size: 14.4px;
        font-weight: 500;
        display: flex;
        align-items: center;
        font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
        .custom-dashboard-menu .dashboard-list .dashboard-title .dashboard-name .dashboard-rename-text .addLeftBtn .addIcon {
          font-size: 13px; }
  .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu {
    position: absolute;
    margin-top: -10px;
    width: 85%;
    display: inline-block;
    overflow: hidden;
    z-index: 2;
    padding: 8px 10px;
    top: 0;
    left: 35px;
    border-radius: 3px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    box-sizing: border-box; }
    .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .inputsearch-main {
      padding: 0 6px; }
      .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .inputsearch-main .input-label {
        padding-top: 8px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        text-align: left;
        display: flex;
        align-items: center; }
        .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .inputsearch-main .input-label .search-icon {
          opacity: .75;
          display: flex;
          align-items: center;
          padding: 6px; }
        .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .inputsearch-main .input-label .input-search {
          border: 0;
          border-color: transparent;
          padding: 8px 16px 8px 4px;
          max-width: 100%;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
          .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .inputsearch-main .input-label .input-search:focus-visible {
            outline: none !important; }
    .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboardlist-menu {
      padding: 8px;
      max-height: calc(65vh - 100px); }
      .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboardlist-menu .active-dashboard {
        background-color: rgba(0, 0, 0, 0.05); }
      .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboardlist-menu .dashboardname-div {
        display: flex;
        align-items: center;
        border-radius: 3px;
        cursor: pointer; }
        .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboardlist-menu .dashboardname-div:hover {
          background-color: rgba(0, 0, 0, 0.05); }
          .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboardlist-menu .dashboardname-div:hover .dot-sec {
            visibility: visible !important;
            opacity: 0.5; }
        .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboardlist-menu .dashboardname-div .dashboardname-content {
          display: flex;
          align-items: center;
          padding: 8px 16px 8px 0;
          flex: 1 1 auto;
          border-radius: 3px;
          min-width: 0; }
          .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboardlist-menu .dashboardname-div .dashboardname-content .dashboardname-icon {
            display: flex;
            align-items: center;
            padding: 0 8px;
            width: 32px; }
          .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboardlist-menu .dashboardname-div .dashboardname-content .dashboardname-text {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 100%;
            flex: 1 1 auto;
            font-size: 14.4px;
            font-weight: 500;
            color: #4d4d4d; }
          .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboardlist-menu .dashboardname-div .dashboardname-content .dot-sec {
            display: flex;
            align-items: center;
            visibility: hidden;
            margin-bottom: -4.5px;
            opacity: 0.5; }
          .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboardlist-menu .dashboardname-div .dashboardname-content .dot-draggable {
            visibility: visible; }
      .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboardlist-menu .dashboard-not-found {
        opacity: .75;
        padding: 60px 0;
        text-align: center;
        cursor: text; }
    .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboard-footer {
      padding: 0 6px; }
      .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboard-footer .dashboard-footer-content {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        border-top: 2px solid rgba(0, 0, 0, 0.05); }
        .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboard-footer .dashboard-footer-content .add-dashboard {
          opacity: .75;
          cursor: pointer;
          display: flex;
          align-items: center;
          margin-right: 16px;
          padding: 8px 0;
          font-weight: 500;
          font-size: 13px; }
        .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboard-footer .dashboard-footer-content .trash-button {
          opacity: .75;
          cursor: pointer;
          display: flex;
          align-items: center;
          padding: 8px 0;
          font-weight: 500;
          font-size: 13px;
          min-width: 0; }
          .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboard-footer .dashboard-footer-content .trash-button .trash-icon {
            display: flex;
            align-items: center; }
          .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboard-footer .dashboard-footer-content .trash-button span {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
    .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu ::-webkit-scrollbar {
      display: block !important; }
    .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu ::-webkit-scrollbar {
      -ms-overflow-style: block !important; }
    @media (max-width: 600px) {
      .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu {
        width: 60%; } }

#StackSidebar {
  width: 440px;
  background-size: cover;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  overflow: hidden;
  transition: all .5s ease;
  height: fit-content;
  overflow: auto;
  height: 94vh;
  z-index: 6;
  padding: 10px; }
  #StackSidebar .stacksidebar-main {
    padding: 10px;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    border-radius: 5px; }
    #StackSidebar .stacksidebar-main .header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 12px; }
      #StackSidebar .stacksidebar-main .header .close-icon {
        font-size: 22px;
        cursor: pointer; }
    #StackSidebar .stacksidebar-main .main-heading {
      font-size: 17px;
      font-weight: 500; }
    #StackSidebar .stacksidebar-main .sub-heading {
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 5px; }
    #StackSidebar .stacksidebar-main .bold-heading {
      font-size: 12px;
      font-weight: 400;
      margin: 10px 0; }
    #StackSidebar .stacksidebar-main .text-desc {
      font-size: 13px;
      opacity: 1;
      margin-bottom: 10px; }
    #StackSidebar .stacksidebar-main .boxes {
      margin: 13px 0px 0px 0px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding: 0px 0px 9px 0px;
      gap: 5px; }
    #StackSidebar .stacksidebar-main .or-divider {
      display: flex;
      align-items: center;
      text-align: center;
      color: white;
      font-size: 13px;
      font-weight: 400;
      margin: 5px 0; }
      #StackSidebar .stacksidebar-main .or-divider::before, #StackSidebar .stacksidebar-main .or-divider::after {
        content: "";
        flex: 1;
        border-top: 1px solid white; }
      #StackSidebar .stacksidebar-main .or-divider::before {
        margin-right: 10px; }
      #StackSidebar .stacksidebar-main .or-divider::after {
        margin-left: 10px; }
    #StackSidebar .stacksidebar-main .box {
      border: 1px solid #ddd;
      padding: 10px;
      border-radius: 3px;
      width: 45%;
      font-size: 13px;
      font-weight: 500;
      cursor: pointer;
      text-align: center; }
      #StackSidebar .stacksidebar-main .box .box-img {
        width: 35px;
        margin: 0px 8px 0px 0px;
        border-radius: 2px; }
      #StackSidebar .stacksidebar-main .box .box-template-title {
        display: -webkit-box !important;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        font-size: 14px;
        font-weight: 500;
        text-align: left; }
    #StackSidebar .stacksidebar-main .template-list-main {
      overflow: auto;
      max-height: 30vh;
      padding-right: 2px;
      scrollbar-width: thin;
      scrollbar-color: rgba(0, 0, 0, 0.4) transparent; }
      #StackSidebar .stacksidebar-main .template-list-main .loader {
        margin-top: 5vh; }
      #StackSidebar .stacksidebar-main .template-list-main::-webkit-scrollbar {
        width: 6px; }
      #StackSidebar .stacksidebar-main .template-list-main::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.4); }
      #StackSidebar .stacksidebar-main .template-list-main::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 12px;
        border: 2px solid transparent;
        background-clip: content-box; }
    #StackSidebar .stacksidebar-main .template-box {
      display: flex;
      align-items: center;
      width: 100%;
      height: 4.5vh;
      margin: 0px 0px 7px 0px;
      background: #00000040;
      border: none;
      border-radius: 4px; }
      #StackSidebar .stacksidebar-main .template-box .box-template-title {
        font-weight: 400; }
    #StackSidebar .stacksidebar-main .templates-search-input ::placeholder {
      font-weight: 400; }
    #StackSidebar .stacksidebar-main .templates-search-input input {
      font-weight: 400;
      color: #fff;
      background-color: #00000040; }
    #StackSidebar .stacksidebar-main .footer-boxes {
      border: none;
      margin-top: 10px;
      gap: 10px; }
      #StackSidebar .stacksidebar-main .footer-boxes .box {
        width: 100%;
        background: #00000040;
        border: none;
        padding: 16px;
        font-size: 14px;
        font-weight: 400; }
    #StackSidebar .stacksidebar-main .need-help {
      font-size: 13px;
      font-weight: 400;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px; }
      #StackSidebar .stacksidebar-main .need-help .need-link {
        text-decoration: underline;
        font-size: 14px;
        font-weight: 400;
        cursor: pointer; }
  #StackSidebar .pasteDataModel .paseDetailBlock {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500; }
    #StackSidebar .pasteDataModel .paseDetailBlock .columnsName {
      background-color: rgba(0, 0, 0, 0.1);
      height: 45px;
      padding: .5rem;
      overflow-x: scroll;
      white-space: nowrap; }
      #StackSidebar .pasteDataModel .paseDetailBlock .columnsName span {
        border: 1px solid;
        border-color: rgba(0, 0, 0, 0.1);
        padding: .5rem; }
  #StackSidebar .pasteDataModel .paste-content .paste-header {
    font-size: 20px;
    font-weight: bold; }
  #StackSidebar .pasteDataModel .paste-content .paste-desc {
    font-size: 12px; }

#ImportGoogleSheetModel .header {
  display: flex;
  justify-content: space-between; }

#AddNewCollboratorModel {
  color: #4d4d4d;
  padding: 16px 16px 12px 16px;
  box-shadow: 0 0 0 2px #efefef; }
  #AddNewCollboratorModel .header {
    border-bottom: 1px solid white;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
    padding-bottom: 8px; }
  #AddNewCollboratorModel .scrolling.content {
    overflow: visible !important;
    max-height: 100%; }
  #AddNewCollboratorModel .form-content {
    margin-left: 10px;
    margin-right: 10px; }
    #AddNewCollboratorModel .form-content .form-details {
      margin: 0px 1px 16px 0px;
      font-size: 14.5px; }
    #AddNewCollboratorModel .form-content .form-textarea-main p {
      font-size: 13.6px;
      opacity: 0.8; }
    #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .dropdown-scroll .dropdown-scrolllist .visible {
      overflow-x: visible !important;
      overflow-y: visible !important;
      max-height: 21.028571rem !important; }
    #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select {
      position: relative;
      left: 0;
      top: 0px;
      width: 100%;
      background: #fff;
      outline: none;
      box-shadow: none;
      line-height: 18px; }
      #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .css-1okebmr-indicatorSeparator {
        display: none; }
      #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .css-1pahdxg-control, #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .css-yk16xz-control {
        border: none;
        border-radius: 3px;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
        #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .css-1pahdxg-control:hover, #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .css-yk16xz-control:hover {
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
        #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .css-1pahdxg-control:focus, #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .css-yk16xz-control:focus {
          outline: none !important;
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
      #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .css-g1d714-ValueContainer {
        height: 38px; }
      #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .css-b8ldur-Input {
        caret-color: black !important; }
      #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .css-26l3qy-menu {
        margin: 0; }
      #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select {
        z-index: 2;
        min-height: 30px; }
        #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select .Select-clear {
          margin-top: -5px; }
        #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select .Select-control {
          position: relative;
          height: inherit !important;
          border: 2px solid #0096ff;
          border-radius: 4px;
          z-index: 1 !important; }
          #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select .Select-control .Select-placeholder {
            line-height: 26px;
            padding: 0 12px !important; }
          #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select .Select-control .Select-multi-value-wrapper {
            display: inline-flex !important;
            flex-direction: row !important;
            flex-wrap: wrap !important;
            padding-left: 5px;
            min-height: 30px; }
          #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select .Select-control .Select-arrow-zone {
            cursor: pointer;
            display: table-cell !important;
            position: relative;
            text-align: center;
            vertical-align: middle !important;
            width: 25px;
            padding: 5px; }
          #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select .Select-control .Select-input {
            height: 18px;
            padding: 0px !important;
            vertical-align: middle;
            margin: auto 0; }
          #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select .Select-control .Select-input > input {
            box-sizing: border-box !important;
            padding: 0 !important; }
          #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select .Select-control:hover {
            box-shadow: none; }
      #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select.is-focused:not(.is-open) > .Select-control {
        box-shadow: none; }
      #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select-menu-outer {
        z-index: 3;
        box-shadow: 0 0 8px #888;
        width: max-content;
        min-width: 100%; }
        #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select-menu-outer .Select-menu .Select-option {
          padding: 6px 10px;
          width: 100%;
          min-width: max-content; }
        #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select-menu-outer .Select-menu::-webkit-scrollbar {
          width: 4px; }
      #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .links-bx {
        border: 2px solid #0096ff;
        border-radius: 4px;
        padding: 5px; }
        #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .links-bx .links-bx-link {
          display: flex;
          flex-wrap: wrap;
          width: 100%;
          max-width: 100%;
          height: 115px; }
        #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .links-bx .icon-expand {
          position: absolute;
          right: 5px;
          top: 10px; }
      #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .api-data {
        border: 2px solid #0096ff;
        border-radius: 4px;
        max-width: 500px;
        overflow: scroll;
        padding: 5px; }
    #AddNewCollboratorModel .form-content .list-item-title {
      font-size: 13px;
      opacity: .75; }
    #AddNewCollboratorModel .form-content .invite-content {
      margin-bottom: 16px; }
    #AddNewCollboratorModel .form-content .stack-content {
      display: flex;
      align-items: center;
      margin-bottom: 8px;
      cursor: pointer; }
    #AddNewCollboratorModel .form-content .collaborater-text {
      font-size: 14.4px;
      font-weight: 500; }
    #AddNewCollboratorModel .form-content .collaborater-help-content {
      display: inline-block;
      cursor: pointer;
      opacity: .75;
      margin-left: 8px;
      color: #00000080; }
    #AddNewCollboratorModel .form-content .email-input-css {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 8px;
      border: none;
      border-radius: 3px;
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
      #AddNewCollboratorModel .form-content .email-input-css:hover {
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
      #AddNewCollboratorModel .form-content .email-input-css:focus {
        outline: none !important;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
    #AddNewCollboratorModel .form-content .radio-item {
      margin-top: 15px;
      padding-top: 15px;
      padding-bottom: 15px;
      display: flex;
      flex-direction: column; }
    #AddNewCollboratorModel .form-content .search-close {
      opacity: .5;
      cursor: pointer;
      display: flex;
      align-items: center;
      margin-left: -22px; }
  #AddNewCollboratorModel .invite-error-message {
    cursor: text;
    color: #dc043b;
    font-size: 13px; }
  #AddNewCollboratorModel .button {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    margin-bottom: 9px; }
    #AddNewCollboratorModel .button:focus {
      border: none; }
  #AddNewCollboratorModel .cancel-btn {
    background: none; }

#ConfirmModal {
  color: #4d4d4d;
  padding: 12px;
  box-shadow: 0 0 0 2px #efefef;
  margin: -170px 0 0 -245px !important;
  width: 475px; }
  #ConfirmModal .header {
    border-bottom: 1px solid white;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
    padding-bottom: 8px;
    font-size: 22px;
    line-height: 1.5;
    color: #4d4d4d;
    margin-bottom: 5px; }
  #ConfirmModal .owner-heading {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.5;
    color: #4d4d4d;
    padding: 20px 20px 0 20px; }
  #ConfirmModal .owner-content {
    padding: 16px 20px 48px 20px;
    line-height: 1.5;
    font-size: 13px; }
    #ConfirmModal .owner-content .ws-list {
      margin-left: 24px; }
  #ConfirmModal .scrolling.content {
    overflow: visible !important; }
  #ConfirmModal .button {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
    padding: 0 20px; }
  #ConfirmModal .cancel-btn {
    background: none;
    height: 32px;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 0 12px;
    color: #2e2f32;
    margin: 0;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
    #ConfirmModal .cancel-btn:hover {
      background-color: #ededef;
      box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 0px 0.5px inset; }
  #ConfirmModal .confirm-btn {
    padding: 0 12px;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background-color: #166ee1 !important;
    color: #fff;
    margin: 0 0 0 12px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
    #ConfirmModal .confirm-btn:hover {
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    #ConfirmModal .confirm-btn:focus {
      border: none; }

html {
  --scrollbarBG: #CFD8DC;
  --thumbBG: #90A4AE; }

.app-modal {
  min-width: 50%;
  border: 3px solid lightgray;
  border-radius: 10px; }
  .app-modal #GridModal .grid-modal .sidebar-bx {
    margin-top: 15px; }
    .app-modal #GridModal .grid-modal .sidebar-bx .sidebar-title {
      margin-bottom: 27px;
      text-transform: uppercase;
      font-size: 16px;
      color: #797979; }
      .app-modal #GridModal .grid-modal .sidebar-bx .sidebar-title h2 {
        font-size: 16px;
        margin-left: 60px;
        margin-top: 2em;
        font-weight: bold; }
    .app-modal #GridModal .grid-modal .sidebar-bx .sidebar-items {
      margin-left: 63px;
      margin-top: -13px; }
  .app-modal #FeatureModal .feature-box, .app-modal #AllFeatureModal .feature-box {
    margin-top: 5px;
    height: -webkit-fill-available;
    box-shadow: none !important;
    border: none; }
    .app-modal #FeatureModal .feature-box .main-title, .app-modal #AllFeatureModal .feature-box .main-title {
      margin-bottom: 10px;
      font-size: 16px;
      color: #797979;
      margin-top: 7px;
      margin-left: 11px; }
    .app-modal #FeatureModal .feature-box h2, .app-modal #AllFeatureModal .feature-box h2 {
      font-weight: 700; }
    .app-modal #FeatureModal .feature-box .container, .app-modal #AllFeatureModal .feature-box .container {
      margin-top: 17px;
      margin-left: 0px !important; }
      .app-modal #FeatureModal .feature-box .container .item-card, .app-modal #AllFeatureModal .feature-box .container .item-card {
        margin-left: 5px;
        width: 100%;
        margin-top: 0em;
        margin-bottom: 0em; }
        .app-modal #FeatureModal .feature-box .container .item-card .card, .app-modal #AllFeatureModal .feature-box .container .item-card .card {
          width: 46%;
          display: flex;
          align-items: stretch; }
  .app-modal #FeatureModal .grid-integration, .app-modal #AllFeatureModal .grid-integration {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
    grid-gap: 16px 24px;
    margin-top: 20px; }
    .app-modal #FeatureModal .grid-integration .integrationLink, .app-modal #AllFeatureModal .grid-integration .integrationLink {
      cursor: pointer;
      transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1); }
      .app-modal #FeatureModal .grid-integration .integrationLink .integration-card, .app-modal #AllFeatureModal .grid-integration .integrationLink .integration-card {
        width: 100%;
        height: 72px;
        background: #fff;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
        border: 1px solid #e2e2e2;
        border-radius: 7px;
        display: flex;
        align-items: center; }
        .app-modal #FeatureModal .grid-integration .integrationLink .integration-card .inte-logoSection, .app-modal #AllFeatureModal .grid-integration .integrationLink .integration-card .inte-logoSection {
          padding: 16px; }
          .app-modal #FeatureModal .grid-integration .integrationLink .integration-card .inte-logoSection .inte-logo, .app-modal #AllFeatureModal .grid-integration .integrationLink .integration-card .inte-logoSection .inte-logo {
            height: 40px;
            width: 40px;
            vertical-align: middle; }
        .app-modal #FeatureModal .grid-integration .integrationLink .integration-card .inte-caption, .app-modal #AllFeatureModal .grid-integration .integrationLink .integration-card .inte-caption {
          text-align: left;
          padding-right: 16px;
          font-size: 14px; }
          .app-modal #FeatureModal .grid-integration .integrationLink .integration-card .inte-caption .inte-title, .app-modal #AllFeatureModal .grid-integration .integrationLink .integration-card .inte-caption .inte-title {
            color: #2e2e2e;
            font-weight: 600;
            line-height: 20px;
            padding-right: 16px;
            align-items: center;
            display: flex; }
          .app-modal #FeatureModal .grid-integration .integrationLink .integration-card .inte-caption .inte-type, .app-modal #AllFeatureModal .grid-integration .integrationLink .integration-card .inte-caption .inte-type {
            margin-top: 4px;
            color: #5e5e5e;
            line-height: 16px; }
    .app-modal #FeatureModal .grid-integration .integrationLink:hover, .app-modal #AllFeatureModal .grid-integration .integrationLink:hover {
      box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
      border-radius: 7px;
      transform: translateY(-1px);
      outline: 0; }
  .app-modal #FeatureModal .grid-section, .app-modal #AllFeatureModal .grid-section {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
    @media screen and (min-width: 648px) and (max-width: 900px), screen and (min-width: 1735px), screen and (max-width: 375px) {
      .app-modal #FeatureModal .grid-section .integrationLink .integration-card, .app-modal #AllFeatureModal .grid-section .integrationLink .integration-card {
        height: 108px; } }
    @media screen and (min-width: 901px) and (max-width: 1734px), screen and (min-width: 376px) and (max-width: 478px) {
      .app-modal #FeatureModal .grid-section .integrationLink .integration-card, .app-modal #AllFeatureModal .grid-section .integrationLink .integration-card {
        height: 86px; } }
  @media screen and (min-width: 768px) and (max-width: 828px) {
    .app-modal #FeatureModal .grid-section, .app-modal #AllFeatureModal .grid-section {
      grid-template-columns: repeat(auto-fill, minmax(232px, 1fr)); } }

#GlobalAlertContainer {
  display: flex;
  align-items: center;
  justify-content: center; }

#AddMultiCollboratorModel {
  color: #4d4d4d;
  padding: 12px;
  box-shadow: 0 0 0 2px #efefef; }
  #AddMultiCollboratorModel .header {
    border-bottom: 1px solid white;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
    padding-bottom: 8px;
    font-size: 22px;
    line-height: 1.5;
    color: #4d4d4d;
    margin-bottom: 5px; }
  #AddMultiCollboratorModel .add-user-text {
    padding: 4px 22px;
    margin-bottom: 2px;
    line-height: 1.5;
    font-size: 13px; }
  #AddMultiCollboratorModel .scrolling.content {
    overflow: visible !important; }
  #AddMultiCollboratorModel .form-content {
    margin-left: 10px;
    margin-right: 10px; }
    #AddMultiCollboratorModel .form-content .form-details {
      margin: 0px 1px 16px 0px;
      font-size: 14.5px; }
    #AddMultiCollboratorModel .form-content .form-textarea-main p {
      font-size: 13.6px;
      opacity: 0.8; }
    #AddMultiCollboratorModel .form-content .form-textarea-main .dropdownlist-align .dropdown-scroll .dropdown-scrolllist .visible {
      overflow-x: visible !important;
      overflow-y: visible !important;
      max-height: 21.028571rem !important; }
    #AddMultiCollboratorModel .form-content .list-item-title {
      font-size: 13px;
      opacity: .75; }
    #AddMultiCollboratorModel .form-content .invite-content {
      margin-bottom: 16px; }
    #AddMultiCollboratorModel .form-content .stack-content {
      display: flex;
      align-items: center;
      margin-bottom: 8px;
      cursor: pointer; }
    #AddMultiCollboratorModel .form-content .collaborater-text {
      font-size: 14.4px;
      font-weight: 500; }
    #AddMultiCollboratorModel .form-content .collaborater-help-content {
      display: inline-block;
      cursor: pointer;
      opacity: .75;
      margin-left: 8px;
      color: #00000080; }
    #AddMultiCollboratorModel .form-content .email-input-css {
      padding: 8px;
      border: none;
      border-radius: 4px;
      margin-bottom: 8px;
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
      #AddMultiCollboratorModel .form-content .email-input-css:focus {
        border-radius: 6px;
        outline: none !important;
        box-shadow: inset 0 0 0 2px #166ee1;
        min-height: 36px; }
    #AddMultiCollboratorModel .form-content .verify-email {
      cursor: text;
      color: #dc043b;
      opacity: .75;
      font-size: 13px; }
  #AddMultiCollboratorModel .button {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px; }
    #AddMultiCollboratorModel .button:focus {
      border: none; }
  #AddMultiCollboratorModel .cancel-btn {
    background: none; }

#ProgressBarLoader {
  position: fixed;
  z-index: 7;
  width: 100%; }
  #ProgressBarLoader .progress {
    padding: 0px;
    background: none; }
  #ProgressBarLoader .ui.progress .bar {
    background: #0047ab;
    border-radius: 0px; }

#SidebarSection {
  display: inline-block;
  background: #fff;
  overflow: hidden;
  z-index: 15;
  position: absolute;
  top: 50px;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0px 5px 5px 0px;
  box-shadow: 5px 5px 16px #e6e6e6; }
  #SidebarSection #Sidebar {
    height: 100%;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden; }
    #SidebarSection #Sidebar .sidebar-links-wrapper {
      display: flex;
      padding: 8px;
      flex-direction: column;
      justify-content: space-between; }
    #SidebarSection #Sidebar .brand-icon-link {
      font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
      height: 35px;
      color: #212121;
      border-radius: 4px; }
      #SidebarSection #Sidebar .brand-icon-link img {
        width: 150px;
        margin-top: 3px;
        margin-left: 8px; }
    #SidebarSection #Sidebar .stack-links {
      font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important; }
      #SidebarSection #Sidebar .stack-links .title {
        color: #212121;
        font-size: 12px !important;
        font-weight: 600;
        padding-left: 17px;
        border-bottom: 1px solid #ddd;
        text-transform: uppercase;
        letter-spacing: 1px; }
        #SidebarSection #Sidebar .stack-links .title i {
          padding: 0 1px; }
        #SidebarSection #Sidebar .stack-links .title:hover {
          opacity: .5; }
      #SidebarSection #Sidebar .stack-links .content {
        padding: 0px;
        max-height: 60vh; }
      #SidebarSection #Sidebar .stack-links .stack-link {
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
        padding: 6px;
        color: #212121;
        border-radius: 3px;
        padding-left: 16px;
        margin-top: 5px;
        border: 1px solid transparent; }
        #SidebarSection #Sidebar .stack-links .stack-link span {
          text-overflow: ellipsis;
          overflow: hidden;
          width: 180px; }
        #SidebarSection #Sidebar .stack-links .stack-link:hover {
          background: rgba(0, 0, 0, 0.05);
          border-color: #7f7f7f; }
        #SidebarSection #Sidebar .stack-links .stack-link i,
        #SidebarSection #Sidebar .stack-links .stack-link svg {
          position: relative;
          font-size: 20px;
          margin-right: 10px; }
    #SidebarSection #Sidebar .color-shows {
      height: 25px;
      width: 25px;
      border-radius: 2px;
      padding: 2px; }
    #SidebarSection #Sidebar .nav-links-wrapper .nav-links .nav-link {
      font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
      height: 35px;
      color: #212121;
      border-radius: 4px;
      padding: 0 10px; }
      #SidebarSection #Sidebar .nav-links-wrapper .nav-links .nav-link:hover {
        background-color: #fff !important;
        font-weight: 700; }
      #SidebarSection #Sidebar .nav-links-wrapper .nav-links .nav-link i,
      #SidebarSection #Sidebar .nav-links-wrapper .nav-links .nav-link svg {
        position: relative;
        top: -2px;
        font-size: 14px;
        margin-right: 10px; }

#topbar {
  padding: 9px 12px;
  background-color: #3871f9;
  justify-content: space-between; }
  #topbar > a {
    line-height: 10px; }
  #topbar .stack-name-input {
    font-weight: 500;
    font-size: 16px;
    font-weight: 500;
    font-size: 16px;
    color: black;
    border: 1px solid black;
    outline: none;
    background-color: white;
    height: 30px;
    padding-left: 8px; }
    #topbar .stack-name-input:focus, #topbar .stack-name-input:focus {
      outline: none; }
    #topbar .stack-name-input::selection {
      color: white; }
  #topbar .icon-wrapper .brand-icon {
    height: 32px;
    width: 32px;
    background: #fff;
    border-radius: 8px;
    display: inherit; }
  #topbar .icon-wrapper .more-icon {
    display: flex; }
  #topbar .icon-wrapper .StackbyLogo_icon {
    height: 24px;
    width: 24px;
    margin: 4px; }
  #topbar .icon-wrapper:hover .brand-icon {
    display: none; }
  #topbar .stack_icon {
    margin: 4px; }
  #topbar .stackName-content {
    max-width: 480px;
    max-height: 24px;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0; }
    #topbar .stackName-content .stackName-info {
      min-width: 0px;
      flex: 0 1 auto;
      display: flex;
      align-items: center;
      cursor: pointer;
      border-radius: 3px;
      font-size: 16px;
      line-height: 1.25; }
  #topbar .logo-brand {
    color: #fff;
    font-size: 17px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0px;
    flex: 0 1 auto;
    font-weight: 675;
    letter-spacing: -0.01rem;
    line-height: 24px; }
  @media (max-width: 765px) {
    #topbar .logo-brand {
      max-width: 150px; }
    #topbar .brand-name {
      display: none;
      margin-top: 2px; } }
  #topbar .trial-error {
    padding: 0px 5px;
    background: #F52B5F;
    color: white;
    border-radius: 5px;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.6;
    font-size: 12px;
    cursor: pointer;
    border: 2px solid #7d7d7d; }
  #topbar .descrition-select {
    opacity: 0.6;
    color: white;
    font-size: 16px;
    margin: 0 0 0 4px !important;
    display: flex;
    align-items: center; }
    #topbar .descrition-select:hover {
      opacity: 1;
      cursor: pointer;
      color: white; }
  #topbar .automation_button {
    border-radius: 25px;
    height: 28px;
    transition: opacity 0.4s;
    margin-left: 11px;
    cursor: pointer; }
    #topbar .automation_button:hover {
      color: rgba(255, 255, 255, 0.95);
      background: rgba(0, 0, 0, 0.1);
      transition: background-color 0.12s ease 0s, box-shadow 0.12s ease 0s; }
  #topbar .automation_button.active {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px inset, rgba(0, 0, 0, 0.1) 0px 1px 1px inset;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.95); }
  #topbar .menu-icon-hover:hover {
    border: none !important;
    box-shadow: none !important; }
  #topbar .stack-name-root {
    position: absolute; }
    @media only screen and (max-width: 450px) {
      #topbar .stack-name-root {
        display: contents; } }
  #topbar .brand-name {
    position: fixed;
    margin-left: calc(50% - -7px);
    margin-top: 0px; }
    #topbar .brand-name span {
      color: #fff; }
  #topbar .stack-name {
    background-color: #fff;
    border-radius: 5px;
    color: #a2a7b4;
    opacity: 0.8;
    cursor: pointer;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3px; }
    #topbar .stack-name:hover {
      opacity: 1; }
  #topbar #navConfig {
    display: inherit;
    color: #fff;
    align-items: center; }
    #topbar #navConfig .invite {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 2px; }
    #topbar #navConfig .contact-btn-div {
      background: #fff;
      opacity: 0.8;
      border-radius: 25px;
      height: 28px;
      transition: opacity 0.4s;
      padding: 12.5px 6px; }
      #topbar #navConfig .contact-btn-div:hover {
        opacity: 1; }
      #topbar #navConfig .contact-btn-div .contact-btn {
        min-width: 60px;
        text-align: center;
        color: #a2a7b4;
        font-weight: 500;
        letter-spacing: 1px;
        padding: 0 6px;
        font-size: 13px; }
    #topbar #navConfig .business-btn-div {
      height: 28px;
      border-radius: 25px;
      background: rgba(0, 0, 0, 0.65);
      transition: opacity 0.4s;
      padding: 12.5px 6px;
      box-sizing: border-box;
      text-align: center;
      display: flex; }
      #topbar #navConfig .business-btn-div .business-btn {
        display: flex;
        align-items: center;
        text-align: center;
        color: #a2a7b4;
        font-weight: 500;
        letter-spacing: 1px;
        padding: 0 6px;
        font-size: 13px; }
        #topbar #navConfig .business-btn-div .business-btn .circle_btn {
          height: 10px;
          width: 10px;
          border-radius: 50%; }
        #topbar #navConfig .business-btn-div .business-btn .limitText {
          margin-left: 8px;
          font-weight: 500;
          color: #fff; }
        #topbar #navConfig .business-btn-div .business-btn .business_Link {
          color: white;
          font-size: 13px;
          font-weight: 500; }
    #topbar #navConfig .share-btn-div {
      background: #fffffff2;
      border-radius: 25px;
      height: 28px;
      transition: opacity 0.4s;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); }
      #topbar #navConfig .share-btn-div:hover {
        background: #ffffff; }
      #topbar #navConfig .share-btn-div .sharebtn {
        display: flex;
        min-width: 60px;
        text-align: center;
        color: #a2a7b4;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        padding: 4px 8px; }
        #topbar #navConfig .share-btn-div .sharebtn .share_text {
          margin-left: 0.2rem;
          cursor: pointer; }
    #topbar #navConfig .help-icon-div .help-icon {
      display: flex;
      height: 32px;
      width: 40px;
      border-radius: 9999px;
      justify-content: center;
      align-items: center; }
      #topbar #navConfig .help-icon-div .help-icon:hover {
        background-color: rgba(0, 0, 0, 0.05); }
    #topbar #navConfig .notification {
      border-radius: 9999px;
      padding: 4px 8px;
      display: flex; }
      #topbar #navConfig .notification:hover {
        background-color: rgba(0, 0, 0, 0.05); }
    #topbar #navConfig .account-menu {
      margin-left: 8px;
      border-radius: 24px; }
      #topbar #navConfig .account-menu:hover {
        background-color: rgba(0, 0, 0, 0.05); }
      #topbar #navConfig .account-menu .account-menu-box {
        border-radius: 6px;
        padding: 2px 12px 2px 18px;
        width: 296px;
        right: -4px;
        padding: 10px; }
        #topbar #navConfig .account-menu .account-menu-box .header {
          padding: 0px 10px !important;
          margin: 0rem 0rem 0rem;
          color: #1d1f25;
          font-size: 13px;
          font-weight: 400;
          text-transform: lowercase;
          line-height: 1.4; }
        #topbar #navConfig .account-menu .account-menu-box .headerName {
          font-weight: 500;
          line-height: 1.4;
          color: #1d1f25;
          font-size: 13px;
          text-transform: capitalize; }
        #topbar #navConfig .account-menu .account-menu-box .item {
          padding: 8px !important;
          margin: 0;
          border-radius: 3px;
          display: flex;
          align-items: center;
          font-size: 13px !important; }
          #topbar #navConfig .account-menu .account-menu-box .item .angle.right.icon {
            margin: 0 !important;
            margin-left: auto !important; }
          #topbar #navConfig .account-menu .account-menu-box .item .accountmenu-icon {
            margin: 0.10em 0.75em 0em 0em; }
    #topbar #navConfig .topNav-accontMenu {
      display: flex;
      align-items: center; }
      #topbar #navConfig .topNav-accontMenu .dropdown {
        width: 26px;
        height: 26px;
        line-height: 26px;
        border-radius: 50%; }
    #topbar #navConfig svg {
      cursor: pointer; }
    #topbar #navConfig a {
      font-weight: 500; }
    #topbar #navConfig .user-bx {
      background-color: #fff;
      border-radius: 50%; }
    #topbar #navConfig #reminderpopup {
      top: 44px;
      width: 350px;
      flex-direction: column;
      display: flex;
      box-sizing: border-box;
      position: absolute;
      right: 3px;
      z-index: 7;
      border: 1px solid #d4d4d5;
      line-height: 1.4285em;
      background: #ffffff;
      overflow: hidden;
      padding: 16px;
      color: rgba(0, 0, 0, 0.87);
      border-radius: 6px;
      box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15); }
      #topbar #navConfig #reminderpopup .reminderpopup-title {
        line-height: 1.5;
        font-weight: 700;
        font-size: 18px;
        padding: 5px 0px;
        border-bottom: 1px solid #80808059;
        margin-left: 8px;
        margin-right: 7px; }
        #topbar #navConfig #reminderpopup .reminderpopup-title .popupbox-btn-close {
          transition: all .5s;
          position: absolute;
          right: 5px;
          color: #c1c1c1;
          background: none;
          border: none;
          outline: none;
          top: 5px;
          cursor: pointer; }
      #topbar #navConfig #reminderpopup .reminder-content {
        padding: 6px 0;
        margin: 8px 0 0 0; }
        #topbar #navConfig #reminderpopup .reminder-content .reminder-text {
          font-weight: normal;
          font-size: 14px;
          line-height: 1.5;
          margin-left: 8px; }
      #topbar #navConfig #reminderpopup .reminder-message {
        margin: 0 8px; }
      #topbar #navConfig #reminderpopup .reminderpopup-footer {
        margin: 2px 8px; }
      #topbar #navConfig #reminderpopup .reminderpopupclose {
        font-weight: 700;
        font-size: 18px;
        right: -18px;
        display: block;
        position: relative;
        padding: 8px;
        top: -3px; }
        #topbar #navConfig #reminderpopup .reminderpopupclose .popupbox-btn-close {
          transition: all .5s;
          position: absolute;
          right: 11px;
          color: #c1c1c1;
          background: none;
          border: none;
          outline: none;
          top: 0;
          cursor: pointer; }
    #topbar #navConfig .contact-btn-content {
      border: 0px;
      height: 28px;
      background: rgba(255, 255, 255, 0.95);
      border-radius: 9999px;
      cursor: pointer;
      display: flex;
      align-items: center;
      margin: 0 8px;
      padding: 0 12px;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
      line-height: 1.5;
      font-size: 13px; }
      #topbar #navConfig .contact-btn-content .contact-btn-text {
        font-size: 13px;
        font-weight: 500; }
    #topbar #navConfig .topNav-btn-content {
      border: 0px;
      height: 28px;
      background: rgba(255, 255, 255, 0.95);
      border-radius: 9999px;
      cursor: pointer;
      display: flex;
      align-items: center;
      margin: 0 8px;
      padding: 0 12px;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
      line-height: 1.5;
      font-size: 13px; }
      #topbar #navConfig .topNav-btn-content .topNav-btn-text {
        margin-left: 4px;
        font-size: 13px;
        font-weight: 500; }
  #topbar .topbarLeft-section {
    display: flex;
    align-items: center; }
    @media screen and (min-width: 768px) {
      #topbar .topbarLeft-section {
        min-width: 400px; } }
    @media only screen and (min-width: 601px) and (max-width: 767px) {
      #topbar .topbarLeft-section {
        min-width: 300px; } }
    @media only screen and (max-width: 600px) {
      #topbar .topbarLeft-section {
        min-width: 150px; } }
  #topbar .topbarRight-section {
    display: flex;
    align-items: center;
    flex-direction: row; }
  #topbar .stackInfo-Content {
    min-width: 60px;
    display: flex;
    align-items: center;
    gap: 5px; }
    #topbar .stackInfo-Content .stackIcon-content {
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 5px; }
      #topbar .stackInfo-Content .stackIcon-content .stack_icon {
        margin: 0; }
  #topbar .topNavigation-items {
    display: flex;
    align-items: center;
    margin: 0 16px; }
    #topbar .topNavigation-items .topNav-ui {
      display: flex;
      align-items: center; }
      #topbar .topNavigation-items .topNav-ui .topNav-li {
        list-style: none; }
        #topbar .topNavigation-items .topNav-ui .topNav-li .automation_button {
          height: 28px;
          border-radius: 9999px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          padding: 0 12px;
          margin: 0 8px 0 0; }
          #topbar .topNavigation-items .topNav-ui .topNav-li .automation_button .navItem-text {
            line-height: 1.5;
            font-size: 13px;
            font-weight: 400; }
  @media only screen and (max-width: 600px) {
    #topbar .menu_icon {
      width: 28px; }
      #topbar .menu_icon .bars-icon {
        margin-right: 0; }
    #topbar .topNavigation-items {
      margin: 0 12px; }
      #topbar .topNavigation-items .topNav-ui .topNav-li .automation_button {
        padding: 0px 8px;
        margin: 0 4px 0 0; }
    #topbar .topbarRight-section #navConfig .notification {
      padding: 4px; }
    #topbar .topbarRight-section #navConfig #history .history-icon-div {
      padding: 7px 4px; }
    #topbar .topbarRight-section #navConfig .help-icon {
      height: 32px;
      width: 32px; }
    #topbar .topbarRight-section #navConfig .share-btn-div {
      margin-left: 6px; }
      #topbar .topbarRight-section #navConfig .share-btn-div .sharebtn {
        padding: 4px 6px; } }

.menu_icon {
  height: 32px;
  width: 32px;
  cursor: pointer; }

.bar1 {
  width: 60%;
  height: 2.4px;
  margin: auto;
  background-color: white;
  transform: translateY(8px); }

.bar2 {
  width: 60%;
  height: 2.8px;
  margin: auto;
  background-color: white;
  transform: translateY(13px); }

.bar3 {
  width: 60%;
  height: 2.6px;
  margin: auto;
  background-color: white;
  transform: translateY(18px); }

.bar1-active {
  width: 60%;
  height: 2px;
  margin-top: 16px;
  background-color: white;
  transform: translateX(-1px) rotate(-90deg); }

.bar2-active {
  width: 60%;
  height: 2px;
  margin-top: -2px;
  background-color: white;
  transform: translateX(6px) rotate(-90deg); }

.bar3-active {
  width: 60%;
  height: 2px;
  margin-top: -2px;
  background-color: white;
  transform: translateX(14px) rotate(-90deg); }

#BusinessTrialOver {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px; }
  @media only screen and (max-width: 991px) {
    #BusinessTrialOver .close {
      color: white; } }
  #BusinessTrialOver .businesstrial-modal {
    padding: 50px 0 30px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px; }
    #BusinessTrialOver .businesstrial-modal .businesstrial-head {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 50px;
      background-color: #2d7ff9;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      display: flex;
      align-items: center;
      padding-left: 20px; }
      #BusinessTrialOver .businesstrial-modal .businesstrial-head .businesstrial-heading {
        text-align: left;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;
        margin-left: 10px; }
    #BusinessTrialOver .businesstrial-modal .businesstrial-box {
      padding: 45px;
      padding-bottom: 0px; }
      @media (max-width: 1199px) {
        #BusinessTrialOver .businesstrial-modal .businesstrial-box {
          width: 95%;
          padding: 40px 10px; } }
      #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-content .businesstrial-title {
        font-size: 24px;
        font-weight: 500;
        color: #333333;
        padding-bottom: 10px; }
      #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-content .businesstrial-text {
        color: #55595a;
        font-size: 16px;
        font-weight: 500; }
      #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-features {
        padding: 30px 0;
        display: flex;
        flex-direction: row; }
        #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-features .collabrator-info, #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-features .automation-info, #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-features .extension-info {
          width: 200px;
          height: 100px;
          border-radius: 10px;
          margin-right: 20px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column; }
          #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-features .collabrator-info span, #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-features .automation-info span, #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-features .extension-info span {
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            font-weight: 500;
            color: #414141; }
      #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-paid {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-paid .businesstrial-paid-text {
          font-size: 19px;
          font-weight: 600;
          color: #544d4d;
          margin-bottom: 10px; }
      #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-paid-view {
        display: flex;
        flex-direction: row;
        padding-top: 16px;
        padding-bottom: 30px; }
        #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-paid-view .businesstrial-view-content {
          display: flex;
          flex-direction: column;
          width: 33.33%;
          margin-right: 20px; }
          #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-paid-view .businesstrial-view-content .businesstrial-data {
            display: flex;
            align-items: flex-start;
            margin-bottom: 6px; }
            #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-paid-view .businesstrial-view-content .businesstrial-data p {
              color: #5e6061;
              font-size: 14px;
              font-weight: 500;
              cursor: pointer; }
      #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-footer {
        padding-top: 42px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        border-top: 2px solid #f5f5f5; }
        #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-footer .upgradebtn {
          padding-left: 3em !important;
          padding-right: 0.5em !important;
          margin: 0 !important; }
          #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-footer .upgradebtn .icon {
            background: #2872e1; }

.editStackDescriptionModal .btn-cancel {
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  max-width: 100%;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 6px;
  color: #333;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
  .editStackDescriptionModal .btn-cancel:hover {
    background: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

.editStackDescriptionModal .btn-save {
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 0 12px;
  margin: 0;
  border-radius: 6px;
  background-color: #166ee1;
  color: #fff;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
  .editStackDescriptionModal .btn-save:hover {
    background-color: #166ee1;
    color: #fff;
    font-weight: 500; }
  .editStackDescriptionModal .btn-save:focus {
    border: none; }

.stackRename-popup {
  padding: 6px 8px !important;
  font-size: 12px !important;
  min-width: fit-content !important;
  max-width: fit-content !important;
  background-color: #31353e !important; }
  .stackRename-popup .content {
    line-height: 1.25 !important; }

#history {
  position: relative; }
  #history .badge {
    position: absolute;
    top: -2px;
    left: 12px;
    height: 12px;
    font-size: 10px;
    border-radius: 25px;
    color: #fff;
    padding: 4px;
    display: flex;
    align-items: center; }
  #history .history-icon-div {
    margin-top: 2px;
    border-radius: 9999px;
    padding: 7px 8px; }
    #history .history-icon-div .history-icon {
      margin: auto !important;
      cursor: pointer; }
    #history .history-icon-div:hover {
      background-color: rgba(0, 0, 0, 0.05); }
  #history .snapshot-box {
    width: 296px;
    float: left;
    flex-direction: column;
    display: flex;
    box-sizing: border-box;
    position: absolute;
    right: 6px;
    z-index: 150;
    border: 1px solid #d4d4d5;
    line-height: 1.4285em;
    background: #ffffff;
    padding: 0.833em 1em;
    margin-top: 0px;
    font-weight: normal;
    font-style: normal;
    color: rgba(0, 0, 0, 0.87);
    border-radius: 0.28571429rem;
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15); }
    #history .snapshot-box ul.ItemUL {
      box-sizing: border-box;
      padding-bottom: 0.5rem;
      padding-top: 0.25rem; }
    #history .snapshot-box li {
      height: 39px;
      cursor: pointer;
      align-items: center;
      display: flex;
      list-style: none;
      box-sizing: border-box;
      padding: 0.5rem;
      border-radius: 3px; }
      #history .snapshot-box li:hover {
        background-color: rgba(0, 0, 0, 0.05); }
      #history .snapshot-box li .itemLabal {
        flex: 1 1 auto; }
    #history .snapshot-box .historyTitle {
      line-height: 1.5;
      font-weight: 600;
      font-size: 14px;
      padding: 5px 0px;
      border-bottom: 1px solid #80808059;
      margin-left: 8px;
      margin-right: 7px; }
    #history .snapshot-box .snapshot-container {
      margin-top: 7px;
      min-height: 100px;
      max-height: 530px;
      overflow-y: auto; }
      #history .snapshot-box .snapshot-container .snapshot-content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
      #history .snapshot-box .snapshot-container .snapshotItem {
        position: relative;
        cursor: pointer;
        display: block;
        border: none;
        height: auto;
        text-align: left;
        border-top: none;
        line-height: 1em;
        color: rgba(0, 0, 0, 0.87);
        padding: 0.78571429rem 1.14285714rem !important;
        font-size: 1rem;
        text-transform: none;
        font-weight: normal;
        box-shadow: none; }
      #history .snapshot-box .snapshot-container .snapshotItem:hover {
        background: rgba(0, 0, 0, 0.05);
        color: rgba(0, 0, 0, 0.95);
        z-index: 13; }
    #history .snapshot-box .snapshot-header {
      width: 100%;
      flex: none;
      box-sizing: border-box;
      padding-left: 1rem;
      padding-right: 1rem; }
      #history .snapshot-box .snapshot-header .snapshot-headerdetail {
        width: 100%;
        font-weight: 500;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-color: rgba(0, 0, 0, 0.1);
        display: flex;
        padding-bottom: 0.5rem; }
        #history .snapshot-box .snapshot-header .snapshot-headerdetail .snapshot-backButtonDiv {
          display: flex;
          flex: none;
          align-items: center;
          color: #2d7ff9;
          fill: #2d7ff9; }
        #history .snapshot-box .snapshot-header .snapshot-headerdetail .snapshotLabal {
          flex: 1 1 auto;
          min-width: 0;
          min-height: 0;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-weight: 500; }
    #history .snapshot-box .dailogboxMain {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 10005;
      font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
      font-weight: 400; }

#TrashFeatures {
  width: 850px; }
  #TrashFeatures .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 11px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ddd; }
    #TrashFeatures .header .header-icon-stack {
      display: flex;
      align-items: center; }
    #TrashFeatures .header p {
      font-size: 14px;
      margin-left: 3px;
      opacity: 0.8;
      margin-top: 5px; }
    #TrashFeatures .header .stack-trash {
      font-size: 17px;
      font-weight: 500;
      margin-left: 7px; }
  #TrashFeatures .main-content .trashData-render .trashData-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #ddd;
    padding-bottom: 8px;
    padding-top: 6px; }
  #TrashFeatures .main-content .trashData-render .trashData-details {
    display: flex;
    align-items: start; }
  #TrashFeatures .main-content .trashData-render .trashData-user-img {
    width: 28px;
    border-radius: 44px;
    margin-top: 7px;
    margin-right: 10px; }
  #TrashFeatures .main-content .trashData-render .trashData-delete-text {
    font-size: 16px;
    font-weight: 500; }
  #TrashFeatures .main-content .trashData-render .trashData-time-text {
    margin-bottom: 4px;
    margin-top: 3px;
    font-size: 13px;
    opacity: 0.8; }
  #TrashFeatures .main-content .trashData-render .trashData-row-text-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  #TrashFeatures .main-content .trashData-render .trashData-row-name {
    white-space: nowrap;
    margin: 5px 3px;
    padding: 0px 4px;
    background: #ecf0fa;
    border: 0.5px solid #c9c9ec;
    border-radius: 2px;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: fit-content;
    width: fit-content; }
    #TrashFeatures .main-content .trashData-render .trashData-row-name .remove-icon::before {
      margin-left: 4px; }
    #TrashFeatures .main-content .trashData-render .trashData-row-name:hover {
      opacity: 0.8; }
  #TrashFeatures .main-content .trashData-render .trashData-action {
    font-size: 15px;
    font-weight: 500; }
  #TrashFeatures .main-content .trashData-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52vh;
    flex-direction: column; }
    #TrashFeatures .main-content .trashData-empty .trashData-empty-img {
      width: 16%;
      margin-bottom: 22px;
      opacity: 0.9; }

@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (max-width: 450px) {
  #TrashFeatures {
    width: fit-content; } }

#AddStackViewModel .header {
  border-bottom: 1px solid white; }

#AddStackViewModel .form-content {
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  justify-content: space-between; }
  #AddStackViewModel .form-content .card {
    border-radius: 10px;
    margin: 5% 10% 5% 10% !important;
    display: flex;
    align-items: center;
    margin: 20px !important;
    width: 76% !important;
    border: 1px solid transparent;
    border-radius: 3px;
    border: 2px solid #f5f5f5;
    cursor: pointer; }
    #AddStackViewModel .form-content .card img {
      background: none !important; }
    @media screen and (max-width: 500px) {
      #AddStackViewModel .form-content .card {
        width: 100% !important; } }
    #AddStackViewModel .form-content .card .logo {
      block-size: 42px;
      margin-bottom: 25px; }
    #AddStackViewModel .form-content .card .integration-name {
      margin-top: 15px;
      color: black;
      font-size: 24px;
      text-align: center;
      line-height: 30px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      max-width: 200px;
      font-family: "Roboto Slab", serif !important; }
    #AddStackViewModel .form-content .card .integration-type {
      margin: 4px;
      color: #696969;
      font-size: 16px;
      text-overflow: ellipsis;
      overflow: hidden;
      text-align: center;
      line-height: 30px;
      font-family: "Roboto Slab", serif !important; }
    #AddStackViewModel .form-content .card .powerups-icons {
      display: flex;
      align-items: center;
      flex-direction: column; }

.ui.visible.dimmer {
  z-index: 10 !important; }

.modal-share {
  border-radius: 6px;
  background-color: white;
  word-break: break-word;
  cursor: default; }
  .modal-share .header-title {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px; }
  .modal-share .invite-header {
    margin-bottom: 30px; }
    .modal-share .invite-header .svg-help {
      margin-bottom: -4px;
      margin-left: 10px !important; }
    .modal-share .invite-header .svg-help:hover {
      fill: #3484f7; }
    .modal-share .invite-header .btn-addmore {
      width: fit-content;
      margin-left: auto;
      margin-top: 10px; }
  .modal-share .collaborators-box {
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 0;
    align-self: stretch; }
    .modal-share .collaborators-box .collaborator-text {
      font-weight: 600; }
    .modal-share .collaborators-box .collaborators {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 5px 0 0 0;
      padding: 5px 0 5px 0; }
      @media only screen and (max-width: 450px) {
        .modal-share .collaborators-box .collaborators {
          width: fit-content; } }
      .modal-share .collaborators-box .collaborators:hover .collaborator-left .remove-collaborator {
        visibility: visible; }
      .modal-share .collaborators-box .collaborators .ws-collaborator-left {
        display: flex;
        align-items: center;
        margin-left: 20px; }
        .modal-share .collaborators-box .collaborators .ws-collaborator-left img {
          margin-right: 8px; }
        .modal-share .collaborators-box .collaborators .ws-collaborator-left .collaborator-name {
          font-size: 16px; }
      .modal-share .collaborators-box .collaborators .collaborator-left {
        display: flex;
        align-items: center;
        margin-left: 0; }
        @media only screen and (max-width: 450px) {
          .modal-share .collaborators-box .collaborators .collaborator-left {
            width: 200px; } }
        .modal-share .collaborators-box .collaborators .collaborator-left img {
          margin-right: 5px;
          height: 26px;
          width: 28px; }
        .modal-share .collaborators-box .collaborators .collaborator-left .collaborator-name {
          font-size: 15px; }
          @media only screen and (max-width: 450px) {
            .modal-share .collaborators-box .collaborators .collaborator-left .collaborator-name {
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              width: 132px; } }
        .modal-share .collaborators-box .collaborators .collaborator-left .member-delete-sure {
          z-index: 1000;
          background: #fff;
          border: 1px solid #ddd;
          padding: 20px;
          width: 250px;
          left: 123px;
          border-radius: 4px;
          font-size: 13px;
          bottom: 53px;
          position: fixed;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          height: fit-content; }
          .modal-share .collaborators-box .collaborators .collaborator-left .member-delete-sure .content {
            margin-bottom: 10px;
            font-weight: 500;
            line-height: 20px; }
            .modal-share .collaborators-box .collaborators .collaborator-left .member-delete-sure .content p {
              margin: 12px 0px !important; }
      .modal-share .collaborators-box .collaborators .collaborator-info {
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 450px) {
          .modal-share .collaborators-box .collaborators .collaborator-info {
            width: 155px; } }
        .modal-share .collaborators-box .collaborators .collaborator-info .joining-info {
          color: #717171;
          font-size: 11px;
          white-space: nowrap;
          margin-right: 5px; }
          @media only screen and (max-width: 450px) {
            .modal-share .collaborators-box .collaborators .collaborator-info .joining-info {
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; } }
        .modal-share .collaborators-box .collaborators .collaborator-info .stack-collaborator-permission {
          margin: 0 0 0 2px;
          min-width: 0;
          width: 122px; }
          @media only screen and (max-width: 450px) {
            .modal-share .collaborators-box .collaborators .collaborator-info .stack-collaborator-permission {
              width: 100%;
              text-align: left; } }
        .modal-share .collaborators-box .collaborators .collaborator-info .ws-collaborator-permission {
          margin: 0 0 0 2px;
          width: 122px;
          text-align: left; }
          @media only screen and (max-width: 450px) {
            .modal-share .collaborators-box .collaborators .collaborator-info .ws-collaborator-permission {
              width: 107%;
              text-align: center; } }
  .modal-share .shareStack-bx {
    position: relative; }
    .modal-share .shareStack-bx .shareStack-header {
      padding: 16px 24px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .modal-share .shareStack-bx .shareStack-header .header-info {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0; }
        .modal-share .shareStack-bx .shareStack-header .header-info .header-content {
          display: flex;
          flex-direction: column; }
          .modal-share .shareStack-bx .shareStack-header .header-info .header-content .header-text {
            line-height: 1.25;
            font-size: 17px;
            font-weight: 600;
            color: #1f1f1f; }
          .modal-share .shareStack-bx .shareStack-header .header-info .header-content .header-desc {
            margin-top: 4px;
            line-height: 1.5;
            font-size: 11px;
            font-weight: 400;
            color: #666; }
            .modal-share .shareStack-bx .shareStack-header .header-info .header-content .header-desc .help-section {
              vertical-align: text-bottom;
              display: inline-flex;
              margin-left: 4px; }
              .modal-share .shareStack-bx .shareStack-header .header-info .header-content .header-desc .help-section .help-info {
                opacity: .75;
                cursor: pointer;
                display: flex;
                align-items: center;
                color: rgba(0, 0, 0, 0.5); }
                .modal-share .shareStack-bx .shareStack-header .header-info .header-content .header-desc .help-section .help-info:hover {
                  opacity: 1; }
                .modal-share .shareStack-bx .shareStack-header .header-info .header-content .header-desc .help-section .help-info .help-link {
                  display: flex;
                  align-items: center;
                  border-radius: 14px; }
                  .modal-share .shareStack-bx .shareStack-header .header-info .header-content .header-desc .help-section .help-info .help-link .help-icon {
                    color: rgba(0, 0, 0, 0.5);
                    fill: rgba(0, 0, 0, 0.5); }
    .modal-share .shareStack-bx .shareStack-content {
      padding: 24px;
      overflow-y: auto;
      overflow-x: hidden;
      max-height: calc(70vh); }
      .modal-share .shareStack-bx .shareStack-content .emailVerify-btn {
        box-sizing: border-box;
        height: 32px;
        line-height: 22px;
        max-width: 100%;
        border: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 12px !important;
        border-radius: 6px !important;
        background-color: #166ee1;
        color: #fff;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
        .modal-share .shareStack-bx .shareStack-content .emailVerify-btn .verify-text {
          transform: translateY(-0.5px);
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 13px;
          font-weight: 500; }
        .modal-share .shareStack-bx .shareStack-content .emailVerify-btn:hover {
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12) !important; }
      .modal-share .shareStack-bx .shareStack-content .invitebx-section {
        margin-bottom: 8px; }
        .modal-share .shareStack-bx .shareStack-content .invitebx-section .ui.selection.dropdown {
          min-width: 100% !important; }
          .modal-share .shareStack-bx .shareStack-content .invitebx-section .ui.selection.dropdown .menu .item .text .image {
            height: 2.5em !important;
            border-radius: 27px; }
          .modal-share .shareStack-bx .shareStack-content .invitebx-section .ui.selection.dropdown .menu .text {
            display: flex;
            padding: 2px 0; }
            .modal-share .shareStack-bx .shareStack-content .invitebx-section .ui.selection.dropdown .menu .text .content {
              overflow: hidden; }
              .modal-share .shareStack-bx .shareStack-content .invitebx-section .ui.selection.dropdown .menu .text .content .header {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis; }
        .modal-share .shareStack-bx .shareStack-content .invitebx-section .fields {
          margin: 0;
          font-size: 13px;
          align-items: center; }
          @media only screen and (min-width: 767px) {
            .modal-share .shareStack-bx .shareStack-content .invitebx-section .fields .twelve {
              margin-right: 8px; } }
          @media only screen and (max-width: 767px) {
            .modal-share .shareStack-bx .shareStack-content .invitebx-section .fields .twelve {
              margin-bottom: 8px; } }
          .modal-share .shareStack-bx .shareStack-content .invitebx-section .fields .eight .dropdown, .modal-share .shareStack-bx .shareStack-content .invitebx-section .fields .twelve .dropdown {
            border: 0;
            outline: 0;
            color: #1f1f1f;
            border-radius: 6px;
            padding: 8px;
            line-height: 18px;
            border-radius: 6px; }
            .modal-share .shareStack-bx .shareStack-content .invitebx-section .fields .eight .dropdown:focus, .modal-share .shareStack-bx .shareStack-content .invitebx-section .fields .twelve .dropdown:focus {
              outline: none !important; }
          .modal-share .shareStack-bx .shareStack-content .invitebx-section .fields .field {
            padding: 0;
            border-radius: 6px;
            border: 2px solid rgba(0, 0, 0, 0.1); }
      .modal-share .shareStack-bx .shareStack-content .btn-addmore {
        color: #166ee1 !important;
        text-align: right;
        text-decoration: underline;
        cursor: pointer;
        width: fit-content;
        margin-left: auto;
        margin-right: 16px;
        margin-top: 10px; }
      .modal-share .shareStack-bx .shareStack-content .messagbx-content {
        margin: 10px 0; }
        .modal-share .shareStack-bx .shareStack-content .messagbx-content .field > label {
          margin-bottom: 8px; }
      .modal-share .shareStack-bx .shareStack-content .shareStack-links {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        display: flex;
        margin-bottom: 16px; }
        .modal-share .shareStack-bx .shareStack-content .shareStack-links .link-button {
          cursor: pointer;
          margin: 0 24px 0 0;
          padding: 0 0 12px; }
          .modal-share .shareStack-bx .shareStack-content .shareStack-links .link-button .link-text {
            line-height: 1.5;
            font-size: 13px;
            font-weight: 500;
            color: #666; }
            .modal-share .shareStack-bx .shareStack-content .shareStack-links .link-button .link-text:hover {
              color: #666; }
          .modal-share .shareStack-bx .shareStack-content .shareStack-links .link-button .active {
            color: #1f1f1f; }
            .modal-share .shareStack-bx .shareStack-content .shareStack-links .link-button .active:hover {
              color: #1f1f1f; }
        .modal-share .shareStack-bx .shareStack-content .shareStack-links .linkActive {
          border-bottom: 2px solid; }
      .modal-share .shareStack-bx .shareStack-content .invite-box {
        width: 100%;
        padding-right: 8px; }
        .modal-share .shareStack-bx .shareStack-content .invite-box .invitebx-footer {
          margin-top: 16px; }
          .modal-share .shareStack-bx .shareStack-content .invite-box .invitebx-footer .invitebxFooter-info {
            background-color: #f1f5ff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 16px;
            border-radius: 6px; }
      .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content {
        max-height: 500px; }
        .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .createlink-info {
          margin-bottom: 24px; }
        .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .createLink-button {
          cursor: pointer;
          display: flex;
          align-items: center;
          margin-top: 8px;
          font-weight: 500;
          color: #166ee1; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .createLink-button .add-icon {
            margin-right: 8px;
            color: #166ee1;
            fill: #166ee1; }
        .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section {
          display: flex;
          flex-direction: column;
          margin-bottom: 24px;
          color: #1f1f1f; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .header-text {
            margin-bottom: 8px;
            font-size: 13px;
            font-weight: 500; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .user-dropdown .selection {
            border-radius: 3px;
            box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
            border: 0;
            padding: 4px 23px 4px 11px;
            line-height: 1.5; }
            .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .user-dropdown .selection:hover {
              box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
            .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .user-dropdown .selection .text {
              font-size: 13px;
              color: #1f1f1f; }
            .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .user-dropdown .selection .default {
              color: #bfbfbfde; }
        .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section {
          display: flex;
          flex-direction: column;
          margin-bottom: 16px; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .access-header {
            margin-bottom: 8px;
            font-size: 13px;
            font-weight: 500; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-radio {
            margin-bottom: 4px; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.checkbox label {
            font-size: 13px;
            color: #1f1f1f;
            line-height: 18px;
            padding-left: 22px; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.radio.checkbox label:before,
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.radio.checkbox label:after {
            width: 13px;
            height: 13px; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.radio.checkbox input:checked ~ label:after {
            background-color: #166eef; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.checkbox input:checked ~ label:before {
            border-color: #166ee1; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.checkbox input:checked:focus ~ label:after {
            color: #166eef; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-emailinput {
            display: flex;
            align-items: center; }
            .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-emailinput div {
              margin-bottom: -1px;
              margin-right: 7px; }
            .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-emailinput .email-input {
              margin: 0; }
              .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-emailinput .email-input .at {
                width: 25px;
                font-size: 13px;
                color: gray; }
              .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-emailinput .email-input input {
                box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
                border: 0;
                line-height: 18px;
                padding: 4px 4px 4px 30px !important;
                border-radius: 3px;
                color: #333333; }
        .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .footer-section {
          border-top: 1px solid rgba(0, 0, 0, 0.05);
          display: flex;
          align-items: center;
          justify-content: flex-end;
          padding: 16px 0 4px; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .footer-section .linkCancel-btn {
            cursor: pointer;
            padding: 0 32px; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .footer-section .createLink-btn {
            box-sizing: border-box;
            height: 32px;
            line-height: 22px;
            max-width: 100%;
            border: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0 12px !important;
            border-radius: 6px !important;
            background-color: #166ee1;
            color: #fff;
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
            font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
            .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .footer-section .createLink-btn .createbtn-text {
              transform: translateY(-0.5px);
              max-width: 100%;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              font-size: 13px;
              font-weight: 500; }
            .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .footer-section .createLink-btn:hover {
              box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12) !important; }
    .modal-share .shareStack-bx .shareStack-footer {
      border-top: 1px solid rgba(0, 0, 0, 0.05);
      padding: 24px; }
      .modal-share .shareStack-bx .shareStack-footer .footer-content {
        display: flex;
        align-items: center;
        cursor: pointer;
        font-size: 13px;
        font-weight: 500;
        color: #166ee1; }
        .modal-share .shareStack-bx .shareStack-footer .footer-content .userIcon {
          color: #166ee1;
          fill: #166ee1;
          margin-right: 8px; }
  @media only screen and (max-width: 450px) {
    .modal-share .OnMobileMainView {
      padding-top: 13px; }
    .modal-share .OnMobileView {
      padding-top: 5px; } }

#AppendCsv .main .ui.toggle.checkbox label:before {
  width: 41px;
  background-color: #A9A9A9; }

#AppendCsv .main .ui.checkbox input:checked ~ .box:before,
#AppendCsv .main .ui.checkbox input:checked ~ label:before {
  background-color: green !important;
  width: 41px; }

#AppendCsv .main .ui.toggle.checkbox input:checked ~ label:after {
  left: 1.53em;
  box-shadow: none; }

#AppendCsv .main .title-header {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px; }

#AppendCsv .main .dropdown-main {
  display: flex;
  align-items: center;
  margin: 13px; }
  #AppendCsv .main .dropdown-main .column-drop {
    display: flex;
    align-items: center;
    width: 41%;
    border: 1px solid #ddd;
    height: 38px;
    border-radius: 4px;
    margin-right: 24px;
    padding-left: 3px; }
    #AppendCsv .main .dropdown-main .column-drop .column-name {
      margin-left: 12px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 162px; }
  #AppendCsv .main .dropdown-main .column-csv {
    width: 65%; }
  #AppendCsv .main .dropdown-main #RadioToggle {
    padding-top: 10px; }

#AppendCsv .main .buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
  margin-bottom: 10px; }

#AppendCsv .main .mapping-part {
  display: flex; }
  #AppendCsv .main .mapping-part .preview {
    width: 60%;
    margin-top: 5px; }
    #AppendCsv .main .mapping-part .preview .totla-row-preview {
      justify-content: flex-end;
      display: flex;
      font-size: 13px;
      font-weight: 500;
      margin-right: 5px;
      position: initial; }
  #AppendCsv .main .mapping-part .no-rowdata {
    margin-top: 25%;
    justify-content: center;
    flex: 1;
    align-items: center;
    text-align: center; }
  #AppendCsv .main .mapping-part .choosetable-name #RadioToggle {
    margin-top: 25px; }

#AppendCsv .csv-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 18%;
  flex-direction: column; }
  #AppendCsv .csv-upload .csv-upload-img {
    width: 10%; }
  #AppendCsv .csv-upload .csv-upload-name {
    margin-top: 12px;
    font-size: 17px;
    font-weight: 500; }
  #AppendCsv .csv-upload :hover {
    opacity: 0.5; }

#RowData {
  margin: 0 4px;
  pointer-events: all;
  cursor: pointer;
  padding: 1px;
  height: 91px;
  border: 2px solid #ddd;
  border-radius: 4px;
  background: white;
  margin-top: 8px;
  margin-bottom: 14px; }
  @media only screen and (min-width: 500px) {
    #RowData:hover {
      border: 2px solid #5097D1;
      box-shadow: #cccccc 0px 1px 2px; } }
  #RowData .card-cover-image {
    background: transparent;
    border-bottom: 2px solid #ddd; }
    #RowData .card-cover-image .control-next {
      border-top-right-radius: 6px; }
    #RowData .card-cover-image .control-prev {
      border-top-left-radius: 6px; }
    #RowData .card-cover-image img {
      background: transparent;
      width: 100%;
      height: 180px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      object-fit: cover; }
  #RowData .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 900;
    padding: 3px;
    position: relative;
    padding-left: 8px;
    padding-right: 10px; }
    #RowData .card-header .firstColumnValue {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      font-size: 14px !important; }
      #RowData .card-header .firstColumnValue .textColumn, #RowData .card-header .firstColumnValue .checkboxColumn, #RowData .card-header .firstColumnValue .collaboratorColumn, #RowData .card-header .firstColumnValue .selectorColumn, #RowData .card-header .firstColumnValue .attachmentColumn, #RowData .card-header .firstColumnValue .linkColumn, #RowData .card-header .firstColumnValue .api-push, #RowData .card-header .firstColumnValue .rating-card {
        width: 100%;
        padding: 0px; }
        #RowData .card-header .firstColumnValue .textColumn .field-title, #RowData .card-header .firstColumnValue .checkboxColumn .field-title, #RowData .card-header .firstColumnValue .collaboratorColumn .field-title, #RowData .card-header .firstColumnValue .selectorColumn .field-title, #RowData .card-header .firstColumnValue .attachmentColumn .field-title, #RowData .card-header .firstColumnValue .linkColumn .field-title, #RowData .card-header .firstColumnValue .api-push .field-title, #RowData .card-header .firstColumnValue .rating-card .field-title {
          display: flex;
          align-items: center;
          opacity: 0.6; }
          #RowData .card-header .firstColumnValue .textColumn .field-title .field-name, #RowData .card-header .firstColumnValue .checkboxColumn .field-title .field-name, #RowData .card-header .firstColumnValue .collaboratorColumn .field-title .field-name, #RowData .card-header .firstColumnValue .selectorColumn .field-title .field-name, #RowData .card-header .firstColumnValue .attachmentColumn .field-title .field-name, #RowData .card-header .firstColumnValue .linkColumn .field-title .field-name, #RowData .card-header .firstColumnValue .api-push .field-title .field-name, #RowData .card-header .firstColumnValue .rating-card .field-title .field-name {
            margin-left: 4px;
            font-size: 12px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
      #RowData .card-header .firstColumnValue .textColumn .multilineValue {
        display: block;
        display: -webkit-box;
        margin: 0 auto;
        line-height: 1.2em;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        word-wrap: break-word;
        color: #464545;
        margin-top: 5px; }
      #RowData .card-header .firstColumnValue .textColumn .value {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        margin-top: 5px;
        color: #464545;
        margin-left: 5px; }
      #RowData .card-header .firstColumnValue .checkboxColumn .value {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        pointer-events: none;
        opacity: 0.8;
        color: black;
        margin-top: 5px; }
        #RowData .card-header .firstColumnValue .checkboxColumn .value .cbx {
          margin-left: 11px !important; }
      #RowData .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv {
        display: -webkit-inline-box;
        overflow-x: hidden;
        width: 100%;
        padding: 4px 0; }
        #RowData .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
          height: 2px; }
        #RowData .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator {
          border: 1px solid #ddd;
          padding: 2px;
          margin: 0px 2px;
          min-width: 40px;
          font-size: 11px;
          border-radius: 25px;
          display: flex;
          align-items: center;
          height: auto; }
          #RowData .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator span {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
          #RowData .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator:first-child {
            margin: 0 2px 0 0; }
          #RowData .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator img {
            width: 25px;
            height: 25px;
            margin-right: 4px;
            border-radius: 25px; }
      #RowData .card-header .firstColumnValue .selectorColumn .selectorDiv {
        display: block;
        overflow-x: hidden;
        white-space: nowrap;
        margin-top: 5px;
        padding: 4px 0; }
        #RowData .card-header .firstColumnValue .selectorColumn .selectorDiv::-webkit-scrollbar {
          height: 2px; }
        #RowData .card-header .firstColumnValue .selectorColumn .selectorDiv .selector {
          display: inline;
          justify-content: center;
          padding: 1px 8px;
          margin: 0 2px;
          background-color: #797373;
          border-radius: 25px;
          color: #4d4d4d;
          min-width: 38px;
          font-size: 12px; }
          #RowData .card-header .firstColumnValue .selectorColumn .selectorDiv .selector:first-child {
            margin: 0 2px 0 0; }
      #RowData .card-header .firstColumnValue .attachmentColumn .attachmentDiv {
        display: flex;
        align-items: center;
        overflow: hidden;
        padding: 4px 0; }
        #RowData .card-header .firstColumnValue .attachmentColumn .attachmentDiv::-webkit-scrollbar {
          height: 2px; }
        #RowData .card-header .firstColumnValue .attachmentColumn .attachmentDiv .attachment {
          margin: 0 2px; }
          #RowData .card-header .firstColumnValue .attachmentColumn .attachmentDiv .attachment img {
            min-height: 22px;
            max-height: 22px;
            max-width: 80px;
            border-radius: 2px; }
          #RowData .card-header .firstColumnValue .attachmentColumn .attachmentDiv .attachment:first-child {
            margin: 0 2px 0 0; }
      #RowData .card-header .firstColumnValue .linkColumn .linksDiv {
        display: block;
        overflow-x: hidden;
        white-space: nowrap;
        margin-top: 5px;
        padding: 4px 0; }
        #RowData .card-header .firstColumnValue .linkColumn .linksDiv::-webkit-scrollbar {
          height: 2px; }
        #RowData .card-header .firstColumnValue .linkColumn .linksDiv .row-link {
          display: inline;
          padding: 0px 4px;
          background: #ecf0fa;
          border: 1px solid #c9c9ec;
          border-radius: 2px;
          margin-left: 5px; }
        #RowData .card-header .firstColumnValue .linkColumn .linksDiv .error {
          display: inline;
          padding: 0px 4px;
          background: #f5cce9 !important;
          border: 0.5px solid #a26e71 !important;
          border-radius: 2px;
          margin-left: 5px; }
      #RowData .card-header .firstColumnValue .api-push .btn {
        width: fit-content;
        padding: 3px;
        border-radius: 4px;
        box-shadow: 3px 3px 3px #ccc;
        background-color: rgba(224, 224, 224, 0.5);
        margin-top: 5px; }
      #RowData .card-header .firstColumnValue .rating-card .collaboratorDiv {
        display: -webkit-inline-box;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        padding: 4px 0; }
        #RowData .card-header .firstColumnValue .rating-card .collaboratorDiv::-webkit-scrollbar {
          height: 2px; }
        #RowData .card-header .firstColumnValue .rating-card .collaboratorDiv .collaborator {
          border: 1px solid #ddd;
          padding: 2px;
          margin: 0px 2px;
          min-width: 40px;
          font-size: 11px;
          border-radius: 25px;
          display: flex;
          align-items: center;
          height: auto; }
          #RowData .card-header .firstColumnValue .rating-card .collaboratorDiv .collaborator span {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
          #RowData .card-header .firstColumnValue .rating-card .collaboratorDiv .collaborator:first-child {
            margin: 0 2px 0 0; }
          #RowData .card-header .firstColumnValue .rating-card .collaboratorDiv .collaborator img {
            width: 25px;
            height: 25px;
            margin-right: 4px;
            border-radius: 25px; }
      #RowData .card-header .firstColumnValue .value {
        font-size: 14px !important; }
  #RowData .card-data {
    display: flex;
    justify-content: space-between;
    padding-left: 6px;
    padding-right: 6px; }
    #RowData .card-data .card-header .firstColumnValue .textColumn, #RowData .card-header .firstColumnValue .card-data .textColumn, #RowData .card-data .card-header .firstColumnValue .checkboxColumn, #RowData .card-header .firstColumnValue .card-data .checkboxColumn, #RowData .card-data .card-header .firstColumnValue .collaboratorColumn, #RowData .card-header .firstColumnValue .card-data .collaboratorColumn, #RowData .card-data .card-header .firstColumnValue .selectorColumn, #RowData .card-header .firstColumnValue .card-data .selectorColumn, #RowData .card-data .card-header .firstColumnValue .attachmentColumn, #RowData .card-header .firstColumnValue .card-data .attachmentColumn, #RowData .card-data .card-header .firstColumnValue .linkColumn, #RowData .card-header .firstColumnValue .card-data .linkColumn, #RowData .card-data .card-header .firstColumnValue .api-push, #RowData .card-header .firstColumnValue .card-data .api-push, #RowData .card-data .card-header .firstColumnValue .rating-card, #RowData .card-header .firstColumnValue .card-data .rating-card, #RowData .card-data .textColumn, #RowData .card-data .checkboxColumn, #RowData .card-data .collaboratorColumn, #RowData .card-data .selectorColumn, #RowData .card-data .attachmentColumn, #RowData .card-data .linkColumn, #RowData .card-data .api-push, #RowData .card-data .rating-card {
      width: 25%;
      padding: 0 10px 4px 4px; }
      #RowData .card-data .textColumn .field-title, #RowData .card-data .checkboxColumn .field-title, #RowData .card-data .collaboratorColumn .field-title, #RowData .card-data .selectorColumn .field-title, #RowData .card-data .attachmentColumn .field-title, #RowData .card-data .linkColumn .field-title, #RowData .card-data .api-push .field-title, #RowData .card-data .rating-card .field-title {
        display: flex;
        align-items: center;
        opacity: 0.6; }
        #RowData .card-data .textColumn .field-title .field-name, #RowData .card-data .checkboxColumn .field-title .field-name, #RowData .card-data .collaboratorColumn .field-title .field-name, #RowData .card-data .selectorColumn .field-title .field-name, #RowData .card-data .attachmentColumn .field-title .field-name, #RowData .card-data .linkColumn .field-title .field-name, #RowData .card-data .api-push .field-title .field-name, #RowData .card-data .rating-card .field-title .field-name {
          margin-left: 4px;
          font-size: 12px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
    #RowData .card-data .textColumn .multilineValue {
      display: block;
      display: -webkit-box;
      margin: 0 auto;
      line-height: 1.2em;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      word-wrap: break-word;
      color: #464545;
      margin-top: 5px; }
    #RowData .card-data .textColumn .value {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      margin-top: 5px;
      color: #464545;
      margin-left: 5px; }
    #RowData .card-data .checkboxColumn .value {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      pointer-events: none;
      opacity: 0.8;
      color: black;
      margin-top: 5px; }
      #RowData .card-data .checkboxColumn .value .cbx {
        margin-left: 11px !important; }
    #RowData .card-data .collaboratorColumn .collaboratorDiv {
      display: -webkit-inline-box;
      overflow-x: hidden;
      width: 100%;
      padding: 4px 0; }
      #RowData .card-data .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
        height: 2px; }
      #RowData .card-data .collaboratorColumn .collaboratorDiv .collaborator {
        border: 1px solid #ddd;
        padding: 2px;
        margin: 0px 2px;
        min-width: 40px;
        font-size: 11px;
        border-radius: 25px;
        display: flex;
        align-items: center;
        height: auto; }
        #RowData .card-data .collaboratorColumn .collaboratorDiv .collaborator span {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        #RowData .card-data .collaboratorColumn .collaboratorDiv .collaborator:first-child {
          margin: 0 2px 0 0; }
        #RowData .card-data .collaboratorColumn .collaboratorDiv .collaborator img {
          width: 25px;
          height: 25px;
          margin-right: 4px;
          border-radius: 25px; }
    #RowData .card-data .selectorColumn .selectorDiv {
      display: block;
      overflow-x: hidden;
      white-space: nowrap;
      margin-top: 5px;
      padding: 4px 0; }
      #RowData .card-data .selectorColumn .selectorDiv::-webkit-scrollbar {
        height: 2px; }
      #RowData .card-data .selectorColumn .selectorDiv .selector {
        display: inline;
        justify-content: center;
        padding: 1px 8px;
        margin: 0 2px;
        background-color: #797373;
        border-radius: 25px;
        color: #4d4d4d;
        min-width: 38px;
        font-size: 12px; }
        #RowData .card-data .selectorColumn .selectorDiv .selector:first-child {
          margin: 0 2px 0 0; }
    #RowData .card-data .attachmentColumn .attachmentDiv {
      display: flex;
      align-items: center;
      overflow: hidden;
      padding: 4px 0; }
      #RowData .card-data .attachmentColumn .attachmentDiv::-webkit-scrollbar {
        height: 2px; }
      #RowData .card-data .attachmentColumn .attachmentDiv .attachment {
        margin: 0 2px; }
        #RowData .card-data .attachmentColumn .attachmentDiv .attachment img {
          min-height: 22px;
          max-height: 22px;
          max-width: 80px;
          border-radius: 2px; }
        #RowData .card-data .attachmentColumn .attachmentDiv .attachment:first-child {
          margin: 0 2px 0 0; }
    #RowData .card-data .linkColumn .linksDiv {
      display: block;
      overflow-x: hidden;
      white-space: nowrap;
      margin-top: 5px;
      padding: 4px 0; }
      #RowData .card-data .linkColumn .linksDiv::-webkit-scrollbar {
        height: 2px; }
      #RowData .card-data .linkColumn .linksDiv .row-link {
        display: inline;
        padding: 0px 4px;
        background: #ecf0fa;
        border: 1px solid #c9c9ec;
        border-radius: 2px;
        margin-left: 5px; }
      #RowData .card-data .linkColumn .linksDiv .error {
        display: inline;
        padding: 0px 4px;
        background: #f5cce9 !important;
        border: 0.5px solid #a26e71 !important;
        border-radius: 2px;
        margin-left: 5px; }
    #RowData .card-data .api-push .btn {
      width: fit-content;
      padding: 3px;
      border-radius: 4px;
      box-shadow: 3px 3px 3px #ccc;
      background-color: rgba(224, 224, 224, 0.5);
      margin-top: 5px; }
    #RowData .card-data .rating-card .collaboratorDiv {
      display: -webkit-inline-box;
      overflow-x: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 100%;
      padding: 4px 0; }
      #RowData .card-data .rating-card .collaboratorDiv::-webkit-scrollbar {
        height: 2px; }
      #RowData .card-data .rating-card .collaboratorDiv .collaborator {
        border: 1px solid #ddd;
        padding: 2px;
        margin: 0px 2px;
        min-width: 40px;
        font-size: 11px;
        border-radius: 25px;
        display: flex;
        align-items: center;
        height: auto; }
        #RowData .card-data .rating-card .collaboratorDiv .collaborator span {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        #RowData .card-data .rating-card .collaboratorDiv .collaborator:first-child {
          margin: 0 2px 0 0; }
        #RowData .card-data .rating-card .collaboratorDiv .collaborator img {
          width: 25px;
          height: 25px;
          margin-right: 4px;
          border-radius: 25px; }

#dedupeRowlist .title-length {
  margin: 7px;
  font-size: 15px;
  font-weight: 500; }

.card-mainactive {
  border: 2px solid #3398e5 !important;
  background: seashell !important; }

.card-main {
  border: 2px solid #e5e4e5;
  border-radius: 6px;
  background-color: #fff; }
  .card-main .attachment-file {
    background-color: darkgrey;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center; }
    .card-main .attachment-file input {
      display: none; }
    .card-main .attachment-file .add {
      color: white;
      font-size: 14px;
      font-weight: 600; }
  .card-main .header-card {
    height: 153px !important;
    justify-content: center;
    display: flex; }
    .card-main .header-card .carousel-croup .carousel .slide img {
      object-fit: cover; }
    .card-main .header-card .carousel-fit .carousel .slide img {
      object-fit: contain; }
    .card-main .header-card .card-cover-image {
      background: white;
      border-bottom: 2px solid #ddd;
      width: 100%; }
      .card-main .header-card .card-cover-image .carousel .slide {
        background: none; }
        .card-main .header-card .card-cover-image .carousel .slide img {
          height: 150px;
          border-top-left-radius: 5px;
          border-top-right-radius: 5px; }
      .card-main .header-card .card-cover-image .control-next {
        border-top-right-radius: 6px; }
      .card-main .header-card .card-cover-image .control-prev {
        border-top-left-radius: 6px; }
    .card-main .header-card .border-full-carousel .carousel .slide img {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
    .card-main .header-card i {
      margin: auto;
      color: #cfcfcf; }
  .card-main .color-formating-colorline {
    padding: 6px;
    background: #fff;
    margin-top: -10px; }
  .card-main .body-card {
    margin-top: 10px; }
    .card-main .body-card .firstColumnValue {
      height: 35px;
      font-size: 15px;
      border-bottom: 2px solid #ddd;
      margin-bottom: 3px;
      max-width: 100% !important;
      white-space: nowrap;
      max-width: 218px;
      overflow: hidden;
      text-overflow: ellipsis; }
      .card-main .body-card .firstColumnValue .textColumn, .card-main .body-card .firstColumnValue .checkboxColumn, .card-main .body-card .firstColumnValue .collaboratorColumn, .card-main .body-card .firstColumnValue .createdby-updatedby-column, .card-main .body-card .firstColumnValue .selectorColumn, .card-main .body-card .firstColumnValue .attachmentColumn, .card-main .body-card .firstColumnValue .linkColumn, .card-main .body-card .firstColumnValue .apiDataColumn, .card-main .body-card .firstColumnValue .api-push, .card-main .body-card .firstColumnValue .ratingColumn, .card-main .body-card .firstColumnValue .durationColumn, .card-main .body-card .firstColumnValue .progress {
        height: 60px;
        padding: 0px;
        overflow: hidden; }
        .card-main .body-card .firstColumnValue .textColumn .field-title, .card-main .body-card .firstColumnValue .checkboxColumn .field-title, .card-main .body-card .firstColumnValue .collaboratorColumn .field-title, .card-main .body-card .firstColumnValue .createdby-updatedby-column .field-title, .card-main .body-card .firstColumnValue .selectorColumn .field-title, .card-main .body-card .firstColumnValue .attachmentColumn .field-title, .card-main .body-card .firstColumnValue .linkColumn .field-title, .card-main .body-card .firstColumnValue .apiDataColumn .field-title, .card-main .body-card .firstColumnValue .api-push .field-title, .card-main .body-card .firstColumnValue .ratingColumn .field-title, .card-main .body-card .firstColumnValue .durationColumn .field-title, .card-main .body-card .firstColumnValue .progress .field-title {
          display: flex;
          align-items: center;
          opacity: 0.6; }
          .card-main .body-card .firstColumnValue .textColumn .field-title .field-name, .card-main .body-card .firstColumnValue .checkboxColumn .field-title .field-name, .card-main .body-card .firstColumnValue .collaboratorColumn .field-title .field-name, .card-main .body-card .firstColumnValue .createdby-updatedby-column .field-title .field-name, .card-main .body-card .firstColumnValue .selectorColumn .field-title .field-name, .card-main .body-card .firstColumnValue .attachmentColumn .field-title .field-name, .card-main .body-card .firstColumnValue .linkColumn .field-title .field-name, .card-main .body-card .firstColumnValue .apiDataColumn .field-title .field-name, .card-main .body-card .firstColumnValue .api-push .field-title .field-name, .card-main .body-card .firstColumnValue .ratingColumn .field-title .field-name, .card-main .body-card .firstColumnValue .durationColumn .field-title .field-name, .card-main .body-card .firstColumnValue .progress .field-title .field-name {
            margin-left: 4px;
            font-size: 10px; }
      .card-main .body-card .firstColumnValue .textColumn .multilineValue {
        display: block;
        display: -webkit-box !important;
        margin: 0 auto;
        line-height: 1.2em;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        word-wrap: break-word;
        color: black;
        margin-top: 5px;
        display: block;
        display: -webkit-box;
        max-width: 100%;
        margin: 0 auto;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .card-main .body-card .firstColumnValue .textColumn .value {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 5px;
        color: black; }
      .card-main .body-card .firstColumnValue .checkboxColumn .value {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        pointer-events: none;
        opacity: 0.8;
        color: black;
        margin-top: 5px; }
      .card-main .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv {
        display: -webkit-inline-box;
        overflow-x: auto;
        width: 100%;
        padding: 4px 0; }
        .card-main .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
          height: 2px; }
        .card-main .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator {
          font-size: 11px;
          border-radius: 25px;
          display: flex;
          align-items: center;
          height: 30px; }
          .card-main .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator span {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
          .card-main .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator:first-child {
            margin: 0 2px 0 0; }
          .card-main .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator img {
            width: 25px;
            height: 25px;
            margin-right: 4px;
            border-radius: 25px; }
      .card-main .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv {
        display: -webkit-inline-box;
        overflow-x: auto;
        width: 100%;
        padding: 4px 0; }
        .card-main .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv::-webkit-scrollbar {
          height: 2px; }
        .card-main .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator {
          font-size: 11px;
          border-radius: 25px;
          display: flex;
          align-items: center;
          height: 30px; }
          .card-main .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator span {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
          .card-main .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator:first-child {
            margin: 0 2px 0 0; }
          .card-main .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator img {
            width: 25px;
            height: 25px;
            margin-right: 4px;
            border-radius: 25px; }
      .card-main .body-card .firstColumnValue .selectorColumn .selectorDiv {
        display: block;
        overflow-x: auto;
        margin-top: 5px;
        padding: 4px 0;
        width: max-content; }
        .card-main .body-card .firstColumnValue .selectorColumn .selectorDiv::-webkit-scrollbar {
          height: 2px; }
        .card-main .body-card .firstColumnValue .selectorColumn .selectorDiv .selector {
          display: inline;
          justify-content: center;
          padding: 1px 8px;
          margin: 0 2px;
          cursor: pointer;
          background-color: #797373;
          border-radius: 25px;
          font-size: 10px;
          margin-bottom: 5px;
          min-width: 38px; }
          .card-main .body-card .firstColumnValue .selectorColumn .selectorDiv .selector:first-child {
            margin: 0 2px 0 0; }
      .card-main .body-card .firstColumnValue .attachmentColumn .attachmentDiv {
        display: flex;
        align-items: center;
        overflow-y: auto;
        width: fit-content; }
        .card-main .body-card .firstColumnValue .attachmentColumn .attachmentDiv::-webkit-scrollbar {
          height: 2px; }
        .card-main .body-card .firstColumnValue .attachmentColumn .attachmentDiv .attachment {
          margin: 0 2px;
          border-radius: 5px;
          height: 22px;
          border: 1px solid #ccc;
          margin-bottom: 5px; }
          .card-main .body-card .firstColumnValue .attachmentColumn .attachmentDiv .attachment img {
            height: 100%;
            object-fit: cover;
            border-radius: 5px;
            max-width: 60px;
            border-radius: 2px; }
      .card-main .body-card .firstColumnValue .linkColumn {
        margin-right: 10px;
        overflow: hidden; }
        .card-main .body-card .firstColumnValue .linkColumn .linksDiv {
          display: inline-block;
          flex-wrap: wrap;
          padding: 4px 0; }
          .card-main .body-card .firstColumnValue .linkColumn .linksDiv::-webkit-scrollbar {
            height: 2px; }
          .card-main .body-card .firstColumnValue .linkColumn .linksDiv .row-link {
            display: inline;
            margin-right: 4px;
            padding: 0px 4px;
            background: #ecf0fa;
            border: 1px solid #c9c9ec;
            border-radius: 2px;
            margin-bottom: 5px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; }
          .card-main .body-card .firstColumnValue .linkColumn .linksDiv .error {
            display: inline;
            margin-right: 4px;
            padding: 0px 4px;
            background: #f5cce9 !important;
            border: 0.5px solid #a26e71 !important;
            border-radius: 2px; }
      .card-main .body-card .firstColumnValue .api-push .btn {
        width: fit-content;
        padding: 4px;
        border-radius: 4px;
        box-shadow: 3px 3px 3px #ccc;
        background-color: rgba(224, 224, 224, 0.5);
        margin-top: 5px; }
      .card-main .body-card .firstColumnValue .ratingColumn {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        pointer-events: none;
        opacity: 0.8;
        color: black;
        margin-top: 5px; }
      .card-main .body-card .firstColumnValue .durationColumn .multilineValue {
        display: block;
        display: -webkit-box !important;
        margin: 0 auto;
        line-height: 1.2em;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        word-wrap: break-word;
        color: black;
        margin-top: 5px; }
      .card-main .body-card .firstColumnValue .durationColumn .value {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 5px;
        color: black; }
      .card-main .body-card .firstColumnValue .progress .progress-text-type {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 5px;
        color: black;
        font-weight: 500; }
      .card-main .body-card .firstColumnValue .progress .progress-type {
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 8px; }
        .card-main .body-card .firstColumnValue .progress .progress-type .progress-line {
          width: 90%;
          margin: auto !important; }
        .card-main .body-card .firstColumnValue .progress .progress-type .progress-percentage {
          width: 29px;
          text-align: center;
          margin-left: 4px;
          color: green;
          font-weight: 500; }
        .card-main .body-card .firstColumnValue .progress .progress-type .ui.small.progress {
          font-size: 0.60857143rem;
          height: 8px !important;
          padding-left: 0px !important;
          padding-bottom: 4px; }
      .card-main .body-card .firstColumnValue .firstcolumn-icons-main {
        display: flex;
        align-items: center; }
        .card-main .body-card .firstColumnValue .firstcolumn-icons-main .firstcolumn-icon {
          margin-bottom: 30px;
          margin-left: 4px; }
          .card-main .body-card .firstColumnValue .firstcolumn-icons-main .firstcolumn-icon .first-row-count {
            border: 2px solid #ddd;
            padding: 0px 8px;
            border-radius: 4px; }
    .card-main .body-card .firstcolumn-hidden {
      text-decoration: line-through;
      color: red; }
    .card-main .body-card .value-change {
      cursor: pointer; }
      .card-main .body-card .value-change :hover {
        background: #ddd; }
    .card-main .body-card .firstColumnValue .textColumn, .card-main .body-card .firstColumnValue .checkboxColumn, .card-main .body-card .firstColumnValue .collaboratorColumn, .card-main .body-card .firstColumnValue .createdby-updatedby-column, .card-main .body-card .firstColumnValue .selectorColumn, .card-main .body-card .firstColumnValue .attachmentColumn, .card-main .body-card .firstColumnValue .linkColumn, .card-main .body-card .firstColumnValue .apiDataColumn, .card-main .body-card .firstColumnValue .api-push, .card-main .body-card .firstColumnValue .ratingColumn, .card-main .body-card .firstColumnValue .durationColumn, .card-main .body-card .firstColumnValue .progress, .card-main .body-card .textColumn, .card-main .body-card .checkboxColumn, .card-main .body-card .collaboratorColumn, .card-main .body-card .createdby-updatedby-column, .card-main .body-card .selectorColumn, .card-main .body-card .attachmentColumn, .card-main .body-card .linkColumn, .card-main .body-card .apiDataColumn, .card-main .body-card .api-push, .card-main .body-card .ratingColumn, .card-main .body-card .durationColumn, .card-main .body-card .progress {
      height: 60px;
      padding: 0 12px 12px 12px;
      overflow: hidden; }
      .card-main .body-card .textColumn .field-title, .card-main .body-card .checkboxColumn .field-title, .card-main .body-card .collaboratorColumn .field-title, .card-main .body-card .createdby-updatedby-column .field-title, .card-main .body-card .selectorColumn .field-title, .card-main .body-card .attachmentColumn .field-title, .card-main .body-card .linkColumn .field-title, .card-main .body-card .apiDataColumn .field-title, .card-main .body-card .api-push .field-title, .card-main .body-card .ratingColumn .field-title, .card-main .body-card .durationColumn .field-title, .card-main .body-card .progress .field-title {
        display: flex;
        align-items: center;
        opacity: 0.6; }
        .card-main .body-card .textColumn .field-title .field-name, .card-main .body-card .checkboxColumn .field-title .field-name, .card-main .body-card .collaboratorColumn .field-title .field-name, .card-main .body-card .createdby-updatedby-column .field-title .field-name, .card-main .body-card .selectorColumn .field-title .field-name, .card-main .body-card .attachmentColumn .field-title .field-name, .card-main .body-card .linkColumn .field-title .field-name, .card-main .body-card .apiDataColumn .field-title .field-name, .card-main .body-card .api-push .field-title .field-name, .card-main .body-card .ratingColumn .field-title .field-name, .card-main .body-card .durationColumn .field-title .field-name, .card-main .body-card .progress .field-title .field-name {
          margin-left: 4px;
          font-size: 10px; }
    .card-main .body-card .textColumn .multilineValue {
      display: block;
      display: -webkit-box !important;
      margin: 0 auto;
      line-height: 1.2em;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      word-wrap: break-word;
      color: black;
      margin-top: 5px;
      display: block;
      display: -webkit-box;
      max-width: 100%;
      margin: 0 auto;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .card-main .body-card .textColumn .value {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-top: 5px;
      color: black; }
    .card-main .body-card .checkboxColumn .value {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      pointer-events: none;
      opacity: 0.8;
      color: black;
      margin-top: 5px; }
    .card-main .body-card .collaboratorColumn .collaboratorDiv {
      display: -webkit-inline-box;
      overflow-x: auto;
      width: 100%;
      padding: 4px 0; }
      .card-main .body-card .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
        height: 2px; }
      .card-main .body-card .collaboratorColumn .collaboratorDiv .collaborator {
        font-size: 11px;
        border-radius: 25px;
        display: flex;
        align-items: center;
        height: 30px; }
        .card-main .body-card .collaboratorColumn .collaboratorDiv .collaborator span {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
        .card-main .body-card .collaboratorColumn .collaboratorDiv .collaborator:first-child {
          margin: 0 2px 0 0; }
        .card-main .body-card .collaboratorColumn .collaboratorDiv .collaborator img {
          width: 25px;
          height: 25px;
          margin-right: 4px;
          border-radius: 25px; }
    .card-main .body-card .createdby-updatedby-column .collaboratorDiv {
      display: -webkit-inline-box;
      overflow-x: auto;
      width: 100%;
      padding: 4px 0; }
      .card-main .body-card .createdby-updatedby-column .collaboratorDiv::-webkit-scrollbar {
        height: 2px; }
      .card-main .body-card .createdby-updatedby-column .collaboratorDiv .collaborator {
        font-size: 11px;
        border-radius: 25px;
        display: flex;
        align-items: center;
        height: 30px; }
        .card-main .body-card .createdby-updatedby-column .collaboratorDiv .collaborator span {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
        .card-main .body-card .createdby-updatedby-column .collaboratorDiv .collaborator:first-child {
          margin: 0 2px 0 0; }
        .card-main .body-card .createdby-updatedby-column .collaboratorDiv .collaborator img {
          width: 25px;
          height: 25px;
          margin-right: 4px;
          border-radius: 25px; }
    .card-main .body-card .selectorColumn .selectorDiv {
      display: block;
      overflow-x: auto;
      margin-top: 5px;
      padding: 4px 0;
      width: max-content; }
      .card-main .body-card .selectorColumn .selectorDiv::-webkit-scrollbar {
        height: 2px; }
      .card-main .body-card .selectorColumn .selectorDiv .selector {
        display: inline;
        justify-content: center;
        padding: 1px 8px;
        margin: 0 2px;
        cursor: pointer;
        background-color: #797373;
        border-radius: 25px;
        font-size: 10px;
        margin-bottom: 5px;
        min-width: 38px; }
        .card-main .body-card .selectorColumn .selectorDiv .selector:first-child {
          margin: 0 2px 0 0; }
    .card-main .body-card .attachmentColumn .attachmentDiv {
      display: flex;
      align-items: center;
      overflow-y: auto;
      width: fit-content; }
      .card-main .body-card .attachmentColumn .attachmentDiv::-webkit-scrollbar {
        height: 2px; }
      .card-main .body-card .attachmentColumn .attachmentDiv .attachment {
        margin: 0 2px;
        border-radius: 5px;
        height: 22px;
        border: 1px solid #ccc;
        margin-bottom: 5px; }
        .card-main .body-card .attachmentColumn .attachmentDiv .attachment img {
          height: 100%;
          object-fit: cover;
          border-radius: 5px;
          max-width: 60px;
          border-radius: 2px; }
    .card-main .body-card .linkColumn {
      margin-right: 10px;
      overflow: hidden; }
      .card-main .body-card .linkColumn .linksDiv {
        display: inline-block;
        flex-wrap: wrap;
        padding: 4px 0; }
        .card-main .body-card .linkColumn .linksDiv::-webkit-scrollbar {
          height: 2px; }
        .card-main .body-card .linkColumn .linksDiv .row-link {
          display: inline;
          margin-right: 4px;
          padding: 0px 4px;
          background: #ecf0fa;
          border: 1px solid #c9c9ec;
          border-radius: 2px;
          margin-bottom: 5px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
        .card-main .body-card .linkColumn .linksDiv .error {
          display: inline;
          margin-right: 4px;
          padding: 0px 4px;
          background: #f5cce9 !important;
          border: 0.5px solid #a26e71 !important;
          border-radius: 2px; }
    .card-main .body-card .api-push .btn {
      width: fit-content;
      padding: 4px;
      border-radius: 4px;
      box-shadow: 3px 3px 3px #ccc;
      background-color: rgba(224, 224, 224, 0.5);
      margin-top: 5px; }
    .card-main .body-card .ratingColumn {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      pointer-events: none;
      opacity: 0.8;
      color: black;
      margin-top: 5px; }
    .card-main .body-card .durationColumn .multilineValue {
      display: block;
      display: -webkit-box !important;
      margin: 0 auto;
      line-height: 1.2em;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      word-wrap: break-word;
      color: black;
      margin-top: 5px; }
    .card-main .body-card .durationColumn .value {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-top: 5px;
      color: black; }
    .card-main .body-card .progress .progress-text-type {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-top: 5px;
      color: black;
      font-weight: 500; }
    .card-main .body-card .progress .progress-type {
      display: flex;
      align-items: center;
      width: 100%;
      margin-top: 8px; }
      .card-main .body-card .progress .progress-type .progress-line {
        width: 90%;
        margin: auto !important; }
      .card-main .body-card .progress .progress-type .progress-percentage {
        width: 29px;
        text-align: center;
        margin-left: 4px;
        color: green;
        font-weight: 500; }
      .card-main .body-card .progress .progress-type .ui.small.progress {
        font-size: 0.60857143rem;
        height: 8px !important;
        padding-left: 0px !important;
        padding-bottom: 4px; }

#RowsReviewsDisplay .header-section {
  margin-bottom: 10px; }
  #RowsReviewsDisplay .header-section .header-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 5px; }

#RowsReviewsDisplay .middle-section {
  height: 68vh;
  background: #ddd;
  overflow: auto;
  border-radius: 5px;
  border: 3px solid grey;
  display: flex; }
  #RowsReviewsDisplay .middle-section .preview-btns {
    font-size: 15px;
    margin: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    #RowsReviewsDisplay .middle-section .preview-btns p {
      margin-right: 9px;
      font-size: 15px;
      font-weight: 450;
      text-transform: uppercase;
      margin-top: 3px; }
    #RowsReviewsDisplay .middle-section .preview-btns i {
      font-size: 22px;
      cursor: pointer; }
  #RowsReviewsDisplay .middle-section .middle-section-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    overflow: auto;
    height: 503px; }
    #RowsReviewsDisplay .middle-section .middle-section-wrapper .review-card-main {
      display: inline-block;
      width: 25%;
      margin: 5px;
      cursor: pointer; }
    #RowsReviewsDisplay .middle-section .middle-section-wrapper .contex-menu {
      top: 166px;
      z-index: 100; }
  #RowsReviewsDisplay .middle-section .sidebar-main {
    width: 100%; }
    #RowsReviewsDisplay .middle-section .sidebar-main .sidebar-banner {
      background: grey; }
      #RowsReviewsDisplay .middle-section .sidebar-main .sidebar-banner .banner-preview-btns {
        font-size: 15px;
        margin: 6px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: white;
        margin-left: 12px;
        margin-right: 12px; }
        #RowsReviewsDisplay .middle-section .sidebar-main .sidebar-banner .banner-preview-btns p {
          margin-right: 9px;
          font-size: 15px;
          font-weight: 450;
          text-transform: uppercase;
          margin-top: 3px; }
        #RowsReviewsDisplay .middle-section .sidebar-main .sidebar-banner .banner-preview-btns i {
          font-size: 22px;
          cursor: pointer; }
      #RowsReviewsDisplay .middle-section .sidebar-main .sidebar-banner .not-preview {
        color: white;
        justify-content: center;
        display: flex;
        flex-direction: column;
        height: 45vh; }
        #RowsReviewsDisplay .middle-section .sidebar-main .sidebar-banner .not-preview p {
          font-size: 20px; }
        #RowsReviewsDisplay .middle-section .sidebar-main .sidebar-banner .not-preview span {
          font-size: 15px; }
      #RowsReviewsDisplay .middle-section .sidebar-main .sidebar-banner .banner-preview-card-main {
        width: 95%;
        display: inline-block;
        margin-top: 10px;
        text-align: left; }

.buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .buttons .count-txt {
    font-size: 15px;
    margin-right: 6px; }

#DedupeRow .header {
  font-size: 20px;
  padding-left: 12px; }

#DedupeRow .main .ui.toggle.checkbox label:before {
  width: 41px;
  background-color: #A9A9A9; }

#DedupeRow .main .ui.checkbox input:checked ~ .box:before,
#DedupeRow .main .ui.checkbox input:checked ~ label:before {
  background-color: green !important;
  width: 41px; }

#DedupeRow .main .ui.toggle.checkbox input:checked ~ label:after {
  left: 1.53em;
  box-shadow: none; }

#DedupeRow .main .title-header {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px; }

#DedupeRow .main .mapping-left-panel {
  width: 45%; }
  #DedupeRow .main .mapping-left-panel .column-map-main {
    overflow: auto;
    height: 50vh; }
    #DedupeRow .main .mapping-left-panel .column-map-main .dropdown-main {
      display: flex;
      align-items: center;
      margin: 13px; }
      #DedupeRow .main .mapping-left-panel .column-map-main .dropdown-main .column-drop {
        display: flex;
        align-items: center;
        width: 100%;
        border: 1px solid #ddd;
        height: 38px;
        border-radius: 4px;
        margin-right: 24px;
        padding-left: 3px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #DedupeRow .main .mapping-left-panel .column-map-main .dropdown-main .column-drop .grouped {
          display: flex;
          flex-direction: row;
          align-items: center; }
          #DedupeRow .main .mapping-left-panel .column-map-main .dropdown-main .column-drop .grouped #RadioToggle {
            padding-top: 12px; }
        #DedupeRow .main .mapping-left-panel .column-map-main .dropdown-main .column-drop .column-name {
          margin-left: 12px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          width: 162px; }
        #DedupeRow .main .mapping-left-panel .column-map-main .dropdown-main .column-drop .duplicate-selection {
          display: flex;
          flex-direction: row;
          border: 1px solid transparent;
          background-color: rgba(0, 0, 0, 0.05);
          line-height: 1.6;
          padding: 0.25rem;
          border-radius: 3px; }
          #DedupeRow .main .mapping-left-panel .column-map-main .dropdown-main .column-drop .duplicate-selection .type {
            padding-left: 1em;
            padding-right: 1em; }
      #DedupeRow .main .mapping-left-panel .column-map-main .dropdown-main .column-csv {
        width: 65%; }

#DedupeRow .main .buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
  margin-bottom: 10px; }

#DedupeRow .main .mapping-part {
  display: flex; }
  #DedupeRow .main .mapping-part .preview {
    width: 60%;
    height: 77vh;
    margin-top: 5px;
    overflow: auto; }
    #DedupeRow .main .mapping-part .preview .totla-row-preview {
      justify-content: flex-end;
      display: flex;
      font-size: 13px;
      font-weight: 500;
      margin-right: 5px;
      position: initial; }
  #DedupeRow .main .mapping-part .no-rowdata {
    margin-top: 25%;
    justify-content: center;
    flex: 1;
    align-items: center;
    text-align: center; }

#DedupeRow .main .text-highlight {
  color: white;
  fill: white; }

#DedupeRow .main .active-type {
  background-color: #666;
  border-radius: 3px; }

#TitleBar {
  height: 36px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #ddd;
  padding: 0 7px;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */ }
  #TitleBar .au-btn {
    cursor: pointer;
    margin-left: auto;
    padding: 8px 10px;
    font-weight: 600;
    height: 33px;
    font-size: 13px;
    border-left: 1px solid #ddd;
    align-items: center;
    box-sizing: border-box; }
  #TitleBar .history {
    border-radius: 9999px;
    padding: 4px 8px;
    cursor: pointer; }
  #TitleBar .apps-btn {
    padding: 0px 20px;
    font-weight: bold;
    height: 33px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    cursor: pointer;
    margin-left: auto;
    display: flex;
    align-items: center;
    background: #ffffff;
    box-sizing: border-box; }
    #TitleBar .apps-btn span {
      margin-left: 4px;
      text-transform: uppercase;
      letter-spacing: 0.3px;
      font-size: 14.4px; }
    #TitleBar .apps-btn .appsBetatag {
      background-color: #00c4ff;
      display: flex;
      position: absolute;
      top: -1px;
      color: white;
      right: 1px;
      border-radius: 13px;
      padding: 0px 5px 0px 5px;
      font-size: 8px; }
  #TitleBar .tablemenu-icon {
    position: relative;
    padding: 0 7px;
    z-index: 2;
    left: 0;
    background-color: white;
    cursor: pointer;
    display: flex; }
    #TitleBar .tablemenu-icon svg {
      border: 1px solid;
      border-radius: 50%;
      padding-top: 2px; }
    #TitleBar .tablemenu-icon:hover .menu-icon {
      fill: #ddd !important; }
  #TitleBar .left-scroll-icon {
    position: absolute;
    padding: 9px 4px;
    z-index: 1;
    left: -5px;
    background-color: white; }
  #TitleBar .left-scroll-icon:hover {
    background-color: #ddd; }
  #TitleBar .i_icon {
    font-size: 1.3rem; }
  #TitleBar .right-scroll-icon {
    position: absolute;
    padding: 8px 4px;
    z-index: 1;
    right: -10px;
    background-color: white; }
  #TitleBar .right-scroll-icon:hover {
    background-color: #ddd; }
  #TitleBar .table-list-container {
    height: -webkit-fill-available;
    width: -moz-available;
    width: min-content;
    width: fit-content;
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: none; }
  #TitleBar .append-data-li {
    display: flex;
    justify-content: space-between; }
    #TitleBar .append-data-li:hover .append-data-menu {
      visibility: visible; }
  #TitleBar .append-data-menu {
    bottom: 10px;
    right: -96%;
    min-width: 214px;
    max-width: 350px;
    width: 100%;
    padding: 10px 0;
    position: absolute;
    background: #fff;
    border-radius: 4px;
    list-style: none;
    border: 2px solid #ddd;
    visibility: hidden; }
    #TitleBar .append-data-menu .table-content {
      display: flex;
      align-items: center; }
      #TitleBar .append-data-menu .table-content .table-icon {
        top: 0; }
      #TitleBar .append-data-menu .table-content .table-context-text {
        top: 0; }
  #TitleBar .contex-menu .contex-menu-text {
    font-weight: 400;
    color: #4d4d4d; }
  #TitleBar .contex-menu .addFromSource-main .pro-btn {
    font-size: 11px;
    padding: 0px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1693eb;
    color: white;
    border-radius: 10px;
    text-align: center;
    font-weight: 500; }
  #TitleBar .contex-menu .addFromSource-main .addFromSource {
    display: flex;
    align-items: center; }
    #TitleBar .contex-menu .addFromSource-main .addFromSource p {
      font-weight: 500; }
  #TitleBar .spreadsheet-titlebar {
    /* scroll-behavior: auto; */
    /* scroll-margin-bottom: 2px; */
    transition: all 0.3s;
    width: fit-content; }
    #TitleBar .spreadsheet-titlebar .sb-rel {
      position: relative;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding: 0;
      min-width: 100px; }
      #TitleBar .spreadsheet-titlebar .sb-rel .contex-menu {
        z-index: 100;
        right: -150px;
        top: 34px;
        width: 200px !important; }
    #TitleBar .spreadsheet-titlebar .spreadsheet-title {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 32rem;
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      height: 35px;
      padding: 0 10px;
      color: #414141;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      cursor: pointer;
      position: relative;
      /* opacity: 0.8; */
      background: #ffffff; }
      #TitleBar .spreadsheet-titlebar .spreadsheet-title::before {
        content: '';
        width: 3px;
        height: 3px;
        position: absolute;
        bottom: 0; }
      #TitleBar .spreadsheet-titlebar .spreadsheet-title .table-name {
        opacity: 0.6; }
      #TitleBar .spreadsheet-titlebar .spreadsheet-title input {
        box-shadow: none;
        width: 170px;
        height: 25px;
        background: #f8f8f8;
        border: 0;
        outline: none;
        text-align: center; }
      #TitleBar .spreadsheet-titlebar .spreadsheet-title .table-rename ::-moz-selection {
        /* Code for Firefox */
        color: black;
        background: #b9d0f0; }
      #TitleBar .spreadsheet-titlebar .spreadsheet-title .table-rename ::selection {
        color: black;
        background: #b9d0f0; }
      #TitleBar .spreadsheet-titlebar .spreadsheet-title:hover {
        opacity: 1;
        background-color: lightgray; }
        #TitleBar .spreadsheet-titlebar .spreadsheet-title:hover .table-name {
          opacity: 1; }
      #TitleBar .spreadsheet-titlebar .spreadsheet-title.active {
        position: relative;
        color: #fff;
        z-index: 0;
        opacity: 1;
        border-top: none; }
        #TitleBar .spreadsheet-titlebar .spreadsheet-title.active .table-name {
          opacity: 1; }
        #TitleBar .spreadsheet-titlebar .spreadsheet-title.active :focus-visible {
          outline: -webkit-focus-ring-color auto 1px; }
      #TitleBar .spreadsheet-titlebar .spreadsheet-title svg {
        opacity: 0.6; }
        #TitleBar .spreadsheet-titlebar .spreadsheet-title svg:hover {
          opacity: 1; }
        #TitleBar .spreadsheet-titlebar .spreadsheet-title svg:active {
          fill: rgba(0, 150, 255, 0.5); }
  #TitleBar .add-speardsheet {
    position: relative;
    z-index: 1;
    margin-right: 10px; }
    #TitleBar .add-speardsheet svg.icon-add {
      cursor: pointer;
      background-color: rgba(200, 200, 200, 0.6);
      border-radius: 4px;
      margin-left: 6px; }
      #TitleBar .add-speardsheet svg.icon-add:hover {
        background-color: #c8c8c8; }
    #TitleBar .add-speardsheet .menu-crt-tbl {
      z-index: 1;
      left: 8px;
      top: 28px; }
    #TitleBar .add-speardsheet .toolbar-items-hover {
      display: flex; }
  #TitleBar .end-section-tablebar {
    margin-left: auto;
    display: flex;
    align-items: center; }
    #TitleBar .end-section-tablebar .trash-btn {
      margin-right: 10px;
      margin-bottom: 2px;
      cursor: pointer; }
      #TitleBar .end-section-tablebar .trash-btn .trash-icon {
        opacity: 0.4; }
      #TitleBar .end-section-tablebar .trash-btn :hover {
        opacity: 0.9; }
  #TitleBar ::-webkit-scrollbar {
    display: none; }
  #TitleBar ::-webkit-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */ }

.paseDetailBlock {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500; }
  .paseDetailBlock .columnsName {
    background-color: rgba(0, 0, 0, 0.1);
    height: 45px;
    padding: .5rem;
    overflow-x: scroll;
    white-space: nowrap; }
    .paseDetailBlock .columnsName span {
      border: 1px solid;
      border-color: rgba(0, 0, 0, 0.1);
      padding: .5rem; }

.edit-table-desc {
  position: absolute;
  z-index: 1000;
  left: 2px;
  top: 35px; }

.render-back-button {
  display: flex;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 2px;
  margin-left: -10px;
  font-size: 14px; }

.import-main {
  display: flex;
  align-items: center;
  border: 2px solid rgba(0, 0, 0, 0.25);
  padding: 7px;
  border-radius: 8px;
  height: 43px;
  cursor: pointer; }
  .import-main p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.1px; }

.h2-header-text {
  font-weight: 500;
  margin-bottom: 11px; }

.column {
  margin-top: -10px; }
  .column :hover .import-main {
    border: 2px solid #166ee1; }

.import-type-img {
  width: 12%;
  margin-right: 11px;
  border-radius: 3px; }

#TableMenuBar {
  display: inline-block;
  background: #fff;
  overflow: hidden;
  z-index: 15;
  position: absolute;
  top: 17px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 5px 5px 16px #e6e6e6;
  width: 31%;
  padding: 5px;
  left: 2%; }
  #TableMenuBar .tablemenu-main {
    margin: 12px; }
    #TableMenuBar .tablemenu-main .table-list {
      overflow: auto;
      max-height: 65vh;
      /* Hide scrollbar for IE, Edge and Firefox */ }
      #TableMenuBar .tablemenu-main .table-list .activeRow {
        background-color: #dfdede; }
      #TableMenuBar .tablemenu-main .table-list .table-list-main {
        color: black; }
        #TableMenuBar .tablemenu-main .table-list .table-list-main .table-content {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-top: 10px;
          border-radius: 5px;
          padding: 5px;
          cursor: pointer; }
          #TableMenuBar .tablemenu-main .table-list .table-list-main .table-content .tablename-sec {
            display: flex;
            align-items: center;
            min-width: 80%; }
            #TableMenuBar .tablemenu-main .table-list .table-list-main .table-content .tablename-sec .check-icon {
              font-size: 14px;
              margin-bottom: 2px; }
            #TableMenuBar .tablemenu-main .table-list .table-list-main .table-content .tablename-sec .table-name {
              font-size: 14.5px;
              font-weight: 600;
              text-overflow: ellipsis;
              overflow: hidden;
              white-space: nowrap;
              max-width: 100%; }
          #TableMenuBar .tablemenu-main .table-list .table-list-main .table-content .dot-sec {
            visibility: hidden;
            margin-bottom: -4.5px;
            opacity: 0.5; }
          #TableMenuBar .tablemenu-main .table-list .table-list-main .table-content .dot-draggable {
            visibility: visible; }
          #TableMenuBar .tablemenu-main .table-list .table-list-main .table-content:hover {
            background: #e7e7e7; }
            #TableMenuBar .tablemenu-main .table-list .table-list-main .table-content:hover .dot-sec {
              visibility: visible;
              opacity: 0.5; }
      #TableMenuBar .tablemenu-main .table-list .table-not-found {
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        font-weight: 600;
        height: 6vh; }
      #TableMenuBar .tablemenu-main .table-list ::-webkit-scrollbar {
        display: block !important; }
      #TableMenuBar .tablemenu-main .table-list ::-webkit-scrollbar {
        -ms-overflow-style: block !important;
        /* IE and Edge */ }
    #TableMenuBar .tablemenu-main .add-table {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 12px;
      cursor: pointer; }
      #TableMenuBar .tablemenu-main .add-table .add-btn-sec {
        font-size: 14px;
        font-weight: 500;
        opacity: 0.8; }
      #TableMenuBar .tablemenu-main .add-table .left-panel-icon {
        font-size: 18px; }
    #TableMenuBar .tablemenu-main .create-table-model {
      position: fixed;
      margin-top: -5%;
      left: 34%; }
      #TableMenuBar .tablemenu-main .create-table-model .contex-menu {
        right: 10%;
        background: #fff;
        overflow: hidden;
        z-index: 15;
        position: relative;
        top: 80px;
        border: 1px solid #ddd;
        width: 255px;
        border-radius: 5px;
        box-shadow: 5px 5px 16px #e6e6e6; }
  #TableMenuBar ::-webkit-scrollbar {
    display: block !important; }
  #TableMenuBar ::-webkit-scrollbar {
    -ms-overflow-style: block !important; }
  @media (max-width: 600px) {
    #TableMenuBar {
      width: 60%; } }

#TableViewModel .header {
  border-bottom: 1px solid white; }

#TableViewModel .scrolling.content {
  overflow: visible !important; }
  #TableViewModel .scrolling.content .ui.selection.active.dropdown .menu {
    width: 35rem !important; }

#TableViewModel .form-content {
  margin-left: 10px;
  margin-right: 10px; }
  #TableViewModel .form-content .form-details {
    margin: 0px 1px 16px 0px;
    font-size: 14.5px; }
  #TableViewModel .form-content .form-textarea-main p {
    font-size: 13.6px;
    opacity: 0.8; }
  #TableViewModel .form-content .form-textarea-main .dropdownlist-align {
    display: flex;
    justify-content: space-between; }
    #TableViewModel .form-content .form-textarea-main .dropdownlist-align .dropdown-scroll .dropdown-scrolllist .visible {
      overflow-x: visible !important;
      overflow-y: visible !important;
      max-height: 21.028571rem !important; }
  #TableViewModel .form-content .form-textarea-main .invite-content .list-item .specific-user {
    align-items: center; }
    #TableViewModel .form-content .form-textarea-main .invite-content .list-item .specific-user .specific-select {
      margin-bottom: 10px; }
      #TableViewModel .form-content .form-textarea-main .invite-content .list-item .specific-user .specific-select .spicificedit-content {
        margin-bottom: 8px; }
      #TableViewModel .form-content .form-textarea-main .invite-content .list-item .specific-user .specific-select .change-user {
        display: inline-flex;
        cursor: pointer;
        align-items: center;
        padding-bottom: 2px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
        #TableViewModel .form-content .form-textarea-main .invite-content .list-item .specific-user .specific-select .change-user:hover {
          border-color: #333333; }

#SpecificUserModel .header {
  border-bottom: none !important; }

#SpecificUserModel .user-content {
  margin-left: 10px;
  margin-right: 10px; }
  #SpecificUserModel .user-content .user-details {
    margin: 0px 1px 20px 0px;
    font-size: 14.5px; }
  #SpecificUserModel .user-content .finduserdata .finduser {
    display: flex;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-top: 8px;
    padding: 8px 0;
    align-items: center; }
    #SpecificUserModel .user-content .finduserdata .finduser .usersearch {
      opacity: 0.5;
      margin: 3px 8px 0 4px;
      color: #4D4D4D; }
  #SpecificUserModel .user-content .finduserdata .searchuser {
    height: 150px;
    flex-direction: column-reverse;
    display: flex;
    padding: 4px 0; }
    #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow {
      overflow: auto;
      flex: 1 1 auto;
      padding: 4px 0; }
      #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list {
        display: flex;
        align-items: center;
        padding-left: 2px;
        padding-right: 2px;
        margin-left: 2px;
        margin-right: 2px;
        padding-top: 4px;
        padding-bottom: 4px;
        cursor: pointer; }
        #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .user-name {
          margin-left: 5px; }
        #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox label {
          min-height: 0.5rem !important; }
        #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox {
          min-height: 1rem !important; }
        #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.fitted.toggle.checkbox {
          width: 2.3rem !important; }
        #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox input {
          width: 2rem !important;
          height: 1rem !important; }
        #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox label:before {
          width: 2rem !important;
          height: 1rem !important; }
        #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox label:after {
          width: 0.8rem !important;
          height: 0.8rem !important;
          top: 0.1rem !important; }
        #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox input:checked ~ label:after {
          left: 1.2rem !important; }
      #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .kSdBCu {
        padding: 0;
        margin-bottom: 0px; }
      #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .sc-bczRLJ {
        height: 1.7rem;
        margin-left: 8px; }
    #SpecificUserModel .user-content .finduserdata .searchuser .userselect {
      display: flex;
      margin: 8px 0; }
      #SpecificUserModel .user-content .finduserdata .searchuser .userselect .userbtn {
        margin-right: 16px;
        font-size: 12px;
        color: #4D4D4D;
        cursor: pointer;
        opacity: 0.75; }
        #SpecificUserModel .user-content .finduserdata .searchuser .userselect .userbtn:hover {
          color: black; }
  #SpecificUserModel .user-content .userfooter {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 32px;
    margin-top: 16px; }
    #SpecificUserModel .user-content .userfooter .usercancel {
      margin: 0 16px;
      line-height: 18px;
      text-align: center;
      display: flex;
      align-items: center;
      cursor: pointer;
      font-size: 14px;
      color: #4D4D4D;
      opacity: 0.75; }
      #SpecificUserModel .user-content .userfooter .usercancel:hover {
        color: black; }
    #SpecificUserModel .user-content .userfooter:hover .savebtnhover {
      opacity: 0.85; }

#SyncConfigurationModal .syncConfig-content {
  height: 50vh;
  overflow: auto; }
  #SyncConfigurationModal .syncConfig-content .loader {
    display: flex;
    align-items: center;
    height: 40vh;
    justify-content: center; }
  #SyncConfigurationModal .syncConfig-content .sync-heading {
    font-weight: 500; }
  #SyncConfigurationModal .syncConfig-content .add-source-btn {
    color: blue;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer; }
  #SyncConfigurationModal .syncConfig-content .sync-list-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0px 0px 0px; }
    #SyncConfigurationModal .syncConfig-content .sync-list-menu .sync-change-btn {
      color: #166ee1;
      font-weight: 500;
      cursor: pointer; }
  #SyncConfigurationModal .syncConfig-content .sync-unavailable-sec {
    margin: 8px 0px 0px 0px;
    display: flex;
    align-items: center;
    border: 1px solid darkgrey;
    width: fit-content;
    border-radius: 6px;
    padding: 5px;
    cursor: pointer; }
  #SyncConfigurationModal .syncConfig-content .sync-radio-btn-sec {
    margin: 12px 0px 0px 0px; }
    #SyncConfigurationModal .syncConfig-content .sync-radio-btn-sec .delete-row-list {
      padding: 4px;
      margin: 4px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    #SyncConfigurationModal .syncConfig-content .sync-radio-btn-sec .delete-row-list:hover {
      background: lightgray; }
    #SyncConfigurationModal .syncConfig-content .sync-radio-btn-sec .delete-row-list:hover .delete-expand-row {
      visibility: visible; }
    #SyncConfigurationModal .syncConfig-content .sync-radio-btn-sec .delete-expand-row {
      visibility: hidden;
      display: flex;
      align-items: center;
      color: blue;
      cursor: pointer; }
  #SyncConfigurationModal .syncConfig-content .source-content {
    margin: 8px 0px 8px 0px;
    background: #fafafa;
    border-radius: 3px;
    padding: 10px 0px 10px 0px; }
    #SyncConfigurationModal .syncConfig-content .source-content .soruce-first-sec {
      display: flex;
      align-items: center; }
      #SyncConfigurationModal .syncConfig-content .source-content .soruce-first-sec .dropdown-menu {
        right: 7px;
        position: absolute;
        color: grey; }
      #SyncConfigurationModal .syncConfig-content .source-content .soruce-first-sec .source-logo-img {
        width: 13%; }
      #SyncConfigurationModal .syncConfig-content .source-content .soruce-first-sec .soruce-view-name {
        display: flex;
        align-items: center; }
        #SyncConfigurationModal .syncConfig-content .source-content .soruce-first-sec .soruce-view-name p {
          margin-left: 7px; }
    #SyncConfigurationModal .syncConfig-content .source-content .source-heading-line {
      font-size: 12px;
      color: grey;
      margin-left: 7px; }
  #SyncConfigurationModal .syncConfig-content .sync-column-list-main {
    margin: 15px 0px 0px 0px; }
    #SyncConfigurationModal .syncConfig-content .sync-column-list-main .search-column-input {
      margin: 13px 0px 0px 0px; }
    #SyncConfigurationModal .syncConfig-content .sync-column-list-main .columns-radio {
      margin: 12px 0px 10px 0px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #SyncConfigurationModal .syncConfig-content .sync-column-list-main .columns-radio .column-inder-radio-sec {
        width: 40%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
      #SyncConfigurationModal .syncConfig-content .sync-column-list-main .columns-radio .column-innder-dropdown-sec {
        width: 60%;
        display: flex;
        justify-content: space-evenly;
        align-items: center; }
    #SyncConfigurationModal .syncConfig-content .sync-column-list-main .clear-btns {
      display: flex;
      align-items: center; }
      #SyncConfigurationModal .syncConfig-content .sync-column-list-main .clear-btns .btn {
        margin-right: 15px;
        cursor: pointer; }
    #SyncConfigurationModal .syncConfig-content .sync-column-list-main .column-list-main {
      height: fit-content;
      overflow: auto; }
    #SyncConfigurationModal .syncConfig-content .sync-column-list-main .no-result {
      top: 50%;
      text-align: center;
      padding: 10px;
      left: 40%; }

#SyncedTableCreateModal {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
  #SyncedTableCreateModal .modal-header {
    font-size: 22px;
    font-weight: 500;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
  #SyncedTableCreateModal .syncTableCreate-content {
    height: 65vh;
    overflow: auto;
    padding: 17px 21px; }
    #SyncedTableCreateModal .syncTableCreate-content .sync-heading {
      font-weight: 500; }
    #SyncedTableCreateModal .syncTableCreate-content .syncCreate-list {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      margin-top: 17px; }
      #SyncedTableCreateModal .syncTableCreate-content .syncCreate-list .syncCreate-dropdown {
        width: 85%; }
    #SyncedTableCreateModal .syncTableCreate-content .sync-warning-sec {
      border: 2px solid #166ee1;
      padding: 14px;
      border-radius: 5px;
      margin: 15px 0px 0px 0px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #SyncedTableCreateModal .syncTableCreate-content .sync-warning-sec .sync-redirect-btn {
        color: white;
        background: #414347; }
    #SyncedTableCreateModal .syncTableCreate-content .sync-link-input-sec {
      margin: 39px 0px 0px 0px; }
      #SyncedTableCreateModal .syncTableCreate-content .sync-link-input-sec .error-msg {
        color: red;
        margin: 8px 0px 0px 0px; }
    #SyncedTableCreateModal .syncTableCreate-content .sync-radio-btn-sec {
      margin: 0px 0px 0px 0px; }
    #SyncedTableCreateModal .syncTableCreate-content .sync-column-list-main {
      margin: 15px 0px 0px 0px; }
      #SyncedTableCreateModal .syncTableCreate-content .sync-column-list-main .search-column-input {
        margin: 13px 0px 0px 0px; }
      #SyncedTableCreateModal .syncTableCreate-content .sync-column-list-main .columns-radio {
        margin: 12px 0px 10px 0px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #SyncedTableCreateModal .syncTableCreate-content .sync-column-list-main .columns-radio .column-inder-radio-sec {
          width: 40%;
          display: flex;
          justify-content: space-between;
          align-items: center; }
        #SyncedTableCreateModal .syncTableCreate-content .sync-column-list-main .columns-radio .column-innder-dropdown-sec {
          width: 60%;
          display: flex;
          justify-content: space-evenly;
          align-items: center; }
      #SyncedTableCreateModal .syncTableCreate-content .sync-column-list-main .clear-btns {
        display: flex;
        align-items: center; }
        #SyncedTableCreateModal .syncTableCreate-content .sync-column-list-main .clear-btns .btn {
          margin-right: 15px;
          cursor: pointer; }
      #SyncedTableCreateModal .syncTableCreate-content .sync-column-list-main .column-list-main {
        height: fit-content;
        overflow: auto; }
      #SyncedTableCreateModal .syncTableCreate-content .sync-column-list-main .no-result {
        top: 50%;
        text-align: center;
        padding: 10px;
        left: 40%; }
    #SyncedTableCreateModal .syncTableCreate-content .accordin-content {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: space-between; }
  #SyncedTableCreateModal .btn-actions .btn-primary, #SyncedTableCreateModal .btn-actions .btn-no {
    font-weight: 500;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }

#action_sidebar .input_focus:focus {
  /* border-color: #4F86C6 !important; */
  border: none !important;
  outline: none !important;
  box-shadow: 0 0 0 2px #166EE1 !important; }

#action_sidebar .input_row {
  width: 100%;
  border: none;
  box-shadow: 0 0 0 1px #E0E0E0;
  border-radius: 3px;
  padding: 5px 9px 5px 9px; }

#action_sidebar .f_650 {
  font-weight: 650; }

#action_sidebar .f_color {
  color: #4d4d4d; }

#action_sidebar .p_row {
  padding: 6px 12px 6px 12px; }

#action_sidebar .mb_3 {
  margin-bottom: 3px; }

#action_sidebar .row_button {
  height: 26px;
  font-size: 13px;
  line-height: 22px;
  justify-content: center;
  display: flex;
  align-items: center;
  border: none;
  color: white;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  border-radius: 6px;
  cursor: pointer;
  background: transparent;
  color: #166ee1;
  box-shadow: 0 0 0 1px #166ee1; }

#action_sidebar .but_div {
  display: "flex";
  justify-content: 'start';
  margin-top: "6px";
  padding: "0px 10px 0px 10px"; }

#action_sidebar .main_div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: "100%"; }

#action_sidebar .border_bottom {
  border-bottom: 1px solid #cccccc; }

#action_sidebar .p_15 {
  padding: 15px; }

#action_sidebar .drop_menu {
  position: absolute;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 6px;
  box-shadow: 0px 1px 5px 0px #cccccc;
  z-index: 1;
  margin-top: 7px;
  height: auto;
  max-height: 140px;
  overflow-y: auto; }

#action_sidebar .drop_menu_option {
  position: absolute;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 6px;
  box-shadow: 0px 1px 5px 0px #cccccc;
  z-index: 1;
  height: auto;
  max-height: 140px;
  overflow-y: auto; }

#action_sidebar .f2_color {
  color: #4d4d4d; }

#action_sidebar .f_500 {
  font-weight: 500; }

#action_sidebar .f_600 {
  font-weight: 600; }

#action_sidebar .trigger_font {
  opacity: 0.5;
  margin-top: 11px;
  text-align: justify;
  line-height: 18px;
  font-size: 13px; }

#action_sidebar .f_13 {
  font-size: 13px; }

#action_sidebar .step_success {
  background-color: white;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 6px;
  z-index: 1;
  margin-top: 7px; }

#action_sidebar .button_box {
  padding: 4px;
  display: flex;
  width: 100%;
  gap: 3px;
  margin-top: 6px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08); }

#action_sidebar .box_button:hover {
  background: #f2f2f2;
  border-radius: 2px; }

#action_sidebar .box_button {
  cursor: pointer;
  padding: 2px 8px 2px 8px;
  font-size: 13px;
  width: 100%;
  border: none;
  background: transparent; }

#action_sidebar .button_active {
  background: #f2f2f2;
  border-radius: 2px; }

#action_sidebar .preview_div {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  width: 100%; }

#action_sidebar .preview_button {
  width: 100%;
  background-color: #166ee1;
  border: none;
  border-radius: 7px;
  color: white;
  font-size: 15px;
  padding: 5px; }

#action_sidebar .result_menu {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 8px 5px 15px; }

#action_sidebar .viewResultButton {
  width: 100%;
  border: 1px solid #e0e0e0;
  height: 32px;
  margin-top: 1rem;
  cursor: pointer;
  text-decoration: none;
  border-radius: 6px;
  background-color: white;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }

#action_sidebar .viewResultButton:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

#action_sidebar .SettingModal {
  position: absolute;
  background-color: white;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: .75rem;
  box-shadow: 0px 1px 5px 0px #cccccc;
  z-index: 1;
  width: 330px;
  margin-top: 50px;
  margin-left: 20px; }

#action_sidebar .staticDynamicHeaderText {
  margin: 0rem 0.5rem;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500; }

#action_sidebar .staticDynamicSelection {
  padding: 0.5rem 0.5rem 0rem 0.5rem;
  font-size: 12px;
  cursor: pointer;
  border-radius: 3px;
  max-width: 100%; }

#action_sidebar .staticDynamicSelection:hover {
  background-color: #e5e9f0; }

#action_sidebar .attachmentColumnMainDiv {
  display: flex;
  justify-content: space-between;
  margin: 10px 10px 10px 0px; }

#action_sidebar .attachmentColumn {
  padding: 2px 8px 4px 8px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  margin-right: 5px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

#action_sidebar .attachmentCOlumnDeleteIcon {
  display: none;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 15px;
  opacity: 0.5;
  cursor: pointer; }

#action_sidebar .attachmentColumnMainDiv:hover .attachmentCOlumnDeleteIcon {
  display: flex; }

#trigger_sidebar .result_menu {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 8px 5px 15px; }

#trigger_sidebar .filed_select_div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px; }

#trigger_sidebar .filed_data {
  padding: 2px 8px 4px 8px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin-right: 5px; }

#trigger_sidebar .filed_font {
  opacity: 0.5;
  margin-top: 11px;
  text-align: justify;
  line-height: 18px; }

#trigger_sidebar .input_focus:focus {
  /* border-color: #4F86C6 !important; */
  border: none !important;
  outline: none !important;
  box-shadow: 0 0 0 2px #166EE1 !important; }

#trigger_sidebar .input_row {
  width: 100%;
  border: none;
  box-shadow: 0 0 0 1px #E0E0E0;
  border-radius: 3px;
  padding: 5px 9px 5px 9px; }

#trigger_sidebar .drop_menu {
  position: absolute;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 6px;
  box-shadow: 0px 1px 5px 0px #cccccc;
  z-index: 1;
  margin-top: 7px;
  height: auto;
  max-height: 140px;
  overflow-y: auto; }

#trigger_sidebar .main_div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px;
  overflow-y: scroll;
  border-left: 1px solid #ccc; }

#trigger_sidebar .f_color {
  color: #4d4d4d; }

#trigger_sidebar .f_500 {
  font-weight: 500; }

#trigger_sidebar .f_600 {
  font-weight: 600; }

#trigger_sidebar .f_13 {
  font-size: 13px; }

#trigger_sidebar .trigger_drop {
  position: absolute;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 6px;
  box-shadow: 0px 1px 5px 0px #cccccc;
  z-index: 1;
  margin-top: 7px;
  height: auto;
  max-height: 500px;
  overflow-y: auto; }

#trigger_sidebar .watchButtons {
  height: 24px;
  font-size: 13px;
  line-height: 20px;
  max-width: 100%;
  border: 0px;
  cursor: pointer;
  color: #333333;
  background-color: white;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
  padding-left: .5rem;
  padding-right: .5rem;
  margin-left: .5rem;
  margin-right: .5rem;
  border-radius: 6px;
  opacity: 0.75;
  width: 50%; }

.header_button {
  display: flex;
  align-items: center; }

.automationlist_button_header {
  display: flex;
  padding: 4px 6px;
  border: none;
  cursor: pointer;
  margin-left: 7px; }

.auto_header_toggle {
  margin-left: 10px;
  margin-top: 10px; }

.automationHeaderName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 150px; }

@media screen and (max-width: 1190px) {
  .automationHeaderName {
    max-width: 85px !important; } }

#center_automation {
  height: calc(100vh - 110px);
  max-height: 792px;
  overflow-y: auto; }
  #center_automation .center_box {
    display: flex;
    justify-content: start;
    padding: 10px 20px 10px 10px;
    background-color: white;
    border: 2px solid transparent;
    width: 260px;
    cursor: pointer; }
  #center_automation .center_div_inner {
    background-color: #2d7ff9;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    margin-top: -8px;
    margin-left: 11px;
    display: flex;
    justify-content: center; }
  #center_automation .center_action_box {
    display: flex;
    padding: 10px 20px 10px 10px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    margin-top: 10px;
    width: 260px;
    align-items: center; }
  #center_automation .w-100 {
    width: 100%;
    display: flex; }
  #center_automation .center_dots_dropdown {
    position: absolute;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 120px;
    cursor: pointer;
    box-shadow: 0px 1px 5px 0px #cccccc;
    z-index: 1; }
  #center_automation .ui.radio.checkbox input:checked ~ label:after {
    background-color: #166ee1; }
  #center_automation .discardChangesButtonForUpdateAutomation {
    border: none;
    color: white;
    background-color: transparent;
    height: 28px;
    width: 110px;
    cursor: pointer;
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: 6px; }
  #center_automation .discardChangesButtonForUpdateAutomation:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  #center_automation .updateButtonForUpdateAutomation {
    height: 28px;
    border: 0;
    cursor: pointer;
    border-radius: 6px;
    padding-left: .5rem;
    padding-right: .5rem; }

#sendEmailPreviewModel .emailLabelDiv {
  display: flex; }

#sendEmailPreviewModel .emailLabel {
  width: 70px; }

#sendEmailPreviewModel .messageBoxOuter {
  background-color: #80808036;
  min-height: 200px;
  width: 100%;
  border-radius: 4px;
  margin-top: 12px; }

#sendEmailPreviewModel .messageBoxInner {
  background-color: white;
  min-height: 170px;
  max-height: 170px;
  position: absolute;
  margin: 16px;
  width: 90%;
  border-radius: 4px;
  padding: 10px;
  overflow: auto; }

.plusIconMainDiv {
  position: absolute;
  right: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.plusIconDiv {
  position: absolute;
  top: 5px;
  background-color: #166ee1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  color: white; }

#columnDataPopupContainer {
  position: absolute;
  top: 345px;
  left: auto;
  z-index: 7;
  min-width: 0px;
  right: 39px;
  transform: translate(0, -100%); }
  #columnDataPopupContainer .mainPopupContainer {
    height: 300px;
    width: 520px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    border-radius: 6px;
    background-color: #fff; }
  #columnDataPopupContainer .modelLeftSide {
    width: 41.66667%;
    flex: none; }
  #columnDataPopupContainer .modelRightSide {
    height: 100%;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    display: flex;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  #columnDataPopupContainer .leftSideHeading {
    height: 44px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    flex: none;
    border-color: rgba(0, 0, 0, 0.1); }
  #columnDataPopupContainer .headingText {
    height: 100%;
    margin-left: .75rem;
    align-items: center;
    font-weight: 500;
    display: flex; }
  #columnDataPopupContainer .leftSideContentMainDiv {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    padding: 4px 5px 0px 5px; }
  #columnDataPopupContainer .rightPaneList {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    position: relative;
    padding-left: .75rem;
    padding-bottom: .5rem; }
  #columnDataPopupContainer .lightScrollbar {
    overflow: hidden auto;
    height: 100%; }
  #columnDataPopupContainer .fieldsList {
    margin-top: .5rem;
    font-size: 11px;
    color: #666; }
  #columnDataPopupContainer .columnDetailMainDiv {
    display: flex;
    padding: 5px;
    cursor: pointer;
    margin-right: 15px; }
    #columnDataPopupContainer .columnDetailMainDiv:hover {
      background-color: #8080802b; }
  #columnDataPopupContainer .ColumnIconDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.05);
    border-style: solid;
    border-width: 1px;
    border-color: #f2f2f2;
    color: #999;
    border-radius: 3px;
    height: 36px;
    width: 36px; }
  #columnDataPopupContainer .columndetailDiv {
    display: flex;
    flex-direction: column;
    margin-left: 14px;
    justify-content: center;
    width: 72%; }
  #columnDataPopupContainer .webhookColumndetailDiv {
    display: flex;
    flex-direction: row;
    margin-left: 14px;
    width: 72%;
    justify-content: space-between;
    align-items: center; }
  #columnDataPopupContainer .columnNameDiv {
    flex: none;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 1.5; }
  #columnDataPopupContainer .truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #columnDataPopupContainer .cellvalueMainDiv {
    font-size: 11px;
    line-height: 1.125;
    color: #999;
    display: flex;
    box-sizing: border-box; }
  #columnDataPopupContainer .cellValueDiv {
    text-align: left;
    position: relative;
    box-sizing: border-box;
    font-size: 11px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #columnDataPopupContainer .cellValueText {
    box-sizing: border-box;
    color: #00000080;
    fill: #00000080;
    text-align: left;
    font-size: 11px;
    line-height: 1.125; }
  #columnDataPopupContainer .rightArrowIconDiv {
    box-sizing: border-box;
    color: #999; }
  #columnDataPopupContainer .columnNameAndIconDiv {
    display: flex;
    justify-content: space-between;
    width: 80%;
    align-items: center; }
  #columnDataPopupContainer .backIconDiv {
    border-radius: 50%;
    cursor: pointer;
    align-items: center;
    display: flex;
    margin-right: .5rem;
    padding: .25rem;
    background-color: #0000000d;
    color: #999; }
  #columnDataPopupContainer .searchBuilder {
    position: relative;
    font-size: 11px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0.25px 12px 1px rgba(0, 0, 0, 0.05);
    margin: 2px; }
  #columnDataPopupContainer .textInputWithDebounce {
    width: 100%;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px !important;
    padding-left: 28px;
    padding-right: 24px;
    box-sizing: border-box !important;
    position: relative; }
  #columnDataPopupContainer .searchInput {
    height: auto;
    background-color: #fafafa;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none !important;
    padding: 4px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    background: white;
    border: 1px solid #cccecf;
    box-shadow: none;
    resize: none;
    outline: none;
    margin-left: 10px; }
  #columnDataPopupContainer .searchIcon {
    left: 12px;
    bottom: 5px;
    position: absolute;
    color: #999; }
  #columnDataPopupContainer .toggleMainContainer {
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    padding: .25rem; }
  #columnDataPopupContainer .toggleDiv {
    height: 181px;
    overflow: auto;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
  #columnDataPopupContainer .divider {
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
    height: 1px;
    left: 0;
    position: absolute; }
  #columnDataPopupContainer .buttonDiv {
    display: flex;
    padding-top: .5rem; }
  #columnDataPopupContainer .roundedPointer {
    cursor: pointer;
    box-sizing: border-box;
    align-items: center;
    min-width: 0;
    min-height: 0;
    display: flex;
    padding: .25rem;
    border-radius: 3px; }
  #columnDataPopupContainer .selectButtonMainDiv {
    flex-direction: row;
    display: flex;
    margin-right: 4rem;
    margin-top: .25rem; }
  #columnDataPopupContainer .selectBtn {
    box-sizing: border-box;
    height: 24px;
    font-size: 11px;
    line-height: 20px;
    max-width: 100%;
    border: 0;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
    margin-right: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    fill: #333;
    background-color: #fff; }
    #columnDataPopupContainer .selectBtn span {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 11px;
      line-height: 20px;
      cursor: pointer;
      color: #333;
      fill: #333; }
  #columnDataPopupContainer .insertBtn {
    box-sizing: border-box;
    height: 24px;
    font-size: 11px;
    line-height: 20px;
    max-width: 100%;
    border: 0;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-top: .25rem;
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    background-color: #166ee1;
    color: #fff;
    fill: #fff; }
    #columnDataPopupContainer .insertBtn span {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 11px;
      line-height: 20px;
      cursor: pointer;
      color: #fff;
      fill: #fff; }
  #columnDataPopupContainer .columnToggleDiv {
    margin-right: -16px;
    position: relative;
    top: 8px; }
  #columnDataPopupContainer .iconDiv {
    margin-left: .5rem;
    margin-right: .25rem;
    width: 16px;
    height: 16px; }
  #columnDataPopupContainer .toggleColumnName {
    box-sizing: border-box;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 2px; }
  #columnDataPopupContainer .modelLeftSide {
    overflow: auto;
    height: 100%; }

.emailMoreOptionLabel {
  cursor: pointer;
  width: 55%;
  display: "grid";
  margin-top: "8px";
  display: "flex"; }

.textAreaInput {
  margin-right: 27px;
  border: none;
  box-shadow: 0 0 0 1px #e0e0e0;
  border-radius: 3px;
  padding: "6px";
  min-height: 200px;
  resize: vertical;
  width: 100%;
  padding: 5px; }

.messageBoxOuter {
  width: 100%;
  margin-top: 20px;
  overflow: hidden; }

.messageBoxInner {
  max-height: 170px;
  overflow-y: auto;
  overflow-x: auto; }

#previewModel {
  height: auto;
  max-height: 50vh;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: auto; }
  #previewModel .mainTableContainer {
    flex-grow: 1;
    overflow-y: auto;
    padding-bottom: 2rem;
    box-sizing: border-box; }
  #previewModel .tableContentMain {
    border: 1px solid #c4c7cd;
    border-radius: 5px;
    border-spacing: 0px;
    font-size: 13px;
    margin-bottom: 5px;
    border-collapse: separate; }
  #previewModel .main_TH_tag {
    background: whitesmoke;
    color: #333333;
    font-weight: normal;
    padding: 5px 10px;
    text-align: left;
    vertical-align: middle; }
  #previewModel .tableHeadingDiv {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 150px;
    display: flex;
    align-items: center; }
  #previewModel .columnIconDiv {
    display: flex;
    margin-right: .25rem; }
  #previewModel .columnNameSpan {
    line-height: 1.5;
    color: #666666;
    font-size: 13px; }
  #previewModel .tableDataTD {
    background: white;
    color: #111111;
    height: 30px !important;
    max-height: 30px !important;
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dbe2e6; }
  #previewModel .tableDataDiv {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 150px; }
  #previewModel .cellValueDiv {
    -webkit-box-flex: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    #previewModel .cellValueDiv .select-tag-wrapper {
      display: contents; }
    #previewModel .cellValueDiv .select-tag {
      margin: 5px; }
  #previewModel .emptyRowModal {
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 35vh;
    min-width: 20vw;
    border-radius: 6px; }

#test_automation_sidebar .main_div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: "100%"; }

#test_automation_sidebar .selectRecordButton {
  height: 32px;
  font-size: 13px;
  line-height: 22px;
  max-width: 100%;
  text-align: center;
  width: inherit;
  background-color: #166ee1;
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer; }

#test_automation_sidebar .infoText {
  opacity: 0.75;
  line-height: 18px;
  font-size: 13px;
  color: #4d4d4d;
  font-weight: 400;
  margin-bottom: 1rem; }

#test_automation_sidebar .cardCloseIcon {
  position: absolute;
  right: -9px;
  top: -10px;
  cursor: pointer; }

#test_automation_sidebar .recordFirstName {
  margin-bottom: 0.5rem;
  font-size: 15px;
  font-weight: 500;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 6px; }

#test_automation_sidebar .columnName {
  line-height: 1.5;
  opacity: 0.75;
  font-size: 11px;
  margin-bottom: 5px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#test_automation_sidebar .columnValue {
  font-size: 13px;
  color: #4d4d4d;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#test_automation_sidebar .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 900;
  padding: 3px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }
  #test_automation_sidebar .card-header .firstColumnValue {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-size: 14px !important; }
    #test_automation_sidebar .card-header .firstColumnValue .textColumn, #test_automation_sidebar .card-header .firstColumnValue .checkboxColumn, #test_automation_sidebar .card-header .firstColumnValue .collaboratorColumn, #test_automation_sidebar .card-header .firstColumnValue .selectorColumn, #test_automation_sidebar .card-header .firstColumnValue .attachmentColumn, #test_automation_sidebar .card-header .firstColumnValue .linkColumn, #test_automation_sidebar .card-header .firstColumnValue .api-push, #test_automation_sidebar .card-header .firstColumnValue .rating-card, #test_automation_sidebar .card-header .firstColumnValue .progress-card, #test_automation_sidebar .card-header .firstColumnValue .button-column {
      min-width: 100%;
      padding: 0px; }
      #test_automation_sidebar .card-header .firstColumnValue .textColumn .row-card-field-title, #test_automation_sidebar .card-header .firstColumnValue .checkboxColumn .row-card-field-title, #test_automation_sidebar .card-header .firstColumnValue .collaboratorColumn .row-card-field-title, #test_automation_sidebar .card-header .firstColumnValue .selectorColumn .row-card-field-title, #test_automation_sidebar .card-header .firstColumnValue .attachmentColumn .row-card-field-title, #test_automation_sidebar .card-header .firstColumnValue .linkColumn .row-card-field-title, #test_automation_sidebar .card-header .firstColumnValue .api-push .row-card-field-title, #test_automation_sidebar .card-header .firstColumnValue .rating-card .row-card-field-title, #test_automation_sidebar .card-header .firstColumnValue .progress-card .row-card-field-title, #test_automation_sidebar .card-header .firstColumnValue .button-column .row-card-field-title {
        display: flex;
        align-items: center;
        opacity: 0.6;
        margin-bottom: 5px; }
        #test_automation_sidebar .card-header .firstColumnValue .textColumn .row-card-field-title .field-name, #test_automation_sidebar .card-header .firstColumnValue .checkboxColumn .row-card-field-title .field-name, #test_automation_sidebar .card-header .firstColumnValue .collaboratorColumn .row-card-field-title .field-name, #test_automation_sidebar .card-header .firstColumnValue .selectorColumn .row-card-field-title .field-name, #test_automation_sidebar .card-header .firstColumnValue .attachmentColumn .row-card-field-title .field-name, #test_automation_sidebar .card-header .firstColumnValue .linkColumn .row-card-field-title .field-name, #test_automation_sidebar .card-header .firstColumnValue .api-push .row-card-field-title .field-name, #test_automation_sidebar .card-header .firstColumnValue .rating-card .row-card-field-title .field-name, #test_automation_sidebar .card-header .firstColumnValue .progress-card .row-card-field-title .field-name, #test_automation_sidebar .card-header .firstColumnValue .button-column .row-card-field-title .field-name {
          margin-left: 4px;
          font-size: 12px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
    #test_automation_sidebar .card-header .firstColumnValue .textColumn .multilineValue {
      display: block;
      display: -webkit-box;
      margin: 0 auto;
      line-height: 1.2em;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      word-wrap: break-word;
      color: #464545;
      margin-top: 5px;
      -webkit-line-clamp: 1 !important; }
    #test_automation_sidebar .card-header .firstColumnValue .textColumn .value {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      margin-top: 5px;
      color: #464545; }
    #test_automation_sidebar .card-header .firstColumnValue .checkboxColumn .value {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      pointer-events: none;
      opacity: 0.8;
      color: black;
      margin-top: 5px; }
      #test_automation_sidebar .card-header .firstColumnValue .checkboxColumn .value .cbx {
        margin-left: 11px !important; }
    #test_automation_sidebar .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv {
      display: -webkit-inline-box;
      overflow-x: hidden;
      width: 100%; }
      #test_automation_sidebar .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
        height: 2px; }
      #test_automation_sidebar .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator-tag {
        display: flex;
        flex-direction: row;
        white-space: nowrap;
        justify-content: center;
        align-items: center; }
        #test_automation_sidebar .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator-tag p {
          font-size: 12px; }
      #test_automation_sidebar .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator {
        border: 1px solid #ddd;
        padding: 2px;
        margin: 0px 2px;
        min-width: 40px;
        font-size: 11px;
        border-radius: 25px;
        display: flex;
        align-items: center;
        height: auto; }
        #test_automation_sidebar .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator span {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        #test_automation_sidebar .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator:first-child {
          margin: 0 2px 0 0; }
        #test_automation_sidebar .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator img {
          width: 25px;
          height: 25px;
          margin-right: 4px;
          border-radius: 25px; }
    #test_automation_sidebar .card-header .firstColumnValue .selectorColumn .selectorDiv {
      display: block;
      overflow-x: hidden;
      white-space: nowrap;
      margin-top: 5px;
      padding: 4px 0; }
      #test_automation_sidebar .card-header .firstColumnValue .selectorColumn .selectorDiv::-webkit-scrollbar {
        height: 2px; }
      #test_automation_sidebar .card-header .firstColumnValue .selectorColumn .selectorDiv .selector {
        display: inline;
        justify-content: center;
        padding: 1px 8px;
        margin: 0 2px;
        background-color: #797373;
        border-radius: 25px;
        color: #4d4d4d;
        min-width: 38px;
        font-size: 12px; }
        #test_automation_sidebar .card-header .firstColumnValue .selectorColumn .selectorDiv .selector:first-child {
          margin: 0 2px 0 0; }
    #test_automation_sidebar .card-header .firstColumnValue .selectorColumn .selectorDivCustom {
      display: flex;
      overflow-x: hidden;
      white-space: nowrap;
      margin-top: 5px;
      padding: 4px 0; }
      #test_automation_sidebar .card-header .firstColumnValue .selectorColumn .selectorDivCustom::-webkit-scrollbar {
        height: 2px; }
      #test_automation_sidebar .card-header .firstColumnValue .selectorColumn .selectorDivCustom .selector {
        display: inline;
        justify-content: center;
        padding: 1px 8px;
        margin: 0 2px;
        background-color: #797373;
        border-radius: 25px;
        color: #4d4d4d;
        min-width: 38px;
        font-size: 12px; }
        #test_automation_sidebar .card-header .firstColumnValue .selectorColumn .selectorDivCustom .selector:first-child {
          margin: 0 2px 0 0; }
    #test_automation_sidebar .card-header .firstColumnValue .margin-zero {
      margin: 0px !important; }
    #test_automation_sidebar .card-header .firstColumnValue .margin-right-5px {
      margin-right: 5px; }
    #test_automation_sidebar .card-header .firstColumnValue .attachmentColumn .attachmentDiv {
      display: flex;
      align-items: center;
      overflow: hidden;
      padding: 4px 0; }
      #test_automation_sidebar .card-header .firstColumnValue .attachmentColumn .attachmentDiv::-webkit-scrollbar {
        height: 2px; }
      #test_automation_sidebar .card-header .firstColumnValue .attachmentColumn .attachmentDiv .attachment {
        margin: 0 2px; }
        #test_automation_sidebar .card-header .firstColumnValue .attachmentColumn .attachmentDiv .attachment img {
          min-height: 22px;
          max-height: 22px;
          max-width: 80px;
          border-radius: 2px; }
        #test_automation_sidebar .card-header .firstColumnValue .attachmentColumn .attachmentDiv .attachment:first-child {
          margin: 0 2px 0 0; }
    #test_automation_sidebar .card-header .firstColumnValue .linkColumn .linksDiv {
      display: block;
      overflow-x: hidden;
      white-space: nowrap;
      margin-top: 5px;
      padding: 4px 0; }
      #test_automation_sidebar .card-header .firstColumnValue .linkColumn .linksDiv::-webkit-scrollbar {
        height: 2px; }
      #test_automation_sidebar .card-header .firstColumnValue .linkColumn .linksDiv .row-link {
        display: inline;
        padding: 0px 4px;
        background: #ecf0fa;
        border: 1px solid #c9c9ec;
        border-radius: 2px;
        margin-left: 5px; }
      #test_automation_sidebar .card-header .firstColumnValue .linkColumn .linksDiv .error {
        display: inline;
        padding: 0px 4px;
        background: #f5cce9 !important;
        border: 0.5px solid #a26e71 !important;
        border-radius: 2px;
        margin-left: 5px; }
    #test_automation_sidebar .card-header .firstColumnValue .api-push .btn {
      width: fit-content;
      padding: 3px;
      border-radius: 4px;
      box-shadow: 3px 3px 3px #ccc;
      background-color: rgba(224, 224, 224, 0.5);
      margin-top: 5px; }
    #test_automation_sidebar .card-header .firstColumnValue .rating-card .collaboratorDiv {
      display: -webkit-inline-box;
      overflow-x: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 100%;
      padding: 4px 0; }
      #test_automation_sidebar .card-header .firstColumnValue .rating-card .collaboratorDiv::-webkit-scrollbar {
        height: 2px; }
      #test_automation_sidebar .card-header .firstColumnValue .rating-card .collaboratorDiv .collaborator {
        border: 1px solid #ddd;
        padding: 2px;
        margin: 0px 2px;
        min-width: 40px;
        font-size: 11px;
        border-radius: 25px;
        display: flex;
        align-items: center;
        height: auto; }
        #test_automation_sidebar .card-header .firstColumnValue .rating-card .collaboratorDiv .collaborator span {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        #test_automation_sidebar .card-header .firstColumnValue .rating-card .collaboratorDiv .collaborator:first-child {
          margin: 0 2px 0 0; }
        #test_automation_sidebar .card-header .firstColumnValue .rating-card .collaboratorDiv .collaborator img {
          width: 25px;
          height: 25px;
          margin-right: 4px;
          border-radius: 25px; }
    #test_automation_sidebar .card-header .firstColumnValue .progress-card {
      margin: auto; }
      #test_automation_sidebar .card-header .firstColumnValue .progress-card .progress-text-task {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        margin-top: 5px;
        color: #464545;
        width: 100px; }
      #test_automation_sidebar .card-header .firstColumnValue .progress-card .progress-type {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        display: flex;
        align-items: center;
        width: 100%; }
        #test_automation_sidebar .card-header .firstColumnValue .progress-card .progress-type .progress-line {
          width: 90%;
          margin: auto !important; }
        #test_automation_sidebar .card-header .firstColumnValue .progress-card .progress-type .progress-percentage {
          width: 29px;
          text-align: center;
          margin-left: 4px;
          color: green;
          font-weight: 500; }
        #test_automation_sidebar .card-header .firstColumnValue .progress-card .progress-type .ui.small.progress {
          font-size: 0.60857143rem; }
    #test_automation_sidebar .card-header .firstColumnValue .button-column {
      display: block; }
      #test_automation_sidebar .card-header .firstColumnValue .button-column .send-btn {
        width: -webkit-fill-available;
        text-align: center;
        display: flex; }
        #test_automation_sidebar .card-header .firstColumnValue .button-column .send-btn .btn-root {
          margin: 7px 5px 0px 2px;
          display: flex;
          justify-content: center; }
          #test_automation_sidebar .card-header .firstColumnValue .button-column .send-btn .btn-root .btn {
            cursor: pointer;
            width: fit-content;
            padding: 3px 6px;
            border-radius: 5px;
            margin: auto;
            opacity: .8;
            display: flex;
            justify-content: center;
            background-color: rgba(228, 195, 195, 0.5); }
            #test_automation_sidebar .card-header .firstColumnValue .button-column .send-btn .btn-root .btn svg {
              margin-right: 5px; }
            #test_automation_sidebar .card-header .firstColumnValue .button-column .send-btn .btn-root .btn span {
              white-space: nowrap !important;
              color: white;
              overflow: hidden !important;
              text-overflow: ellipsis !important; }
            #test_automation_sidebar .card-header .firstColumnValue .button-column .send-btn .btn-root .btn:hover {
              opacity: 1; }
            #test_automation_sidebar .card-header .firstColumnValue .button-column .send-btn .btn-root .btn:target {
              box-shadow: none; }
            #test_automation_sidebar .card-header .firstColumnValue .button-column .send-btn .btn-root .btn:active {
              box-shadow: none; }
          #test_automation_sidebar .card-header .firstColumnValue .button-column .send-btn .btn-root .disabled {
            cursor: auto !important;
            opacity: 0.5; }
            #test_automation_sidebar .card-header .firstColumnValue .button-column .send-btn .btn-root .disabled:hover {
              opacity: 0.5; }
    #test_automation_sidebar .card-header .firstColumnValue .value {
      font-size: 14px !important; }

#test_automation_sidebar .card-data {
  display: flex;
  justify-content: flex-start;
  padding-right: 6px;
  overflow: hidden; }
  #test_automation_sidebar .card-data .card-header .firstColumnValue .textColumn, #test_automation_sidebar .card-header .firstColumnValue .card-data .textColumn, #test_automation_sidebar .card-data .card-header .firstColumnValue .checkboxColumn, #test_automation_sidebar .card-header .firstColumnValue .card-data .checkboxColumn, #test_automation_sidebar .card-data .card-header .firstColumnValue .collaboratorColumn, #test_automation_sidebar .card-header .firstColumnValue .card-data .collaboratorColumn, #test_automation_sidebar .card-data .card-header .firstColumnValue .selectorColumn, #test_automation_sidebar .card-header .firstColumnValue .card-data .selectorColumn, #test_automation_sidebar .card-data .card-header .firstColumnValue .attachmentColumn, #test_automation_sidebar .card-header .firstColumnValue .card-data .attachmentColumn, #test_automation_sidebar .card-data .card-header .firstColumnValue .linkColumn, #test_automation_sidebar .card-header .firstColumnValue .card-data .linkColumn, #test_automation_sidebar .card-data .card-header .firstColumnValue .api-push, #test_automation_sidebar .card-header .firstColumnValue .card-data .api-push, #test_automation_sidebar .card-data .card-header .firstColumnValue .rating-card, #test_automation_sidebar .card-header .firstColumnValue .card-data .rating-card, #test_automation_sidebar .card-data .card-header .firstColumnValue .progress-card, #test_automation_sidebar .card-header .firstColumnValue .card-data .progress-card, #test_automation_sidebar .card-data .card-header .firstColumnValue .button-column, #test_automation_sidebar .card-header .firstColumnValue .card-data .button-column, #test_automation_sidebar .card-data .textColumn, #test_automation_sidebar .card-data .checkboxColumn, #test_automation_sidebar .card-data .collaboratorColumn, #test_automation_sidebar .card-data .selectorColumn, #test_automation_sidebar .card-data .attachmentColumn, #test_automation_sidebar .card-data .linkColumn, #test_automation_sidebar .card-data .api-push, #test_automation_sidebar .card-data .rating-card, #test_automation_sidebar .card-data .progress-card, #test_automation_sidebar .card-data .button-column {
    min-width: 140px;
    padding: 0 10px 4px 4px; }
    #test_automation_sidebar .card-data .textColumn .row-card-field-title, #test_automation_sidebar .card-data .checkboxColumn .row-card-field-title, #test_automation_sidebar .card-data .collaboratorColumn .row-card-field-title, #test_automation_sidebar .card-data .selectorColumn .row-card-field-title, #test_automation_sidebar .card-data .attachmentColumn .row-card-field-title, #test_automation_sidebar .card-data .linkColumn .row-card-field-title, #test_automation_sidebar .card-data .api-push .row-card-field-title, #test_automation_sidebar .card-data .rating-card .row-card-field-title, #test_automation_sidebar .card-data .progress-card .row-card-field-title, #test_automation_sidebar .card-data .button-column .row-card-field-title {
      display: flex;
      align-items: center;
      opacity: 0.6;
      margin-bottom: 5px; }
      #test_automation_sidebar .card-data .textColumn .row-card-field-title .field-name, #test_automation_sidebar .card-data .checkboxColumn .row-card-field-title .field-name, #test_automation_sidebar .card-data .collaboratorColumn .row-card-field-title .field-name, #test_automation_sidebar .card-data .selectorColumn .row-card-field-title .field-name, #test_automation_sidebar .card-data .attachmentColumn .row-card-field-title .field-name, #test_automation_sidebar .card-data .linkColumn .row-card-field-title .field-name, #test_automation_sidebar .card-data .api-push .row-card-field-title .field-name, #test_automation_sidebar .card-data .rating-card .row-card-field-title .field-name, #test_automation_sidebar .card-data .progress-card .row-card-field-title .field-name, #test_automation_sidebar .card-data .button-column .row-card-field-title .field-name {
        margin-left: 4px;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  #test_automation_sidebar .card-data .textColumn .multilineValue {
    display: block;
    display: -webkit-box;
    margin: 0 auto;
    line-height: 1.2em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    word-wrap: break-word;
    color: #464545;
    margin-top: 5px;
    -webkit-line-clamp: 1 !important; }
  #test_automation_sidebar .card-data .textColumn .value {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    margin-top: 5px;
    color: #464545; }
  #test_automation_sidebar .card-data .checkboxColumn .value {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    pointer-events: none;
    opacity: 0.8;
    color: black;
    margin-top: 5px; }
    #test_automation_sidebar .card-data .checkboxColumn .value .cbx {
      margin-left: 11px !important; }
  #test_automation_sidebar .card-data .collaboratorColumn .collaboratorDiv {
    display: -webkit-inline-box;
    overflow-x: hidden;
    width: 100%; }
    #test_automation_sidebar .card-data .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
      height: 2px; }
    #test_automation_sidebar .card-data .collaboratorColumn .collaboratorDiv .collaborator-tag {
      display: flex;
      flex-direction: row;
      white-space: nowrap;
      justify-content: center;
      align-items: center; }
      #test_automation_sidebar .card-data .collaboratorColumn .collaboratorDiv .collaborator-tag p {
        font-size: 12px; }
    #test_automation_sidebar .card-data .collaboratorColumn .collaboratorDiv .collaborator {
      border: 1px solid #ddd;
      padding: 2px;
      margin: 0px 2px;
      min-width: 40px;
      font-size: 11px;
      border-radius: 25px;
      display: flex;
      align-items: center;
      height: auto; }
      #test_automation_sidebar .card-data .collaboratorColumn .collaboratorDiv .collaborator span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      #test_automation_sidebar .card-data .collaboratorColumn .collaboratorDiv .collaborator:first-child {
        margin: 0 2px 0 0; }
      #test_automation_sidebar .card-data .collaboratorColumn .collaboratorDiv .collaborator img {
        width: 25px;
        height: 25px;
        margin-right: 4px;
        border-radius: 25px; }
  #test_automation_sidebar .card-data .selectorColumn .selectorDiv {
    display: block;
    overflow-x: hidden;
    white-space: nowrap;
    margin-top: 5px;
    padding: 4px 0; }
    #test_automation_sidebar .card-data .selectorColumn .selectorDiv::-webkit-scrollbar {
      height: 2px; }
    #test_automation_sidebar .card-data .selectorColumn .selectorDiv .selector {
      display: inline;
      justify-content: center;
      padding: 1px 8px;
      margin: 0 2px;
      background-color: #797373;
      border-radius: 25px;
      color: #4d4d4d;
      min-width: 38px;
      font-size: 12px; }
      #test_automation_sidebar .card-data .selectorColumn .selectorDiv .selector:first-child {
        margin: 0 2px 0 0; }
  #test_automation_sidebar .card-data .selectorColumn .selectorDivCustom {
    display: flex;
    overflow-x: hidden;
    white-space: nowrap;
    margin-top: 5px;
    padding: 4px 0; }
    #test_automation_sidebar .card-data .selectorColumn .selectorDivCustom::-webkit-scrollbar {
      height: 2px; }
    #test_automation_sidebar .card-data .selectorColumn .selectorDivCustom .selector {
      display: inline;
      justify-content: center;
      padding: 1px 8px;
      margin: 0 2px;
      background-color: #797373;
      border-radius: 25px;
      color: #4d4d4d;
      min-width: 38px;
      font-size: 12px; }
      #test_automation_sidebar .card-data .selectorColumn .selectorDivCustom .selector:first-child {
        margin: 0 2px 0 0; }
  #test_automation_sidebar .card-data .margin-zero {
    margin: 0px !important; }
  #test_automation_sidebar .card-data .margin-right-5px {
    margin-right: 5px; }
  #test_automation_sidebar .card-data .attachmentColumn .attachmentDiv {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 4px 0; }
    #test_automation_sidebar .card-data .attachmentColumn .attachmentDiv::-webkit-scrollbar {
      height: 2px; }
    #test_automation_sidebar .card-data .attachmentColumn .attachmentDiv .attachment {
      margin: 0 2px; }
      #test_automation_sidebar .card-data .attachmentColumn .attachmentDiv .attachment img {
        min-height: 22px;
        max-height: 22px;
        max-width: 80px;
        border-radius: 2px; }
      #test_automation_sidebar .card-data .attachmentColumn .attachmentDiv .attachment:first-child {
        margin: 0 2px 0 0; }
  #test_automation_sidebar .card-data .linkColumn .linksDiv {
    display: block;
    overflow-x: hidden;
    white-space: nowrap;
    margin-top: 5px;
    padding: 4px 0; }
    #test_automation_sidebar .card-data .linkColumn .linksDiv::-webkit-scrollbar {
      height: 2px; }
    #test_automation_sidebar .card-data .linkColumn .linksDiv .row-link {
      display: inline;
      padding: 0px 4px;
      background: #ecf0fa;
      border: 1px solid #c9c9ec;
      border-radius: 2px;
      margin-left: 5px; }
    #test_automation_sidebar .card-data .linkColumn .linksDiv .error {
      display: inline;
      padding: 0px 4px;
      background: #f5cce9 !important;
      border: 0.5px solid #a26e71 !important;
      border-radius: 2px;
      margin-left: 5px; }
  #test_automation_sidebar .card-data .api-push .btn {
    width: fit-content;
    padding: 3px;
    border-radius: 4px;
    box-shadow: 3px 3px 3px #ccc;
    background-color: rgba(224, 224, 224, 0.5);
    margin-top: 5px; }
  #test_automation_sidebar .card-data .rating-card .collaboratorDiv {
    display: -webkit-inline-box;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    padding: 4px 0; }
    #test_automation_sidebar .card-data .rating-card .collaboratorDiv::-webkit-scrollbar {
      height: 2px; }
    #test_automation_sidebar .card-data .rating-card .collaboratorDiv .collaborator {
      border: 1px solid #ddd;
      padding: 2px;
      margin: 0px 2px;
      min-width: 40px;
      font-size: 11px;
      border-radius: 25px;
      display: flex;
      align-items: center;
      height: auto; }
      #test_automation_sidebar .card-data .rating-card .collaboratorDiv .collaborator span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      #test_automation_sidebar .card-data .rating-card .collaboratorDiv .collaborator:first-child {
        margin: 0 2px 0 0; }
      #test_automation_sidebar .card-data .rating-card .collaboratorDiv .collaborator img {
        width: 25px;
        height: 25px;
        margin-right: 4px;
        border-radius: 25px; }
  #test_automation_sidebar .card-data .progress-card {
    margin: auto; }
    #test_automation_sidebar .card-data .progress-card .progress-text-task {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      margin-top: 5px;
      color: #464545;
      width: 100px; }
    #test_automation_sidebar .card-data .progress-card .progress-type {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      display: flex;
      align-items: center;
      width: 100%; }
      #test_automation_sidebar .card-data .progress-card .progress-type .progress-line {
        width: 90%;
        margin: auto !important; }
      #test_automation_sidebar .card-data .progress-card .progress-type .progress-percentage {
        width: 29px;
        text-align: center;
        margin-left: 4px;
        color: green;
        font-weight: 500; }
      #test_automation_sidebar .card-data .progress-card .progress-type .ui.small.progress {
        font-size: 0.60857143rem; }
  #test_automation_sidebar .card-data .button-column {
    display: block; }
    #test_automation_sidebar .card-data .button-column .send-btn {
      width: -webkit-fill-available;
      text-align: center;
      display: flex; }
      #test_automation_sidebar .card-data .button-column .send-btn .btn-root {
        margin: 7px 5px 0px 2px;
        display: flex;
        justify-content: center; }
        #test_automation_sidebar .card-data .button-column .send-btn .btn-root .btn {
          cursor: pointer;
          width: fit-content;
          padding: 3px 6px;
          border-radius: 5px;
          margin: auto;
          opacity: .8;
          display: flex;
          justify-content: center;
          background-color: rgba(228, 195, 195, 0.5); }
          #test_automation_sidebar .card-data .button-column .send-btn .btn-root .btn svg {
            margin-right: 5px; }
          #test_automation_sidebar .card-data .button-column .send-btn .btn-root .btn span {
            white-space: nowrap !important;
            color: white;
            overflow: hidden !important;
            text-overflow: ellipsis !important; }
          #test_automation_sidebar .card-data .button-column .send-btn .btn-root .btn:hover {
            opacity: 1; }
          #test_automation_sidebar .card-data .button-column .send-btn .btn-root .btn:target {
            box-shadow: none; }
          #test_automation_sidebar .card-data .button-column .send-btn .btn-root .btn:active {
            box-shadow: none; }
        #test_automation_sidebar .card-data .button-column .send-btn .btn-root .disabled {
          cursor: auto !important;
          opacity: 0.5; }
          #test_automation_sidebar .card-data .button-column .send-btn .btn-root .disabled:hover {
            opacity: 0.5; }

.whatsappPreviewBtn {
  width: 30%;
  background-color: #166ee1;
  border: none;
  border-radius: 7px;
  color: white;
  font-size: 15px;
  padding: 5px;
  margin-top: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center; }

.custom-toast-automation-copy-url {
  width: fit-content !important;
  border-radius: 6px !important;
  background: #000000 !important; }
  .custom-toast-automation-copy-url .Toastify__toast-body {
    font-size: 13px !important;
    color: #ffffff !important;
    font-weight: 400 !important; }

.testStepColumnNameDiv {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 8px 5px 25px; }

.testStepLongTextThreeDot {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.actionIcons {
  color: black;
  font-size: 15px;
  margin-right: 0px;
  opacity: 0.5;
  margin-bottom: 3px; }

.actionSectionDiv {
  display: grid;
  margin-top: 8px; }

.actionInputStyles {
  position: relative;
  border: none;
  box-shadow: 0 0 0 1px #e0e0e0;
  border-radius: 3px;
  padding: 4px 28px 4px 6px;
  width: 100%; }

#ListRecordToggleId {
  display: flex; }
  #ListRecordToggleId .ui.toggle.checkbox label:before {
    width: 1.2rem !important;
    height: 0.7rem !important; }
  #ListRecordToggleId .ui.toggle.checkbox label:after {
    width: 0.7rem !important;
    height: 0.7rem !important; }
  #ListRecordToggleId .ui.toggle.checkbox input:checked ~ label:after {
    left: 0.6rem !important; }

/* left print download icon */
.animationTools-css {
  justify-content: left !important; }

#Tools {
  position: relative;
  height: 40px;
  background: #fff;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0 0;
  justify-content: space-between;
  z-index: 6; }
  #Tools .view-info-div:hover {
    background: unset !important; }
  #Tools .view-info-div .view-desc-icon {
    margin-left: 3px;
    margin-right: 2px;
    margin-top: 4px;
    opacity: ''; }
    #Tools .view-info-div .view-desc-icon :hover {
      fill: grey; }
  #Tools .view-desc-info {
    display: flex;
    align-items: center; }
  @media (max-width: 767px) {
    #Tools .view-info-div-toolbar {
      margin-left: 2px !important; } }
  #Tools .Sort-tooltip .tooltiptext {
    display: none; }
  #Tools .Sort-tooltip:hover .tooltiptext {
    display: none; }
  #Tools .delete-tooltip {
    position: relative;
    display: inline-block; }
  #Tools .delete-tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: #212121;
    color: white;
    text-align: center;
    text-transform: none;
    border-radius: 4px;
    font-size: 12px !important;
    margin-left: 8px;
    padding: 0 8px;
    position: absolute;
    z-index: 1;
    padding-left: 7px;
    padding-right: 7px;
    bottom: 50%;
    left: unset; }
  #Tools .delete-tooltip:hover .tooltiptext {
    visibility: visible; }
  @media screen and (max-width: 1280px) {
    #Tools .Sort-tooltip {
      position: relative;
      display: inline-block; }
      #Tools .Sort-tooltip .tooltiptext {
        visibility: hidden;
        width: max-content;
        background-color: black;
        color: #fff;
        text-align: center;
        text-transform: none;
        border-radius: 6px;
        font-size: 11px !important;
        margin-left: -15px;
        padding: 0 8px;
        position: absolute;
        z-index: 10;
        display: inherit;
        margin-top: 3px; }
        #Tools .Sort-tooltip .tooltiptext.sort {
          margin-left: -24px;
          margin-top: 3px;
          z-index: 3;
          padding: 3px;
          font-size: 10px;
          padding-left: 7px;
          padding-right: 8px; }
        #Tools .Sort-tooltip .tooltiptext.kanban {
          margin-left: 0px; }
      #Tools .Sort-tooltip:hover .tooltiptext {
        visibility: visible; } }
  #Tools .edit-view-desc {
    position: fixed;
    right: 94%;
    top: 16%;
    width: 15px; }
  #Tools .viewSeparateStyle {
    margin-right: 4px !important;
    margin-left: 6px !important;
    border-radius: 0px !important; }
    #Tools .viewSeparateStyle:hover {
      background-color: transparent !important; }
  @media (max-width: 767px) {
    #Tools .viewtext-toolbar {
      margin-right: 0px !important; } }
  #Tools .viewStyleLine {
    height: 16px;
    width: 1px;
    margin-left: 2px;
    background-color: rgba(0, 0, 0, 0.25); }
  #Tools .viewname-info {
    display: flex;
    align-items: center;
    margin: 0 2px 0 8px;
    cursor: pointer; }
  #Tools .viewmore-option-info .viewmore-icon {
    color: #777;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: 0; }
  #Tools .toolbar-items {
    min-height: 22px;
    border-radius: 4px;
    padding: 2px 4px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center; }
    #Tools .toolbar-items:not(:last-child) {
      margin-right: 12px; }
    #Tools .toolbar-items i {
      margin-left: 4px;
      font-size: 14px; }
    #Tools .toolbar-items .view-name {
      font-weight: 500;
      font-size: 13px;
      margin-left: 6px;
      color: #333333;
      white-space: nowrap;
      overflow: hidden;
      max-width: 180px;
      text-overflow: ellipsis; }
      @media screen and (max-width: 1280px) {
        #Tools .toolbar-items .view-name {
          max-width: 180px; } }
      #Tools .toolbar-items .view-name:hover {
        color: #000; }
    #Tools .toolbar-items .item-name {
      margin-left: 6px;
      font-size: 13px;
      font-weight: 400;
      width: max-content;
      color: #333333; }
    #Tools .toolbar-items .viewSectionBtn {
      padding: 0px 6px;
      min-height: 26px;
      border-radius: 3px; }
      #Tools .toolbar-items .viewSectionBtn:hover {
        background-color: #0000000d !important; }
    #Tools .toolbar-items:hover {
      color: #000;
      background-color: #0000000d; }
    #Tools .toolbar-items.toolbar-items-hover:hover {
      background-color: #0000000d; }
    #Tools .toolbar-items .item-name-hide-for-apps {
      display: none; }
    #Tools .toolbar-items .warningIcon {
      color: #dc043b;
      fill: #dc043b;
      margin-left: 4px;
      font-size: 16px; }
    @media screen and (max-width: 1280px) {
      #Tools .toolbar-items .toolbarname-hide {
        display: none; } }
    @media screen and (max-width: 1380px) {
      #Tools .toolbar-items {
        margin-right: 4px; }
        #Tools .toolbar-items .Sort-tooltip {
          position: relative;
          display: inline-block; }
          #Tools .toolbar-items .Sort-tooltip .tooltip {
            position: relative;
            display: inline-block; } }
    #Tools .toolbar-items .input-rename-view {
      height: 27px;
      padding: 0 5px;
      box-shadow: none;
      border: 1px solid #ddd;
      border-radius: 4px; }
    #Tools .toolbar-items .input-rename-view:focus {
      border: 2px solid #00000040 !important; }
    #Tools .toolbar-items .input-rename-view:focus-visible {
      outline: none; }
  #Tools .search-bx {
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 16px;
    padding: 0 8px;
    transition: all 500ms; }
    #Tools .search-bx .search-bx {
      border-color: #909090 !important; }
      #Tools .search-bx .search-bx :focus {
        border-color: #008DD2 !important; }
    #Tools .search-bx .input {
      background: transparent;
      border: none;
      outline: none;
      height: inherit;
      margin: 0 8px;
      padding-right: 115px;
      width: -webkit-fill-available;
      width: -moz-available; }
    #Tools .search-bx .controls {
      display: flex;
      align-items: center; }
      #Tools .search-bx .controls span {
        min-width: 51px; }
      #Tools .search-bx .controls .control-buttons {
        display: flex;
        right: 25px; }
        #Tools .search-bx .controls .control-buttons .button {
          background-color: #ccc;
          margin: 1px;
          border-radius: 2px; }
          #Tools .search-bx .controls .control-buttons .button:hover {
            opacity: 0.5; }
  #Tools .search-bx-center {
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 16px;
    padding: 0 8px;
    transition: all 500ms;
    min-width: 280px;
    position: absolute; }
    #Tools .search-bx-center .search-bx {
      border-color: #909090 !important; }
      #Tools .search-bx-center .search-bx :focus {
        border-color: #008DD2 !important; }
    #Tools .search-bx-center .input {
      background: transparent;
      border: none;
      outline: none;
      height: inherit;
      margin: 0 8px;
      padding-right: 85px;
      width: -webkit-fill-available;
      width: -moz-available; }
    #Tools .search-bx-center .controls {
      display: flex;
      align-items: center; }
      #Tools .search-bx-center .controls span {
        min-width: 51px; }
      #Tools .search-bx-center .controls .control-buttons {
        display: flex;
        right: 25px; }
        #Tools .search-bx-center .controls .control-buttons .button {
          background-color: #ccc;
          margin: 1px;
          border-radius: 2px; }
          #Tools .search-bx-center .controls .control-buttons .button:hover {
            opacity: 0.5; }
  #Tools .left-icon {
    margin: 5px; }
  #Tools .search-bx .controls, #Tools .search-bx-center .controls {
    position: absolute;
    right: 3px; }
  #Tools #toolbar_loading {
    position: relative;
    height: 40px;
    padding: 0;
    border-bottom: 1px solid #e1e1e1; }
    #Tools #toolbar_loading .loading-blocks-main {
      display: flex;
      align-items: center;
      margin-left: 15px; }
    #Tools #toolbar_loading .select-tag-wrapper {
      display: block;
      height: fit-content;
      border-radius: 8px;
      margin: 10px 2px;
      max-width: inherit;
      align-items: center;
      text-align: center;
      justify-content: center; }
    #Tools #toolbar_loading .select-tag {
      display: inline-flex !important;
      height: 18px !important;
      padding: 2px 8px;
      margin: 0;
      text-align: center;
      font-size: 12px;
      line-height: 13px;
      border-radius: 8px;
      background: #F5F5F5;
      color: #0096FF;
      width: 90px;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%;
      white-space: nowrap; }
      #Tools #toolbar_loading .select-tag .Select-aria-only {
        position: relative !important; }
  #Tools .readonly-rowheight {
    cursor: auto; }
    #Tools .readonly-rowheight li {
      pointer-events: none; }
  #Tools .contex-menu {
    right: auto;
    z-index: 101;
    top: 30px; }
    #Tools .contex-menu .disable {
      pointer-events: none;
      opacity: 0.5; }
    #Tools .contex-menu .multiple-views:hover .multiple-views-menu {
      visibility: visible; }
    #Tools .contex-menu .multiple-views .multiple-view-list {
      display: flex;
      justify-content: space-between; }
      #Tools .contex-menu .multiple-views .multiple-view-list .multiple-view-desc {
        font-size: 11.7px;
        opacity: 0.7;
        padding-left: 29px; }
    #Tools .contex-menu .multiple-views .multiple-views-menu {
      top: 0;
      right: -100%;
      min-width: 214px;
      max-width: 350px;
      width: 100%;
      padding: 10px 0;
      position: absolute;
      background: #f8f8f8;
      border-radius: 4px;
      list-style: none;
      border: 1px solid #ddd;
      visibility: hidden; }
      #Tools .contex-menu .multiple-views .multiple-views-menu li {
        padding: 6px 10px;
        cursor: pointer; }
        #Tools .contex-menu .multiple-views .multiple-views-menu li span {
          position: relative;
          top: -2px;
          color: #212121;
          letter-spacing: .4px;
          font-size: 13px;
          font-weight: 500; }
        #Tools .contex-menu .multiple-views .multiple-views-menu li svg {
          position: relative;
          top: 2px;
          margin-right: 10px; }
        #Tools .contex-menu .multiple-views .multiple-views-menu li:hover {
          background: #e0e1e2; }
      #Tools .contex-menu .multiple-views .multiple-views-menu .active {
        background: #f8f8f8; }
  @media screen and (min-device-width: 320px) and (max-device-width: 767px) and (max-width: 450px) {
    #Tools .contex-menu {
      right: -100px;
      z-index: 101;
      top: 30px; } }

.embedTools {
  z-index: 7 !important; }

@media (max-width: 767px) {
  .toolbar-embed {
    justify-content: start; } }

@media (min-width: 992px) {
  .toolbar-embed {
    justify-content: center; } }

.print-model-wrapper {
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10; }

.print-model {
  position: relative;
  padding: 16px;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid #e7e7e7;
  width: 300px;
  height: 300px;
  z-index: 100;
  cursor: default; }
  .print-model h3 {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 500;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  .print-model .field-box {
    padding: 4px 2px; }
  .print-model .buttons {
    margin: 16px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer; }
    .print-model .buttons span {
      margin-left: 8px; }
  .print-model input[type=checkbox] {
    margin-right: 0.2em;
    vertical-align: middle;
    transition: .2s; }
  .print-model select {
    background-color: #fff;
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 4px !important;
    margin: 2px 0 !important;
    outline: none !important;
    border: 2px solid #ddd !important;
    border-radius: 4px; }
    .print-model select:focus {
      border-color: #85B7D9 !important; }

#printModal .header {
  padding: 24px 16px 8px; }

#printModal .field-box {
  padding: 6px 2px; }
  #printModal .field-box > div:first-of-type {
    margin-top: 6px; }

#printModal .field-checkbox {
  display: flex;
  align-items: center;
  padding: 4px 2px; }
  #printModal .field-checkbox input[type=checkbox] {
    margin-right: 0.3em; }

#printModal .content {
  padding: 8px 16px 8px;
  height: 320px;
  overflow: auto; }

.print_button {
  background-color: #166ee1;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  outline: none;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  height: 32px; }

.filter-content {
  padding-bottom: 28px; }

#FilterModel {
  background-color: #FFFFFF;
  border: 2px solid #ddd; }
  #FilterModel .Select-menu-outer {
    width: auto !important;
    min-width: 100%; }
  #FilterModel .Select-placeholder {
    text-align: center;
    line-height: 29px; }
  #FilterModel .Select-arrow-zone {
    padding-top: 4px; }
  #FilterModel .close-icon {
    display: none; }
  @media screen and (max-width: 767px) {
    #FilterModel {
      left: -164px; }
      #FilterModel .close-icon {
        display: block; } }
  #FilterModel .link-sort {
    cursor: pointer; }
    #FilterModel .link-sort:hover {
      font-size: 13px; }
  #FilterModel .foundCellDiv {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 5px;
    margin-top: 20px; }

.model-format {
  z-index: 6; }

#ColorFormatingModal {
  background-color: #FFFFFF;
  border: 2px solid #ddd; }
  #ColorFormatingModal .filter-select {
    z-index: 7; }
  #ColorFormatingModal .colors-modal {
    padding: 3px; }
    #ColorFormatingModal .colors-modal .color-link-box {
      display: flex;
      align-items: center;
      padding: 2px; }
      #ColorFormatingModal .colors-modal .color-link-box .color-show {
        height: 22px;
        width: 24px;
        border-radius: 6px;
        padding: 3px 2px 2px 0px;
        color: black;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 16px; }
      #ColorFormatingModal .colors-modal .color-link-box .colors-delete-icon {
        font-size: 18px;
        cursor: pointer;
        color: grey; }
      #ColorFormatingModal .colors-modal .color-link-box .colors-condition-name {
        font-size: 12.5px;
        color: black;
        opacity: 0.8;
        font-weight: 500; }
    #ColorFormatingModal .colors-modal .circle-picker-modal {
      width: fit-content !important;
      display: flex;
      flex-wrap: wrap;
      margin-right: 4px;
      margin-bottom: 2px;
      border: 1px solid #ddd;
      padding: 7px 5px 0px 7px;
      border-radius: 7px;
      margin-top: 5px;
      background: white;
      margin-right: 0px !important;
      margin-bottom: 0px !important; }
    #ColorFormatingModal .colors-modal .colors-condition-render {
      padding: 1px;
      margin: 6px; }
    #ColorFormatingModal .colors-modal .colors-add-condition {
      padding: 7px;
      margin: 6px;
      color: #3384f7;
      cursor: pointer;
      width: 20%; }
  #ColorFormatingModal #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #ColorFormatingModal #RadioToggle .ui.toggle.checkbox input:checked ~ label:after {
    margin-top: 2px; }

#SortModel .sort-box .radio-toggle #RadioToggle {
  display: flex;
  align-items: center; }
  #SortModel .sort-box .radio-toggle #RadioToggle .checkbox {
    padding-top: 6px !important; }

#UpgradeColorFormatingModal {
  padding: 16px;
  white-space: normal; }
  #UpgradeColorFormatingModal .upgradeModal-header {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: .01em;
    margin-bottom: 8px;
    cursor: text;
    display: flex; }
    #UpgradeColorFormatingModal .upgradeModal-header .upgradeIconDiv {
      border: 1px solid #166ee1;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 4px;
      width: 16px;
      height: 16px; }
    #UpgradeColorFormatingModal .upgradeModal-header .upgradeIcon {
      color: #166ee1;
      fill: #166ee1;
      cursor: default;
      font-size: 10px; }
  #UpgradeColorFormatingModal .upgradeColor-Desc {
    font-size: 13px;
    cursor: text; }
    #UpgradeColorFormatingModal .upgradeColor-Desc .upgradeColor-link {
      opacity: .75;
      margin-left: 8px;
      vertical-align: middle; }
      #UpgradeColorFormatingModal .upgradeColor-Desc .upgradeColor-link:hover {
        opacity: 1; }
  #UpgradeColorFormatingModal .upgradeBtn-footer {
    display: flex;
    align-items: center;
    margin-top: 16px; }
    #UpgradeColorFormatingModal .upgradeBtn-footer .btn-Content {
      margin-right: 16px; }
      #UpgradeColorFormatingModal .upgradeBtn-footer .btn-Content .btnDiv {
        height: 32px;
        line-height: 22px;
        max-width: 100%;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
        border-radius: 6px;
        border: none;
        background-color: #166ee1;
        color: #fff;
        padding: 0 12px; }
        #UpgradeColorFormatingModal .upgradeBtn-footer .btn-Content .btnDiv .btn-text {
          transform: translateY(-0.5px);
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 13px;
          font-weight: 500;
          line-height: 22px; }
        #UpgradeColorFormatingModal .upgradeBtn-footer .btn-Content .btnDiv:hover {
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    #UpgradeColorFormatingModal .upgradeBtn-footer .btnClear {
      font-size: 13px;
      opacity: .75;
      color: #1f1f1f;
      cursor: pointer; }
      #UpgradeColorFormatingModal .upgradeBtn-footer .btnClear:hover {
        opacity: 1; }

@media (max-width: 767px) {
  .mobile-filter {
    left: 0px !important; }
  .card-filter {
    margin-right: -30px !important;
    margin-left: 18px; }
  .card-sort {
    left: -305px !important;
    margin-left: 18px; }
  .mobile-sort {
    left: -185px !important; }
  .card-layout-sort {
    margin-left: 0px; } }

.dropdown-box {
  position: relative;
  width: 100px;
  cursor: pointer;
  font-size: 12px;
  color: #333; }
  .dropdown-box .dropdown-selected {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .dropdown-box .dropdown-selected .down-icon {
      font-size: 16px !important;
      color: #333; }
  .dropdown-box .options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    background: white;
    z-index: 10; }
    .dropdown-box .options div {
      padding: 6px 10px; }
      .dropdown-box .options div:hover {
        color: #166ee1; }
  .dropdown-box.open .options {
    display: block; }

#date-picker .input-datepicker {
  min-height: 30px;
  min-width: 150px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 4px 10px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  position: relative; }

#date-picker .react-datepicker-popper {
  margin-left: -43px; }

.filter-select {
  min-width: 150px;
  width: fit-content; }
  .filter-select .css-1pvhjxb-singleValue span {
    display: inline-block !important;
    margin-left: 2px;
    margin-right: 2px;
    max-width: calc(100% - 8px);
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    top: 5%; }
  .filter-select .css-1itjr4n-multiValue {
    height: 19px !important;
    justify-content: center !important;
    align-items: center !important; }
  .filter-select .css-1okebmr-indicatorSeparator {
    display: none; }
  .filter-select .css-tlfecz-indicatorContainer {
    padding: 4px 7px !important;
    color: #4c4c4c; }
  .filter-select .css-1g6gooi {
    display: contents; }
  .filter-select .select-ct .Select-control {
    min-width: 100px;
    height: 25px; }
    .filter-select .select-ct .Select-control .Select-multi-value-wrapper {
      padding-left: 6px; }
    .filter-select .select-ct .Select-control .Select-multi-value-wrapper {
      display: flex;
      flex-wrap: wrap;
      width: 150px;
      height: inherit;
      overflow: hidden; }
    .filter-select .select-ct .Select-control .Select-arrow-zone {
      cursor: pointer;
      display: table-cell !important;
      position: relative;
      text-align: center;
      vertical-align: middle !important;
      width: 25px;
      padding-right: 5px; }
    .filter-select .select-ct .Select-control .Select-input {
      height: 8px;
      vertical-align: middle;
      margin: auto 0;
      padding: 0 !important; }
    .filter-select .select-ct .Select-control .Select-input > input {
      box-sizing: border-box !important;
      padding: 0 !important; }
    .filter-select .select-ct .Select-control:hover {
      box-shadow: none; }
    .filter-select .select-ct .Select-control .Select-value {
      line-height: 31px; }

.columnname-input-sort {
  background: #fff;
  border: 1px solid #ddd;
  padding: 4px 10px;
  border-radius: 4px;
  width: 137px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.sort-lock {
  pointer-events: none; }

.columnname-input-filter {
  background: #fff;
  border: 1px solid #ddd;
  padding: 4px 10px;
  border-radius: 4px;
  width: 137px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.filterList-lock {
  pointer-events: none; }

.filterList-modal .css-b8ldur-Input {
  caret-color: black !important; }
  .filterList-modal .css-b8ldur-Input input {
    margin-left: 2px; }

.filterList-modal .option-renderer-color-dot {
  position: relative;
  top: 2px;
  margin-top: 1px; }

.filterList-modal .icon-with-textContainer {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  display: block; }
  .filterList-modal .icon-with-textContainer .icon-with-text-div {
    position: relative;
    top: 2.2px; }

.filter-readonly-select .css-18j4z8i-control {
  background: white; }
  .filter-readonly-select .css-18j4z8i-control .css-1hb7zxy-IndicatorsContainer {
    display: none; }
  .filter-readonly-select .css-18j4z8i-control .css-18i79x2 {
    display: none; }

.filter-readonly-select .css-3wts1r-control {
  background: white; }
  .filter-readonly-select .css-3wts1r-control .css-g1d714-ValueContainer {
    width: 200px; }
  .filter-readonly-select .css-3wts1r-control .css-3pm1s7-singleValue {
    background: white;
    color: black; }
  .filter-readonly-select .css-3wts1r-control .css-1hb7zxy-IndicatorsContainer {
    display: none; }
  .filter-readonly-select .css-3wts1r-control .css-18i79x2 {
    display: none; }

.input-readonly-filter {
  background: #fff;
  border: 1px solid #ddd;
  padding: 4px 10px;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  height: 30px; }

.input-filter {
  min-height: 30px;
  min-width: 150px;
  margin: 0em;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  box-shadow: none;
  height: 30px; }

.checkbox-filter {
  min-height: 30px;
  min-width: 150px;
  position: relative;
  background: #fff;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 4px;
  justify-content: center;
  display: grid; }
  .checkbox-filter label {
    left: -10px; }

.checkbox-border .cbx i.icon {
  visibility: visible;
  border-color: #A9A9A9;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 1.2em !important;
  margin-left: 4px;
  padding: 2px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center; }

.rating-filter {
  min-height: 30px;
  min-width: 150px;
  position: relative;
  background: #fff;
  max-height: 52px;
  border: 1px solid #ddd;
  border-radius: 4px;
  /* padding-top: 5px; */
  padding: 3px;
  padding-top: 5px; }
  .rating-filter label {
    left: -10px; }

.filter-collaborator {
  width: 160px; }

#ShareFormLinkModel {
  left: 38%;
  margin-top: 7px;
  background-color: #fff;
  z-index: 101; }
  #ShareFormLinkModel .svg-help {
    margin-left: 5px;
    cursor: pointer; }
  #ShareFormLinkModel .svg-help:hover {
    fill: #2652ae; }
  #ShareFormLinkModel .modelTitle {
    font-size: 15px;
    font-weight: 500; }
  #ShareFormLinkModel .input-div input {
    border: 2px solid #ccc; }
  #ShareFormLinkModel .input-div input:focus {
    border-color: #0096FF;
    background-color: rgba(51, 132, 247, 0.1); }
  #ShareFormLinkModel .input-div-long textarea {
    border: 2px solid #ccc; }
  #ShareFormLinkModel .input-div-long textarea:focus {
    border-color: #0096FF;
    background-color: rgba(51, 132, 247, 0.1); }
  #ShareFormLinkModel .embedview-div {
    display: flex;
    padding: 6px;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    font-size: 14px; }
    #ShareFormLinkModel .embedview-div:hover {
      background-color: rgba(0, 0, 0, 0.05);
      border-radius: 3px; }
    #ShareFormLinkModel .embedview-div .embedIcon {
      margin-right: 8px;
      display: flex; }
  #ShareFormLinkModel .link {
    margin-bottom: 4px; }
  #ShareFormLinkModel .link-lock {
    pointer-events: none;
    opacity: 0.7; }
  #ShareFormLinkModel .email-domain-main {
    top: 35px;
    width: 426px;
    height: fit-content;
    z-index: 1000;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    top: 28px;
    left: 183px;
    border-radius: 7px;
    font-size: 13px; }
    #ShareFormLinkModel .email-domain-main .content {
      margin-bottom: 10px;
      font-weight: 500;
      line-height: 20px; }
      #ShareFormLinkModel .email-domain-main .content .title {
        font-size: 21px;
        font-weight: 500;
        line-height: 28px; }
      #ShareFormLinkModel .email-domain-main .content p {
        margin: 12px 0px !important;
        font-size: 14px;
        color: grey; }
      #ShareFormLinkModel .email-domain-main .content .input-email {
        width: 250px; }
      #ShareFormLinkModel .email-domain-main .content .error-email {
        color: red;
        font-size: 13px;
        margin: 5px; }
    #ShareFormLinkModel .email-domain-main .buttons-div {
      display: flex;
      justify-content: flex-end;
      margin-top: 18px; }
  #ShareFormLinkModel .password-protect-main {
    top: 35px;
    width: 426px;
    height: fit-content;
    z-index: 1000;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    top: 28px;
    left: 183px;
    border-radius: 7px;
    font-size: 13px; }
    #ShareFormLinkModel .password-protect-main .content {
      margin-bottom: 10px;
      font-weight: 500;
      line-height: 20px; }
      #ShareFormLinkModel .password-protect-main .content .title {
        font-size: 21px;
        font-weight: 500;
        line-height: 28px; }
      #ShareFormLinkModel .password-protect-main .content p {
        margin: 12px 0px !important;
        font-size: 14px;
        color: grey; }
      #ShareFormLinkModel .password-protect-main .content .input-email {
        width: 250px; }
      #ShareFormLinkModel .password-protect-main .content .error-email {
        color: red;
        font-size: 13px;
        margin: 5px; }
    #ShareFormLinkModel .password-protect-main .buttons-div {
      display: flex;
      justify-content: flex-end;
      margin-top: 18px; }
  #ShareFormLinkModel .upgrade-restrict {
    display: flex;
    align-items: center;
    opacity: 0.6;
    margin-top: 8px;
    cursor: pointer;
    font-size: 14.5px; }
    #ShareFormLinkModel .upgrade-restrict .upgrade-lock-icon {
      font-size: 18px; }
  #ShareFormLinkModel .embed-view-page {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 13px; }
    #ShareFormLinkModel .embed-view-page .embed-page-text {
      text-decoration: underline;
      font-size: 13px;
      margin-left: 7px;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.6);
      text-decoration-color: rgba(0, 0, 0, 0.6); }
  #ShareFormLinkModel .footer-btn {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; }

#SyncShareModel {
  left: 38%;
  margin-top: 7px;
  background-color: #fff;
  z-index: 101; }
  #SyncShareModel .modelTitle {
    font-size: 15px;
    font-weight: 500; }
  #SyncShareModel .sync-content {
    margin-top: 13px; }
  #SyncShareModel .sync-view-details {
    margin-top: 10px; }
    #SyncShareModel .sync-view-details .sync-list {
      display: flex;
      align-items: center;
      margin: 3px 0px 0px 0px;
      padding: 5px;
      cursor: pointer; }
      #SyncShareModel .sync-view-details .sync-list p {
        font-size: 12px;
        color: black;
        margin-left: 6px; }
    #SyncShareModel .sync-view-details .sync-list:hover {
      background: #ddd;
      border-radius: 3px; }

#SyncActivityHistroyModel .loader {
  display: flex;
  align-items: center;
  height: 40vh;
  justify-content: center; }

#SyncActivityHistroyModel .sync-list-main {
  display: flex;
  width: 100%;
  align-items: center; }
  #SyncActivityHistroyModel .sync-list-main .sync-header {
    opacity: 0.6; }

#SyncActivityHistroyModel .sync-list-second {
  margin-top: 14px;
  overflow: auto;
  max-height: 47vh; }

#SyncActivityHistroyModel .sync-render-main {
  display: flex;
  width: 100%;
  margin-top: 14px; }
  #SyncActivityHistroyModel .sync-render-main .sync-stack-sec {
    display: flex;
    align-items: center;
    width: 50%; }
    #SyncActivityHistroyModel .sync-render-main .sync-stack-sec .sync-head {
      margin-left: 11px; }
      #SyncActivityHistroyModel .sync-render-main .sync-stack-sec .sync-head .sync-stack-name {
        font-size: 18px;
        font-weight: 500;
        white-space: nowrap;
        /* Prevent text from wrapping */
        overflow: hidden;
        /* Hide any overflowing content */
        text-overflow: ellipsis;
        /* Display ellipsis (...) for overflowed text */
        width: 25vh; }
  #SyncActivityHistroyModel .sync-render-main .sync-stack-icon-container {
    display: flex;
    justify-self: center;
    align-items: center;
    width: 82px;
    height: 82px;
    border-radius: 12px;
    position: relative; }
    #SyncActivityHistroyModel .sync-render-main .sync-stack-icon-container .stack-grid-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      cursor: pointer; }
  #SyncActivityHistroyModel .sync-render-main .sync-user-sec {
    width: 50%;
    display: flex;
    align-items: center; }

#copyConfigId .copyConfig-model {
  border: '2px solid #ddd';
  background-color: '#fff';
  border-radius: '6px'; }

#copyConfigId .copyConfig-header {
  font-size: 16px;
  font-weight: 500; }

#copyConfigId .ui.search.dropdown > .text {
  display: block;
  white-space: nowrap;
  width: 7em;
  overflow: hidden;
  text-overflow: ellipsis; }

#copyConfigId .ui.selection.dropdown .menu {
  width: 10em; }

#copyConfigId .ui.selection.dropdown .menu > .item {
  display: block;
  white-space: nowrap;
  width: 10em;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: all; }

#copyConfigId .ui.selection.dropdown:hover {
  border: 1px solid #008DD2; }

#copyConfigId .copyConfigDropdown {
  min-width: 7em;
  width: 10em;
  font-size: 0.7em;
  margin: 0px 5px 0px 5px; }

#copyConfigId .configContainer .togglediv {
  margin-top: 4px;
  padding-right: 8px; }
  #copyConfigId .configContainer .togglediv #RadioToggle {
    display: flex;
    align-items: center; }

#copyConfigId .configContainer .configselectFieldToggle {
  padding: 4px; }

#copyConfigId .configContainer .toggleLabel {
  font-size: 0.8em; }

#copyConfigId .CopyConfigButtons {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
  margin-bottom: 16px; }

#copyConfigId .config-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  #copyConfigId .config-modal-footer .modal-btn {
    max-width: 192px;
    height: 32px;
    font-size: 13px;
    line-height: 22px;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0 !important;
    padding: 0 12px;
    border-radius: 6px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
    #copyConfigId .config-modal-footer .modal-btn .btn-text {
      transform: translateY(-0.5px);
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 13px;
      font-weight: 500; }
  #copyConfigId .config-modal-footer .modal-cancel-btn {
    background-color: transparent;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    #copyConfigId .config-modal-footer .modal-cancel-btn:hover {
      background: none;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  #copyConfigId .config-modal-footer .modal-copy-btn {
    font-weight: 500;
    color: #fff;
    background-color: #166ee1;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    #copyConfigId .config-modal-footer .modal-copy-btn:hover {
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

#CollapsableViewSection {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 1px 5px;
  border-radius: 5px;
  margin-left: -2px; }
  #CollapsableViewSection:hover {
    background: #e7e7e7; }
  #CollapsableViewSection .viewText {
    margin-left: 3px;
    color: #2e2f32; }

#searchModel {
  display: flex;
  align-items: center;
  border-bottom: 1px solid gray; }
  #searchModel .input {
    height: 30px;
    background: transparent;
    border: none;
    outline: none;
    flex: 1 1 auto;
    padding: 0 5px; }
    #searchModel .input:focus {
      border-color: none; }
  #searchModel .viewControls {
    display: flex;
    flex: none;
    left: 64%;
    justify-content: flex-end;
    padding-right: 6px; }
  #searchModel .noFoundText {
    display: flex;
    align-items: center;
    font-weight: 500; }
  #searchModel .controls {
    display: flex;
    align-items: center;
    justify-content: center;
    /* right: 46%; */ }
  #searchModel .search-close {
    cursor: pointer; }
  #searchModel .search-content {
    display: flex;
    align-items: center;
    padding: 0 4px; }
  #searchModel .control-buttons {
    display: flex;
    background-color: #80808036;
    cursor: pointer;
    margin-left: 5px; }
  #searchModel .upArrow:hover {
    background-color: #808080d6; }
  #searchModel .downArrow:hover {
    background-color: #808080d6; }

@media only screen and (min-width: 772px) and (max-width: 1200px) {
  .responsiveModel-float {
    right: 0px !important; } }

@media only screen and (min-width: 200px) and (max-width: 772px) {
  .responsiveModel-float {
    right: 0px !important;
    left: 0px !important; } }

.groupby-viewModel {
  left: 0px !important; }
  @media only screen and (min-width: 600px) and (max-width: 750px) {
    .groupby-viewModel {
      width: 100% !important;
      min-width: 330px !important; } }
  @media only screen and (max-width: 600px) {
    .groupby-viewModel {
      width: 100% !important;
      min-width: 330px !important;
      left: -70px !important; }
      .groupby-viewModel .filter-select {
        min-width: 130px; } }

@media only screen and (max-width: 600px) {
  .groupby-mobileview {
    width: 100% !important;
    min-width: 330px !important;
    left: -148px !important; }
    .groupby-mobileview .filter-select {
      min-width: 130px; } }

.groupbymodel-mobile {
  left: 0px !important; }
  @media only screen and (min-width: 600px) and (max-width: 750px) {
    .groupbymodel-mobile {
      width: 100% !important;
      min-width: 330px !important; } }
  @media only screen and (max-width: 600px) {
    .groupbymodel-mobile {
      width: 100% !important;
      min-width: 330px !important;
      left: -240px !important; }
      .groupbymodel-mobile .filter-select {
        min-width: 130px; } }

#ViewShareOptionsModel {
  display: flex;
  flex-direction: column;
  padding: 8px;
  position: fixed;
  width: 232px;
  background-color: red;
  z-index: 10;
  top: 130px;
  background-color: #FFFFFF;
  border: 2px solid #ddd;
  font-size: 13px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); }
  #ViewShareOptionsModel .menuBorder {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
  #ViewShareOptionsModel .menuDiv {
    display: flex;
    margin: 2px 0px 0px 0px;
    padding: 6px;
    justify-content: flex-start;
    align-items: center; }
    #ViewShareOptionsModel .menuDiv:hover {
      background-color: #e7e7e7;
      border-radius: 4px; }
  #ViewShareOptionsModel .menuIcon {
    margin-right: 8px;
    display: flex; }
  #ViewShareOptionsModel .rightArrow {
    position: absolute;
    right: 6px;
    top: 18px; }

@media only screen and (max-width: 970px) {
  #ViewShareOptionsModel {
    left: 53% !important; } }

.viewname-popup {
  background: #303b47 !important;
  padding: 6px 8px 4px 8px !important; }
  .viewname-popup .tooltiptext-info {
    display: flex;
    flex-direction: column; }
    .viewname-popup .tooltiptext-info .viewname-text {
      padding-bottom: 6px; }
    .viewname-popup .tooltiptext-info .createview-message {
      font-size: 13px;
      opacity: .8;
      cursor: text; }
    .viewname-popup .tooltiptext-info .view-create, .viewname-popup .tooltiptext-info .view-edit {
      font-size: 11px;
      opacity: .8;
      line-height: 1.2;
      padding-bottom: 4px; }
    .viewname-popup .tooltiptext-info .create-info {
      padding-bottom: 8px;
      line-height: 1.2; }
      .viewname-popup .tooltiptext-info .create-info .create-email {
        font-size: 11px;
        opacity: .8; }
    .viewname-popup .tooltiptext-info .edit-info {
      display: flex; }
      .viewname-popup .tooltiptext-info .edit-info .user-icon {
        margin-left: -2px; }
      .viewname-popup .tooltiptext-info .edit-info .edit-text {
        font-size: 12px;
        line-height: 1.3;
        margin-left: 2px; }

#ColorConditionsModal {
  background: #fff;
  width: min-content;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 2px solid #ddd; }
  #ColorConditionsModal .colorcondition-container {
    width: min-content;
    max-width: 768px;
    white-space: nowrap; }
    #ColorConditionsModal .colorcondition-container .colorcondition-box {
      overflow: hidden; }
      #ColorConditionsModal .colorcondition-container .colorcondition-box .colorcondition-data {
        max-width: 384px; }
        #ColorConditionsModal .colorcondition-container .colorcondition-box .colorcondition-data .selectfield-content {
          display: flex;
          padding: 16px;
          white-space: nowrap; }
          #ColorConditionsModal .colorcondition-container .colorcondition-box .colorcondition-data .selectfield-content .selectfield-info {
            width: max-content;
            flex: 1 1 auto;
            min-width: 0;
            min-height: 0; }
            #ColorConditionsModal .colorcondition-container .colorcondition-box .colorcondition-data .selectfield-content .selectfield-info .selectfield-head {
              display: flex;
              align-items: center;
              margin-bottom: 4px;
              color: #333333; }
              #ColorConditionsModal .colorcondition-container .colorcondition-box .colorcondition-data .selectfield-content .selectfield-info .selectfield-head .select-icon {
                margin: 0;
                display: flex;
                align-items: center;
                font-size: 16px;
                color: #333333;
                fill: #333333;
                width: 16px;
                height: 16px;
                opacity: .9; }
              #ColorConditionsModal .colorcondition-container .colorcondition-box .colorcondition-data .selectfield-content .selectfield-info .selectfield-head .selectfield-text {
                margin-left: 4px;
                font-size: 14.4px;
                font-weight: 500; }
            #ColorConditionsModal .colorcondition-container .colorcondition-box .colorcondition-data .selectfield-content .selectfield-info .selectfield-desc {
              white-space: normal;
              font-size: 13px;
              opacity: .75; }
        #ColorConditionsModal .colorcondition-container .colorcondition-box .colorcondition-data .selectfieldHover:hover {
          background-color: rgba(0, 0, 0, 0.05); }

.field-popup {
  padding: 4px 8px !important;
  margin-top: 0px !important;
  max-width: 245px !important;
  margin-left: 0px !important; }
  .field-popup .desc-text {
    font-size: 12.5px; }

#ColorSelectModal {
  background: #fff;
  width: min-content;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 2px solid #ddd; }
  #ColorSelectModal .colorselect-container {
    width: min-content;
    max-width: 768px;
    white-space: nowrap; }
    #ColorSelectModal .colorselect-container .colorselect-box {
      overflow: hidden;
      min-width: 322px; }
      #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data {
        padding: 16px;
        max-width: 512px; }
        #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records {
          display: flex;
          align-items: center; }
          #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .colorselect-close {
            display: flex;
            align-items: center;
            opacity: .75;
            cursor: pointer; }
            #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .colorselect-close .close-icon {
              color: #333333;
              fill: #333333; }
          #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .colorselect-head {
            padding: 0 8px;
            font-size: 13px;
            color: #333333;
            cursor: text; }
          #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu {
            display: flex;
            align-items: center;
            border-radius: 3px;
            background-color: rgba(0, 0, 0, 0.05);
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
            #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data {
              display: flex;
              flex: 1 1 auto;
              white-space: nowrap;
              min-width: 0;
              min-height: 0; }
              #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .select-dropdown {
                display: flex;
                align-items: center;
                padding: 8px !important;
                cursor: pointer;
                width: 230px;
                line-height: 1.2;
                margin: 0; }
                #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .select-dropdown .text {
                  font-weight: 500;
                  font-size: 13px;
                  color: #333;
                  max-width: 100%;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
                #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .select-dropdown .search-input {
                  padding: 8px;
                  font-size: 12px;
                  color: #444444;
                  border: 0;
                  border-color: transparent;
                  width: 100%;
                  max-width: 100%;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  overflow: hidden; }
                  #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .select-dropdown .search-input:focus-visible {
                    outline: none !important; }
              #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .dropdown-box {
                display: flex;
                position: relative;
                flex: 1 1 auto;
                min-width: 0;
                min-height: 0; }
                #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .dropdown-box .select-button {
                  height: 30px;
                  cursor: pointer;
                  display: flex;
                  align-items: center;
                  font-size: 13px;
                  font-weight: 500;
                  color: #333;
                  padding: 8px;
                  flex: 1 1 auto;
                  min-width: 0;
                  min-height: 0; }
                  #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .dropdown-box .select-button .selecttag-box {
                    max-width: 100%;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    flex: 1 1 auto;
                    text-align: right; }
                    #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .dropdown-box .select-button .selecttag-box .selecttag-content {
                      display: flex;
                      align-items: center; }
                      #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .dropdown-box .select-button .selecttag-box .selecttag-content .icon-dropdowncircle {
                        margin-right: 4px;
                        color: #333333;
                        fill: #333333;
                        min-width: 16px;
                        min-height: 16px;
                        opacity: .9; }
                      #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .dropdown-box .select-button .selecttag-box .selecttag-content .select-text {
                        max-width: 100%;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        font-weight: 500; }
                  #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .dropdown-box .select-button .select-icon {
                    display: flex;
                    align-items: center;
                    margin-left: 4px;
                    cursor: pointer;
                    width: 16px;
                    height: 16px; }
                    #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .dropdown-box .select-button .select-icon .icon-down {
                      color: #333333;
                      fill: #333333; }
          #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records #SelectOptionModal {
            position: absolute;
            background: #fff;
            left: 198px;
            top: 45px;
            z-index: 15;
            border-radius: 4px;
            list-style: none;
            width: max-content;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
            border: 2px solid #ddd; }
            #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records #SelectOptionModal .search-content {
              min-height: 32px;
              text-align: left;
              display: flex;
              align-items: center;
              justify-content: space-between;
              padding: 0 8px; }
              #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records #SelectOptionModal .search-content .search-input {
                height: 32px;
                font-size: 12px;
                color: #444444;
                border: 0;
                border-color: transparent;
                width: 100%;
                max-width: 100%;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden; }
                #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records #SelectOptionModal .search-content .search-input:focus-visible {
                  outline: none !important; }
              #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records #SelectOptionModal .search-content .search-close {
                opacity: .5;
                cursor: pointer;
                display: flex;
                align-items: center; }
            #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records #SelectOptionModal .notfindcolumn {
              font-size: 13px;
              color: #333333;
              opacity: .5;
              cursor: text;
              padding: 8px; }
            #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records #SelectOptionModal .selectContainer {
              position: relative;
              max-width: 450px;
              max-height: 220px;
              list-style: none;
              overflow: auto; }
              #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records #SelectOptionModal .selectContainer .selectcolumn-content {
                padding: 8px;
                cursor: pointer;
                display: flex;
                align-items: center;
                max-width: 100%;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden; }
                #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records #SelectOptionModal .selectContainer .selectcolumn-content .icon-dropdowncircle {
                  margin-right: 4px;
                  color: #333333;
                  fill: #333333;
                  min-width: 16px;
                  min-height: 16px;
                  opacity: .9; }
                #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records #SelectOptionModal .selectContainer .selectcolumn-content .selectcolumn-text {
                  font-size: 13px;
                  color: #333333;
                  max-width: 100%;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  overflow: hidden; }
                #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records #SelectOptionModal .selectContainer .selectcolumn-content:hover {
                  background-color: #0000000D; }
        #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created {
          padding-top: 8px; }
          #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-desc {
            opacity: .75;
            white-space: normal;
            font-size: 13px;
            color: #333333;
            cursor: text; }
          #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-border {
            border-bottom: 2px solid rgba(0, 0, 0, 0.05);
            padding-top: 8px;
            white-space: normal; }
          #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-content {
            min-height: 100px;
            max-height: calc(-360px + 100vh);
            overflow: auto;
            white-space: nowrap; }
            #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-content .createdoptions {
              display: flex;
              align-items: center;
              padding-top: 12px; }
              #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-content .createdoptions .colortag-data {
                display: flex;
                align-items: center; }
                #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-content .createdoptions .colortag-data .colorchoose-selectmenu {
                  overflow: visible;
                  position: relative; }
                  #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-content .createdoptions .colortag-data .colorchoose-selectmenu .colorchoose-button {
                    cursor: pointer; }
                    #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-content .createdoptions .colortag-data .colorchoose-selectmenu .colorchoose-button .colortag-icon {
                      display: flex;
                      align-items: center; }
                #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-content .createdoptions .colortag-data .select-tag-custom-single-select-column-type {
                  line-height: 18px;
                  cursor: pointer; }
                  #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-content .createdoptions .colortag-data .select-tag-custom-single-select-column-type .option-renderer-color-dot {
                    margin-top: 0px; }
                #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-content .createdoptions .colortag-data .options-tag {
                  color: #333333;
                  font-size: 13px;
                  padding: 0 8px;
                  cursor: text;
                  white-space: pre-wrap;
                  display: flex;
                  align-items: center; }
                #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-content .createdoptions .colortag-data .select-tag-custom-2 {
                  padding: 0 2px;
                  cursor: pointer;
                  white-space: pre-wrap;
                  display: flex;
                  align-items: center; }

#DateColorsModal {
  background: #fff;
  width: min-content;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 2px solid #ddd; }
  #DateColorsModal .colorselect-container {
    width: min-content;
    max-width: 768px;
    white-space: nowrap; }
    #DateColorsModal .colorselect-container .colorselect-box {
      overflow: hidden;
      min-width: 322px; }
      #DateColorsModal .colorselect-container .colorselect-box .colorselect-data {
        padding: 16px;
        max-width: 512px; }
        #DateColorsModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records {
          display: flex;
          align-items: center; }
          #DateColorsModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .colorselect-close {
            display: flex;
            align-items: center;
            opacity: .75;
            cursor: pointer; }
            #DateColorsModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .colorselect-close .close-icon {
              color: #333333;
              fill: #333333; }
          #DateColorsModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .colorselect-head {
            padding: 0 8px;
            font-size: 13px;
            color: #333333;
            cursor: text; }
        #DateColorsModal .colorselect-container .colorselect-box .colorselect-data .color-date-list {
          display: flex;
          align-items: center;
          margin-top: 13px; }
          #DateColorsModal .colorselect-container .colorselect-box .colorselect-data .color-date-list .color-box {
            background-color: blue;
            width: 22px;
            height: 22px;
            border-radius: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            color: white;
            font-size: 16px;
            cursor: pointer;
            margin-right: 10px; }
          #DateColorsModal .colorselect-container .colorselect-box .colorselect-data .color-date-list .option-text {
            font-size: 12px;
            font-weight: 500; }

.closeselect-popup {
  padding: 2px 8px !important;
  margin-top: 0px !important;
  max-width: 265px !important;
  margin-left: -2px !important; }
  .closeselect-popup .desc-text {
    font-size: 12px; }

#ColorPickerModal {
  background: #fff;
  width: min-content;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 2px solid #ddd;
  border-radius: 4px;
  position: absolute;
  z-index: 6;
  margin-top: 172px; }
  #ColorPickerModal .selectMenuList {
    width: 505px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    white-space: nowrap;
    font-size: 13px;
    color: #333333;
    background: white; }
    #ColorPickerModal .selectMenuList .menuitem {
      list-style: none;
      padding: 3px;
      width: 56px;
      cursor: pointer;
      height: 36px;
      border-radius: 3px;
      display: flex;
      align-items: center;
      justify-content: center; }
      #ColorPickerModal .selectMenuList .menuitem .menu-text {
        padding: 0 8px;
        min-width: 18px;
        height: 18px;
        line-height: 1.4;
        font-size: 13px;
        font-weight: 400;
        border-radius: 9999px;
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      #ColorPickerModal .selectMenuList .menuitem .colorchoose-button {
        display: flex;
        align-items: center; }
      #ColorPickerModal .selectMenuList .menuitem .menuicon-text {
        padding: 0 2px; }
    #ColorPickerModal .selectMenuList .select-tag-custom-single-select-column-type {
      width: 56px;
      height: 36px !important;
      padding: 1.562px 6px; }
      #ColorPickerModal .selectMenuList .select-tag-custom-single-select-column-type .menuoption-text {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        min-width: 18px;
        height: 18px;
        line-height: 1.4;
        font-size: 13px;
        font-weight: 400;
        padding-left: 2px; }

#printModal {
  width: 360px; }
  #printModal .printModal-header {
    font-size: 20px;
    font-weight: 500;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  #printModal .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 16px;
    margin: 8px 0 24px 0; }
    #printModal .modal-footer .modal-btn {
      max-width: 192px;
      height: 32px;
      font-size: 13px;
      line-height: 22px;
      border: 0;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0 8px 0 0 !important;
      padding: 0 12px;
      border-radius: 6px; }
      #printModal .modal-footer .modal-btn .btn-text {
        transform: translateY(-0.5px);
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
        font-weight: 500; }
    #printModal .modal-footer .modal-cancel-btn {
      background-color: transparent;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
      #printModal .modal-footer .modal-cancel-btn:hover {
        background: none;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

.toolbarIcon {
  font-size: 16px;
  height: 16px;
  width: 16px;
  color: #1d1f25;
  fill: #1d1f25;
  opacity: .8; }

.customBtn-css {
  height: 32px;
  line-height: 22px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  max-width: 100%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  padding: 0 12px !important;
  border-radius: 6px !important;
  border: 0 !important;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }

.custom-cancel-btn {
  background-color: transparent !important; }
  .custom-cancel-btn:hover {
    background: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12) !important; }

.cancelBtn-rightCss {
  margin: 0 8px 0 0 !important; }

.custom-primary-btn {
  background-color: #166ee1 !important;
  color: #fff !important; }
  .custom-primary-btn:hover {
    background-color: #0267eb !important; }

#HideMenuFieldModel {
  background-color: #FFFFFF;
  border: 2px solid #ddd;
  width: min-content;
  max-width: 768px;
  padding: 0px;
  min-width: 220px; }
  #HideMenuFieldModel .sort {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px 16px; }
    #HideMenuFieldModel .sort .checkbox label {
      white-space: nowrap;
      max-width: 100%;
      text-overflow: ellipsis; }
  #HideMenuFieldModel .action {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 10px 20px 0px 20px; }
    #HideMenuFieldModel .action p {
      cursor: pointer;
      color: #3384f7; }
      #HideMenuFieldModel .action p:hover {
        color: #3384f7; }
  #HideMenuFieldModel .close-mobile {
    position: absolute;
    right: 4px;
    top: 4px; }
  #HideMenuFieldModel .hidemodal-searchbar {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8px 16px 0; }
    #HideMenuFieldModel .hidemodal-searchbar .input-hide-search {
      padding: 8px 0;
      font-size: 12px;
      color: #444444;
      border: 0;
      border-color: transparent;
      max-width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      #HideMenuFieldModel .hidemodal-searchbar .input-hide-search:focus-visible {
        outline: none !important; }
    #HideMenuFieldModel .hidemodal-searchbar .hide-column-help {
      opacity: .75;
      cursor: pointer;
      display: flex;
      align-items: center; }
    #HideMenuFieldModel .hidemodal-searchbar .search-close {
      opacity: .5;
      cursor: pointer;
      display: flex;
      align-items: center; }
  #HideMenuFieldModel .not-field {
    opacity: .5;
    cursor: text;
    min-height: 60px;
    padding: 8px 16px; }
    #HideMenuFieldModel .not-field span {
      font-size: 13px; }
      #HideMenuFieldModel .not-field span .clear-search {
        text-decoration: none;
        color: #2e2f32;
        cursor: pointer;
        margin-left: 4px;
        font-size: 11px;
        font-weight: 500;
        padding-bottom: 2px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
        #HideMenuFieldModel .not-field span .clear-search:hover {
          border-bottom: 2px solid #2e2f32; }
  #HideMenuFieldModel .hideField-text {
    overflow: hidden; }
  #HideMenuFieldModel .hideField-footer {
    margin: 8px 0; }

#PrintGrid h1 {
  font-size: 20px;
  font-weight: 500; }

#PrintGrid h2 {
  font-size: 16px;
  font-weight: 500; }

#PrintGrid .custom-css ul {
  padding: 0px 18px; }

#viewSelector {
  position: fixed;
  padding: 10px 0px 10px 10px;
  border-radius: 4px;
  left: 0;
  z-index: 7;
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 125px); }
  #viewSelector .viewList {
    width: -webkit-fill-available;
    overflow: hidden auto;
    padding: 5px 2px;
    scrollbar-width: 5px !important; }
    #viewSelector .viewList > div {
      width: -webkit-fill-available; }
  #viewSelector .view-selection {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto; }
    #viewSelector .view-selection .viewSection-list {
      min-height: 144px;
      overflow-y: auto;
      flex: 1 1 auto;
      min-width: 0;
      display: flex;
      flex-direction: column;
      padding-right: 2px; }
    #viewSelector .view-selection .view-input-section {
      display: flex;
      align-items: center;
      width: 100%; }
      #viewSelector .view-selection .view-input-section .view-input-icon {
        font-size: 19px;
        opacity: 0.9;
        margin: 0px 0px 0px 6px;
        cursor: pointer; }
    #viewSelector .view-selection .viewInput-section {
      position: relative;
      border-bottom: 1px solid #0000001a;
      display: flex;
      align-items: center;
      transition-property: border;
      transition-duration: .16s;
      height: 36px;
      box-sizing: border-box; }
      #viewSelector .view-selection .viewInput-section .view-label {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0;
        display: flex;
        width: auto;
        text-align: left; }
        #viewSelector .view-selection .viewInput-section .view-label .viewSearch-content {
          padding: 8px 8px 8px 10px;
          opacity: .75;
          display: flex;
          align-items: center;
          justify-content: center; }
          #viewSelector .view-selection .viewInput-section .view-label .viewSearch-content .search-icon {
            width: 16px;
            height: 16px; }
        #viewSelector .view-selection .viewInput-section .view-label .viewFind-input {
          border: 0px;
          outline: 0;
          color: #1f1f1f;
          background-color: transparent;
          display: flex;
          padding-right: 8px;
          border-radius: 0;
          box-shadow: none;
          resize: none;
          background: #fff;
          flex: 1 1 auto;
          min-width: 0;
          min-height: 0; }
      #viewSelector .view-selection .viewInput-section .setting-section {
        border: 0px;
        background: white;
        margin: 0 12px;
        cursor: pointer; }
        #viewSelector .view-selection .viewInput-section .setting-section .settingIcon {
          color: rgba(0, 0, 0, 0.5);
          fill: rgba(0, 0, 0, 0.5);
          margin: 0;
          font-size: 16px; }
    #viewSelector .view-selection .setting-modal-main {
      position: fixed;
      z-index: 7;
      top: 18%;
      padding: 16px;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16), 0px 3px 4px rgba(0, 0, 0, 0.06), 0px 6px 8px rgba(0, 0, 0, 0.06), 0px 12px 16px rgba(0, 0, 0, 0.08), 0px 18px 32px rgba(0, 0, 0, 0.06);
      border-radius: 6px;
      background-color: #fff; }
      #viewSelector .view-selection .setting-modal-main .setting-header {
        font-size: 14.4px;
        font-weight: 500;
        color: #1f1f1f; }
      #viewSelector .view-selection .setting-modal-main .setting-radio-btn {
        margin-top: 16px;
        display: flex;
        align-items: center; }
        #viewSelector .view-selection .setting-modal-main .setting-radio-btn #RadioToggle .ui.toggle.checkbox label {
          padding-left: 2.5rem;
          opacity: .75;
          font-size: 11px; }
        #viewSelector .view-selection .setting-modal-main .setting-radio-btn #RadioToggle .ui.toggle.checkbox label:before, #viewSelector .view-selection .setting-modal-main .setting-radio-btn #RadioToggle .ui.toggle.checkbox label:after, #viewSelector .view-selection .setting-modal-main .setting-radio-btn #RadioToggle .ui.toggle.checkbox input {
          top: 1.3px; }
        #viewSelector .view-selection .setting-modal-main .setting-radio-btn .setting-toggle-btn {
          height: 12px;
          width: 19.2px; }
        #viewSelector .view-selection .setting-modal-main .setting-radio-btn .setting-desc {
          margin-left: 8px;
          opacity: .75;
          font-size: 11px; }
      #viewSelector .view-selection .setting-modal-main .setting-modal-card {
        position: absolute;
        z-index: 1; }
        #viewSelector .view-selection .setting-modal-main .setting-modal-card .setting-toggle, #viewSelector .view-selection .setting-modal-main .setting-modal-card #RadioToggle {
          padding: 14px 0px 0px 0px; }
      #viewSelector .view-selection .setting-modal-main .ui.card {
        max-width: initial; }
    #viewSelector .view-selection .view-active {
      background-color: #c4ecffb3; }
      #viewSelector .view-selection .view-active:hover {
        background-color: #c4ecff !important; }
    #viewSelector .view-selection .view-component {
      flex-direction: column;
      align-items: center;
      border-radius: 4px;
      position: relative; }
      #viewSelector .view-selection .view-component > div {
        width: -webkit-fill-available; }
      #viewSelector .view-selection .view-component:hover .viewDropdownIcon, #viewSelector .view-selection .view-component:hover .viewVerticalIcon {
        cursor: pointer;
        visibility: visible;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 4px;
        position: relative;
        overflow: inherit; }
      #viewSelector .view-selection .view-component:hover .checkIcon-content {
        display: none; }
      #viewSelector .view-selection .view-component:hover .viewVerticalIcon {
        cursor: grab; }
      #viewSelector .view-selection .view-component .viewmenu-drag .viewmenu-box {
        padding: 8px 8px 8px 4px;
        border-radius: 3px; }
        #viewSelector .view-selection .view-component .viewmenu-drag .viewmenu-box:hover {
          background-color: #0000000d; }
      #viewSelector .view-selection .view-component .viewmenu-drag .view-active {
        background-color: #c4ecffb3;
        padding: 8px 8px 8px 4px;
        border-radius: 3px; }
        #viewSelector .view-selection .view-component .viewmenu-drag .view-active:hover {
          background-color: #c4ecff !important; }
      #viewSelector .view-selection .view-component:hover .remove-icon {
        visibility: visible;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 4px;
        position: relative;
        overflow: inherit; }
      #viewSelector .view-selection .view-component .view-icon {
        font-size: 16px;
        display: inline-flex;
        align-items: center;
        margin: 0 8px 0 0;
        line-height: 18px; }
      #viewSelector .view-selection .view-component .input-rename-view {
        height: 22px;
        padding: 0 8px;
        box-shadow: none;
        border: 1px solid #ddd;
        border-radius: 3px;
        font-weight: 500;
        width: 100%; }
      #viewSelector .view-selection .view-component .input-rename-view:focus {
        border: 2px solid #00000040 !important; }
      #viewSelector .view-selection .view-component .input-rename-view:focus-visible {
        outline: none; }
      #viewSelector .view-selection .view-component .remove-icon {
        width: auto;
        background-color: white;
        border: 1px solid #212121;
        color: white;
        border-radius: 100%;
        cursor: pointer;
        position: absolute;
        visibility: hidden;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        white-space: nowrap;
        margin-right: 4px;
        display: flex;
        align-items: center;
        justify-content: center; }
      #viewSelector .view-selection .view-component .checkIcon-content {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 4px; }
        #viewSelector .view-selection .view-component .checkIcon-content .checkIcon {
          color: #616670;
          fill: #616670;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0; }
      #viewSelector .view-selection .view-component span {
        margin-top: 4px;
        font-size: 10px;
        text-align: center;
        line-height: 14px;
        opacity: 0.8; }
      #viewSelector .view-selection .view-component .view-name {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
        font-weight: 500;
        color: #1f1f1f;
        line-height: 1.25; }
        #viewSelector .view-selection .view-component .view-name .view-lock-icon {
          opacity: 0.5;
          margin-left: 4px; }
          #viewSelector .view-selection .view-component .view-name .view-lock-icon .tooltiptext {
            padding: 2px 8px 2px 7px;
            opacity: 11; }
        #viewSelector .view-selection .view-component .view-name .view-user-img {
          height: 1.3em;
          width: 20px;
          margin: 0px 0px 3px 5px; }
      #viewSelector .view-selection .view-component .view-lock-icon {
        opacity: 0.5;
        margin: 0 0 0 8px;
        padding: 0 8px 0 0;
        display: inline-flex; }
      #viewSelector .view-selection .view-component .view-user-icon {
        display: flex;
        align-items: center;
        padding: 0 8px; }
        #viewSelector .view-selection .view-component .view-user-icon .accounticon {
          margin: 0;
          min-height: 20px;
          min-width: 20px; }
      #viewSelector .view-selection .view-component .beta-tag {
        padding: 1px 5px;
        border: 1px solid #ccc;
        border-radius: 16px;
        margin-left: 4px;
        font-size: 11px; }
      #viewSelector .view-selection .view-component .context-sub-action {
        top: 30px !important; }
    #viewSelector .view-selection .add-view-component {
      display: flex;
      width: 100%;
      justify-content: flex-end; }
      #viewSelector .view-selection .add-view-component .view-logo {
        block-size: 4px; }
      #viewSelector .view-selection .add-view-component .view-desc {
        margin: 4px;
        font-size: 12px;
        height: 45px;
        text-align: center;
        line-height: 16px;
        padding: 0 4% 0 4%;
        font-family: 'Roboto Slab', serif !important;
        color: #696960; }
      #viewSelector .view-selection .add-view-component .beta-tag {
        padding: 1px 5px;
        border: 1px solid #ccc;
        border-radius: 16px;
        margin-left: 4px;
        font-size: 11px; }
      #viewSelector .view-selection .add-view-component .add-view-icon {
        padding-top: 6px;
        border-radius: 100px; }
      #viewSelector .view-selection .add-view-component .dropdown {
        padding: 5px 5px !important; }
      #viewSelector .view-selection .add-view-component .add-view-name {
        font-size: 15px;
        font-weight: bold;
        cursor: pointer;
        color: #2185D0;
        text-decoration: underline; }
      #viewSelector .view-selection .add-view-component .beta-tag {
        padding: 1px 5px;
        border: 1px solid #ccc;
        border-radius: 16px;
        margin-left: 9px;
        font-size: 11px; }
    #viewSelector .view-selection .wc-delete-align-right {
      height: 155px;
      top: calc(100vh - 88%);
      min-width: 10vh;
      max-width: 50vh; }
  #viewSelector .add-view-section {
    border-top: 1px solid #0000001a; }
    #viewSelector .add-view-section .add-view-content {
      padding: 8px 2px 8px 6px;
      cursor: pointer;
      margin: 8px 0; }
      #viewSelector .add-view-section .add-view-content .addView-content {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      #viewSelector .add-view-section .add-view-content .add-view-text {
        font-size: 15px;
        font-weight: 500; }
      #viewSelector .add-view-section .add-view-content i {
        font-size: 1.2em; }
    #viewSelector .add-view-section .item .viewmenu-item {
      height: 32px;
      padding: 0 6px;
      font-weight: 500;
      border-radius: 5px;
      color: #4d4d4d;
      cursor: pointer; }
    #viewSelector .add-view-section .item .viewmenu-item:hover {
      background-color: #0000000d; }
    #viewSelector .add-view-section .item .view-icon {
      font-size: 16px;
      display: inline-flex;
      align-items: center;
      margin: 0 8px 0 0;
      line-height: 18px; }
    #viewSelector .add-view-section .item .pro-btn {
      font-size: 11px;
      padding: 0px 5px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #1693eb;
      color: white;
      border-radius: 10px;
      text-align: center;
      font-weight: 500;
      margin: 2px 1px 0px 7px; }
  #viewSelector .search {
    background: white;
    /* border: none; */
    border-radius: 5px;
    outline: none;
    padding: 5px;
    height: inherit;
    width: -webkit-fill-available;
    width: -moz-available;
    border: 1px solid #ccc; }
  @media only screen and (max-width: 500px) {
    #viewSelector .viewList {
      max-height: 290px; } }
  #viewSelector .viewDropdownIcon, #viewSelector .viewVerticalIcon {
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px; }
    #viewSelector .viewDropdownIcon .arrowDropdown-icon, #viewSelector .viewVerticalIcon .arrowDropdown-icon {
      flex: none; }
  #viewSelector .viewVerticalIcon {
    cursor: grab; }
  #viewSelector .movetoSectionModel {
    min-width: 200px !important; }
  #viewSelector .modelBreakLine {
    border: 1px solid #8080802e;
    margin: 5px 12px; }
  #viewSelector .currentSectionCheckIcon {
    position: relative;
    left: 40%; }

#mainViewList::-webkit-scrollbar {
  width: 5px; }

#mainViewList::-webkit-scrollbar-track {
  background: white !important; }

#mainViewList .moreCollaborativeView {
  cursor: pointer;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 12px; }
  #mainViewList .moreCollaborativeView:hover {
    background-color: #0000000d; }

.viewDeleteModel {
  position: absolute !important;
  z-index: 10 !important;
  background-color: white !important;
  height: 160px !important;
  top: 100px !important;
  left: 34px !important; }

.mainSectionDiv {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  overflow-y: auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0; }

.mainSectionDivEmbed {
  height: calc(100% - 80px) !important; }

.notFindView {
  opacity: .75;
  padding: 16px;
  text-align: center;
  font-size: 13px;
  color: #1f1f1f; }

body ::-webkit-scrollbar {
  width: 4px !important; }

#SectionId {
  height: 34px;
  display: flex;
  align-items: center;
  position: relative; }
  #SectionId:hover {
    background-color: #0000000d; }
    #SectionId:hover .sectionDropdownIcon {
      visibility: visible; }
    #SectionId:hover .activeAutomationText {
      display: none; }
  #SectionId .input-rename-view {
    height: 22px;
    padding: 0 8px;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-weight: 500;
    width: 100%; }
  #SectionId .input-rename-view:focus {
    border: 2px solid #00000040 !important; }
  #SectionId .input-rename-view:focus-visible {
    outline: none; }
  #SectionId .dropdownIcon {
    display: flex;
    position: absolute;
    right: 10px;
    cursor: pointer;
    justify-content: center;
    align-items: center; }
  #SectionId .sectionName {
    width: 80%;
    font-size: 13px;
    font-weight: 500;
    height: 34px;
    display: flex;
    align-items: center; }
  #SectionId .sectionDropdownIcon {
    display: flex;
    position: absolute;
    right: 10px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    visibility: hidden; }
  #SectionId .dropOptionIcons {
    display: flex;
    align-items: center;
    right: 10px;
    position: relative; }
  #SectionId .dragIcon {
    display: flex;
    align-items: center;
    right: -5px;
    position: relative; }
  #SectionId .contex-menu {
    right: 0px !important;
    top: 10px !important; }

.viewSelector-popup {
  margin: 0px !important;
  border-radius: 3px !important;
  background: #303b47 !important;
  padding: 6px 8px 4px 8px !important; }
  .viewSelector-popup .tooltiptext-info {
    display: flex;
    flex-direction: column; }
    .viewSelector-popup .tooltiptext-info .viewname-text {
      padding-bottom: 6px; }
    .viewSelector-popup .tooltiptext-info .createview-message {
      font-size: 13px;
      opacity: .8;
      cursor: text; }
    .viewSelector-popup .tooltiptext-info .view-create, .viewSelector-popup .tooltiptext-info .view-edit {
      font-size: 11px;
      opacity: .8;
      line-height: 1.2;
      padding-bottom: 4px; }
    .viewSelector-popup .tooltiptext-info .create-info {
      padding-bottom: 8px;
      line-height: 1.2; }
      .viewSelector-popup .tooltiptext-info .create-info .create-email {
        font-size: 11px;
        opacity: .8; }
    .viewSelector-popup .tooltiptext-info .edit-info {
      display: flex; }
      .viewSelector-popup .tooltiptext-info .edit-info .user-icon {
        margin-left: -2px; }
      .viewSelector-popup .tooltiptext-info .edit-info .edit-text {
        font-size: 12px;
        line-height: 1.3;
        margin-left: 2px; }

.viewSection-contextMenu-popup {
  padding: 0px !important;
  margin: 62px 40px 0px 0px !important;
  box-shadow: none !important;
  border: none !important; }
  .viewSection-contextMenu-popup .sectionDeleteMenu .delete-section-menu {
    position: relative;
    top: 0 !important;
    right: 0 !important; }

.viewDropdown-popup {
  padding: 0px !important;
  margin: 12px -142px 0 0px !important;
  box-shadow: none !important;
  border: none !important; }
  .viewDropdown-popup .viewContext-menu .context-sub-action {
    position: absolute;
    top: 0 !important;
    right: 0 !important; }
  .viewDropdown-popup .viewContext-menu .movetoSectionModel {
    min-width: 200px !important;
    left: -12px; }

#CustomizeRowsModel {
  background-color: #ffffff;
  border: 2px solid #ddd;
  width: 500px; }
  #CustomizeRowsModel .rotate_icon {
    transform: rotate(180deg);
    transition: 300ms ease all; }
  #CustomizeRowsModel .rotate_icon_first {
    transition: 300ms ease all; }
  #CustomizeRowsModel .border_select {
    border: none;
    box-shadow: 0 0 0 1px #e0e0e0;
    border-radius: 3px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  #CustomizeRowsModel .border_select:hover {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
  #CustomizeRowsModel .border_active {
    box-shadow: 0 0 0 2px #166ee1 !important; }
  #CustomizeRowsModel .drop_menu {
    position: absolute;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 6px;
    box-shadow: 0px 1px 5px 0px #cccccc;
    z-index: 1;
    margin-top: 5px;
    max-height: 100px;
    overflow-y: auto;
    width: 270px; }
  #CustomizeRowsModel .dropdown_none {
    display: none !important; }
  #CustomizeRowsModel .dropdownlist:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: black;
    border-radius: 5px; }
  #CustomizeRowsModel .p_6 {
    padding: 6px; }
  #CustomizeRowsModel .active_right {
    background-color: #c4ecff !important;
    color: black;
    border-radius: 5px; }
  #CustomizeRowsModel .hidefield-box:hover {
    background-color: #0000000d;
    border-radius: 5px;
    transition: background-color 0.2s ease; }
  #CustomizeRowsModel .sort {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -5px; }
    #CustomizeRowsModel .sort .checkbox label {
      white-space: nowrap;
      max-width: 100%;
      text-overflow: ellipsis; }
  #CustomizeRowsModel #RadioToggle .ui.toggle.checkbox label:after {
    width: 10px !important;
    height: 10px !important; }
  #CustomizeRowsModel #RadioToggle .ui.toggle.checkbox label:before {
    width: 2rem !important;
    height: 13px !important;
    background: #00000026;
    border: 1px solid #ccc; }
  #CustomizeRowsModel .ui.toggle.checkbox label:before {
    top: 5px; }
  #CustomizeRowsModel .ui.toggle.checkbox input ~ label:after {
    top: 6px;
    left: 1px; }
  #CustomizeRowsModel #RadioToggle .ui.toggle.checkbox input:checked ~ label:after {
    top: 6px; }
  #CustomizeRowsModel #RadioToggle .ui.toggle.checkbox input:checked ~ label:after {
    left: 16px !important; }
  #CustomizeRowsModel .action {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 10px 20px 0px 20px; }
    #CustomizeRowsModel .action p {
      cursor: pointer;
      color: #3384f7; }
      #CustomizeRowsModel .action p:hover {
        color: #3384f7; }
  #CustomizeRowsModel .close-mobile {
    position: absolute;
    right: 4px;
    top: 4px; }
  #CustomizeRowsModel .hidemodal-searchbar {
    display: flex;
    align-items: center; }
    #CustomizeRowsModel .hidemodal-searchbar .input-hide-search {
      padding: 8px 0;
      font-size: 12px;
      color: #444444;
      border: 0;
      border-color: transparent;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      width: 100%; }
      #CustomizeRowsModel .hidemodal-searchbar .input-hide-search:focus-visible {
        outline: none !important; }
    #CustomizeRowsModel .hidemodal-searchbar .hide-column-help {
      opacity: 0.75;
      cursor: pointer;
      display: flex;
      align-items: center; }
    #CustomizeRowsModel .hidemodal-searchbar .search-close {
      opacity: 0.5;
      cursor: pointer;
      display: flex;
      align-items: center; }
  #CustomizeRowsModel .not-field {
    opacity: 0.5;
    margin-bottom: 8px;
    cursor: text;
    min-height: 60px; }
    #CustomizeRowsModel .not-field span {
      font-size: 13px; }
      #CustomizeRowsModel .not-field span .clear-search {
        text-decoration: none;
        color: #2e2f32;
        cursor: pointer;
        margin-left: 4px;
        font-size: 11px;
        font-weight: 500;
        padding-bottom: 2px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
        #CustomizeRowsModel .not-field span .clear-search:hover {
          border-bottom: 2px solid #2e2f32; }

#TimelineDateConfigModal {
  width: 600px !important; }
  #TimelineDateConfigModal .heading {
    font-size: 13px;
    font-weight: 500;
    color: #616670;
    padding: 0px 0px 3px 0px; }
  #TimelineDateConfigModal .desc {
    font-size: 12px;
    color: #616670;
    padding-bottom: 6px; }
  #TimelineDateConfigModal .timeline-date-main .timeline-date-content {
    display: flex;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #ddd; }
    #TimelineDateConfigModal .timeline-date-main .timeline-date-content .heading-area {
      width: 160px; }
    #TimelineDateConfigModal .timeline-date-main .timeline-date-content .dropdown i {
      font-size: 11px; }
  #TimelineDateConfigModal .timeline-date-main .buttons-grp {
    width: 65%; }
    #TimelineDateConfigModal .timeline-date-main .buttons-grp .button-act {
      font-size: 0.8rem; }
    #TimelineDateConfigModal .timeline-date-main .buttons-grp .active {
      background: #616670;
      color: white; }

#CutomizeLabelModel {
  background-color: #FFFFFF;
  border: 2px solid #ddd; }
  #CutomizeLabelModel .sort {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -5px; }
    #CutomizeLabelModel .sort .checkbox label {
      white-space: nowrap;
      max-width: 100%;
      text-overflow: ellipsis; }
  #CutomizeLabelModel .action {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 10px 20px 0px 20px; }
    #CutomizeLabelModel .action p {
      cursor: pointer;
      color: #3384f7; }
      #CutomizeLabelModel .action p:hover {
        color: #3384f7; }
  #CutomizeLabelModel .close-mobile {
    position: absolute;
    right: 4px;
    top: 4px; }
  #CutomizeLabelModel .hidemodal-searchbar {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px; }
    #CutomizeLabelModel .hidemodal-searchbar .input-hide-search {
      padding: 8px 0;
      font-size: 12px;
      color: #444444;
      border: 0;
      border-color: transparent;
      max-width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      #CutomizeLabelModel .hidemodal-searchbar .input-hide-search:focus-visible {
        outline: none !important; }
    #CutomizeLabelModel .hidemodal-searchbar .hide-column-help {
      opacity: .75;
      cursor: pointer;
      display: flex;
      align-items: center; }
    #CutomizeLabelModel .hidemodal-searchbar .search-close {
      opacity: .5;
      cursor: pointer;
      display: flex;
      align-items: center; }
  #CutomizeLabelModel .not-field {
    opacity: .5;
    margin-bottom: 8px;
    cursor: text;
    min-height: 60px; }
    #CutomizeLabelModel .not-field span {
      font-size: 13px; }
      #CutomizeLabelModel .not-field span .clear-search {
        text-decoration: none;
        color: #2e2f32;
        cursor: pointer;
        margin-left: 4px;
        font-size: 11px;
        font-weight: 500;
        padding-bottom: 2px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
        #CutomizeLabelModel .not-field span .clear-search:hover {
          border-bottom: 2px solid #2e2f32; }

/* Inside your styles.css or any CSS file */
#TableFormView {
  height: calc(100vh - 128px);
  z-index: 2;
  overflow: hidden;
  display: flex; }
  #TableFormView .readOnlyMsg {
    position: fixed;
    background: #333333;
    opacity: .8;
    left: 0px;
    z-index: 7;
    right: 0px;
    bottom: 0px; }
  #TableFormView .box-ready-root {
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    height: calc(100vh - 129px); }
  #TableFormView .box-ready {
    background: #fff;
    border-radius: 10px;
    font-size: 1.2em;
    padding: 20px;
    height: fit-content;
    margin: auto; }
  #TableFormView .disable-submit-modal {
    z-index: 1000;
    position: fixed;
    background-color: #fff;
    padding: 32px;
    width: 384px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    font-size: 16px;
    border-radius: 6px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
    #TableFormView .disable-submit-modal .content {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.25;
      color: #4d4d4d; }
  #TableFormView .add-element-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff none !important;
    color: #0009;
    position: absolute;
    left: 0px;
    z-index: 1;
    margin-top: 20px;
    width: 140px;
    border: 1px solid #ccc;
    font-size: 1rem;
    padding: 5px 10px;
    cursor: pointer;
    min-height: 2em;
    font-weight: bold;
    border-radius: 0.28571429rem;
    font-family: "Lato", sans-serif; }
    #TableFormView .add-element-btn .angle {
      height: auto; }
  #TableFormView .form-view-sidebar {
    float: right;
    right: 1.0rem;
    padding: 5px 20px;
    width: 23%;
    height: -webkit-fill-available;
    border: 1px solid #f1f3f6;
    background: #fff;
    overflow: hidden auto;
    border-right: 1px solid #ddd;
    z-index: 2;
    position: absolute;
    left: -28%;
    transition: left 0.5s ease-in-out; }
    #TableFormView .form-view-sidebar.open {
      left: 0; }
    #TableFormView .form-view-sidebar.open ~ .form-view-artboard {
      margin-left: 23%;
      max-width: calc(100% + 23%); }
    #TableFormView .form-view-sidebar .left-close-element {
      width: 100%;
      display: flex;
      justify-content: end;
      align-items: center;
      margin-bottom: 3px; }
      #TableFormView .form-view-sidebar .left-close-element .close-btn {
        display: flex;
        align-items: center;
        background: none;
        border: none;
        color: gray;
        cursor: pointer; }
    #TableFormView .form-view-sidebar .form-header {
      font-size: 12px; }
    #TableFormView .form-view-sidebar .column-box-list div {
      opacity: 1 !important; }
    #TableFormView .form-view-sidebar .columns-header {
      justify-content: space-between;
      align-items: center;
      display: flex; }
      #TableFormView .form-view-sidebar .columns-header .remove-add-all {
        display: flex; }
        #TableFormView .form-view-sidebar .columns-header .remove-add-all .all-button {
          color: #414141;
          font-size: 13px;
          cursor: pointer; }
          #TableFormView .form-view-sidebar .columns-header .remove-add-all .all-button:hover {
            color: #ccc; }
    #TableFormView .form-view-sidebar .add-field-button {
      margin-bottom: 10px;
      margin-top: 10px; }
      #TableFormView .form-view-sidebar .add-field-button .all-button {
        margin-right: 20px;
        color: #414141;
        font-size: 13px;
        cursor: pointer; }
        #TableFormView .form-view-sidebar .add-field-button .all-button:hover {
          color: #ccc; }
      #TableFormView .form-view-sidebar .add-field-button .field-button {
        font-size: 14px;
        font-weight: normal;
        font-display: inherit; }
    #TableFormView .form-view-sidebar .list-column-empty-empty {
      margin-top: 10px;
      padding: 10px;
      background-color: #f7f7f7;
      border: 2px dashed #888;
      border-radius: 4px;
      display: flex;
      justify-content: center;
      opacity: 60%; }
  #TableFormView .form-view-artboard {
    display: flex;
    width: 100% !important;
    justify-content: center;
    overflow: hidden scroll;
    overflow-x: auto;
    scroll-snap-coordinate: none;
    scrollbar-width: none;
    transition: margin 0.4s ease-in-out, width 0.5s ease-in-out, transform 0.1s ease-in;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center; }
    #TableFormView .form-view-artboard .setting-btn {
      border: 1px solid #ccc; }
    #TableFormView .form-view-artboard .dropdown-settings {
      position: absolute;
      right: 50px;
      height: -webkit-fill-available;
      /* top: 66px; */ }
      #TableFormView .form-view-artboard .dropdown-settings .setting-btn {
        background: #ffffff none !important;
        position: absolute;
        right: 0;
        margin-top: 20px;
        width: 140px;
        z-index: 1; }
      #TableFormView .form-view-artboard .dropdown-settings .dropdown.icon {
        display: none; }
      #TableFormView .form-view-artboard .dropdown-settings .menu {
        height: -webkit-fill-available;
        overflow: hidden scroll;
        padding: 0px !important;
        cursor: auto;
        position: absolute;
        outline: none;
        right: 0%;
        top: 0px;
        margin-top: 0px;
        min-width: 318px;
        background: #FFFFFF;
        font-size: 1em;
        text-shadow: none;
        text-align: left;
        box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
        border: 1px solid rgba(34, 36, 38, 0.15);
        border-radius: 0.28571429rem;
        transition: opacity 0.1sease;
        z-index: 4;
        will-change: transform, opacity;
        scrollbar-width: none;
        -ms-overflow-style: none; }
        #TableFormView .form-view-artboard .dropdown-settings .menu .form-type-settings .form-label-type {
          font-weight: 500;
          font-size: 16px;
          font-family: 'Roboto Slab', serif !important; }
        #TableFormView .form-view-artboard .dropdown-settings .menu .form-type-settings .fields {
          margin-top: 10px;
          flex-direction: column !important; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-type-settings .fields label {
            font-weight: 500;
            font-family: 'Roboto Slab', serif !important; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-type-settings .fields p {
            margin-left: 36px;
            color: #6f6e6e; }
        #TableFormView .form-view-artboard .dropdown-settings .menu .color-picker-bg span {
          font-weight: 500;
          font-size: 16px; }
        #TableFormView .form-view-artboard .dropdown-settings .menu .color-picker-bg .circle-picker {
          margin: auto !important;
          margin-top: 10px !important; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .color-picker-bg .circle-picker span div {
            margin-right: 9px !important; }
        #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer {
          width: 400px;
          color: #414141;
          padding: 0px;
          position: relative;
          z-index: 999;
          padding-bottom: 20px; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-heading {
            position: sticky;
            top: 0;
            background-color: #fff;
            z-index: 100;
            height: 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 15px; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-heading .heading {
              font-size: 1.4rem;
              margin: 0; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-heading .form-close {
              width: 2.25rem;
              height: 2.25rem;
              display: flex;
              justify-content: center;
              align-items: center;
              border: none;
              cursor: pointer;
              background: none; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer input[type="radio"] {
            display: none; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-tabs {
            position: sticky;
            top: 50px;
            z-index: 100;
            display: flex;
            height: 3rem;
            align-items: center;
            justify-content: space-between;
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); }
            #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-tabs label {
              width: 100%;
              text-align: center;
              height: 100%;
              font-size: 1rem;
              font-weight: 500;
              box-sizing: border-box;
              transition: background 0.3s ease, border-color 0.3s ease;
              cursor: pointer;
              display: flex;
              background: #fff;
              align-items: center;
              justify-content: center;
              border-bottom: 3px solid transparent; }
              #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-tabs label:hover {
                border-bottom: 3px solid #000000; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer #tab-general:checked ~ .form-tabs label[for="tab-general"],
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer #tab-styles:checked ~ .form-tabs label[for="tab-styles"],
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer #tab-layouts:checked ~ .form-tabs label[for="tab-layouts"],
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer #tab-submission:checked ~ .form-tabs label[for="tab-submission"] {
            border-bottom: 3px solid #000000; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content {
            position: relative;
            top: 15px;
            display: none;
            padding: 0px 15px;
            border-radius: 4px;
            transition: 0.3s; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .after-form {
              font-size: 16px;
              flex-direction: column;
              margin-bottom: 12px;
              display: flex; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .input-message {
              margin: 10px 0px;
              display: flex;
              flex-direction: column; }
              #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .input-message span {
                font-weight: 500;
                font-size: 16px; }
              #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .input-message .cbx-title {
                width: 100%;
                font-size: 16px;
                font-weight: 500;
                margin: 10px 0; }
              #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .input-message textarea {
                margin: 0em;
                margin-top: 10px;
                -webkit-appearance: none;
                padding: 0.78571429em 1em;
                background: #FFFFFF;
                border: 1px solid rgba(34, 36, 38, 0.15);
                outline: none;
                color: rgba(0, 0, 0, 0.87);
                border-radius: 0.28571429rem;
                box-shadow: 0em 0em 0em 0em transparent inset;
                font-size: 1em;
                line-height: 1.2857;
                resize: vertical;
                height: 100%; }
              #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .input-message .circle-picker-2 {
                width: 100% !important; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .color-picker-bg .circle-picker {
              width: 100% !important; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel {
              width: 100%; }
              #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-colorScheme {
                width: 100%;
                margin: 20px 0; }
                #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-colorScheme h3 {
                  margin-bottom: 5px;
                  font-weight: 500;
                  font-size: 16px; }
                #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-colorScheme .colors-boxes {
                  width: 100%;
                  display: flex;
                  justify-content: flex-start;
                  gap: 10px;
                  flex-wrap: wrap; }
                  #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-colorScheme .colors-boxes .Colorschema-btn {
                    cursor: pointer;
                    width: 35px;
                    height: 35px; }
              #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between; }
                #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group {
                  width: 48%;
                  margin: 10px 0; }
                  #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group h3 {
                    margin-bottom: 5px;
                    font-weight: 500;
                    font-size: 16px; }
                  #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-file-group {
                    display: flex;
                    width: 100%;
                    flex-direction: column;
                    gap: 10px; }
                    #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-file-group .file-upload {
                      border: 1px solid rgba(34, 36, 38, 0.15);
                      padding: 6px 10px;
                      border-radius: 5px;
                      cursor: pointer;
                      box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.1);
                      font-weight: 500;
                      text-align: center; }
                      #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-file-group .file-upload .fill-image {
                        display: none; }
                    #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-file-group .image-card {
                      width: 100%;
                      border-radius: 4px;
                      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
                      padding: 5px;
                      display: flex;
                      gap: 5px;
                      flex-wrap: wrap;
                      justify-content: center; }
                      #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-file-group .image-card .image-container {
                        width: 100%;
                        height: 100px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        overflow: hidden; }
                        #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-file-group .image-card .image-container .preview-image {
                          width: 100%;
                          height: 100%;
                          object-fit: contain; }
                      #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-file-group .image-card .remove-button {
                        background: none;
                        border: none;
                        color: #F1A340;
                        font-size: 14px;
                        font-weight: bold;
                        cursor: pointer; }
                  #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-color-group {
                    display: flex;
                    width: 100%;
                    border: 1px solid rgba(34, 36, 38, 0.15);
                    box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.1); }
                    #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-color-group .input-value {
                      padding: 5px;
                      font-size: 1rem;
                      width: 100%;
                      border: none;
                      box-shadow: none; }
                      #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-color-group .input-value:focus-visible {
                        outline: none; }
                    #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-color-group .input-colors {
                      border: none;
                      width: 30px;
                      height: 30px;
                      background-color: transparent; }
                  #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-container {
                    display: flex;
                    align-items: center;
                    padding: 5px 0;
                    border-radius: 4px; }
                    #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-container input {
                      padding: 5px;
                      font-size: 1rem;
                      font-weight: 500;
                      width: 100%;
                      border: 1px solid rgba(34, 36, 38, 0.15);
                      box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.1); }
                      #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-container input:focus-visible {
                        outline: none; }
                    #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-container .input-px {
                      padding: 5px;
                      font-size: 1rem;
                      font-weight: 500;
                      border: 1px solid rgba(34, 36, 38, 0.15); }
                    #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-container select {
                      padding: 5px;
                      font-size: 1rem;
                      width: 100%;
                      border: 1px solid rgba(34, 36, 38, 0.15);
                      box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.1); }
                      #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-container select:focus-visible {
                        outline: none; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer #tab-general:checked ~ .form-content #general {
            display: block; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer #tab-styles:checked ~ .form-content #styles {
            display: block; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer #tab-layouts:checked ~ .form-content #layouts {
            display: block; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer #tab-submission:checked ~ .form-content #submission {
            display: block; }
        #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root {
          display: flex;
          margin: 10px 0px;
          align-items: center;
          flex-wrap: wrap;
          justify-content: space-between; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root .ui.toggle.checkbox label {
            min-height: 0.5rem !important; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root .ui.toggle.checkbox {
            min-height: 1rem !important; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root .ui.fitted.toggle.checkbox {
            width: 2.3rem !important; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root .ui.toggle.checkbox input {
            width: 2rem !important;
            height: 1rem !important; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root .ui.toggle.checkbox label:before {
            width: 2rem !important;
            height: 1rem !important;
            background: #00000026;
            border: 1px solid #ccc; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root .ui.toggle.checkbox label:after {
            width: 1rem !important;
            height: 1rem !important; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root .ui.toggle.checkbox input:checked ~ label:after {
            left: 1.2rem !important; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root .ui.toggle.checkbox input:checked ~ label:before {
            background-color: #20c933 !important; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root span {
            font-weight: 500;
            font-size: 16px; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root .checkbox {
            margin-left: auto; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root .cbx-title {
            width: 100%;
            font-size: 16px;
            font-weight: 500;
            margin: 10px 0; }
        #TableFormView .form-view-artboard .dropdown-settings .menu .error-message {
          color: red;
          font-size: 14px;
          margin-bottom: 5px; }
        #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action {
          margin-top: 20px; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action .input-url {
            margin-top: 11px; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action .input-url .input {
              width: 100%; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action .input-url button {
              margin-top: 10px; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action .after-form {
            font-size: 16px;
            flex-direction: column;
            margin-bottom: 12px; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action .input-message {
            margin: 10px 0px;
            display: flex;
            flex-direction: column; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action .input-message textarea {
              margin: 0em;
              margin-top: 10px;
              -webkit-appearance: none;
              tap-highlight-color: rgba(255, 255, 255, 0);
              padding: 0.78571429em 1em;
              background: #FFFFFF;
              border: 1px solid rgba(34, 36, 38, 0.15);
              outline: none;
              color: rgba(0, 0, 0, 0.87);
              border-radius: 0.28571429rem;
              box-shadow: 0em 0em 0em 0em transparent inset;
              -webkit-transition: color 0.1s ease, border-color 0.1s ease;
              transition: color 0.1s ease, border-color 0.1s ease;
              font-size: 1em;
              line-height: 1.2857;
              resize: vertical;
              height: 100; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action .input-message span {
              font-weight: 500;
              font-size: 16px; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action .input-message .input {
              margin-top: 10px; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action .input-message .quill-editor-customCss .ql-container .ql-editor ol, #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action .input-message .quill-editor-customCss .ql-container .ql-editor ul {
              padding: 0px; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action .button {
            margin-left: 5px; }
      #TableFormView .form-view-artboard .dropdown-settings .active {
        animation: slide-in-right-to-left 0.5s ease-in-out forwards; }
      #TableFormView .form-view-artboard .dropdown-settings .inactive {
        animation: slide-out-left-to-right 0.5s ease-in forwards; }
      #TableFormView .form-view-artboard .dropdown-settings .colorTag-hover {
        position: absolute;
        top: 290px;
        left: -386px;
        z-index: 100;
        background: #4b4b4b;
        padding: 8px;
        border-radius: 6px;
        color: white;
        font-size: 15px;
        width: 199px;
        font-weight: 500; }
    #TableFormView .form-view-artboard .form-layout {
      width: -webkit-fill-available;
      width: -moz-available;
      transition: width 0.1s ease-in; }
      #TableFormView .form-view-artboard .form-layout .form-view-root .active .name,
      #TableFormView .form-view-artboard .form-layout .form-view-root .addlogotext,
      #TableFormView .form-view-artboard .form-layout .form-view-root .lable-form-name,
      #TableFormView .form-view-artboard .form-layout .form-view-root .form-desc-preview,
      #TableFormView .form-view-artboard .form-layout .form-view-root .form-desc-preview .ql-editor p,
      #TableFormView .form-view-artboard .form-layout .form-view-root .active .description div,
      #TableFormView .form-view-artboard .form-layout .form-view-root .active .description div p,
      #TableFormView .form-view-artboard .form-layout .form-view-root .css-1wa3eu0-placeholder,
      #TableFormView .form-view-artboard .form-layout .form-view-root .add {
        font-family: var(--form-font-family);
        color: var(--form-font-color, #000000); }
      #TableFormView .form-view-artboard .form-layout .form-view-root .input-component input,
      #TableFormView .form-view-artboard .form-layout .form-view-root textarea,
      #TableFormView .form-view-artboard .form-layout .form-view-root .form-action-button button {
        font-family: var(--form-font-family); }
      #TableFormView .form-view-artboard .form-layout .form-view-root .input-component input,
      #TableFormView .form-view-artboard .form-layout .form-view-root .css-bm819o-control,
      #TableFormView .form-view-artboard .form-layout .form-view-root textarea {
        background-color: var(--form-font-backgroung); }
      #TableFormView .form-view-artboard .form-layout .form-view-root {
        max-width: 700px;
        margin: 20px auto;
        padding: 1px;
        box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        background: #fff;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top; }
        #TableFormView .form-view-artboard .form-layout .form-view-root .input-component input {
          width: 100%; }
      #TableFormView .form-view-artboard .form-layout .embedFormView {
        pointer-events: none; }
      #TableFormView .form-view-artboard .form-layout .form-view {
        max-width: 600px;
        padding: 0px 10px;
        margin: auto;
        min-height: 450px; }
        #TableFormView .form-view-artboard .form-layout .form-view div {
          opacity: 1 !important; }
      #TableFormView .form-view-artboard .form-layout .stack-sidebar {
        right: 25% !important; }
  #TableFormView .form-view-artboard:has(.menu.active) {
    margin-right: 400px;
    max-width: calc(100% + 400px); }
  #TableFormView .overlay {
    top: 129px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 4;
    opacity: .8;
    background: rgba(0, 0, 0, 0.3); }
  #TableFormView .info-notice {
    margin: 20px 50px;
    padding: 10px;
    border-radius: 5px;
    /* border: 1px solid #ccc; */
    /* color: #c5626f; */
    background: #f5eeb7;
    display: flex;
    justify-content: space-between; }
    #TableFormView .info-notice p {
      margin-bottom: 0px; }
    #TableFormView .info-notice i {
      cursor: pointer; }
  #TableFormView .choose-an-image {
    font-size: 12px;
    width: 130px;
    background-color: gray;
    padding: 8px 0px; }
  #TableFormView .submit-button-heading {
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline; }
  #TableFormView .action-button {
    margin-top: 10px; }
    #TableFormView .action-button .btn-cancel {
      height: 32px;
      font-size: 13px;
      font-weight: 500;
      line-height: 22px;
      max-width: 100%;
      background: transparent;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 12px;
      border-radius: 6px;
      color: #333;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
      #TableFormView .action-button .btn-cancel:hover {
        background: none;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    #TableFormView .action-button .btn-apply {
      height: 32px;
      font-size: 13px;
      font-weight: 500;
      line-height: 22px;
      max-width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
      padding: 0 12px;
      border-radius: 6px;
      background-color: #166ee1;
      color: #fff;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
      #TableFormView .action-button .btn-apply .btn-text {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      #TableFormView .action-button .btn-apply:hover {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
      #TableFormView .action-button .btn-apply:focus {
        border: none; }
  #TableFormView .welcome-page-image-url {
    width: 150px; }
  #TableFormView .img-close-icon {
    position: absolute;
    left: 165px; }
  #TableFormView .input-message-description, #TableFormView .input-message-layout, #TableFormView .background-color-picker, #TableFormView .image-name {
    margin-bottom: 10px; }
  #TableFormView .input-message-layout-image {
    width: 65px;
    cursor: pointer; }
  #TableFormView .customize-welcome-page-subheading {
    font-size: 12px !important; }
  #TableFormView .circle-picker-2 {
    width: 235px !important; }

.Toastify__toast--info {
  background: #31353e !important; }

#ColumnConfigModelFormView,
.right-popup-wrapper {
  position: absolute;
  top: -41px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8; }
  #ColumnConfigModelFormView .overlay,
  .right-popup-wrapper .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1; }
  #ColumnConfigModelFormView .filters,
  .right-popup-wrapper .filters {
    top: 20%;
    left: 40%; }
  #ColumnConfigModelFormView .filters,
  #ColumnConfigModelFormView .right-popup,
  .right-popup-wrapper .filters,
  .right-popup-wrapper .right-popup {
    top: 25%;
    left: 23%;
    z-index: 2;
    position: relative;
    right: 0;
    width: min-content;
    min-width: 30em;
    min-height: fit-content;
    max-height: 47.5rem;
    background: #fff;
    border: 2px solid #ddd;
    overflow-y: auto;
    border-radius: 10px;
    overflow-x: hidden; }
  #ColumnConfigModelFormView .title-filter,
  .right-popup-wrapper .title-filter {
    padding: 10px;
    min-height: 41px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background: #f8f8f8;
    font-size: 16px;
    font-weight: 500; }
    #ColumnConfigModelFormView .title-filter svg,
    .right-popup-wrapper .title-filter svg {
      position: absolute;
      right: 8px;
      cursor: pointer; }

.tooltip-custom-container {
  position: relative; }

.tooltip-custom-container:hover .tooltip-custom {
  display: block; }

.tooltip-custom {
  position: absolute;
  top: -85px;
  left: 0px;
  z-index: 100;
  background: #4b4b4b;
  padding: 8px;
  border-radius: 6px;
  color: white;
  font-size: 15px;
  width: 199px;
  font-weight: 500;
  display: none; }

@keyframes slide-in-right-to-left {
  from {
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden; }
  to {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; } }

@keyframes slide-out-left-to-right {
  from {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }
  to {
    transform: translateX(100%);
    opacity: 1;
    visibility: hidden; } }

.column-box-list {
  margin-top: 10px; }
  .column-box-list .column-box {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-top: 10px;
    background-color: #f8f8f8;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    font-size: 14px; }
    .column-box-list .column-box:hover {
      border: 1px solid #f1f1f2;
      border-radius: 2px; }
    .column-box-list .column-box .list-item-icon {
      font-size: 16px;
      margin-right: 10px; }
    .column-box-list .column-box .column-icon {
      margin-left: 15px;
      font-size: 16px; }
    .column-box-list .column-box .column-name {
      margin-left: 10px;
      font-size: 14px;
      display: -webkit-box;
      max-width: 100%;
      margin: 0 auto;
      font-size: 14px;
      line-height: 1;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 65%; }
    .column-box-list .column-box i {
      margin-left: auto; }
      .column-box-list .column-box i:hover {
        color: #f8f8f8; }
  .column-box-list .list-column-empty-empty {
    margin-top: 10px;
    padding: 10px;
    background-color: #f7f7f7;
    border: 2px dashed #888;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    opacity: 60%; }

.form-component-empty {
  margin: 18px 10px 10px 10px;
  padding: 40px;
  background-color: #f7f7f7;
  border: 2px dashed #888;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  opacity: 60%;
  width: 100%; }

.dropable-two-column-layout {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }

.draggable-two-column-layout {
  width: 50%; }

.draggable-two-column-single-layout {
  width: 100%; }

.page-divider-two-column-layout {
  display: flex;
  align-items: center; }

.multilineTextToggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #dfdfdf47; }
  .multilineTextToggle .multilineTextToggleDiv #RadioToggle {
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .multilineTextToggle .multilineTextToggleDiv #RadioToggle .ui.toggle.checkbox label {
      margin-top: 6px; }

.multilineTexttoggleLabel {
  font-size: 14px;
  margin-left: 0px;
  color: #4d4d4d; }

#checkbox desc {
  margin-bottom: 8px; }

#checkbox .check-icon-main {
  display: flex;
  align-items: center;
  cursor: pointer; }

#checkbox .check-icon-list {
  padding: 4.2px;
  margin-top: 10px; }
  #checkbox .check-icon-list .check-icon {
    font-size: 18px;
    color: grey; }

#checkbox .checkbox-color-list {
  width: fit-content !important;
  margin-top: 10px; }

#checkbox .checkbox-container {
  position: relative;
  box-sizing: border-box; }
  #checkbox .checkbox-container .checkbox-info {
    padding: 0 11px 4px; }
    #checkbox .checkbox-container .checkbox-info .style-text {
      opacity: .75;
      margin-bottom: 4px;
      font-size: 11px;
      color: #1d1f25;
      cursor: text; }
    #checkbox .checkbox-container .checkbox-info .checkbox-button-box {
      cursor: pointer; }
      #checkbox .checkbox-container .checkbox-info .checkbox-button-box .checkbox-style-info {
        height: 32px;
        border: 2px solid transparent;
        display: inline-flex;
        align-items: center;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
        padding: 4px;
        border-radius: 6px;
        background-color: #fff;
        box-sizing: border-box; }
        #checkbox .checkbox-container .checkbox-info .checkbox-button-box .checkbox-style-info:hover {
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 3px rgba(0, 0, 0, 0.11), 0px 1px 4px rgba(0, 0, 0, 0.12); }
        #checkbox .checkbox-container .checkbox-info .checkbox-button-box .checkbox-style-info .checkboxList-icon {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 17.6px;
          height: 17.6px; }
        #checkbox .checkbox-container .checkbox-info .checkbox-button-box .checkbox-style-info .down-icon {
          margin-left: 8px;
          flex: none;
          width: 16px;
          height: 16px;
          fill: #1d1f25; }
    #checkbox .checkbox-container .checkbox-info .checkbox-default-box {
      padding: 8px 0;
      box-sizing: border-box;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal; }
      #checkbox .checkbox-container .checkbox-info .checkbox-default-box .default-text {
        margin-bottom: 8px;
        line-height: 1.5;
        font-size: 11px;
        font-weight: 400;
        color: #616670;
        cursor: text; }
      #checkbox .checkbox-container .checkbox-info .checkbox-default-box .default-button {
        cursor: pointer;
        width: 22px;
        height: 22px;
        border-radius: unset;
        margin-right: 0px;
        box-sizing: border-box;
        font-size: 13px;
        line-height: 22px;
        max-width: 100%;
        border: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
        padding: 0 12px;
        background-color: #fff; }
        #checkbox .checkbox-container .checkbox-info .checkbox-default-box .default-button:hover {
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 3px rgba(0, 0, 0, 0.11), 0px 1px 4px rgba(0, 0, 0, 0.12); }
        #checkbox .checkbox-container .checkbox-info .checkbox-default-box .default-button .default-button-checked {
          display: flex;
          align-items: center; }
          #checkbox .checkbox-container .checkbox-info .checkbox-default-box .default-button .default-button-checked .checkbox-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 17.6px;
            height: 17.6px;
            font-size: 13px;
            line-height: 22px;
            margin: 0; }

.checkboxMenu-wrapper {
  position: absolute;
  top: 194px;
  left: 21px;
  z-index: 1004; }
  .checkboxMenu-wrapper .checkboxMenu-box {
    width: 252px;
    height: 360px;
    max-height: calc(-500px + 100vh);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16), 0px 3px 4px rgba(0, 0, 0, 0.06), 0px 6px 8px rgba(0, 0, 0, 0.06), 0px 12px 16px rgba(0, 0, 0, 0.08), 0px 18px 32px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    background-color: #fff; }
    .checkboxMenu-wrapper .checkboxMenu-box .checkboxMenu-content {
      overflow: auto; }
      .checkboxMenu-wrapper .checkboxMenu-box .checkboxMenu-content .checkboxMenu-ul {
        width: 100%;
        display: flex; }
        .checkboxMenu-wrapper .checkboxMenu-box .checkboxMenu-content .checkboxMenu-ul .checkboxMenu-list {
          height: 36px;
          cursor: pointer;
          width: 33.33333%;
          display: flex;
          align-items: center;
          justify-content: center; }
          .checkboxMenu-wrapper .checkboxMenu-box .checkboxMenu-content .checkboxMenu-ul .checkboxMenu-list:hover {
            background-color: #0000000d; }
          .checkboxMenu-wrapper .checkboxMenu-box .checkboxMenu-content .checkboxMenu-ul .checkboxMenu-list .checkboxMenu-info {
            opacity: 1;
            display: flex;
            align-items: center; }
            .checkboxMenu-wrapper .checkboxMenu-box .checkboxMenu-content .checkboxMenu-ul .checkboxMenu-list .checkboxMenu-info .checkboxMenu-icon {
              width: 17.6px;
              height: 17.6px; }

.default-select .Select {
  z-index: 2;
  min-height: 30px; }
  .default-select .Select .Select-clear {
    margin-top: -5px; }
  .default-select .Select .Select-control {
    position: relative;
    height: inherit !important;
    border-radius: 4px;
    z-index: 1 !important; }
    .default-select .Select .Select-control .Select-placeholder {
      line-height: 26px;
      padding: 0 12px !important; }
    .default-select .Select .Select-control .Select-multi-value-wrapper {
      display: inline-flex !important;
      flex-direction: row !important;
      flex-wrap: wrap !important;
      padding-left: 5px;
      min-height: 30px; }
    .default-select .Select .Select-control .Select-arrow-zone {
      cursor: pointer;
      display: table-cell !important;
      position: relative;
      text-align: center;
      vertical-align: middle !important;
      width: 25px;
      padding: 5px; }
    .default-select .Select .Select-control .Select-input {
      padding: 0px !important;
      vertical-align: middle;
      margin: auto 0; }
    .default-select .Select .Select-control .Select-input > input {
      box-sizing: border-box !important;
      padding: 0 !important; }
    .default-select .Select .Select-control:hover {
      box-shadow: none; }

.add-kanbanSelect {
  margin-top: -60px; }
  .add-kanbanSelect .add-KanbanView {
    bottom: -63px;
    height: 43px;
    width: 100%;
    margin-top: 16px;
    display: flex;
    align-items: center;
    color: black;
    background-color: rgba(51, 132, 247, 0.1);
    border-radius: 10px;
    position: relative;
    margin-top: -60px; }

.dateColumnType {
  position: relative;
  bottom: -123px; }
  .dateColumnType button:hover {
    opacity: 0.85;
    background-color: #CACBCD !important; }

#SelectList #RadioToggle .ui.toggle.checkbox label {
  margin-left: 10px; }

#SelectList .add-todo {
  display: flex;
  gap: 7px;
  align-items: center; }
  #SelectList .add-todo .add-item-input {
    border: 2px solid 0px 0px 1px rgba(0, 0, 0, 0.32) !important;
    cursor: text;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 8px;
    width: 307px;
    height: 29px; }
    #SelectList .add-todo .add-item-input:focus {
      border: 1px solid 0px 0px 1px rgba(0, 0, 0, 0.32) !important; }

#SelectList .desc {
  font-size: 13px;
  line-height: 18px;
  color: #4d4d4d;
  opacity: .75;
  cursor: text; }

.margin-top-bottom-10px {
  margin: 10px 0px; }

.select-dropdown-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 35px 5px 10px;
  margin: 10px 5px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  border: 1px solid #888888;
  min-height: 40px; }

.select-dropdown-menu:hover {
  box-shadow: 2px 1px 10px 0px #888888; }

.active-menu {
  border: 1px solid #f9b537;
  box-shadow: 5px 0px 8px 0px #f9b537; }

.up-arrow-container {
  width: 34px;
  height: 100%;
  padding: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0; }

.up-arrow {
  width: 10px;
  height: 6px;
  margin-top: -3px;
  margin-left: -5px;
  transition: transform .2s ease-in-out;
  transform: scaleY(-1);
  top: 50%;
  left: 50%;
  position: absolute; }

.up-arrow::before {
  background-color: #f9b537;
  content: " ";
  position: absolute;
  top: -2px;
  display: block;
  width: 2px;
  height: 8px;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  left: 5px;
  transform: rotate(-45deg);
  transform-origin: left bottom; }

.up-arrow::after {
  content: " ";
  position: absolute;
  top: -2px;
  display: block;
  width: 2px;
  height: 8px;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  right: 5px;
  transform: rotate(45deg);
  transform-origin: right bottom;
  background-color: #f9b537; }

.down-arrow-container {
  width: 34px;
  height: 100%;
  padding: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0; }

.down-arrow {
  width: 10px;
  height: 6px;
  margin-top: -3px;
  margin-left: -5px;
  transition: transform .2s ease-in-out;
  top: 50%;
  left: 50%;
  position: absolute; }

.down-arrow::before {
  content: " ";
  position: absolute;
  top: -2px;
  display: block;
  width: 2px;
  height: 8px;
  background-color: var(--G-7, #6f7173);
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  left: 5px;
  transform: rotate(-45deg);
  transform-origin: left bottom; }

.select-dropdown-menu:hover .down-arrow-container .down-arrow::before {
  background-color: #f9b537; }

.down-arrow::after {
  content: " ";
  position: absolute;
  top: -2px;
  display: block;
  width: 2px;
  height: 8px;
  background-color: var(--G-7, #6f7173);
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  right: 5px;
  transform: rotate(45deg);
  transform-origin: right bottom; }

.select-dropdown-menu:hover .down-arrow-container .down-arrow::after {
  background-color: #f9b537; }

.menu-cotainer {
  position: relative;
  padding: 5px;
  margin: -5px 5px;
  border-radius: 5px;
  border: 1px solid #f9b537; }

.sub-menu-container:hover,
.selected-sub-menu-container {
  background: #f3f3f4 !important; }

.active-option {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  display: block;
  height: 9px;
  width: 5px;
  border-bottom: 2px solid #ffb938;
  border-right: 2px solid #ffb938;
  transform: rotate(45deg) translateY(-50%); }

.sub-menu-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 40px;
  margin: 0 0 5px;
  padding: 0px 10px 0px 40px;
  border-radius: 5px;
  background-color: #fafafa;
  margin-bottom: 5px;
  cursor: pointer; }

.sub-menu-header {
  width: 60%; }

.dot-of-grey-pill {
  background-color: #fcb32b;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center; }

.grey-pill-container {
  background-color: #e9e9e9;
  padding: 1px 5px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px; }

.grey-pill-container-fix-30percentage-width {
  background-color: #e9e9e9;
  padding: 1px 5px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 30%; }

.powerup-enable-for-grey-dot-and-icon {
  width: 10%; }

.colored-pill-value {
  height: 24px;
  color: white;
  background-color: #a062d9;
  border-color: #a062d9;
  padding: 3px 10px;
  border-radius: 15px; }

.icon-with-text-value-container {
  display: flex;
  align-items: center;
  justify-content: center; }

.icon-with-text-value-container svg,
.icon-with-text-value-container-fix-30percentage-width svg {
  margin-right: 4px; }

.icon-with-text-value-container-fix-30percentage-width {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 30%; }

.text-only-value-container {
  font-weight: 500;
  margin-right: 5px;
  font-size: 13px; }

.color-show-custom {
  height: 22px;
  width: 22px;
  border-radius: 2px;
  padding: 0px;
  display: flex;
  align-items: center; }

.color-tab-op-custom {
  min-width: auto;
  padding: 2px;
  border: none; }
  .color-tab-op-custom .menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16); }
    .color-tab-op-custom .menu-container .selectMenuList {
      max-height: fit-content;
      width: 200px;
      display: flex;
      flex-wrap: wrap;
      padding: 0px;
      background: white;
      list-style: none; }
      .color-tab-op-custom .menu-container .selectMenuList .todo-item {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        height: 32px;
        line-height: 18px;
        list-style-image: none !important;
        border-radius: 2px;
        padding: 2px;
        text-decoration: none; }
        .color-tab-op-custom .menu-container .selectMenuList .todo-item .choiceToken {
          display: inline-block;
          min-width: 20px;
          height: 18px;
          line-height: 18px;
          font-size: 13px;
          font-weight: 400;
          text-align: center;
          border-radius: 9999px;
          color: #595959;
          cursor: pointer;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding-left: .5rem;
          padding-right: .5rem; }
        .color-tab-op-custom .menu-container .selectMenuList .todo-item:hover {
          background-color: #e5e9f0; }
      .color-tab-op-custom .menu-container .selectMenuList .upgrade-todo {
        width: 100%;
        background-color: #f1f5ff;
        display: flex !important;
        padding: 8px !important;
        align-items: center;
        font-size: 13px;
        justify-content: center; }
        .color-tab-op-custom .menu-container .selectMenuList .upgrade-todo .upgrade-plane {
          display: flex !important;
          align-items: center;
          gap: 5px;
          font-weight: 400;
          font-size: 11px; }
          .color-tab-op-custom .menu-container .selectMenuList .upgrade-todo .upgrade-plane .strong-colors {
            font-weight: 500;
            font-size: 11px;
            color: black;
            line-height: 1.5; }
            .color-tab-op-custom .menu-container .selectMenuList .upgrade-todo .upgrade-plane .strong-colors:hover {
              color: #0d52ac !important; }
  .color-tab-op-custom .icon-with-text {
    width: 220px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16); }
  .color-tab-op-custom .circle-picker {
    width: 343px !important;
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16); }
  .color-tab-op-custom .pointing .item:hover {
    border-radius: 0 !important;
    width: auto !important; }

.display-single-multiple-type-schema-container {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  height: 100%;
  justify-content: center; }

.display-single-multiple-type-cell-container {
  justify-content: center;
  display: block;
  height: fit-content;
  margin: 4px 2px; }

.display-text-only-cellContainer {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap; }
  .display-text-only-cellContainer .text-only-value-container {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap; }

.greyPillCss {
  display: block;
  height: 20px;
  padding: 1.562px 8px;
  margin: 0;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  border-radius: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap; }
  .greyPillCss .dot-of-grey-pill {
    width: 11px;
    min-width: 11px;
    height: 11px;
    display: inline-flex;
    border-radius: 5px;
    margin-right: 6px;
    position: relative;
    top: 2px;
    margin-top: 1px; }

.icon-with-textContainer {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  display: block; }
  .icon-with-textContainer .icon-with-text-div {
    position: relative;
    top: 2.4px; }

.field .select-field {
  cursor: pointer;
  border-radius: 3px !important;
  border: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
  .field .select-field:hover {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
  .field .select-field:focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
  .field .select-field:focus-visible {
    outline: none !important; }

.field .date-toggle-box {
  width: 100%;
  padding: 10px 0;
  display: flex;
  gap: 10px;
  align-items: center; }
  .field .date-toggle-box .date-toggle {
    width: 25px;
    height: 15px;
    background-color: #ccc;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s; }
    .field .date-toggle-box .date-toggle .toggle {
      width: 11px;
      height: 11px;
      background-color: white;
      border-radius: 50%;
      position: absolute;
      top: 2px;
      left: 2px;
      transition: left 0.3s;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
    .field .date-toggle-box .date-toggle.active {
      background-color: #4caf50; }
      .field .date-toggle-box .date-toggle.active .toggle {
        left: 11px; }
  .field .date-toggle-box .date-toggle-text {
    font-size: 13px;
    color: #414141; }
  .field .date-toggle-box .current-date-chip {
    display: flex;
    align-items: center;
    gap: 5px; }
    .field .date-toggle-box .current-date-chip .current-icon {
      position: relative;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 22px;
      height: 22px;
      background-color: #fff;
      border: 1px solid #a0c6ff;
      z-index: 1; }
      .field .date-toggle-box .current-date-chip .current-icon .icon {
        font-size: 14px;
        color: #166ee1; }
    .field .date-toggle-box .current-date-chip .current-text {
      border: 1px solid #a0c6ff;
      padding: 0 8px;
      border-radius: 10px;
      background-color: #cfdfff80;
      color: #166ee1;
      margin-left: -13px;
      z-index: 0;
      line-height: 1.2; }
    .field .date-toggle-box .current-date-chip.active .current-icon {
      border-color: #4caf50; }
      .field .date-toggle-box .current-date-chip.active .current-icon .icon {
        color: #388e3c; }
    .field .date-toggle-box .current-date-chip.active .current-text {
      border-color: #4caf50;
      background-color: #e6f4ea;
      color: #2e7d32; }

.add-kanbanSelect div .layout-button {
  height: 43px;
  width: 100%;
  margin-top: 16px;
  display: flex;
  align-items: center;
  color: black;
  background-color: rgba(51, 132, 247, 0.1);
  border-radius: 6px; }
  .add-kanbanSelect div .layout-button:hover {
    opacity: 0.85;
    background-color: #0096ff1a !important; }

.add-kanbanSelect .calenderLayout {
  bottom: -55px; }

.input-link-popup {
  margin: 0em;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-align: left;
  line-height: 1.21428571em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  padding: 10px;
  background: #FFFFFF;
  border: none;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  -webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease;
  transition: box-shadow 0.1s ease, border-color 0.1s ease;
  box-shadow: none; }

.linkPreview .links-bx-link {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px; }
  .linkPreview .links-bx-link .row-link {
    white-space: nowrap;
    margin: 5px;
    padding: 0px 4px;
    display: inline-flex;
    background: #ecf0fa;
    border: 0.5px solid #c9c9ec;
    border-radius: 2px;
    font-size: 13px;
    height: fit-content; }
    .linkPreview .links-bx-link .row-link p {
      max-width: 200px;
      text-overflow: ellipsis;
      overflow: hidden;
      margin-bottom: 0px; }
    .linkPreview .links-bx-link .row-link .remove-icon {
      cursor: pointer; }
    .linkPreview .links-bx-link .row-link .remove-icon::before {
      margin-left: 4px; }
    .linkPreview .links-bx-link .row-link:hover {
      cursor: pointer;
      opacity: 0.8; }

.rowcardContainer #rowcardMain #RowCard {
  border-radius: 3px;
  border: none;
  box-shadow: none; }
  .rowcardContainer #rowcardMain #RowCard:hover {
    background-color: #0000000d;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.rowcardContainer #rowcardMain .activeRowCardIndex {
  border: none !important; }

.actions .btn-no {
  background: #fff !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) !important; }

#LookupColumnListModal {
  line-height: 1.5;
  width: 100%;
  max-width: 424px;
  max-height: 624px;
  height: calc(-16px + 100vh);
  overflow-x: hidden;
  overflow-y: auto; }
  #LookupColumnListModal .lookupmodal-box {
    height: 100%;
    width: 424px;
    display: flex;
    flex-direction: column;
    padding: 0 32px; }
    #LookupColumnListModal .lookupmodal-box .lookup-header {
      color: #4d4d4d;
      cursor: text;
      margin: 32px 0 16px;
      line-height: 1.25;
      font-size: 22.4px;
      font-weight: bold;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
    #LookupColumnListModal .lookupmodal-box .lookupcolumn-desc {
      cursor: text;
      opacity: .75;
      margin-bottom: 8px;
      font-size: 13px; }
      #LookupColumnListModal .lookupmodal-box .lookupcolumn-desc .lookupcolumn-selected {
        font-weight: 500; }
    #LookupColumnListModal .lookupmodal-box .lookupcolumn-content {
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
      flex-shrink: 0; }
      #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .find-column {
        display: flex;
        align-items: center;
        margin-top: 8px;
        border-color: rgba(0, 0, 0, 0.1); }
        #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .find-column .search-icon {
          display: flex;
          align-items: center;
          margin: 0 8px 0 4px;
          opacity: .5; }
        #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .find-column .column-input {
          font-size: 12px;
          color: #444;
          padding: 8px 0;
          width: 100%; }
        #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .find-column .search-close {
          opacity: .5; }
      #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content {
        display: flex;
        flex-direction: column-reverse;
        height: 100%; }
        #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .columnselect-btn {
          display: flex;
          margin: 8px 0;
          font-size: 11px; }
          #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .columnselect-btn .lookup-btn {
            opacity: .75;
            cursor: pointer; }
            #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .columnselect-btn .lookup-btn:hover {
              opacity: 1; }
          #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .columnselect-btn .select-btn {
            margin-right: 16px; }
        #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .lookup-columnData {
          max-height: 400px;
          flex-basis: 100px !important;
          overflow: auto;
          padding: 4px 0;
          flex: 1 1 auto;
          flex-shrink: 0; }
          #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .lookup-columnData .column-list {
            display: flex;
            align-items: center;
            cursor: pointer;
            margin: 0 2px;
            padding: 4px 2px;
            border-radius: 3px; }
            #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .lookup-columnData .column-list:hover {
              background-color: rgba(0, 0, 0, 0.05); }
            #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .lookup-columnData .column-list #RadioToggle {
              position: relative;
              top: 4px; }
              #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .lookup-columnData .column-list #RadioToggle .checkbox {
                display: flex;
                align-items: center; }
            #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .lookup-columnData .column-list .columns-info {
              display: flex;
              align-items: center;
              justify-content: space-between;
              flex: 1 1 auto; }
              #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .lookup-columnData .column-list .columns-info .columnname-info {
                overflow: hidden;
                display: flex;
                align-items: center;
                margin-left: 8px;
                flex: 1 1 auto; }
                #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .lookup-columnData .column-list .columns-info .columnname-info .selected-column {
                  display: flex;
                  align-items: center;
                  margin: 4px 0 4px 4px; }
                  #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .lookup-columnData .column-list .columns-info .columnname-info .selected-column .selectcolumn-text {
                    color: #4d4d4d;
                    font-size: 13px; }
          #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .lookup-columnData .noresults {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            opacity: .5;
            cursor: text;
            padding: 0 16px; }
    #LookupColumnListModal .lookupmodal-box .lookup-footer {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin: 16px 0 32px; }
      #LookupColumnListModal .lookupmodal-box .lookup-footer .show-checkbox .show-text {
        cursor: pointer;
        opacity: .75;
        font-size: 13px;
        color: #4d4d4d; }
      #LookupColumnListModal .lookupmodal-box .lookup-footer .skip-btn, #LookupColumnListModal .lookupmodal-box .lookup-footer .addcolumn-btn {
        margin-left: auto;
        margin-right: 0px;
        padding: 8px 16px;
        border-radius: 3px;
        line-height: 1;
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        background-color: #166ee1;
        font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
        #LookupColumnListModal .lookupmodal-box .lookup-footer .skip-btn:hover, #LookupColumnListModal .lookupmodal-box .lookup-footer .addcolumn-btn:hover {
          opacity: .85; }
      #LookupColumnListModal .lookupmodal-box .lookup-footer .selected-skip-btn {
        color: #4d4d4d;
        margin-left: auto;
        margin-right: 16px;
        cursor: pointer;
        opacity: .75; }
        #LookupColumnListModal .lookupmodal-box .lookup-footer .selected-skip-btn:hover {
          opacity: 1; }

.default-options .create-option {
  font-size: 12.8px; }
  .default-options .create-option .content {
    overflow: hidden;
    display: inline-block; }
    .default-options .create-option .content .header {
      font-size: 11px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }

.notify-text {
  color: #4d4d4d !important; }

#ColumnSelctionListModel .modal-desc {
  font-size: 13px;
  opacity: 0.8; }

#ColumnSelctionListModel .modal-content {
  padding: 20px; }
  #ColumnSelctionListModel .modal-content .clear-btns {
    display: flex;
    align-items: center;
    margin-top: 16px; }
    #ColumnSelctionListModel .modal-content .clear-btns .btn {
      margin-right: 15px;
      cursor: pointer; }
  #ColumnSelctionListModel .modal-content .column-list-main {
    height: 40vh;
    overflow: auto; }
  #ColumnSelctionListModel .modal-content .no-result {
    position: absolute;
    top: 50%;
    text-align: center;
    padding: 10px;
    left: 40%; }

#ColumnSelctionListModel .search-column-input {
  padding: 11px 0px 7px 2px; }

#ColumnSelctionListModel .columns-radio {
  padding: 11px 0px 0px 0px; }

#UpdatedTime .radio-list-main {
  display: flex;
  flex-direction: column;
  margin: 14px 10px 2px 10px; }
  #UpdatedTime .radio-list-main .radio-btn {
    padding-bottom: 10px; }

#UpdatedTime .selected-column-main {
  margin: 15px 0px 0px 15px; }
  #UpdatedTime .selected-column-main .selected-column-map {
    display: flex;
    flex-wrap: wrap; }
  #UpdatedTime .selected-column-main .selected-columns {
    width: fit-content;
    background: #ddd;
    padding: 7px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    margin: 4px; }
  #UpdatedTime .selected-column-main .selected-col-name {
    margin-left: 2px;
    font-size: 13px; }
  #UpdatedTime .selected-column-main .selected-option-change {
    display: flex;
    align-items: center;
    margin: 11px 0px 0px 0px;
    cursor: pointer;
    font-weight: 500; }

.formula .detailBoxFormula {
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #303b47;
  color: #fff;
  text-transform: none;
  border-radius: 5px;
  font-size: 13px !important;
  padding: 15px 10px;
  z-index: 3;
  opacity: 1;
  position: absolute;
  top: 224px;
  box-shadow: 0 0 17px 0 #ddd !important;
  width: 300px;
  word-wrap: break-word; }
  .formula .detailBoxFormula .infoBox .line:first-child {
    font-weight: bold;
    font-size: 15px; }

.formula .formuladetailPopupRight {
  left: 400px !important; }

.formula .formuladetailPopupLeft {
  left: -290px !important; }

.formula .formula-input {
  font-weight: 600;
  font-size: 14px;
  color: green;
  min-height: 60px;
  max-height: 500px; }

.formula .formula-list {
  border-radius: 5px;
  position: inherit !important; }
  .formula .formula-list ul li {
    letter-spacing: 1px; }
  .formula .formula-list .ftypename {
    color: green;
    font-weight: 500;
    display: contents; }
  .formula .formula-list .ftypefunName {
    display: contents; }
  .formula .formula-list .tab {
    display: none; }
  .formula .formula-list .active {
    background-color: #e6e6e6; }
    .formula .formula-list .active .tab {
      color: #a2a0a0;
      display: contents !important; }

.formula .formula-list.editor-formula-list {
  width: auto !important; }

.desc-content {
  opacity: .75;
  margin: 4px 0 16px;
  padding: 0 6px; }
  .desc-content .desc-text {
    cursor: text; }

#TypeOptionsContainer {
  position: relative;
  box-sizing: border-box; }
  #TypeOptionsContainer .typeoption-content {
    padding: 12px 6px 16px; }
    #TypeOptionsContainer .typeoption-content .buttonContentBox {
      display: flex;
      margin-bottom: 8px; }
      #TypeOptionsContainer .typeoption-content .buttonContentBox .buttonField {
        width: 50%;
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0; }
        #TypeOptionsContainer .typeoption-content .buttonContentBox .buttonField .input-btn {
          margin: 0 !important;
          padding: 4px 8px !important;
          height: 32px;
          border: 2px solid #fff !important;
          display: flex;
          align-items: center; }
          #TypeOptionsContainer .typeoption-content .buttonContentBox .buttonField .input-btn:hover {
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12) !important; }
          #TypeOptionsContainer .typeoption-content .buttonContentBox .buttonField .input-btn:focus {
            border: 2px solid #166ee1 !important;
            outline: none !important; }
      #TypeOptionsContainer .typeoption-content .buttonContentBox .buttonLeft {
        padding-right: 4px; }
      #TypeOptionsContainer .typeoption-content .buttonContentBox .buttonRight {
        padding-left: 4px; }
    #TypeOptionsContainer .typeoption-content .label-text {
      opacity: .75;
      display: block;
      margin: 0 0 4px 4px;
      font-size: 11px;
      color: #1f1f1f;
      padding-top: 0;
      width: auto;
      text-align: left;
      float: none;
      cursor: text;
      line-height: 1.5; }
    #TypeOptionsContainer .typeoption-content .buttonAction {
      margin-bottom: 8px; }
    #TypeOptionsContainer .typeoption-content .selectedButton {
      height: 32px;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
      cursor: pointer;
      border: 0;
      width: 100%;
      background-color: #fff;
      display: flex;
      align-items: center;
      padding: 0 8px;
      border-radius: 6px;
      text-align: left; }
      #TypeOptionsContainer .typeoption-content .selectedButton:focus {
        outline: none !important; }
      #TypeOptionsContainer .typeoption-content .selectedButton .selectButton-header {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0;
        line-height: 1.5;
        text-align: left;
        font-size: 13px;
        color: #1f1f1f; }
        #TypeOptionsContainer .typeoption-content .selectedButton .selectButton-header .selectedExtention {
          display: flex;
          align-items: center;
          white-space: nowrap; }
          #TypeOptionsContainer .typeoption-content .selectedButton .selectButton-header .selectedExtention .iconShapes {
            margin-right: 6px;
            opacity: .75; }
          #TypeOptionsContainer .typeoption-content .selectedButton .selectButton-header .selectedExtention .selected-name {
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
      #TypeOptionsContainer .typeoption-content .selectedButton .down-icon {
        color: #00000080;
        fill: #00000080;
        margin-right: -6px;
        font-size: 16px;
        display: flex;
        align-items: center; }
      #TypeOptionsContainer .typeoption-content .selectedButton .buttonColor {
        height: 24px;
        width: 24px;
        border: 2px solid transparent;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 8px;
        border-radius: 3px;
        font-weight: 500; }
      #TypeOptionsContainer .typeoption-content .selectedButton .btnsolid-text {
        font-size: 13px;
        margin: 0 8px;
        cursor: pointer;
        text-align: left;
        display: block;
        flex: 1 1 auto; }
      #TypeOptionsContainer .typeoption-content .selectedButton .selected-dashboard {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
        color: #1f1f1f;
        text-align: left;
        line-height: 1.5; }
    #TypeOptionsContainer .typeoption-content .active-button {
      box-shadow: inset 0 0 0 2px #166ee1; }
    #TypeOptionsContainer .typeoption-content .hover-button:hover {
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    #TypeOptionsContainer .typeoption-content .useAction-content {
      display: flex; }
      #TypeOptionsContainer .typeoption-content .useAction-content .useExtension-install {
        height: 50px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 8px; }
        #TypeOptionsContainer .typeoption-content .useAction-content .useExtension-install .install-btn {
          border: 0;
          background-color: transparent;
          font-weight: 500;
          color: #166ee1;
          cursor: pointer; }
          #TypeOptionsContainer .typeoption-content .useAction-content .useExtension-install .install-btn:hover {
            color: #041935; }
          #TypeOptionsContainer .typeoption-content .useAction-content .useExtension-install .install-btn:focus {
            outline: none !important; }
    #TypeOptionsContainer .typeoption-content .extention-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 4px 4px; }
      #TypeOptionsContainer .typeoption-content .extention-content .install-btn {
        border: 2px solid rgba(0, 0, 0, 0);
        background-color: transparent;
        transition: .085s all ease-in;
        display: flex;
        align-items: center;
        padding: 0 4px;
        border-radius: 3px;
        font-size: 11px;
        font-weight: 500;
        color: #166ee1;
        cursor: pointer;
        height: 19px; }
        #TypeOptionsContainer .typeoption-content .extention-content .install-btn:hover {
          background-color: rgba(0, 0, 0, 0.05); }
        #TypeOptionsContainer .typeoption-content .extention-content .install-btn:focus {
          border: 2px solid rgba(0, 0, 0, 0.25);
          outline: none !important; }
  #TypeOptionsContainer #DropdownModal {
    margin-top: 6px;
    background-color: #fff;
    z-index: 9;
    position: absolute;
    overflow: hidden;
    display: flex;
    border-radius: 6px;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2), 0 0px 4px 0 rgba(0, 0, 0, 0.19);
    border-bottom: 2px solid #ddd; }
    #TypeOptionsContainer #DropdownModal .colorListBox {
      width: 100%;
      min-width: 352px; }
      #TypeOptionsContainer #DropdownModal .colorListBox .color-content {
        border-radius: 3px;
        cursor: pointer; }
        #TypeOptionsContainer #DropdownModal .colorListBox .color-content .colorItem {
          border-radius: 3px;
          height: 24px;
          width: 24px;
          border: 2px solid transparent;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin: 6px;
          padding: 0 8px;
          font-weight: 500; }
      #TypeOptionsContainer #DropdownModal .colorListBox .active {
        background-color: rgba(0, 0, 0, 0.05); }
    #TypeOptionsContainer #DropdownModal .dropdownOption-content {
      width: 100%;
      min-width: 352px;
      max-height: 280px;
      display: flex;
      flex-direction: column; }
    #TypeOptionsContainer #DropdownModal .inputsearch {
      width: 100%;
      max-width: 100%;
      height: 36px;
      padding: 0 8px !important;
      border: 0px !important;
      background-color: transparent;
      display: flex;
      border-color: transparent !important;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      margin: 0px !important;
      box-shadow: none !important; }
      #TypeOptionsContainer #DropdownModal .inputsearch:focus {
        box-shadow: none;
        outline: none !important; }
    #TypeOptionsContainer #DropdownModal .optionMenu-content {
      position: relative;
      overflow: auto; }
      #TypeOptionsContainer #DropdownModal .optionMenu-content .option-list {
        cursor: pointer;
        min-height: 36px;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 8px;
        list-style: none; }
        #TypeOptionsContainer #DropdownModal .optionMenu-content .option-list .option-content {
          width: 100%; }
          #TypeOptionsContainer #DropdownModal .optionMenu-content .option-list .option-content .option-data {
            display: flex;
            align-items: center;
            white-space: nowrap; }
            #TypeOptionsContainer #DropdownModal .optionMenu-content .option-list .option-content .option-data .iconShapes {
              opacity: .75;
              margin-right: 6px; }
            #TypeOptionsContainer #DropdownModal .optionMenu-content .option-list .option-content .option-data .option-name {
              max-width: 100%;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
      #TypeOptionsContainer #DropdownModal .optionMenu-content .hovered {
        background-color: rgba(0, 0, 0, 0.05); }
    #TypeOptionsContainer #DropdownModal .notfound-text {
      min-height: 36px;
      width: 100%;
      display: flex;
      align-items: center;
      padding: 8px;
      cursor: text;
      opacity: .5; }
    #TypeOptionsContainer #DropdownModal .dashboardOption-content {
      width: 172px;
      max-height: 280px;
      display: flex;
      flex-direction: column; }
  #TypeOptionsContainer .ColorListModal {
    left: 4px;
    right: 0;
    width: 360px; }

.monaco-editor .view-overlays .current-line-exact {
  border: none !important; }

.monaco-editor .focused {
  outline: none; }

.editor-container .monaco-editor .overflow-guard {
  width: 100% !important; }

.editor-container {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.monaco-editor .monaco-editor *,
.custom-editor .monaco-editor * {
  font-family: Consolas, 'Courier New', monospace !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  transform: none !important;
  box-sizing: content-box !important; }

.monaco-editor .codicon-folding-collapsed:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 3px;
  border: solid gray;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.5px;
  transform: rotate(-45deg); }

.monaco-editor .codicon-folding-expanded:before {
  content: '';
  font-size: 20px;
  position: absolute;
  left: 5px;
  top: 3px;
  border: solid grey;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.5px;
  transform: rotate(45deg); }

.monaco-editor .margin-view-overlays .codicon-folding-collapsed,
.monaco-editor .margin-view-overlays .codicon-folding-expanded,
.monaco-editor .margin-view-overlays .codicon-folding-manual-collapsed,
.monaco-editor .margin-view-overlays .codicon-folding-manual-expanded {
  margin-left: 0 !important; }

#conditionalModal #SortModel, #conditionalModal #FilterModel {
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  position: absolute;
  z-index: 1;
  padding: 10;
  background: #f5f5f5;
  margin-top: 30px; }
  #conditionalModal #SortModel .asc-desc-box, #conditionalModal #FilterModel .asc-desc-box {
    padding-top: 5px; }
    #conditionalModal #SortModel .asc-desc-box .checkbox, #conditionalModal #FilterModel .asc-desc-box .checkbox {
      margin: 0 10px; }
  #conditionalModal #SortModel .checkbox-filter, #conditionalModal #FilterModel .checkbox-filter {
    padding-top: 5px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 7px 10px;
    border-radius: 4px;
    width: 100px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 30px;
    width: 223px;
    justify-content: center;
    align-items: center;
    text-align: center; }
  #conditionalModal #SortModel .react-datepicker-wrapper, #conditionalModal #FilterModel .react-datepicker-wrapper {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 31px;
    margin-bottom: 2px;
    display: unset; }
    #conditionalModal #SortModel .react-datepicker-wrapper input, #conditionalModal #FilterModel .react-datepicker-wrapper input {
      border: none;
      margin-top: 2px;
      outline: none;
      box-shadow: 0 0 0px 0 #ddd !important;
      width: 223px; }
      #conditionalModal #SortModel .react-datepicker-wrapper input:focus, #conditionalModal #FilterModel .react-datepicker-wrapper input:focus {
        outline: none; }
  #conditionalModal #SortModel .sort-bx-limit .sort-by-bx, #conditionalModal #FilterModel .sort-bx-limit .sort-by-bx {
    max-width: 70px; }
  #conditionalModal #SortModel .sort-box, #conditionalModal #FilterModel .sort-box {
    padding: 6px 0; }
    #conditionalModal #SortModel .sort-box i.close, #conditionalModal #FilterModel .sort-box i.close {
      cursor: pointer;
      font-size: 13px;
      position: relative;
      margin-top: 6px; }
    #conditionalModal #SortModel .sort-box .Sort-text, #conditionalModal #FilterModel .sort-box .Sort-text {
      width: 90px;
      font-weight: 400;
      margin-top: 5px; }
    #conditionalModal #SortModel .sort-box .sort-bx, #conditionalModal #FilterModel .sort-box .sort-bx {
      position: relative;
      margin-right: 6px; }
    #conditionalModal #SortModel .sort-box .sort-by-bx, #conditionalModal #FilterModel .sort-box .sort-by-bx {
      background: #fff;
      border: 1px solid #ddd;
      padding: 4px 10px;
      border-radius: 4px;
      width: 100px;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      height: 34px !important; }
      #conditionalModal #SortModel .sort-box .sort-by-bx span, #conditionalModal #FilterModel .sort-box .sort-by-bx span {
        white-space: nowrap;
        width: -webkit-fill-available;
        width: -moz-available;
        overflow: hidden;
        font-weight: 400; }
      #conditionalModal #SortModel .sort-box .sort-by-bx:hover, #conditionalModal #FilterModel .sort-box .sort-by-bx:hover {
        background: #e7e7e7; }
      #conditionalModal #SortModel .sort-box .sort-by-bx i, #conditionalModal #FilterModel .sort-box .sort-by-bx i {
        position: relative;
        float: right;
        font-size: 10px;
        right: -3px; }
    #conditionalModal #SortModel .sort-box .checkbox, #conditionalModal #FilterModel .sort-box .checkbox {
      font-size: 12px; }
  #conditionalModal #SortModel .select-box, #conditionalModal #FilterModel .select-box {
    position: absolute;
    list-style: none;
    border: 1px solid #ddd;
    width: 130px;
    z-index: 1000;
    left: 7px;
    border-radius: 4px;
    background: #fff;
    max-height: 250px;
    overflow: auto;
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12);
    padding: 5px; }
    #conditionalModal #SortModel .select-box li, #conditionalModal #FilterModel .select-box li {
      width: 120px;
      overflow: hidden;
      padding: 4px;
      border-radius: 3px; }
      #conditionalModal #SortModel .select-box li:hover, #conditionalModal #FilterModel .select-box li:hover {
        background: #e7e7e7; }
  #conditionalModal #SortModel .link-sort, #conditionalModal #FilterModel .link-sort {
    margin: 10px;
    color: #3384f7; }
  #conditionalModal #SortModel .empty-bx, #conditionalModal #FilterModel .empty-bx {
    padding: 10px;
    color: #ccc; }
  #conditionalModal #SortModel .Select, #conditionalModal #FilterModel .Select {
    /* margin-top: 10px; */
    min-height: 30px;
    min-width: 150px; }
    #conditionalModal #SortModel .Select .Select-menu-outer, #conditionalModal #FilterModel .Select .Select-menu-outer {
      z-index: 2 !important; }
    #conditionalModal #SortModel .Select .Select-control, #conditionalModal #FilterModel .Select .Select-control {
      position: relative;
      border-radius: 4px;
      z-index: 1 !important; }
      #conditionalModal #SortModel .Select .Select-control .Select-placeholder, #conditionalModal #FilterModel .Select .Select-control .Select-placeholder {
        padding: 0 12px !important; }
      #conditionalModal #SortModel .Select .Select-control .Select-multi-value-wrapper, #conditionalModal #FilterModel .Select .Select-control .Select-multi-value-wrapper {
        display: inline-flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        padding-left: 5px;
        padding-top: 3px;
        min-height: 30px; }
      #conditionalModal #SortModel .Select .Select-control .Select-arrow-zone, #conditionalModal #FilterModel .Select .Select-control .Select-arrow-zone {
        cursor: pointer;
        display: table-cell !important;
        position: relative;
        text-align: center;
        vertical-align: middle !important;
        width: 25px;
        padding: 5px; }
      #conditionalModal #SortModel .Select .Select-control .Select-input, #conditionalModal #FilterModel .Select .Select-control .Select-input {
        height: 18px;
        padding: 0px !important;
        vertical-align: middle;
        margin: auto 0; }
      #conditionalModal #SortModel .Select .Select-control .Select-input > input, #conditionalModal #FilterModel .Select .Select-control .Select-input > input {
        box-sizing: border-box !important;
        padding: 0 !important; }
      #conditionalModal #SortModel .Select .Select-control:hover, #conditionalModal #FilterModel .Select .Select-control:hover {
        box-shadow: none; }
      #conditionalModal #SortModel .Select .Select-control .select-tag-wrapper, #conditionalModal #FilterModel .Select .Select-control .select-tag-wrapper {
        display: block;
        height: fit-content;
        border-radius: 8px;
        margin: 5px 2px;
        max-width: inherit; }
    #conditionalModal #SortModel .Select .tab-select-bx, #conditionalModal #FilterModel .Select .tab-select-bx {
      margin: 0 2px; }
    #conditionalModal #SortModel .Select .collaborator-tag, #conditionalModal #FilterModel .Select .collaborator-tag {
      display: inline-flex !important;
      align-items: center;
      height: 18px !important;
      border: 1px solid #eee;
      background-color: #eee;
      margin: 5px 2px;
      min-width: 40px;
      border-radius: 10px; }
      #conditionalModal #SortModel .Select .collaborator-tag img, #conditionalModal #FilterModel .Select .collaborator-tag img {
        width: 20px !important;
        height: 20px !important;
        margin: 0 !important; }
      #conditionalModal #SortModel .Select .collaborator-tag p, #conditionalModal #FilterModel .Select .collaborator-tag p {
        font-size: 13px;
        line-height: 18px !important;
        padding: 0 4px;
        overflow: hidden;
        margin: 0;
        white-space: nowrap;
        text-overflow: ellipsis; }
    #conditionalModal #SortModel .Select .select-tag, #conditionalModal #FilterModel .Select .select-tag {
      display: inline-flex !important;
      height: 18px !important;
      padding: 2px 8px;
      margin: 0;
      text-align: center;
      font-size: 12px;
      line-height: 13px;
      border-radius: 8px;
      background: #fff;
      color: #0096FF;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%;
      white-space: nowrap; }
      #conditionalModal #SortModel .Select .select-tag .Select-aria-only, #conditionalModal #FilterModel .Select .select-tag .Select-aria-only {
        position: relative !important; }
  #conditionalModal #SortModel .input-filter, #conditionalModal #FilterModel .input-filter {
    height: 30px;
    display: contents;
    width: auto;
    box-shadow: 0px 0px 0px !important; }

#conditionalModal #FilterModel {
  position: relative;
  background: #f5f5f5;
  margin-top: -8px;
  padding: 10;
  z-index: 1;
  left: 0px;
  margin-bottom: 25px; }
  #conditionalModal #FilterModel .sort-box .Sort-text {
    width: 60px;
    display: block;
    margin-top: 5px;
    margin-left: 10px; }
  #conditionalModal #FilterModel .filter-select {
    height: 30px; }
    #conditionalModal #FilterModel .filter-select input {
      padding: 0px !important;
      border: none !important;
      box-shadow: none !important; }
      #conditionalModal #FilterModel .filter-select input :focus {
        border: 0px solid darkgrey !important; }
    #conditionalModal #FilterModel .filter-select .Select-control {
      height: inherit; }
  #conditionalModal #FilterModel .input-filter {
    width: auto;
    box-shadow: 0px 0px 0px !important;
    height: 30px;
    display: contents; }
    #conditionalModal #FilterModel .input-filter input {
      width: auto;
      box-shadow: 0px 0px 0px !important; }
  #conditionalModal #FilterModel .Select .collaborator-tag {
    margin: 3px 2px !important; }
  #conditionalModal #FilterModel .Select .Select-multi-value-wrapper {
    padding-top: 1px !important; }
  #conditionalModal #FilterModel .css-1wmv80g-control {
    width: 223px !important; }
  #conditionalModal #FilterModel .css-1wmv80g-control {
    width: 223px !important; }
  #conditionalModal #FilterModel .css-2b097c-container {
    width: 223px !important; }
  #conditionalModal #FilterModel .css-b8ldur-Input input {
    padding: 0px !important;
    border: none !important;
    box-shadow: none !important; }
    #conditionalModal #FilterModel .css-b8ldur-Input input :focus {
      border: 0px solid darkgrey !important; }

#Rollup .formula .detailBoxFormula {
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #303b47;
  color: #fff;
  text-transform: none;
  border-radius: 5px;
  font-size: 13px !important;
  padding: 15px 10px;
  z-index: 3;
  opacity: 1;
  position: absolute;
  right: 20px;
  left: 20px;
  top: 224px;
  box-shadow: 0 0 17px 0 #ddd !important; }
  #Rollup .formula .detailBoxFormula .infoBox .line:first-child {
    font-weight: bold;
    font-size: 15px; }

#Rollup .formula .formula-input {
  font-weight: 600;
  font-size: 14px;
  color: green;
  min-height: 60px;
  max-height: 500px; }

#Rollup .formula .formula-list {
  border-radius: 5px;
  z-index: 5;
  color: green;
  position: relative !important; }
  #Rollup .formula .formula-list ul li {
    letter-spacing: 1px; }
  #Rollup .formula .formula-list .ftypename {
    color: green;
    font-weight: 500;
    display: contents; }
  #Rollup .formula .formula-list .ftypefunName {
    display: contents; }
  #Rollup .formula .formula-list .tab {
    display: none; }
  #Rollup .formula .formula-list .active {
    background-color: #e6e6e6; }
    #Rollup .formula .formula-list .active .tab {
      color: #a2a0a0;
      display: contents !important; }

#Rating .select-section {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #Rating .select-section .first-section {
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 2px 2px 11px 5px #ccc;
    padding: 5px;
    margin-top: 22px;
    margin-left: 10px;
    border-radius: 3px; }

#Rating .icon-ul-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row; }

#Rating .symbol-main {
  display: flex;
  align-items: center;
  cursor: pointer; }

#Rating .symbol-list {
  padding: 4.2px;
  margin-top: 10px; }

#Rating .rating-color-list {
  width: fit-content !important;
  margin-top: 10px; }

#Rating .rating-wrapper {
  position: relative;
  box-sizing: border-box; }
  #Rating .rating-wrapper .rating-container {
    box-sizing: border-box;
    display: flex;
    padding: 0 11px 4px; }
  #Rating .rating-wrapper .rating-option-box {
    width: 50%;
    box-sizing: border-box; }
    #Rating .rating-wrapper .rating-option-box .rating-header-text {
      opacity: .75;
      margin-bottom: 4px;
      font-size: 11px;
      color: #1d1f25;
      cursor: text; }
    #Rating .rating-wrapper .rating-option-box .rating-button-box {
      cursor: pointer; }
      #Rating .rating-wrapper .rating-option-box .rating-button-box .rating-style-info {
        height: 32px;
        border: 2px solid transparent;
        display: inline-flex;
        align-items: center;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
        padding: 4px;
        border-radius: 6px;
        background-color: #fff;
        box-sizing: border-box; }
        #Rating .rating-wrapper .rating-option-box .rating-button-box .rating-style-info:hover {
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 3px rgba(0, 0, 0, 0.11), 0px 1px 4px rgba(0, 0, 0, 0.12); }
        #Rating .rating-wrapper .rating-option-box .rating-button-box .rating-style-info .ratingList-icon {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 17.6px;
          height: 17.6px; }
        #Rating .rating-wrapper .rating-option-box .rating-button-box .rating-style-info .down-icon {
          margin-left: 8px;
          flex: none;
          width: 16px;
          height: 16px;
          fill: #1d1f25; }
    #Rating .rating-wrapper .rating-option-box .rating-max-content {
      width: 55px;
      box-sizing: border-box; }
      #Rating .rating-wrapper .rating-option-box .rating-max-content .rating-max-button {
        height: 32px;
        border: 0;
        cursor: pointer;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        padding: 0 8px;
        border-radius: 6px;
        text-align: left;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
        background-color: #fff; }
        #Rating .rating-wrapper .rating-option-box .rating-max-content .rating-max-button:hover {
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 3px rgba(0, 0, 0, 0.11), 0px 1px 4px rgba(0, 0, 0, 0.12); }
        #Rating .rating-wrapper .rating-option-box .rating-max-content .rating-max-button .rating-dropdown-selector {
          box-sizing: border-box;
          flex: 1 1 auto;
          min-width: 0;
          min-height: 0;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          line-height: 1.5;
          text-align: left;
          font-size: 13px;
          color: #1d1f25; }
        #Rating .rating-wrapper .rating-option-box .rating-max-content .rating-max-button .down-icon {
          margin-right: -2px;
          box-sizing: border-box;
          margin-left: 8px;
          color: #1d1f25; }
      #Rating .rating-wrapper .rating-option-box .rating-max-content .ratingDropdown-css {
        box-shadow: inset 0 0 0 2px #166ee1; }
        #Rating .rating-wrapper .rating-option-box .rating-max-content .ratingDropdown-css:hover {
          box-shadow: inset 0 0 0 2px #166ee1; }

.ratingMenu-wrapper {
  position: absolute;
  top: 194px;
  left: 21px;
  z-index: 1004; }
  .ratingMenu-wrapper .ratingMenu-box {
    width: 252px;
    height: 360px;
    max-height: calc(-500px + 100vh);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16), 0px 3px 4px rgba(0, 0, 0, 0.06), 0px 6px 8px rgba(0, 0, 0, 0.06), 0px 12px 16px rgba(0, 0, 0, 0.08), 0px 18px 32px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    background-color: #fff; }
    .ratingMenu-wrapper .ratingMenu-box .ratingMenu-content {
      overflow: auto; }
      .ratingMenu-wrapper .ratingMenu-box .ratingMenu-content .ratingMenu-ul {
        width: 100%;
        display: flex; }
        .ratingMenu-wrapper .ratingMenu-box .ratingMenu-content .ratingMenu-ul .ratingMenu-list {
          height: 36px;
          cursor: pointer;
          width: 33.33333%;
          display: flex;
          align-items: center;
          justify-content: center; }
          .ratingMenu-wrapper .ratingMenu-box .ratingMenu-content .ratingMenu-ul .ratingMenu-list:hover {
            background-color: #0000000d; }
          .ratingMenu-wrapper .ratingMenu-box .ratingMenu-content .ratingMenu-ul .ratingMenu-list .ratingMenu-info {
            opacity: 1;
            display: flex;
            align-items: center; }
            .ratingMenu-wrapper .ratingMenu-box .ratingMenu-content .ratingMenu-ul .ratingMenu-list .ratingMenu-info .ratingMenu-icon {
              width: 17.6px;
              height: 17.6px; }

.selectorList-wrapper {
  position: absolute;
  top: 198px;
  left: 198px;
  max-width: 75px;
  z-index: 10004;
  max-height: 561px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16), 0px 3px 4px rgba(0, 0, 0, 0.06), 0px 6px 8px rgba(0, 0, 0, 0.06), 0px 12px 16px rgba(0, 0, 0, 0.08), 0px 18px 32px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  background-color: #fff; }
  .selectorList-wrapper .selectorList-box {
    height: 280px;
    max-height: calc(-500px + 100vh);
    width: 100%;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column; }
    .selectorList-wrapper .selectorList-box .selectorList-input {
      height: 36px;
      min-height: 36px;
      border: 0px !important;
      outline: 0 !important;
      color: #1d1f25 !important;
      background-color: transparent;
      position: relative;
      width: 100% !important;
      box-sizing: border-box;
      display: flex;
      border-radius: 0 !important;
      line-height: 18px; }
    .selectorList-wrapper .selectorList-box .selectorList-ul {
      position: relative;
      overflow: auto;
      box-sizing: border-box;
      flex: 1 1 auto;
      min-width: 0;
      min-height: 0;
      padding: 0 12px 12px; }
      .selectorList-wrapper .selectorList-box .selectorList-ul .selectorList-li {
        min-height: 36px;
        cursor: pointer;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 8px;
        border-radius: 3px;
        list-style: none; }
        .selectorList-wrapper .selectorList-box .selectorList-ul .selectorList-li .selectorList-text {
          width: 100%;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 13px; }
    .selectorList-wrapper .selectorList-box .no-result {
      position: relative;
      box-sizing: border-box;
      flex: 1 1 auto;
      min-width: 0;
      min-height: 0;
      padding: 0 12px 12px; }
      .selectorList-wrapper .selectorList-box .no-result .noResult-text {
        height: 36px;
        opacity: .5;
        display: flex;
        align-items: center;
        padding: 0 8px;
        cursor: text;
        font-size: 13px;
        color: #1d1f25; }

#UpdatedBy .radio-list-main {
  display: flex;
  flex-direction: column; }
  #UpdatedBy .radio-list-main .radio-btn {
    padding-bottom: 10px; }

#UpdatedBy .selected-column-main {
  margin: 15px 0px 0px 15px; }
  #UpdatedBy .selected-column-main .selected-column-map {
    display: flex;
    flex-wrap: wrap; }
  #UpdatedBy .selected-column-main .selected-columns {
    width: fit-content;
    background: #ddd;
    padding: 7px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    margin: 4px; }
  #UpdatedBy .selected-column-main .selected-col-name {
    margin-left: 2px;
    font-size: 13px; }
  #UpdatedBy .selected-column-main .selected-option-change {
    display: flex;
    align-items: center;
    margin: 11px 0px 0px 0px;
    cursor: pointer;
    font-weight: 500; }

#TimeFormat .display-time {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 36px;
  width: 100%;
  padding: 6px;
  margin-top: 6px;
  border-radius: 3px;
  border: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }

#TimeFormat .field .react-datepicker-popper {
  margin-top: 5px; }

#TimeFormat .field .react-datepicker__triangle {
  margin-left: 130px;
  border-bottom-color: white; }

#TimeFormat .field .react-datepicker__time {
  margin-top: -19px; }

#TimeFormat .field .react-datepicker__header--time {
  padding: 0; }

#TimeFormat .field .react-datepicker__time-box {
  width: 100%; }

#TimeFormat .field .react-datepicker__time-list-item {
  text-align: left;
  font-size: 13px; }

#TimeFormat .field .react-datepicker__time-container {
  width: 360px; }

#TimeFormat .field .react-datepicker__time-list-item--selected {
  background-color: white;
  color: black;
  font-weight: 400; }

#columndropdown .link-field .link-desc {
  opacity: .75;
  cursor: text;
  padding: 0 4px;
  word-wrap: break-word; }

#columndropdown .link-field:focus-visible {
  outline: none; }

#columndropdown .link-fieldlist {
  outline: none; }

#columndropdown .linkfield-content {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  height: calc(-542px + 100vh);
  max-height: 415px;
  position: relative;
  z-index: 2; }
  #columndropdown .linkfield-content .field-box-focus {
    margin: 0; }
    #columndropdown .linkfield-content .field-box-focus:focus-visible {
      outline: none; }
    #columndropdown .linkfield-content .field-box-focus .lookup-field-edit {
      margin: 0px;
      padding: 0px;
      border-radius: 0;
      box-shadow: none; }
      #columndropdown .linkfield-content .field-box-focus .lookup-field-edit:hover {
        box-shadow: none; }
      #columndropdown .linkfield-content .field-box-focus .lookup-field-edit:focus-visible {
        outline: none; }
    #columndropdown .linkfield-content .field-box-focus .fieldtype-header:focus-visible {
      outline: none; }

#columndropdown .createnew-field {
  max-height: 322px !important;
  height: calc(100vh - 630px); }

#columndropdown .field-edit {
  margin: 10px 0;
  padding: 8px 10px;
  height: 32px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer; }
  #columndropdown .field-edit svg:first-child {
    margin-right: 10px; }
  #columndropdown .field-edit:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  #columndropdown .field-edit .svg-help:hover {
    fill: #333333; }
  #columndropdown .field-edit .field-text {
    color: #333333; }
  #columndropdown .field-edit .lookup-field-info {
    display: flex;
    align-items: center;
    width: 100%; }
  #columndropdown .field-edit .back-btn-info {
    display: flex;
    font-size: 11px;
    color: #666;
    padding-right: 8px;
    cursor: pointer; }
    #columndropdown .field-edit .back-btn-info .back-text {
      color: #666666; }
  #columndropdown .field-edit .tablelist-input {
    border: none !important;
    box-shadow: none !important;
    margin: 0px !important;
    padding: 7px !important;
    width: 100% !important; }
    #columndropdown .field-edit .tablelist-input:focus {
      border: none !important; }
  #columndropdown .field-edit .search-close {
    opacity: .5;
    display: flex;
    align-items: center;
    justify-content: center; }

#columndropdown .field-box {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  margin: 10px 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }
  #columndropdown .field-box .fieldtype-header {
    cursor: pointer; }
    #columndropdown .field-box .fieldtype-header input {
      border: none !important;
      background: none;
      box-shadow: none !important; }
    #columndropdown .field-box .fieldtype-header:focus-visible {
      outline: none; }
  #columndropdown .field-box .field-select {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-top: none;
    height: calc(100vh - 418px) !important; }
    #columndropdown .field-box .field-select ul {
      cursor: pointer; }
    #columndropdown .field-box .field-select .border-class {
      color: #333333;
      border-radius: 6px;
      margin-right: 2px;
      margin-left: 2px; }
      #columndropdown .field-box .field-select .border-class:hover {
        background-color: rgba(0, 0, 0, 0.05); }
      #columndropdown .field-box .field-select .border-class .field-text {
        flex: 1 1 auto; }
      #columndropdown .field-box .field-select .border-class .arrow-icon {
        font-size: 16px;
        opacity: .5;
        display: flex;
        align-items: center;
        justify-content: center; }
      #columndropdown .field-box .field-select .border-class .create-table {
        display: flex;
        align-items: center; }
        #columndropdown .field-box .field-select .border-class .create-table .add-icon {
          margin-right: 2px;
          margin-left: -4px; }
  #columndropdown .field-box .tablelist-field {
    width: 100%;
    left: 0;
    right: 0; }
  #columndropdown .field-box .field-select-dropdown {
    min-height: 85px; }
  @media only screen and (max-height: 540px) {
    #columndropdown .field-box .tablelist-field {
      min-height: 50px;
      height: calc(100vh - 436px) !important; } }
  #columndropdown .field-box .field-not-matching {
    height: calc(100vh - 580px);
    display: flex;
    align-items: center;
    justify-content: center; }

#Linkcolumndropdown .link-field .link-desc {
  opacity: .75;
  cursor: text;
  padding: 0 4px;
  word-wrap: break-word; }

#Linkcolumndropdown .link-field:focus-visible {
  outline: none; }

#Linkcolumndropdown .link-fieldlist {
  outline: none; }

#Linkcolumndropdown .linkupfield-content {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  height: calc(-542px + 100vh);
  min-height: 82px;
  max-height: 392px; }
  #Linkcolumndropdown .linkupfield-content .field-box-focus {
    margin: 0; }
    #Linkcolumndropdown .linkupfield-content .field-box-focus:focus-visible {
      outline: none; }
    #Linkcolumndropdown .linkupfield-content .field-box-focus .lookup-field-edit {
      margin: 0px;
      padding: 0px;
      border-radius: 0;
      box-shadow: none; }
      #Linkcolumndropdown .linkupfield-content .field-box-focus .lookup-field-edit:hover {
        box-shadow: none; }
      #Linkcolumndropdown .linkupfield-content .field-box-focus .lookup-field-edit:focus-visible {
        outline: none; }
    #Linkcolumndropdown .linkupfield-content .field-box-focus .fieldtype-header:focus-visible {
      outline: none; }
    #Linkcolumndropdown .linkupfield-content .field-box-focus .field-select-dropdown {
      min-height: 85px; }

#Linkcolumndropdown .field-edit {
  margin: 10px 0;
  padding: 8px 10px;
  height: 32px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer; }
  #Linkcolumndropdown .field-edit svg:first-child {
    margin-right: 10px; }
  #Linkcolumndropdown .field-edit:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  #Linkcolumndropdown .field-edit .svg-help:hover {
    fill: #333333; }
  #Linkcolumndropdown .field-edit .field-text {
    color: #333333; }
  #Linkcolumndropdown .field-edit .lookup-field-info {
    display: flex;
    align-items: center;
    width: 100%; }
  #Linkcolumndropdown .field-edit .back-btn-info {
    display: flex;
    font-size: 11px;
    color: #666;
    padding-right: 8px;
    cursor: pointer; }
    #Linkcolumndropdown .field-edit .back-btn-info .back-text {
      color: #666666; }
  #Linkcolumndropdown .field-edit .tablelist-input {
    border: none !important;
    box-shadow: none !important;
    margin: 0px !important;
    padding: 7px !important;
    width: 100% !important; }
    #Linkcolumndropdown .field-edit .tablelist-input:focus {
      border: none !important; }
  #Linkcolumndropdown .field-edit .search-close {
    opacity: .5;
    display: flex;
    align-items: center;
    justify-content: center; }

#Linkcolumndropdown .field-box {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  margin: 10px 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }
  #Linkcolumndropdown .field-box .fieldtype-header {
    cursor: pointer; }
    #Linkcolumndropdown .field-box .fieldtype-header input {
      border: none !important;
      background: none;
      box-shadow: none !important; }
    #Linkcolumndropdown .field-box .fieldtype-header:focus-visible {
      outline: none; }
  #Linkcolumndropdown .field-box .field-select {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-top: none;
    height: calc(100vh - 418px) !important; }
    #Linkcolumndropdown .field-box .field-select ul {
      cursor: pointer; }
    #Linkcolumndropdown .field-box .field-select .border-class {
      color: #333333;
      border-radius: 6px;
      margin-right: 2px;
      margin-left: 2px; }
      #Linkcolumndropdown .field-box .field-select .border-class:hover {
        background-color: rgba(0, 0, 0, 0.05); }
      #Linkcolumndropdown .field-box .field-select .border-class .field-text {
        flex: 1 1 auto; }
      #Linkcolumndropdown .field-box .field-select .border-class .arrow-icon {
        font-size: 16px;
        opacity: .5;
        display: flex;
        align-items: center;
        justify-content: center; }
      #Linkcolumndropdown .field-box .field-select .border-class .create-table {
        display: flex;
        align-items: center; }
        #Linkcolumndropdown .field-box .field-select .border-class .create-table .add-icon {
          margin-right: 2px;
          margin-left: -4px; }
  #Linkcolumndropdown .field-box .field-not-matching {
    height: calc(100vh - 580px);
    display: flex;
    align-items: center;
    justify-content: center; }

#LinkColumnDeleteModal {
  max-height: calc(-48px + 100vh);
  pointer-events: all;
  max-width: 522px;
  overflow: visible;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  border-radius: 6px;
  line-height: 1.5;
  background-color: #fff;
  animation-name: bounceIn;
  animation-duration: 240ms; }
  #LinkColumnDeleteModal .dependColumnHeader {
    padding: 32px 32px 24px; }
    #LinkColumnDeleteModal .dependColumnHeader .depend-column-headerText {
      cursor: text;
      font-size: 21px;
      font-weight: normal;
      color: #1d1f25; }
  #LinkColumnDeleteModal .columnsBoxshadow {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 6px 6px; }
  #LinkColumnDeleteModal .dependColumn-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0; }
    #LinkColumnDeleteModal .dependColumn-container .dependColumn-content {
      overflow: auto;
      display: flex;
      flex-direction: column; }
      #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx {
        min-width: 350px;
        height: 100%;
        display: flex;
        flex-direction: column; }
        #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info {
          padding: 0 32px; }
          #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info {
            display: flex;
            flex-direction: column; }
            #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .header-info {
              cursor: pointer;
              display: flex;
              align-items: center;
              padding: 16px 0;
              font-weight: 500; }
              #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .header-info .columnHeader-text {
                line-height: 1.25;
                font-size: 15px;
                font-weight: 600;
                color: #1d1f25; }
                #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .header-info .columnHeader-text .column-number {
                  opacity: .5;
                  margin-left: 4px; }
              #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .header-info .angle-icon {
                opacity: .75;
                flex: none;
                margin: 0 0 0 auto;
                color: #1d1f25;
                fill: #1d1f25;
                width: 16px;
                height: 16px;
                font-size: 16px; }
            #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content {
              padding: 0 0 16px; }
              #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content .selectedColumn-bx {
                display: flex;
                flex-direction: column; }
                #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content .selectedColumn-bx .column-header {
                  border: 1px solid rgba(0, 0, 0, 0.1);
                  border-bottom: none;
                  border-top-right-radius: 3px;
                  border-top-left-radius: 3px;
                  background-color: rgba(0, 0, 0, 0.05);
                  font-size: 11px;
                  padding: 8px 12px; }
                #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content .selectedColumn-bx .selectColumn-content {
                  font-size: 13px;
                  display: block;
                  border: 1px solid rgba(0, 0, 0, 0.1);
                  border-bottom-right-radius: 3px;
                  border-bottom-left-radius: 3px; }
                  #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content .selectedColumn-bx .selectColumn-content .selectColumn-ul .selectColumn-list {
                    display: flex;
                    flex-direction: column;
                    list-style: none; }
                    #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content .selectedColumn-bx .selectColumn-content .selectColumn-ul .selectColumn-list .selectColumn-info {
                      display: flex;
                      align-items: center;
                      padding: 12px; }
                      #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content .selectedColumn-bx .selectColumn-content .selectColumn-ul .selectColumn-list .selectColumn-info .columnIcon {
                        width: 16px;
                        height: 16px;
                        flex: none;
                        color: #1d1f25;
                        fill: #1d1f25;
                        opacity: .75; }
                      #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content .selectedColumn-bx .selectColumn-content .selectColumn-ul .selectColumn-list .selectColumn-info .selectColumn-title {
                        display: block;
                        flex: 1 1 auto;
                        min-width: 0;
                        min-height: 0;
                        margin-left: 12px; }
                        #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content .selectedColumn-bx .selectColumn-content .selectColumn-ul .selectColumn-list .selectColumn-info .selectColumn-title .selectColumn-text {
                          display: block; }
                  #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content .selectedColumn-bx .selectColumn-content .selectColumn-ul .show-more-content {
                    list-style: none; }
                    #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content .selectedColumn-bx .selectColumn-content .selectColumn-ul .show-more-content .show-more-column {
                      cursor: pointer;
                      width: 100%;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      padding: 8px 0;
                      color: #166ee1;
                      border-top: 1px solid rgba(0, 0, 0, 0.1); }
              #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content .selected-lookup-column {
                margin-top: 16px; }
  #LinkColumnDeleteModal .dependColumn-footer {
    padding: 16px 32px;
    display: flex;
    flex-direction: column; }
    #LinkColumnDeleteModal .dependColumn-footer .footer-note {
      cursor: text;
      opacity: .75;
      font-size: 11px;
      font-weight: normal;
      color: #1d1f25; }
      #LinkColumnDeleteModal .dependColumn-footer .footer-note .keyboard-action {
        display: inline-block; }
        #LinkColumnDeleteModal .dependColumn-footer .footer-note .keyboard-action .kbd-css {
          border-radius: 3px;
          line-height: 16px;
          margin-left: 1px;
          margin-right: 1px;
          margin-bottom: 0px;
          min-width: 14px;
          padding: 0px 2px;
          height: 16px;
          text-align: center;
          text-transform: uppercase;
          background-color: rgba(0, 0, 0, 0.05);
          font: inherit; }
    #LinkColumnDeleteModal .dependColumn-footer .label-info {
      width: min-content;
      display: flex;
      align-items: center;
      margin: 8px 0px 0px;
      white-space: nowrap;
      font-size: 13px; }
      #LinkColumnDeleteModal .dependColumn-footer .label-info .checkbx-css {
        width: 16px;
        height: 16px;
        border: 2px solid rgba(0, 0, 0, 0.1);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
        border-radius: 3px;
        flex: none; }
        #LinkColumnDeleteModal .dependColumn-footer .label-info .checkbx-css:focus {
          outline: none; }
      #LinkColumnDeleteModal .dependColumn-footer .label-info .checkbx-checkedCss {
        border-color: #166ee1;
        background-color: #166ee1; }
        #LinkColumnDeleteModal .dependColumn-footer .label-info .checkbx-checkedCss .check-icon {
          color: #fff;
          fill: #fff;
          width: 16px;
          height: 16px; }
      #LinkColumnDeleteModal .dependColumn-footer .label-info .alert-checkbox {
        outline: 0;
        color: #1d1f25;
        margin: 0 4px 0 0;
        position: absolute;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        white-space: nowrap;
        padding: 4px;
        border-radius: 2px;
        font-size: 13px;
        line-height: 18px;
        border: 1px solid #cccecf;
        box-shadow: none;
        resize: none; }
      #LinkColumnDeleteModal .dependColumn-footer .label-info .select-dropdown {
        width: auto;
        margin: 0 8px;
        display: flex;
        display: flex;
        justify-content: space-between; }
        #LinkColumnDeleteModal .dependColumn-footer .label-info .select-dropdown .dropdown-btn {
          cursor: pointer;
          height: 36px;
          width: 100%;
          min-width: 88px;
          border: 2px solid rgba(0, 0, 0, 0.1);
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 0 8px;
          border-radius: 6px;
          border-bottom-left-radius: 6px !important;
          border-bottom-right-radius: 6px !important;
          text-align: left;
          background-color: #fff;
          box-sizing: border-box;
          color: #1d1f25;
          padding: 0 8px;
          line-height: 1.5;
          box-shadow: none; }
          #LinkColumnDeleteModal .dependColumn-footer .label-info .select-dropdown .dropdown-btn input.search {
            height: 32px;
            width: 100%;
            outline: 0;
            color: #1d1f25;
            display: flex;
            margin: 0;
            padding: 0 8px;
            cursor: pointer; }
          #LinkColumnDeleteModal .dependColumn-footer .label-info .select-dropdown .dropdown-btn .angle-icon {
            flex: none;
            margin: 0 0 0 8px;
            color: #00000080;
            width: 16px;
            height: 16px;
            font-size: 16px;
            display: flex;
            align-items: center; }
          #LinkColumnDeleteModal .dependColumn-footer .label-info .select-dropdown .dropdown-btn .filtered {
            width: 100%; }
          #LinkColumnDeleteModal .dependColumn-footer .label-info .select-dropdown .dropdown-btn .visible {
            max-height: 280px;
            width: 100%;
            flex: 1 1 auto;
            min-width: 0;
            min-height: 0;
            display: flex !important;
            flex-direction: column;
            border-radius: 6px;
            box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16), 0px 3px 4px rgba(0, 0, 0, 0.06), 0px 6px 8px rgba(0, 0, 0, 0.06), 0px 12px 16px rgba(0, 0, 0, 0.08), 0px 18px 32px rgba(0, 0, 0, 0.06);
            border: none;
            margin-top: 6px;
            background-color: #fff; }
            #LinkColumnDeleteModal .dependColumn-footer .label-info .select-dropdown .dropdown-btn .visible .item {
              min-height: 36px;
              cursor: pointer;
              width: 100%;
              display: flex;
              align-items: center;
              padding: 8px !important;
              list-style: none; }
              #LinkColumnDeleteModal .dependColumn-footer .label-info .select-dropdown .dropdown-btn .visible .item .text {
                width: 100%;
                max-width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: #1d1f25;
                font-size: 13px; }
            #LinkColumnDeleteModal .dependColumn-footer .label-info .select-dropdown .dropdown-btn .visible .message {
              margin: 0;
              padding: 0 8px;
              opacity: .5;
              height: 36px;
              display: flex;
              align-items: center; }
          #LinkColumnDeleteModal .dependColumn-footer .label-info .select-dropdown .dropdown-btn .dropdown-selector {
            flex: 1 1 auto;
            min-width: 0;
            min-height: 0;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 13px;
            color: #1d1f25; }
    #LinkColumnDeleteModal .dependColumn-footer .footer-action {
      display: flex;
      align-items: center;
      margin-top: 16px; }
      #LinkColumnDeleteModal .dependColumn-footer .footer-action .feedback-link {
        color: #166ee1;
        outline: 0;
        font-size: 11px; }
      #LinkColumnDeleteModal .dependColumn-footer .footer-action .footer-btn-css {
        height: 32px;
        font-size: 13px;
        line-height: 22px;
        max-width: 100%;
        border: 0;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 12px;
        border-radius: 6px; }
        #LinkColumnDeleteModal .dependColumn-footer .footer-action .footer-btn-css .btn-text {
          transform: translateY(-0.5px);
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 13px; }
      #LinkColumnDeleteModal .dependColumn-footer .footer-action .cancel-btn-css {
        background-color: transparent;
        margin: 0 8px 0 auto;
        color: #1d1f25; }
        #LinkColumnDeleteModal .dependColumn-footer .footer-action .cancel-btn-css:hover {
          background-color: rgba(0, 0, 0, 0.05); }
      #LinkColumnDeleteModal .dependColumn-footer .footer-action .delete-btn-css {
        color: #fff;
        fill: #fff;
        background-color: #dc043b;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
        #LinkColumnDeleteModal .dependColumn-footer .footer-action .delete-btn-css:hover {
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

@keyframes bounceIn {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: .9;
    transform: scale3d(0.98, 0.98, 0.98); }
  70% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  100% {
    transform: scale3d(1, 1, 1); } }

.dropdown-optionContent {
  position: fixed;
  z-index: 10004;
  width: 81.4219px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  border-radius: 6px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16), 0px 3px 4px rgba(0, 0, 0, 0.06), 0px 6px 8px rgba(0, 0, 0, 0.06), 0px 12px 16px rgba(0, 0, 0, 0.08), 0px 18px 32px rgba(0, 0, 0, 0.06);
  background-color: #fff; }
  .dropdown-optionContent .dropdown-menu {
    max-height: 280px;
    width: 100%;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column; }
    .dropdown-optionContent .dropdown-menu .search-inputOption {
      height: 36px;
      width: 100%;
      border: 0px;
      outline: 0;
      color: #1d1f25;
      background-color: transparent;
      position: relative;
      display: flex;
      margin: 0;
      padding: 0 8px; }
    .dropdown-optionContent .dropdown-menu .options-ui {
      position: relative;
      overflow: auto;
      flex: 1 1 auto;
      min-width: 0;
      min-height: 0; }
      .dropdown-optionContent .dropdown-menu .options-ui .options-list {
        min-height: 36px;
        cursor: pointer;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 8px;
        list-style: none; }
        .dropdown-optionContent .dropdown-menu .options-ui .options-list .options-text {
          width: 100%;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }

.ui.visible.dimmer > #LinkColumnDeleteModal {
  z-index: 10 !important; }

#UpgradeModel .content {
  padding: 22px; }

#UpgradeModel h3 {
  font-weight: bold; }

#UpgradeModel p {
  margin-top: 20px;
  font-size: 16;
  margin-bottom: 15px; }

#UpgradeModel li {
  font-size: 16;
  padding: 6px; }

#UpgradeModel .action-btn {
  margin-top: 20px;
  justify-content: center;
  display: flex;
  align-items: center; }
  #UpgradeModel .action-btn .plan-btn {
    display: block;
    width: 100%;
    border: none;
    text-align: center; }
  #UpgradeModel .action-btn .compare-btn {
    text-align: center;
    margin-top: 8px; }

@media only screen and (min-width: 992px) {
  #UpgradeModel {
    width: 414px !important; } }

.page-box-list {
  width: 100%; }
  .page-box-list .elements-heander {
    width: 100%;
    font-size: 16px;
    font-weight: 500; }
  .page-box-list .page-box-list {
    width: 100%;
    height: 50px;
    opacity: 1 !important; }
  .page-box-list .page-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    margin-top: 10px;
    background-color: #f8f8f8;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    font-size: 14px;
    cursor: grab;
    opacity: 1;
    user-select: none; }
    .page-box-list .page-item .page-icon {
      display: flex;
      margin-right: 10px;
      font-size: 16px; }
    .page-box-list .page-item .page-label {
      font-size: 14px; }
    .page-box-list .page-item .ele-powerUps {
      display: flex;
      align-items: center;
      margin-left: auto;
      cursor: pointer; }
  .page-box-list .drag-clone {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-top: 10px;
    background-color: #f8f8f8;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    font-size: 14px;
    cursor: move;
    opacity: 1; }
    .page-box-list .drag-clone .page-icon {
      display: flex;
      margin-right: 10px;
      font-size: 16px; }
    .page-box-list .drag-clone .page-label {
      font-size: 14px; }

.column-box-list {
  margin-top: 10px; }
  .column-box-list .column-box {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-top: 10px;
    background-color: #f8f8f8;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    font-size: 14px; }
    .column-box-list .column-box:hover {
      border: 1px solid #f1f1f2;
      border-radius: 2px; }
    .column-box-list .column-box .list-item-icon {
      font-size: 16px;
      margin-right: 10px; }
    .column-box-list .column-box .column-icon {
      margin-left: 15px;
      font-size: 16px; }
    .column-box-list .column-box .column-name {
      margin-left: 10px;
      font-size: 14px; }
    .column-box-list .column-box i {
      margin-left: auto; }
      .column-box-list .column-box i:hover {
        color: #f8f8f8; }
  .column-box-list .list-column-empty-empty {
    margin-top: 10px;
    padding: 10px;
    background-color: #f7f7f7;
    border: 2px dashed #888;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    opacity: 60%; }

#SortModel, #UpdateFormFilterModal {
  background-color: #FFFFFF;
  border: 2px solid #ddd;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); }
  #SortModel .sort-bx-limit .sort-by-bx, #UpdateFormFilterModal .sort-bx-limit .sort-by-bx {
    max-width: 70px; }
  #SortModel .sort-box, #UpdateFormFilterModal .sort-box {
    padding: 6px 0; }
    #SortModel .sort-box i.close, #UpdateFormFilterModal .sort-box i.close {
      cursor: pointer;
      font-size: 13px;
      position: relative;
      top: -2px; }
    #SortModel .sort-box .Sort-text, #UpdateFormFilterModal .sort-box .Sort-text {
      width: 90px;
      font-weight: 400; }
    #SortModel .sort-box .sort-bx, #UpdateFormFilterModal .sort-box .sort-bx {
      position: relative;
      margin-right: 6px; }
    #SortModel .sort-box .sort-by-bx, #UpdateFormFilterModal .sort-box .sort-by-bx {
      background: #fff;
      border: 1px solid #ddd;
      padding: 4px 10px;
      border-radius: 4px;
      width: 100px;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      height: 30px; }
      #SortModel .sort-box .sort-by-bx span, #UpdateFormFilterModal .sort-box .sort-by-bx span {
        white-space: nowrap;
        width: 80px;
        overflow: hidden;
        font-weight: 400; }
      #SortModel .sort-box .sort-by-bx:hover, #UpdateFormFilterModal .sort-box .sort-by-bx:hover {
        background: #e7e7e7; }
      #SortModel .sort-box .sort-by-bx i, #UpdateFormFilterModal .sort-box .sort-by-bx i {
        position: relative;
        float: right;
        font-size: 10px;
        top: -4px;
        right: -3px; }
    #SortModel .sort-box .checkbox, #UpdateFormFilterModal .sort-box .checkbox {
      font-size: 12px; }
  #SortModel .select-box, #UpdateFormFilterModal .select-box {
    position: absolute;
    list-style: none;
    border: 1px solid #ddd;
    width: 130px;
    z-index: 1000;
    top: 33px;
    left: 7px;
    border-radius: 4px;
    background: #fff;
    max-height: 250px;
    overflow: auto;
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12); }
    #SortModel .select-box li, #UpdateFormFilterModal .select-box li {
      width: 120px;
      overflow: hidden;
      padding: 4px; }
      #SortModel .select-box li:hover, #UpdateFormFilterModal .select-box li:hover {
        background: #e7e7e7; }
  #SortModel .link-sort, #UpdateFormFilterModal .link-sort {
    margin: 10px;
    color: #0096FF; }
    #SortModel .link-sort:hover, #UpdateFormFilterModal .link-sort:hover {
      color: black; }
  #SortModel .empty-bx, #UpdateFormFilterModal .empty-bx {
    padding: 10px;
    color: #909090; }

#UpdateFormFilterModal {
  background-color: #FFFFFF;
  border: none;
  width: 100%;
  position: relative !important;
  top: 3px !important;
  padding: 0px !important; }
  #UpdateFormFilterModal .filter-box {
    flex-wrap: wrap;
    row-gap: 10px;
    display: flex;
    align-items: center;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-top: 7px; }
  #UpdateFormFilterModal .mainFilterDiv {
    flex-wrap: wrap;
    row-gap: 10px;
    display: flex;
    align-items: center;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-top: 7px; }
  #UpdateFormFilterModal .Select-menu-outer {
    width: auto !important;
    min-width: 100%; }
  #UpdateFormFilterModal .Select-placeholder {
    text-align: center;
    line-height: 29px; }
  #UpdateFormFilterModal .Select-arrow-zone {
    padding-top: 4px; }
  #UpdateFormFilterModal .close-icon {
    display: none; }
  @media screen and (max-width: 767px) {
    #UpdateFormFilterModal {
      left: -164px; }
      #UpdateFormFilterModal .close-icon {
        display: block; } }
  #UpdateFormFilterModal .link-sort {
    cursor: pointer; }
    #UpdateFormFilterModal .link-sort:hover {
      font-size: 13px; }
  #UpdateFormFilterModal .foundCellDiv {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 5px;
    margin-top: 20px; }

#dashContainer {
  position: relative;
  /* Animations to fade the snackbar in and out */ }
  #dashContainer .GoTo {
    position: absolute;
    right: 20px;
    z-index: 1001;
    /* height: 30px; */
    padding: 10px;
    top: 48px;
    border-radius: 5px;
    background-color: #555;
    color: #fff;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.43);
    /* box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75); */ }
    #dashContainer .GoTo i {
      color: #fff; }
    #dashContainer .GoTo input {
      color: #fff; }

.disableoverlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999; }

#Spreadsheets {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
  position: relative;
  background: #f6f6f6;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll; }
  #Spreadsheets::-webkit-scrollbar-track {
    margin-top: 32px; }
  #Spreadsheets #gridCotainer {
    position: relative;
    white-space: nowrap;
    min-height: 100%;
    width: 100%;
    overflow: hidden; }
  #Spreadsheets .panel-head {
    z-index: 2;
    width: inherit; }
    #Spreadsheets .panel-head .panel-row.panel-header {
      font-weight: 700;
      padding: 1px 0;
      padding-top: 3px;
      background-color: #f5f5f5;
      border-bottom-color: #d2d2d2;
      border-bottom: 2px solid #e1e1e1;
      cursor: -webkit-grab; }
      #Spreadsheets .panel-head .panel-row.panel-header:hover {
        background: #e6e6e6; }
      #Spreadsheets .panel-head .panel-row.panel-header .panel-cell {
        display: flex;
        justify-content: space-between; }
        #Spreadsheets .panel-head .panel-row.panel-header .panel-cell span {
          padding: 0 !important;
          font-weight: 500;
          color: #555555 !important; }
      #Spreadsheets .panel-head .panel-row.panel-header .line-drop {
        position: absolute;
        user-select: none;
        width: 10px;
        height: 100%;
        top: 0px;
        right: -5px;
        cursor: col-resize; }
    #Spreadsheets .panel-head svg {
      cursor: default;
      opacity: 0.8; }
      #Spreadsheets .panel-head svg:hover {
        opacity: 1; }
    #Spreadsheets .panel-head svg:last-child {
      cursor: pointer; }
      #Spreadsheets .panel-head svg:last-child:hover {
        fill: #222; }
    #Spreadsheets .panel-head span div {
      width: 5px !important;
      right: -2px !important;
      height: 32px !important; }
      #Spreadsheets .panel-head span div:hover {
        background: #3781f9 !important; }
  #Spreadsheets .panel-head-not-stick {
    z-index: 2;
    width: inherit; }
    #Spreadsheets .panel-head-not-stick .panel-row.panel-header {
      font-weight: 700;
      padding: 4px 0;
      background-color: #f5f5f5;
      border-bottom-color: #d2d2d2;
      cursor: -webkit-grab; }
      #Spreadsheets .panel-head-not-stick .panel-row.panel-header:hover {
        background: #e6e6e6; }
      #Spreadsheets .panel-head-not-stick .panel-row.panel-header .panel-cell {
        display: flex;
        justify-content: space-between; }
        #Spreadsheets .panel-head-not-stick .panel-row.panel-header .panel-cell span {
          padding: 0 !important;
          font-weight: 500;
          color: #555555 !important; }
      #Spreadsheets .panel-head-not-stick .panel-row.panel-header .line-drop {
        position: absolute;
        user-select: none;
        width: 10px;
        height: 100%;
        top: 0px;
        right: -5px;
        cursor: col-resize; }
    #Spreadsheets .panel-head-not-stick svg {
      cursor: default;
      opacity: 0.8; }
      #Spreadsheets .panel-head-not-stick svg:hover {
        opacity: 1; }
    #Spreadsheets .panel-head-not-stick svg:last-child {
      cursor: pointer; }
      #Spreadsheets .panel-head-not-stick svg:last-child:hover {
        fill: #222; }
    #Spreadsheets .panel-head-not-stick span div {
      width: 5px !important;
      right: -2px !important;
      height: 32px !important; }
      #Spreadsheets .panel-head-not-stick span div:hover {
        background: #3781f9 !important; }
  #Spreadsheets .remove-summary-left-css .left-panel-summary-cell {
    border-right: none !important; }
  #Spreadsheets .left-panel-summary-cell {
    height: 35px;
    display: flex;
    flex-direction: row;
    border-right: 2px solid #ccc;
    padding-left: 0 !important;
    top: auto !important;
    bottom: 0px; }
    #Spreadsheets .left-panel-summary-cell .rows {
      padding-left: 8px;
      font-size: 11px;
      font-weight: 500; }
  #Spreadsheets .panel-summary-cell {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 2;
    min-height: 35px;
    position: fixed !important;
    left: auto !important;
    border-right: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px 2px;
    background: #fbfbfb;
    top: calc(100vh - 163px);
    width: inherit;
    overflow: hidden; }
    #Spreadsheets .panel-summary-cell:hover {
      cursor: pointer;
      background: #f2f2f2; }
      #Spreadsheets .panel-summary-cell:hover .summary-cell-info > .info-lable-none {
        visibility: visible; }
    #Spreadsheets .panel-summary-cell .summary-cell-info {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end; }
      #Spreadsheets .panel-summary-cell .summary-cell-info .info-lable {
        margin-left: 2px;
        font-size: 11px;
        opacity: 0.8; }
      #Spreadsheets .panel-summary-cell .summary-cell-info .info-lable-none {
        margin-left: 2px;
        font-size: 11px;
        opacity: 0.8;
        visibility: hidden; }
      #Spreadsheets .panel-summary-cell .summary-cell-info .info-result {
        padding-left: 4px;
        font-size: 12px;
        font-weight: 600;
        margin-right: 2px; }
  #Spreadsheets .summary-menu {
    position: absolute;
    min-width: 180px;
    width: 180px;
    overflow-y: auto; }
  #Spreadsheets .active-user {
    border: 2px solid #c1e4b5 !important; }
    #Spreadsheets .active-user .active-user-tag {
      position: absolute;
      right: -2px;
      top: -19px;
      padding: 0px 10px;
      background: #c1e4b5; }
  #Spreadsheets .panel-row {
    width: 100%;
    contain: layout;
    border-bottom: 1px solid #dde1e3;
    position: relative;
    transition: height 500ms; }
    #Spreadsheets .panel-row .panel-cell {
      display: flex;
      height: inherit;
      padding: 0 6px;
      font-size: 13px;
      position: relative;
      overflow: hidden;
      border: 1px solid transparent;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      #Spreadsheets .panel-row .panel-cell .title-field {
        display: inline-block; }
      #Spreadsheets .panel-row .panel-cell .api-title-field {
        display: flex; }
      #Spreadsheets .panel-row .panel-cell .column-name {
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      #Spreadsheets .panel-row .panel-cell .column-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
      #Spreadsheets .panel-row .panel-cell .column-description {
        font-size: 10px;
        display: inline-block;
        opacity: 0.5; }
        #Spreadsheets .panel-row .panel-cell .column-description:hover {
          opacity: 0.8; }
      #Spreadsheets .panel-row .panel-cell .move-btn {
        opacity: 0.5;
        cursor: default;
        position: absolute;
        right: 24px;
        top: 8px; }
      #Spreadsheets .panel-row .panel-cell p {
        height: inherit;
        overflow: hidden;
        position: relative;
        max-width: 100%;
        word-wrap: break-word;
        line-height: 32px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        color: #000000;
        white-space: pre-line !important; }
      #Spreadsheets .panel-row .panel-cell span {
        display: contents;
        flex-wrap: wrap;
        align-items: flex-start;
        height: inherit;
        overflow: hidden;
        position: relative;
        max-width: 100%;
        padding-top: 2px;
        word-wrap: break-word;
        z-index: 1;
        color: #000000; }
    #Spreadsheets .panel-row input.input {
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      height: -webkit-fill-available;
      width: -moz-available;
      width: 100%;
      z-index: 1;
      background: #fff;
      border: 2px solid #0096FF;
      border-radius: 4px;
      outline: none;
      padding: 6px;
      box-shadow: none;
      line-height: 20px;
      font-size: 13px; }
    #Spreadsheets .panel-row .panel-cell-expand {
      display: flex;
      align-items: center;
      position: relative; }
      #Spreadsheets .panel-row .panel-cell-expand svg.favourite {
        position: absolute;
        left: 1px; }
      #Spreadsheets .panel-row .panel-cell-expand svg.bars {
        position: relative;
        margin-left: -4px;
        margin-top: 4px;
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
        font-size: 18px;
        color: #909090;
        opacity: 0.3; }
      #Spreadsheets .panel-row .panel-cell-expand .color-formating-colorline {
        border-left: 8px solid white;
        height: 20px;
        border-radius: 10px;
        margin-right: 4px; }
      #Spreadsheets .panel-row .panel-cell-expand .txt-count {
        position: relative;
        margin-left: -4px;
        margin-top: 4px;
        min-width: 18px;
        max-width: 18px;
        text-align: center;
        color: #707070; }
      #Spreadsheets .panel-row .panel-cell-expand .arrows.alternate.vertical {
        position: relative;
        cursor: pointer;
        left: 2px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #Spreadsheets .panel-row .panel-cell-expand .arrows.alternate.vertical i {
          height: 17px;
          color: #0096FF; }
        #Spreadsheets .panel-row .panel-cell-expand .arrows.alternate.vertical .comment-count {
          height: auto;
          min-width: 18px;
          width: auto;
          padding: 1px;
          text-align: center;
          color: #0096FF;
          background-color: #ddd;
          border-radius: 25px; }
          #Spreadsheets .panel-row .panel-cell-expand .arrows.alternate.vertical .comment-count:hover {
            background-color: #d0f0fd; }
    #Spreadsheets .panel-row .panel-cell.selected-cell {
      border: 2px solid #0096FF;
      border-radius: 2px; }
      #Spreadsheets .panel-row .panel-cell.selected-cell::selection {
        background: #ceddf3; }
    #Spreadsheets .panel-row .panel-cell.active-row {
      background: #ecebeb61; }
      #Spreadsheets .panel-row .panel-cell.active-row p::selection {
        background: #ceddf3; }
    #Spreadsheets .panel-row .panel-cell.selected-row {
      background: rgba(0, 150, 255, 0.09) !important; }
    #Spreadsheets .panel-row .panel-cell .selectDrag {
      content: '';
      position: absolute;
      border: 1px solid #0096FF;
      background: #0096FF;
      height: 8px;
      width: 8px;
      border-radius: 1px;
      bottom: -0.5px;
      right: -1px;
      z-index: 1;
      cursor: crosshair; }
    #Spreadsheets .panel-row .panel-cell.multi-selected {
      background-color: rgba(0, 150, 255, 0.2) !important; }
    #Spreadsheets .panel-row .panel-cell.DropaBle {
      background: gray;
      opacity: 0.5; }
    #Spreadsheets .panel-row .panel-cell.cell-filling {
      background-color: rgba(33, 33, 33, 0.1) !important; }
    #Spreadsheets .panel-row .panel-cell.search-matched {
      background-color: rgba(255, 185, 0, 0.1); }
    #Spreadsheets .panel-row .panel-cell.filter-matched {
      background-color: #b2d48f45; }
    #Spreadsheets .panel-row .panel-cell.sort-matched {
      background-color: rgba(230, 246, 255, 0.5); }
    #Spreadsheets .panel-row .panel-cell.search-selected {
      background-color: rgba(255, 185, 0, 0.5) !important; }
    #Spreadsheets .panel-row .panel-cell.border-top {
      border-top: 1px solid #0096FF; }
    #Spreadsheets .panel-row .panel-cell.border-bottom {
      border-bottom: 1px solid #0096FF; }
    #Spreadsheets .panel-row .panel-cell.border-left {
      border-left: 1px solid #0096FF; }
    #Spreadsheets .panel-row .panel-cell.border-right {
      border-right: 1px solid #0096FF; }
    #Spreadsheets .panel-row .static-cell {
      min-width: 65px;
      border-right: 0;
      text-align: left;
      padding-left: 10px;
      cursor: default; }
    #Spreadsheets .panel-row .last-cell {
      width: 100%;
      border-right: 0; }
    #Spreadsheets .panel-row .panel-first-cell-expandopen {
      width: fit-content;
      border-right: 0; }
      #Spreadsheets .panel-row .panel-first-cell-expandopen span {
        color: blue !important;
        cursor: pointer !important; }
      #Spreadsheets .panel-row .panel-first-cell-expandopen p {
        color: blue !important;
        cursor: pointer !important; }
    #Spreadsheets .panel-row .icon-cell span {
      display: inline-block; }
    #Spreadsheets .panel-row .icon-cell svg {
      margin-right: 6px; }
  #Spreadsheets .selected-row {
    background: rgba(0, 150, 255, 0.09) !important; }
  #Spreadsheets .panel-data {
    position: relative;
    margin-top: 33px; }
  #Spreadsheets .no-row-found {
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .8; }
  #Spreadsheets .remove-effect {
    border-right: none !important;
    box-shadow: none !important; }
  #Spreadsheets .left-panel {
    position: absolute !important;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 11;
    transform: none !important;
    min-height: 100%;
    background: #f6f6f6;
    border-right: 2px solid #ccc; }
    #Spreadsheets .left-panel .panel-head {
      border-right: 1px solid #bfc1c2;
      position: fixed !important; }
    #Spreadsheets .left-panel .panel-head-not-stick {
      position: absolute; }
  #Spreadsheets .cell-field-typer input {
    width: calc(100% - 59px) !important;
    left: 59px !important; }
  #Spreadsheets .divider {
    cursor: e-resize;
    position: absolute;
    top: 32px;
    right: -4px;
    height: 100%;
    width: 20px;
    display: inline-block;
    z-index: 1000; }
    #Spreadsheets .divider:after {
      content: '';
      position: absolute;
      right: 4px;
      width: 2px;
      height: 100%; }
    #Spreadsheets .divider .divider-thumb {
      position: absolute;
      right: -0px;
      width: 8px;
      height: 50px;
      border-radius: 4px;
      background: #123763;
      visibility: hidden; }
    #Spreadsheets .divider:hover:after {
      background: #123763; }
    #Spreadsheets .divider:hover .divider-thumb {
      visibility: visible; }
  #Spreadsheets .column-header .add-column-header .add-column {
    height: 33px;
    cursor: pointer;
    opacity: 0.6; }
    #Spreadsheets .column-header .add-column-header .add-column:hover {
      opacity: 1; }
  #Spreadsheets .column-header .add-new-col {
    width: 100px;
    text-align: center;
    background: transparent !important;
    border-right: 0 !important;
    position: relative !important; }
    #Spreadsheets .column-header .add-new-col .tooltip {
      display: none;
      position: absolute;
      z-index: 1000;
      left: 67px;
      top: 43px;
      background: #fff;
      padding: 6px;
      color: #555555;
      border-radius: 5px;
      border: 2px solid #ccc; }
    #Spreadsheets .column-header .add-new-col:hover .tooltip {
      display: block; }
  #Spreadsheets .right-panel-wrapper {
    position: absolute;
    z-index: 0;
    min-height: 100%; }
    #Spreadsheets .right-panel-wrapper::-webkit-scrollbar {
      width: 0px;
      display: none;
      background: transparent; }
    #Spreadsheets .right-panel-wrapper .panel-header {
      background: #e6e6e6; }
    #Spreadsheets .right-panel-wrapper .right-panel-column {
      float: left;
      min-height: 100%; }
  #Spreadsheets .fix-add-row {
    position: fixed;
    bottom: 35px;
    left: 0;
    z-index: 100000;
    border: 1px solid #e1e1e1 !important; }
  #Spreadsheets .add-row-header {
    height: 32px;
    cursor: pointer;
    background: #f6f6f6;
    border-bottom: 1px solid #e1e1e1; }
    #Spreadsheets .add-row-header .add-row {
      height: 30px;
      cursor: pointer;
      font-weight: 600;
      border: 0;
      opacity: 0.6; }
    #Spreadsheets .add-row-header:hover {
      background: #e6e6e6; }
      #Spreadsheets .add-row-header:hover .add-row {
        opacity: 1; }
  #Spreadsheets .DragCoverElement {
    height: 100vh;
    width: 200px;
    position: absolute;
    z-index: 15;
    display: none;
    background: #000;
    opacity: 0.2; }
  #Spreadsheets .verticalLine {
    position: absolute;
    z-index: 15;
    display: none;
    width: 3px;
    height: 100vh;
    background: #000;
    opacity: 0.6; }

.pop-desc {
  border: 1px solid #ddd;
  height: 16px !important;
  width: 16px !important;
  background: #f8f8f8;
  font-size: 10px !important;
  border-radius: 22px; }

#editFieldProperty {
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  min-width: 320px;
  width: 100%; }
  #editFieldProperty #inputID::-moz-selection {
    background-color: #d6e6fd; }
  #editFieldProperty #inputID::selection {
    background-color: #d6e6fd; }
  #editFieldProperty .btn-action {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: fit-content;
    margin-left: auto;
    align-items: center; }
    #editFieldProperty .btn-action .btn-cancel {
      background: none; }
    #editFieldProperty .btn-action button:focus {
      outline: none; }
    #editFieldProperty .btn-action .btn-apply {
      background: #2d7ff9;
      border: none;
      color: white;
      opacity: 1;
      transition: 0.3s; }
  #editFieldProperty .render-box .rta__autocomplete {
    top: 22px;
    border: 1px solid #ccc;
    left: -264px;
    border-radius: 7px; }
    #editFieldProperty .render-box .rta__autocomplete ul {
      list-style: none; }
      #editFieldProperty .render-box .rta__autocomplete ul .rta__item--selected {
        background: #d4d3d3;
        border-radius: 5px; }
      #editFieldProperty .render-box .rta__autocomplete ul .rta__item {
        cursor: pointer;
        padding: 5px;
        border-radius: 5px; }
  #editFieldProperty .render-box .color-picker-btn {
    display: flex;
    flex-wrap: wrap; }
    #editFieldProperty .render-box .color-picker-btn .item {
      height: 25px;
      width: 25px;
      margin: 5px;
      border-radius: 5px; }
      #editFieldProperty .render-box .color-picker-btn .item:hover {
        transform: scale(1.1); }
    #editFieldProperty .render-box .color-picker-btn .active {
      transform: scale(1.1); }
  #editFieldProperty .render-box .icon-picker-btn {
    display: flex;
    flex-wrap: wrap; }
    #editFieldProperty .render-box .icon-picker-btn .item {
      margin: 5px;
      border-radius: 5px; }
      #editFieldProperty .render-box .icon-picker-btn .item:hover {
        transform: scale(1.1); }
    #editFieldProperty .render-box .icon-picker-btn .active {
      transform: scale(1.1); }
  #editFieldProperty .default-select input {
    padding: 0px !important;
    border: none !important;
    box-shadow: none !important; }
  #editFieldProperty .default-select .css-1okebmr-indicatorSeparator {
    display: none; }
  #editFieldProperty input, #editFieldProperty .input, #editFieldProperty textarea {
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 8px !important;
    margin: 4px 0 !important;
    outline: none !important;
    border: 2px solid #ddd !important;
    border-radius: 4px;
    box-shadow: 0 0 17px 0 #ddd !important; }
    #editFieldProperty input:focus, #editFieldProperty .input:focus, #editFieldProperty textarea:focus {
      border: 2px solid darkgrey; }
    #editFieldProperty input::selection, #editFieldProperty .input::selection, #editFieldProperty textarea::selection {
      background: #ceddf3; }
  #editFieldProperty select {
    border-radius: 4px; }
  #editFieldProperty .Select-input > input {
    padding: 0px !important;
    margin: none !important;
    outline: none !important;
    border: none !important;
    border-radius: 4px;
    box-shadow: none !important; }
  #editFieldProperty .dropdown input {
    border: none !important;
    border-radius: none !important;
    box-shadow: none !important; }
  #editFieldProperty select {
    -webkit-appearance: menulist-button;
    height: 36px; }
  #editFieldProperty .svg-help {
    margin-right: 5px; }
  #editFieldProperty .svg-help:hover {
    fill: #2652ae; }
  #editFieldProperty .fieldtype-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    height: 32px;
    font-size: 13px; }
  #editFieldProperty .field-select {
    position: absolute;
    right: 10px;
    left: 10px;
    border-radius: 4px;
    z-index: 15;
    overflow: auto;
    border-radius: 4px;
    background-color: #fff;
    overflow-y: scroll;
    max-height: calc(100vh - 272px); }
    #editFieldProperty .field-select ul {
      list-style: none;
      padding: 0; }
      #editFieldProperty .field-select ul li {
        padding: 0 10px;
        height: 32px;
        font-size: 13px;
        border: 1px solid #fff; }
        #editFieldProperty .field-select ul li svg:first-child {
          margin-right: 6px; }
        #editFieldProperty .field-select ul li:hover {
          background-color: rgba(0, 150, 255, 0.3); }
    #editFieldProperty .field-select::-webkit-scrollbar {
      width: 4px; }
  #editFieldProperty .conversion-wrapper {
    background-color: transparent; }
  #editFieldProperty .conversionModal {
    width: 500px; }
    #editFieldProperty .conversionModal h2 {
      margin-bottom: 4%; }
    #editFieldProperty .conversionModal .field-box {
      margin-bottom: 4%;
      background-color: transparent;
      border: 0; }
      #editFieldProperty .conversionModal .field-box p {
        margin-bottom: 7px;
        font-size: 14px; }
      #editFieldProperty .conversionModal .field-box kbd {
        border: 1px solid gray;
        background: whitesmoke;
        border-radius: 5px;
        padding: 2px;
        border-bottom-width: 2px;
        font-size: 10px;
        margin-left: 1px;
        margin-right: 1px;
        margin-bottom: 0px;
        min-width: 12px;
        padding: 1px 3px; }
    #editFieldProperty .conversionModal .conversionModal-footer {
      text-align: right; }
  #editFieldProperty .api-data p {
    margin: 5px 0px; }

#editModules {
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  min-width: 320px;
  width: 100%;
  border: 1px solid #ddd; }
  #editModules .title-text {
    background: #f8f8f8;
    font-weight: 500;
    padding: 10px;
    border-radius: 4px;
    margin-top: 0; }
  #editModules #quill-editor {
    background: #fff; }
    #editModules #quill-editor .ql-toolbar {
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      overflow: hidden; }
    #editModules #quill-editor .ql-container {
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      height: 150px; }

#scrollOverlay {
  position: absolute;
  background-color: #e7e7e7;
  z-index: 2;
  border-radius: 4px;
  left: 0;
  height: 9px;
  right: 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }
  #scrollOverlay .scroll-bar {
    height: 1px;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.28);
    border-radius: 10px;
    position: relative;
    cursor: pointer; }

#filterBox, .right-popup-wrapper {
  position: absolute;
  top: -41px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 5; }
  #filterBox .overlay, .right-popup-wrapper .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1; }
  #filterBox .filters, #filterBox .right-popup, .right-popup-wrapper .filters, .right-popup-wrapper .right-popup {
    z-index: 2;
    position: absolute;
    right: 0;
    width: min-content;
    min-width: 30em;
    height: 100%;
    background: #fff;
    border-left: 1px solid #ddd;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; }
  #filterBox .title-filter, .right-popup-wrapper .title-filter {
    padding: 10px;
    min-height: 41px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background: #f8f8f8;
    font-size: 16px;
    font-weight: 500; }
    #filterBox .title-filter svg, .right-popup-wrapper .title-filter svg {
      position: absolute;
      right: 8px;
      cursor: pointer; }

.automation {
  margin-top: 130px;
  z-index: 4; }

#renderBox {
  margin: 10px 0; }

#SelectList .select-main {
  baground: #fff; }

#SelectList .add-todo {
  cursor: pointer;
  textck-align: center;
  background: #fff;
  padding: 0px 4px;
  border-radius: 4px;
  font-size: 13px; }
  #SelectList .add-todo .select-color .color-tab {
    border: 0; }
  #SelectList .add-todo .select-color .color-tab-op {
    z-index: 10;
    width: auto;
    height: 40em; }
    #SelectList .add-todo .select-color .color-tab-op ul {
      flex-wrap: wrap; }
  #SelectList .add-todo input {
    flex: 1;
    border: 0 !important;
    box-shadow: none !important; }
  #SelectList .add-todo :hover .hello-main {
    background-color: 0; }

#SelectList i.align-right {
  color: #909090;
  margin: 8px; }
  #SelectList i.align-right:hover {
    color: #E53A40;
    cursor: pointer; }

#SelectList .content {
  width: 100%;
  margin-top: -2px; }
  #SelectList .content .option-text {
    text-overflow: ellipsis;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 8px;
    width: 300px; }

#SelectList .item:hover span {
  color: #212121; }

#SelectList .item:hover {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  width: 100%; }

#SelectList .header {
  font-weight: 400;
  display: flex; }

#SelectList .default-select .Select .Select-control .Select-placeholder {
  margin-top: 2px; }

.color-box {
  height: 16px;
  width: 16px;
  border-radius: 2px; }

.dragged-row {
  position: absolute;
  background: #fff;
  padding: 10px;
  z-index: 1000;
  border: 1px solid #ddd;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

.dragged-columns {
  top: 162px;
  bottom: 9px;
  position: fixed;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 1000;
  border: 1px solid #ddd;
  height: 100%;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out; }

.move-line {
  background-color: rgba(0, 150, 255, 0.1) !important; }

.dragged-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  min-width: 100px; }
  .dragged-box .moving-text {
    color: #909090;
    font-size: 12px; }
  .dragged-box .title {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.back-list-select {
  border: 0; }

.context-cell-menu {
  z-index: 100;
  position: absolute;
  max-width: 230px !important; }
  .context-cell-menu li {
    display: flex;
    align-items: center; }
    .context-cell-menu li span {
      width: 200px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      top: 0px !important; }
    .context-cell-menu li svg {
      top: 0px !important; }
  .context-cell-menu .error-label {
    color: #ffffff;
    background: #ff0000ba;
    padding: 2px 4px;
    border-radius: 5px;
    font-size: 9px; }
  .context-cell-menu .disable {
    color: #707070; }

.ct-datepicker .react-datepicker-wrapper {
  width: 100%; }

.ct-datepicker .react-datepicker__input-container {
  width: 100%; }

.react-datepicker-popper {
  z-index: 1000; }

.fsp-picker {
  z-index: 1001 !important; }
  .fsp-picker .fsp-picker__brand-container {
    display: none !important; }

.ct-checkbox-active {
  border: 2px solid #0096FF;
  border-radius: 4px; }

.warning {
  position: absolute;
  left: 0px;
  z-index: 50;
  background: #fff;
  top: 31px;
  min-width: -moz-min-content;
  border: 1px solid #d4d4d5;
  padding: .833em 1em;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 0.87);
  border-radius: .28571429rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  outline: none; }

.refresh-model-root .segment {
  box-shadow: 0 0 0 black; }

.refresh-model-root .provider-details {
  text-align: center; }
  .refresh-model-root .provider-details .header {
    margin: 10px;
    font-size: 32px;
    text-transform: capitalize; }
  .refresh-model-root .provider-details img {
    margin: auto; }
  .refresh-model-root .provider-details .api-info {
    line-height: 1.9em; }
    .refresh-model-root .provider-details .api-info .button {
      vertical-align: bottom;
      margin-left: 5px;
      position: absolute; }

.refresh-model-root .action-btn {
  display: flex; }
  .refresh-model-root .action-btn .button {
    margin: auto; }
  .refresh-model-root .action-btn .ref-btn {
    margin: auto;
    padding: 20px;
    width: 250px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ccc; }
    .refresh-model-root .action-btn .ref-btn:hover {
      background: #dcd7d7; }

.refresh-model-root .error {
  color: red;
  margin-bottom: 12px; }

.HHH {
  float: left;
  background: #fff;
  border: 1px solid; }

.horizontal-scroll {
  -webkit-overflow-scrolling: touch; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  padding-right: 0px; }

.react-datepicker__time-list-item {
  white-space: pre; }

.ps__thumb-x {
  height: 10px !important; }

.ps__rail-x:hover > .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 10px !important; }

.ps .ps__rail-x:hover, .ps .ps__rail-x:focus, .ps .ps__rail-x.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
  z-index: 15;
  height: 10px !important; }

.ps > .ps__rail-x, .ps--focus > .ps__rail-x {
  opacity: 0.9;
  z-index: 15;
  height: 10px !important; }

.ps__rail-y {
  z-index: 9; }

.ps__thumb-y {
  width: 10px !important; }

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 10px !important; }

.ps .ps__rail-y:hover, .ps .ps__rail-y:focus, .ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
  width: 10px !important; }

.ps > .ps__rail-y, .ps--focus > .ps__rail-y {
  opacity: 0.9;
  z-index: 15;
  width: 10px !important; }

.linkified {
  margin: 0 5; }

.default-select .Select {
  z-index: 2;
  min-height: 30px; }
  .default-select .Select .Select-clear {
    margin-top: -5px; }
  .default-select .Select .Select-control {
    position: relative;
    height: inherit !important;
    border-radius: 4px;
    z-index: 1 !important; }
    .default-select .Select .Select-control .Select-placeholder {
      line-height: 26px;
      padding: 0 12px !important; }
    .default-select .Select .Select-control .Select-multi-value-wrapper {
      display: inline-flex !important;
      flex-direction: row !important;
      flex-wrap: wrap !important;
      padding-left: 5px;
      min-height: 30px; }
    .default-select .Select .Select-control .Select-arrow-zone {
      cursor: pointer;
      display: table-cell !important;
      position: relative;
      text-align: center;
      vertical-align: middle !important;
      width: 25px;
      padding: 5px; }
    .default-select .Select .Select-control .Select-input {
      padding: 0px !important;
      vertical-align: middle;
      margin: auto 0; }
    .default-select .Select .Select-control .Select-input > input {
      box-sizing: border-box !important;
      padding: 0 !important; }
    .default-select .Select .Select-control:hover {
      box-shadow: none; }

.add-kanbanSelect .add-KanbanView {
  height: 43px;
  width: 100%;
  margin-top: 16px;
  display: flex;
  align-items: center;
  color: black;
  background-color: rgba(51, 132, 247, 0.1);
  border-radius: 10px; }

.formula .detailBoxFormula {
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #303b47;
  color: #fff;
  text-transform: none;
  border-radius: 5px;
  font-size: 13px !important;
  padding: 15px 10px;
  z-index: 3;
  opacity: 1;
  position: absolute;
  right: 20px;
  left: 20px;
  top: 224px;
  box-shadow: 0 0 17px 0 #ddd !important; }
  .formula .detailBoxFormula .infoBox .line:first-child {
    font-weight: bold;
    font-size: 15px; }

.formula .formula-input {
  font-weight: 600;
  font-size: 14px;
  color: green;
  min-height: 60px;
  max-height: 500px; }

.formula .formula-list {
  border-radius: 5px; }
  .formula .formula-list ul li {
    letter-spacing: 1px; }
  .formula .formula-list .ftypename {
    color: green;
    font-weight: 500;
    display: contents; }
  .formula .formula-list .ftypefunName {
    display: contents; }
  .formula .formula-list .tab {
    display: none; }
  .formula .formula-list .active {
    background-color: #e6e6e6; }
    .formula .formula-list .active .tab {
      color: #a2a0a0;
      display: contents !important; }

#conditionalModal #SortModel, #conditionalModal #FilterModel {
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  position: absolute;
  z-index: 1;
  padding: 10;
  background: #f5f5f5;
  margin-top: 30px; }
  #conditionalModal #SortModel .asc-desc-box, #conditionalModal #FilterModel .asc-desc-box {
    padding-top: 5px; }
    #conditionalModal #SortModel .asc-desc-box .checkbox, #conditionalModal #FilterModel .asc-desc-box .checkbox {
      margin: 0 10px; }
  #conditionalModal #SortModel .checkbox-filter, #conditionalModal #FilterModel .checkbox-filter {
    padding-top: 5px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 7px 10px;
    border-radius: 4px;
    width: 100px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 30px;
    width: 223px;
    justify-content: center;
    align-items: center;
    text-align: center; }
  #conditionalModal #SortModel .react-datepicker-wrapper, #conditionalModal #FilterModel .react-datepicker-wrapper {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 31px;
    margin-bottom: 2px;
    display: unset; }
    #conditionalModal #SortModel .react-datepicker-wrapper input, #conditionalModal #FilterModel .react-datepicker-wrapper input {
      border: none;
      margin-top: 2px;
      outline: none;
      box-shadow: 0 0 0px 0 #ddd !important;
      width: 223px; }
      #conditionalModal #SortModel .react-datepicker-wrapper input:focus, #conditionalModal #FilterModel .react-datepicker-wrapper input:focus {
        outline: none; }
  #conditionalModal #SortModel .sort-bx-limit .sort-by-bx, #conditionalModal #FilterModel .sort-bx-limit .sort-by-bx {
    max-width: 70px; }
  #conditionalModal #SortModel .sort-box, #conditionalModal #FilterModel .sort-box {
    padding: 6px 0; }
    #conditionalModal #SortModel .sort-box i.close, #conditionalModal #FilterModel .sort-box i.close {
      cursor: pointer;
      font-size: 13px;
      position: relative;
      margin-top: 6px; }
    #conditionalModal #SortModel .sort-box .Sort-text, #conditionalModal #FilterModel .sort-box .Sort-text {
      width: 90px;
      font-weight: 400;
      margin-top: 5px; }
    #conditionalModal #SortModel .sort-box .sort-bx, #conditionalModal #FilterModel .sort-box .sort-bx {
      position: relative;
      margin-right: 6px; }
    #conditionalModal #SortModel .sort-box .sort-by-bx, #conditionalModal #FilterModel .sort-box .sort-by-bx {
      background: #fff;
      border: 1px solid #ddd;
      padding: 4px 10px;
      border-radius: 4px;
      width: 100px;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      height: 30px; }
      #conditionalModal #SortModel .sort-box .sort-by-bx span, #conditionalModal #FilterModel .sort-box .sort-by-bx span {
        white-space: nowrap;
        width: -webkit-fill-available;
        width: -moz-available;
        overflow: hidden;
        font-weight: 400; }
      #conditionalModal #SortModel .sort-box .sort-by-bx:hover, #conditionalModal #FilterModel .sort-box .sort-by-bx:hover {
        background: #e7e7e7; }
      #conditionalModal #SortModel .sort-box .sort-by-bx i, #conditionalModal #FilterModel .sort-box .sort-by-bx i {
        position: relative;
        float: right;
        font-size: 10px;
        right: -3px; }
    #conditionalModal #SortModel .sort-box .checkbox, #conditionalModal #FilterModel .sort-box .checkbox {
      font-size: 12px; }
  #conditionalModal #SortModel .select-box, #conditionalModal #FilterModel .select-box {
    position: absolute;
    list-style: none;
    border: 1px solid #ddd;
    width: 130px;
    z-index: 1000;
    left: 7px;
    border-radius: 4px;
    background: #fff;
    max-height: 250px;
    overflow: auto;
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12);
    padding: 5px; }
    #conditionalModal #SortModel .select-box li, #conditionalModal #FilterModel .select-box li {
      width: 120px;
      overflow: hidden;
      padding: 4px;
      border-radius: 3px; }
      #conditionalModal #SortModel .select-box li:hover, #conditionalModal #FilterModel .select-box li:hover {
        background: #e7e7e7; }
  #conditionalModal #SortModel .link-sort, #conditionalModal #FilterModel .link-sort {
    margin: 10px;
    color: #3384f7; }
  #conditionalModal #SortModel .empty-bx, #conditionalModal #FilterModel .empty-bx {
    padding: 10px;
    color: #ccc; }
  #conditionalModal #SortModel .Select, #conditionalModal #FilterModel .Select {
    /* margin-top: 10px; */
    min-height: 30px;
    min-width: 150px; }
    #conditionalModal #SortModel .Select .Select-menu-outer, #conditionalModal #FilterModel .Select .Select-menu-outer {
      z-index: 2 !important; }
    #conditionalModal #SortModel .Select .Select-control, #conditionalModal #FilterModel .Select .Select-control {
      position: relative;
      border-radius: 4px;
      z-index: 1 !important; }
      #conditionalModal #SortModel .Select .Select-control .Select-placeholder, #conditionalModal #FilterModel .Select .Select-control .Select-placeholder {
        padding: 0 12px !important; }
      #conditionalModal #SortModel .Select .Select-control .Select-multi-value-wrapper, #conditionalModal #FilterModel .Select .Select-control .Select-multi-value-wrapper {
        display: inline-flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        padding-left: 5px;
        padding-top: 3px;
        min-height: 30px; }
      #conditionalModal #SortModel .Select .Select-control .Select-arrow-zone, #conditionalModal #FilterModel .Select .Select-control .Select-arrow-zone {
        cursor: pointer;
        display: table-cell !important;
        position: relative;
        text-align: center;
        vertical-align: middle !important;
        width: 25px;
        padding: 5px; }
      #conditionalModal #SortModel .Select .Select-control .Select-input, #conditionalModal #FilterModel .Select .Select-control .Select-input {
        height: 18px;
        padding: 0px !important;
        vertical-align: middle;
        margin: auto 0; }
      #conditionalModal #SortModel .Select .Select-control .Select-input > input, #conditionalModal #FilterModel .Select .Select-control .Select-input > input {
        box-sizing: border-box !important;
        padding: 0 !important; }
      #conditionalModal #SortModel .Select .Select-control:hover, #conditionalModal #FilterModel .Select .Select-control:hover {
        box-shadow: none; }
      #conditionalModal #SortModel .Select .Select-control .select-tag-wrapper, #conditionalModal #FilterModel .Select .Select-control .select-tag-wrapper {
        display: block;
        height: fit-content;
        border-radius: 8px;
        margin: 5px 2px;
        max-width: inherit; }
    #conditionalModal #SortModel .Select .tab-select-bx, #conditionalModal #FilterModel .Select .tab-select-bx {
      margin: 0 2px; }
    #conditionalModal #SortModel .Select .collaborator-tag, #conditionalModal #FilterModel .Select .collaborator-tag {
      display: inline-flex !important;
      align-items: center;
      height: 18px !important;
      border: 1px solid #eee;
      background-color: #eee;
      margin: 5px 2px;
      min-width: 40px;
      border-radius: 10px; }
      #conditionalModal #SortModel .Select .collaborator-tag img, #conditionalModal #FilterModel .Select .collaborator-tag img {
        width: 20px !important;
        height: 20px !important;
        margin: 0 !important; }
      #conditionalModal #SortModel .Select .collaborator-tag p, #conditionalModal #FilterModel .Select .collaborator-tag p {
        font-size: 13px;
        line-height: 18px !important;
        padding: 0 4px;
        overflow: hidden;
        margin: 0;
        white-space: nowrap;
        text-overflow: ellipsis; }
    #conditionalModal #SortModel .Select .select-tag, #conditionalModal #FilterModel .Select .select-tag {
      display: inline-flex !important;
      height: 18px !important;
      padding: 2px 8px;
      margin: 0;
      text-align: center;
      font-size: 12px;
      line-height: 13px;
      border-radius: 8px;
      background: #fff;
      color: #0096FF;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%;
      white-space: nowrap; }
      #conditionalModal #SortModel .Select .select-tag .Select-aria-only, #conditionalModal #FilterModel .Select .select-tag .Select-aria-only {
        position: relative !important; }
  #conditionalModal #SortModel .input-filter, #conditionalModal #FilterModel .input-filter {
    height: 30px;
    display: contents;
    width: auto;
    box-shadow: 0px 0px 0px !important; }

#conditionalModal #FilterModel {
  position: relative;
  background: #f5f5f5;
  margin-top: -8px;
  padding: 10;
  z-index: 1;
  left: 0px;
  margin-bottom: 25px; }
  #conditionalModal #FilterModel .sort-box .Sort-text {
    width: 60px;
    display: block;
    margin-top: 5px;
    margin-left: 10px; }
  #conditionalModal #FilterModel .filter-select {
    height: 30px; }
    #conditionalModal #FilterModel .filter-select input {
      padding: 0px !important;
      border: none !important;
      box-shadow: none !important; }
      #conditionalModal #FilterModel .filter-select input :focus {
        border: 0px solid darkgrey !important; }
    #conditionalModal #FilterModel .filter-select .Select-control {
      height: inherit; }
  #conditionalModal #FilterModel .input-filter {
    width: auto;
    box-shadow: 0px 0px 0px !important;
    height: 30px;
    display: contents; }
    #conditionalModal #FilterModel .input-filter input {
      width: auto;
      box-shadow: 0px 0px 0px !important; }
  #conditionalModal #FilterModel .Select .collaborator-tag {
    margin: 3px 2px !important; }
  #conditionalModal #FilterModel .Select .Select-multi-value-wrapper {
    padding-top: 1px !important; }
  #conditionalModal #FilterModel .css-1wmv80g-control {
    width: 223px !important; }
  #conditionalModal #FilterModel .css-1wmv80g-control {
    width: 223px !important; }
  #conditionalModal #FilterModel .css-2b097c-container {
    width: 223px !important; }
  #conditionalModal #FilterModel .css-b8ldur-Input input {
    padding: 0px !important;
    border: none !important;
    box-shadow: none !important; }
    #conditionalModal #FilterModel .css-b8ldur-Input input :focus {
      border: 0px solid darkgrey !important; }

#Rating .select-section {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #Rating .select-section .first-section {
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 2px 2px 11px 5px #ccc;
    padding: 5px;
    margin-top: 22px;
    margin-left: 10px;
    border-radius: 3px; }

#Rating .icon-ul-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row; }

#Rating .symbol-main {
  display: flex;
  align-items: center;
  cursor: pointer; }

#Rating .symbol-list {
  padding: 4.2px;
  margin-top: 10px; }

#Rating .rating-color-list {
  width: fit-content !important;
  margin-top: 10px; }

.multiline-warp span {
  white-space: pre-line !important; }

.attachment-drag-celledit .drop-file-content {
  display: none;
  margin: auto; }
  .attachment-drag-celledit .drop-file-content p {
    font-size: 14.5px;
    font-weight: 600; }

.attachment-drag-celledit .file-drop-dragging-over-frame .attachment-bx {
  background: #f5f5f5;
  justify-content: center;
  display: flex;
  align-items: center; }

.attachment-drag-celledit .file-drop-dragging-over-frame .attachment-bx-item {
  visibility: hidden; }

.attachment-drag-celledit .file-drop-dragging-over-frame .add-text {
  visibility: hidden; }

.attachment-drag-celledit .file-drop-dragging-over-frame .add {
  visibility: hidden; }

.attachment-drag-celledit .file-drop-dragging-over-frame .drop-file-content {
  display: block; }

.attachment-bx {
  font-size: 11px;
  height: inherit !important;
  padding-top: 0 !important;
  display: flex;
  flex-wrap: wrap;
  width: -webkit-fill-available;
  align-items: center; }
  .attachment-bx .add {
    margin-top: 5px;
    width: fit-content;
    font-weight: 500;
    cursor: pointer;
    float: left;
    font-size: 16px;
    align-items: center;
    display: flex;
    background: #c7c7c7;
    border-radius: 4px;
    padding: 0px 5px;
    margin: auto 5px auto 0px; }
  .attachment-bx .add-text {
    margin-top: 5px;
    margin-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin: auto 8px;
    overflow: hidden; }
  .attachment-bx ul {
    display: inline;
    height: inherit; }
  .attachment-bx li {
    display: flex;
    float: left;
    height: inherit; }
    .attachment-bx li img {
      position: relative;
      max-height: 80%;
      width: auto;
      margin: auto 3px;
      max-width: 100px;
      height: inherit;
      border: 2px solid transparent; }
      .attachment-bx li img:hover {
        border: 2px solid #0096FF; }
  .attachment-bx .attachment-bx-item .remove-icon {
    padding: 2px;
    position: absolute;
    margin-left: -25px;
    margin-top: 7px;
    border-radius: 0px; }
  .attachment-bx .img-data {
    position: relative;
    width: auto;
    max-width: 100px;
    height: -webkit-fill-available;
    margin-right: 5px;
    max-height: 38px;
    border-radius: 4px;
    border: 2px solid #d8d7d7de; }
    .attachment-bx .img-data:hover {
      border: 2px solid #0096FF; }
  .attachment-bx span:first-child {
    min-width: 16px; }
  .attachment-bx span:nth-child(2) {
    margin: 0 auto;
    color: #909090; }
  .attachment-bx .attachment-loader {
    margin: 0px 8px 0px 0px; }

.attachment-filr-drag .drop-file-content {
  display: none;
  width: auto;
  height: auto;
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .attachment-filr-drag .drop-file-content p {
    font-size: 14.5px;
    font-weight: 600; }

.attachment-filr-drag .file-drop-dragging-over-frame .attachment-bx {
  background: #f5f5f5;
  justify-content: center;
  display: none;
  align-items: center; }

.attachment-filr-drag .file-drop-dragging-over-frame .attachment-bx-item {
  visibility: hidden; }

.attachment-filr-drag .file-drop-dragging-over-frame .add-text {
  visibility: hidden; }

.attachment-filr-drag .file-drop-dragging-over-frame .add {
  visibility: hidden; }

.attachment-filr-drag .file-drop-dragging-over-frame .img-data {
  visibility: hidden; }

.attachment-filr-drag .file-drop-dragging-over-frame .drop-file-content {
  display: flex; }

.attachment-filr-drag .file-drop-target {
  height: 100%;
  margin: auto 0px; }
  .attachment-filr-drag .file-drop-target .file-logo {
    display: none; }

.ct-checkbox {
  position: absolute !important;
  text-align: center;
  top: 0px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 2px solid transparent;
  outline: none;
  padding: 6px; }

.tab-select-bx {
  margin: 0 2px; }

.collaborator-tag {
  display: inline-flex !important;
  align-items: center;
  height: 18px !important;
  border: 1px solid #eee;
  background-color: #eee;
  margin: 5px 2px;
  min-width: 40px;
  border-radius: 10px; }
  .collaborator-tag img {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important; }
  .collaborator-tag p {
    font-size: 13px;
    line-height: 18px !important;
    padding: 0 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

#CellEdit .multiLineTextEdit {
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  min-width: 320px;
  width: 100%;
  border: 1px solid #ddd; }
  #CellEdit .multiLineTextEdit #quill-editor {
    background: #fff; }
    #CellEdit .multiLineTextEdit #quill-editor .ql-toolbar {
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      overflow: hidden; }
      #CellEdit .multiLineTextEdit #quill-editor .ql-toolbar.ql-snow {
        border: 3px solid #ccc; }
    #CellEdit .multiLineTextEdit #quill-editor .ql-container {
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      height: 150px; }
  #CellEdit .multiLineTextEdit .arrows.alternate.vertical {
    font-size: 0.60em;
    z-index: 100000;
    position: absolute !important;
    right: 4px !important;
    background: #fff;
    top: 6px !important;
    background-color: #2185D0 !important;
    color: #fff; }
  #CellEdit .multiLineTextEdit .arrows.alternate.vertical:hover {
    color: #fff !important; }

.collaborator-tag-dummy {
  display: inline-flex !important;
  align-items: center;
  height: 18px !important;
  margin: 5px 2px;
  min-width: fit-content;
  max-width: 110px;
  width: -webkit-fill-available;
  border-radius: 10px;
  background-color: #eee;
  background-color: #eee; }
  .collaborator-tag-dummy img {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important; }
  .collaborator-tag-dummy p {
    font-size: 13px;
    line-height: 18px !important;
    padding: 0 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.render-box {
  background: #fff;
  height: -webkit-fill-available; }
  .render-box .arrows.alternate.vertical {
    z-index: 100000;
    position: absolute;
    background: #c1d6ee;
    right: 0px;
    top: 6px; }
  .render-box .arrows.alternate.vertical:hover {
    color: #fff !important;
    background: #ccc;
    box-shadow: 1px 1px 4px 1px #ccc; }
  .render-box .render-bx-border {
    height: -webkit-fill-available;
    border: 2px solid #0096FF;
    border-radius: 4px; }
    .render-box .render-bx-border .durationError {
      position: absolute;
      left: 0px;
      z-index: 50;
      background: #fff;
      width: 100%;
      top: 31px;
      min-width: -moz-min-content;
      border: 1px solid #d4d4d5;
      padding: .833em 1em;
      font-weight: 400;
      font-style: normal;
      color: rgba(0, 0, 0, 0.87);
      border-radius: .28571429rem;
      -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
      box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
      outline: none; }
    .render-box .render-bx-border input {
      width: -webkit-fill-available !important;
      height: auto !important;
      padding: 0px !important;
      margin: 6px;
      border: none !important; }
      .render-box .render-bx-border input:focus {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none; }
      .render-box .render-bx-border input:active {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none; }
  .render-box .react-phone-number-input {
    border: 2px solid #0096FF;
    border-radius: 4px;
    padding: 5px;
    background: #fff;
    overflow: hidden; }
    .render-box .react-phone-number-input select {
      display: none; }
    .render-box .react-phone-number-input .react-phone-number-input__row {
      display: flex;
      flex-direction: row; }
      .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__country {
        display: flex;
        justify-content: center; }
      .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon {
        width: 30px;
        display: flex;
        justify-content: center; }
        .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon svg {
          width: 20px;
          margin-top: 4px;
          margin-left: 6px;
          margin-right: 4px; }
        .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon img {
          width: 30px; }
      .render-box .react-phone-number-input .react-phone-number-input__row input {
        border: none;
        margin: auto;
        height: -webkit-fill-available;
        width: -webkit-fill-available;
        padding-left: 10px; }
        .render-box .react-phone-number-input .react-phone-number-input__row input:focus {
          border: none;
          box-shadow: none;
          -webkit-box-shadow: none;
          outline: none; }
        .render-box .react-phone-number-input .react-phone-number-input__row input:active {
          border: none;
          box-shadow: none;
          -webkit-box-shadow: none;
          outline: none; }
  .render-box .attachment-bx {
    border: 2px solid #0096FF;
    border-radius: 4px;
    padding: 5px;
    width: -webkit-fill-available; }
    .render-box .attachment-bx li {
      height: auto;
      margin: 3px auto; }
    .render-box .attachment-bx .add-text {
      margin-top: 5px;
      margin-right: 5px;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-weight: bold;
      margin: auto 8px;
      overflow: hidden; }
    .render-box .attachment-bx .add {
      margin-right: 5px; }
      .render-box .attachment-bx .add:hover {
        background: #d2d2da;
        opacity: .9; }
  .render-box .selectDrag {
    content: '';
    position: absolute;
    border: 1px solid #0096FF;
    background: #0096FF;
    height: 8px;
    width: 8px;
    border-radius: 1px;
    bottom: -2.5px;
    right: -3px;
    z-index: 1;
    cursor: crosshair; }
  .render-box .select-cell {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    outline: none;
    box-shadow: none;
    line-height: 18px; }
    .render-box .select-cell .css-1okebmr-indicatorSeparator {
      display: none; }
    .render-box .select-cell .css-yk16xz-control {
      border-radius: 0px; }
    .render-box .select-cell .Select {
      z-index: 2;
      min-height: 30px; }
      .render-box .select-cell .Select .Select-clear {
        margin-top: -5px; }
      .render-box .select-cell .Select .Select-control {
        position: relative;
        height: inherit !important;
        border: 2px solid #0096FF;
        border-radius: 4px;
        z-index: 1 !important; }
        .render-box .select-cell .Select .Select-control .Select-placeholder {
          line-height: 26px;
          padding: 0 12px !important; }
        .render-box .select-cell .Select .Select-control .Select-multi-value-wrapper {
          display: inline-flex !important;
          flex-direction: row !important;
          flex-wrap: wrap !important;
          padding-left: 5px;
          min-height: 30px; }
        .render-box .select-cell .Select .Select-control .Select-arrow-zone {
          cursor: pointer;
          display: table-cell !important;
          position: relative;
          text-align: center;
          vertical-align: middle !important;
          width: 25px;
          padding: 5px; }
        .render-box .select-cell .Select .Select-control .Select-input {
          height: 18px;
          padding: 0px !important;
          vertical-align: middle;
          margin: auto 0; }
        .render-box .select-cell .Select .Select-control .Select-input > input {
          box-sizing: border-box !important;
          padding: 0 !important; }
        .render-box .select-cell .Select .Select-control:hover {
          box-shadow: none; }
    .render-box .select-cell .Select.is-focused:not(.is-open) > .Select-control {
      box-shadow: none; }
    .render-box .select-cell .Select-menu-outer {
      z-index: 3;
      box-shadow: 0 0 8px #888;
      width: max-content;
      min-width: 100%; }
      .render-box .select-cell .Select-menu-outer .Select-menu .Select-option {
        padding: 6px 10px;
        width: 100%;
        min-width: max-content; }
      .render-box .select-cell .Select-menu-outer .Select-menu::-webkit-scrollbar {
        width: 4px; }
    .render-box .select-cell .links-bx {
      border: 2px solid #0096FF;
      border-radius: 4px;
      padding: 5px; }
      .render-box .select-cell .links-bx .links-bx-link {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        height: 115px; }
      .render-box .select-cell .links-bx .icon-expand {
        position: absolute;
        right: 5px;
        top: 10px; }
    .render-box .select-cell .api-data {
      border: 2px solid #0096FF;
      border-radius: 4px;
      max-width: 500px;
      overflow: scroll;
      padding: 5px; }
  .render-box .field {
    display: flex;
    flex-direction: column;
    padding: 0 10px; }
  .render-box .formula .formula-list {
    max-height: 300px;
    background-color: #fff;
    z-index: 1;
    display: block;
    position: absolute;
    width: 335px;
    overflow: auto;
    box-shadow: 0 0 17px 0 #ddd;
    margin: 4px 10px;
    cursor: pointer; }
    .render-box .formula .formula-list li {
      padding: 4px 8px;
      border-bottom: 1px solid #ddd; }
      .render-box .formula .formula-list li span {
        opacity: .5;
        font-size: 11px;
        float: right; }
      .render-box .formula .formula-list li .details {
        visibility: hidden;
        width: 85%;
        background-color: black;
        color: #fff;
        text-transform: none;
        border-radius: 6px;
        font-size: 13px !important;
        padding: 3%;
        position: absolute;
        z-index: 3;
        display: inherit;
        margin-top: 3px;
        margin-left: 2%;
        opacity: 1; }
      .render-box .formula .formula-list li:hover {
        background-color: rgba(229, 229, 229, 0.3); }
        .render-box .formula .formula-list li:hover .details {
          visibility: visible; }
      .render-box .formula .formula-list li:not(:hover) .details {
        visibility: hidden; }
  .render-box > .content {
    padding: 10px; }
    .render-box > .content input, .render-box > .content select, .render-box > .content .input {
      padding: 4px !important;
      margin: 4px 0 !important; }
    .render-box > .content .apply-button {
      margin: 12px 0;
      padding: 8px 16px; }
  .render-box .desc {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
    width: 375px;
    font-size: 13px;
    line-height: 18px;
    color: #4d4d4d;
    opacity: .75;
    cursor: text; }
  .render-box .field {
    margin-top: 10px !important; }
  .render-box .field label {
    font-weight: 500 !important;
    color: #909090;
    font-size: 12px; }
  .render-box .field input,
  .render-box .field select {
    background-color: #fff;
    font-size: 13px; }
  .render-box .field .react-datepicker-wrapper {
    display: block; }
    .render-box .field .react-datepicker-wrapper .react-datepicker__input-container {
      display: block; }
  .render-box .rc-time-picker {
    width: 100%; }
  .render-box .rc-time-picker-input {
    height: 38px; }
  .render-box .ui.checkbox input.hidden + label {
    font-size: 13px;
    color: #414141; }
  .render-box .input-multi-line {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 200px;
    width: 100%;
    z-index: 2;
    background: #fff;
    border: 2px solid #0096FF;
    border-radius: 4px;
    outline: none;
    padding: 6px;
    box-shadow: none;
    line-height: 18px; }

.select-tag-wrapper {
  display: block;
  height: fit-content;
  border-radius: 8px;
  margin: 6px 2px;
  max-width: inherit; }

.select-tag {
  display: inline-flex !important;
  height: 18px !important;
  padding: 2px 8px;
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 13px;
  border-radius: 8px;
  background: #fff;
  color: #4d4d4d;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap; }
  .select-tag .Select-aria-only {
    position: relative !important; }

.links-bx {
  display: flex;
  font-size: 11px;
  height: max-content;
  flex-wrap: wrap; }
  .links-bx .add {
    margin-top: 5px;
    width: fit-content;
    font-weight: 500;
    cursor: pointer;
    float: left;
    font-size: 16px;
    background: #c7c7c7;
    border-radius: 4px;
    padding: 0px 5px;
    margin: auto 5px auto 0px; }
    .links-bx .add:hover {
      background: #d2d2da;
      opacity: .9; }
  .links-bx .row-link {
    white-space: nowrap;
    margin: 5px 3px;
    padding: 0px 4px;
    background: #ecf0fa;
    border: 0.5px solid #c9c9ec;
    border-radius: 2px;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: fit-content;
    display: flex; }
    .links-bx .row-link .row-link-text {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 42px;
      width: fit-content; }
    .links-bx .row-link .remove-icon {
      cursor: pointer; }
    .links-bx .row-link .remove-icon::before {
      margin-left: 4px; }
    .links-bx .row-link:hover {
      cursor: pointer;
      opacity: 0.8; }
  .links-bx .error {
    background: #f5cce9 !important;
    border: 0.5px solid #a26e71 !important; }

.progress {
  margin: auto;
  width: inherit; }
  .progress .progress-text-type .progress-text-main {
    display: flex;
    align-items: center;
    justify-content: unset; }
    .progress .progress-text-type .progress-text-main .progress-text-icon {
      font-size: 20px; }
    .progress .progress-text-type .progress-text-main .progress-text-task {
      font-size: 14px;
      margin-left: 6px; }
  .progress .progress-type {
    display: flex;
    align-items: center;
    width: 100%; }
    .progress .progress-type .progress-line {
      width: 90%;
      margin: auto !important; }
    .progress .progress-type .progress-percentage {
      width: 29px;
      text-align: center;
      margin-left: 4px;
      color: green;
      font-weight: 500;
      margin-right: 4px; }
    .progress .progress-type .ui.small.progress {
      font-size: 0.60857143rem; }

.date-cell .react-datepicker-wrapper {
  top: 0px;
  left: 0px;
  height: -webkit-fill-available;
  width: -moz-available;
  width: 100%;
  position: absolute;
  display: -webkit-inline-box; }
  .date-cell .react-datepicker-wrapper .react-datepicker__input-container {
    top: 0px;
    left: 0px;
    height: -webkit-fill-available;
    width: -moz-available;
    width: 100%;
    display: block !important; }

.date-cell input {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: -webkit-fill-available;
  width: -moz-available;
  width: 100%;
  z-index: 1;
  background: #fff;
  border: 2px solid #0096FF;
  border-radius: 4px;
  outline: none;
  padding: 6px;
  box-shadow: none;
  line-height: 20px; }

.date-time .react-datepicker {
  width: 283px !important; }
  .date-time .react-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
    padding: 5px 7px; }

.date-time .react-datepicker__header--time {
  height: 75px; }

.api-data-root .row-link .api-data {
  display: none; }

.api-data-root .row-link:hover .api-data {
  display: block; }

.infoBox {
  display: "flex";
  flex-direction: "column";
  justify-content: "flex-start"; }
  .infoBox .line {
    margin-bottom: 2% !important; }

.send-btn {
  width: -webkit-fill-available;
  text-align: center;
  display: flex; }
  .send-btn .btn-root {
    margin: auto;
    display: flex;
    justify-content: center; }
    .send-btn .btn-root .btn {
      cursor: pointer;
      width: fit-content;
      padding: 3px 6px;
      border-radius: 5px;
      margin: auto;
      opacity: .8;
      /* box-shadow: 3px 3px 3px #ccc; */
      display: flex;
      justify-content: center;
      background-color: rgba(228, 195, 195, 0.5); }
      .send-btn .btn-root .btn svg {
        margin-right: 5px; }
      .send-btn .btn-root .btn span {
        white-space: nowrap !important;
        color: white;
        overflow: hidden !important;
        text-overflow: ellipsis !important; }
      .send-btn .btn-root .btn:hover {
        opacity: 1; }
      .send-btn .btn-root .btn:target {
        box-shadow: none; }
      .send-btn .btn-root .btn:active {
        box-shadow: none; }

.button-column {
  display: contents; }
  .button-column .send-btn {
    width: -webkit-fill-available;
    text-align: center;
    display: flex; }
    .button-column .send-btn .btn-root {
      margin: auto;
      display: flex;
      justify-content: center; }
      .button-column .send-btn .btn-root .btn {
        cursor: pointer;
        width: fit-content;
        padding: 3px 6px;
        border-radius: 5px;
        margin: auto;
        opacity: .8;
        display: flex;
        justify-content: center;
        background-color: rgba(228, 195, 195, 0.5); }
        .button-column .send-btn .btn-root .btn svg {
          margin-right: 5px; }
        .button-column .send-btn .btn-root .btn span {
          white-space: nowrap !important;
          color: white;
          overflow: hidden !important;
          text-overflow: ellipsis !important; }
        .button-column .send-btn .btn-root .btn:hover {
          opacity: 1; }
        .button-column .send-btn .btn-root .btn:target {
          box-shadow: none; }
        .button-column .send-btn .btn-root .btn:active {
          box-shadow: none; }
      .button-column .send-btn .btn-root .disabled {
        cursor: auto !important;
        opacity: 0.5; }
        .button-column .send-btn .btn-root .disabled:hover {
          opacity: 0.5; }

.rating {
  width: 100%;
  display: flex;
  justify-content: left; }
  .rating .rating-icon {
    background: none !important;
    cursor: pointer;
    visibility: hidden; }

.rating:hover .rating-icon {
  visibility: visible;
  cursor: pointer; }

/*Huge thanks to @tobiasahlin at http://tobiasahlin.com/spinkit/ */
.spinner {
  width: 70px;
  margin: auto; }
  .spinner div {
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 100%;
    display: inline-flex;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

@keyframes sk-bouncedelay {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

.arrows.alternate.vertical {
  background: #fff; }

.arrows.alternate.vertical:hover {
  background: #e9f8f8;
  border-radius: 10px; }

#multilineText .arrows.alternate.vertical {
  font-size: 0.50em;
  position: fixed;
  right: -2px;
  top: 8px;
  background-color: #2185D0 !important;
  color: #fff; }

#multilineText .arrows.alternate.vertical:hover {
  background-color: #2185D0 !important;
  color: #fff;
  box-shadow: 1px 1px 4px 1px #ccc; }

#AddCollaborator .form-main {
  margin-top: 15px; }
  #AddCollaborator .form-main .invite-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  #AddCollaborator .form-main .invite-error {
    margin-top: 15px;
    margin-bottom: 15px;
    color: red;
    margin: 4px; }

#ExpandApi .json-view {
  max-height: 600px;
  overflow: hidden auto;
  display: flex;
  flex-direction: column; }
  #ExpandApi .json-view .btn-expand-all {
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 100; }
  #ExpandApi .json-view > .button {
    margin-left: auto; }
  #ExpandApi .json-view > .header {
    margin-bottom: 10px;
    margin-top: 5px; }
    #ExpandApi .json-view > .header h3 {
      font-size: 1.5em;
      font-weight: bold; }
    #ExpandApi .json-view > .header p {
      font-size: 18px; }
  #ExpandApi .json-view .action {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px; }
    #ExpandApi .json-view .action .button {
      margin-left: 10px; }

#JSONExplorer {
  overflow: auto;
  max-height: 350px; }
  #JSONExplorer > ul {
    margin-left: 25px !important; }
  #JSONExplorer ul {
    margin-left: 20px;
    list-style: none; }
    #JSONExplorer ul li {
      list-style: none;
      cursor: pointer;
      font-size: 16px;
      line-height: 1.8em; }
      #JSONExplorer ul li .icon {
        margin-left: -22px; }
      #JSONExplorer ul li .header {
        font-weight: bold; }
      #JSONExplorer ul li > .checkbox {
        margin-bottom: -2px;
        visibility: hidden; }
      #JSONExplorer ul li:hover > .checkbox {
        visibility: visible; }
      #JSONExplorer ul li span {
        color: #0c7f95; }
      #JSONExplorer ul li .value {
        color: #478300; }

#ExpandCell {
  position: inherit !important; }
  #ExpandCell .react-draggable {
    background-color: #f3f3f3;
    border-radius: 10px;
    z-index: 1000;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    padding: 10px; }
  #ExpandCell .link-open-react-draggable {
    z-index: 0;
    background-color: #f3f3f3;
    border-radius: 10px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    padding: 10px; }
  #ExpandCell .closeIcon {
    text-align: end;
    /* margin-top: -23px; */
    z-index: 100000;
    position: absolute;
    cursor: pointer;
    right: -16px;
    /* margin-right: -27px; */
    top: -14px; }
    #ExpandCell .closeIcon i {
      background: #908f8f;
      color: #fff !important; }
  #ExpandCell .cell textarea {
    resize: none;
    width: 100%;
    height: -webkit-fill-available;
    padding: 5px;
    border-radius: 10px; }
  #ExpandCell .cell .linkCardRoot .segment {
    height: 100%;
    background: no-repeat; }
  #ExpandCell .cell .linkCardRoot .nolink {
    margin: 15px;
    font-size: 14px;
    color: black;
    justify-content: center;
    display: flex;
    align-items: center;
    align-items: center;
    flex: 1; }
  #ExpandCell .cell .linkCardRoot .link-main {
    display: flex;
    flex-direction: column; }
  #ExpandCell .cell .linkCardRoot .remove-link {
    text-align: end;
    cursor: pointer;
    margin-bottom: -20px; }
    #ExpandCell .cell .linkCardRoot .remove-link i {
      background: grey;
      color: #fff !important;
      font-size: 10px;
      padding: 0.3em 0.4em !important; }
    #ExpandCell .cell .linkCardRoot .remove-link .tooltiptext {
      right: 7% !important;
      bottom: 0;
      left: auto; }
  #ExpandCell .cell .attachmentRoot .attachment-head {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #ExpandCell .cell .attachmentRoot .attachment-head .attachment-loader {
      display: flex;
      align-items: center; }
      #ExpandCell .cell .attachmentRoot .attachment-head .attachment-loader p {
        font-size: 12px;
        font-weight: 600;
        margin-left: 7px; }
  #ExpandCell .cell .attachmentRoot .attachfile {
    display: flex;
    padding: 5px;
    background: lightgrey;
    width: max-content;
    /* color: black; */
    border-radius: 2px;
    color: black;
    font-weight: bold;
    cursor: pointer; }
  #ExpandCell .cell .attachmentRoot .attach-img-div {
    display: flex;
    align-items: self-start;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
    height: 351px;
    cursor: pointer;
    margin-left: 22px; }
    #ExpandCell .cell .attachmentRoot .attach-img-div .attachment-bx-div {
      margin-top: 11px; }
      #ExpandCell .cell .attachmentRoot .attach-img-div .attachment-bx-div .img-data {
        margin: 10px;
        height: 150px;
        width: 200px;
        border: 1.5px solid darkgrey;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        object-fit: cover;
        border-radius: 6px; }
    #ExpandCell .cell .attachmentRoot .attach-img-div .nolink {
      margin: 15px;
      font-size: 14px;
      color: black;
      justify-content: center;
      display: flex;
      align-items: center;
      align-items: center;
      flex: 1; }
  #ExpandCell .cell .attachmentRoot .attachIcon {
    font-size: 17px;
    margin-left: 2px;
    margin-right: 8px; }
  #ExpandCell .cell .attachmentRoot .attch-name-div {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #ExpandCell .cell .attachmentRoot .attch-name-div .attch-filename {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 134px;
      margin-left: 16px; }
  #ExpandCell .cell .attachment-file-drag .drop-file-content {
    border: 2px #ccc dashed;
    display: none;
    width: auto;
    height: auto;
    background-color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 9px 8px 4px 8px; }
    #ExpandCell .cell .attachment-file-drag .drop-file-content p {
      font-size: 16px;
      font-weight: 600; }
  #ExpandCell .cell .attachment-file-drag .file-drop-dragging-over-frame .attachmentRoot {
    display: none; }
  #ExpandCell .cell .attachment-file-drag .file-drop-dragging-over-frame .drop-file-content {
    display: flex; }
  #ExpandCell .cell .attachment-file-drag .file-drop-target {
    height: 100%;
    margin: auto 0px; }
    #ExpandCell .cell .attachment-file-drag .file-drop-target .file-logo {
      display: none; }
  #ExpandCell .cell .multiSelectRoot .multiSelectButton {
    display: flex;
    padding: 5px;
    background: lightgrey;
    width: fit-content;
    /* color: black; */
    border-radius: 4px;
    color: black;
    font-weight: bold;
    cursor: pointer;
    padding-right: 15px;
    padding-left: 15px; }
  #ExpandCell .cell .multiSelectRoot .multiSelectOption {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 10px; }
  #ExpandCell .cell .multiSelectRoot .nomultiselect {
    margin: 15px;
    font-size: 14px;
    color: black;
    justify-content: center;
    display: flex;
    align-items: center;
    align-items: center;
    flex: 1; }

.attachment-viewer {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100000; }
  .attachment-viewer .header-att {
    display: flex;
    flex-direction: row;
    width: -webkit-fill-available;
    background: #000;
    border-bottom: 1px solid #464646; }
    .attachment-viewer .header-att .label-header {
      text-align: center;
      width: -webkit-fill-available;
      color: #fff;
      font-size: 14px;
      padding: 11px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 70%;
      text-align: center;
      align-items: center; }
    .attachment-viewer .header-att .menu-att {
      display: flex;
      position: absolute;
      right: 0; }
      .attachment-viewer .header-att .menu-att svg {
        margin: 10px;
        border-radius: 5px;
        cursor: pointer; }
        .attachment-viewer .header-att .menu-att svg:hover {
          background: #fff;
          fill: black; }
  .attachment-viewer .preview {
    width: -webkit-fill-available;
    position: absolute;
    top: 64px;
    bottom: 64px;
    left: 96px;
    right: 96px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .attachment-viewer .preview .preview-text {
      color: #fff;
      text-align: center;
      width: -webkit-fill-available;
      margin-top: 25%; }
    .attachment-viewer .preview .preview-video {
      width: -webkit-fill-available;
      padding: 57px;
      display: flex; }
      .attachment-viewer .preview .preview-video video {
        width: 100%;
        height: 500px;
        margin: auto; }
    .attachment-viewer .preview .preview-audio {
      width: -webkit-fill-available;
      padding: 57px;
      display: flex; }
      .attachment-viewer .preview .preview-audio audio {
        margin: auto; }
    .attachment-viewer .preview .loader {
      display: flex;
      justify-content: center;
      position: absolute;
      top: 50%;
      left: 50%; }
    .attachment-viewer .preview .view {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .attachment-viewer .preview .view img {
        /* width: -webkit-fill-available; */
        /* padding: 62px; */
        max-width: 100%;
        max-height: 100%;
        display: block; }
      .attachment-viewer .preview .view .preview-img {
        width: 100%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        -webkit-background-size: auto;
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto; }
      .attachment-viewer .preview .view embed {
        height: -webkit-fill-available; }
      .attachment-viewer .preview .view embed::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #F5F5F5; }
      .attachment-viewer .preview .view embed::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5; }
      .attachment-viewer .preview .view embed::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #D62929; }
    .attachment-viewer .preview .loader {
      display: flex;
      justify-content: center; }
  .attachment-viewer .navigation {
    position: absolute;
    bottom: 0px;
    display: flex;
    left: 0;
    right: 0; }
    .attachment-viewer .navigation .nav-arrow {
      position: absolute;
      margin: 15px;
      width: 50px;
      cursor: pointer; }
      .attachment-viewer .navigation .nav-arrow:hover {
        transform: scale(1.05); }
    .attachment-viewer .navigation .nav-arrow.left {
      left: 0; }
    .attachment-viewer .navigation .nav-arrow.right {
      right: 0; }
    .attachment-viewer .navigation .item-div {
      display: flex;
      overflow: scroll hidden;
      margin: 0 90px; }
      .attachment-viewer .navigation .item-div::-webkit-scrollbar {
        height: 0;
        width: 0; }
      .attachment-viewer .navigation .item-div::-webkit-scrollbar-thumb {
        height: 0;
        width: 0; }
      .attachment-viewer .navigation .item-div::-webkit-scrollbar-track {
        height: 0;
        width: 0; }
      .attachment-viewer .navigation .item-div .item {
        margin: 10px;
        height: 70px;
        cursor: pointer; }
        .attachment-viewer .navigation .item-div .item:hover {
          border: 2px solid white;
          border-radius: 4px; }
      .attachment-viewer .navigation .item-div .active {
        border: 2px solid white;
        border-radius: 4px; }

.attachment-modal {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10; }
  .attachment-modal .attachment-content {
    position: relative;
    flex: 1 1 auto; }
    .attachment-modal .attachment-content .header-att {
      display: flex;
      flex-direction: row;
      width: -webkit-fill-available;
      background: #000;
      border-bottom: 1px solid #464646; }
      .attachment-modal .attachment-content .header-att .label-header {
        text-align: center;
        width: -webkit-fill-available;
        color: #fff;
        font-size: 14px;
        padding: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 70%;
        text-align: center;
        align-items: center; }
      .attachment-modal .attachment-content .header-att .menu-att {
        display: flex;
        align-items: center;
        position: absolute;
        right: 0; }
        .attachment-modal .attachment-content .header-att .menu-att svg {
          margin: 8px 10px;
          border-radius: 5px;
          cursor: pointer;
          font-size: 25px; }
          .attachment-modal .attachment-content .header-att .menu-att svg:hover {
            background: #fff;
            fill: black; }
    .attachment-modal .attachment-content .preview {
      width: -webkit-fill-available;
      position: absolute;
      top: 64px;
      bottom: 64px;
      left: 96px;
      right: 96px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .attachment-modal .attachment-content .preview .preview-text {
        color: #fff;
        text-align: center;
        width: -webkit-fill-available;
        margin-top: 25%; }
      .attachment-modal .attachment-content .preview .preview-video {
        width: -webkit-fill-available;
        padding: 57px;
        display: flex; }
        .attachment-modal .attachment-content .preview .preview-video video {
          width: 100%;
          height: 500px;
          margin: auto; }
      .attachment-modal .attachment-content .preview .preview-audio {
        width: -webkit-fill-available;
        padding: 57px;
        display: flex; }
        .attachment-modal .attachment-content .preview .preview-audio audio {
          margin: auto; }
      .attachment-modal .attachment-content .preview .loader {
        display: flex;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%; }
      .attachment-modal .attachment-content .preview .view {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%; }
        .attachment-modal .attachment-content .preview .view img {
          max-width: 100%;
          max-height: 100%;
          display: block; }
        .attachment-modal .attachment-content .preview .view .preview-img {
          width: 100%;
          background-repeat: no-repeat;
          background-attachment: fixed;
          background-position: center;
          -webkit-background-size: auto;
          -moz-background-size: auto;
          -o-background-size: auto;
          background-size: auto; }
        .attachment-modal .attachment-content .preview .view embed {
          height: -webkit-fill-available; }
        .attachment-modal .attachment-content .preview .view embed::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          border-radius: 10px;
          background-color: #F5F5F5; }
        .attachment-modal .attachment-content .preview .view embed::-webkit-scrollbar {
          width: 12px;
          background-color: #F5F5F5; }
        .attachment-modal .attachment-content .preview .view embed::-webkit-scrollbar-thumb {
          border-radius: 10px;
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          background-color: #D62929; }
      .attachment-modal .attachment-content .preview .loader {
        display: flex;
        justify-content: center; }
    .attachment-modal .attachment-content .navigation {
      position: absolute;
      bottom: 0px;
      display: flex;
      left: 0;
      right: 0; }
      .attachment-modal .attachment-content .navigation .nav-arrow {
        position: absolute;
        margin: 15px;
        width: 50px;
        cursor: pointer; }
        .attachment-modal .attachment-content .navigation .nav-arrow:hover {
          transform: scale(1.05); }
      .attachment-modal .attachment-content .navigation .nav-arrow.left {
        left: 0; }
      .attachment-modal .attachment-content .navigation .nav-arrow.right {
        right: 0; }
      .attachment-modal .attachment-content .navigation .item-div {
        display: flex;
        overflow: scroll hidden;
        margin: 0 90px; }
        .attachment-modal .attachment-content .navigation .item-div::-webkit-scrollbar {
          height: 0;
          width: 0; }
        .attachment-modal .attachment-content .navigation .item-div::-webkit-scrollbar-thumb {
          height: 0;
          width: 0; }
        .attachment-modal .attachment-content .navigation .item-div::-webkit-scrollbar-track {
          height: 0;
          width: 0; }
        .attachment-modal .attachment-content .navigation .item-div .item {
          margin: 10px;
          height: 70px;
          cursor: pointer; }
          .attachment-modal .attachment-content .navigation .item-div .item:hover {
            border: 2px solid white;
            border-radius: 4px; }
        .attachment-modal .attachment-content .navigation .item-div .active {
          border: 2px solid white;
          border-radius: 4px; }

@media (max-width: 1024px) {
  .attachment-modal .attachment-content .header-att .label-header {
    font-size: 14px;
    top: 12px;
    left: 50%;
    max-width: calc(100% - 96px);
    transform: translateX(-50%);
    position: absolute;
    padding: 0; }
  .attachment-modal .attachment-content .header-att .menu-att svg {
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    margin: 13px 6px; } }

#AttachmentComments {
  display: flex;
  flex-direction: column;
  background-color: #333;
  z-index: 11;
  width: 320px; }
  #AttachmentComments .comment-header {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    margin: 0 16px;
    padding: 12px 0;
    display: flex; }
    #AttachmentComments .comment-header .comment-heading {
      opacity: .75;
      display: flex;
      align-items: center;
      color: #fff;
      cursor: text;
      flex: 1 1 auto; }
    #AttachmentComments .comment-header .notification-content {
      display: flex; }
      #AttachmentComments .comment-header .notification-content .notifiy-record {
        display: flex;
        cursor: pointer;
        opacity: .75; }
        #AttachmentComments .comment-header .notification-content .notifiy-record .notify-icon {
          color: #fff;
          fill: #fff; }
        #AttachmentComments .comment-header .notification-content .notifiy-record .active-notify {
          color: #a0c6ff;
          fill: #a0c6ff; }
        #AttachmentComments .comment-header .notification-content .notifiy-record .down-icon {
          margin: 0 8px 0 4px; }
        #AttachmentComments .comment-header .notification-content .notifiy-record:hover {
          opacity: 1; }
    #AttachmentComments .comment-header .comment-quite {
      display: flex;
      align-items: center;
      opacity: .75;
      cursor: pointer;
      margin-left: 16px; }
      #AttachmentComments .comment-header .comment-quite .rightline-arrow {
        color: #fff; }
      #AttachmentComments .comment-header .comment-quite:hover {
        opacity: 1; }
  #AttachmentComments .notify-comment-box {
    width: 280px;
    position: absolute;
    inset: 0px 0px auto auto;
    z-index: 10004;
    transform: translate(-48px, 42px);
    max-height: 887px;
    max-width: 304px;
    overflow-y: auto;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.16), 0 3px 4px rgba(0, 0, 0, 0.06), 0 6px 8px rgba(0, 0, 0, 0.06), 0 12px 16px rgba(0, 0, 0, 0.08), 0 18px 32px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    background-color: #fff; }
    #AttachmentComments .notify-comment-box .notify-comment-dropdownmenu {
      padding: 12px;
      list-style: none; }
      #AttachmentComments .notify-comment-box .notify-comment-dropdownmenu .comment-item-content {
        padding: 8px;
        display: flex;
        align-items: center;
        border-radius: 3px;
        cursor: pointer;
        width: 100%; }
        #AttachmentComments .notify-comment-box .notify-comment-dropdownmenu .comment-item-content .notify-info {
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          flex: 1 1 auto; }
          #AttachmentComments .notify-comment-box .notify-comment-dropdownmenu .comment-item-content .notify-info .notify-mention, #AttachmentComments .notify-comment-box .notify-comment-dropdownmenu .comment-item-content .notify-info .notify-comment {
            opacity: .75;
            display: flex;
            line-height: 1.25; }
            #AttachmentComments .notify-comment-box .notify-comment-dropdownmenu .comment-item-content .notify-info .notify-mention .notify-text, #AttachmentComments .notify-comment-box .notify-comment-dropdownmenu .comment-item-content .notify-info .notify-comment .notify-text {
              margin-left: 8px; }
        #AttachmentComments .notify-comment-box .notify-comment-dropdownmenu .comment-item-content .check-icon {
          margin-left: 8px;
          opacity: .75; }
  #AttachmentComments .comment-searchbar {
    margin: 4px 16px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 33px;
    background: #FFF;
    z-index: 1;
    text-align: left;
    border-radius: 4px; }
    #AttachmentComments .comment-searchbar .search-icon {
      display: flex;
      align-items: center;
      padding: 0px 4px 0 2px; }
    #AttachmentComments .comment-searchbar .input-comment-search {
      padding: 8px 0;
      font-size: 12px;
      color: #444444;
      border: 0;
      border-color: transparent;
      max-width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      #AttachmentComments .comment-searchbar .input-comment-search:focus-visible {
        outline: none !important; }
    #AttachmentComments .comment-searchbar .search-close {
      opacity: .5;
      cursor: pointer;
      display: flex;
      align-items: center;
      margin-left: auto;
      padding-right: 2px; }
  #AttachmentComments .comment-section {
    display: flex;
    flex: 1 1 auto;
    overflow-y: auto; }
    #AttachmentComments .comment-section .loading-info {
      margin-top: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%; }
    #AttachmentComments .comment-section .comment-content {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 1 1 auto; }
      #AttachmentComments .comment-section .comment-content .comment-info {
        text-align: center;
        width: 66.66667%; }
        #AttachmentComments .comment-section .comment-content .comment-info .comment-head {
          margin: 0 0 8px;
          font-size: 14.4px;
          font-weight: 500;
          color: #fff;
          cursor: text; }
        #AttachmentComments .comment-section .comment-content .comment-info .comment-desc {
          font-size: 13px;
          font-weight: normal;
          color: rgba(255, 255, 255, 0.5);
          cursor: text; }
    #AttachmentComments .comment-section .comments-data {
      padding: 8px 0;
      margin-right: 2px;
      overflow-y: auto;
      width: 100%; }
      #AttachmentComments .comment-section .comments-data :hover .options {
        visibility: visible; }
      #AttachmentComments .comment-section .comments-data .options {
        visibility: hidden;
        cursor: pointer; }
      #AttachmentComments .comment-section .comments-data .comment {
        border-radius: 5px;
        padding: 4px 16px;
        margin: 5px 0; }
        #AttachmentComments .comment-section .comments-data .comment .header .user .name {
          margin-left: 4px;
          font-weight: 500;
          opacity: .75;
          color: #c4c7cd; }
        #AttachmentComments .comment-section .comments-data .comment #CommentDeleteModal {
          position: absolute;
          z-index: 2;
          top: 0px;
          bottom: 0;
          display: flex;
          align-items: center; }
          #AttachmentComments .comment-section .comments-data .comment #CommentDeleteModal .deletemodal {
            min-width: 230px;
            width: min-content;
            max-width: 400px;
            padding: 16px;
            font-weight: 500;
            background-color: #fff;
            border-radius: 6px;
            box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
            #AttachmentComments .comment-section .comments-data .comment #CommentDeleteModal .deletemodal .content {
              font-weight: 500;
              font-size: 14.4px;
              line-height: 1.5;
              margin-bottom: 8px;
              color: #4d4d4d;
              cursor: text; }
            #AttachmentComments .comment-section .comments-data .comment #CommentDeleteModal .deletemodal .btn-div {
              display: flex;
              justify-content: flex-end;
              align-items: center; }
              #AttachmentComments .comment-section .comments-data .comment #CommentDeleteModal .deletemodal .btn-div .btn-cancel {
                border-color: transparent;
                background-color: transparent;
                margin-right: 16px;
                color: #2e2f32;
                font-size: 13px;
                padding: 0px;
                max-width: 192px;
                box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
                #AttachmentComments .comment-section .comments-data .comment #CommentDeleteModal .deletemodal .btn-div .btn-cancel:hover {
                  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
              #AttachmentComments .comment-section .comments-data .comment #CommentDeleteModal .deletemodal .btn-div .btn-delete {
                padding: 8px 10px;
                border-radius: 3px;
                background-color: #dd2c5a;
                color: white;
                border-color: rgba(0, 0, 0, 0);
                max-width: 192px;
                font-size: 13px;
                margin-right: 0px; }
                #AttachmentComments .comment-section .comments-data .comment #CommentDeleteModal .deletemodal .btn-div .btn-delete:hover {
                  opacity: .85; }
        #AttachmentComments .comment-section .comments-data .comment .comment-text {
          background-color: #fff !important;
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
          padding: 4px 8px;
          margin: 0px 0 4px 36px;
          border-radius: 6px;
          color: #4d4d4d !important;
          font-size: 13px !important;
          display: inline-flex;
          align-items: center;
          line-height: 20px;
          user-select: text;
          font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
          word-break: break-word; }
          #AttachmentComments .comment-section .comments-data .comment .comment-text span,
          #AttachmentComments .comment-section .comments-data .comment .comment-text a {
            font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
            word-break: break-word;
            color: #4d4d4d !important; }
          #AttachmentComments .comment-section .comments-data .comment .comment-text a {
            text-decoration: underline !important; }
          #AttachmentComments .comment-section .comments-data .comment .comment-text .ak-ol {
            background-color: #fff !important;
            font-size: 13px !important;
            color: #4d4d4d !important; }
          #AttachmentComments .comment-section .comments-data .comment .comment-text .user {
            display: inline-block;
            color: #3982d0;
            font-weight: 700;
            margin-bottom: 2px;
            padding-right: 3px;
            padding-left: 3px;
            display: inline-flex;
            align-items: center;
            vertical-align: middle; }
            #AttachmentComments .comment-section .comments-data .comment .comment-text .user img {
              display: none;
              width: 16px;
              margin-right: 4px;
              border-radius: 8px; }
        #AttachmentComments .comment-section .comments-data .comment .edit-text {
          margin: -4px 0 4px 32px;
          font-size: 9px;
          opacity: .7; }
        #AttachmentComments .comment-section .comments-data .comment .stack-users {
          background-color: #FFF;
          width: 200px;
          position: relative;
          margin-left: 32px;
          margin-top: 5px;
          margin-bottom: 5px;
          border-radius: 5px;
          border: 2px solid #e8e8e8;
          z-index: 2; }
          #AttachmentComments .comment-section .comments-data .comment .stack-users .active-list-item {
            background: #f9f9f9;
            border-radius: 0px; }
          #AttachmentComments .comment-section .comments-data .comment .stack-users .custom-list-item:hover {
            background: #ccc;
            border-radius: 0px; }
        #AttachmentComments .comment-section .comments-data .comment .edit-input {
          display: flex;
          align-items: center;
          transition: .085s all ease-in;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          min-height: 36px;
          margin-left: 32px;
          font-size: 13px;
          border-radius: 4px;
          height: auto;
          border: 2px solid rgba(0, 0, 0, 0.1);
          background-color: white;
          color: #333333;
          line-height: 19px;
          position: relative; }
          #AttachmentComments .comment-section .comments-data .comment .edit-input .mention-div {
            cursor: pointer; }
            #AttachmentComments .comment-section .comments-data .comment .edit-input .mention-div .mention-icon {
              opacity: .5;
              font-weight: 500;
              padding: 0 4px; }
              #AttachmentComments .comment-section .comments-data .comment .edit-input .mention-div .mention-icon:hover {
                opacity: 1; }
          #AttachmentComments .comment-section .comments-data .comment .edit-input .input-text {
            width: 100%;
            outline: none;
            align-items: center;
            line-height: 19px;
            padding: 6px;
            display: inline-block;
            min-height: 32px;
            font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
            word-break: break-word; }
            #AttachmentComments .comment-section .comments-data .comment .edit-input .input-text span,
            #AttachmentComments .comment-section .comments-data .comment .edit-input .input-text a {
              font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
              word-break: break-word; }
            #AttachmentComments .comment-section .comments-data .comment .edit-input .input-text a {
              text-decoration: underline; }
              #AttachmentComments .comment-section .comments-data .comment .edit-input .input-text a:hover {
                color: #1e70bf; }
            #AttachmentComments .comment-section .comments-data .comment .edit-input .input-text .ak-ol {
              background-color: #fff !important;
              font-size: 13px !important;
              color: #4d4d4d !important; }
            #AttachmentComments .comment-section .comments-data .comment .edit-input .input-text .user {
              /* background: #9f9fff; */
              border: 1px solid #ccc;
              /* padding-left: 2px; */
              padding: 2px;
              font-weight: 700;
              /* color: #fff; */
              margin-bottom: 2px;
              padding-right: 5px;
              padding-left: 5px;
              /* padding-right: 4px; */
              border-radius: 16px;
              display: inline-flex;
              align-items: center;
              vertical-align: middle; }
              #AttachmentComments .comment-section .comments-data .comment .edit-input .input-text .user img {
                width: 16px;
                margin-right: 4px;
                border-radius: 8px; }
        #AttachmentComments .comment-section .comments-data .comment .options {
          display: inline-block;
          font-size: 11px; }
          #AttachmentComments .comment-section .comments-data .comment .options span {
            font-size: 9px; }
          #AttachmentComments .comment-section .comments-data .comment .options .icon {
            float: right;
            opacity: .6;
            font-size: 1.2em;
            margin-top: 1px; }
            #AttachmentComments .comment-section .comments-data .comment .options .icon:hover {
              color: red;
              opacity: 1; }
          #AttachmentComments .comment-section .comments-data .comment .options .edit {
            margin-top: 2px; }
        #AttachmentComments .comment-section .comments-data .comment .cancel-btn {
          color: #fff;
          font-size: 11px;
          font-weight: 500;
          padding: 2px 8px;
          border-radius: 6px;
          background-color: transparent; }
          #AttachmentComments .comment-section .comments-data .comment .cancel-btn:hover {
            background-color: rgba(255, 255, 255, 0.1); }
        #AttachmentComments .comment-section .comments-data .comment .save {
          margin-left: 8px;
          background-color: #166ee1;
          color: #fff;
          font-size: 11px;
          font-weight: 500;
          padding: 2px 8px;
          border-radius: 6px; }
  #AttachmentComments .comment-footer {
    margin: 0 16px;
    padding: 16px 0;
    border-top: 2px solid rgba(255, 255, 255, 0.1); }
    #AttachmentComments .comment-footer .input {
      display: flex;
      align-items: center;
      transition: .085s all ease-in;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      min-height: 36px;
      padding: 6px 22px 5px 6px;
      font-size: 13px;
      border-radius: 4px;
      height: auto;
      border: 2px solid #0096FF;
      background-color: white;
      color: #333333;
      line-height: 19px;
      position: relative;
      cursor: text; }
      #AttachmentComments .comment-footer .input .mention-div {
        cursor: pointer;
        display: contents; }
        #AttachmentComments .comment-footer .input .mention-div .mention-icon {
          position: absolute;
          opacity: .5;
          font-weight: 500;
          padding: 8px;
          display: flex;
          justify-content: flex-end;
          align-self: flex-end;
          bottom: -3px;
          right: -3px; }
          #AttachmentComments .comment-footer .input .mention-div .mention-icon:hover {
            opacity: 1; }
      #AttachmentComments .comment-footer .input .input-text {
        width: 95%;
        outline: none;
        line-height: 18px; }
        #AttachmentComments .comment-footer .input .input-text .ak-ol {
          background-color: #fff !important;
          font-size: 13px !important;
          color: #4d4d4d !important; }
        #AttachmentComments .comment-footer .input .input-text .user {
          /* border: 1px solid #ccc; */
          /* padding-left: 2px; */
          /* padding: 2px; */
          color: white;
          font-weight: 700;
          margin-bottom: 2px;
          padding-right: 3px;
          padding-left: 3px;
          /* padding-right: 4px; */
          /* border-radius: 8px; */
          display: inline-flex;
          align-items: center;
          vertical-align: middle;
          background: #0096FF; }
          #AttachmentComments .comment-footer .input .input-text .user img {
            display: block;
            width: 16px;
            margin-right: 4px;
            border-radius: 8px; }
      #AttachmentComments .comment-footer .input .icon {
        position: absolute;
        right: 2px;
        opacity: .6;
        margin-top: -1px; }
        #AttachmentComments .comment-footer .input .icon:hover {
          opacity: 1; }
    #AttachmentComments .comment-footer .stack-users {
      background-color: #FFF;
      width: 200px;
      position: absolute;
      bottom: 78px;
      border-radius: 5px;
      border: 2px solid #e8e8e8;
      z-index: 2; }
      #AttachmentComments .comment-footer .stack-users .active-list-item {
        background: #f9f9f9;
        border-radius: 0px; }
      #AttachmentComments .comment-footer .stack-users .custom-list-item:hover {
        background: #ccc;
        border-radius: 0px; }
    #AttachmentComments .comment-footer [contenteditable=true]:empty:before {
      content: attr(placeholder);
      display: block;
      /* For Firefox */
      color: #777777; }

.notify-popup {
  padding: 2px 6px !important;
  margin-right: -32px !important; }
  .notify-popup .mention-tooltiptext {
    font-size: 11px; }

.comment-popup {
  padding: 4px 6px !important; }
  .comment-popup .hide-tooltiptext {
    font-size: 13px; }

#EmailRowCard .header {
  border-bottom: 1px solid white; }

#EmailRowCard .modal-header {
  color: #1f1f1f;
  padding: 18px 21px 0;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.5;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }

#EmailRowCard .form-content {
  margin-left: 10px;
  margin-right: 10px; }
  #EmailRowCard .form-content .form-textarea {
    height: auto; }
  #EmailRowCard .form-content .form-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 8px 0 0;
    padding-bottom: 18px; }
    #EmailRowCard .form-content .form-button .modal-btn {
      font-size: 13px;
      line-height: 1.5;
      border: 0;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0 8px 0 0 !important;
      padding: 8px 16px;
      border-radius: 6px;
      font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
      #EmailRowCard .form-content .form-button .modal-btn .btn-text {
        transform: translateY(-0.5px);
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
        font-weight: 500; }
    #EmailRowCard .form-content .form-button .modal-cancel-btn {
      background-color: transparent;
      background: transparent;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
      #EmailRowCard .form-content .form-button .modal-cancel-btn:hover {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    #EmailRowCard .form-content .form-button .modal-send-btn {
      margin-right: 0px;
      font-weight: 500;
      color: #fff;
      background-color: #166ee1;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
      #EmailRowCard .form-content .form-button .modal-send-btn:hover {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  #EmailRowCard .form-content .errormessage {
    margin-bottom: 10px;
    color: red; }

#EmailRowCard .preview {
  overflow: auto;
  max-height: 200px; }
  #EmailRowCard .preview table {
    border-collapse: collapse; }
  #EmailRowCard .preview table, #EmailRowCard .preview td, #EmailRowCard .preview th {
    border: 1px solid #ccc;
    padding: 5px; }

#EmailRowCard #custom-row h1 {
  font-size: 20px;
  font-weight: 500; }

#EmailRowCard #custom-row h2 {
  font-size: 16px;
  font-weight: 500; }

#EmailRowCard #custom-row ul {
  padding: 0px 18px; }

#EmailRowCard .signature-img {
  position: relative;
  width: auto;
  max-width: 100px;
  height: -webkit-fill-available;
  margin-right: 5px;
  max-height: 38px;
  border-radius: 4px; }

.viewboardhight {
  height: calc(100vh - 118px) !important; }

.viewhideheaderboard {
  height: calc(100vh - 70px) !important; }

.embedhideheaderboard {
  height: calc(100vh - 105px) !important; }

#kanban {
  height: calc(100vh - 129px);
  color: #222;
  position: relative; }
  #kanban .modal-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.5);
    z-index: 1; }
  #kanban .modal-wrap {
    display: flex;
    justify-content: center;
    align-items: center; }
    #kanban .modal-wrap .modal {
      margin: auto;
      background: white;
      opacity: 1;
      border-radius: 4px;
      z-index: 2;
      color: #4d4d4d;
      position: absolute;
      top: 50%;
      left: 50%;
      right: 50%;
      width: 400px;
      max-width: 100%;
      overflow: hidden;
      transform: translate(-50%, -50%);
      max-height: 90vh;
      display: flex;
      flex-direction: column; }
      #kanban .modal-wrap .modal .modal-header {
        padding: 0 16px; }
        #kanban .modal-wrap .modal .modal-header .modal-header-content {
          border-bottom: 2px solid rgba(0, 0, 0, 0.1);
          padding: 8px 0;
          display: flex;
          align-items: center;
          font-weight: 500; }
          #kanban .modal-wrap .modal .modal-header .modal-header-content .header-text {
            font-weight: 500;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        #kanban .modal-wrap .modal .modal-header .back-btn {
          display: flex;
          align-items: center;
          color: #166ee1;
          cursor: pointer;
          font-size: 11px;
          font-weight: 500; }
          #kanban .modal-wrap .modal .modal-header .back-btn .back-icon {
            color: #166ee1;
            fill: #166ee1; }
          #kanban .modal-wrap .modal .modal-header .back-btn .back-text {
            font-weight: 500;
            margin-right: 16px; }
      #kanban .modal-wrap .modal .modal-content {
        max-height: 60vh;
        overflow: auto;
        padding: 16px; }
        #kanban .modal-wrap .modal .modal-content .modal-desc {
          margin-bottom: 16px; }
        #kanban .modal-wrap .modal .modal-content .modal-info {
          display: flex;
          align-items: center;
          padding: 16px;
          opacity: .75;
          background-color: rgba(0, 0, 0, 0.05);
          color: #4d4d4d; }
          #kanban .modal-wrap .modal .modal-content .modal-info .info-icon {
            margin-right: 16px;
            opacity: .75; }
          #kanban .modal-wrap .modal .modal-content .modal-info .info-desc {
            white-space: pre-wrap;
            max-width: 384px; }
        #kanban .modal-wrap .modal .modal-content #RadioToggle {
          margin-top: 2px;
          margin-right: 4px; }
        #kanban .modal-wrap .modal .modal-content .create-columnList-toggle {
          display: flex;
          align-items: center;
          padding: 8px;
          border-radius: 3px;
          cursor: pointer; }
          #kanban .modal-wrap .modal .modal-content .create-columnList-toggle .create-field-toggle {
            display: flex;
            align-items: center;
            width: 20px;
            height: 20px; }
            #kanban .modal-wrap .modal .modal-content .create-columnList-toggle .create-field-toggle .field-radio-btn {
              width: 20px;
              height: 20px;
              font-size: 20px; }
            #kanban .modal-wrap .modal .modal-content .create-columnList-toggle .create-field-toggle .ui.radio.checkbox {
              width: 20px;
              height: 20px; }
            #kanban .modal-wrap .modal .modal-content .create-columnList-toggle .create-field-toggle .ui.checkbox input:checked ~ label:before, #kanban .modal-wrap .modal .modal-content .create-columnList-toggle .create-field-toggle .ui.radio.checkbox input:checked ~ label:before, #kanban .modal-wrap .modal .modal-content .create-columnList-toggle .create-field-toggle .ui.radio.checkbox label:before {
              border: 2px solid rgba(0, 0, 0, 0.1);
              width: 20px;
              height: 20px; }
            #kanban .modal-wrap .modal .modal-content .create-columnList-toggle .create-field-toggle .ui.checkbox input:checked ~ label:after, #kanban .modal-wrap .modal .modal-content .create-columnList-toggle .create-field-toggle .ui.radio.checkbox input:checked ~ label:after {
              color: #166ee1;
              background-color: #166ee1;
              width: 20px;
              height: 20px; }
          #kanban .modal-wrap .modal .modal-content .create-columnList-toggle .crate-field-content {
            display: flex;
            align-items: center;
            margin-left: 10px;
            font-weight: 500; }
            #kanban .modal-wrap .modal .modal-content .create-columnList-toggle .crate-field-content .create-icon {
              display: flex;
              align-items: center;
              color: #4d4d4d;
              fill: #4d4d4d;
              opacity: .8;
              font-size: 16px;
              margin-right: 0px; }
          #kanban .modal-wrap .modal .modal-content .create-columnList-toggle:hover {
            background-color: rgba(0, 0, 0, 0.05); }
        #kanban .modal-wrap .modal .modal-content .columns-dropdown {
          padding: 4px 0; }
        #kanban .modal-wrap .modal .modal-content .create-field-box {
          display: flex;
          align-items: center;
          padding: 8px;
          cursor: pointer;
          border-radius: 3px; }
          #kanban .modal-wrap .modal .modal-content .create-field-box:hover {
            background-color: rgba(0, 0, 0, 0.05); }
          #kanban .modal-wrap .modal .modal-content .create-field-box .add-icon {
            opacity: .5;
            color: #4d4d4d;
            fill: #4d4d4d; }
          #kanban .modal-wrap .modal .modal-content .create-field-box .create-field-content {
            margin-left: 8px; }
            #kanban .modal-wrap .modal .modal-content .create-field-box .create-field-content .create-select-field {
              display: flex;
              align-items: center; }
              #kanban .modal-wrap .modal .modal-content .create-field-box .create-field-content .create-select-field .create-icon {
                margin-left: -3px;
                margin-right: 2px;
                color: #4d4d4d;
                fill: #4d4d4d;
                opacity: .8;
                font-size: 16px; }
            #kanban .modal-wrap .modal .modal-content .create-field-box .create-field-content .create-desc {
              font-size: 11px;
              color: #777777; }
        #kanban .modal-wrap .modal .modal-content .create-column-field-buttons {
          padding: 4px 0;
          height: 30px; }
        #kanban .modal-wrap .modal .modal-content .createColumn-error-message {
          padding: 16px 0;
          font-size: 11px;
          font-weight: 500;
          margin-top: 8px;
          color: #dc043b; }
        #kanban .modal-wrap .modal .modal-content .modal-footer {
          margin-top: 16px;
          bottom: 0;
          display: flex;
          justify-content: flex-end; }
          #kanban .modal-wrap .modal .modal-content .modal-footer .done-btn {
            height: 32px;
            font-size: 13px;
            line-height: 22px;
            max-width: 100%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
            padding: 0 12px !important;
            margin: 0px;
            border-radius: 6px;
            font-weight: 500;
            background-color: #166ee1;
            color: #fff;
            font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
          #kanban .modal-wrap .modal .modal-content .modal-footer .field-done-btn {
            display: flex;
            align-items: center;
            padding: 8px 16px;
            border-radius: 3px;
            background-color: #166ee1;
            color: #fff;
            font-weight: 400;
            height: 32px;
            line-height: 22px;
            max-width: 100%;
            font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
            text-align: right; }
    @media only screen and (max-width: 500px) {
      #kanban .modal-wrap .modal {
        z-index: 2; } }
  #kanban .viewboardhight {
    height: calc(100vh - 118px) !important; }
  #kanban .viewhideheaderboard {
    height: calc(100vh - 70px) !important; }
  #kanban .embedboardhight {
    height: calc(100vh - 155px) !important; }
  #kanban .embedhideheaderboard {
    height: calc(100vh - 105px) !important; }
  #kanban .board {
    height: calc(100vh - 129px);
    display: flex;
    max-width: 100%;
    background-color: #fff; }
    #kanban .board .read-only-panels {
      display: flex; }
    #kanban .board .panels {
      display: flex;
      overflow-x: scroll; }
      #kanban .board .panels::-webkit-scrollbar {
        height: 8px; }
    #kanban .board .collapsed-panels {
      display: flex;
      flex-direction: column;
      width: 100%;
      max-height: calc(100% - 100px);
      flex-wrap: wrap;
      overflow-x: scroll; }
      #kanban .board .collapsed-panels::-webkit-scrollbar {
        height: 4px; }
    #kanban .board .add-category-root {
      max-height: 40px;
      min-width: 250px; }
      #kanban .board .add-category-root .add-category {
        background: #ccccccad;
        align-items: center;
        padding: 10px;
        color: #4d4d4d;
        border-radius: 6px;
        margin: 20px 10px;
        display: flex;
        justify-content: center;
        font-weight: 400;
        opacity: .7;
        scroll-margin-right: 10px;
        cursor: pointer; }
        #kanban .board .add-category-root .add-category:hover {
          opacity: 1; }
    #kanban .board .divPanel {
      cursor: default;
      padding: 20px 10px;
      margin: 0px 3px 0px 0px; }
      #kanban .board .divPanel .tooltip {
        position: relative;
        display: inline-block; }
      #kanban .board .divPanel .tooltip .tooltiptext {
        visibility: hidden;
        width: max-content;
        background-color: #303b47;
        color: white;
        text-align: center;
        text-transform: none;
        border-radius: 4px;
        font-size: 13px !important;
        margin-left: 8px;
        padding: 2px 8px;
        position: absolute;
        z-index: 1; }
      #kanban .board .divPanel .tooltip:hover .tooltiptext {
        visibility: visible; }
      #kanban .board .divPanel .panel-component {
        width: auto;
        max-width: 270px; }
        #kanban .board .divPanel .panel-component .panel {
          min-width: 270px;
          background: #f7f7f7;
          border-radius: 6px; }
          #kanban .board .divPanel .panel-component .panel .panel-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 6px 14px 2px 14px;
            color: #4d4d4d;
            position: relative;
            min-height: 45px; }
            #kanban .board .divPanel .panel-component .panel .panel-header .records-number {
              white-space: nowrap;
              max-width: 100px;
              overflow: hidden;
              text-overflow: ellipsis;
              height: 20px;
              padding: 0px 8px;
              font-size: 10px;
              background-color: rgba(0, 0, 0, 0.1);
              border-radius: 20px; }
            #kanban .board .divPanel .panel-component .panel .panel-header .panel-action-menu .context-menu {
              min-width: 102px;
              max-width: 250px;
              border-radius: 4px;
              list-style: none;
              position: absolute;
              z-index: 400;
              right: 6px;
              top: 40px;
              background: #212121 !important;
              cursor: pointer; }
              #kanban .board .divPanel .panel-component .panel .panel-header .panel-action-menu .context-menu .menu-item {
                display: flex;
                align-items: center;
                width: 100%;
                background-color: transparent;
                color: white;
                padding: 6px;
                border-radius: 4px;
                cursor: pointer; }
                #kanban .board .divPanel .panel-component .panel .panel-header .panel-action-menu .context-menu .menu-item:hover {
                  background-color: #3d3e3f; }
            #kanban .board .divPanel .panel-component .panel .panel-header .title .selectField {
              white-space: nowrap;
              max-width: 180px;
              overflow: hidden;
              text-overflow: ellipsis;
              align-items: center;
              padding: 2px 10px;
              border-radius: 25px;
              min-width: 36px;
              font-size: 14px;
              font-weight: 600; }
            #kanban .board .divPanel .panel-component .panel .panel-header .title .textField {
              font-size: 14px;
              font-weight: 600; }
            #kanban .board .divPanel .panel-component .panel .panel-header .title .uncategorize-title {
              border: 1px solid rgba(204, 204, 204, 0.68);
              border-radius: 15px;
              padding: 5px 12px; }
            #kanban .board .divPanel .panel-component .panel .panel-header .title .collaboratorField {
              display: flex;
              align-items: center;
              border: 1px solid #ccccccad;
              margin: 0px 2px;
              padding: 4px 10px 4px 10px;
              font-size: 12px;
              border-radius: 25px;
              height: auto;
              background-color: white;
              font-weight: 600; }
              #kanban .board .divPanel .panel-component .panel .panel-header .title .collaboratorField img {
                width: 25px;
                height: 25px;
                margin-right: 4px;
                border-radius: 25px; }
          #kanban .board .divPanel .panel-component .panel .mirror-trapezoid {
            height: 0;
            width: 270px;
            border-top: 100px solid gray;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; }
          #kanban .board .divPanel .panel-component .panel .panel-cards {
            padding-left: 14px;
            padding-right: 7px;
            margin-right: 3px;
            padding-top: 10px;
            max-height: calc(100vh - 294px);
            overflow-y: auto; }
            #kanban .board .divPanel .panel-component .panel .panel-cards::-webkit-scrollbar {
              width: 6px; }
            #kanban .board .divPanel .panel-component .panel .panel-cards .card .select-tag {
              margin-right: 5px;
              margin-bottom: 5px; }
            #kanban .board .divPanel .panel-component .panel .panel-cards .no-cards {
              display: flex;
              justify-content: center;
              align-items: center;
              padding-top: 25px;
              width: 100%;
              opacity: .7;
              pointer-events: none;
              cursor: default; }
            #kanban .board .divPanel .panel-component .panel .panel-cards .divCard {
              padding-bottom: 8px;
              pointer-events: all;
              cursor: grab; }
              #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card {
                border: 2px solid #ccccccad;
                border-radius: 6px;
                background: white;
                height: auto; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card:hover {
                  border-color: #ccccccad; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card:hover .card-header .card-delete-icon {
                    visibility: visible; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card:hover {
                  border-color: #2d7ff9;
                  box-shadow: 0 0 1px 0 black, 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0), 0 2px 8px 0 rgba(0, 0, 0, 0.08); }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-cover-image {
                  background: transparent;
                  border-bottom: 2px solid #ddd; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-cover-image .carousel .slide {
                    background: none; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-cover-image .control-next {
                    border-top-right-radius: 6px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-cover-image .control-prev {
                    border-top-left-radius: 6px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-cover-image img {
                    background: transparent;
                    width: 100%;
                    height: 180px;
                    border-top-left-radius: 4px;
                    border-top-right-radius: 4px;
                    object-fit: scale-down; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-inline {
                  display: flex; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .color-formating-colorline {
                  background: white;
                  padding: 6px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header {
                  display: flex;
                  justify-content: space-between;
                  align-items: center;
                  font-size: 13px;
                  font-weight: 900;
                  padding: 12px;
                  position: relative; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue {
                    white-space: nowrap;
                    max-width: 218px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    height: 20px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .textColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .checkboxColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .collaboratorColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .createdby-updatedby-column, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .selectorColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .attachmentColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .linkColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .apiDataColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .api-push, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .ratingColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .durationColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .progresscolumn {
                      padding: 0px; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .textColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .checkboxColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .collaboratorColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .createdby-updatedby-column .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .selectorColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .attachmentColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .linkColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .apiDataColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .api-push .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .ratingColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .durationColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .progresscolumn .field-title {
                        display: flex;
                        align-items: center;
                        opacity: 0.6; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .textColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .checkboxColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .collaboratorColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .createdby-updatedby-column .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .selectorColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .attachmentColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .linkColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .apiDataColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .api-push .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .ratingColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .durationColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .progresscolumn .field-title .field-name {
                          margin-left: 4px;
                          font-size: 10px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .textColumn .multilineValue {
                      display: block;
                      display: -webkit-box;
                      margin: 0 auto;
                      line-height: 1.2em;
                      -webkit-line-clamp: 3;
                      -webkit-box-orient: vertical;
                      overflow: hidden;
                      text-overflow: ellipsis;
                      word-wrap: break-word;
                      color: black;
                      margin-top: 5px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .textColumn .value {
                      white-space: nowrap;
                      max-width: 100%;
                      overflow: hidden;
                      text-overflow: ellipsis;
                      margin-top: 1px;
                      color: black; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .textColumn #custom-multiline-value h1 {
                      font-size: 20px;
                      font-weight: 500; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .textColumn #custom-multiline-value h2 {
                      font-size: 16px;
                      font-weight: 500; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .checkboxColumn .value {
                      white-space: nowrap;
                      max-width: 100%;
                      overflow: hidden;
                      text-overflow: ellipsis;
                      pointer-events: none;
                      opacity: 0.8;
                      color: black;
                      margin-top: 5px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .checkboxColumn .kanbancheckbox .cbx .cbx-icon {
                      margin: initial; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .multilineValue .custom-css ul {
                      padding: 0px 18px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv {
                      display: -webkit-inline-box;
                      overflow-x: auto;
                      width: 100%;
                      padding: 4px 0; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
                        height: 2px; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator {
                        font-size: 11px;
                        border-radius: 25px;
                        display: flex;
                        align-items: center;
                        height: 30px; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator span {
                          white-space: nowrap;
                          text-overflow: ellipsis;
                          overflow: hidden; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator:first-child {
                          margin: 0 2px 0 0; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator img {
                          width: 25px;
                          height: 25px;
                          margin-right: 4px;
                          border-radius: 25px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .createdby-updatedby-column .collaboratorDiv {
                      display: -webkit-inline-box;
                      overflow-x: auto;
                      width: 100%;
                      padding: 4px 0; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .createdby-updatedby-column .collaboratorDiv::-webkit-scrollbar {
                        height: 2px; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator {
                        font-size: 11px;
                        border-radius: 25px;
                        display: flex;
                        align-items: center;
                        height: 30px; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator span {
                          white-space: nowrap;
                          text-overflow: ellipsis;
                          overflow: hidden; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator:first-child {
                          margin: 0 2px 0 0; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator img {
                          width: 25px;
                          height: 25px;
                          margin-right: 4px;
                          border-radius: 25px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .selectorColumn .selectorDiv {
                      display: block;
                      overflow-x: auto;
                      margin-top: 5px;
                      padding: 4px 0; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .selectorColumn .selectorDiv::-webkit-scrollbar {
                        height: 2px; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .selectorColumn .selectorDiv .selector {
                        display: inline;
                        justify-content: center;
                        padding: 1px 8px;
                        margin: 0 2px;
                        background-color: #797373;
                        border-radius: 25px;
                        font-size: 10px;
                        margin-bottom: 5px;
                        min-width: 38px; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .selectorColumn .selectorDiv .selector:first-child {
                          margin: 0 2px 0 0; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .attachmentColumn .attachmentDiv {
                      display: flex;
                      flex-wrap: wrap;
                      align-items: center;
                      overflow-y: auto;
                      min-height: 52px; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .attachmentColumn .attachmentDiv::-webkit-scrollbar {
                        height: 2px; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .attachmentColumn .attachmentDiv .attachment {
                        margin: 0 2px;
                        border-radius: 5px;
                        border: 1px solid #ccc;
                        margin-bottom: 5px; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .attachmentColumn .attachmentDiv .attachment img {
                          height: 20px;
                          border-radius: 5px;
                          max-width: 60px;
                          border-radius: 2px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .linkColumn .linksDiv {
                      display: flex;
                      flex-wrap: wrap;
                      padding: 4px 0;
                      overflow: hidden; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .linkColumn .linksDiv::-webkit-scrollbar {
                        height: 2px; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .linkColumn .linksDiv .row-link {
                        display: inline;
                        margin-right: 4px;
                        padding: 0px 4px;
                        background: #ecf0fa;
                        border: 1px solid #c9c9ec;
                        border-radius: 2px;
                        margin-bottom: 5px; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .linkColumn .linksDiv .error {
                        display: inline;
                        margin-right: 4px;
                        padding: 0px 4px;
                        background: #f5cce9 !important;
                        border: 0.5px solid #a26e71 !important;
                        border-radius: 2px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .api-push .btn {
                      width: fit-content;
                      padding: 4px;
                      border-radius: 4px;
                      box-shadow: 3px 3px 3px #ccc;
                      background-color: rgba(224, 224, 224, 0.5);
                      margin-top: 5px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .ratingColumn {
                      white-space: nowrap;
                      max-width: 100%;
                      overflow: hidden;
                      text-overflow: ellipsis;
                      pointer-events: none;
                      opacity: 0.8;
                      color: black;
                      margin-top: 5px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column {
                      display: block; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .send-btn {
                        width: -webkit-fill-available;
                        text-align: center;
                        display: flex; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .send-btn .btn-root {
                          margin: 7px 5px 0px 2px;
                          display: flex;
                          justify-content: center; }
                          #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .send-btn .btn-root .btn {
                            cursor: pointer;
                            width: fit-content;
                            padding: 3px 6px;
                            border-radius: 5px;
                            margin: auto;
                            opacity: .8;
                            display: flex;
                            justify-content: center;
                            background-color: rgba(228, 195, 195, 0.5); }
                            #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .send-btn .btn-root .btn svg {
                              margin-right: 5px; }
                            #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .send-btn .btn-root .btn span {
                              white-space: nowrap !important;
                              color: white;
                              overflow: hidden !important;
                              text-overflow: ellipsis !important; }
                            #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .send-btn .btn-root .btn:hover {
                              opacity: 1; }
                            #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .send-btn .btn-root .btn:target {
                              box-shadow: none; }
                            #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .send-btn .btn-root .btn:active {
                              box-shadow: none; }
                          #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .send-btn .btn-root .disabled {
                            cursor: auto !important;
                            opacity: 0.5; }
                            #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .send-btn .btn-root .disabled:hover {
                              opacity: 0.5; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .durationColumn .multilineValue {
                      display: block;
                      display: -webkit-box;
                      margin: 0 auto;
                      line-height: 1.2em;
                      -webkit-line-clamp: 3;
                      -webkit-box-orient: vertical;
                      overflow: hidden;
                      text-overflow: ellipsis;
                      word-wrap: break-word;
                      color: black;
                      margin-top: 5px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .durationColumn .value {
                      white-space: nowrap;
                      max-width: 100%;
                      overflow: hidden;
                      text-overflow: ellipsis;
                      margin-top: 5px;
                      color: black; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .progresscolumn .progress-text-type {
                      white-space: nowrap;
                      max-width: 100%;
                      overflow: hidden;
                      text-overflow: ellipsis;
                      margin-top: 5px;
                      color: black; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .progresscolumn .progress-type {
                      display: flex;
                      align-items: center;
                      width: 100%;
                      margin-top: 8px; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .progresscolumn .progress-type .progress-line {
                        width: 90%;
                        margin: auto !important; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .progresscolumn .progress-type .progress-percentage {
                        width: 29px;
                        text-align: center;
                        margin-left: 4px;
                        color: green;
                        font-weight: 500; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .progresscolumn .progress-type .ui.small.progress {
                        font-size: 0.60857143rem;
                        height: 8px !important;
                        padding-left: 0px !important;
                        padding-bottom: 4px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .value {
                      font-size: 14px;
                      font-weight: 600; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .action {
                    color: black;
                    cursor: pointer; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .cardActionMenu {
                    font-size: 12px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .cardActionMenu .context-menu {
                      min-width: 102px;
                      max-width: 250px;
                      border-radius: 4px;
                      list-style: none;
                      position: absolute;
                      z-index: 400;
                      right: 4px;
                      top: 40px;
                      background: #212121 !important;
                      cursor: pointer; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .cardActionMenu .context-menu .menu-item {
                        display: flex;
                        align-items: center;
                        width: 100%;
                        background-color: transparent;
                        color: white;
                        padding: 6px;
                        border-radius: 4px;
                        cursor: pointer; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .cardActionMenu .context-menu .menu-item:hover {
                          background-color: #3d3e3f; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .card-delete-icon {
                    color: #909090;
                    opacity: 0.4;
                    position: absolute;
                    right: 6px;
                    top: 6px;
                    cursor: pointer;
                    visibility: hidden; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-footer {
                  display: block;
                  height: 38px;
                  color: blue;
                  font-size: 12px;
                  padding: 0 12px 12px 12px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-footer .labels:first-child {
                    margin-left: auto; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-footer .labels {
                    float: left;
                    margin-top: 4px;
                    margin-left: 6px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-footer .labels .attachments {
                      margin-right: 8px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-footer .labels .checklist {
                      margin-right: 8px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-footer .collaborators-list {
                    display: flex;
                    flex-direction: row-reverse;
                    align-items: center;
                    font-size: 14px;
                    color: #ad4df0; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-footer .collaborators-list .collaborator {
                      width: 25px;
                      height: 25px;
                      border: 2px solide #797979;
                      position: relative;
                      border-radius: 50%;
                      margin-left: -15px;
                      padding: 2px;
                      background: #fff;
                      object-fit: cover;
                      object-position: center right; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .textColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .textColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .checkboxColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .checkboxColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .collaboratorColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .collaboratorColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .createdby-updatedby-column, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .createdby-updatedby-column, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .selectorColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .selectorColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .attachmentColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .attachmentColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .linkColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .linkColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .apiDataColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .apiDataColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .api-push, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .api-push, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .ratingColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .ratingColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .button-column, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .button-column, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .durationColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .durationColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .progresscolumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .progresscolumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .textColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .checkboxColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .collaboratorColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .createdby-updatedby-column, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .selectorColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .attachmentColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .linkColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .apiDataColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .api-push, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .ratingColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .durationColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .progresscolumn {
                  padding: 0 12px 12px 12px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .textColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .checkboxColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .collaboratorColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .createdby-updatedby-column .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .selectorColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .attachmentColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .linkColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .apiDataColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .api-push .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .ratingColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .durationColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .progresscolumn .field-title {
                    display: flex;
                    align-items: center;
                    opacity: 0.6; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .textColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .checkboxColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .collaboratorColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .createdby-updatedby-column .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .selectorColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .attachmentColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .linkColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .apiDataColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .api-push .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .ratingColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .durationColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .progresscolumn .field-title .field-name {
                      margin-left: 4px;
                      font-size: 10px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .textColumn .multilineValue {
                  display: block;
                  display: -webkit-box;
                  margin: 0 auto;
                  line-height: 1.2em;
                  -webkit-line-clamp: 3;
                  -webkit-box-orient: vertical;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  word-wrap: break-word;
                  color: black;
                  margin-top: 5px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .textColumn .value {
                  white-space: nowrap;
                  max-width: 100%;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  margin-top: 1px;
                  color: black; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .textColumn #custom-multiline-value h1 {
                  font-size: 20px;
                  font-weight: 500; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .textColumn #custom-multiline-value h2 {
                  font-size: 16px;
                  font-weight: 500; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .checkboxColumn .value {
                  white-space: nowrap;
                  max-width: 100%;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  pointer-events: none;
                  opacity: 0.8;
                  color: black;
                  margin-top: 5px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .checkboxColumn .kanbancheckbox .cbx .cbx-icon {
                  margin: initial; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .multilineValue .custom-css ul {
                  padding: 0px 18px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .collaboratorColumn .collaboratorDiv {
                  display: -webkit-inline-box;
                  overflow-x: auto;
                  width: 100%;
                  padding: 4px 0; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
                    height: 2px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .collaboratorColumn .collaboratorDiv .collaborator {
                    font-size: 11px;
                    border-radius: 25px;
                    display: flex;
                    align-items: center;
                    height: 30px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .collaboratorColumn .collaboratorDiv .collaborator span {
                      white-space: nowrap;
                      text-overflow: ellipsis;
                      overflow: hidden; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .collaboratorColumn .collaboratorDiv .collaborator:first-child {
                      margin: 0 2px 0 0; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .collaboratorColumn .collaboratorDiv .collaborator img {
                      width: 25px;
                      height: 25px;
                      margin-right: 4px;
                      border-radius: 25px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .createdby-updatedby-column .collaboratorDiv {
                  display: -webkit-inline-box;
                  overflow-x: auto;
                  width: 100%;
                  padding: 4px 0; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .createdby-updatedby-column .collaboratorDiv::-webkit-scrollbar {
                    height: 2px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .createdby-updatedby-column .collaboratorDiv .collaborator {
                    font-size: 11px;
                    border-radius: 25px;
                    display: flex;
                    align-items: center;
                    height: 30px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .createdby-updatedby-column .collaboratorDiv .collaborator span {
                      white-space: nowrap;
                      text-overflow: ellipsis;
                      overflow: hidden; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .createdby-updatedby-column .collaboratorDiv .collaborator:first-child {
                      margin: 0 2px 0 0; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .createdby-updatedby-column .collaboratorDiv .collaborator img {
                      width: 25px;
                      height: 25px;
                      margin-right: 4px;
                      border-radius: 25px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .selectorColumn .selectorDiv {
                  display: block;
                  overflow-x: auto;
                  margin-top: 5px;
                  padding: 4px 0; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .selectorColumn .selectorDiv::-webkit-scrollbar {
                    height: 2px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .selectorColumn .selectorDiv .selector {
                    display: inline;
                    justify-content: center;
                    padding: 1px 8px;
                    margin: 0 2px;
                    background-color: #797373;
                    border-radius: 25px;
                    font-size: 10px;
                    margin-bottom: 5px;
                    min-width: 38px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .selectorColumn .selectorDiv .selector:first-child {
                      margin: 0 2px 0 0; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .attachmentColumn .attachmentDiv {
                  display: flex;
                  flex-wrap: wrap;
                  align-items: center;
                  overflow-y: auto;
                  min-height: 52px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .attachmentColumn .attachmentDiv::-webkit-scrollbar {
                    height: 2px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .attachmentColumn .attachmentDiv .attachment {
                    margin: 0 2px;
                    border-radius: 5px;
                    border: 1px solid #ccc;
                    margin-bottom: 5px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .attachmentColumn .attachmentDiv .attachment img {
                      height: 20px;
                      border-radius: 5px;
                      max-width: 60px;
                      border-radius: 2px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .linkColumn .linksDiv {
                  display: flex;
                  flex-wrap: wrap;
                  padding: 4px 0;
                  overflow: hidden; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .linkColumn .linksDiv::-webkit-scrollbar {
                    height: 2px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .linkColumn .linksDiv .row-link {
                    display: inline;
                    margin-right: 4px;
                    padding: 0px 4px;
                    background: #ecf0fa;
                    border: 1px solid #c9c9ec;
                    border-radius: 2px;
                    margin-bottom: 5px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .linkColumn .linksDiv .error {
                    display: inline;
                    margin-right: 4px;
                    padding: 0px 4px;
                    background: #f5cce9 !important;
                    border: 0.5px solid #a26e71 !important;
                    border-radius: 2px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .api-push .btn {
                  width: fit-content;
                  padding: 4px;
                  border-radius: 4px;
                  box-shadow: 3px 3px 3px #ccc;
                  background-color: rgba(224, 224, 224, 0.5);
                  margin-top: 5px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .ratingColumn {
                  white-space: nowrap;
                  max-width: 100%;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  pointer-events: none;
                  opacity: 0.8;
                  color: black;
                  margin-top: 5px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column {
                  display: block; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .send-btn {
                    width: -webkit-fill-available;
                    text-align: center;
                    display: flex; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .send-btn .btn-root {
                      margin: 7px 5px 0px 2px;
                      display: flex;
                      justify-content: center; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .send-btn .btn-root .btn {
                        cursor: pointer;
                        width: fit-content;
                        padding: 3px 6px;
                        border-radius: 5px;
                        margin: auto;
                        opacity: .8;
                        display: flex;
                        justify-content: center;
                        background-color: rgba(228, 195, 195, 0.5); }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .send-btn .btn-root .btn svg {
                          margin-right: 5px; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .send-btn .btn-root .btn span {
                          white-space: nowrap !important;
                          color: white;
                          overflow: hidden !important;
                          text-overflow: ellipsis !important; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .send-btn .btn-root .btn:hover {
                          opacity: 1; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .send-btn .btn-root .btn:target {
                          box-shadow: none; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .send-btn .btn-root .btn:active {
                          box-shadow: none; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .send-btn .btn-root .disabled {
                        cursor: auto !important;
                        opacity: 0.5; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .send-btn .btn-root .disabled:hover {
                          opacity: 0.5; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .durationColumn .multilineValue {
                  display: block;
                  display: -webkit-box;
                  margin: 0 auto;
                  line-height: 1.2em;
                  -webkit-line-clamp: 3;
                  -webkit-box-orient: vertical;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  word-wrap: break-word;
                  color: black;
                  margin-top: 5px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .durationColumn .value {
                  white-space: nowrap;
                  max-width: 100%;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  margin-top: 5px;
                  color: black; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .progresscolumn .progress-text-type {
                  white-space: nowrap;
                  max-width: 100%;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  margin-top: 5px;
                  color: black; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .progresscolumn .progress-type {
                  display: flex;
                  align-items: center;
                  width: 100%;
                  margin-top: 8px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .progresscolumn .progress-type .progress-line {
                    width: 90%;
                    margin: auto !important; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .progresscolumn .progress-type .progress-percentage {
                    width: 29px;
                    text-align: center;
                    margin-left: 4px;
                    color: green;
                    font-weight: 500; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .progresscolumn .progress-type .ui.small.progress {
                    font-size: 0.60857143rem;
                    height: 8px !important;
                    padding-left: 0px !important;
                    padding-bottom: 4px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .signatureColumn {
                  padding: 0 12px 12px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .signatureColumn .field-title {
                    display: flex;
                    align-items: center;
                    opacity: 0.6; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .signatureColumn .field-title .field-name {
                      margin-left: 4px;
                      font-size: 10px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .signatureColumn .signature-img {
                    max-width: 60px;
                    height: 25px; }
              #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card-active {
                border: 3px solid orange !important; }
              #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card-search-active {
                border: 2px solid yellow !important; }
          #kanban .board .divPanel .panel-component .panel .panel-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px;
            color: #4d4d4d; }
            #kanban .board .divPanel .panel-component .panel .panel-footer .add-record-button {
              height: 20px;
              font-size: 10px;
              margin-left: 5px;
              font-weight: 600;
              cursor: pointer;
              opacity: .7; }
              #kanban .board .divPanel .panel-component .panel .panel-footer .add-record-button:hover {
                opacity: 1;
                border-bottom: 1px solid #4d4d4d; }
            #kanban .board .divPanel .panel-component .panel .panel-footer .disable-add-btn {
              opacity: 0.5; }
            #kanban .board .divPanel .panel-component .panel .panel-footer .minimize-icon {
              opacity: .7;
              cursor: pointer; }
              #kanban .board .divPanel .panel-component .panel .panel-footer .minimize-icon:hover {
                opacity: 1; }
        #kanban .board .divPanel .panel-component .collapsed {
          display: flex;
          flex-direction: column;
          transform: rotate(-90deg) translateX(-100%);
          transform-origin: left top 0px;
          min-width: 300px; }
          #kanban .board .divPanel .panel-component .collapsed .panel-header {
            display: flex;
            flex-direction: row-reverse;
            justify-content: space-between;
            align-items: center;
            padding: 10px 12px;
            color: #4d4d4d;
            background: #f7f7f7;
            border-radius: 6px;
            border: 2px solid #e2e2e2;
            cursor: grab; }
            #kanban .board .divPanel .panel-component .collapsed .panel-header .records-number {
              white-space: nowrap;
              max-width: 70px;
              overflow: hidden;
              text-overflow: ellipsis;
              height: 20px;
              padding: 0px 8px;
              font-size: 10px;
              background-color: rgba(0, 0, 0, 0.1);
              border-radius: 20px; }
            #kanban .board .divPanel .panel-component .collapsed .panel-header .header-name {
              white-space: nowrap;
              max-width: 230px;
              overflow: hidden;
              text-overflow: ellipsis;
              height: 20px;
              padding: 0px 8px;
              font-size: 13px;
              font-weight: 400;
              border-radius: 20px;
              margin-right: 20px; }
            #kanban .board .divPanel .panel-component .collapsed .panel-header .maximize-icon {
              cursor: pointer;
              opacity: .7; }
              #kanban .board .divPanel .panel-component .collapsed .panel-header .maximize-icon:hover {
                opacity: 1; }
            #kanban .board .divPanel .panel-component .collapsed .panel-header .collaboratorField {
              display: flex;
              align-items: center;
              border: 1px solid #ccccccad;
              margin: 0px 2px;
              padding: 4px 10px 4px 10px;
              font-size: 12px;
              border-radius: 25px;
              height: auto;
              background-color: white;
              font-weight: 600; }
              #kanban .board .divPanel .panel-component .collapsed .panel-header .collaboratorField img {
                width: 25px;
                height: 25px;
                margin-right: 4px;
                border-radius: 25px; }
            #kanban .board .divPanel .panel-component .collapsed .panel-header .selectField {
              white-space: nowrap;
              max-width: 180px;
              overflow: hidden;
              text-overflow: ellipsis;
              align-items: center;
              padding: 2px 10px;
              font-size: 14px;
              font-weight: 600;
              border-radius: 25px;
              min-width: 36px; }
            #kanban .board .divPanel .panel-component .collapsed .panel-header .textField {
              font-size: 14px;
              font-weight: 600; }
          #kanban .board .divPanel .panel-component .collapsed .mirror-trapezoid {
            height: 0;
            width: 270px;
            border-top: 120px solid #f7f7f7;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            border-bottom-left-radius: 6px;
            border-bottom-right-radius: 6px; }

#ExpandBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  justify-content: center; }
  #ExpandBox .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1; }
  #ExpandBox .row-section {
    background: #fff;
    width: 700px;
    position: relative; }
    #ExpandBox .row-section .history-comment:hover {
      fill: #000; }
    @media screen and (max-width: 767px) {
      #ExpandBox .row-section {
        width: 347px; }
        #ExpandBox .row-section .pagination-icons {
          margin-top: 15px; } }
    @media screen and (min-width: 767px) {
      #ExpandBox .row-section {
        width: 700px; }
        #ExpandBox .row-section div .ismobile-close {
          display: none; } }
  #ExpandBox .new-row-section {
    background: #fff;
    width: 600px;
    position: relative; }
    #ExpandBox .new-row-section .history-comment:hover {
      fill: #000; }
    @media screen and (max-width: 767px) {
      #ExpandBox .new-row-section {
        width: 347px; }
        #ExpandBox .new-row-section .pagination-icons {
          margin-top: 15px; } }
    @media screen and (min-width: 1250px) {
      #ExpandBox .new-row-section {
        width: 800px; }
        #ExpandBox .new-row-section div .ismobile-close {
          display: none; } }
    @media screen and (min-width: 992px) and (max-width: 1130px) {
      #ExpandBox .new-row-section {
        width: 500px; }
        #ExpandBox .new-row-section div .ismobile-close {
          display: none; } }
    @media screen and (min-width: 860px) and (max-width: 991px) {
      #ExpandBox .new-row-section {
        width: 450px; }
        #ExpandBox .new-row-section div .ismobile-close {
          display: none; } }
  #ExpandBox .blocks {
    width: -webkit-fill-available;
    border-left: none; }
  #ExpandBox #ColumnConfigModelExpandView,
  #ExpandBox .right-popup-wrapper {
    position: absolute;
    top: -41px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8; }
    #ExpandBox #ColumnConfigModelExpandView .overlay,
    #ExpandBox .right-popup-wrapper .overlay {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      z-index: 1; }
    #ExpandBox #ColumnConfigModelExpandView .filters,
    #ExpandBox .right-popup-wrapper .filters {
      top: 20%;
      left: 40%; }
    #ExpandBox #ColumnConfigModelExpandView .filters,
    #ExpandBox #ColumnConfigModelExpandView .right-popup,
    #ExpandBox .right-popup-wrapper .filters,
    #ExpandBox .right-popup-wrapper .right-popup {
      top: 24%;
      left: 37%;
      z-index: 2;
      position: relative;
      right: 0;
      width: min-content;
      min-width: 30em;
      min-height: fit-content;
      max-height: 48rem;
      background: #fff;
      border: 2px solid #ddd;
      overflow-y: auto;
      border-radius: 10px;
      overflow-x: hidden;
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out; }
    #ExpandBox #ColumnConfigModelExpandView .title-filter,
    #ExpandBox .right-popup-wrapper .title-filter {
      padding: 10px;
      min-height: 41px;
      border-top: 1px solid #e1e1e1;
      border-bottom: 1px solid #e1e1e1;
      background: #f8f8f8;
      font-size: 16px;
      font-weight: 500; }
      #ExpandBox #ColumnConfigModelExpandView .title-filter svg,
      #ExpandBox .right-popup-wrapper .title-filter svg {
        position: absolute;
        right: 8px;
        cursor: pointer; }

.expand-view {
  z-index: 2;
  position: absolute;
  display: flex;
  top: 5%;
  width: auto;
  box-shadow: -10px 0px 10px #565656;
  height: 90%;
  background: transparent;
  border-radius: 6px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s; }
  @media only screen and (max-width: 500px) {
    .expand-view {
      top: 0px;
      height: 100%; }
      .expand-view #ExpandBox {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 4;
        display: flex;
        justify-content: center; }
        .expand-view #ExpandBox .overlay {
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          position: absolute;
          z-index: 1; }
        .expand-view #ExpandBox .row-section {
          background: #fff;
          width: fit-content;
          position: relative; }
          .expand-view #ExpandBox .row-section .history-comment:hover {
            fill: #000; }
      .expand-view .row-section {
        background: #fff;
        position: relative;
        width: fit-content; } }
  .expand-view .blocks {
    width: -webkit-fill-available;
    border-left: none; }
  .expand-view .row-section {
    background: #fff;
    width: 470px;
    position: relative; }
    .expand-view .row-section .history-comment:hover {
      fill: #000; }
    .expand-view .row-section .pagination-icons {
      display: flex;
      justify-content: space-between;
      padding: 16px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .expand-view .row-section .pagination-icons .Exapnd-tooltip {
        position: relative;
        display: inline-block;
        cursor: pointer; }
        .expand-view .row-section .pagination-icons .Exapnd-tooltip .tooltiptext {
          visibility: hidden;
          width: max-content;
          background-color: #303b47;
          color: #fff;
          text-align: center;
          text-transform: none;
          border-radius: 6px;
          font-size: 11px !important;
          padding: 0 8px;
          position: absolute;
          z-index: 3;
          display: inherit;
          margin-top: 21px; }
          .expand-view .row-section .pagination-icons .Exapnd-tooltip .tooltiptext.hide {
            margin-left: 8px; }
          .expand-view .row-section .pagination-icons .Exapnd-tooltip .tooltiptext.show {
            margin-left: -135px; }
          .expand-view .row-section .pagination-icons .Exapnd-tooltip .tooltiptext.fav-done-row {
            margin-left: -169px; }
          .expand-view .row-section .pagination-icons .Exapnd-tooltip .tooltiptext.fav-row {
            margin-left: -147px; }
          .expand-view .row-section .pagination-icons .Exapnd-tooltip .tooltiptext.previous {
            height: 25px;
            padding-bottom: 2px;
            padding-top: 2px;
            margin-left: -18px;
            margin-top: 0px; }
          .expand-view .row-section .pagination-icons .Exapnd-tooltip .tooltiptext.next {
            height: 25px;
            padding-bottom: 2px;
            padding-top: 2px;
            margin-left: -5px;
            margin-top: 0px; }
          .expand-view .row-section .pagination-icons .Exapnd-tooltip .tooltiptext .key {
            background-color: #797878;
            border-radius: 5px;
            padding: 2px;
            font-size: 9px; }
            .expand-view .row-section .pagination-icons .Exapnd-tooltip .tooltiptext .key.dot {
              padding-left: 5px;
              padding-right: 5px; }
        .expand-view .row-section .pagination-icons .Exapnd-tooltip:hover .tooltiptext {
          visibility: visible; }
      .expand-view .row-section .pagination-icons .fav {
        padding-right: 5px; }
      .expand-view .row-section .pagination-icons .column-layout-container {
        display: flex;
        padding-right: 4px; }
        .expand-view .row-section .pagination-icons .column-layout-container .column-view-label {
          display: flex;
          border-radius: 25px;
          width: 20px;
          height: 20px;
          justify-content: center;
          align-items: center;
          flex-direction: row;
          padding: 0px;
          cursor: pointer;
          position: relative; }
          .expand-view .row-section .pagination-icons .column-layout-container .column-view-label .tooltiptext {
            visibility: hidden;
            width: max-content;
            background-color: #303b47;
            color: #fff;
            text-align: center;
            text-transform: none;
            border-radius: 6px;
            font-size: 11px !important;
            padding: 0 8px;
            position: absolute;
            z-index: 3;
            display: inherit;
            margin-top: 21px;
            top: 0px; }
          .expand-view .row-section .pagination-icons .column-layout-container .column-view-label:hover .tooltiptext {
            visibility: visible; }
          .expand-view .row-section .pagination-icons .column-layout-container .column-view-label.active {
            background: #EDEDED; }
      .expand-view .row-section .pagination-icons .linked-table-name {
        font-size: 15px;
        align-self: center;
        margin-left: 5px;
        white-space: nowrap;
        max-width: 250px;
        overflow: hidden;
        text-overflow: ellipsis; }
        .expand-view .row-section .pagination-icons .linked-table-name strong {
          text-decoration: underline; }
    .expand-view .row-section .color-formating-colorline {
      display: block;
      border: none;
      color: white;
      height: 12px;
      background: #ffff;
      border-radius: 4px; }
    .expand-view .row-section .two-column-rowdetails {
      margin: 0 12px;
      padding-right: 6px; }
      .expand-view .row-section .two-column-rowdetails .two-column-title {
        margin: 10px 0 0 16px; }
      .expand-view .row-section .two-column-rowdetails .rowdetails-layout {
        width: 100%; }
        .expand-view .row-section .two-column-rowdetails .rowdetails-layout .two-column-layout {
          display: flex;
          align-items: center;
          align-self: flex-start; }
        .expand-view .row-section .two-column-rowdetails .rowdetails-layout .input-multi-line {
          position: relative;
          height: 100px;
          width: 100%;
          padding: 14px 8px;
          border: 2px solid rgba(34, 36, 38, 0.15);
          color: rgba(0, 0, 0, 0.87);
          border-radius: 2px;
          font-weight: 400;
          line-height: 18px; }
        .expand-view .row-section .two-column-rowdetails .rowdetails-layout [data-rbd-droppable-id="droppable"] {
          display: flex;
          align-items: self-start;
          flex-wrap: wrap;
          width: 100%; }
      .expand-view .row-section .two-column-rowdetails .hidden-column {
        padding: 4px 16px !important; }
    .expand-view .row-section .single-column-rowdetails {
      margin: 0px 0px;
      padding-right: 10px;
      padding-left: 20px; }
      .expand-view .row-section .single-column-rowdetails .single-column-title {
        margin: 10px 0 0 0; }
      .expand-view .row-section .single-column-rowdetails .field {
        width: 100%;
        display: flex;
        align-items: flex-start;
        gap: 10px; }
        .expand-view .row-section .single-column-rowdetails .field .field-title {
          position: relative;
          max-width: 150px;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: flex-start;
          gap: 2px; }
          .expand-view .row-section .single-column-rowdetails .field .field-title svg {
            flex-shrink: 0;
            margin-top: 0px; }
          .expand-view .row-section .single-column-rowdetails .field .field-title .field-content {
            align-items: flex-start !important; }
            .expand-view .row-section .single-column-rowdetails .field .field-title .field-content .field-name .field-column-name {
              white-space: normal; }
        .expand-view .row-section .single-column-rowdetails .field #MenuColumns {
          left: -55px !important;
          top: 5px; }
        .expand-view .row-section .single-column-rowdetails .field .field-Container {
          width: 100%;
          min-width: 0; }
          .expand-view .row-section .single-column-rowdetails .field .field-Container input, .expand-view .row-section .single-column-rowdetails .field .field-Container select {
            border: 1px solid rgba(34, 36, 38, 0.15);
            box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32);
            border-radius: 6px; }
            .expand-view .row-section .single-column-rowdetails .field .field-Container input:focus, .expand-view .row-section .single-column-rowdetails .field .field-Container select:focus {
              box-shadow: 0 0 0 1px #166ee1, 0 0 0 1px #166ee1; }
          .expand-view .row-section .single-column-rowdetails .field .field-Container .PhoneInput,
          .expand-view .row-section .single-column-rowdetails .field .field-Container .input-multi-line,
          .expand-view .row-section .single-column-rowdetails .field .field-Container #Timezone,
          .expand-view .row-section .single-column-rowdetails .field .field-Container .select-cell,
          .expand-view .row-section .single-column-rowdetails .field .field-Container .virtual-input,
          .expand-view .row-section .single-column-rowdetails .field .field-Container .cbx-visible i.icon {
            border: 1px solid rgba(34, 36, 38, 0.15);
            box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32);
            border-radius: 6px; }
            .expand-view .row-section .single-column-rowdetails .field .field-Container .PhoneInput:focus,
            .expand-view .row-section .single-column-rowdetails .field .field-Container .input-multi-line:focus,
            .expand-view .row-section .single-column-rowdetails .field .field-Container #Timezone:focus,
            .expand-view .row-section .single-column-rowdetails .field .field-Container .select-cell:focus,
            .expand-view .row-section .single-column-rowdetails .field .field-Container .virtual-input:focus,
            .expand-view .row-section .single-column-rowdetails .field .field-Container .cbx-visible i.icon:focus {
              box-shadow: 0 0 0 2px #166ee1, 0 0 0 2px #166ee1; }
            .expand-view .row-section .single-column-rowdetails .field .field-Container .PhoneInput:focus-within,
            .expand-view .row-section .single-column-rowdetails .field .field-Container .input-multi-line:focus-within,
            .expand-view .row-section .single-column-rowdetails .field .field-Container #Timezone:focus-within,
            .expand-view .row-section .single-column-rowdetails .field .field-Container .select-cell:focus-within,
            .expand-view .row-section .single-column-rowdetails .field .field-Container .virtual-input:focus-within,
            .expand-view .row-section .single-column-rowdetails .field .field-Container .cbx-visible i.icon:focus-within {
              box-shadow: 0 0 0 2px #166ee1, 0 0 0 2px #166ee1; }
          .expand-view .row-section .single-column-rowdetails .field .field-Container .cbx-visible {
            width: 22px !important;
            margin-left: 0px !important; }
          .expand-view .row-section .single-column-rowdetails .field .field-Container .cbx-visible i.icon {
            border-radius: 3px;
            width: 17.6px;
            height: 17.6px;
            font-size: 13px;
            padding: 9px;
            margin: 0;
            position: relative;
            top: 1px; }
          .expand-view .row-section .single-column-rowdetails .field .field-Container .PhoneInput input,
          .expand-view .row-section .single-column-rowdetails .field .field-Container #Timezone input,
          .expand-view .row-section .single-column-rowdetails .field .field-Container .select-cell input {
            border: none !important;
            box-shadow: none !important;
            border-radius: 0 !important; }
            .expand-view .row-section .single-column-rowdetails .field .field-Container .PhoneInput input:focus,
            .expand-view .row-section .single-column-rowdetails .field .field-Container #Timezone input:focus,
            .expand-view .row-section .single-column-rowdetails .field .field-Container .select-cell input:focus {
              box-shadow: 0 0 0 1px #166ee1, 0 0 0 1px #166ee1; }
          .expand-view .row-section .single-column-rowdetails .field .field-Container .select-cell .css-1wcnc71-control {
            border-radius: 6px !important; }
          .expand-view .row-section .single-column-rowdetails .field .field-Container .css-737pto-control {
            box-shadow: none !important;
            border-radius: 6px !important; }
          .expand-view .row-section .single-column-rowdetails .field .field-Container .css-b8ldur-Input input:focus {
            box-shadow: none !important; }
        @media screen and (max-width: 767px) {
          .expand-view .row-section .single-column-rowdetails .field {
            flex-direction: column;
            align-items: normal; } }
      .expand-view .row-section .single-column-rowdetails .input-multi-line {
        position: relative;
        min-height: 72px;
        width: 100%;
        padding: 14px 8px;
        border: 2px solid rgba(34, 36, 38, 0.15);
        color: rgba(0, 0, 0, 0.87);
        border-radius: 2px;
        font-weight: 400;
        line-height: 18px; }
        .expand-view .row-section .single-column-rowdetails .input-multi-line:focus-visible {
          outline: 2px solid #166ee1 !important; }
      .expand-view .row-section .single-column-rowdetails .attachment-bx .attachment-head .add {
        padding: 7px !important;
        background: transparent !important;
        border-radius: 6px !important;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.32); }
      .expand-view .row-section .single-column-rowdetails .attachment-bx .attachment-data {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-left: 0 !important;
        margin-top: 7px; }
        .expand-view .row-section .single-column-rowdetails .attachment-bx .attachment-data .attachment-flex-box {
          flex: 0 0 calc(50% - 5px);
          max-height: 200px; }
          .expand-view .row-section .single-column-rowdetails .attachment-bx .attachment-data .attachment-flex-box .custom-image-style {
            width: 100% !important;
            height: 100% !important;
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
            margin: 0 !important;
            border-radius: 6px;
            border: 1px solid #bdbdbdde;
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.32); }
    .expand-view .row-section .row-details {
      height: calc(100% - 110px);
      overflow: auto;
      overflow-x: hidden;
      scrollbar-width: thin; }
      .expand-view .row-section .row-details::-webkit-scrollbar {
        width: 7px; }
      .expand-view .row-section .row-details .title {
        font-size: 20px;
        line-height: 1.618;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 2;
        word-break: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 29px;
        max-height: 200px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .expand-view .row-section .row-details .title .synced-row-line {
          font-size: 13px;
          margin: 6px 0px 0px 0px;
          font-weight: 500; }
      .expand-view .row-section .row-details .linked-table {
        font-size: 13.5px;
        font-weight: 500;
        display: flex;
        align-items: center;
        margin-left: 1.3px;
        margin: 4px 0;
        padding-top: 5px; }
        .expand-view .row-section .row-details .linked-table p {
          margin-left: 6px;
          text-decoration: underline;
          cursor: pointer;
          font-weight: 500;
          color: #414141; }
      .expand-view .row-section .row-details .field {
        margin: 16px 0; }
        .expand-view .row-section .row-details .field .modal-wrapper {
          position: absolute;
          background-color: #fff;
          border-radius: 8px;
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
          z-index: 1000;
          padding: 10px;
          overflow-y: auto;
          border: 1px solid #ddd;
          box-sizing: border-box;
          min-width: 250px;
          max-width: 250px; }
          .expand-view .row-section .row-details .field .modal-wrapper input {
            width: 100%;
            height: auto;
            padding: 0.8rem;
            margin-bottom: 1rem;
            border-radius: 6px;
            border: 1px solid #ddd;
            font-size: 1rem;
            outline: none; }
          .expand-view .row-section .row-details .field .modal-wrapper .stack-users {
            list-style: none;
            padding: 0; }
        .expand-view .row-section .row-details .field input, .expand-view .row-section .row-details .field textarea {
          height: 20px;
          width: 100%;
          padding: 14px 8px;
          border: 1px solid rgba(34, 36, 38, 0.15);
          color: rgba(0, 0, 0, 0.87);
          border-radius: 2px;
          font-weight: 400;
          line-height: 18px; }
        .expand-view .row-section .row-details .field .input {
          width: 100%; }
        .expand-view .row-section .row-details .field .dollar-icon input {
          padding-left: 1.271429em !important; }
        .expand-view .row-section .row-details .field .dollar-icon i {
          width: 1.8em; }
        .expand-view .row-section .row-details .field .url input {
          text-decoration: underline;
          color: #2085d0; }
          .expand-view .row-section .row-details .field .url input:hover {
            color: rgba(0, 0, 0, 0.87); }
        .expand-view .row-section .row-details .field .react-datepicker-wrapper {
          width: 100%; }
          .expand-view .row-section .row-details .field .react-datepicker-wrapper .react-datepicker__input-container {
            width: 100%; }
        .expand-view .row-section .row-details .field .selectBox, .expand-view .row-section .row-details .field .select-cell {
          position: relative;
          width: 100%;
          height: fit-content;
          border: 2px solid rgba(34, 36, 38, 0.15);
          border-radius: 2px;
          color: rgba(0, 0, 0, 0.87);
          font-weight: 400; }
          .expand-view .row-section .row-details .field .selectBox .css-vdiuut-menu, .expand-view .row-section .row-details .field .select-cell .css-vdiuut-menu {
            margin-top: 5px; }
          .expand-view .row-section .row-details .field .selectBox .css-nue2uf-MenuList, .expand-view .row-section .row-details .field .select-cell .css-nue2uf-MenuList {
            max-height: 220px;
            overflow: hidden auto; }
            .expand-view .row-section .row-details .field .selectBox .css-nue2uf-MenuList .invite-btn, .expand-view .row-section .row-details .field .select-cell .css-nue2uf-MenuList .invite-btn {
              color: #4d4d4d;
              line-height: 2; }
          .expand-view .row-section .row-details .field .selectBox .create-option, .expand-view .row-section .row-details .field .select-cell .create-option {
            font-size: 12.8px; }
            .expand-view .row-section .row-details .field .selectBox .create-option .content, .expand-view .row-section .row-details .field .select-cell .create-option .content {
              overflow: hidden;
              display: inline-block; }
              .expand-view .row-section .row-details .field .selectBox .create-option .content .header, .expand-view .row-section .row-details .field .select-cell .create-option .content .header {
                font-size: 11px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis; }
        .expand-view .row-section .row-details .field textarea {
          height: 100px;
          resize: none; }
        .expand-view .row-section .row-details .field .virtual-input {
          height: auto;
          width: 100%;
          padding: 5px;
          overflow: hidden;
          min-height: 32px;
          border: 2px solid rgba(34, 36, 38, 0.15);
          color: rgba(0, 0, 0, 0.87);
          border-radius: 2px;
          display: inline-flex;
          align-items: center;
          font-weight: 400; }
          .expand-view .row-section .row-details .field .virtual-input .api-data > ul {
            margin: 0px !important; }
        .expand-view .row-section .row-details .field .lookup {
          word-break: break-word;
          display: table;
          padding-top: 8px;
          padding-bottom: 8px; }
        .expand-view .row-section .row-details .field .attachment-file-drag .drop-file-content {
          border: 2px #ccc dashed;
          display: none;
          width: auto;
          height: 26vh;
          background-color: white;
          position: relative;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          justify-content: center;
          align-items: center;
          text-align: center; }
          .expand-view .row-section .row-details .field .attachment-file-drag .drop-file-content p {
            font-size: 16px;
            font-weight: 600; }
        .expand-view .row-section .row-details .field .attachment-file-drag .file-drop-dragging-over-frame .attachment-bx {
          display: none !important; }
        .expand-view .row-section .row-details .field .attachment-file-drag .file-drop-dragging-over-frame .drop-file-content {
          display: flex; }
        .expand-view .row-section .row-details .field .attachment-file-drag .file-drop-target {
          height: 100%;
          margin: auto 0px; }
          .expand-view .row-section .row-details .field .attachment-file-drag .file-drop-target .file-logo {
            display: none; }
        .expand-view .row-section .row-details .field .attachment-bx {
          height: inherit;
          display: grid; }
          .expand-view .row-section .row-details .field .attachment-bx .attachment-head {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .expand-view .row-section .row-details .field .attachment-bx .attachment-head .attachment-loader {
              display: flex;
              align-items: center; }
              .expand-view .row-section .row-details .field .attachment-bx .attachment-head .attachment-loader p {
                font-size: 11px;
                font-weight: 600;
                margin-left: 7px; }
          .expand-view .row-section .row-details .field .attachment-bx .add {
            height: fit-content !important;
            width: fit-content;
            background: #e7e7e7;
            font-weight: 500;
            width: -moz-max-content;
            border-radius: 4px;
            cursor: pointer;
            float: left;
            padding: 0 4px;
            margin: auto 0;
            margin-bottom: 5px; }
            .expand-view .row-section .row-details .field .attachment-bx .add:hover {
              background: #d2d2da;
              opacity: .9; }
          .expand-view .row-section .row-details .field .attachment-bx .attachment-data {
            height: inherit;
            display: inline-flex;
            flex-wrap: wrap;
            margin-left: 5px;
            margin-top: 7px; }
            .expand-view .row-section .row-details .field .attachment-bx .attachment-data .img-data {
              height: 30px !important; }
        .expand-view .row-section .row-details .field input:hover, .expand-view .row-section .row-details .field textarea:hover, .expand-view .row-section .row-details .field .selectBox:hover, .expand-view .row-section .row-details .field .select-cell:hover, .expand-view .row-section .row-details .field .virtual-input:hover {
          border-color: rgba(0, 0, 0, 0.25); }
        .expand-view .row-section .row-details .field input:focus, .expand-view .row-section .row-details .field textarea:focus, .expand-view .row-section .row-details .field .selectBox:focus, .expand-view .row-section .row-details .field .select-cell:focus, .expand-view .row-section .row-details .field .virtual-input:focus {
          outline: none;
          border-color: #0096FF; }
      .expand-view .row-section .row-details .field-title {
        padding-top: 0px;
        opacity: .7;
        text-transform: capitalize;
        margin: 3px 0;
        color: #121212;
        display: flex;
        align-items: center;
        font-size: 12px;
        height: 31px; }
        .expand-view .row-section .row-details .field-title .columnname-input {
          width: fit-content;
          padding: 4px 8px;
          border: none;
          color: rgba(0, 0, 0, 0.87);
          border-radius: 2px;
          font-weight: 400;
          box-shadow: 0px 0px 8px 0 #999999; }
        .expand-view .row-section .row-details .field-title .field-name {
          padding-top: 15px;
          margin-left: 4px; }
          .expand-view .row-section .row-details .field-title .field-name .field-column-name {
            white-space: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100%;
            width: 100%;
            display: block; }
        .expand-view .row-section .row-details .field-title .field-dropdown-icon {
          margin: 0px 0px 1px 3px;
          cursor: pointer; }
        .expand-view .row-section .row-details .field-title .expandcelllock-badge-container {
          position: relative;
          display: flex;
          align-items: center;
          margin-left: 8px;
          cursor: pointer; }
      .expand-view .row-section .row-details .signature-field {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px; }
        .expand-view .row-section .row-details .signature-field .signature-img {
          position: relative;
          max-width: 50%;
          height: 100%;
          border: 1px solid rgba(34, 36, 38, 0.15);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32);
          border-radius: 6px; }
      .expand-view .row-section .row-details .permission-error-msg {
        margin: 4px 0px 0px 0px;
        font-size: 11px;
        color: #999;
        line-height: 1.5; }
      .expand-view .row-section .row-details .hidden-column {
        display: flex;
        align-items: center;
        margin: auto;
        padding: 4px 0px;
        font-weight: 600;
        border-radius: 5px;
        cursor: pointer;
        justify-content: center;
        gap: 16px; }
        .expand-view .row-section .row-details .hidden-column .line {
          flex: 1;
          height: 1px;
          background-color: #d3d3d3; }
        .expand-view .row-section .row-details .hidden-column .dropdown-button {
          padding: 8px 16px;
          border: 1px solid #ccc;
          border-radius: 8px;
          background-color: white;
          font-size: 14px;
          cursor: pointer;
          display: flex;
          align-items: center;
          gap: 8px; }
      .expand-view .row-section .row-details .react-phone-number-input {
        border: 2px solid #0096FF;
        border-radius: 4px;
        height: 32px;
        width: 100%;
        padding: 5px;
        overflow: hidden;
        min-height: 32px;
        border: 2px solid rgba(34, 36, 38, 0.15);
        border-radius: 2px;
        display: inline-flex;
        align-items: center; }
        .expand-view .row-section .row-details .react-phone-number-input select {
          display: none; }
        .expand-view .row-section .row-details .react-phone-number-input .react-phone-number-input__row {
          display: flex;
          flex-direction: row; }
          .expand-view .row-section .row-details .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon {
            width: 30px;
            margin-top: 10px; }
            .expand-view .row-section .row-details .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon svg {
              width: 20px;
              margin-top: 4px;
              margin-left: 6px;
              margin-right: 4px; }
            .expand-view .row-section .row-details .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon img {
              margin-top: 3px;
              margin-left: 2px; }
          .expand-view .row-section .row-details .react-phone-number-input .react-phone-number-input__row input {
            border: none;
            margin: auto;
            height: -webkit-fill-available;
            width: -webkit-fill-available;
            padding-left: 10px; }
            .expand-view .row-section .row-details .react-phone-number-input .react-phone-number-input__row input:focus {
              border: none;
              box-shadow: none;
              -webkit-box-shadow: none;
              outline: none; }
            .expand-view .row-section .row-details .react-phone-number-input .react-phone-number-input__row input:active {
              border: none;
              box-shadow: none;
              -webkit-box-shadow: none;
              outline: none; }
      .expand-view .row-section .row-details .PhoneInput {
        display: flex;
        align-items: center;
        padding: 4px 4px 4px 10px;
        margin: 10px 0px 0px 0px;
        border: 2px solid rgba(34, 36, 38, 0.15);
        color: rgba(0, 0, 0, 0.87);
        border-radius: 2px;
        font-weight: 400;
        line-height: 18px; }
        .expand-view .row-section .row-details .PhoneInput .PhoneInputCountry {
          width: 27px; }
          .expand-view .row-section .row-details .PhoneInput .PhoneInputCountry svg {
            width: 100%;
            border-radius: 3px; }
          .expand-view .row-section .row-details .PhoneInput .PhoneInputCountry .PhoneInputCountrySelect {
            display: none; }
          .expand-view .row-section .row-details .PhoneInput .PhoneInputCountry .PhoneInputCountryIcon {
            display: flex;
            align-items: center; }
        .expand-view .row-section .row-details .PhoneInput input {
          border: none;
          margin: auto;
          width: -webkit-fill-available;
          padding-left: 5px; }
          .expand-view .row-section .row-details .PhoneInput input:focus {
            border: none;
            box-shadow: none;
            -webkit-box-shadow: none;
            outline: none; }
          .expand-view .row-section .row-details .PhoneInput input:active {
            border: none;
            box-shadow: none;
            -webkit-box-shadow: none;
            outline: none; }
      .expand-view .row-section .row-details .send-btn {
        width: -webkit-fill-available;
        text-align: center;
        display: flex;
        margin: 0 !important; }
        .expand-view .row-section .row-details .send-btn .btn-root {
          margin: 0px !important;
          display: flex;
          justify-content: center; }
          .expand-view .row-section .row-details .send-btn .btn-root .btn {
            cursor: pointer;
            width: fit-content;
            padding: 4px 6px;
            border-radius: 5px;
            margin: auto;
            opacity: .8;
            background-color: rgba(224, 224, 224, 0.5); }
            .expand-view .row-section .row-details .send-btn .btn-root .btn svg {
              margin-right: 5px; }
            .expand-view .row-section .row-details .send-btn .btn-root .btn:hover {
              box-shadow: 3px 3px 3px #ccc;
              opacity: 1; }
            .expand-view .row-section .row-details .send-btn .btn-root .btn:target {
              box-shadow: none; }
            .expand-view .row-section .row-details .send-btn .btn-root .btn:active {
              box-shadow: none; }
      .expand-view .row-section .row-details .progress {
        margin: auto;
        width: inherit;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .expand-view .row-section .row-details .progress .progress-text-type .progress-text-main {
          display: flex;
          align-items: center;
          justify-content: unset; }
          .expand-view .row-section .row-details .progress .progress-text-type .progress-text-main .progress-text-icon {
            font-size: 20px; }
          .expand-view .row-section .row-details .progress .progress-text-type .progress-text-main .progress-text-task {
            font-size: 14px;
            margin-left: 6px; }
        .expand-view .row-section .row-details .progress .progress-type {
          display: flex;
          align-items: center;
          width: 100%; }
          .expand-view .row-section .row-details .progress .progress-type .progress-line {
            width: 90%;
            margin: auto !important; }
          .expand-view .row-section .row-details .progress .progress-type .progress-percentage {
            width: 29px;
            text-align: center;
            margin-left: 4px;
            color: green;
            font-weight: 500;
            margin-right: 4px; }
          .expand-view .row-section .row-details .progress .progress-type .ui.small.progress {
            font-size: 0.60857143rem; }
        .expand-view .row-section .row-details .progress .progress-arrow-icon {
          color: black;
          cursor: pointer; }
          .expand-view .row-section .row-details .progress .progress-arrow-icon:hover {
            color: grey; }
      .expand-view .row-section .row-details .button-column {
        display: contents; }
        .expand-view .row-section .row-details .button-column .send-btn {
          width: -webkit-fill-available;
          text-align: center;
          display: flex; }
          .expand-view .row-section .row-details .button-column .send-btn .btn-root {
            margin: auto;
            display: flex;
            justify-content: center; }
            .expand-view .row-section .row-details .button-column .send-btn .btn-root .btn {
              cursor: pointer;
              width: fit-content;
              padding: 3px 6px;
              border-radius: 5px;
              margin: auto;
              opacity: .8;
              display: flex;
              justify-content: center;
              background-color: rgba(228, 195, 195, 0.5); }
              .expand-view .row-section .row-details .button-column .send-btn .btn-root .btn svg {
                margin-right: 5px; }
              .expand-view .row-section .row-details .button-column .send-btn .btn-root .btn span {
                white-space: nowrap !important;
                color: white;
                overflow: hidden !important;
                text-overflow: ellipsis !important; }
              .expand-view .row-section .row-details .button-column .send-btn .btn-root .btn:hover {
                opacity: 1; }
              .expand-view .row-section .row-details .button-column .send-btn .btn-root .btn:target {
                box-shadow: none; }
              .expand-view .row-section .row-details .button-column .send-btn .btn-root .btn:active {
                box-shadow: none; }
            .expand-view .row-section .row-details .button-column .send-btn .btn-root .disabled {
              cursor: auto !important;
              opacity: 0.5; }
              .expand-view .row-section .row-details .button-column .send-btn .btn-root .disabled:hover {
                opacity: 0.5; }
      .expand-view .row-section .row-details .links-bx {
        display: flow-root;
        font-size: 11px;
        width: auto;
        height: inherit !important;
        padding-top: 0 !important; }
        .expand-view .row-section .row-details .links-bx .link-data {
          display: inline-flex;
          flex-wrap: wrap;
          margin-left: -3px; }
        .expand-view .row-section .row-details .links-bx .link-row-data {
          margin-left: 2px; }
          .expand-view .row-section .row-details .links-bx .link-row-data .link-data-main {
            display: flex;
            flex-direction: column;
            padding: 3px 0px 0px 0px;
            width: 100%; }
            .expand-view .row-section .row-details .links-bx .link-row-data .link-data-main .remove-link {
              cursor: pointer;
              text-align: end;
              margin: 0px -3px -16px 0px; }
              .expand-view .row-section .row-details .links-bx .link-row-data .link-data-main .remove-link i {
                background: #ddd;
                border-radius: 9px;
                font-size: 16px;
                padding: 0px; }
              .expand-view .row-section .row-details .links-bx .link-row-data .link-data-main .remove-link .tooltiptext {
                position: absolute;
                bottom: 5px;
                left: 75% !important;
                padding: 2px 5px 2px 5px; }
        .expand-view .row-section .row-details .links-bx .rowdata-twoColumn {
          width: 100%; }
        .expand-view .row-section .row-details .links-bx .add {
          height: fit-content !important;
          width: fit-content;
          background: #e7e7e7;
          font-weight: 500;
          width: -moz-max-content;
          border-radius: 4px;
          cursor: pointer;
          float: left;
          padding: 0 4px;
          margin: auto 0;
          margin-bottom: 5px; }
          .expand-view .row-section .row-details .links-bx .add:hover {
            background: #d2d2da;
            opacity: .9; }
        .expand-view .row-section .row-details .links-bx .row-link {
          white-space: nowrap;
          margin: 5px;
          padding: 0px 4px;
          background: #ecf0fa;
          border: 0.5px solid #c9c9ec;
          border-radius: 2px;
          font-size: 13px;
          max-width: 300px;
          overflow: hidden;
          text-overflow: ellipsis;
          width: auto; }
          .expand-view .row-section .row-details .links-bx .row-link .remove-icon {
            display: contents;
            cursor: pointer; }
          .expand-view .row-section .row-details .links-bx .row-link .remove-icon::before {
            margin-left: 4px; }
          .expand-view .row-section .row-details .links-bx .row-link:hover {
            cursor: pointer;
            opacity: 0.8; }
      .expand-view .row-section .row-details .links-twoColumn {
        display: flex; }
      .expand-view .row-section .row-details .readonly-input {
        margin: 0 !important;
        /* margin-bottom: 20px; */
        min-height: 22px;
        height: fit-content; }
      .expand-view .row-section .row-details .readonly-field-input {
        margin: 8px 2px; }
      .expand-view .row-section .row-details .link-rowdata {
        margin-bottom: 8px;
        border-radius: 3px;
        border: 1px solid #0000001a;
        background-color: white;
        line-height: 2; }
        .expand-view .row-section .row-details .link-rowdata .link-rowtext {
          display: inline-block;
          padding: 8px 10px;
          line-height: 1.6; }
    .expand-view .row-section .add-column {
      width: 100%;
      max-width: 100%;
      position: absolute;
      bottom: 0;
      padding: 15px 20px;
      background: #fbfbfb;
      box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); }
      .expand-view .row-section .add-column span {
        font-weight: 400;
        cursor: pointer;
        font-size: 14px; }
        .expand-view .row-section .add-column span:hover {
          border-bottom: 2px solid #5c5c5c; }
  .expand-view .history-section {
    background: #ffffff;
    border-left: 1px solid #f3f3f3;
    width: 380px;
    position: relative; }
    .expand-view .history-section .history-toggle {
      display: flex;
      justify-content: flex-end;
      padding: 14px 20px;
      border-bottom: 2px solid #ddd; }
      .expand-view .history-section .history-toggle .Exapnd-tooltip {
        margin-top: 3px;
        margin-right: auto;
        position: relative;
        display: inline-block;
        cursor: pointer; }
        .expand-view .history-section .history-toggle .Exapnd-tooltip .tooltiptext {
          visibility: hidden;
          width: max-content;
          background-color: #303b47;
          color: #fff;
          text-align: center;
          text-transform: none;
          border-radius: 6px;
          font-size: 11px !important;
          padding: 0 8px;
          position: absolute;
          z-index: 3;
          display: inherit;
          margin-top: 21px; }
          .expand-view .history-section .history-toggle .Exapnd-tooltip .tooltiptext.hide {
            margin-left: 8px; }
          .expand-view .history-section .history-toggle .Exapnd-tooltip .tooltiptext.show {
            margin-left: -135px; }
          .expand-view .history-section .history-toggle .Exapnd-tooltip .tooltiptext.fav-done-row {
            margin-left: -169px; }
          .expand-view .history-section .history-toggle .Exapnd-tooltip .tooltiptext.fav-row {
            margin-left: -147px; }
          .expand-view .history-section .history-toggle .Exapnd-tooltip .tooltiptext.previous {
            height: 25px;
            padding-bottom: 2px;
            padding-top: 2px;
            margin-left: -18px;
            margin-top: 0px; }
          .expand-view .history-section .history-toggle .Exapnd-tooltip .tooltiptext.next {
            height: 25px;
            padding-bottom: 2px;
            padding-top: 2px;
            margin-left: -5px;
            margin-top: 0px; }
          .expand-view .history-section .history-toggle .Exapnd-tooltip .tooltiptext .key {
            background-color: #797878;
            border-radius: 5px;
            padding: 2px;
            font-size: 9px; }
            .expand-view .history-section .history-toggle .Exapnd-tooltip .tooltiptext .key.dot {
              padding-left: 5px;
              padding-right: 5px; }
        .expand-view .history-section .history-toggle .Exapnd-tooltip:hover .tooltiptext {
          visibility: visible; }
      .expand-view .history-section .history-toggle .button {
        padding: 0 6px;
        height: 22px; }
      .expand-view .history-section .history-toggle .history {
        box-shadow: unset !important;
        border-radius: 25px; }
      .expand-view .history-section .history-toggle .comments {
        margin-right: 4px;
        margin-top: 0px; }
      .expand-view .history-section .history-toggle .active-div {
        box-shadow: 0px 0px 0px 1px #1279c6 inset !important; }
    .expand-view .history-section .dayDivider {
      text-align: center;
      border-bottom: 1px solid #f1f1f1;
      height: 11px;
      color: #929090; }
      .expand-view .history-section .dayDivider span {
        background: #fff;
        padding: 5px; }
    .expand-view .history-section .comments {
      padding: 0px 20px;
      overflow-y: auto;
      overflow-x: hidden;
      margin-top: 12px; }
      .expand-view .history-section .comments :hover .options {
        visibility: visible; }
      .expand-view .history-section .comments .options {
        visibility: hidden;
        cursor: pointer; }
      .expand-view .history-section .comments::-webkit-scrollbar {
        width: 7px; }
      .expand-view .history-section .comments .comment {
        margin: 10px 0;
        padding: 0 5px;
        border-radius: 5px; }
        .expand-view .history-section .comments .comment .header .user .name {
          margin-left: 4px;
          font-weight: 500;
          color: black; }
        .expand-view .history-section .comments .comment #CommentDeleteModal {
          position: absolute;
          z-index: 2;
          left: 74px;
          top: 0px;
          bottom: 0;
          display: flex;
          align-items: center; }
          .expand-view .history-section .comments .comment #CommentDeleteModal .deletemodal {
            min-width: 230px;
            width: min-content;
            max-width: 400px;
            padding: 16px;
            font-weight: 500;
            background-color: #fff;
            border-radius: 6px;
            box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
            .expand-view .history-section .comments .comment #CommentDeleteModal .deletemodal .content {
              font-weight: 500;
              font-size: 14.4px;
              line-height: 1.5;
              margin-bottom: 8px;
              color: #4d4d4d;
              cursor: text; }
            .expand-view .history-section .comments .comment #CommentDeleteModal .deletemodal .btn-div {
              display: flex;
              justify-content: flex-end;
              align-items: center; }
              .expand-view .history-section .comments .comment #CommentDeleteModal .deletemodal .btn-div .btn-cancel {
                border-color: transparent;
                background-color: transparent;
                margin-right: 16px;
                color: #2e2f32;
                font-size: 13px;
                padding: 0px;
                max-width: 192px;
                box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
                .expand-view .history-section .comments .comment #CommentDeleteModal .deletemodal .btn-div .btn-cancel:hover {
                  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
              .expand-view .history-section .comments .comment #CommentDeleteModal .deletemodal .btn-div .btn-delete {
                padding: 8px 10px;
                border-radius: 3px;
                background-color: #dd2c5a;
                color: white;
                border-color: rgba(0, 0, 0, 0);
                max-width: 192px;
                font-size: 13px;
                margin-right: 0px; }
                .expand-view .history-section .comments .comment #CommentDeleteModal .deletemodal .btn-div .btn-delete:hover {
                  opacity: .85; }
        .expand-view .history-section .comments .comment .comment-text {
          background-color: #fff !important;
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
          padding: 4px 8px;
          margin: 0px 0 4px 36px;
          border-radius: 6px;
          color: #4d4d4d !important;
          font-size: 13px !important;
          display: inline-flex;
          align-items: center;
          line-height: 20px;
          user-select: text;
          font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important;
          word-break: break-word; }
          .expand-view .history-section .comments .comment .comment-text span, .expand-view .history-section .comments .comment .comment-text a {
            font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important;
            word-break: break-word;
            color: #4d4d4d !important; }
          .expand-view .history-section .comments .comment .comment-text a {
            text-decoration: underline !important; }
          .expand-view .history-section .comments .comment .comment-text .ak-ol {
            background-color: #fff !important;
            font-size: 13px !important;
            color: #4d4d4d !important; }
          .expand-view .history-section .comments .comment .comment-text .user {
            /* border: 1px solid #ccc; */
            /* padding-left: 2px; */
            /* padding: 2px; */
            display: inline-block;
            color: #3982d0;
            font-weight: 700;
            margin-bottom: 2px;
            padding-right: 3px;
            padding-left: 3px;
            /* padding-right: 4px; */
            /* border-radius: 8px; */
            display: inline-flex;
            align-items: center;
            vertical-align: middle; }
            .expand-view .history-section .comments .comment .comment-text .user img {
              display: none;
              width: 16px;
              margin-right: 4px;
              border-radius: 8px; }
        .expand-view .history-section .comments .comment .edit-text {
          margin: -4px 0 4px 32px;
          font-size: 9px;
          opacity: .7; }
        .expand-view .history-section .comments .comment .historyContainer {
          background-color: #fff;
          padding: 4px 8px;
          margin: -4px 0 4px 32px;
          border-radius: 5px;
          line-height: 1.6;
          color: #333333;
          display: block;
          opacity: .8;
          word-wrap: break-word; }
          .expand-view .history-section .comments .comment .historyContainer .columnName {
            text-transform: uppercase;
            font-size: 10px; }
          .expand-view .history-section .comments .comment .historyContainer del {
            color: red; }
            .expand-view .history-section .comments .comment .historyContainer del .collaborator-tag {
              display: inline-flex !important;
              align-items: center;
              height: 18px !important;
              margin: 5px 2px;
              border-radius: 12px; }
              .expand-view .history-section .comments .comment .historyContainer del .collaborator-tag .collaborator-img {
                width: 20px !important;
                height: 20px !important;
                margin: 0 !important;
                border-radius: 10px; }
              .expand-view .history-section .comments .comment .historyContainer del .collaborator-tag .collaborator-name {
                font-size: 13px;
                line-height: 18px !important;
                padding: 0 4px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                background: red !important;
                border-radius: 10px;
                padding: 0px 6px;
                margin: 2px;
                color: white !important; }
            .expand-view .history-section .comments .comment .historyContainer del .select-tag {
              min-width: 18px;
              height: 20px !important;
              font-size: 13px;
              font-weight: 400;
              border: 1px solid white;
              box-shadow: 0 0 0 2px #ffa6c1 !important;
              border-radius: 9999px;
              padding: 2px 8px;
              line-height: 1.5;
              display: flex;
              align-items: center;
              justify-content: center; }
            .expand-view .history-section .comments .comment .historyContainer del progress {
              background: #ADACAC !important; }
            .expand-view .history-section .comments .comment .historyContainer del progress::-webkit-progress-bar {
              background: #ADACAC !important; }
            .expand-view .history-section .comments .comment .historyContainer del progress::-webkit-progress-value {
              background: red !important; }
            .expand-view .history-section .comments .comment .historyContainer del progress::-moz-progress-bar {
              border: 0;
              height: 10px;
              border-radius: 20px;
              background: #ADACAC !important; }
          .expand-view .history-section .comments .comment .historyContainer ins, .expand-view .history-section .comments .comment .historyContainer span {
            text-decoration: none;
            margin-left: 5px;
            color: green; }
          .expand-view .history-section .comments .comment .historyContainer .attachments img {
            max-height: 48px;
            margin: 4px; }
          .expand-view .history-section .comments .comment .historyContainer .attachments .added {
            border: 1px solid green; }
          .expand-view .history-section .comments .comment .historyContainer .attachments .removed {
            border: 1px solid red; }
          .expand-view .history-section .comments .comment .historyContainer .progress {
            display: flex;
            align-items: center;
            margin: 0px 0px 5px 0px; }
            .expand-view .history-section .comments .comment .historyContainer .progress progress {
              border: 0;
              height: 10px;
              border-radius: 20px;
              background: lightgreen;
              margin-right: 5px; }
            .expand-view .history-section .comments .comment .historyContainer .progress progress::-webkit-progress-bar {
              border: 0;
              height: 10px;
              border-radius: 20px;
              background: lightgreen; }
            .expand-view .history-section .comments .comment .historyContainer .progress progress::-webkit-progress-value {
              border: 0;
              height: 10px;
              border-radius: 20px;
              background: green; }
            .expand-view .history-section .comments .comment .historyContainer .progress progress::-moz-progress-bar {
              border: 0;
              height: 10px;
              border-radius: 20px;
              background: lightgreen; }
          .expand-view .history-section .comments .comment .historyContainer .link {
            display: flex;
            align-items: center; }
            .expand-view .history-section .comments .comment .historyContainer .link .row-link {
              white-space: nowrap;
              margin: 5px 3px;
              padding: 0px 4px;
              background: #ecf0fa;
              border: 0.5px solid #c9c9ec;
              border-radius: 2px;
              font-size: 13px;
              text-overflow: ellipsis;
              overflow: hidden;
              height: fit-content;
              display: flex;
              width: fit-content; }
          .expand-view .history-section .comments .comment .historyContainer .select, .expand-view .history-section .comments .comment .historyContainer .multiSelect {
            display: flex;
            align-items: center;
            flex-wrap: wrap; }
            .expand-view .history-section .comments .comment .historyContainer .select .select-tag, .expand-view .history-section .comments .comment .historyContainer .multiSelect .select-tag {
              width: fit-content;
              padding: 0px 6px 0px 5px;
              margin: 5px;
              min-width: 18px;
              height: 20px !important;
              font-size: 13px;
              font-weight: 400;
              border: 1px solid white;
              box-shadow: 0 0 0 2px #9ae095;
              border-radius: 9999px;
              padding: 2px 8px;
              line-height: 1.5;
              display: flex;
              align-items: center;
              justify-content: center; }
          .expand-view .history-section .comments .comment .historyContainer .collaborator, .expand-view .history-section .comments .comment .historyContainer .multiCollaborator, .expand-view .history-section .comments .comment .historyContainer .updatedby, .expand-view .history-section .comments .comment .historyContainer .createdby {
            display: flex;
            align-items: center;
            flex-wrap: wrap; }
            .expand-view .history-section .comments .comment .historyContainer .collaborator .collaborator-tag, .expand-view .history-section .comments .comment .historyContainer .multiCollaborator .collaborator-tag, .expand-view .history-section .comments .comment .historyContainer .updatedby .collaborator-tag, .expand-view .history-section .comments .comment .historyContainer .createdby .collaborator-tag {
              display: inline-flex !important;
              align-items: center;
              height: 18px !important;
              margin: 5px 2px;
              border-radius: 12px; }
              .expand-view .history-section .comments .comment .historyContainer .collaborator .collaborator-tag .collaborator-img, .expand-view .history-section .comments .comment .historyContainer .multiCollaborator .collaborator-tag .collaborator-img, .expand-view .history-section .comments .comment .historyContainer .updatedby .collaborator-tag .collaborator-img, .expand-view .history-section .comments .comment .historyContainer .createdby .collaborator-tag .collaborator-img {
                width: 20px !important;
                height: 20px !important;
                margin: 0 !important;
                border-radius: 10px; }
              .expand-view .history-section .comments .comment .historyContainer .collaborator .collaborator-tag .collaborator-name, .expand-view .history-section .comments .comment .historyContainer .multiCollaborator .collaborator-tag .collaborator-name, .expand-view .history-section .comments .comment .historyContainer .updatedby .collaborator-tag .collaborator-name, .expand-view .history-section .comments .comment .historyContainer .createdby .collaborator-tag .collaborator-name {
                font-size: 13px;
                line-height: 18px !important;
                padding: 0 4px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                background: lightgreen;
                border-radius: 10px;
                padding: 0px 6px;
                margin: 2px;
                color: black; }
        .expand-view .history-section .comments .comment .stack-users {
          background-color: #FFF;
          width: 200px;
          position: relative;
          margin-left: 32px;
          margin-top: 5px;
          margin-bottom: 5px;
          border-radius: 5px;
          border: 2px solid #e8e8e8;
          z-index: 2; }
          .expand-view .history-section .comments .comment .stack-users .active-list-item {
            background: #f9f9f9;
            border-radius: 0px; }
          .expand-view .history-section .comments .comment .stack-users .custom-list-item:hover {
            background: #ccc;
            border-radius: 0px; }
        .expand-view .history-section .comments .comment .edit-input {
          display: flex;
          align-items: center;
          transition: .085s all ease-in;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          min-height: 36px;
          margin-left: 32px;
          font-size: 13px;
          border-radius: 4px;
          height: auto;
          border: 2px solid rgba(0, 0, 0, 0.1);
          background-color: white;
          color: #333333;
          line-height: 19px;
          position: relative; }
          .expand-view .history-section .comments .comment .edit-input .mention-div {
            cursor: pointer; }
            .expand-view .history-section .comments .comment .edit-input .mention-div .mention-icon {
              opacity: .5;
              font-weight: 500;
              padding: 0 4px; }
              .expand-view .history-section .comments .comment .edit-input .mention-div .mention-icon:hover {
                opacity: 1; }
          .expand-view .history-section .comments .comment .edit-input .input-text {
            width: 100%;
            outline: none;
            align-items: center;
            line-height: 19px;
            padding: 6px;
            display: inline-block;
            min-height: 32px;
            font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
            word-break: break-word; }
            .expand-view .history-section .comments .comment .edit-input .input-text span, .expand-view .history-section .comments .comment .edit-input .input-text a {
              font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
              word-break: break-word; }
            .expand-view .history-section .comments .comment .edit-input .input-text a {
              text-decoration: underline; }
              .expand-view .history-section .comments .comment .edit-input .input-text a:hover {
                color: #1e70bf; }
            .expand-view .history-section .comments .comment .edit-input .input-text .ak-ol {
              background-color: #fff !important;
              font-size: 13px !important;
              color: #4d4d4d !important; }
            .expand-view .history-section .comments .comment .edit-input .input-text .user {
              /* background: #9f9fff; */
              border: 1px solid #ccc;
              /* padding-left: 2px; */
              padding: 2px;
              font-weight: 700;
              /* color: #fff; */
              margin-bottom: 2px;
              padding-right: 5px;
              padding-left: 5px;
              /* padding-right: 4px; */
              border-radius: 16px;
              display: inline-flex;
              align-items: center;
              vertical-align: middle; }
              .expand-view .history-section .comments .comment .edit-input .input-text .user img {
                width: 16px;
                margin-right: 4px;
                border-radius: 8px; }
        .expand-view .history-section .comments .comment .options {
          display: inline-block;
          font-size: 11px; }
          .expand-view .history-section .comments .comment .options span {
            font-size: 9px; }
          .expand-view .history-section .comments .comment .options .icon {
            float: right;
            opacity: .6;
            font-size: 1.2em;
            margin-top: 1px; }
            .expand-view .history-section .comments .comment .options .icon:hover {
              color: red;
              opacity: 1; }
          .expand-view .history-section .comments .comment .options .edit {
            margin-top: 2px; }
        .expand-view .history-section .comments .comment .save {
          margin-left: 8px;
          background-color: #166ee1;
          color: #fff;
          font-size: 12px;
          padding: 2px 8px;
          border-radius: 4px; }
      .expand-view .history-section .comments .nocomment-img {
        width: 350px;
        height: 287px;
        margin-top: 65px; }
      .expand-view .history-section .comments .comments-activity {
        cursor: text;
        position: sticky;
        top: 0;
        background: #FFF;
        z-index: 1; }
        .expand-view .history-section .comments .comments-activity .activity-content {
          font-size: 14px;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .expand-view .history-section .comments .comments-activity .activity-content .watch-comments {
            display: flex;
            align-items: center;
            cursor: pointer; }
            .expand-view .history-section .comments .comments-activity .activity-content .watch-comments .watch-content-main {
              opacity: 0.8; }
              .expand-view .history-section .comments .comments-activity .activity-content .watch-comments .watch-content-main:hover {
                color: #102046 !important;
                opacity: 1; }
                .expand-view .history-section .comments .comments-activity .activity-content .watch-comments .watch-content-main:hover .notify-hover {
                  color: #102046 !important;
                  fill: #102046 !important; }
              .expand-view .history-section .comments .comments-activity .activity-content .watch-comments .watch-content-main .watch-content {
                display: flex;
                align-items: center;
                font-size: 13px; }
                .expand-view .history-section .comments .comments-activity .activity-content .watch-comments .watch-content-main .watch-content .watch-text {
                  margin-left: 4px; }
                .expand-view .history-section .comments .comments-activity .activity-content .watch-comments .watch-content-main .watch-content .watch-tooltiptext {
                  text-align: left;
                  width: 240px;
                  height: 50px;
                  display: flex;
                  align-items: center;
                  background-color: #000000 !important; }
                .expand-view .history-section .comments .comments-activity .activity-content .watch-comments .watch-content-main .watch-content .notify-icon {
                  display: flex;
                  align-items: center; }
          .expand-view .history-section .comments .comments-activity .activity-content .watch-comment-box {
            right: 0px;
            top: 30px;
            position: absolute;
            z-index: 2; }
            .expand-view .history-section .comments .comments-activity .activity-content .watch-comment-box .watch-comment-dropdownmenu {
              width: 280px;
              font-size: 13px;
              border-radius: 3px;
              color: #333333;
              background: white;
              list-style: none;
              box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.102); }
              .expand-view .history-section .comments .comments-activity .activity-content .watch-comment-box .watch-comment-dropdownmenu li {
                cursor: pointer;
                display: flex;
                list-style: none;
                padding: 16px; }
                .expand-view .history-section .comments .comments-activity .activity-content .watch-comment-box .watch-comment-dropdownmenu li:hover {
                  background-color: #f9f5f5; }
                .expand-view .history-section .comments .comments-activity .activity-content .watch-comment-box .watch-comment-dropdownmenu li .watch-comment-icon {
                  width: 25px;
                  align-items: center;
                  display: flex;
                  color: #2d7ff9;
                  flex: none; }
                .expand-view .history-section .comments .comments-activity .activity-content .watch-comment-box .watch-comment-dropdownmenu li .watch-comment-content .watch-comment-header {
                  margin-bottom: 4px;
                  font-weight: 500;
                  color: #333333;
                  font-size: 13px; }
                .expand-view .history-section .comments .comments-activity .activity-content .watch-comment-box .watch-comment-dropdownmenu li .watch-comment-content .watch-comment-text {
                  opacity: .75;
                  line-height: 1.25; }
        .expand-view .history-section .comments .comments-activity .comment-searchbar {
          display: flex;
          align-items: center;
          position: sticky;
          top: 33px;
          background: #FFF;
          z-index: 1;
          border-bottom: 2px solid rgba(0, 0, 0, 0.1);
          text-align: left;
          border-top: 1px solid #f1f1f1; }
          .expand-view .history-section .comments .comments-activity .comment-searchbar .search-icon {
            display: flex;
            align-items: center;
            padding: 0px 4px 0 0px; }
          .expand-view .history-section .comments .comments-activity .comment-searchbar .input-comment-search {
            padding: 8px 0;
            font-size: 12px;
            color: #444444;
            border: 0;
            border-color: transparent;
            width: -webkit-fill-available;
            max-width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden; }
            .expand-view .history-section .comments .comments-activity .comment-searchbar .input-comment-search:focus-visible {
              outline: none !important; }
          .expand-view .history-section .comments .comments-activity .comment-searchbar .search-close {
            opacity: .5;
            cursor: pointer;
            display: flex;
            align-items: center;
            margin-left: auto;
            padding-right: 2px; }
        .expand-view .history-section .comments .comments-activity .user-comments {
          margin-top: 8px; }
          .expand-view .history-section .comments .comments-activity .user-comments .user-contents {
            opacity: .75;
            display: flex;
            align-items: center; }
            .expand-view .history-section .comments .comments-activity .user-comments .user-contents .user-profile {
              margin-right: 3px;
              display: flex;
              flex-direction: row-reverse;
              margin-left: 8px;
              list-style: none; }
              .expand-view .history-section .comments .comments-activity .user-comments .user-contents .user-profile img {
                width: 20px !important;
                height: 20px !important; }
      .expand-view .history-section .comments .empty-comment {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px; }
        .expand-view .history-section .comments .empty-comment .conversation-icon {
          width: 50px;
          height: 50px; }
        .expand-view .history-section .comments .empty-comment .conversation-title {
          font-size: 15px;
          font-weight: 400;
          color: #111; }
        .expand-view .history-section .comments .empty-comment .conversation-description {
          font-size: 13px;
          color: #6b6b6b; }
        .expand-view .history-section .comments .empty-comment .invite-btn {
          font-size: 12px;
          padding: 6px 14px;
          border-radius: 5px;
          background-color: #f2f4f8;
          color: #333;
          border: none;
          cursor: pointer;
          transition: background 0.2s ease; }
          .expand-view .history-section .comments .empty-comment .invite-btn:hover {
            background-color: #e2e2e2; }
    .expand-view .history-section .add-comment {
      position: absolute;
      width: 340px;
      left: 20px;
      bottom: 15px; }
      .expand-view .history-section .add-comment .input {
        display: flex;
        align-items: center;
        transition: .085s all ease-in;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        min-height: auto !important;
        padding: 6px 22px 5px 6px;
        font-size: 13px;
        border-radius: 4px;
        height: auto;
        border: 2px solid #0096FF;
        background-color: white;
        color: #333333;
        line-height: 19px;
        position: relative;
        cursor: text; }
        .expand-view .history-section .add-comment .input:focus {
          border-color: #0096FF; }
        .expand-view .history-section .add-comment .input .mention-div {
          cursor: pointer;
          display: contents; }
          .expand-view .history-section .add-comment .input .mention-div .mention-icon {
            position: relative;
            left: 20px;
            bottom: 2px;
            opacity: .5;
            font-weight: 500;
            padding: 0 4px; }
            .expand-view .history-section .add-comment .input .mention-div .mention-icon:hover {
              opacity: 1; }
        .expand-view .history-section .add-comment .input .input-text {
          width: 95%;
          outline: none;
          line-height: 18px; }
          .expand-view .history-section .add-comment .input .input-text .ak-ol {
            background-color: #fff !important;
            font-size: 13px !important;
            color: #4d4d4d !important; }
          .expand-view .history-section .add-comment .input .input-text .user {
            /* border: 1px solid #ccc; */
            /* padding-left: 2px; */
            /* padding: 2px; */
            color: #1d1f25;
            font-weight: 400;
            margin-bottom: 2px;
            padding-right: 3px;
            padding-left: 0px;
            /* padding-right: 4px; */
            border-radius: 8px;
            display: inline-flex;
            align-items: center;
            vertical-align: middle;
            background: #f2f4f8; }
            .expand-view .history-section .add-comment .input .input-text .user img {
              display: block;
              width: 18px;
              margin-right: 4px;
              border-radius: 8px; }
        .expand-view .history-section .add-comment .input .icon {
          position: absolute;
          right: 2px;
          opacity: .6;
          margin-top: -1px; }
          .expand-view .history-section .add-comment .input .icon:hover {
            opacity: 1; }
      .expand-view .history-section .add-comment .stack-users {
        background-color: #FFF;
        width: auto;
        position: relative;
        margin-bottom: 5;
        border-radius: 5px;
        border: 2px solid #e8e8e8;
        z-index: 2; }
        .expand-view .history-section .add-comment .stack-users .item {
          display: flex;
          align-items: center; }
        .expand-view .history-section .add-comment .stack-users .active-list-item {
          background: #f9f9f9;
          border-radius: 0px; }
        .expand-view .history-section .add-comment .stack-users .custom-list-item:hover {
          background: #ccc;
          border-radius: 0px; }
  .expand-view .select-cell {
    left: 0;
    top: 0;
    width: 100%;
    height: -webkit-fill-available;
    width: -moz-available;
    background: transparent;
    outline: none;
    box-shadow: none;
    line-height: 18px; }
    .expand-view .select-cell .css-1q22an8-control {
      border-radius: 0px !important; }
    .expand-view .select-cell .css-1okebmr-indicatorSeparator {
      display: none; }
    .expand-view .select-cell .css-fjjp04-control {
      border-radius: 0px !important; }
    .expand-view .select-cell .css-yk16xz-control {
      border-radius: 0px; }
    .expand-view .select-cell .css-737pto-control {
      border-radius: 0px !important;
      border-style: unset; }
    .expand-view .select-cell .css-1wcnc71-control {
      border-radius: 0px !important;
      border-style: unset; }
    .expand-view .select-cell .Select {
      min-height: 30px; }
      .expand-view .select-cell .Select .Select-clear {
        margin-top: -5px; }
      .expand-view .select-cell .Select .Select-control {
        position: relative;
        height: inherit !important;
        padding-left: 6px;
        border: none;
        z-index: 1 !important; }
        .expand-view .select-cell .Select .Select-control .Select-placeholder {
          line-height: 26px;
          padding: 0 12px !important; }
        .expand-view .select-cell .Select .Select-control .Select-multi-value-wrapper {
          display: inline-flex !important;
          flex-direction: row !important;
          flex-wrap: wrap !important;
          min-height: 30px; }
        .expand-view .select-cell .Select .Select-control .Select-arrow-zone {
          cursor: pointer;
          display: table-cell !important;
          position: relative;
          text-align: center;
          vertical-align: middle !important;
          width: 25px;
          padding-right: 5px; }
        .expand-view .select-cell .Select .Select-control .Select-input {
          height: 18px;
          vertical-align: middle;
          padding: 0px !important;
          margin: auto 0; }
        .expand-view .select-cell .Select .Select-control .Select-input > input {
          box-sizing: border-box !important;
          padding: 0 !important; }
        .expand-view .select-cell .Select .Select-control:hover {
          box-shadow: none; }
    .expand-view .select-cell .Select.is-focused:not(.is-open) > .Select-control {
      box-shadow: none; }
    .expand-view .select-cell .Select-menu-outer {
      z-index: 3;
      box-shadow: 0 0 8px #888;
      width: fit-content;
      min-width: 100%; }
      .expand-view .select-cell .Select-menu-outer .Select-menu .Select-option {
        padding: 6px 10px; }
      .expand-view .select-cell .Select-menu-outer .Select-menu::-webkit-scrollbar {
        width: 4px; }
  .expand-view .copy-record-url {
    box-shadow: unset !important;
    margin: 7px 5px 5px 0px !important; }
    .expand-view .copy-record-url:hover {
      background-color: #e8e8e8; }
  .expand-view [contenteditable=true]:empty:before {
    content: attr(placeholder);
    display: block;
    /* For Firefox */
    color: #777777; }

.fieldname-popup {
  margin: 0px 8px 0 0px !important;
  width: max-content;
  background-color: #737c87 !important;
  color: white;
  text-align: center;
  text-transform: none;
  border-radius: 4px !important;
  font-size: 12px !important;
  padding: 4px 8px !important; }

.expandcelllock-popup {
  margin: 0px -4px 0 0 !important;
  width: max-content;
  color: white;
  text-align: left;
  text-transform: none;
  border-radius: 4px !important;
  font-size: 11px !important;
  padding: 4px 8px !important; }
  .expandcelllock-popup .celllock-desc {
    width: max-content; }

.linkTable-bx {
  padding: 32px;
  color: #1d1f25; }
  .linkTable-bx .linkTable-h3 {
    font-size: 22.4px;
    font-weight: 500;
    margin: 0 0 16px;
    line-height: 1.25;
    padding: 0; }
  .linkTable-bx .linkTable-footer {
    display: flex;
    align-items: center; }
    .linkTable-bx .linkTable-footer .notSave-text {
      opacity: .75;
      cursor: pointer; }
      .linkTable-bx .linkTable-footer .notSave-text:hover {
        opacity: 1; }
    .linkTable-bx .linkTable-footer .linkTable-cancel {
      opacity: .75;
      cursor: pointer;
      margin-right: 16px;
      font-size: 13px;
      font-weight: 500; }
      .linkTable-bx .linkTable-footer .linkTable-cancel:hover {
        opacity: 1; }
    .linkTable-bx .linkTable-footer .linkTable-save {
      cursor: pointer;
      padding: 8px 16px;
      font-size: 13px;
      font-weight: 500;
      line-height: 18px;
      border-radius: 3px;
      background-color: #166ee1;
      color: #fff;
      box-shadow: inset 0 0 0 2px transparent; }
      .linkTable-bx .linkTable-footer .linkTable-save:hover {
        box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.25); }

#quill-editor .ql-editor:focus {
  border: 2px solid #0096FF !important; }

.quill-editor-customCss .ql-container .ql-editor ol, .quill-editor-customCss .ql-container .ql-editor ul {
  padding: 0px; }

.make-width-100-percentage {
  max-width: 100% !important; }

.custom-image-style {
  position: relative;
  width: auto;
  max-width: 100px;
  max-height: 38px;
  height: -webkit-fill-available;
  margin-right: 5px;
  border-radius: 4px;
  border: 2px solid #d8d7d7de;
  margin-bottom: 5px;
  width: 50px !important;
  height: 50px !important;
  cursor: pointer;
  object-fit: contain; }

.apply-border {
  border: 3px solid #5097D1;
  border-radius: 5px; }

.date-time {
  height: 32px; }

.datecolumn {
  height: 32px; }
  .datecolumn .react-datepicker-wrapper {
    height: 30px; }
    .datecolumn .react-datepicker-wrapper .react-datepicker__input-container {
      height: 30px; }
  .datecolumn .react-datepicker {
    display: flex; }

.option-renderer-color-dot {
  background-color: black;
  width: 11px;
  min-width: 11px;
  height: 11px;
  display: inline-flex;
  border-radius: 5px;
  margin-right: 6px;
  margin-top: 2px; }

.select-tag-custom {
  display: inline-flex !important;
  height: 20px !important;
  padding: 1.562px 8px;
  margin: 0;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  border-radius: 8px;
  background: #fff;
  color: #4d4d4d;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  margin-top: 2px;
  align-items: center; }

.select-tag-custom-2 {
  display: inline-flex !important;
  height: 17px !important;
  padding: 0px 8px;
  margin: 0px 2px;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  border-radius: 8px;
  color: #4d4d4d;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap; }

.select-tag-custom-3 {
  display: inline-flex !important;
  height: 17px !important;
  padding: 1.562px 8px;
  margin: 0;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  border-radius: 8px;
  background: #fff;
  color: #4d4d4d;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap; }

.select-tag-custom-4 {
  display: inline-flex !important;
  height: 100% !important;
  padding: 0px 8px;
  margin: 0;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  border-radius: 8px;
  background: #fff;
  color: #4d4d4d;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  margin-top: 2px;
  align-items: center; }

.select-tag-2 {
  display: inline-flex !important;
  height: 18px !important;
  padding: 2px 8px;
  margin: 0;
  text-align: center;
  font-size: 12px;
  line-height: 13px;
  border-radius: 8px;
  color: #4d4d4d;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap; }
  .select-tag-2 .Select-aria-only {
    position: relative !important; }

.select-tag-custom-single-select-column-type {
  display: inline-flex !important;
  height: 20px !important;
  padding: 1.562px 8px;
  margin: 0;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  border-radius: 8px;
  background: #fff;
  color: #4d4d4d;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  align-items: center; }

.font-weight-600 {
  font-weight: 600; }

.icon-with-text-container {
  display: flex;
  align-items: center;
  padding: 2px;
  font-size: 13px; }

.icon-with-text-container-custom {
  display: flex;
  align-items: center;
  padding: 2px;
  font-size: 13px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block; }

.icon-with-text-container-custom svg {
  margin-top: 1px;
  vertical-align: top; }

.time-column-expandview .react-datepicker__triangle {
  margin-left: 0px !important;
  border-bottom-color: white !important; }

.time-column-expandview .react-datepicker__time {
  margin-top: -19px; }

.time-column-expandview .react-datepicker__header--time {
  padding: 0; }

.time-column-expandview .react-datepicker__time-box {
  width: 100%; }

.time-column-expandview .react-datepicker__time-list-item--selected {
  background-color: white !important;
  color: black !important;
  font-weight: 400; }

.expand-select-cell {
  margin-top: 2px; }
  .expand-select-cell .css-1wcnc71-control {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
    border-width: 2px;
    border-color: rgba(0, 0, 0, 0.1) !important; }
    .expand-select-cell .css-1wcnc71-control:hover {
      border-color: rgba(0, 0, 0, 0.1) !important; }
  .expand-select-cell .css-737pto-control {
    box-shadow: none;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: none; }
    .expand-select-cell .css-737pto-control:focus {
      outline: none; }
    .expand-select-cell .css-737pto-control:hover {
      border-color: rgba(0, 0, 0, 0.1) !important; }
  .expand-select-cell .css-1itjr4n-multiValue {
    display: none; }
  .expand-select-cell .css-g1d714-ValueContainer {
    padding: 8px;
    height: 32px;
    margin: 12px 12px 0 12px; }
  .expand-select-cell .css-15qtglr-singleValue {
    display: none; }
  .expand-select-cell .css-fymsl7-menu {
    box-shadow: none;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: none;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
  .expand-select-cell .css-ccfn4t-MenuList {
    max-height: 220px;
    margin: 0 12px 12px 12px; }
    .expand-select-cell .css-ccfn4t-MenuList .invite-btn {
      color: #4d4d4d;
      line-height: 2; }
    .expand-select-cell .css-ccfn4t-MenuList .add-user-btn {
      color: #4d4d4d;
      display: flex;
      align-items: center; }
      .expand-select-cell .css-ccfn4t-MenuList .add-user-btn .add-icon {
        margin-right: 4px; }
  .expand-select-cell .css-b8ldur-Input {
    caret-color: black !important; }
  .expand-select-cell .options-menu {
    display: inline; }
    .expand-select-cell .options-menu .create-option {
      font-size: 12.8px; }
      .expand-select-cell .options-menu .create-option .content {
        overflow: hidden;
        display: inline-block; }
        .expand-select-cell .options-menu .create-option .content .header {
          font-size: 11px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }

.collaborator-select-cell {
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 4px; }
  .collaborator-select-cell .select-cell-options {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap; }
    .collaborator-select-cell .select-cell-options .remove-icon {
      display: flex;
      align-items: center;
      cursor: pointer; }
  .collaborator-select-cell .collaborator-popup {
    display: flex;
    align-items: center;
    cursor: grab; }
  .collaborator-select-cell .add {
    width: fit-content;
    font-weight: 500;
    cursor: pointer;
    float: left;
    font-size: 16px;
    display: flex;
    align-items: center;
    background: #c7c7c7;
    border-radius: 4px;
    padding: 0px 5px;
    margin-right: 5px;
    margin: auto 5px auto 0px; }
    .collaborator-select-cell .add:hover {
      background: #d2d2da;
      opacity: 0.9; }

.active-cell {
  border: 2px solid #4F86C6 !important; }

#Timezone {
  height: 20px;
  width: 100%;
  padding: 15px 10px;
  border: 2px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 2px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
  align-items: center;
  cursor: text; }
  #Timezone:hover {
    border-color: rgba(0, 0, 0, 0.25); }
  #Timezone .input-timezone {
    left: -8px; }
    #Timezone .input-timezone input {
      border: none;
      font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
  #Timezone .zone {
    text-transform: capitalize;
    font-size: 9px;
    left: -7%;
    position: relative; }

#MenuColumns {
  position: relative; }
  #MenuColumns .contex-menu {
    z-index: 10;
    width: fit-content;
    left: 13%; }
    #MenuColumns .contex-menu li {
      text-transform: capitalize; }
    #MenuColumns .contex-menu .contex-menu-text {
      font-weight: 400;
      color: #4d4d4d; }
  #MenuColumns .column-delete-sure {
    z-index: 1000;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    width: 250px;
    top: 28px;
    left: 10px;
    border-radius: 4px;
    font-size: 13px;
    left: 13%; }
    #MenuColumns .column-delete-sure .content {
      margin-bottom: 10px;
      font-weight: 500;
      line-height: 20px; }
      #MenuColumns .column-delete-sure .content p {
        margin: 12px 0px !important; }

#reminder .react-datepicker {
  width: 100%;
  display: flex; }
  #reminder .react-datepicker .react-datepicker__day-name {
    margin: 0.166rem 0.366rem; }
  #reminder .react-datepicker .react-datepicker__month-container {
    width: 78.7%; }
    #reminder .react-datepicker .react-datepicker__month-container .react-datepicker__day {
      margin: 0.166rem 0.366rem; }

#reminder .greenButton:hover {
  background-color: #49852e !important; }

#reminder .redButton:hover {
  background-color: #6e2f1a !important; }

#reminder .greenButton {
  color: #fff !important;
  background-color: #519839 !important; }

#reminder .redButton {
  color: #fff !important;
  background-color: #b04632 !important; }

#reminder .field label {
  margin-left: 3px; }

@media only screen and (max-width: 500px) {
  #reminder .react-datepicker {
    display: flex; } }

#reminder #RemainderCollabrator .field-remainder {
  margin-left: 3px; }
  #reminder #RemainderCollabrator .field-remainder .field-title {
    display: block;
    margin: 0em 0em 0.28571429rem 0em;
    color: rgba(0, 0, 0, 0.87);
    font-size: 0.92857143em;
    font-weight: bold;
    text-transform: none; }
  #reminder #RemainderCollabrator .field-remainder .remainder-toggle {
    position: relative;
    z-index: 5; }

#reminder div #RadioToggle {
  padding: 8px; }
  #reminder div #RadioToggle .ui.toggle.checkbox label {
    color: #0004088a !important;
    font-weight: 600;
    cursor: pointer;
    font-size: 12px;
    padding-left: 2.4rem !important; }

.react-datepicker__header--time {
  padding-top: 46px; }

.react-datepicker__time-list {
  height: 177px !important; }

#PrintExpandBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  justify-content: center; }
  #PrintExpandBox .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1; }
  #PrintExpandBox .row-section {
    width: fit-content;
    position: relative; }
    #PrintExpandBox .row-section .history-comment:hover {
      fill: #000; }
  #PrintExpandBox .blocks {
    width: -webkit-fill-available;
    border-left: none; }
  #PrintExpandBox .print-expand-view {
    width: 100%;
    border-radius: 6px; }
    #PrintExpandBox .print-expand-view .print-title {
      margin: 10px 0px 10px 10px;
      font-size: 24px;
      line-height: 1.618;
      top: 0;
      background: transparent;
      word-break: break-word;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 29px;
      max-height: 200px;
      font-weight: 600; }
    #PrintExpandBox .print-expand-view .print-field {
      margin: 0px 0px 10px 10px; }
      #PrintExpandBox .print-expand-view .print-field input,
      #PrintExpandBox .print-expand-view .print-field textarea {
        height: 20px;
        width: 100%;
        padding: 14px 8px;
        border: 2px solid rgba(34, 36, 38, 0.15);
        color: rgba(0, 0, 0, 0.87);
        border-radius: 2px;
        font-weight: 400;
        line-height: 18px; }
      #PrintExpandBox .print-expand-view .print-field .input {
        width: 100%; }
      #PrintExpandBox .print-expand-view .print-field .url input {
        text-decoration: underline;
        color: #2085d0; }
        #PrintExpandBox .print-expand-view .print-field .url input:hover {
          color: rgba(0, 0, 0, 0.87); }
      #PrintExpandBox .print-expand-view .print-field .react-datepicker-wrapper {
        width: 100%; }
        #PrintExpandBox .print-expand-view .print-field .react-datepicker-wrapper .react-datepicker__input-container {
          width: 100%; }
      #PrintExpandBox .print-expand-view .print-field .selectBox,
      #PrintExpandBox .print-expand-view .print-field .select-cell {
        position: relative;
        width: 100%;
        height: fit-content;
        border: 2px solid rgba(34, 36, 38, 0.15);
        border-radius: 2px;
        color: rgba(0, 0, 0, 0.87);
        font-weight: 400; }
      #PrintExpandBox .print-expand-view .print-field textarea {
        height: 100px;
        resize: none; }
      #PrintExpandBox .print-expand-view .print-field .virtual-input {
        height: auto;
        width: 100%;
        padding: 5px;
        overflow: hidden;
        min-height: 32px;
        border: 2px solid rgba(34, 36, 38, 0.15);
        color: rgba(0, 0, 0, 0.87);
        border-radius: 2px;
        display: inline-flex;
        align-items: center;
        font-weight: 400; }
        #PrintExpandBox .print-expand-view .print-field .virtual-input .api-data > ul {
          margin: 0px !important; }
      #PrintExpandBox .print-expand-view .print-field .lookup {
        word-break: break-word;
        display: table;
        padding-top: 8px;
        padding-bottom: 8px; }
      #PrintExpandBox .print-expand-view .print-field .attachment-bx {
        height: inherit;
        display: grid; }
        #PrintExpandBox .print-expand-view .print-field .attachment-bx .add {
          height: fit-content !important;
          width: fit-content;
          background: #e7e7e7;
          font-weight: 500;
          width: -moz-max-content;
          border-radius: 4px;
          cursor: pointer;
          float: left;
          padding: 0 4px;
          margin: auto 0;
          margin-bottom: 5px; }
          #PrintExpandBox .print-expand-view .print-field .attachment-bx .add:hover {
            background: #d2d2da;
            opacity: 0.9; }
        #PrintExpandBox .print-expand-view .print-field .attachment-bx .attachment-data {
          height: inherit;
          display: inline-flex;
          flex-wrap: wrap;
          margin-left: 5px;
          margin-top: 7px; }
          #PrintExpandBox .print-expand-view .print-field .attachment-bx .attachment-data .img-data {
            height: 30px !important; }
      #PrintExpandBox .print-expand-view .print-field .signature-img {
        max-width: 100px;
        height: 22px; }
      #PrintExpandBox .print-expand-view .print-field input,
      #PrintExpandBox .print-expand-view .print-field textarea,
      #PrintExpandBox .print-expand-view .print-field .selectBox,
      #PrintExpandBox .print-expand-view .print-field .select-cell,
      #PrintExpandBox .print-expand-view .print-field .print-field-title {
        opacity: 0.7;
        text-transform: capitalize;
        color: #121212;
        display: flex;
        align-items: center;
        font-size: 12px; }
        #PrintExpandBox .print-expand-view .print-field input .columnname-input,
        #PrintExpandBox .print-expand-view .print-field textarea .columnname-input,
        #PrintExpandBox .print-expand-view .print-field .selectBox .columnname-input,
        #PrintExpandBox .print-expand-view .print-field .select-cell .columnname-input,
        #PrintExpandBox .print-expand-view .print-field .print-field-title .columnname-input {
          width: fit-content;
          padding: 4px 8px;
          border: none;
          color: rgba(0, 0, 0, 0.87);
          border-radius: 2px;
          font-weight: 400;
          box-shadow: 0px 0px 8px 0 #999999; }
        #PrintExpandBox .print-expand-view .print-field input .print-field-name,
        #PrintExpandBox .print-expand-view .print-field textarea .print-field-name,
        #PrintExpandBox .print-expand-view .print-field .selectBox .print-field-name,
        #PrintExpandBox .print-expand-view .print-field .select-cell .print-field-name,
        #PrintExpandBox .print-expand-view .print-field .print-field-title .print-field-name {
          margin-left: 4px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
      #PrintExpandBox .print-expand-view .print-field .progress {
        margin: auto;
        width: inherit;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #PrintExpandBox .print-expand-view .print-field .progress .progress-text-type .progress-text-main {
          display: flex;
          align-items: center;
          justify-content: unset; }
          #PrintExpandBox .print-expand-view .print-field .progress .progress-text-type .progress-text-main .progress-text-icon {
            font-size: 20px; }
          #PrintExpandBox .print-expand-view .print-field .progress .progress-text-type .progress-text-main .progress-text-task {
            font-size: 14px;
            margin-left: 6px; }
        #PrintExpandBox .print-expand-view .print-field .progress .progress-type {
          display: flex;
          align-items: center;
          width: 100%; }
          #PrintExpandBox .print-expand-view .print-field .progress .progress-type .progress-line {
            width: 90%;
            margin: auto !important; }
          #PrintExpandBox .print-expand-view .print-field .progress .progress-type .progress-percentage {
            width: 29px;
            text-align: center;
            margin-left: 4px;
            color: green;
            font-weight: 500;
            margin-right: 4px; }
          #PrintExpandBox .print-expand-view .print-field .progress .progress-type .ui.small.progress {
            font-size: 0.60857143rem; }
      #PrintExpandBox .print-expand-view .print-field .links-bx {
        display: grid;
        font-size: 11px;
        max-width: 300px;
        width: auto;
        height: inherit !important;
        padding-top: 0 !important;
        flex-wrap: wrap; }
        #PrintExpandBox .print-expand-view .print-field .links-bx .link-data {
          display: inline-flex;
          flex-wrap: wrap;
          margin-left: -3px; }
        #PrintExpandBox .print-expand-view .print-field .links-bx .add {
          height: fit-content !important;
          width: fit-content;
          background: #e7e7e7;
          font-weight: 500;
          width: -moz-max-content;
          border-radius: 4px;
          cursor: pointer;
          float: left;
          padding: 0 4px;
          margin: auto 0;
          margin-bottom: 5px; }
        #PrintExpandBox .print-expand-view .print-field .links-bx .row-link {
          white-space: nowrap;
          margin: 5px;
          padding: 0px 4px;
          background: #ecf0fa;
          border: 0.5px solid #c9c9ec;
          border-radius: 2px;
          font-size: 13px;
          max-width: 300px;
          overflow: hidden;
          text-overflow: ellipsis;
          width: auto; }
      #PrintExpandBox .print-expand-view .print-field .select-tag {
        display: inline-flex !important;
        height: 18px !important;
        padding: 2px 8px;
        margin: 0;
        text-align: center;
        font-size: 12px;
        line-height: 13px;
        border-radius: 8px;
        background: #fff;
        color: #4d4d4d;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
        white-space: nowrap; }
        #PrintExpandBox .print-expand-view .print-field .select-tag .Select-aria-only {
          position: relative !important; }
      #PrintExpandBox .print-expand-view .print-field .readonly-input {
        min-height: 22px;
        height: fit-content; }
        #PrintExpandBox .print-expand-view .print-field .readonly-input .collaborator-tag {
          display: inline-flex !important;
          align-items: center;
          height: 18px !important;
          border: 1px solid #eee;
          background-color: #eee;
          margin: 5px 2px;
          min-width: 40px;
          border-radius: 10px; }
    #PrintExpandBox .print-expand-view .printRowdetails-layout {
      display: flex;
      align-items: self-start;
      flex-wrap: wrap;
      width: 100%; }

#ColumnsPermisionModel {
  padding: 32px 0px !important;
  min-height: 310px;
  max-height: 90%;
  line-height: 1.5;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  #ColumnsPermisionModel .column-header {
    font-size: 22.4px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 32px;
    color: #4d4d4d;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
  #ColumnsPermisionModel .column-content .column-details {
    padding: 0 32px;
    line-height: 1.5; }
    #ColumnsPermisionModel .column-content .column-details .column-limit {
      margin: 16px 0 8px 0;
      font-size: 13px;
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      #ColumnsPermisionModel .column-content .column-details .column-limit .column-limit-text {
        color: rgba(0, 0, 0, 0.5); }
      #ColumnsPermisionModel .column-content .column-details .column-limit .column-limit-name {
        font-weight: 600; }
    #ColumnsPermisionModel .column-content .column-details .column-edit {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-weight: 500;
      margin: 16px 0; }
      #ColumnsPermisionModel .column-content .column-details .column-edit .column-edit-qus {
        font-size: 13px;
        font-weight: 500; }
      #ColumnsPermisionModel .column-content .column-details .column-edit .dropdown-scroll .dropdown-scrolllist .ui.selection.dropdown {
        min-height: 1.714286em;
        padding: 0.55571429em 2.1em 0.55571429em 1em;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
        border: none;
        text-align: center;
        min-width: 13em; }
        #ColumnsPermisionModel .column-content .column-details .column-edit .dropdown-scroll .dropdown-scrolllist .ui.selection.dropdown:hover {
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
      #ColumnsPermisionModel .column-content .column-details .column-edit .dropdown-scroll .dropdown-scrolllist .ui.dropdown > .text {
        font-weight: 500;
        color: #4d4d4d; }
      #ColumnsPermisionModel .column-content .column-details .column-edit .dropdown-scroll .dropdown-scrolllist .ui.selection.dropdown > .dropdown.icon {
        padding: 0.71666667em; }
      #ColumnsPermisionModel .column-content .column-details .column-edit .dropdown-scroll .dropdown-scrolllist .ui.selection.active.dropdown .menu {
        width: 35rem !important; }
      #ColumnsPermisionModel .column-content .column-details .column-edit .dropdown-scroll .dropdown-scrolllist .visible {
        overflow-x: visible !important;
        overflow-y: visible !important;
        max-height: 21.028571rem !important; }
    #ColumnsPermisionModel .column-content .column-details .columnedit-userinfo {
      display: flex;
      align-items: center; }
      #ColumnsPermisionModel .column-content .column-details .columnedit-userinfo .columnedit-content {
        margin-bottom: 8px; }
        #ColumnsPermisionModel .column-content .column-details .columnedit-userinfo .columnedit-content .columnedit-text {
          color: #4d4d4d;
          font-size: 13px; }
          #ColumnsPermisionModel .column-content .column-details .columnedit-userinfo .columnedit-content .columnedit-text .edituser-text {
            font-weight: 600; }
  #ColumnsPermisionModel .column-content .column-create-form {
    display: flex;
    flex-direction: column;
    margin: 0 32px;
    padding-top: 16px;
    border-top: 2px solid rgba(0, 0, 0, 0.1); }
    #ColumnsPermisionModel .column-content .column-create-form #RadioToggle .ui.toggle.checkbox label:before {
      margin-top: 3px; }
    #ColumnsPermisionModel .column-content .column-create-form #RadioToggle .ui.toggle.checkbox label:after {
      top: 2.7px; }
    #ColumnsPermisionModel .column-content .column-create-form #RadioToggle .ui.toggle.checkbox label {
      font-size: 13px;
      color: #333333;
      margin-bottom: 6px; }
  #ColumnsPermisionModel .header {
    padding-bottom: none !important; }
    #ColumnsPermisionModel .header .columnheader {
      padding-bottom: 5px;
      border-bottom: 2px solid #ddd !important; }
  #ColumnsPermisionModel .scrollheight {
    min-height: 200px; }
    #ColumnsPermisionModel .scrollheight .columnfrom-content {
      margin-left: 10px;
      margin-right: 10px; }
      #ColumnsPermisionModel .scrollheight .columnfrom-content .columnfrom-details {
        margin: 0px 1px 16px 0px;
        font-size: 14.5px; }
      #ColumnsPermisionModel .scrollheight .columnfrom-content .columnform-textarea-main p {
        font-size: 13.6px;
        opacity: 0.8; }
      #ColumnsPermisionModel .scrollheight .columnfrom-content .columnform-textarea-main .dropdownlist-align {
        display: flex;
        justify-content: space-between; }
        #ColumnsPermisionModel .scrollheight .columnfrom-content .columnform-textarea-main .dropdownlist-align .dropdown-scroll .dropdown-scrolllist .visible {
          overflow-x: visible !important;
          overflow-y: visible !important;
          max-height: 21.028571rem !important; }

#ColumnSpecificUserModel .header {
  border-bottom: none !important; }

#ColumnSpecificUserModel .usermodal-header {
  padding: 17.5px 21px 8px 21px;
  margin-top: 8px;
  line-height: 1.25;
  font-size: 21.4px;
  font-weight: bold;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  color: #4d4d4d; }

#ColumnSpecificUserModel .user-content {
  margin-left: 10px;
  margin-right: 10px; }
  #ColumnSpecificUserModel .user-content .user-details {
    opacity: .75;
    line-height: 1.5;
    margin: 0px 1px 14px 0px;
    font-size: 13px;
    color: #4D4D4D; }
    #ColumnSpecificUserModel .user-content .user-details .usercolumn-name {
      font-weight: 600; }
  #ColumnSpecificUserModel .user-content .finduserdata .finduser {
    display: flex;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-top: 8px;
    padding: 8px 0;
    align-items: center; }
    #ColumnSpecificUserModel .user-content .finduserdata .finduser .usersearch {
      opacity: 0.5;
      margin: 3px 8px 0 4px;
      color: #4D4D4D; }
  #ColumnSpecificUserModel .user-content .finduserdata .searchuser {
    height: 150px;
    flex-direction: column-reverse;
    display: flex;
    padding: 4px 0; }
    #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow {
      overflow: auto;
      flex: 1 1 auto;
      padding: 4px 0; }
      #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list {
        display: flex;
        align-items: center;
        padding-left: 2px;
        padding-right: 2px;
        margin-left: 2px;
        margin-right: 2px;
        padding-top: 4px;
        padding-bottom: 4px;
        cursor: pointer; }
        #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .user-info {
          display: flex;
          flex-direction: row;
          margin-left: 8px; }
          #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .user-info .user-name {
            margin-left: 5px;
            display: flex;
            align-items: center; }
        #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list #RadioToggle {
          display: flex;
          align-items: center; }
        #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox label {
          min-height: 0.5rem !important; }
        #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox {
          min-height: 1rem !important; }
        #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.fitted.toggle.checkbox {
          width: 2.3rem !important; }
        #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox input {
          width: 2rem !important;
          height: 1rem !important; }
        #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox label:before {
          width: 2rem !important;
          height: 1rem !important; }
        #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox label:after {
          width: 0.8rem !important;
          height: 0.8rem !important;
          top: 0.1rem !important; }
        #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox input:checked ~ label:after {
          left: 1.2rem !important; }
      #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .kSdBCu {
        padding: 0;
        margin-bottom: 0px; }
      #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .sc-bczRLJ {
        height: 1.7rem; }
    #ColumnSpecificUserModel .user-content .finduserdata .searchuser .userselect {
      display: flex;
      margin: 8px 0; }
      #ColumnSpecificUserModel .user-content .finduserdata .searchuser .userselect .userbtn {
        margin-right: 16px;
        font-size: 12px;
        color: #4D4D4D;
        cursor: pointer;
        opacity: 0.75; }
        #ColumnSpecificUserModel .user-content .finduserdata .searchuser .userselect .userbtn:hover {
          color: black; }
  #ColumnSpecificUserModel .user-content .userfooter {
    display: flex;
    justify-content: flex-end;
    margin: 8px 0 24px; }
    #ColumnSpecificUserModel .user-content .userfooter .usercancel {
      margin: 0 16px;
      line-height: 18px;
      text-align: center;
      display: flex;
      align-items: center;
      cursor: pointer;
      font-size: 13px;
      color: #4D4D4D;
      opacity: 0.75; }
      #ColumnSpecificUserModel .user-content .userfooter .usercancel:hover {
        color: black; }
    #ColumnSpecificUserModel .user-content .userfooter .savebtnhover {
      font-size: 13px;
      font-weight: 500;
      font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
      background-color: #166ee1 !important; }
      #ColumnSpecificUserModel .user-content .userfooter .savebtnhover:hover {
        opacity: 0.85; }
      #ColumnSpecificUserModel .user-content .userfooter .savebtnhover:focus {
        border: none; }

.ui .activity-modal .relaxed.list:not(.horizontal) > .item:not(:last-child) {
  padding: 8px 0; }

.ui .activity-modal .relaxed.list:not(.horizontal) > .item:not(:first-child) {
  padding: 8px 0; }

.ui .activity-modal .divided.list > .item {
  border: none; }

.ui .activity-modal .create-activity-list-item {
  max-height: 250px;
  overflow-x: auto; }

.ui .activity-modal .list-item-light {
  display: flex;
  align-items: center;
  gap: 4px; }
  .ui .activity-modal .list-item-light .list-header-light {
    font-weight: 500 !important;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  .ui .activity-modal .list-item-light .activity-action-btn {
    display: flex;
    gap: 10px;
    margin-left: auto; }
  .ui .activity-modal .list-item-light:hover {
    cursor: pointer;
    transition: background 0.3s ease-in-out; }

.ui .activity-modal .add-activity-btn {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  font-weight: normal;
  font-size: 1rem;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out; }
  .ui .activity-modal .add-activity-btn:hover {
    background: #f9f9f9; }

@media only screen and (min-width: 1200px) {
  .ui .mini.modal.activity-modal {
    width: 250px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    margin-top: 0 !important; } }

.ui .custom-activity-modal .circle-picker {
  gap: 6px;
  width: 100% !important; }
  .ui .custom-activity-modal .circle-picker span div {
    margin: 0 !important;
    padding: 0 !important; }

.ui .custom-activity-modal .activity-form-error {
  color: red;
  font-size: 13px;
  margin-top: 5px; }

.ui .custom-activity-modal .icon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0; }
  .ui .custom-activity-modal .icon-list .icon-item {
    border-radius: 5px;
    transition: transform 0.2s ease, background-color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px; }
    .ui .custom-activity-modal .icon-list .icon-item:hover {
      transform: scale(1.1);
      background-color: rgba(0, 0, 0, 0.1); }

.ui .modal.activity-detail-modal > .actions {
  text-align: start; }

.ui .modal.activity-detail-modal .actions > .button {
  margin-left: 0; }

.ui .activity-detail-modal .content {
  position: relative; }
  .ui .activity-detail-modal .content .modal-wrapper {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    position: absolute;
    min-width: 250px;
    top: 64%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 350px; }
    .ui .activity-detail-modal .content .modal-wrapper input {
      width: 100%;
      height: auto;
      padding: 0.8rem;
      margin-bottom: 1rem;
      border-radius: 6px;
      border: 1px solid #ddd;
      font-size: 1rem;
      outline: none; }
    .ui .activity-detail-modal .content .modal-wrapper .stack-users {
      list-style: none;
      padding: 0; }
      .ui .activity-detail-modal .content .modal-wrapper .stack-users .item {
        display: flex;
        align-items: center; }
      .ui .activity-detail-modal .content .modal-wrapper .stack-users .content {
        flex: 1;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .ui .activity-detail-modal .content .modal-wrapper .stack-users .header {
        font-size: 1rem;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 100%; }

.ui .activity-detail-modal .activity-date-time-btn {
  padding: 10px 0;
  border-bottom: 2px solid grey; }
  .ui .activity-detail-modal .activity-date-time-btn .header-activity-date-time {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px;
    background: none;
    border: 1px solid grey;
    border-radius: 5px;
    cursor: pointer; }
    .ui .activity-detail-modal .activity-date-time-btn .header-activity-date-time:hover {
      background-color: rgba(0, 0, 0, 0.1); }

.ui .activity-detail-modal .activity-short-description {
  position: relative;
  width: 100%; }
  .ui .activity-detail-modal .activity-short-description .ql-container .ql-editor {
    min-height: 250px;
    max-height: 250px;
    overflow-x: auto; }
  .ui .activity-detail-modal .activity-short-description .ql-toolbar.ql-snow .ql-formats {
    margin: 0; }

.ui .activity-detail-modal .activity-detail-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px; }
  .ui .activity-detail-modal .activity-detail-action .activity-detail-action-item {
    display: flex;
    align-items: center;
    gap: 10px; }
    .ui .activity-detail-modal .activity-detail-action .activity-detail-action-item .activity-detail-action-icon {
      display: flex;
      align-items: center;
      gap: 8px; }
    .ui .activity-detail-modal .activity-detail-action .activity-detail-action-item .ui.button {
      margin: 0; }
    .ui .activity-detail-modal .activity-detail-action .activity-detail-action-item .file-button-provider-icon {
      background: none;
      padding: 0; }
    .ui .activity-detail-modal .activity-detail-action .activity-detail-action-item .clickable-icon {
      cursor: pointer; }
      .ui .activity-detail-modal .activity-detail-action .activity-detail-action-item .clickable-icon i.icon {
        margin-right: 2px; }
      .ui .activity-detail-modal .activity-detail-action .activity-detail-action-item .clickable-icon:hover {
        color: darkgray; }

.ui .activity-detail-modal .file-list {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out; }

.ui .activity-detail-modal .activity-detail-date {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px; }
  .ui .activity-detail-modal .activity-detail-date .activity-detail-date-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px; }
    .ui .activity-detail-modal .activity-detail-date .activity-detail-date-item .ui.label {
      background: none;
      padding: 0; }
  .ui .activity-detail-modal .activity-detail-date .activity-detail-date-item-time .react-datepicker__triangle {
    margin-left: 5px; }
  .ui .activity-detail-modal .activity-detail-date .activity-detail-date-item-time .react-datepicker__header--time {
    padding: 8px 0; }
  .ui .activity-detail-modal .activity-detail-date .react-datepicker-wrapper input {
    padding: 8px 4px;
    border-radius: 6px;
    max-width: 106px; }

.ui .column-activity-modal .activity-item {
  display: flex;
  gap: 6px;
  flex-wrap: wrap; }
  .ui .column-activity-modal .activity-item .column-activity-item {
    display: inline-block;
    padding: 6px;
    border: 1px solid gray;
    border-radius: 5px;
    cursor: pointer; }

.ui .column-template-modal .content .create-template-list-item {
  max-height: 250px;
  overflow-x: auto; }
  .ui .column-template-modal .content .create-template-list-item .list-item-light {
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .ui .column-template-modal .content .create-template-list-item .list-item-light .activity-action-btn {
      display: flex;
      gap: 10px;
      margin-left: auto; }

.activity-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #0000001a; }

.activity-list-timeline {
  padding-bottom: 1px; }
  .activity-list-timeline .activity-timeline-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px; }
    .activity-list-timeline .activity-timeline-list .activity-timeline-container {
      width: 100%;
      background: #fff;
      border-radius: 8px;
      transition: all 0.3s ease-in-out; }
      .activity-list-timeline .activity-timeline-list .activity-timeline-container .activity-timeline-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        gap: 10px; }
        .activity-list-timeline .activity-timeline-list .activity-timeline-container .activity-timeline-item .activity-timeline-item-icon {
          width: 30px;
          height: 30px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #fff;
          border-radius: 4px;
          z-index: 11;
          border: 2px solid lightgray; }
        .activity-list-timeline .activity-timeline-list .activity-timeline-container .activity-timeline-item .activity-timeline-item-heading {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 90%; }
          .activity-list-timeline .activity-timeline-list .activity-timeline-container .activity-timeline-item .activity-timeline-item-heading .activity-timeline-item-is-pin,
          .activity-list-timeline .activity-timeline-list .activity-timeline-container .activity-timeline-item .activity-timeline-item-heading .activity-timeline-item-is-remainder {
            cursor: pointer;
            margin-right: 4px; }
            .activity-list-timeline .activity-timeline-list .activity-timeline-container .activity-timeline-item .activity-timeline-item-heading .activity-timeline-item-is-pin i.icon,
            .activity-list-timeline .activity-timeline-list .activity-timeline-container .activity-timeline-item .activity-timeline-item-heading .activity-timeline-item-is-remainder i.icon {
              margin: 0; }
      .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card {
        width: 90%;
        margin-left: auto; }
        .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content {
          background: #f2f2f250; }
          .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .activity-timeline-item-user {
            display: flex;
            gap: 8px;
            align-items: flex-start; }
            .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .activity-timeline-item-user .activity-timeline-user-name {
              flex: 1; }
          .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .activity-timeline-description {
            margin-left: 42px; }
            .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .activity-timeline-description .description ul {
              padding-left: 15px; }
          .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .ui.dropdown {
            margin: 0;
            padding: 0;
            background: none; }
            .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .ui.dropdown .dropdown-option-list {
              padding: 10px; }
              .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .ui.dropdown .dropdown-option-list .option-items {
                position: relative;
                padding: 8px 0; }
                .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .ui.dropdown .dropdown-option-list .option-items .item > .icon.reminder-chevron {
                  margin: 0;
                  margin-left: 18px; }
                .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .ui.dropdown .dropdown-option-list .option-items .ui.dropdown.sub-menu-dropdown {
                  position: relative; }
                  .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .ui.dropdown .dropdown-option-list .option-items .ui.dropdown.sub-menu-dropdown .dropdown.icon {
                    display: none; }
                  .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .ui.dropdown .dropdown-option-list .option-items .ui.dropdown.sub-menu-dropdown .menu.reminder-dropdown-option-list {
                    display: block; }
            .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .ui.dropdown .menu > .item > .icon.reminder-chevron {
              margin: 0;
              margin-left: 18px; }
          .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .ui.dropdown.reminder-popup-icon i.icon {
            margin: 0; }
          .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .ui.dropdown.reminder-popup-icon > .dropdown.icon {
            display: none; }
          .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .ui.dropdown > .left.menu {
            left: auto !important; }
          .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .user {
            color: #3982d0;
            font-weight: 700;
            padding-left: 3px;
            display: inline-flex;
            align-items: center; }
    .activity-list-timeline .activity-timeline-list:first-child {
      margin-top: 10px; }
  .activity-list-timeline .activity-timeline-list-before:before {
    content: "";
    position: absolute;
    left: 13px;
    top: 0px;
    width: 2px;
    height: 100%;
    background: lightgray;
    z-index: 10; }

.activity-img-section {
  margin-top: 50px; }

@media only screen and (min-width: 1200px) {
  .ui.mini.modal.activity-reminder-modal {
    width: 250px;
    position: fixed;
    top: 48%;
    left: 88%;
    transform: translate(-50%, -50%);
    margin: 0; } }

.ui.mini.modal.activity-reminder-modal {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); }
  .ui.mini.modal.activity-reminder-modal .content .reminder-options .reminder-option {
    padding: 4px 0;
    cursor: pointer; }

.create-activity-btn {
  box-sizing: border-box;
  height: 32px;
  min-height: 32px;
  font-size: 13px;
  line-height: 22px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 12px;
  padding: 0px 12px;
  border-radius: 6px;
  font-weight: 500;
  background-color: #166ee1;
  color: #fff;
  cursor: pointer; }

.close-activity-btn {
  box-sizing: border-box;
  height: 32px;
  min-height: 32px;
  font-size: 13px;
  line-height: 22px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 12px;
  padding: 0px 12px;
  border-radius: 6px;
  font-weight: 500;
  background-color: #e0e1e2;
  color: #fff;
  cursor: pointer; }

.close-custom-activity {
  margin: 0;
  margin-right: 10px; }

.activity-group-btn {
  margin: 0; }

.create-custom-activity {
  width: 100%;
  margin: 0; }

.create-activity-detail-btn {
  margin: 0; }

.activity-text-popup-content ul,
.activity-text-popup-content ol {
  padding: 0px 0px 0px 14px; }

.ui.button.create-template-btn {
  background-color: #166ee1;
  color: #fff; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 24px 0 -4px; }
  .modal-footer .modal-btn {
    height: 32px;
    font-size: 13px;
    line-height: 22px;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0 !important;
    padding: 0 12px;
    border-radius: 6px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
    .modal-footer .modal-btn .btn-text {
      transform: translateY(-0.5px);
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 13px;
      font-weight: 500; }
  .modal-footer .modal-cancel-btn {
    background-color: transparent;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    .modal-footer .modal-cancel-btn:hover {
      background: none;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  .modal-footer .modal-delete-btn {
    margin-right: 0px;
    font-weight: 500;
    color: #fff;
    background-color: #166ee1;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    .modal-footer .modal-delete-btn:hover {
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

#TaskView {
  display: flex;
  height: calc(100vh - 129px); }
  #TaskView .task-view {
    width: 100%;
    height: -webkit-fill-available;
    overflow: hidden scroll; }
    #TaskView .task-view .row-drop-active {
      height: 50px;
      max-width: 600px;
      border-radius: 5px;
      background: #ececec;
      margin: 10px;
      text-align: center;
      display: block; }
    #TaskView .task-view .last {
      height: 100px !important; }
    #TaskView .task-view .row-drop-disable {
      display: none; }

.TaskCard {
  max-width: 600px;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin: 10px;
  background: #fff; }

.left-task-row {
  min-width: 350px;
  overflow: hidden scroll;
  padding: 10px; }

.calender-connection {
  pointer-events: none !important; }

.rbc-calendar {
  height: calc(100vh - 137px);
  background: #f6f6f6; }
  .rbc-calendar .rbc-toolbar {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffff; }
    .rbc-calendar .rbc-toolbar .rbc-toolbar-label {
      font-size: 15px; }
      @media only screen and (max-width: 500px) {
        .rbc-calendar .rbc-toolbar .rbc-toolbar-label {
          display: none; } }
    .rbc-calendar .rbc-toolbar button {
      border-radius: 25px;
      outline: none;
      cursor: pointer; }
    @media only screen and (max-width: 500px) {
      .rbc-calendar .rbc-toolbar .rbc-btn-group:first-child {
        margin-bottom: 10px;
        cursor: pointer; } }
    .rbc-calendar .rbc-toolbar .rbc-btn-group {
      margin: 0 16px;
      border-radius: 25px;
      cursor: pointer; }
      .rbc-calendar .rbc-toolbar .rbc-btn-group button {
        background: #e3e3e3;
        padding: 4px 8px;
        font-size: 12px;
        font-weight: 500;
        cursor: pointer; }
      .rbc-calendar .rbc-toolbar .rbc-btn-group button:hover {
        cursor: pointer; }
      .rbc-calendar .rbc-toolbar .rbc-btn-group .rbc-active {
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        background-color: #fff;
        font-weight: 700;
        cursor: pointer; }
  .rbc-calendar .rbc-time-view {
    background-color: #ffff; }
  .rbc-calendar .rbc-month-view .rbc-month-row {
    border-top: 0 !important; }
    .rbc-calendar .rbc-month-view .rbc-month-row .rbc-date-cell {
      padding: 4px 6px 0 0; }
    .rbc-calendar .rbc-month-view .rbc-month-row .rbc-row-bg .rbc-off-range-bg {
      background: #ffff !important; }
    .rbc-calendar .rbc-month-view .rbc-month-row .rbc-row-bg .rbc-day-bg {
      background: #ffff;
      margin: 1px;
      border-radius: 6px;
      border-left: 0 !important; }
      .rbc-calendar .rbc-month-view .rbc-month-row .rbc-row-bg .rbc-day-bg:hover {
        cursor: pointer;
        background-color: #ADD8E6 !important; }
    .rbc-calendar .rbc-month-view .rbc-month-row .rbc-row-bg .rbc-selected-cell {
      background: #c1c1c1 !important; }
    .rbc-calendar .rbc-month-view .rbc-month-row .rbc-row-bg .rbc-today {
      background-color: #ADD8E6; }
    .rbc-calendar .rbc-month-view .rbc-month-row .rbc-row-content {
      z-index: 0; }
      .rbc-calendar .rbc-month-view .rbc-month-row .rbc-row-content .rbc-off-range {
        opacity: 0.8; }
  .rbc-calendar .rbc-event {
    outline: none;
    padding: 2px 6px;
    margin: 2px 0;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.085s ease-in 0s;
    padding: 4px;
    border-radius: 4px; }
    .rbc-calendar .rbc-event:hover {
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
  .rbc-calendar .rbc-overlay {
    z-index: 4;
    max-height: 100%;
    overflow: auto; }
  .rbc-calendar .rbc-addons-dnd-resizable {
    height: auto !important; }
    .rbc-calendar .rbc-addons-dnd-resizable .rbc-event-label {
      display: none; }
    .rbc-calendar .rbc-addons-dnd-resizable .rbc-event-content {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .rbc-calendar .rbc-calendar {
    height: calc(100vh - 136px); }
  .rbc-calendar .rbc-allday-cell {
    max-height: 56px;
    overflow-y: auto; }
  .rbc-calendar .rbc-show-more {
    padding: 2px 0;
    color: #4d4d4d;
    background-color: unset; }
  .rbc-calendar .social:hover {
    color: #1A5276 !important; }
  .rbc-calendar .disablePlus {
    visibility: hidden; }

@keyframes fadeIn {
  0% {
    transform: translateY(-25%); }
  50% {
    transform: translateY(4%); }
  65% {
    transform: translateY(-2%); }
  80% {
    transform: translateY(2%); }
  95% {
    transform: translateY(-1%); }
  100% {
    transform: translateY(0%); } }

.context-menu {
  animation-name: fadeIn;
  animation-duration: 0.4s;
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  left: 0px;
  list-style-type: none;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 0px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
  .context-menu li {
    clear: both;
    color: rgba(0, 0, 0, 0.65);
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    line-height: 22px;
    margin: 0;
    padding: 8px 60px;
    transition: all .3s;
    white-space: nowrap;
    -webkit-transition: all .3s; }
    .context-menu li li:hover {
      background-color: #e6f7ff; }
    .context-menu li li > i {
      margin-right: 8px; }
    .context-menu li span {
      width: 200px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      top: 0px !important;
      margin-left: -67%; }
    .context-menu li .menu-data span {
      width: 200px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      top: 0px !important; }
    .context-menu li .menu-data .span-add, .context-menu li .menu-data .span-dlt {
      margin-left: 0px;
      font-size: 14px;
      font-weight: 600;
      line-height: 22px; }

#calendar {
  height: calc(100vh - 129px); }
  #calendar #ExpandBox {
    top: 0 !important; }
  #calendar .rbc-event-content {
    padding: 0px 5px; }
  #calendar .rbc-calendar .rbc-event {
    min-height: 22px; }
  #calendar .rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor {
    display: none; }
  #calendar .add-record {
    position: absolute;
    bottom: 50px;
    right: 50px;
    background: #3871f9;
    padding: 6px 10px;
    border-radius: 25px;
    font-size: 20px;
    color: white;
    box-shadow: 0 0 4px #fff;
    transform: scale(1, 1);
    transition: all 0.5s; }
    #calendar .add-record:hover {
      transform: scale(1.3, 1.3); }
  #calendar .fab-add-row {
    position: fixed;
    right: 10px;
    bottom: 80px;
    transform: scale(1, 1);
    transition: all 0.5s;
    cursor: pointer; }
    #calendar .fab-add-row:hover {
      transform: scale(1.1, 1.1); }
    #calendar .fab-add-row .disable-add-btn {
      opacity: 0.5; }
  #calendar .modal-background {
    position: absolute;
    width: 100%;
    height: calc(100vh - 136px);
    background-color: rgba(34, 34, 34, 0.5);
    z-index: 1; }
  #calendar .modal-wrap {
    display: flex;
    justify-content: center;
    align-items: center; }
    #calendar .modal-wrap .modal {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      left: 0;
      background: white;
      max-width: 350px;
      height: 415px;
      opacity: 1;
      border-radius: 4px;
      z-index: 2;
      padding: 14px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #calendar .modal-wrap .modal .modal-header {
        padding: 4px 0;
        font-size: 16px;
        border-bottom: 1px solid #797979; }
      #calendar .modal-wrap .modal .modal-desc {
        padding: 4px 0;
        font-size: 13px;
        margin-top: 16px; }
      #calendar .modal-wrap .modal .columns-dropdown {
        padding: 4px 0; }
      #calendar .modal-wrap .modal .column-dropdown {
        padding: 4px 0; }
        #calendar .modal-wrap .modal .column-dropdown .dropdown {
          margin-top: 1%;
          width: 100%;
          /* height: 188%; */
          border-radius: 2%;
          flex: 1 0 auto;
          outline: none;
          -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
          text-align: left;
          line-height: 1.21428571em;
          font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
          padding: 0.628571em 1em;
          background: #FFFFFF;
          border: 1px solid rgba(34, 36, 38, 0.15);
          color: rgba(0, 0, 0, 0.87);
          border-radius: 0.28571429rem;
          -webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease;
          transition: box-shadow 0.1s ease, border-color 0.1s ease; }
          #calendar .modal-wrap .modal .column-dropdown .dropdown:focus {
            border-color: #85B7D9;
            background: #FFFFFF;
            color: rgba(0, 0, 0, 0.8);
            box-shadow: none; }
      #calendar .modal-wrap .modal .field-box {
        padding: 4px 0;
        line-height: 18px;
        font-size: 13px;
        color: #414141;
        -webkit-user-select: none; }
        #calendar .modal-wrap .modal .field-box .date-picker {
          width: 185%;
          width: -moz-available;
          padding: 8px !important;
          margin: 4px 0 !important;
          outline: none !important;
          border: 2px solid #ddd !important;
          border-radius: 4px;
          box-shadow: 0 0 17px 0 #ddd !important;
          background-color: #fff;
          font-size: 13px; }
      #calendar .modal-wrap .modal .field-time-format {
        display: flex;
        flex-direction: column;
        margin-top: 10px; }
        #calendar .modal-wrap .modal .field-time-format .select-field {
          margin-top: 6px;
          cursor: pointer;
          border-radius: 3px !important;
          border: none;
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
          height: 36px;
          width: 100%;
          padding: 0.4rem; }
          #calendar .modal-wrap .modal .field-time-format .select-field:hover {
            box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
          #calendar .modal-wrap .modal .field-time-format .select-field:focus {
            box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
          #calendar .modal-wrap .modal .field-time-format .select-field:focus-visible {
            outline: none !important; }
    #calendar .modal-wrap .create-column-field-buttons {
      padding: 4px 0;
      height: 30px; }
    #calendar .modal-wrap .createColumn-error-message {
      padding: 16px 0;
      font-size: 11px;
      font-weight: 500;
      margin-top: 8px;
      color: #dc043b; }
    #calendar .modal-wrap .modal-footer {
      padding: 4px 0;
      bottom: 0;
      display: flex;
      justify-content: flex-end;
      margin: 0; }
      #calendar .modal-wrap .modal-footer .done-btn {
        height: 32px;
        font-size: 13px;
        line-height: 22px;
        max-width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
        padding: 0 12px !important;
        margin: 0px;
        border-radius: 6px;
        font-weight: 500;
        background-color: #166ee1;
        color: #fff;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
  @media only screen and (max-width: 500px) {
    #calendar .modal {
      z-index: 2; } }

#DateCalender {
  max-width: 620px;
  min-height: fit-content;
  max-height: 65vh;
  background: white;
  display: flex;
  position: absolute;
  top: 20vh;
  left: 12vw;
  border-radius: 5px; }
  #DateCalender .modal-box {
    padding: 32px; }
    #DateCalender .modal-box .modal-content .modal-heading {
      font-weight: 500;
      font-size: 22px;
      margin-bottom: 16px;
      line-height: 1.5; }
    #DateCalender .modal-box .modal-content .modal-desc {
      margin-bottom: 16px; }
      #DateCalender .modal-box .modal-content .modal-desc .modal-desc-text {
        opacity: .75; }
      #DateCalender .modal-box .modal-content .modal-desc .modal-info-icon {
        color: #2e2f32;
        opacity: .5;
        cursor: pointer;
        vertical-align: middle;
        margin-left: 2px;
        display: inline-block;
        margin-top: 2px; }
    #DateCalender .modal-box .start-date-column {
      display: flex;
      align-items: center;
      padding: 8px 0; }
      #DateCalender .modal-box .start-date-column .date-remove {
        display: flex;
        align-items: center;
        cursor: pointer;
        margin-left: -3px;
        margin-right: 4px; }
      #DateCalender .modal-box .start-date-column .start-date-field {
        margin-right: 8px;
        width: 120px; }
      #DateCalender .modal-box .start-date-column .date-select {
        position: relative; }
        #DateCalender .modal-box .start-date-column .date-select .dropdown-start {
          padding: 8px;
          display: flex;
          align-items: center; }
          #DateCalender .modal-box .start-date-column .date-select .dropdown-start .search {
            padding: 8px; }
          #DateCalender .modal-box .start-date-column .date-select .dropdown-start .text,
          #DateCalender .modal-box .start-date-column .date-select .dropdown-start [role="option"] {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 1.2; }
          #DateCalender .modal-box .start-date-column .date-select .dropdown-start [role="option"] {
            max-width: 190px; }
          #DateCalender .modal-box .start-date-column .date-select .dropdown-start .text {
            max-width: 150px; }
        #DateCalender .modal-box .start-date-column .date-select .css-1pvhjxb-singleValue span {
          display: inline-block !important;
          margin-left: 2px;
          margin-right: 2px;
          max-width: calc(100% - 8px);
          overflow: hidden;
          position: absolute;
          text-overflow: ellipsis;
          white-space: nowrap;
          top: 5%; }
        #DateCalender .modal-box .start-date-column .date-select .css-1wa3eu0-placeholder {
          max-width: calc(100% - 8px);
          overflow: hidden;
          position: absolute;
          text-overflow: ellipsis;
          white-space: nowrap;
          line-height: 1.3; }
        #DateCalender .modal-box .start-date-column .date-select .css-1itjr4n-multiValue {
          height: 19px !important;
          justify-content: center !important;
          align-items: center !important; }
        #DateCalender .modal-box .start-date-column .date-select .css-1okebmr-indicatorSeparator {
          display: none; }
        #DateCalender .modal-box .start-date-column .date-select .css-tlfecz-indicatorContainer, #DateCalender .modal-box .start-date-column .date-select .css-1gtu0rj-indicatorContainer {
          padding: 4px 7px !important;
          color: #7f7c7c; }
          #DateCalender .modal-box .start-date-column .date-select .css-tlfecz-indicatorContainer .css-6q0nyr-Svg, #DateCalender .modal-box .start-date-column .date-select .css-1gtu0rj-indicatorContainer .css-6q0nyr-Svg {
            width: 16px;
            height: 16px; }
        #DateCalender .modal-box .start-date-column .date-select .css-1g6gooi {
          display: contents; }
        #DateCalender .modal-box .start-date-column .date-select .select-ct .Select-control {
          min-width: 100px;
          height: 25px; }
          #DateCalender .modal-box .start-date-column .date-select .select-ct .Select-control .Select-multi-value-wrapper {
            padding-left: 6px; }
          #DateCalender .modal-box .start-date-column .date-select .select-ct .Select-control .Select-multi-value-wrapper {
            display: flex;
            flex-wrap: wrap;
            width: 150px;
            height: inherit;
            overflow: hidden; }
          #DateCalender .modal-box .start-date-column .date-select .select-ct .Select-control .Select-arrow-zone {
            cursor: pointer;
            display: table-cell !important;
            position: relative;
            text-align: center;
            vertical-align: middle !important;
            width: 25px;
            padding-right: 5px; }
          #DateCalender .modal-box .start-date-column .date-select .select-ct .Select-control .Select-input {
            height: 8px;
            vertical-align: middle;
            margin: auto 0;
            padding: 0 !important; }
          #DateCalender .modal-box .start-date-column .date-select .select-ct .Select-control .Select-input > input {
            box-sizing: border-box !important;
            padding: 0 !important; }
          #DateCalender .modal-box .start-date-column .date-select .select-ct .Select-control:hover {
            box-shadow: none; }
          #DateCalender .modal-box .start-date-column .date-select .select-ct .Select-control .Select-value {
            line-height: 31px; }
      #DateCalender .modal-box .start-date-column .input-field .input {
        width: 100px; }
      #DateCalender .modal-box .start-date-column .end-date-field {
        margin: 0 8px; }
      #DateCalender .modal-box .start-date-column .label-field {
        margin: 0 8px; }
    #DateCalender .modal-box .modal-create-date {
      height: 29px;
      display: flex;
      align-items: center;
      padding-top: 10px; }
      #DateCalender .modal-box .modal-create-date .modal-create-btn .modal-create-feild {
        font-weight: 600;
        color: #4d4d4d; }
      #DateCalender .modal-box .modal-create-date .modal-create-btn:hover {
        opacity: .85; }
      #DateCalender .modal-box .modal-create-date .add-field-dropdown {
        display: flex;
        align-items: center; }
        #DateCalender .modal-box .modal-create-date .add-field-dropdown .text {
          margin-right: 4px;
          font-weight: 600;
          color: #4d4d4d; }
        #DateCalender .modal-box .modal-create-date .add-field-dropdown .icon {
          font-size: 18px; }
        #DateCalender .modal-box .modal-create-date .add-field-dropdown .menu {
          min-width: 26em;
          margin-top: 6px; }
          #DateCalender .modal-box .modal-create-date .add-field-dropdown .menu .search-input {
            margin: 8px 8px 8px 12px; }
          #DateCalender .modal-box .modal-create-date .add-field-dropdown .menu .item {
            display: block;
            padding: 6px 12px !important; }
            #DateCalender .modal-box .modal-create-date .add-field-dropdown .menu .item .text {
              font-weight: 400; }
            #DateCalender .modal-box .modal-create-date .add-field-dropdown .menu .item .label {
              background-color: transparent;
              padding: 0; }
    #DateCalender .modal-box .modal-warning {
      margin: 16px 0 16px 0;
      padding: 8px 16px;
      display: flex;
      align-items: center;
      border-radius: 3px;
      background-color: #ffeab6; }
      #DateCalender .modal-box .modal-warning .modal-warn-text {
        opacity: .75; }
    #DateCalender .modal-box .modal-box-footer {
      margin-top: 8px;
      display: flex;
      justify-content: flex-end; }
      #DateCalender .modal-box .modal-box-footer .button {
        margin-right: 0; }
      #DateCalender .modal-box .modal-box-footer .done-btn {
        height: 32px;
        font-size: 13px;
        line-height: 22px;
        max-width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
        padding: 0 12px !important;
        margin: 0px;
        border-radius: 6px;
        font-weight: 500;
        background-color: #166ee1;
        color: #fff;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }

.sidebar-main-container {
  background-color: #ffff;
  padding: 10px 10px;
  z-index: 5; }
  .sidebar-main-container .spreadsheet-titlebar {
    height: 74vh;
    overflow: auto; }
  .sidebar-main-container div {
    width: 99%;
    height: auto; }
  .sidebar-main-container__title-container {
    width: 100%;
    padding: 0px 5px;
    display: flex;
    justify-content: space-between; }
    .sidebar-main-container__title-container__close {
      cursor: pointer;
      width: unset !important; }
  .sidebar-main-container__main-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%; }
    .sidebar-main-container__main-container__top-details {
      width: 100%;
      padding: 10px 10px;
      background-color: #e3e3e3;
      border-radius: 5px;
      border: 1px solid #b5b2b2;
      margin: 5px 0;
      opacity: 0.75;
      font-size: 11px; }
    .sidebar-main-container__main-container__rnd-div {
      position: relative;
      width: 100%; }
    .sidebar-main-container__main-container__element {
      width: 100%;
      cursor: move;
      padding: 10px 10px;
      background-color: #FFFFFF;
      border-radius: 5px;
      box-shadow: 0 0 0 2px #0000000d;
      margin: 5px 0; }
      .sidebar-main-container__main-container__element :active {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing; }
      .sidebar-main-container__main-container__element__title {
        font-size: 16px;
        color: #4d4d4d;
        font-weight: 500;
        padding: 5px 0; }
      .sidebar-main-container__main-container__element__date {
        font-size: 14px;
        color: #d9d9d9; }

.date-header {
  cursor: pointer; }

#detailContainer {
  background-color: #fff;
  border-radius: 6px;
  width: 434px;
  height: fit-content;
  position: absolute;
  z-index: 1000;
  top: 28%;
  left: 35%;
  box-shadow: 0 0 0 2px #0000001a;
  padding: 15px; }
  #detailContainer .footerDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 1rem; }
  #detailContainer .fields {
    margin-bottom: 45px; }
  #detailContainer .inputCell {
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle;
    height: auto;
    min-height: 28px;
    position: relative;
    white-space: normal;
    line-height: 12px;
    box-shadow: none;
    overflow: visible;
    box-sizing: border-box;
    background-color: transparent;
    width: 100%;
    font-size: 13px;
    background: white;
    cursor: default;
    outline: none;
    padding: 5px; }
  #detailContainer .fieldIconDiv {
    display: flex; }
  #detailContainer .firstFieldDiv {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 1rem;
    border-color: #ccc; }
  #detailContainer .firstField {
    margin-bottom: 0.5rem;
    margin-left: 0.25rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #detailContainer .dateField {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1rem; }
    #detailContainer .dateField #Timezone .input-timezone input {
      padding: 6px; }
  #detailContainer .dateInput {
    width: 100%;
    max-width: 200px;
    border: 2px solid rgba(34, 36, 38, 0.15);
    border-radius: 3px;
    padding: 0.3rem 0.5rem; }
  #detailContainer .dateColumnName {
    margin-bottom: 0.5rem;
    margin-left: 0.25rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: .1em; }
  #detailContainer .dateIconDiv {
    display: flex;
    margin-top: 0.5rem;
    margin-right: 0.25rem;
    width: 108px;
    max-width: 108px;
    min-width: 108px; }
  #detailContainer .doneBtnDiv {
    display: flex;
    align-items: center; }
  #detailContainer .doneBtn {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 500;
    background-color: #2d7ff9;
    color: #fff;
    fill: #fff; }
  #detailContainer .expandDiv {
    display: flex;
    align-items: center;
    opacity: 0.75;
    cursor: pointer;
    margin-left: 1rem; }
  #detailContainer .arrows.alternate.vertical {
    margin-left: 0.25rem; }
  #detailContainer .deletBtnDiv {
    display: flex;
    align-items: center;
    opacity: 0.75;
    cursor: pointer; }
  #detailContainer .delete {
    margin-left: 0.25rem; }

#formulaStartDateWarning {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05); }
  #formulaStartDateWarning .warningTextDiv {
    opacity: .75;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    white-space: pre-wrap;
    margin: 0;
    padding: 0;
    margin-left: 8px; }
  #formulaStartDateWarning .columnNameSpan {
    font-weight: 500; }

.default-select .Select {
  z-index: 2;
  min-height: 30px; }
  .default-select .Select .Select-clear {
    margin-top: -5px; }
  .default-select .Select .Select-control {
    position: relative;
    height: inherit !important;
    border-radius: 4px;
    z-index: 1 !important; }
    .default-select .Select .Select-control .Select-placeholder {
      line-height: 26px;
      padding: 0 12px !important; }
    .default-select .Select .Select-control .Select-multi-value-wrapper {
      display: inline-flex !important;
      flex-direction: row !important;
      flex-wrap: wrap !important;
      padding-left: 5px;
      min-height: 30px; }
    .default-select .Select .Select-control .Select-arrow-zone {
      cursor: pointer;
      display: table-cell !important;
      position: relative;
      text-align: center;
      vertical-align: middle !important;
      width: 25px;
      padding: 5px; }
    .default-select .Select .Select-control .Select-input {
      padding: 0px !important;
      vertical-align: middle;
      margin: auto 0; }
    .default-select .Select .Select-control .Select-input > input {
      box-sizing: border-box !important;
      padding: 0 !important; }
    .default-select .Select .Select-control:hover {
      box-shadow: none; }

.add-kanbanSelect .add-KanbanView {
  height: 43px;
  width: 100%;
  margin-top: 16px;
  display: flex;
  align-items: center;
  color: black;
  background-color: rgba(51, 132, 247, 0.1);
  border-radius: 10px; }

.formula .detailBoxFormula {
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #303b47;
  color: #fff;
  text-transform: none;
  border-radius: 5px;
  font-size: 13px !important;
  padding: 15px 10px;
  z-index: 3;
  opacity: 1;
  position: absolute;
  right: 20px;
  left: 20px;
  top: 224px;
  box-shadow: 0 0 17px 0 #ddd !important; }
  .formula .detailBoxFormula .infoBox .line:first-child {
    font-weight: bold;
    font-size: 15px; }

.formula .formula-list {
  border-radius: 5px; }
  .formula .formula-list ul li {
    letter-spacing: 1px; }
  .formula .formula-list .ftypename {
    color: green;
    font-weight: 500;
    display: contents; }
  .formula .formula-list .ftypefunName {
    display: contents; }
  .formula .formula-list .tab {
    display: none; }
  .formula .formula-list .active {
    background-color: #e6e6e6; }
    .formula .formula-list .active .tab {
      color: #a2a0a0;
      display: contents !important; }

#conditionalModal #SortModel, #conditionalModal #FilterModel {
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  position: absolute;
  z-index: 1;
  padding: 10;
  background: #f5f5f5;
  margin-top: 30px; }
  #conditionalModal #SortModel .asc-desc-box, #conditionalModal #FilterModel .asc-desc-box {
    padding-top: 5px; }
    #conditionalModal #SortModel .asc-desc-box .checkbox, #conditionalModal #FilterModel .asc-desc-box .checkbox {
      margin: 0 10px; }
  #conditionalModal #SortModel .checkbox-filter, #conditionalModal #FilterModel .checkbox-filter {
    padding-top: 5px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 7px 10px;
    border-radius: 4px;
    width: 100px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 30px;
    width: 223px;
    justify-content: center;
    align-items: center;
    text-align: center; }
  #conditionalModal #SortModel .react-datepicker-wrapper, #conditionalModal #FilterModel .react-datepicker-wrapper {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 31px;
    margin-bottom: 2px;
    display: unset; }
    #conditionalModal #SortModel .react-datepicker-wrapper input, #conditionalModal #FilterModel .react-datepicker-wrapper input {
      border: none;
      margin-top: 2px;
      outline: none;
      box-shadow: 0 0 0px 0 #ddd !important;
      width: 223px; }
      #conditionalModal #SortModel .react-datepicker-wrapper input:focus, #conditionalModal #FilterModel .react-datepicker-wrapper input:focus {
        outline: none; }
  #conditionalModal #SortModel .sort-bx-limit .sort-by-bx, #conditionalModal #FilterModel .sort-bx-limit .sort-by-bx {
    max-width: 70px; }
  #conditionalModal #SortModel .sort-box, #conditionalModal #FilterModel .sort-box {
    padding: 6px 0; }
    #conditionalModal #SortModel .sort-box i.close, #conditionalModal #FilterModel .sort-box i.close {
      cursor: pointer;
      font-size: 13px;
      position: relative;
      margin-top: 6px; }
    #conditionalModal #SortModel .sort-box .Sort-text, #conditionalModal #FilterModel .sort-box .Sort-text {
      width: 90px;
      font-weight: 400;
      margin-top: 5px; }
    #conditionalModal #SortModel .sort-box .sort-bx, #conditionalModal #FilterModel .sort-box .sort-bx {
      position: relative;
      margin-right: 6px; }
    #conditionalModal #SortModel .sort-box .sort-by-bx, #conditionalModal #FilterModel .sort-box .sort-by-bx {
      background: #fff;
      border: 1px solid #ddd;
      padding: 4px 10px;
      border-radius: 4px;
      width: 100px;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      height: 30px; }
      #conditionalModal #SortModel .sort-box .sort-by-bx span, #conditionalModal #FilterModel .sort-box .sort-by-bx span {
        white-space: nowrap;
        width: -webkit-fill-available;
        width: -moz-available;
        overflow: hidden;
        font-weight: 400; }
      #conditionalModal #SortModel .sort-box .sort-by-bx:hover, #conditionalModal #FilterModel .sort-box .sort-by-bx:hover {
        background: #e7e7e7; }
      #conditionalModal #SortModel .sort-box .sort-by-bx i, #conditionalModal #FilterModel .sort-box .sort-by-bx i {
        position: relative;
        float: right;
        font-size: 10px;
        right: -3px; }
    #conditionalModal #SortModel .sort-box .checkbox, #conditionalModal #FilterModel .sort-box .checkbox {
      font-size: 12px; }
  #conditionalModal #SortModel .select-box, #conditionalModal #FilterModel .select-box {
    position: absolute;
    list-style: none;
    border: 1px solid #ddd;
    width: 130px;
    z-index: 1000;
    left: 7px;
    border-radius: 4px;
    background: #fff;
    max-height: 250px;
    overflow: auto;
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12);
    padding: 5px; }
    #conditionalModal #SortModel .select-box li, #conditionalModal #FilterModel .select-box li {
      width: 120px;
      overflow: hidden;
      padding: 4px;
      border-radius: 3px; }
      #conditionalModal #SortModel .select-box li:hover, #conditionalModal #FilterModel .select-box li:hover {
        background: #e7e7e7; }
  #conditionalModal #SortModel .link-sort, #conditionalModal #FilterModel .link-sort {
    margin: 10px;
    color: #3384f7; }
  #conditionalModal #SortModel .empty-bx, #conditionalModal #FilterModel .empty-bx {
    padding: 10px;
    color: #ccc; }
  #conditionalModal #SortModel .Select, #conditionalModal #FilterModel .Select {
    /* margin-top: 10px; */
    min-height: 30px;
    min-width: 150px; }
    #conditionalModal #SortModel .Select .Select-menu-outer, #conditionalModal #FilterModel .Select .Select-menu-outer {
      z-index: 2 !important; }
    #conditionalModal #SortModel .Select .Select-control, #conditionalModal #FilterModel .Select .Select-control {
      position: relative;
      border-radius: 4px;
      z-index: 1 !important; }
      #conditionalModal #SortModel .Select .Select-control .Select-placeholder, #conditionalModal #FilterModel .Select .Select-control .Select-placeholder {
        padding: 0 12px !important; }
      #conditionalModal #SortModel .Select .Select-control .Select-multi-value-wrapper, #conditionalModal #FilterModel .Select .Select-control .Select-multi-value-wrapper {
        display: inline-flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        padding-left: 5px;
        padding-top: 3px;
        min-height: 30px; }
      #conditionalModal #SortModel .Select .Select-control .Select-arrow-zone, #conditionalModal #FilterModel .Select .Select-control .Select-arrow-zone {
        cursor: pointer;
        display: table-cell !important;
        position: relative;
        text-align: center;
        vertical-align: middle !important;
        width: 25px;
        padding: 5px; }
      #conditionalModal #SortModel .Select .Select-control .Select-input, #conditionalModal #FilterModel .Select .Select-control .Select-input {
        height: 18px;
        padding: 0px !important;
        vertical-align: middle;
        margin: auto 0; }
      #conditionalModal #SortModel .Select .Select-control .Select-input > input, #conditionalModal #FilterModel .Select .Select-control .Select-input > input {
        box-sizing: border-box !important;
        padding: 0 !important; }
      #conditionalModal #SortModel .Select .Select-control:hover, #conditionalModal #FilterModel .Select .Select-control:hover {
        box-shadow: none; }
      #conditionalModal #SortModel .Select .Select-control .select-tag-wrapper, #conditionalModal #FilterModel .Select .Select-control .select-tag-wrapper {
        display: block;
        height: fit-content;
        border-radius: 8px;
        margin: 5px 2px;
        max-width: inherit; }
    #conditionalModal #SortModel .Select .tab-select-bx, #conditionalModal #FilterModel .Select .tab-select-bx {
      margin: 0 2px; }
    #conditionalModal #SortModel .Select .collaborator-tag, #conditionalModal #FilterModel .Select .collaborator-tag {
      display: inline-flex !important;
      align-items: center;
      height: 18px !important;
      border: 1px solid #ddd;
      background-color: #ddd;
      margin: 5px 2px;
      min-width: 40px;
      border-radius: 10px; }
      #conditionalModal #SortModel .Select .collaborator-tag img, #conditionalModal #FilterModel .Select .collaborator-tag img {
        width: 20px !important;
        height: 20px !important;
        margin: 0 !important; }
      #conditionalModal #SortModel .Select .collaborator-tag p, #conditionalModal #FilterModel .Select .collaborator-tag p {
        font-size: 13px;
        line-height: 18px !important;
        padding: 0 4px;
        overflow: hidden;
        margin: 0;
        white-space: nowrap;
        text-overflow: ellipsis; }
    #conditionalModal #SortModel .Select .select-tag, #conditionalModal #FilterModel .Select .select-tag {
      display: inline-flex !important;
      height: 18px !important;
      padding: 2px 8px;
      margin: 0;
      text-align: center;
      font-size: 12px;
      line-height: 13px;
      border-radius: 8px;
      background: #fff;
      color: #0096FF;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%;
      white-space: nowrap; }
      #conditionalModal #SortModel .Select .select-tag .Select-aria-only, #conditionalModal #FilterModel .Select .select-tag .Select-aria-only {
        position: relative !important; }
  #conditionalModal #SortModel .input-filter, #conditionalModal #FilterModel .input-filter {
    height: 30px;
    display: contents;
    width: auto;
    box-shadow: 0px 0px 0px !important; }

#conditionalModal #FilterModel {
  position: relative;
  background: #f5f5f5;
  margin-top: -8px;
  padding: 10;
  z-index: 1;
  left: 0px;
  margin-bottom: 25px; }
  #conditionalModal #FilterModel .sort-box .Sort-text {
    width: 60px;
    display: block;
    margin-top: 5px;
    margin-left: 10px; }
  #conditionalModal #FilterModel .filter-select {
    height: 30px; }
    #conditionalModal #FilterModel .filter-select input {
      padding: 0px !important;
      border: none !important;
      box-shadow: none !important; }
      #conditionalModal #FilterModel .filter-select input :focus {
        border: 0px solid darkgrey !important; }
    #conditionalModal #FilterModel .filter-select .Select-control {
      height: inherit; }
  #conditionalModal #FilterModel .input-filter {
    width: auto;
    box-shadow: 0px 0px 0px !important;
    height: 30px;
    display: contents; }
    #conditionalModal #FilterModel .input-filter input {
      width: auto;
      box-shadow: 0px 0px 0px !important; }
  #conditionalModal #FilterModel .Select .collaborator-tag {
    margin: 3px 2px !important; }
  #conditionalModal #FilterModel .Select .Select-multi-value-wrapper {
    padding-top: 1px !important; }
  #conditionalModal #FilterModel .css-1wmv80g-control {
    width: 223px !important; }
  #conditionalModal #FilterModel .css-1wmv80g-control {
    width: 223px !important; }
  #conditionalModal #FilterModel .css-2b097c-container {
    width: 223px !important; }
  #conditionalModal #FilterModel .css-b8ldur-Input input {
    padding: 0px !important;
    border: none !important;
    box-shadow: none !important; }
    #conditionalModal #FilterModel .css-b8ldur-Input input :focus {
      border: 0px solid darkgrey !important; }

#Rating .select-section {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #Rating .select-section .first-section {
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 2px 2px 11px 5px #ccc;
    padding: 5px;
    margin-top: 22px;
    margin-left: 10px;
    border-radius: 3px; }

#Rating .icon-ul-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row; }

#Rating .symbol-main {
  display: flex;
  align-items: center;
  cursor: pointer; }

#Rating .symbol-list {
  padding: 4.2px;
  margin-top: 10px; }

#Rating .rating-color-list {
  width: fit-content !important;
  margin-top: 10px; }

#GalleryView .ps__rail-y {
  z-index: 1 !important; }

#GalleryView .galleryViewWapper {
  position: relative;
  height: calc(100vh - 130px);
  overflow: hidden scroll;
  overflow-y: auto;
  overflow-x: hidden !important;
  background-color: #fff; }

#GalleryView .FabWapper .fab-add-fileDrop {
  background-color: dimgrey;
  position: fixed;
  right: 10px;
  bottom: 10px;
  transform: scale(1, 1);
  transition: all 0.5s;
  height: 147px;
  justify-content: center;
  text-align: center;
  align-items: center;
  display: flex;
  border-radius: 101px;
  width: 145px; }
  #GalleryView .FabWapper .fab-add-fileDrop input {
    display: none; }
  #GalleryView .FabWapper .fab-add-fileDrop .add {
    color: white;
    font-size: 14px; }
    #GalleryView .FabWapper .fab-add-fileDrop .add .add-icon {
      display: flex;
      align-items: center; }

#GalleryView .FabWapper .fab-add-row {
  position: fixed;
  right: 18px;
  bottom: 80px;
  transform: scale(1, 1);
  transition: all 0.5s;
  cursor: pointer; }
  #GalleryView .FabWapper .fab-add-row:hover {
    transform: scale(1.1, 1.1); }

#GalleryView .FabWapper .disable-add-btn {
  opacity: 0.5; }

#GalleryView #DragPlaceHolder {
  border-radius: 6px; }

#GalleryView #EmptyRowdataSection .emptydata-img-main img, #GalleryView #EmptyRowdataSection .emptydata-img-main p {
  z-index: 6; }

.margin-right-5px {
  margin-right: 5px; }

.current-active-search-matched {
  border: 3px solid orange !important; }

.galleryCardWapper {
  position: absolute;
  background-color: #fff;
  padding: 5px;
  padding-left: 5px; }
  .galleryCardWapper .search-matched {
    border: 2px solid yellow !important; }
  .galleryCardWapper .galleryCard {
    border-radius: 6px;
    padding: 8px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.24), 0px 0px 2px 0px rgba(0, 0, 0, 0.08), 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    cursor: url("https://www.google.com/intl/en_ALL/mapfiles/openhand.cur"), all-scroll;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
    background-color: #fff; }
    .galleryCardWapper .galleryCard:hover {
      box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.48), 0px 0px 2px 0px rgba(0, 0, 0, 0.08), 0px 2px 4px 0px rgba(0, 0, 0, 0.12), 0px 2px 8px 0px rgba(0, 0, 0, 0.08); }
    .galleryCardWapper .galleryCard:active {
      cursor: url("https://www.google.com/intl/en_ALL/mapfiles/closedhand.cur"), all-scroll;
      cursor: -webkit-grabbing;
      cursor: -moz-grabbing;
      cursor: -o-grabbing;
      cursor: -ms-grabbing;
      cursor: grabbing; }
    .galleryCardWapper .galleryCard .attachment-file {
      background-color: darkgrey;
      width: 100%;
      display: flex;
      justify-content: center;
      text-align: center;
      align-items: center; }
      .galleryCardWapper .galleryCard .attachment-file input {
        display: none; }
      .galleryCardWapper .galleryCard .attachment-file .add {
        color: white;
        font-size: 14px;
        font-weight: 600; }
    .galleryCardWapper .galleryCard .card-wrapper {
      height: 150px;
      background-size: 15px 15px;
      overflow: hidden;
      border-radius: 6px;
      border: 1px solid rgba(0, 0, 0, 0.1); }
    .galleryCardWapper .galleryCard .header-card {
      justify-content: center;
      display: flex;
      align-items: center;
      height: 100%; }
      .galleryCardWapper .galleryCard .header-card .carousel-croup .carousel .slide img {
        object-fit: cover;
        height: 150px; }
      .galleryCardWapper .galleryCard .header-card .carousel-fit .carousel .slide img {
        object-fit: contain; }
      .galleryCardWapper .galleryCard .header-card .card-cover-image {
        background: white;
        width: 100%; }
        .galleryCardWapper .galleryCard .header-card .card-cover-image .carousel .slide {
          background: none; }
          .galleryCardWapper .galleryCard .header-card .card-cover-image .carousel .slide img {
            height: 150px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px; }
        .galleryCardWapper .galleryCard .header-card .card-cover-image .control-next {
          border-top-right-radius: 6px; }
        .galleryCardWapper .galleryCard .header-card .card-cover-image .control-prev {
          border-top-left-radius: 6px; }
        .galleryCardWapper .galleryCard .header-card .card-cover-image .slider-wrapper .slider {
          background-color: #fff; }
      .galleryCardWapper .galleryCard .header-card .border-full-carousel .carousel .slide img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
      .galleryCardWapper .galleryCard .header-card i {
        margin: 0;
        color: #cfcfcf; }
    .galleryCardWapper .galleryCard .color-formating-colorline {
      padding: 6px;
      background: #fff;
      margin-top: -10px; }
    .galleryCardWapper .galleryCard .body-card {
      color: #1d1f25; }
      .galleryCardWapper .galleryCard .body-card .firstColumnValue {
        height: 34px;
        font-size: 16px;
        display: flex;
        align-items: center;
        white-space: nowrap;
        max-width: 218px;
        overflow: hidden;
        text-overflow: ellipsis; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .textColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .checkboxColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .collaboratorColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .createdby-updatedby-column, .galleryCardWapper .galleryCard .body-card .firstColumnValue .selectorColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .attachmentColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .linkColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .apiDataColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .api-push, .galleryCardWapper .galleryCard .body-card .firstColumnValue .ratingColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column, .galleryCardWapper .galleryCard .body-card .firstColumnValue .durationColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .progress {
          height: 60px;
          padding: 0px;
          overflow: hidden; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .textColumn .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .checkboxColumn .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .collaboratorColumn .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .createdby-updatedby-column .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .selectorColumn .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .attachmentColumn .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .linkColumn .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .apiDataColumn .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .api-push .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .ratingColumn .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .durationColumn .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .progress .field-title {
            display: flex;
            align-items: center;
            opacity: .75;
            height: 22px;
            padding: 4px 0 0 0; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .textColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .checkboxColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .collaboratorColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .createdby-updatedby-column .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .selectorColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .attachmentColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .linkColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .apiDataColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .api-push .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .ratingColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .durationColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .progress .field-title .field-name {
              margin-left: 4px;
              font-size: 11px; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .textColumn .multilineValue {
          display: block;
          display: -webkit-box !important;
          margin: 0 auto;
          line-height: 1.1em;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          display: inline-block;
          word-wrap: break-word;
          color: #1d1f25;
          margin-top: 5px;
          display: block;
          display: -webkit-box;
          max-width: 100%;
          margin: 0 auto;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .textColumn #custom-multiline-value h1 {
          font-size: 20px;
          font-weight: 500; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .textColumn #custom-multiline-value h2 {
          font-size: 16px;
          font-weight: 500; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .textColumn .value {
          white-space: nowrap;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          line-height: 1.5;
          font-size: 13px;
          color: #1d1f25;
          height: 22px; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .textColumn-bx {
          height: 56px;
          padding: 0px; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .multilineValue .custom-css ul {
          padding: 0px 18px; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .checkboxColumn .value {
          white-space: nowrap;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          pointer-events: none;
          opacity: 0.8;
          color: black;
          margin-top: 5px; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv {
          display: -webkit-inline-box;
          overflow-x: auto;
          width: 100%; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
            height: 2px; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator {
            font-size: 11px;
            border-radius: 50%;
            display: flex;
            align-items: center; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator span {
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              margin-left: -12px;
              padding: 0 8px 0 16px; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator:first-child {
              margin: 0 2px 0 0; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator img {
              width: 22px;
              height: 22px;
              margin-right: 4px;
              border-radius: 50%; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv {
          display: -webkit-inline-box;
          overflow-x: auto;
          width: 100%; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv::-webkit-scrollbar {
            height: 2px; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator {
            font-size: 11px;
            border-radius: 50%;
            display: flex;
            align-items: center; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator span {
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              margin-left: -12px;
              padding: 0 8px 0 16px; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator:first-child {
              margin: 0 2px 0 0; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator img {
              width: 22px;
              height: 22px;
              margin-right: 4px;
              border-radius: 50%; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .selectorColumn .selectorDiv {
          display: block;
          overflow-x: auto;
          width: max-content; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .selectorColumn .selectorDiv::-webkit-scrollbar {
            height: 2px; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .selectorColumn .selectorDiv .selector {
            display: inline;
            justify-content: center;
            padding: 1px 8px;
            margin: 0 2px;
            cursor: pointer;
            background-color: #797373;
            border-radius: 25px;
            font-size: 10px;
            margin-bottom: 5px;
            min-width: 38px; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .selectorColumn .selectorDiv .selector:first-child {
              margin: 0 2px 0 0; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .overflow-x-auto-on-hover:hover {
          overflow-x: auto; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .attachmentColumn .attachmentDiv {
          display: flex;
          align-items: center;
          overflow-y: auto;
          width: fit-content;
          height: 30px; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .attachmentColumn .attachmentDiv::-webkit-scrollbar {
            height: 2px; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .attachmentColumn .attachmentDiv .attachment {
            margin: 0 2px;
            border-radius: 5px;
            height: 22px;
            border: 1px solid #ccc;
            margin-bottom: 5px; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .attachmentColumn .attachmentDiv .attachment img {
              height: 100%;
              object-fit: cover;
              border-radius: 5px;
              max-width: 60px;
              border-radius: 2px; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .linkColumn {
          margin-right: 10px;
          overflow: hidden; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .linkColumn .linksDiv {
            display: inline-block;
            flex-wrap: wrap;
            padding: 4px 0; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .linkColumn .linksDiv::-webkit-scrollbar {
              height: 2px; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .linkColumn .linksDiv .row-link {
              display: inline;
              padding: 0px 4px;
              margin-bottom: 5px;
              text-overflow: ellipsis;
              overflow: hidden;
              white-space: nowrap;
              line-height: 1.5;
              background-color: #e9eef9;
              border-radius: 3px;
              margin: 0 4px 0 0; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .linkColumn .linksDiv .error {
              display: inline;
              margin-right: 4px;
              padding: 0px 4px;
              background: #f5cce9 !important;
              border: 0.5px solid #a26e71 !important;
              border-radius: 2px; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .api-push .btn {
          width: fit-content;
          padding: 4px;
          border-radius: 4px;
          box-shadow: 3px 3px 3px #ccc;
          background-color: rgba(224, 224, 224, 0.5);
          margin-top: 5px; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .ratingColumn {
          white-space: nowrap;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          pointer-events: none;
          opacity: 0.8;
          color: black; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .signatureColumn {
          padding: 0 12px 12px 12px;
          overflow: hidden; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .signatureColumn .field-title {
            display: flex;
            align-items: center;
            opacity: 0.6; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .signatureColumn .field-title .field-name {
              margin-left: 4px;
              font-size: 10px; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .signatureColumn .signature-img {
            max-width: 60px;
            object-fit: cover; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column {
          display: block; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .send-btn {
            width: -webkit-fill-available;
            text-align: center;
            display: flex; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .send-btn .btn-root {
              margin: 0;
              display: flex;
              justify-content: center; }
              .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .send-btn .btn-root .btn {
                cursor: pointer;
                width: fit-content;
                padding: 0 8px;
                border-radius: 3px;
                margin: auto;
                opacity: .8;
                display: flex;
                justify-content: center;
                background-color: rgba(228, 195, 195, 0.5);
                height: 22px;
                line-height: 19px;
                font-weight: 500; }
                .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .send-btn .btn-root .btn svg {
                  margin-right: 5px; }
                .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .send-btn .btn-root .btn span {
                  white-space: nowrap !important;
                  color: white;
                  overflow: hidden !important;
                  text-overflow: ellipsis !important; }
                .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .send-btn .btn-root .btn:hover {
                  opacity: 1; }
                .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .send-btn .btn-root .btn:target {
                  box-shadow: none; }
                .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .send-btn .btn-root .btn:active {
                  box-shadow: none; }
              .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .send-btn .btn-root .disabled {
                cursor: auto !important;
                opacity: 0.5; }
                .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .send-btn .btn-root .disabled:hover {
                  opacity: 0.5; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .durationColumn .multilineValue {
          display: block;
          display: -webkit-box !important;
          margin: 0 auto;
          line-height: 1.1em;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          display: inline-block;
          word-wrap: break-word;
          color: black; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .durationColumn .value {
          white-space: nowrap;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          color: black; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .progress {
          padding: 0 !important; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .progress .progress-text-type {
            white-space: nowrap;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 5px;
            color: black;
            font-weight: 500; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .progress .progress-type {
            display: flex;
            align-items: center;
            width: 100%;
            margin-top: 8px; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .progress .progress-type .progress-line {
              width: 90%;
              margin: auto !important; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .progress .progress-type .progress-percentage {
              width: 29px;
              text-align: center;
              margin-left: 4px;
              color: green;
              font-weight: 500; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .progress .progress-type .ui.small.progress {
              font-size: 0.60857143rem;
              height: 8px !important;
              padding-left: 0px !important;
              padding-bottom: 4px; }
      .galleryCardWapper .galleryCard .body-card .firstColumnTextValue {
        padding: 4px 0 0 0; }
        .galleryCardWapper .galleryCard .body-card .firstColumnTextValue .textColumn {
          padding: 0 !important;
          height: initial !important; }
        .galleryCardWapper .galleryCard .body-card .firstColumnTextValue .value {
          font-size: 16px !important;
          height: initial !important; }
      .galleryCardWapper .galleryCard .body-card .checkboxColumn .gallarycheckbox {
        margin: 0 !important; }
        .galleryCardWapper .galleryCard .body-card .checkboxColumn .gallarycheckbox .cbx .cbx-icon {
          margin: initial;
          height: 17.6px !important;
          width: 17.6px !important; }
        .galleryCardWapper .galleryCard .body-card .checkboxColumn .gallarycheckbox .cbx {
          height: 22px !important;
          display: flex !important;
          align-items: center; }
      .galleryCardWapper .galleryCard .body-card .firstColumnValue .textColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .checkboxColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .collaboratorColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .createdby-updatedby-column, .galleryCardWapper .galleryCard .body-card .firstColumnValue .selectorColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .attachmentColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .linkColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .apiDataColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .api-push, .galleryCardWapper .galleryCard .body-card .firstColumnValue .ratingColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column, .galleryCardWapper .galleryCard .body-card .firstColumnValue .durationColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .progress, .galleryCardWapper .galleryCard .body-card .textColumn, .galleryCardWapper .galleryCard .body-card .checkboxColumn, .galleryCardWapper .galleryCard .body-card .collaboratorColumn, .galleryCardWapper .galleryCard .body-card .createdby-updatedby-column, .galleryCardWapper .galleryCard .body-card .selectorColumn, .galleryCardWapper .galleryCard .body-card .attachmentColumn, .galleryCardWapper .galleryCard .body-card .linkColumn, .galleryCardWapper .galleryCard .body-card .apiDataColumn, .galleryCardWapper .galleryCard .body-card .api-push, .galleryCardWapper .galleryCard .body-card .ratingColumn, .galleryCardWapper .galleryCard .body-card .button-column, .galleryCardWapper .galleryCard .body-card .durationColumn, .galleryCardWapper .galleryCard .body-card .progress {
        height: 60px;
        padding: 8px 0 4px 0;
        overflow: hidden; }
        .galleryCardWapper .galleryCard .body-card .textColumn .field-title, .galleryCardWapper .galleryCard .body-card .checkboxColumn .field-title, .galleryCardWapper .galleryCard .body-card .collaboratorColumn .field-title, .galleryCardWapper .galleryCard .body-card .createdby-updatedby-column .field-title, .galleryCardWapper .galleryCard .body-card .selectorColumn .field-title, .galleryCardWapper .galleryCard .body-card .attachmentColumn .field-title, .galleryCardWapper .galleryCard .body-card .linkColumn .field-title, .galleryCardWapper .galleryCard .body-card .apiDataColumn .field-title, .galleryCardWapper .galleryCard .body-card .api-push .field-title, .galleryCardWapper .galleryCard .body-card .ratingColumn .field-title, .galleryCardWapper .galleryCard .body-card .button-column .field-title, .galleryCardWapper .galleryCard .body-card .durationColumn .field-title, .galleryCardWapper .galleryCard .body-card .progress .field-title {
          display: flex;
          align-items: center;
          opacity: .75;
          height: 22px;
          padding: 4px 0 0 0; }
          .galleryCardWapper .galleryCard .body-card .textColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .checkboxColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .collaboratorColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .createdby-updatedby-column .field-title .field-name, .galleryCardWapper .galleryCard .body-card .selectorColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .attachmentColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .linkColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .apiDataColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .api-push .field-title .field-name, .galleryCardWapper .galleryCard .body-card .ratingColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .button-column .field-title .field-name, .galleryCardWapper .galleryCard .body-card .durationColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .progress .field-title .field-name {
            margin-left: 4px;
            font-size: 11px; }
      .galleryCardWapper .galleryCard .body-card .textColumn .multilineValue {
        display: block;
        display: -webkit-box !important;
        margin: 0 auto;
        line-height: 1.1em;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        word-wrap: break-word;
        color: #1d1f25;
        margin-top: 5px;
        display: block;
        display: -webkit-box;
        max-width: 100%;
        margin: 0 auto;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .galleryCardWapper .galleryCard .body-card .textColumn #custom-multiline-value h1 {
        font-size: 20px;
        font-weight: 500; }
      .galleryCardWapper .galleryCard .body-card .textColumn #custom-multiline-value h2 {
        font-size: 16px;
        font-weight: 500; }
      .galleryCardWapper .galleryCard .body-card .textColumn .value {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5;
        font-size: 13px;
        color: #1d1f25;
        height: 22px; }
      .galleryCardWapper .galleryCard .body-card .textColumn-bx {
        height: 56px;
        padding: 8px 0 4px 0; }
      .galleryCardWapper .galleryCard .body-card .multilineValue .custom-css ul {
        padding: 0px 18px; }
      .galleryCardWapper .galleryCard .body-card .checkboxColumn .value {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        pointer-events: none;
        opacity: 0.8;
        color: black;
        margin-top: 5px; }
      .galleryCardWapper .galleryCard .body-card .collaboratorColumn .collaboratorDiv {
        display: -webkit-inline-box;
        overflow-x: auto;
        width: 100%; }
        .galleryCardWapper .galleryCard .body-card .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
          height: 2px; }
        .galleryCardWapper .galleryCard .body-card .collaboratorColumn .collaboratorDiv .collaborator {
          font-size: 11px;
          border-radius: 50%;
          display: flex;
          align-items: center; }
          .galleryCardWapper .galleryCard .body-card .collaboratorColumn .collaboratorDiv .collaborator span {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            margin-left: -12px;
            padding: 0 8px 0 16px; }
          .galleryCardWapper .galleryCard .body-card .collaboratorColumn .collaboratorDiv .collaborator:first-child {
            margin: 0 2px 0 0; }
          .galleryCardWapper .galleryCard .body-card .collaboratorColumn .collaboratorDiv .collaborator img {
            width: 22px;
            height: 22px;
            margin-right: 4px;
            border-radius: 50%; }
      .galleryCardWapper .galleryCard .body-card .createdby-updatedby-column .collaboratorDiv {
        display: -webkit-inline-box;
        overflow-x: auto;
        width: 100%; }
        .galleryCardWapper .galleryCard .body-card .createdby-updatedby-column .collaboratorDiv::-webkit-scrollbar {
          height: 2px; }
        .galleryCardWapper .galleryCard .body-card .createdby-updatedby-column .collaboratorDiv .collaborator {
          font-size: 11px;
          border-radius: 50%;
          display: flex;
          align-items: center; }
          .galleryCardWapper .galleryCard .body-card .createdby-updatedby-column .collaboratorDiv .collaborator span {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            margin-left: -12px;
            padding: 0 8px 0 16px; }
          .galleryCardWapper .galleryCard .body-card .createdby-updatedby-column .collaboratorDiv .collaborator:first-child {
            margin: 0 2px 0 0; }
          .galleryCardWapper .galleryCard .body-card .createdby-updatedby-column .collaboratorDiv .collaborator img {
            width: 22px;
            height: 22px;
            margin-right: 4px;
            border-radius: 50%; }
      .galleryCardWapper .galleryCard .body-card .selectorColumn .selectorDiv {
        display: block;
        overflow-x: auto;
        width: max-content; }
        .galleryCardWapper .galleryCard .body-card .selectorColumn .selectorDiv::-webkit-scrollbar {
          height: 2px; }
        .galleryCardWapper .galleryCard .body-card .selectorColumn .selectorDiv .selector {
          display: inline;
          justify-content: center;
          padding: 1px 8px;
          margin: 0 2px;
          cursor: pointer;
          background-color: #797373;
          border-radius: 25px;
          font-size: 10px;
          margin-bottom: 5px;
          min-width: 38px; }
          .galleryCardWapper .galleryCard .body-card .selectorColumn .selectorDiv .selector:first-child {
            margin: 0 2px 0 0; }
      .galleryCardWapper .galleryCard .body-card .overflow-x-auto-on-hover:hover {
        overflow-x: auto; }
      .galleryCardWapper .galleryCard .body-card .attachmentColumn .attachmentDiv {
        display: flex;
        align-items: center;
        overflow-y: auto;
        width: fit-content;
        height: 30px; }
        .galleryCardWapper .galleryCard .body-card .attachmentColumn .attachmentDiv::-webkit-scrollbar {
          height: 2px; }
        .galleryCardWapper .galleryCard .body-card .attachmentColumn .attachmentDiv .attachment {
          margin: 0 2px;
          border-radius: 5px;
          height: 22px;
          border: 1px solid #ccc;
          margin-bottom: 5px; }
          .galleryCardWapper .galleryCard .body-card .attachmentColumn .attachmentDiv .attachment img {
            height: 100%;
            object-fit: cover;
            border-radius: 5px;
            max-width: 60px;
            border-radius: 2px; }
      .galleryCardWapper .galleryCard .body-card .linkColumn {
        margin-right: 10px;
        overflow: hidden; }
        .galleryCardWapper .galleryCard .body-card .linkColumn .linksDiv {
          display: inline-block;
          flex-wrap: wrap;
          padding: 4px 0; }
          .galleryCardWapper .galleryCard .body-card .linkColumn .linksDiv::-webkit-scrollbar {
            height: 2px; }
          .galleryCardWapper .galleryCard .body-card .linkColumn .linksDiv .row-link {
            display: inline;
            padding: 0px 4px;
            margin-bottom: 5px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            line-height: 1.5;
            background-color: #e9eef9;
            border-radius: 3px;
            margin: 0 4px 0 0; }
          .galleryCardWapper .galleryCard .body-card .linkColumn .linksDiv .error {
            display: inline;
            margin-right: 4px;
            padding: 0px 4px;
            background: #f5cce9 !important;
            border: 0.5px solid #a26e71 !important;
            border-radius: 2px; }
      .galleryCardWapper .galleryCard .body-card .api-push .btn {
        width: fit-content;
        padding: 4px;
        border-radius: 4px;
        box-shadow: 3px 3px 3px #ccc;
        background-color: rgba(224, 224, 224, 0.5);
        margin-top: 5px; }
      .galleryCardWapper .galleryCard .body-card .ratingColumn {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        pointer-events: none;
        opacity: 0.8;
        color: black; }
      .galleryCardWapper .galleryCard .body-card .signatureColumn {
        padding: 0 12px 12px 12px;
        overflow: hidden; }
        .galleryCardWapper .galleryCard .body-card .signatureColumn .field-title {
          display: flex;
          align-items: center;
          opacity: 0.6; }
          .galleryCardWapper .galleryCard .body-card .signatureColumn .field-title .field-name {
            margin-left: 4px;
            font-size: 10px; }
        .galleryCardWapper .galleryCard .body-card .signatureColumn .signature-img {
          max-width: 60px;
          object-fit: cover; }
      .galleryCardWapper .galleryCard .body-card .button-column {
        display: block; }
        .galleryCardWapper .galleryCard .body-card .button-column .send-btn {
          width: -webkit-fill-available;
          text-align: center;
          display: flex; }
          .galleryCardWapper .galleryCard .body-card .button-column .send-btn .btn-root {
            margin: 0;
            display: flex;
            justify-content: center; }
            .galleryCardWapper .galleryCard .body-card .button-column .send-btn .btn-root .btn {
              cursor: pointer;
              width: fit-content;
              padding: 0 8px;
              border-radius: 3px;
              margin: auto;
              opacity: .8;
              display: flex;
              justify-content: center;
              background-color: rgba(228, 195, 195, 0.5);
              height: 22px;
              line-height: 19px;
              font-weight: 500; }
              .galleryCardWapper .galleryCard .body-card .button-column .send-btn .btn-root .btn svg {
                margin-right: 5px; }
              .galleryCardWapper .galleryCard .body-card .button-column .send-btn .btn-root .btn span {
                white-space: nowrap !important;
                color: white;
                overflow: hidden !important;
                text-overflow: ellipsis !important; }
              .galleryCardWapper .galleryCard .body-card .button-column .send-btn .btn-root .btn:hover {
                opacity: 1; }
              .galleryCardWapper .galleryCard .body-card .button-column .send-btn .btn-root .btn:target {
                box-shadow: none; }
              .galleryCardWapper .galleryCard .body-card .button-column .send-btn .btn-root .btn:active {
                box-shadow: none; }
            .galleryCardWapper .galleryCard .body-card .button-column .send-btn .btn-root .disabled {
              cursor: auto !important;
              opacity: 0.5; }
              .galleryCardWapper .galleryCard .body-card .button-column .send-btn .btn-root .disabled:hover {
                opacity: 0.5; }
      .galleryCardWapper .galleryCard .body-card .durationColumn .multilineValue {
        display: block;
        display: -webkit-box !important;
        margin: 0 auto;
        line-height: 1.1em;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        word-wrap: break-word;
        color: black; }
      .galleryCardWapper .galleryCard .body-card .durationColumn .value {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        color: black; }
      .galleryCardWapper .galleryCard .body-card .progress {
        padding: 0 !important; }
        .galleryCardWapper .galleryCard .body-card .progress .progress-text-type {
          white-space: nowrap;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 5px;
          color: black;
          font-weight: 500; }
        .galleryCardWapper .galleryCard .body-card .progress .progress-type {
          display: flex;
          align-items: center;
          width: 100%;
          margin-top: 8px; }
          .galleryCardWapper .galleryCard .body-card .progress .progress-type .progress-line {
            width: 90%;
            margin: auto !important; }
          .galleryCardWapper .galleryCard .body-card .progress .progress-type .progress-percentage {
            width: 29px;
            text-align: center;
            margin-left: 4px;
            color: green;
            font-weight: 500; }
          .galleryCardWapper .galleryCard .body-card .progress .progress-type .ui.small.progress {
            font-size: 0.60857143rem;
            height: 8px !important;
            padding-left: 0px !important;
            padding-bottom: 4px; }

#EmptyRowdataSection .emptydata-img-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 155px);
  flex-direction: column; }
  #EmptyRowdataSection .emptydata-img-main img {
    width: 8%;
    z-index: 6; }
  #EmptyRowdataSection .emptydata-img-main p {
    font-size: 15px;
    font-weight: 500;
    opacity: 0.8;
    z-index: 6; }

#dashContainer {
  position: relative;
  /* Animations to fade the snackbar in and out */ }
  #dashContainer .dashboardContent {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    -webkit-box-flex: 1; }
  #dashContainer .overLimitBanner {
    border-top: 1px solid #ccc;
    z-index: 6;
    background: rgba(0, 0, 0, 0.1); }
  #dashContainer .add-more-button-first {
    border-right: 1px solid gray;
    background: white;
    border-radius: 50% 0 0 50%;
    padding: 7px 8px;
    text-align: center;
    border-color: black;
    border: 1px solid #e3e2e2; }
  #dashContainer .add-more-button-second {
    font-size: 13px;
    font-family: sans-serif;
    padding: 8px 8px;
    border-radius: 0px 25px 25px 0px;
    background: #e8e8e8; }
  #dashContainer .GoTo {
    position: absolute;
    right: 20px;
    z-index: 1001;
    /* height: 30px; */
    padding: 10px;
    top: 48px;
    border-radius: 5px;
    background-color: #555;
    color: #fff;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.43);
    /* box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75); */ }
    #dashContainer .GoTo i {
      color: #fff; }
    #dashContainer .GoTo input {
      color: #fff; }

.dashboardDiv {
  z-index: 0 !important; }

.disableoverlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999; }

.animate-row-selection {
  animation-name: pulseBlue;
  animation-timing-function: cubic-bezier(0, 0.42, 0.26, 0.96);
  animation-duration: 1.5s;
  animation-iteration-count: infinite; }

.animate-column-selection {
  animation-name: pulseBlue;
  animation-timing-function: cubic-bezier(0, 0.42, 0.26, 0.96);
  animation-duration: 1.5s;
  animation-iteration-count: infinite; }

.multilineTextWrap, .multilineText, .lookupWrap, .apiDataMultilineTextWrap, .apiDataTextWrap {
  padding: 6px !important; }

@keyframes pulseBlue {
  0% {
    border: 4px solid #0096FF; }
  40% {
    border: 6px solid #0096FF; }
  100% {
    border: 4px solid #0096FF; } }

.add-new-col {
  width: 100px;
  text-align: center;
  background: transparent !important;
  border-right: 0 !important;
  position: relative !important; }
  .add-new-col .tooltip {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 67px;
    top: 43px;
    background: #fff;
    padding: 6px;
    color: #555555;
    border-radius: 5px;
    border: 2px solid #ccc; }
  .add-new-col:hover .tooltip {
    display: block; }

.embed-add-column {
  cursor: default !important; }
  .embed-add-column:hover {
    cursor: default !important;
    background-color: #f5f5f5 !important; }

#Spreadsheets {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
  position: relative;
  background: #f6f6f6;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll; }
  #Spreadsheets::-webkit-scrollbar-track {
    margin-top: 32px; }
  #Spreadsheets .reable-only {
    pointer-events: none;
    cursor: default; }
  #Spreadsheets .reable-column {
    display: flex;
    width: 100%; }
  #Spreadsheets .number-cell {
    text-align: right;
    display: flex;
    justify-content: flex-end; }
  #Spreadsheets .number-celltext {
    text-align: right;
    display: flex;
    justify-content: flex-end; }
    #Spreadsheets .number-celltext p {
      margin: 0 5px !important;
      line-height: 32px !important; }
  #Spreadsheets #gridCotainer {
    position: relative;
    white-space: nowrap;
    min-height: 100%;
    width: 100%;
    overflow: hidden; }
    #Spreadsheets #gridCotainer .checkbox {
      justify-content: space-around; }
  #Spreadsheets .isColumnSelected {
    background-color: #e6e6e6 !important; }
  #Spreadsheets .panel-head {
    z-index: 2;
    width: inherit; }
    #Spreadsheets .panel-head .panel-row.panel-header {
      font-weight: 700;
      padding: 2.5px 0;
      background-color: #f4f4f4;
      border-bottom-color: #d2d2d2;
      border-bottom: 1px solid #d1d1d1;
      cursor: -webkit-grab; }
      #Spreadsheets .panel-head .panel-row.panel-header:hover {
        background: #e6e6e6; }
      #Spreadsheets .panel-head .panel-row.panel-header .panel-cell {
        display: flex;
        justify-content: space-between; }
        #Spreadsheets .panel-head .panel-row.panel-header .panel-cell span {
          padding: 0 !important;
          font-weight: 400;
          color: #1d1f25 !important; }
      #Spreadsheets .panel-head .panel-row.panel-header .line-drop {
        position: absolute;
        user-select: none;
        width: 10px;
        height: 100%;
        top: 0px;
        right: -5px;
        cursor: col-resize; }
    #Spreadsheets .panel-head .contex-menu .contex-menu-text {
      font-weight: 400;
      color: #4d4d4d; }
    #Spreadsheets .panel-head .permission-tootip {
      position: relative;
      display: inline-block;
      width: 100%; }
    #Spreadsheets .panel-head .permission-lockicon {
      opacity: .6; }
    #Spreadsheets .panel-head .permission-menu-text {
      opacity: .6; }
    #Spreadsheets .panel-head .permission-tootip .tooltiptext {
      visibility: hidden;
      width: max-content;
      background-color: #303b47;
      color: white;
      text-align: center;
      text-transform: none;
      border-radius: 4px;
      font-size: 11px;
      font-weight: normal;
      margin-left: 8px;
      padding: 4px 8px;
      position: absolute;
      z-index: 14;
      left: 196px;
      top: 2px; }
    #Spreadsheets .panel-head .permission-tootip:hover .tooltiptext {
      visibility: visible; }
    #Spreadsheets .panel-head svg {
      cursor: default;
      opacity: 0.8; }
      #Spreadsheets .panel-head svg:hover {
        opacity: 1; }
    #Spreadsheets .panel-head svg:last-child {
      cursor: pointer; }
      #Spreadsheets .panel-head svg:last-child:hover {
        fill: #222; }
    #Spreadsheets .panel-head span div {
      width: 5px !important;
      right: -2px !important;
      height: 32px !important; }
  #Spreadsheets .embed-panel-head {
    pointer-events: none; }
  #Spreadsheets .panel-head-not-stick {
    z-index: 2;
    width: inherit; }
    #Spreadsheets .panel-head-not-stick .panel-row.panel-header {
      font-weight: 700;
      padding: 4px 0;
      background-color: #f5f5f5;
      border-bottom-color: #d2d2d2;
      cursor: -webkit-grab; }
      #Spreadsheets .panel-head-not-stick .panel-row.panel-header:hover {
        background: #e6e6e6; }
      #Spreadsheets .panel-head-not-stick .panel-row.panel-header .panel-cell {
        display: flex;
        justify-content: space-between; }
        #Spreadsheets .panel-head-not-stick .panel-row.panel-header .panel-cell span {
          padding: 0 !important;
          font-weight: 400;
          color: #1d1f25 !important; }
      #Spreadsheets .panel-head-not-stick .panel-row.panel-header .line-drop {
        position: absolute;
        user-select: none;
        width: 10px;
        height: 100%;
        top: 0px;
        right: -5px;
        cursor: col-resize; }
    #Spreadsheets .panel-head-not-stick svg {
      cursor: default;
      opacity: 0.8; }
      #Spreadsheets .panel-head-not-stick svg:hover {
        opacity: 1; }
    #Spreadsheets .panel-head-not-stick svg:last-child {
      cursor: pointer; }
      #Spreadsheets .panel-head-not-stick svg:last-child:hover {
        fill: #222; }
    #Spreadsheets .panel-head-not-stick span div {
      width: 5px !important;
      right: -2px !important;
      height: 32px !important; }
  #Spreadsheets .remove-summary-left-css .left-panel-summary-cell {
    border-right: none !important; }
  #Spreadsheets .left-panel-summary-cell {
    height: 35px;
    display: flex;
    flex-direction: row;
    border-right: 2px solid #ccc;
    padding-left: 0 !important;
    top: auto !important;
    bottom: 0px; }
    #Spreadsheets .left-panel-summary-cell .rows {
      padding-left: 8px;
      font-size: 11px;
      font-weight: 500; }
  #Spreadsheets .right-panel-summary-cell {
    display: flex; }
  #Spreadsheets .panel-summary-cell {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 2;
    min-height: 35px;
    position: fixed !important;
    left: auto !important;
    border-right: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px 2px;
    background: #fbfbfb;
    top: calc(100vh - 163px);
    width: inherit;
    overflow: hidden; }
    #Spreadsheets .panel-summary-cell:hover {
      cursor: pointer;
      background: #f2f2f2; }
      #Spreadsheets .panel-summary-cell:hover .summary-cell-info > .info-lable-none {
        visibility: visible; }
    #Spreadsheets .panel-summary-cell .summary-cell-info {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end; }
      #Spreadsheets .panel-summary-cell .summary-cell-info .info-lable {
        margin-left: 2px;
        font-size: 11px;
        opacity: 0.8; }
      #Spreadsheets .panel-summary-cell .summary-cell-info .info-lable-none {
        margin-left: 2px;
        font-size: 11px;
        opacity: 0.8;
        visibility: hidden; }
      #Spreadsheets .panel-summary-cell .summary-cell-info .info-result {
        padding-left: 4px;
        font-size: 12px;
        font-weight: 600;
        margin-right: 2px; }
  #Spreadsheets .panel-summary-cell .rows {
    padding-top: 6px; }
  #Spreadsheets .summary-menu {
    position: absolute;
    min-width: 180px;
    width: 180px;
    overflow-y: auto; }
  #Spreadsheets .summaryLeft-menu {
    top: calc(100vh - 499px) !important; }
  #Spreadsheets .active-user {
    border: 2px solid #c1e4b5 !important; }
    #Spreadsheets .active-user .active-user-tag {
      position: absolute;
      right: -2px;
      top: -19px;
      padding: 0px 10px;
      background: #c1e4b5; }
  #Spreadsheets .movable-row {
    border-bottom: 2px solid #CC5500 !important;
    border-top: 2px solid #CC5500 !important; }
  #Spreadsheets .movable-first-row {
    border-left: 2px solid #CC5500 !important; }
  #Spreadsheets .movable-last-row {
    border-right: 2px solid #CC5500 !important; }
  #Spreadsheets .poppedRowMessage {
    background-color: #d64518;
    color: white;
    display: inline-flex;
    align-items: center;
    padding: 2px 4px 6px 5px;
    border-radius: 0px 0px 4px 4px;
    font-size: 13px;
    font-family: system-ui;
    position: absolute;
    left: 0px; }
    #Spreadsheets .poppedRowMessage .icon {
      margin-right: 6px;
      font-size: 12px; }
    #Spreadsheets .poppedRowMessage .info-icon {
      margin-left: 8px;
      font-size: 12px; }
  #Spreadsheets .panel-row {
    width: 100%;
    contain: layout;
    border-right: 1px solid #dde1e3;
    border-bottom: 1px solid #dde1e3;
    position: relative;
    transition: height 500ms;
    background-color: #fff;
    /*
* Add to hanlde firs column cell issue on date column
*/ }
    #Spreadsheets .panel-row .panel-cell {
      display: flex;
      height: inherit;
      padding: 0 6px;
      font-size: 13px;
      position: relative;
      overflow: hidden;
      border: 1px solid transparent;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      #Spreadsheets .panel-row .panel-cell .title-field {
        display: flex;
        align-items: center; }
        #Spreadsheets .panel-row .panel-cell .title-field .sync-icon {
          color: #555555;
          position: absolute;
          bottom: 5px;
          left: 17px;
          z-index: 100000;
          font-size: 10px; }
      #Spreadsheets .panel-row .panel-cell .api-title-field {
        display: flex; }
      #Spreadsheets .panel-row .panel-cell .column-name {
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      #Spreadsheets .panel-row .panel-cell .column-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
      #Spreadsheets .panel-row .panel-cell .youtubeIcon-api {
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        border: 1px solid #ddd;
        margin: 0 4px 0 1px; }
        #Spreadsheets .panel-row .panel-cell .youtubeIcon-api .trangle-icon {
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0 0 0 2px;
          opacity: 1; }
      #Spreadsheets .panel-row .panel-cell .column-notification {
        fill: #555555 !important; }
      #Spreadsheets .panel-row .panel-cell .column-description {
        font-size: 10px;
        display: inline-block;
        opacity: 0.5; }
        #Spreadsheets .panel-row .panel-cell .column-description:hover {
          opacity: 0.8; }
      #Spreadsheets .panel-row .panel-cell .warningIcon-content {
        display: flex;
        align-items: center;
        margin-left: 2px;
        width: 14px; }
        #Spreadsheets .panel-row .panel-cell .warningIcon-content .warningSign-icon {
          width: 16px;
          height: 16px;
          color: #dc043b;
          fill: none;
          margin: 0; }
      #Spreadsheets .panel-row .panel-cell .column-menu-dropdown {
        height: 26px; }
      #Spreadsheets .panel-row .panel-cell .move-btn {
        opacity: 0.5;
        cursor: default;
        position: absolute;
        right: 24px;
        top: 8px; }
      #Spreadsheets .panel-row .panel-cell p {
        height: inherit;
        overflow: hidden;
        position: relative;
        max-width: 100%;
        word-wrap: break-word;
        line-height: 32px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        color: #000000;
        white-space: pre-line !important; }
      #Spreadsheets .panel-row .panel-cell .number-align {
        display: flex !important;
        justify-content: flex-end; }
      #Spreadsheets .panel-row .panel-cell .number-date-column {
        justify-content: left; }
      #Spreadsheets .panel-row .panel-cell span {
        display: contents;
        flex-wrap: wrap;
        align-items: flex-start;
        height: inherit;
        overflow: hidden;
        position: relative;
        max-width: 100%;
        padding-top: 2px;
        word-wrap: break-word;
        z-index: 1;
        color: #000000; }
      #Spreadsheets .panel-row .panel-cell .warningSign-content {
        display: flex;
        align-items: center;
        width: 16px;
        background-color: inherit;
        text-align: center;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 8px 0 !important;
        margin: 0 26px 0 0 !important;
        color: #dc043b !important; }
        #Spreadsheets .panel-row .panel-cell .warningSign-content .warningSign-info {
          display: flex;
          align-items: center;
          font-size: 13px;
          width: auto !important;
          height: auto !important; }
          #Spreadsheets .panel-row .panel-cell .warningSign-content .warningSign-info:hover {
            background: none !important; }
          #Spreadsheets .panel-row .panel-cell .warningSign-content .warningSign-info .warningSign-icon {
            width: 16px;
            height: 16px;
            color: #dc043b;
            fill: none;
            margin: 0; }
      #Spreadsheets .panel-row .panel-cell .headerDropdown-content {
        display: flex;
        align-items: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 0 6px 0 4px !important;
        text-align: center;
        cursor: pointer;
        transition: .085s all ease-in; }
        #Spreadsheets .panel-row .panel-cell .headerDropdown-content .arrowDown-icon {
          margin: 0; }
    #Spreadsheets .panel-row input.input {
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      height: -webkit-fill-available;
      width: -moz-available;
      width: 100%;
      z-index: 1;
      background: #fff;
      border: 2px solid #0096FF;
      border-radius: 4px;
      outline: none;
      padding: 6px;
      box-shadow: none;
      line-height: 20px;
      font-size: 13px; }
    #Spreadsheets .panel-row .panel-cell-expand {
      display: flex;
      align-items: center;
      position: relative; }
      #Spreadsheets .panel-row .panel-cell-expand svg.favourite {
        position: absolute;
        left: 1px; }
      #Spreadsheets .panel-row .panel-cell-expand svg.bars {
        position: relative;
        margin-left: -4px;
        margin-top: 4px;
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
        font-size: 18px;
        color: #909090;
        opacity: 0.3; }
      #Spreadsheets .panel-row .panel-cell-expand .color-formating-colorline {
        border-left: 8px solid white;
        height: 20px;
        border-radius: 10px;
        margin-right: 4px; }
      #Spreadsheets .panel-row .panel-cell-expand .txt-count {
        position: relative;
        margin-left: -4px;
        margin-top: 0px;
        min-width: 35px;
        max-width: 35px;
        text-align: center;
        color: #707070;
        display: flex; }
      #Spreadsheets .panel-row .panel-cell-expand .arrows.alternate.vertical {
        position: relative;
        cursor: pointer;
        left: 2px;
        border-radius: 10px; }
        #Spreadsheets .panel-row .panel-cell-expand .arrows.alternate.vertical i {
          height: 17px;
          color: #0096FF; }
        #Spreadsheets .panel-row .panel-cell-expand .arrows.alternate.vertical .comment-count {
          height: auto;
          min-width: 18px;
          width: auto;
          padding: 1px;
          text-align: center;
          color: #0096FF;
          background-color: #f2f2f2;
          border-radius: 25px; }
          #Spreadsheets .panel-row .panel-cell-expand .arrows.alternate.vertical .comment-count:hover {
            background-color: #d0f0fd; }
      #Spreadsheets .panel-row .panel-cell-expand .comment-count {
        position: relative;
        cursor: pointer;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-weight: 600;
        color: #166ee1;
        background-color: #f1f4f9;
        width: 20px;
        border-bottom-left-radius: inherit;
        height: 20px; }
        #Spreadsheets .panel-row .panel-cell-expand .comment-count:hover {
          background-color: #c4ecff; }
    #Spreadsheets .panel-row .panel-cell.selected-cell {
      border: 2px solid #0096FF;
      border-radius: 2px; }
      #Spreadsheets .panel-row .panel-cell.selected-cell::selection {
        background: #ceddf3; }
    #Spreadsheets .panel-row .panel-cell.active-rowx p::selection {
      background: #ceddf3; }
    #Spreadsheets .panel-row .panel-cell.selected-row {
      background: rgba(0, 150, 255, 0.09) !important; }
    #Spreadsheets .panel-row .panel-cell .selectDrag {
      content: '';
      position: absolute;
      border: 1px solid #0096FF;
      background: #0096FF;
      height: 8px;
      width: 8px;
      border-radius: 1px;
      bottom: -0.5px;
      right: -1px;
      z-index: 1;
      cursor: crosshair; }
    #Spreadsheets .panel-row .panel-cell.multi-selected {
      background-color: rgba(0, 150, 255, 0.2) !important; }
    #Spreadsheets .panel-row .panel-cell.DropaBle {
      background: gray;
      opacity: 0.5; }
    #Spreadsheets .panel-row .panel-cell.cell-filling {
      background-color: rgba(33, 33, 33, 0.1) !important; }
    #Spreadsheets .panel-row .panel-cell.search-matched {
      background-color: rgba(255, 185, 0, 0.1); }
    #Spreadsheets .panel-row .panel-cell.filter-matched {
      background-color: #b2d48f45; }
    #Spreadsheets .panel-row .panel-cell.sort-matched {
      background-color: rgba(230, 246, 255, 0.5); }
    #Spreadsheets .panel-row .panel-cell.group-level-matched {
      background-color: rgba(203, 195, 227, 0.5); }
    #Spreadsheets .panel-row .panel-cell.search-selected {
      background-color: rgba(255, 185, 0, 0.5) !important; }
    #Spreadsheets .panel-row .panel-cell.border-top {
      border-top: 1px solid #0096FF; }
    #Spreadsheets .panel-row .panel-cell.border-bottom {
      border-bottom: 1px solid #0096FF; }
    #Spreadsheets .panel-row .panel-cell.border-left {
      border-left: 1px solid #0096FF; }
    #Spreadsheets .panel-row .panel-cell.border-right {
      border-right: 1px solid #0096FF; }
    #Spreadsheets .panel-row .static-cell {
      min-width: 75px;
      border-right: 0;
      text-align: left;
      padding-left: 6px;
      cursor: default; }
    #Spreadsheets .panel-row .last-cell {
      width: 100%;
      border-right: 0; }
    #Spreadsheets .panel-row .number-cell {
      text-align: right;
      display: flex;
      justify-content: flex-end; }
    #Spreadsheets .panel-row .number-rollup {
      display: block; }
    #Spreadsheets .panel-row .number-date-column {
      justify-content: flex-start; }
    #Spreadsheets .panel-row .panel-first-cell-expandopen {
      border-right: 0; }
      #Spreadsheets .panel-row .panel-first-cell-expandopen span {
        color: blue !important;
        cursor: pointer !important; }
      #Spreadsheets .panel-row .panel-first-cell-expandopen p {
        color: blue !important;
        cursor: pointer !important; }
    #Spreadsheets .panel-row .flex-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      flex: 1 1 auto;
      min-width: 0;
      min-height: 0; }
    #Spreadsheets .panel-row .icon-cell span {
      display: inline-block; }
    #Spreadsheets .panel-row .icon-cell svg {
      margin-right: 6px; }
  #Spreadsheets .selected-row {
    background: rgba(0, 150, 255, 0.09) !important; }
  #Spreadsheets .panel-data {
    position: relative;
    margin-top: 33px; }
  #Spreadsheets .no-row-found {
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .8; }
  #Spreadsheets .remove-effect {
    border-right: none !important;
    box-shadow: none !important; }
  #Spreadsheets .left-panel {
    position: absolute !important;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 11;
    transform: none !important;
    min-height: 100%;
    background: #f6f6f6;
    border-right: 2px solid #ccc; }
    #Spreadsheets .left-panel .panel-head {
      border-right: 1px solid #bfc1c2;
      position: fixed !important; }
    #Spreadsheets .left-panel .panel-head-not-stick {
      position: absolute; }
  #Spreadsheets .cell-field-typer input {
    width: calc(100% - 59px) !important;
    left: 59px !important; }
  #Spreadsheets .divider {
    cursor: e-resize;
    position: absolute;
    top: 32px;
    right: -4px;
    height: 100%;
    width: 20px;
    display: inline-block;
    z-index: 1000; }
    #Spreadsheets .divider:after {
      content: '';
      position: absolute;
      right: 4px;
      width: 2px;
      height: 100%; }
    #Spreadsheets .divider .divider-thumb {
      position: absolute;
      right: -0px;
      width: 8px;
      height: 50px;
      border-radius: 4px;
      background: #123763;
      visibility: hidden; }
    #Spreadsheets .divider:hover:after {
      background: #123763; }
    #Spreadsheets .divider:hover .divider-thumb {
      visibility: visible; }
  #Spreadsheets .column-header .add-column-header .add-column {
    height: 33px;
    cursor: pointer;
    opacity: 0.6; }
    #Spreadsheets .column-header .add-column-header .add-column:hover {
      opacity: 1; }
  #Spreadsheets .column-header .add-new-col {
    width: 100px;
    text-align: center;
    background: transparent !important;
    border-right: 0 !important;
    position: relative !important; }
    #Spreadsheets .column-header .add-new-col .tooltip {
      display: none;
      position: absolute;
      z-index: 1000;
      left: 67px;
      top: 43px;
      background: #fff;
      padding: 6px;
      color: #555555;
      border-radius: 5px;
      border: 2px solid #ccc; }
    #Spreadsheets .column-header .add-new-col:hover .tooltip {
      display: block; }
  #Spreadsheets .right-panel-wrapper {
    position: absolute;
    z-index: 0;
    min-height: 100%; }
    #Spreadsheets .right-panel-wrapper::-webkit-scrollbar {
      width: 0px;
      display: none;
      background: transparent; }
    #Spreadsheets .right-panel-wrapper .panel-header {
      background: #e6e6e6; }
    #Spreadsheets .right-panel-wrapper .right-panel-column {
      float: left;
      min-height: 100%; }
  #Spreadsheets .fix-add-row {
    position: fixed;
    bottom: 35px;
    left: 0;
    z-index: 100000;
    border: 1px solid #dde1e3 !important; }
  #Spreadsheets .add-row-header {
    height: 32px;
    cursor: pointer;
    background: #fff; }
    #Spreadsheets .add-row-header .add-row {
      height: 30px;
      cursor: pointer;
      font-weight: 600;
      border: 0;
      opacity: 0.6; }
    #Spreadsheets .add-row-header:hover {
      background-color: #e7e7e7 !important; }
      #Spreadsheets .add-row-header:hover .add-row {
        opacity: 1; }
  #Spreadsheets .DragCoverElement {
    height: 100vh;
    width: 200px;
    position: absolute;
    z-index: 15;
    display: none;
    background: #000;
    opacity: 0.2; }
  #Spreadsheets .verticalLine {
    position: absolute;
    z-index: 15;
    display: none;
    width: 0px;
    height: 100vh;
    background: #000;
    opacity: 0.6; }

.pop-desc {
  border: 1px solid #ddd;
  height: 16px !important;
  width: 16px !important;
  background: #f8f8f8;
  font-size: 10px !important;
  border-radius: 22px; }

#editFieldProperty {
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  min-width: 320px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden; }
  #editFieldProperty .sync-sec {
    display: flex;
    align-items: center;
    margin: 6px 0px 5px 0px; }
  #editFieldProperty #inputID::-moz-selection {
    background-color: #d6e6fd; }
  #editFieldProperty #inputID::selection {
    background-color: #d6e6fd; }
  #editFieldProperty .editfield-input {
    height: 32px; }
    #editFieldProperty .editfield-input:hover {
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  #editFieldProperty .btn-action {
    display: flex;
    flex-direction: row;
    width: inherit !important;
    margin-left: 0px !important;
    align-items: center;
    margin: 5px 0px 0px 0px; }
    #editFieldProperty .btn-action .btn-cancel {
      height: 32px;
      font-size: 13px;
      font-weight: 500;
      line-height: 22px;
      max-width: 100%;
      background: transparent;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 12px;
      border-radius: 6px;
      color: #333;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
      #editFieldProperty .btn-action .btn-cancel:hover {
        background: none;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    #editFieldProperty .btn-action .btn-apply {
      height: 32px;
      font-size: 13px;
      font-weight: 500;
      line-height: 22px;
      max-width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
      margin: 0 0 0 8px;
      padding: 0 12px;
      border-radius: 6px;
      background-color: #166ee1;
      color: #fff;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
      #editFieldProperty .btn-action .btn-apply .btn-text {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      #editFieldProperty .btn-action .btn-apply:hover {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
      #editFieldProperty .btn-action .btn-apply:focus {
        border: none; }
    #editFieldProperty .btn-action .btn-loading {
      height: 32px;
      font-size: 13px;
      font-weight: 500;
      line-height: 22px;
      max-width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
      margin: 0 0 0 8px;
      padding: 0 12px;
      border-radius: 6px;
      background-color: #166ee1;
      color: #fff;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
      #editFieldProperty .btn-action .btn-loading:focus {
        border: none; }
    #editFieldProperty .btn-action .add-btn {
      display: flex;
      align-items: center;
      cursor: pointer; }
      #editFieldProperty .btn-action .add-btn .btn-description {
        background: none;
        padding: 0px !important; }
        #editFieldProperty .btn-action .add-btn .btn-description .add-content {
          font-size: 13px;
          color: #333333;
          align-items: center;
          display: flex; }
  #editFieldProperty .render-box {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 0px 2px 0px; }
    #editFieldProperty .render-box .rta__autocomplete {
      top: 22px;
      border: 1px solid #ccc;
      left: -264px;
      border-radius: 7px; }
      #editFieldProperty .render-box .rta__autocomplete ul {
        list-style: none; }
        #editFieldProperty .render-box .rta__autocomplete ul .rta__item--selected {
          background: #d4d3d3;
          border-radius: 5px; }
        #editFieldProperty .render-box .rta__autocomplete ul .rta__item {
          cursor: pointer;
          padding: 5px;
          border-radius: 5px; }
    #editFieldProperty .render-box .color-picker-btn {
      display: flex;
      flex-wrap: wrap; }
      #editFieldProperty .render-box .color-picker-btn .item {
        height: 25px;
        width: 25px;
        margin: 5px;
        border-radius: 5px; }
        #editFieldProperty .render-box .color-picker-btn .item:hover {
          transform: scale(1.1); }
      #editFieldProperty .render-box .color-picker-btn .active {
        transform: scale(1.1); }
    #editFieldProperty .render-box .icon-picker-btn {
      display: flex;
      flex-wrap: wrap; }
      #editFieldProperty .render-box .icon-picker-btn .item {
        margin: 5px;
        border-radius: 5px; }
        #editFieldProperty .render-box .icon-picker-btn .item:hover {
          transform: scale(1.1); }
      #editFieldProperty .render-box .icon-picker-btn .active {
        transform: scale(1.1); }
    #editFieldProperty .render-box span .desc {
      font-size: 13px;
      line-height: 18px;
      color: #4d4d4d;
      opacity: .75;
      cursor: text; }
    #editFieldProperty .render-box span .notify-toggle #RadioToggle label {
      color: #4d4d4d; }
  #editFieldProperty .render-box-css .desc {
    font-size: 13px;
    padding: 4px 10px; }
  #editFieldProperty .render-box-css .duration-field {
    margin-top: 0px !important;
    padding: 0; }
  #editFieldProperty .default-select input {
    padding: 0px !important;
    border: none !important;
    box-shadow: none !important; }
  #editFieldProperty .default-select .css-1okebmr-indicatorSeparator {
    display: none; }
  #editFieldProperty input,
  #editFieldProperty .input,
  #editFieldProperty textarea {
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 8px !important;
    margin: 4px 0 !important;
    outline: none !important;
    color: #444;
    border: none !important;
    border-radius: 6px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important; }
    #editFieldProperty input:focus,
    #editFieldProperty .input:focus,
    #editFieldProperty textarea:focus {
      border: 2px solid #1987D4 !important; }
    #editFieldProperty input::selection,
    #editFieldProperty .input::selection,
    #editFieldProperty textarea::selection {
      background: #ceddf3; }
  #editFieldProperty .dropdown-api {
    margin-top: 6px;
    border: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center; }
    #editFieldProperty .dropdown-api input {
      margin: 0 !important;
      line-height: 1.5 !important; }
    #editFieldProperty .dropdown-api input .search, #editFieldProperty .dropdown-api .text {
      left: 0px; }
    #editFieldProperty .dropdown-api:hover {
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
    #editFieldProperty .dropdown-api:focus {
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
    #editFieldProperty .dropdown-api:focus-visible {
      outline: none !important; }
    #editFieldProperty .dropdown-api .menu {
      border: none;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
    #editFieldProperty .dropdown-api i {
      font-size: 15px;
      color: darkgrey !important;
      padding: 8px !important; }
  #editFieldProperty select {
    cursor: pointer;
    margin-top: 6px;
    border-radius: 3px;
    border: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
    #editFieldProperty select:hover {
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25) !important; }
    #editFieldProperty select:focus {
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
    #editFieldProperty select:focus-visible {
      outline: none !important; }
  #editFieldProperty .Select-input > input {
    padding: 0px !important;
    margin: none !important;
    outline: none !important;
    border: none !important;
    border-radius: 4px;
    box-shadow: none !important; }
  #editFieldProperty .dropdown input {
    border: none !important;
    border-radius: none !important;
    box-shadow: none !important; }
  #editFieldProperty select {
    height: 36px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill=%27darkgray%27 height=%2724%27 viewBox=%270 0 24 24%27 width=%2724%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 10l5 5 5-5z%27/><path d=%27M0 0h24v24H0z%27 fill=%27none%27/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    padding: 0.4rem; }
  #editFieldProperty .svg-help {
    margin-right: 5px; }
  #editFieldProperty .svg-help:hover {
    fill: #2652ae; }
  #editFieldProperty .fieldtype-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    height: 32px;
    font-size: 13px; }
    #editFieldProperty .fieldtype-header .svg-help:hover {
      fill: #333333; }
  #editFieldProperty .field-select {
    position: absolute;
    right: 10px;
    left: 10px;
    border-radius: 4px;
    z-index: 15;
    overflow: auto;
    border-radius: 4px;
    background-color: #fff;
    overflow-y: scroll;
    max-height: calc(100vh - 272px); }
    #editFieldProperty .field-select ul {
      list-style: none;
      padding: 0; }
      #editFieldProperty .field-select ul li {
        padding: 0 10px;
        height: 32px;
        font-size: 13px;
        border: 1px solid #fff; }
        #editFieldProperty .field-select ul li svg:first-child {
          margin-right: 6px; }
        #editFieldProperty .field-select ul li:hover {
          background-color: rgba(0, 150, 255, 0.3); }
    #editFieldProperty .field-select::-webkit-scrollbar {
      width: 4px; }
  #editFieldProperty .conversion-wrapper {
    background-color: transparent; }
  #editFieldProperty .conversionModal {
    width: 500px; }
    #editFieldProperty .conversionModal h2 {
      margin-bottom: 4%; }
    #editFieldProperty .conversionModal .field-box {
      margin-bottom: 4%;
      background-color: transparent;
      border: 0; }
      #editFieldProperty .conversionModal .field-box p {
        margin-bottom: 7px;
        font-size: 14px; }
      #editFieldProperty .conversionModal .field-box kbd {
        border: 1px solid gray;
        background: whitesmoke;
        border-radius: 5px;
        padding: 2px;
        border-bottom-width: 2px;
        font-size: 10px;
        margin-left: 1px;
        margin-right: 1px;
        margin-bottom: 0px;
        min-width: 12px;
        padding: 1px 3px; }
    #editFieldProperty .conversionModal .conversionModal-footer {
      text-align: right; }
  #editFieldProperty .api-data p {
    margin: 5px 0px; }
  #editFieldProperty .currencyFieldToggle {
    display: flex;
    align-items: center;
    margin: 10px 0;
    cursor: pointer; }
    #editFieldProperty .currencyFieldToggle .field {
      margin-top: 0px !important; }
    #editFieldProperty .currencyFieldToggle .position-label {
      font-weight: 500; }
    #editFieldProperty .currencyFieldToggle #RadioToggle {
      height: 15px; }
  #editFieldProperty .selectorList-wrapper .selectorList-box .selectorList-input {
    padding: 8px 20px 4px !important;
    margin: 0px !important;
    box-shadow: none !important; }
    #editFieldProperty .selectorList-wrapper .selectorList-box .selectorList-input:focus {
      border: 0 !important; }

#editModules {
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  min-width: 320px;
  width: 100%;
  border: 1px solid #ddd; }
  #editModules .title-text {
    background: #f8f8f8;
    font-weight: 500;
    padding: 10px;
    border-radius: 4px;
    margin-top: 0; }
  #editModules #quill-editor {
    background: #fff; }
    #editModules #quill-editor .ql-toolbar {
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      overflow: hidden; }
    #editModules #quill-editor .ql-container {
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      height: 150px; }
  #editModules .btn-apply {
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
    padding: 0 12px;
    margin: 0;
    border-radius: 3px;
    background-color: #166ee1;
    color: #fff;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
    #editModules .btn-apply .btn-text {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #editModules .btn-apply:hover {
      background-color: #0267eb !important; }
    #editModules .btn-apply:focus {
      border: none; }

#scrollOverlay {
  position: absolute;
  background-color: #e7e7e7;
  z-index: 2;
  border-radius: 4px;
  left: 0;
  height: 9px;
  right: 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }
  #scrollOverlay .scroll-bar {
    height: 1px;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.28);
    border-radius: 10px;
    position: relative;
    cursor: pointer; }

#ColumnConfigModel,
.right-popup-wrapper {
  position: absolute;
  top: -41px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8; }
  #ColumnConfigModel .overlay,
  .right-popup-wrapper .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1; }
  #ColumnConfigModel .filters,
  #ColumnConfigModel .right-popup,
  .right-popup-wrapper .filters,
  .right-popup-wrapper .right-popup {
    z-index: 2;
    position: absolute;
    right: 0;
    width: min-content;
    min-width: 30em;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.16), 0 3px 4px rgba(0, 0, 0, 0.06), 0 6px 8px rgba(0, 0, 0, 0.06), 0 12px 16px rgba(0, 0, 0, 0.08), 0 18px 32px rgba(0, 0, 0, 0.06);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; }
  #ColumnConfigModel .title-filter,
  .right-popup-wrapper .title-filter {
    padding: 10px;
    min-height: 41px;
    border-bottom: 1px solid #dde1e3;
    background-color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #4d4d4d; }
    #ColumnConfigModel .title-filter svg,
    .right-popup-wrapper .title-filter svg {
      position: absolute;
      right: 8px;
      cursor: pointer; }

.automation {
  margin-top: 130px;
  z-index: 4; }

#renderBox {
  margin: 10px 0; }

#SelectList .select-main {
  baground: #fff; }

#SelectList .add-todo {
  cursor: pointer;
  textck-align: center;
  background: #fff;
  padding: 0px 0px;
  border-radius: 4px;
  font-size: 13px; }
  #SelectList .add-todo .select-color .color-tab {
    border: 0; }
  #SelectList .add-todo .select-color .color-tab-op {
    z-index: 10;
    width: auto;
    height: 40em; }
    #SelectList .add-todo .select-color .color-tab-op ul {
      flex-wrap: wrap; }
  #SelectList .add-todo input {
    flex: 1;
    box-shadow: none !important; }
  #SelectList .add-todo :hover .hello-main {
    background-color: 0; }

#SelectList i.align-right {
  color: #909090;
  margin: 8px; }
  #SelectList i.align-right:hover {
    color: #E53A40;
    cursor: pointer; }

#SelectList .content {
  width: 100%;
  margin-top: -2px; }
  #SelectList .content .option-text {
    text-overflow: ellipsis;
    max-width: 100% !important;
    overflow: hidden;
    white-space: nowrap;
    width: 307px;
    height: 29px;
    align-items: center;
    box-shadow: none !important;
    display: flex;
    padding: 0 8px !important;
    margin: 4px 0 !important;
    color: #444;
    border-radius: 6px; }
    #SelectList .content .option-text:hover {
      background: #fff;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 3px rgba(0, 0, 0, 0.11), 0px 1px 4px rgba(0, 0, 0, 0.12) !important; }
    #SelectList .content .option-text:focus {
      padding: 5px 0 !important; }

#SelectList .item:hover span {
  color: #212121; }

#SelectList .item:hover {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  width: 100%; }

#SelectList .header {
  font-weight: 400;
  display: flex;
  gap: 5px; }
  #SelectList .header input {
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 8px;
    width: 307px;
    height: 29px; }

#SelectList .default-select .Select .Select-control .Select-placeholder {
  margin-top: 2px; }

.edit-description .editfield-label {
  font-size: 11px !important;
  font-weight: 400 !important;
  color: #333 !important;
  opacity: .75; }

.color-box {
  height: 19px;
  width: 19px;
  border-radius: 2px; }

.dragged-row {
  position: absolute;
  background: #fff;
  padding: 10px;
  z-index: 1000;
  border: 1px solid #ddd;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

.dragged-columns {
  top: 162px;
  bottom: 9px;
  position: fixed;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 1000;
  border: 1px solid #ddd;
  height: 100%;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out; }

.move-line {
  background-color: rgba(0, 150, 255, 0.1) !important; }

.dragged-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  min-width: 100px; }
  .dragged-box .moving-text {
    color: #909090;
    font-size: 12px; }
  .dragged-box .title {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.back-list-select {
  border: 0; }

.context-cell-menu {
  z-index: 100;
  position: absolute;
  max-width: 230px !important; }
  .context-cell-menu .error-label {
    color: #ffffff;
    background: #ff0000ba;
    padding: 2px 4px;
    border-radius: 5px;
    font-size: 9px; }
  .context-cell-menu .disable {
    color: #707070; }
  .context-cell-menu .contex-menu-text {
    font-weight: 400;
    color: #4d4d4d; }
  .context-cell-menu .contex-menu-border {
    border-top: 1px solid #0000000d;
    margin: 8px;
    padding: 0; }
  @media (max-height: 750px) {
    .context-cell-menu {
      top: 130px !important; } }

.ct-datepicker .react-datepicker-wrapper {
  width: 100%; }

.ct-datepicker .react-datepicker__input-container {
  width: 100%; }

.react-datepicker-popper {
  z-index: 1000; }

.fsp-picker {
  z-index: 1001 !important; }
  .fsp-picker .fsp-picker__brand-container {
    display: none !important; }

.ct-checkbox-active {
  border: 2px solid #0096FF;
  border-radius: 4px; }

.warning {
  position: absolute;
  left: 0px;
  z-index: 50;
  background: #fff;
  top: 31px;
  min-width: -moz-min-content;
  border: 1px solid #d4d4d5;
  padding: .833em 1em;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 0.87);
  border-radius: .28571429rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  outline: none; }

.refresh-model-root .segment {
  box-shadow: 0 0 0 black; }

.refresh-model-root .provider-details {
  text-align: center; }
  .refresh-model-root .provider-details .header {
    margin: 10px;
    font-size: 32px;
    text-transform: capitalize; }
  .refresh-model-root .provider-details img {
    margin: auto; }
  .refresh-model-root .provider-details .api-info {
    line-height: 1.9em; }
    .refresh-model-root .provider-details .api-info .button {
      vertical-align: bottom;
      margin-left: 5px;
      position: absolute; }

.refresh-model-root .action-btn {
  display: flex; }
  .refresh-model-root .action-btn .button {
    margin: auto; }
  .refresh-model-root .action-btn .ref-btn {
    margin: auto;
    padding: 20px;
    width: 250px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ccc; }
    .refresh-model-root .action-btn .ref-btn:hover {
      background: #dcd7d7; }

.refresh-model-root .error {
  color: red;
  margin-bottom: 12px; }

.HHH {
  float: left;
  background: #fff;
  border: 1px solid; }

.horizontal-scroll {
  -webkit-overflow-scrolling: touch; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  padding-right: 0px; }

.react-datepicker__time-list-item {
  white-space: pre; }

.ps__thumb-x {
  height: 10px !important; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 10px !important; }

.ps .ps__rail-x:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-x.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
  z-index: 15;
  height: 10px !important; }

.ps > .ps__rail-x,
.ps--focus > .ps__rail-x {
  opacity: 0.9;
  z-index: 15;
  height: 10px !important; }

.ps__rail-y {
  z-index: 9; }

.ps__thumb-y {
  width: 10px !important; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 10px !important; }

.ps .ps__rail-y:hover,
.ps .ps__rail-y:focus,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
  width: 10px !important; }

.ps > .ps__rail-y,
.ps--focus > .ps__rail-y {
  opacity: 0.9;
  z-index: 15;
  width: 10px !important; }

#ExpandBox {
  z-index: 8 !important; }

#TitleBar {
  z-index: 7 !important;
  background: white; }

.expandAppExpandBox {
  display: none !important; }

.linkified {
  margin: 0 5; }

.freeze-column-main .freze-column-line {
  border-left: 1px solid #aaa;
  height: 100%;
  position: fixed;
  left: 10%;
  margin-left: -3px;
  top: 0; }
  .freeze-column-main .freze-column-line .freeze-line-underline {
    height: 5%;
    position: fixed;
    left: 10%;
    margin-left: -3px;
    top: 49px;
    border-radius: 3px;
    z-index: 1000;
    border-left: 5px solid #2D7FF9;
    visibility: hidden; }

.freeze-column-main .freze-column-line:hover {
  border-left: 3px solid #aaa;
  cursor: grab; }
  .freeze-column-main .freze-column-line:hover .freeze-line-underline {
    visibility: visible;
    cursor: grab; }

.freeze-column-main .freeze-tooltip .freeze-tooltiptext {
  visibility: hidden;
  width: fit-content;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  left: 16px;
  z-index: 1; }

.freeze-column-main .freeze-tooltip:hover .freeze-tooltiptext {
  visibility: visible; }

.hovered-row .square-icon {
  display: flex; }

.hovered-row .number {
  display: none; }

.hovered-row .bars-container {
  opacity: 1; }

.hovered-row .arrows.alternate.vertical-icon {
  display: flex !important; }

.square-icon {
  display: none; }

.bars-container {
  opacity: 0; }

.arrows.alternate.vertical-icon {
  display: none !important; }
  .arrows.alternate.vertical-icon i {
    height: 17px;
    color: #0096FF; }
  .arrows.alternate.vertical-icon .comment-count {
    height: auto;
    min-width: 18px;
    width: auto;
    padding: 1px;
    text-align: center;
    color: #0096FF;
    background-color: #ddd;
    border-radius: 25px; }
    .arrows.alternate.vertical-icon .comment-count:hover {
      background-color: #d0f0fd; }

.add-row-hover {
  display: none; }

.add-row-hoverd {
  display: flex !important; }

.add-column-hover {
  display: none; }

.add-column-hoverd {
  display: flex !important; }

.multiSelectWrap {
  flex-wrap: wrap; }

.active-row.selectWrap {
  cursor: pointer; }

.active-row.multiSelectWrap {
  cursor: pointer; }

.active-row.collaboratorWrap {
  cursor: pointer; }

.active-row.multiCollaboratorWrap {
  cursor: pointer; }

.moveRow {
  visibility: hidden; }

.row-drag {
  visibility: hidden; }

.rowSelect {
  opacity: 0; }

.rowCount {
  visibility: initial; }

.expandRow {
  visibility: hidden; }

.cellRow-bgCss .cell .panel-row {
  background-color: #f8f8f8 !important; }

.cellRow-bgCss > .ghost-row-cell, .ghostRow-bgCss > .ghost-row-cell .ghostRow-bgCss > .add-row, .ghost-row:hover .ghost-row-cell {
  background-color: #e7e7e7 !important; }

.celllock-badge-container {
  position: absolute;
  z-index: 99999;
  top: 0px; }
  .celllock-badge-container .celllock-badge {
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 9; }
    .celllock-badge-container .celllock-badge .celllock-box {
      display: flex;
      text-align: center;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      width: 14px;
      height: 14px;
      transform: translate(-7px, -7px);
      border-radius: 50%;
      background: #545454; }
      .celllock-badge-container .celllock-badge .celllock-box .lock-icon {
        width: 8px;
        height: 8px;
        opacity: .6;
        color: white;
        fill: white; }

.ghost-row {
  position: absolute;
  cursor: pointer; }
  .ghost-row .ghost-row-cell {
    height: 32px;
    border-bottom: 1px solid #dde1e3;
    background: #fff;
    position: absolute; }

#testingRow {
  background-color: #fff;
  border-right: 1px solid #dde1e3; }
  #testingRow:hover {
    background-color: #e7e7e7;
    cursor: pointer; }

.ghost-column {
  display: none; }

#gridCotainer .row.hover .moveRow {
  visibility: initial; }

#gridCotainer .row.hover .rowSelect {
  opacity: 1; }

#gridCotainer .row.hover .rowCount {
  visibility: hidden; }

#gridCotainer .row.hover .expandRow {
  visibility: initial; }

#gridCotainer .ghost-row.hover {
  display: flex; }

#gridCotainer .right-pane.ghost-column-hover .ghost-column {
  display: block; }

#gridCotainer .right-pane .right-pane-row-main {
  position: absolute;
  display: table-row-group;
  top: 33px; }

#gridCotainer .celllock-badge-container {
  position: absolute;
  z-index: 99999;
  top: 0px; }
  #gridCotainer .celllock-badge-container .celllock-badge {
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 9; }
    #gridCotainer .celllock-badge-container .celllock-badge .celllock-box {
      display: flex;
      text-align: center;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      width: 14px;
      height: 14px;
      transform: translate(-7px, -7px);
      border-radius: 50%;
      background: #545454; }
      #gridCotainer .celllock-badge-container .celllock-badge .celllock-box .lock-icon {
        width: 8px;
        height: 8px;
        opacity: .6;
        color: white;
        fill: white; }

#gridCotainer .celllock-tooltip .celllock-tooltiptext {
  height: min-content;
  text-align: left; }
  #gridCotainer .celllock-tooltip .celllock-tooltiptext .celllock-desc {
    font-size: 13px;
    line-height: 1.3 !important; }
  #gridCotainer .celllock-tooltip .celllock-tooltiptext .lock-access {
    color: white !important;
    opacity: .6;
    font-size: 11px !important; }

.liveCollaboratorText {
  position: absolute;
  right: 6px;
  top: 4px;
  z-index: 1; }

#DeleteColumnModal {
  line-height: 1.25;
  color: #1d1f25;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  #DeleteColumnModal .deleteColumn-actions-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 8px 0; }
  #DeleteColumnModal .delete-column-heading {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.25; }

.delete-column-heading, .are-you-sure-text, .please-click-message {
  color: #1d1f25;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }

.are-you-sure-message, .generic-class {
  font-weight: 600 !important;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }

.are-you-sure-want-to-delete-records {
  margin-top: 10px;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }

.align-items-center {
  align-items: center; }

.conversionModal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .conversionModal-footer .conversion-btn {
    margin-right: 16px;
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer; }
  .conversionModal-footer .conversion-cancel {
    opacity: .75; }
    .conversionModal-footer .conversion-cancel:hover {
      opacity: 1; }
  .conversionModal-footer .conversion-save {
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
    padding: 0 12px;
    margin: 0;
    border-radius: 6px;
    background-color: #166ee1;
    color: #fff;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
    .conversionModal-footer .conversion-save .btn-text {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .conversionModal-footer .conversion-save:hover {
      background-color: #166ee1;
      color: #fff;
      font-weight: 500; }
    .conversionModal-footer .conversion-save:focus {
      border: none; }

#Spreadsheets .panel-row .panel-cell .celllock-badge-container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden; }
  #Spreadsheets .panel-row .panel-cell .celllock-badge-container .celllock-badge {
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 9; }
    #Spreadsheets .panel-row .panel-cell .celllock-badge-container .celllock-badge .celllock-box {
      display: flex;
      text-align: center;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      width: 14px;
      height: 14px;
      transform: translate(-7px, -7px);
      border-radius: 50%;
      background: #545454; }
      #Spreadsheets .panel-row .panel-cell .celllock-badge-container .celllock-badge .celllock-box .lock-icon {
        width: 8px;
        height: 8px;
        opacity: .6;
        color: white;
        fill: white; }

#Spreadsheets .panel-row .panel-cell.selected-cell .celllock-content {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 9; }
  #Spreadsheets .panel-row .panel-cell.selected-cell .celllock-content .celllock-data {
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    transform: translate(-7px, -7px);
    border-radius: 50%;
    background: #545454; }
    #Spreadsheets .panel-row .panel-cell.selected-cell .celllock-content .celllock-data .lock-icon {
      width: 8px;
      height: 8px;
      opacity: .6;
      color: white;
      fill: white; }

.celllock-popup {
  background-color: #303b47 !important;
  padding: 4px 8px !important;
  margin: 2px -12px 0 22px !important; }
  .celllock-popup .celllock-tooltiptext .celllock-desc {
    font-size: 13px;
    line-height: 1.3 !important; }
  .celllock-popup .celllock-tooltiptext .lock-access {
    color: white !important;
    opacity: .6;
    font-size: 11px !important; }

.celllock-popup-primary {
  background-color: #303b47 !important;
  padding: 4px 8px !important;
  margin: 0 -78px 0 22px !important; }
  .celllock-popup-primary .celllock-tooltiptext .celllock-desc {
    font-size: 13px;
    line-height: 1.3 !important; }
  .celllock-popup-primary .celllock-tooltiptext .lock-access {
    color: white !important;
    opacity: .6;
    font-size: 11px !important; }

.custom-toast-info {
  width: max-content; }

@media only screen and (min-width: 992px) {
  .multimenucolumnsModal {
    width: 28% !important; } }

@media only screen and (max-width: 992px) {
  .multimenucolumnsModal {
    width: 300px !important; } }

#OverlimitModal {
  border-radius: 6px;
  background-color: #fff;
  padding-top: 32px;
  line-height: 1.5;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  #OverlimitModal .overlimit-content {
    padding: 0 32px 0 32px;
    margin-bottom: 32px; }
    #OverlimitModal .overlimit-content .overlimit-header {
      margin-bottom: 16px; }
      #OverlimitModal .overlimit-content .overlimit-header .header-h2 {
        display: flex;
        align-items: center;
        font-size: 24px;
        font-weight: normal; }
        #OverlimitModal .overlimit-content .overlimit-header .header-h2 .header-text {
          font-weight: 600;
          color: #4d4d4d; }
        #OverlimitModal .overlimit-content .overlimit-header .header-h2 .upgrade-icon {
          margin-left: 8px;
          color: #166ee1;
          fill: #166ee1; }
    #OverlimitModal .overlimit-content .plan-data-content {
      display: grid;
      grid-auto-columns: 1fr; }
      #OverlimitModal .overlimit-content .plan-data-content .currentplan-content {
        grid-area: 4 / 1;
        padding: 16px 16px 32px 0; }
        #OverlimitModal .overlimit-content .plan-data-content .currentplan-content .currentplan-header {
          font-size: 16px;
          font-weight: 675;
          margin-bottom: 8px;
          color: #4d4d4d;
          cursor: text; }
        #OverlimitModal .overlimit-content .plan-data-content .currentplan-content .currentplan-desc {
          margin-bottom: 16px;
          font-size: 16px;
          cursor: text; }
        #OverlimitModal .overlimit-content .plan-data-content .currentplan-content .currentplan-info {
          display: flex;
          align-items: center;
          margin-bottom: 2px;
          padding-bottom: 4px;
          font-size: 11px; }
          #OverlimitModal .overlimit-content .plan-data-content .currentplan-content .currentplan-info .check-icon {
            margin-right: 6px; }
      #OverlimitModal .overlimit-content .plan-data-content .upgradeplan-content {
        grid-area: 4 / 2;
        background: #f1f5ff;
        padding: 16px 16px 32px;
        border-radius: 14px; }
        #OverlimitModal .overlimit-content .plan-data-content .upgradeplan-content .upgradeplan-header {
          font-size: 16px;
          font-weight: 675;
          margin-bottom: 8px;
          color: #4d4d4d;
          cursor: text; }
        #OverlimitModal .overlimit-content .plan-data-content .upgradeplan-content .upgradeplan-desc {
          margin-bottom: 16px;
          font-size: 16px;
          cursor: text; }
        #OverlimitModal .overlimit-content .plan-data-content .upgradeplan-content .upgradeplan-info {
          display: flex;
          align-items: center;
          margin-bottom: 2px;
          padding-bottom: 4px;
          font-size: 11px;
          color: #4d4d4d; }
          #OverlimitModal .overlimit-content .plan-data-content .upgradeplan-content .upgradeplan-info .check-icon {
            margin-right: 6px; }
    #OverlimitModal .overlimit-content .overlimit-footer {
      margin: 32px 0 8px 0;
      text-align: center; }
      #OverlimitModal .overlimit-content .overlimit-footer .upgrade-btn {
        font-weight: 500;
        height: 32px;
        font-size: 13px;
        line-height: 22px;
        max-width: 100%;
        width: 33.33333%;
        border-radius: 6px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #166ee1;
        color: white;
        padding: 0 12px;
        margin-bottom: 16px;
        font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
        #OverlimitModal .overlimit-content .overlimit-footer .upgrade-btn .upgrade-btn-text {
          transform: translateY(-0.5px); }
      #OverlimitModal .overlimit-content .overlimit-footer .learnmore-btn a {
        color: #333;
        cursor: pointer;
        font-size: 13px;
        line-height: 1.5; }

#convertColumnModal .btn-cancel {
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  max-width: 100%;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 6px;
  color: #333;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
  #convertColumnModal .btn-cancel:hover {
    background: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

.btn-apply {
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 0 12px;
  margin: 0;
  border-radius: 3px;
  background-color: #166ee1;
  color: #fff;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  .btn-apply .btn-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .btn-apply:hover {
    background-color: #0267eb !important; }
  .btn-apply:focus {
    border: none; }

#DeleteRecordsModal {
  padding: 16px;
  color: #1d1f25;
  line-height: 1.25; }
  #DeleteRecordsModal .modal-header {
    margin-bottom: 16px;
    line-height: 1.25;
    font-size: 21px;
    font-weight: 500 !important;
    color: #1d1f25; }
  #DeleteRecordsModal .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 8px 0; }
    #DeleteRecordsModal .modal-footer .modal-btn {
      height: 32px;
      font-size: 13px;
      line-height: 22px !important;
      border: 0;
      cursor: pointer;
      display: inline-flex !important;
      align-items: center;
      justify-content: center;
      margin: 0 8px 0 0 !important;
      padding: 0 12px;
      border-radius: 6px;
      font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
      #DeleteRecordsModal .modal-footer .modal-btn .btn-text {
        transform: translateY(-0.5px);
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
        font-weight: 500; }
    #DeleteRecordsModal .modal-footer .modal-cancel-btn {
      background-color: transparent;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
      #DeleteRecordsModal .modal-footer .modal-cancel-btn:hover {
        background: none;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    #DeleteRecordsModal .modal-footer .modal-delete-btn {
      margin-right: 0px !important;
      font-weight: 500;
      color: #fff;
      background-color: #166ee1;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
      #DeleteRecordsModal .modal-footer .modal-delete-btn:hover {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

.modal-footermodal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 24px 0 -4px; }
  .modal-footermodal-footer .modal-btn {
    height: 32px;
    font-size: 13px;
    line-height: 22px;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0 !important;
    padding: 0 12px;
    border-radius: 6px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
    .modal-footermodal-footer .modal-btn .btn-text {
      transform: translateY(-0.5px);
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 13px;
      font-weight: 500; }
  .modal-footermodal-footer .modal-cancel-btn {
    background-color: transparent;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    .modal-footermodal-footer .modal-cancel-btn:hover {
      background: none;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  .modal-footermodal-footer .modal-delete-btn {
    margin-right: 0px;
    font-weight: 500;
    color: #fff;
    background-color: #166ee1;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    .modal-footermodal-footer .modal-delete-btn:hover {
      background-color: #166ee1;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

.columnName-error-message {
  cursor: text;
  font-size: 11px;
  font-weight: 500;
  margin-top: 8px;
  color: #dc043b;
  animation-name: bounceIn;
  animation-duration: 240ms; }

@keyframes bounceIn {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: .9;
    transform: scale3d(0.98, 0.98, 0.98); }
  70% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  100% {
    transform: scale3d(1, 1, 1); } }

.errorTablename-popup {
  padding: 8px !important;
  background: #dc043b !important;
  color: #fff !important;
  font-size: 13px !important;
  min-width: fit-content !important;
  max-width: fit-content !important;
  margin-top: 8px !important;
  position: absolute;
  z-index: 1900;
  border: 1px solid #D4D4D5;
  line-height: 1.4285em;
  font-weight: normal;
  font-style: normal;
  border-radius: 0.28571429rem;
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15); }
  .errorTablename-popup::before {
    background: #dc043b !important;
    top: -0.30714286em;
    left: 50%;
    right: auto;
    bottom: auto;
    position: absolute;
    content: '';
    box-shadow: -1px -1px 0px 0px #bababc !important;
    position: absolute;
    content: '';
    width: 0.71428571em;
    height: 0.71428571em;
    transform: rotate(45deg);
    z-index: 2; }

.spreadsheetsContent-box {
  z-index: 4 !important; }

.ghostAddrow-popup {
  padding: 4px 8px !important;
  color: #1d1f25 !important;
  font-size: 13px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) !important;
  margin: 5px 0 0 0 !important;
  max-width: fit-content !important;
  border: none !important;
  line-height: 18px !important;
  animation-duration: 5s !important; }

.ghostRow-popup {
  padding: 4px 8px !important;
  color: #1d1f25 !important;
  font-size: 13px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) !important;
  margin-top: 36px !important;
  max-width: fit-content !important;
  border: none !important;
  line-height: 18px !important;
  animation-duration: 5s !important; }

.looupColumnAlert-popup {
  background-color: #303b47 !important;
  padding: 4px 8px !important;
  margin: 3px 0 0 0px !important;
  max-width: 296px !important;
  font-size: 13px !important; }
  .looupColumnAlert-popup .content {
    line-height: 1.3 !important; }

.multiline-warp {
  line-height: 1.5;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }
  .multiline-warp span {
    white-space: pre-line !important; }

.attachment-drag-celledit .drop-file-content {
  display: none;
  margin: auto; }
  .attachment-drag-celledit .drop-file-content p {
    font-size: 14.5px;
    font-weight: 600; }

.attachment-drag-celledit .file-drop-dragging-over-frame .attachment-bx {
  background: #f5f5f5;
  justify-content: center;
  display: flex;
  align-items: center; }

.attachment-drag-celledit .file-drop-dragging-over-frame .attachment-bx-item {
  visibility: hidden; }

.attachment-drag-celledit .file-drop-dragging-over-frame .add-text {
  visibility: hidden; }

.attachment-drag-celledit .file-drop-dragging-over-frame .add {
  visibility: hidden; }

.attachment-drag-celledit .file-drop-dragging-over-frame .drop-file-content {
  display: block; }

.attachment-bx {
  font-size: 11px;
  height: inherit !important;
  padding-top: 0 !important;
  display: flex;
  flex-wrap: nowrap;
  width: -webkit-fill-available;
  align-items: center; }
  .attachment-bx .add {
    width: fit-content;
    font-weight: 500;
    cursor: pointer;
    float: left;
    font-size: 16px;
    align-items: center;
    display: flex;
    background: #c7c7c7;
    border-radius: 4px;
    padding: 0px 5px;
    margin-right: 5px; }
  .attachment-bx .add-text {
    margin-top: 5px;
    margin-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin: auto 8px;
    overflow: hidden; }
  .attachment-bx ul {
    display: inline;
    height: inherit; }
  .attachment-bx li {
    display: flex;
    float: left;
    height: inherit; }
    .attachment-bx li img {
      position: relative;
      max-height: 80%;
      width: auto;
      margin: auto 3px;
      max-width: 100px;
      height: inherit;
      border: 2px solid transparent; }
      .attachment-bx li img:hover {
        border: 2px solid #0096FF; }
  .attachment-bx .delete-tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: #212121;
    color: white;
    text-align: center;
    text-transform: none;
    border-radius: 4px;
    font-size: 12px !important;
    margin-left: 8px;
    padding: 0 8px;
    position: absolute;
    z-index: 1;
    padding-left: 7px;
    padding-right: 7px;
    bottom: 50%;
    left: unset; }
  .attachment-bx .delete-tooltip:hover .tooltiptext {
    visibility: visible; }
  .attachment-bx .attachment-bx-item .remove-icon {
    padding: 2px;
    position: absolute;
    margin-left: -25px;
    margin-top: 7px;
    border-radius: 0px; }
  .attachment-bx .img-data {
    position: relative;
    width: auto;
    max-width: 100px;
    height: -webkit-fill-available;
    margin-right: 5px;
    max-height: 38px;
    border-radius: 4px;
    border: 2px solid #d8d7d7de; }
    .attachment-bx .img-data:hover {
      border: 2px solid #0096FF; }
  .attachment-bx span:first-child {
    min-width: 16px; }
  .attachment-bx span:nth-child(2) {
    margin: 0 auto;
    color: #909090; }
  .attachment-bx .attachment-loader {
    margin: 0px 8px 0px 0px; }

.attachment-filr-drag {
  width: 100%;
  height: 100%; }
  .attachment-filr-drag .drop-zone {
    width: 100%;
    height: 100%;
    border: 2px dashed #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
    position: relative;
    text-align: center;
    font-size: 11px;
    color: grey;
    font-weight: 400;
    border-radius: 3px; }
  .attachment-filr-drag .drop-file-content {
    display: none;
    width: auto;
    height: auto;
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .attachment-filr-drag .drop-file-content p {
      font-size: 14.5px;
      font-weight: 600; }
  .attachment-filr-drag .file-drop-dragging-over-frame .attachment-bx {
    background: #f5f5f5;
    justify-content: center;
    display: none;
    align-items: center; }
  .attachment-filr-drag .file-drop-dragging-over-frame .attachment-bx-item {
    visibility: hidden; }
  .attachment-filr-drag .file-drop-dragging-over-frame .add-text {
    visibility: hidden; }
  .attachment-filr-drag .file-drop-dragging-over-frame .add {
    visibility: hidden; }
  .attachment-filr-drag .file-drop-dragging-over-frame .img-data {
    visibility: hidden; }
  .attachment-filr-drag .file-drop-dragging-over-frame .drop-file-content {
    display: flex; }
  .attachment-filr-drag .file-drop-target {
    height: 100%;
    margin: auto 0px; }
    .attachment-filr-drag .file-drop-target .file-logo {
      display: none; }

.ct-checkbox {
  position: absolute !important;
  text-align: center;
  top: 0px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 2px solid transparent;
  outline: none;
  padding: 6px; }

.tab-select-bx {
  margin: 0 2px; }

.collaborator-dropdown {
  display: inline-flex;
  flex: 1 1 auto; }
  .collaborator-dropdown .add {
    width: fit-content;
    font-weight: 500;
    cursor: pointer;
    float: left;
    font-size: 16px;
    display: flex;
    align-items: center;
    background: #c7c7c7;
    border-radius: 4px;
    padding: 0px 5px;
    margin-right: 5px;
    margin: auto 5px auto 0px; }
    .collaborator-dropdown .add:hover {
      background: #d2d2da;
      opacity: 0.9; }
  .collaborator-dropdown .multi-collaborator {
    display: flex;
    align-items: center; }
  .collaborator-dropdown .select-cell {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    outline: none;
    box-shadow: none;
    line-height: 18px; }
    .collaborator-dropdown .select-cell .css-1okebmr-indicatorSeparator {
      display: none; }
    .collaborator-dropdown .select-cell .css-yk16xz-control {
      border-radius: 0px; }
    .collaborator-dropdown .select-cell .css-b8ldur-Input {
      caret-color: black !important; }
    .collaborator-dropdown .select-cell .Select {
      z-index: 2;
      min-height: 30px; }
      .collaborator-dropdown .select-cell .Select .Select-clear {
        margin-top: -5px; }
      .collaborator-dropdown .select-cell .Select .Select-control {
        position: relative;
        height: inherit !important;
        border: 2px solid #0096ff;
        border-radius: 4px;
        z-index: 1 !important; }
        .collaborator-dropdown .select-cell .Select .Select-control .Select-placeholder {
          line-height: 26px;
          padding: 0 12px !important; }
        .collaborator-dropdown .select-cell .Select .Select-control .Select-multi-value-wrapper {
          display: inline-flex !important;
          flex-direction: row !important;
          flex-wrap: wrap !important;
          padding-left: 5px;
          min-height: 30px; }
        .collaborator-dropdown .select-cell .Select .Select-control .Select-arrow-zone {
          cursor: pointer;
          display: table-cell !important;
          position: relative;
          text-align: center;
          vertical-align: middle !important;
          width: 25px;
          padding: 5px; }
        .collaborator-dropdown .select-cell .Select .Select-control .Select-input {
          height: 18px;
          padding: 0px !important;
          vertical-align: middle;
          margin: auto 0; }
        .collaborator-dropdown .select-cell .Select .Select-control .Select-input > input {
          box-sizing: border-box !important;
          padding: 0 !important; }
        .collaborator-dropdown .select-cell .Select .Select-control:hover {
          box-shadow: none; }
    .collaborator-dropdown .select-cell .Select.is-focused:not(.is-open) > .Select-control {
      box-shadow: none; }
    .collaborator-dropdown .select-cell .Select-menu-outer {
      z-index: 3;
      box-shadow: 0 0 8px #888;
      width: max-content;
      min-width: 100%; }
      .collaborator-dropdown .select-cell .Select-menu-outer .Select-menu .Select-option {
        padding: 6px 10px;
        width: 100%;
        min-width: max-content; }
      .collaborator-dropdown .select-cell .Select-menu-outer .Select-menu::-webkit-scrollbar {
        width: 4px; }
    .collaborator-dropdown .select-cell .links-bx {
      border: 2px solid #0096ff;
      border-radius: 4px;
      padding: 5px; }
      .collaborator-dropdown .select-cell .links-bx .links-bx-link {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        height: 115px; }
      .collaborator-dropdown .select-cell .links-bx .icon-expand {
        position: absolute;
        right: 5px;
        top: 10px; }
    .collaborator-dropdown .select-cell .api-data {
      border: 2px solid #0096ff;
      border-radius: 4px;
      max-width: 500px;
      overflow: scroll;
      padding: 5px; }
  .collaborator-dropdown .collaborator-cell {
    min-width: 250px; }
    .collaborator-dropdown .collaborator-cell .css-1wcnc71-control, .collaborator-dropdown .collaborator-cell .css-737pto-control {
      border-top-right-radius: 4px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      border-bottom: none;
      border-left: 2px solid rgba(0, 0, 0, 0.1);
      border-right: 2px solid rgba(0, 0, 0, 0.1);
      border-top: 2px solid rgba(0, 0, 0, 0.1); }
    .collaborator-dropdown .collaborator-cell .css-737pto-control {
      box-shadow: none;
      border-top-right-radius: 4px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      border-left: 2px solid rgba(0, 0, 0, 0.1);
      border-right: 2px solid rgba(0, 0, 0, 0.1);
      border-top: 2px solid rgba(0, 0, 0, 0.1);
      border-bottom: none; }
      .collaborator-dropdown .collaborator-cell .css-737pto-control :hover {
        border: none;
        border-color: none; }
    .collaborator-dropdown .collaborator-cell .css-1itjr4n-multiValue {
      display: none; }
    .collaborator-dropdown .collaborator-cell .css-g1d714-ValueContainer {
      padding: 8px;
      height: 32px; }
    .collaborator-dropdown .collaborator-cell .css-15qtglr-singleValue {
      display: none; }
    .collaborator-dropdown .collaborator-cell .css-fymsl7-menu {
      box-shadow: none;
      border-top-right-radius: 0px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border-top: none;
      border-left: 2px solid rgba(0, 0, 0, 0.1);
      border-right: 2px solid rgba(0, 0, 0, 0.1);
      border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
    .collaborator-dropdown .collaborator-cell .css-ccfn4t-MenuList {
      max-height: 220px;
      overflow: hidden auto; }
      .collaborator-dropdown .collaborator-cell .css-ccfn4t-MenuList .invite-btn {
        color: #4d4d4d;
        line-height: 2; }
      .collaborator-dropdown .collaborator-cell .css-ccfn4t-MenuList .add-user-btn {
        color: #4d4d4d;
        display: flex;
        align-items: center; }
        .collaborator-dropdown .collaborator-cell .css-ccfn4t-MenuList .add-user-btn .add-icon {
          margin-right: 4px; }
      .collaborator-dropdown .collaborator-cell .css-ccfn4t-MenuList .css-1b9itwh-option {
        background-color: none; }
    .collaborator-dropdown .collaborator-cell .create-option {
      font-size: 12.8px; }
      .collaborator-dropdown .collaborator-cell .create-option .content {
        overflow: hidden;
        display: inline-block; }
        .collaborator-dropdown .collaborator-cell .create-option .content .header {
          font-size: 11px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }

.collaborator-tag {
  display: inline-flex !important;
  align-items: center;
  height: 18px !important;
  border: 1px solid #eee;
  background-color: #eee;
  margin: 5px 2px;
  min-width: fit-content;
  border-radius: 10px; }
  .collaborator-tag img {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important; }
  .collaborator-tag p {
    font-size: 13px;
    line-height: 18px !important;
    padding: 0 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.collaborator-icon {
  font-size: 17px !important;
  opacity: .75 !important; }

#CellEdit .selected-cell-multiline {
  background-color: white;
  height: 64px;
  box-shadow: 0 0 0 2px #2d7ff9;
  border-radius: 1px;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%; }
  #CellEdit .selected-cell-multiline .ql-editor {
    overflow-y: hidden; }
  #CellEdit .selected-cell-multiline .ql-toolbar.ql-snow {
    display: none; }
  #CellEdit .selected-cell-multiline .ql-container.ql-snow {
    border: none; }

#CellEdit .multiLineTextEdit {
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  min-width: 320px;
  width: 100%;
  border: 1px solid #ddd; }
  #CellEdit .multiLineTextEdit #quill-editor {
    background: #fff; }
    #CellEdit .multiLineTextEdit #quill-editor .ql-toolbar {
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      overflow: hidden; }
      #CellEdit .multiLineTextEdit #quill-editor .ql-toolbar.ql-snow {
        border: 3px solid #ccc; }
    #CellEdit .multiLineTextEdit #quill-editor .ql-container {
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      height: 150px; }
  #CellEdit .multiLineTextEdit .arrows.alternate.vertical {
    font-size: 0.6em;
    z-index: 100000;
    position: absolute !important;
    right: 4px !important;
    background: #fff;
    top: 6px !important;
    background-color: #2185d0 !important;
    color: #fff; }
  #CellEdit .multiLineTextEdit .arrows.alternate.vertical:hover {
    color: #fff !important; }

#CellEdit .quill-editor-customCss .ql-container .ql-editor ol, #CellEdit .quill-editor-customCss .ql-container .ql-editor ul {
  padding: 0px; }

.collaborator-tag-dummy {
  display: inline-flex !important;
  align-items: center;
  height: 18px !important;
  margin: 5px 2px;
  min-width: fit-content;
  max-width: 110px;
  width: -webkit-fill-available;
  border-radius: 10px;
  background-color: #eee;
  background-color: #eee; }
  .collaborator-tag-dummy img {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important; }
  .collaborator-tag-dummy p {
    font-size: 13px;
    line-height: 18px !important;
    padding: 0 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.render-box {
  background: #fff;
  height: 100%; }
  .render-box .arrows.alternate.vertical {
    z-index: 100000;
    position: absolute;
    background: #c1d6ee;
    right: 0px;
    top: 6px; }
  .render-box .arrows.alternate.vertical:hover {
    color: #fff !important;
    background: #ccc;
    box-shadow: 1px 1px 4px 1px #ccc; }
  .render-box .render-bx-border {
    height: 100%;
    border: 2px solid #0096ff;
    border-radius: 4px; }
    .render-box .render-bx-border .durationError {
      position: absolute;
      left: 0px;
      z-index: 50;
      background: #fff;
      width: 100%;
      top: 31px;
      min-width: -moz-min-content;
      border: 1px solid #d4d4d5;
      padding: 0.833em 1em;
      font-weight: 400;
      font-style: normal;
      color: rgba(0, 0, 0, 0.87);
      border-radius: 0.28571429rem;
      -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
      box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
      outline: none; }
    .render-box .render-bx-border input {
      width: -webkit-fill-available !important;
      height: auto !important;
      padding: 0px !important;
      margin: 6px;
      border: none !important; }
      .render-box .render-bx-border input:focus {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none; }
      .render-box .render-bx-border input:active {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none; }
    .render-box .render-bx-border .time-cell .react-datepicker__triangle {
      margin-left: 0px;
      border-bottom-color: white; }
    .render-box .render-bx-border .time-cell .react-datepicker__time {
      margin-top: -19px; }
    .render-box .render-bx-border .time-cell .react-datepicker__header--time {
      padding: 0; }
    .render-box .render-bx-border .time-cell .react-datepicker__time-box {
      width: 100%; }
    .render-box .render-bx-border .time-cell .react-datepicker__time-list-item--selected {
      background-color: white !important;
      color: black !important;
      font-weight: 400; }
  .render-box .react-phone-number-input {
    border: 2px solid #0096ff;
    border-radius: 4px;
    padding: 5px;
    background: #fff;
    overflow: hidden; }
    .render-box .react-phone-number-input select {
      display: none; }
    .render-box .react-phone-number-input .react-phone-number-input__row {
      display: flex;
      flex-direction: row; }
      .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__country {
        display: flex;
        justify-content: center; }
      .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon {
        width: 30px;
        display: flex;
        justify-content: center; }
        .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon svg {
          width: 20px;
          margin-top: 4px;
          margin-left: 6px;
          margin-right: 4px; }
        .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon img {
          width: 30px; }
      .render-box .react-phone-number-input .react-phone-number-input__row input {
        border: none;
        margin: auto;
        height: -webkit-fill-available;
        width: -webkit-fill-available;
        padding-left: 10px; }
        .render-box .react-phone-number-input .react-phone-number-input__row input:focus {
          border: none;
          box-shadow: none;
          -webkit-box-shadow: none;
          outline: none; }
        .render-box .react-phone-number-input .react-phone-number-input__row input:active {
          border: none;
          box-shadow: none;
          -webkit-box-shadow: none;
          outline: none; }
  .render-box .PhoneInput {
    display: flex;
    align-items: center;
    border: 2px solid #0096ff;
    border-radius: 4px;
    padding: 5px;
    background: #fff;
    overflow: hidden; }
    .render-box .PhoneInput .PhoneInputCountry {
      width: 27px; }
      .render-box .PhoneInput .PhoneInputCountry svg {
        width: 100%;
        border-radius: 3px; }
      .render-box .PhoneInput .PhoneInputCountry .PhoneInputCountrySelect {
        display: none; }
      .render-box .PhoneInput .PhoneInputCountry .PhoneInputCountryIcon {
        display: flex;
        align-items: center; }
    .render-box .PhoneInput input {
      border: none;
      margin: auto;
      width: -webkit-fill-available;
      padding-left: 10px; }
      .render-box .PhoneInput input:focus {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none; }
      .render-box .PhoneInput input:active {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none; }
  .render-box .attachment-bx {
    border: 2px solid #0096ff;
    border-radius: 4px;
    padding: 5px;
    width: -webkit-fill-available; }
    .render-box .attachment-bx li {
      height: auto;
      margin: 3px auto; }
    .render-box .attachment-bx .add-text {
      margin-top: 5px;
      margin-right: 5px;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-weight: bold;
      margin: auto 8px;
      overflow: hidden; }
    .render-box .attachment-bx .add {
      margin-right: 5px; }
      .render-box .attachment-bx .add:hover {
        background: #d2d2da;
        opacity: 0.9; }
  .render-box .selectDrag {
    content: "";
    position: absolute;
    border: 1px solid #0096FF;
    background: #0096FF;
    height: 8px;
    width: 8px;
    border-radius: 1px;
    bottom: -2.5px;
    right: -3px;
    z-index: 1;
    cursor: crosshair; }
  .render-box .select-cell {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    outline: none;
    box-shadow: none;
    line-height: 18px; }
    .render-box .select-cell .css-1okebmr-indicatorSeparator {
      display: none; }
    .render-box .select-cell .css-yk16xz-control {
      border-radius: 0px; }
    .render-box .select-cell .css-b8ldur-Input {
      caret-color: black !important; }
    .render-box .select-cell .Select {
      z-index: 2;
      min-height: 30px; }
      .render-box .select-cell .Select .Select-clear {
        margin-top: -5px; }
      .render-box .select-cell .Select .Select-control {
        position: relative;
        height: inherit !important;
        border: 2px solid #0096ff;
        border-radius: 4px;
        z-index: 1 !important; }
        .render-box .select-cell .Select .Select-control .Select-placeholder {
          line-height: 26px;
          padding: 0 12px !important; }
        .render-box .select-cell .Select .Select-control .Select-multi-value-wrapper {
          display: inline-flex !important;
          flex-direction: row !important;
          flex-wrap: wrap !important;
          padding-left: 5px;
          min-height: 30px; }
        .render-box .select-cell .Select .Select-control .Select-arrow-zone {
          cursor: pointer;
          display: table-cell !important;
          position: relative;
          text-align: center;
          vertical-align: middle !important;
          width: 25px;
          padding: 5px; }
        .render-box .select-cell .Select .Select-control .Select-input {
          height: 18px;
          padding: 0px !important;
          vertical-align: middle;
          margin: auto 0; }
        .render-box .select-cell .Select .Select-control .Select-input > input {
          box-sizing: border-box !important;
          padding: 0 !important; }
        .render-box .select-cell .Select .Select-control:hover {
          box-shadow: none; }
    .render-box .select-cell .Select.is-focused:not(.is-open) > .Select-control {
      box-shadow: none; }
    .render-box .select-cell .Select-menu-outer {
      z-index: 3;
      box-shadow: 0 0 8px #888;
      width: max-content;
      min-width: 100%; }
      .render-box .select-cell .Select-menu-outer .Select-menu .Select-option {
        padding: 6px 10px;
        width: 100%;
        min-width: max-content; }
      .render-box .select-cell .Select-menu-outer .Select-menu::-webkit-scrollbar {
        width: 4px; }
    .render-box .select-cell .links-bx {
      border: 2px solid #0096ff;
      border-radius: 4px;
      padding: 5px; }
      .render-box .select-cell .links-bx .links-bx-link {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        height: 115px; }
      .render-box .select-cell .links-bx .icon-expand {
        position: absolute;
        right: 5px;
        top: 10px; }
    .render-box .select-cell .api-data {
      border: 2px solid #0096ff;
      border-radius: 4px;
      max-width: 500px;
      overflow: scroll;
      padding: 5px; }
  .render-box .collaborator-cell {
    min-width: 250px; }
    .render-box .collaborator-cell .css-1wcnc71-control, .render-box .collaborator-cell .css-737pto-control {
      border-top-right-radius: 4px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      border-bottom: none;
      border-left: 2px solid rgba(0, 0, 0, 0.1);
      border-right: 2px solid rgba(0, 0, 0, 0.1);
      border-top: 2px solid rgba(0, 0, 0, 0.1); }
    .render-box .collaborator-cell .css-737pto-control {
      box-shadow: none;
      border-top-right-radius: 4px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      border-left: 2px solid rgba(0, 0, 0, 0.1);
      border-right: 2px solid rgba(0, 0, 0, 0.1);
      border-top: 2px solid rgba(0, 0, 0, 0.1);
      border-bottom: none; }
      .render-box .collaborator-cell .css-737pto-control :hover {
        border: none;
        border-color: none; }
    .render-box .collaborator-cell .css-1itjr4n-multiValue {
      display: none; }
    .render-box .collaborator-cell .css-g1d714-ValueContainer {
      padding: 8px;
      height: 32px; }
    .render-box .collaborator-cell .css-15qtglr-singleValue {
      display: none; }
    .render-box .collaborator-cell .css-fymsl7-menu {
      box-shadow: none;
      border-top-right-radius: 0px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border-top: none;
      border-left: 2px solid rgba(0, 0, 0, 0.1);
      border-right: 2px solid rgba(0, 0, 0, 0.1);
      border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
    .render-box .collaborator-cell .css-ccfn4t-MenuList {
      max-height: 220px; }
      .render-box .collaborator-cell .css-ccfn4t-MenuList .invite-btn {
        color: #4d4d4d;
        line-height: 2; }
      .render-box .collaborator-cell .css-ccfn4t-MenuList .add-user-btn {
        color: #4d4d4d;
        display: flex;
        align-items: center; }
        .render-box .collaborator-cell .css-ccfn4t-MenuList .add-user-btn .add-icon {
          margin-right: 4px; }
      .render-box .collaborator-cell .css-ccfn4t-MenuList .css-1b9itwh-option {
        background-color: none; }
    .render-box .collaborator-cell .create-option {
      font-size: 12.8px; }
      .render-box .collaborator-cell .create-option .content {
        overflow: hidden;
        display: inline-block; }
        .render-box .collaborator-cell .create-option .content .header {
          font-size: 11px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
  .render-box .field {
    display: flex;
    flex-direction: column;
    padding: 0 10px; }
  .render-box .formula .formula-list {
    max-height: 300px;
    background-color: #fff;
    z-index: 1;
    display: block;
    position: absolute;
    width: 335px;
    overflow: auto;
    box-shadow: 0 0 17px 0 #ddd;
    margin: 4px 10px;
    cursor: pointer; }
    .render-box .formula .formula-list li {
      padding: 4px 8px;
      border-bottom: 1px solid #ddd; }
      .render-box .formula .formula-list li span {
        opacity: 0.5;
        font-size: 11px;
        float: right; }
      .render-box .formula .formula-list li .details {
        visibility: hidden;
        width: 85%;
        background-color: black;
        color: #fff;
        text-transform: none;
        border-radius: 6px;
        font-size: 13px !important;
        padding: 3%;
        position: absolute;
        z-index: 3;
        display: inherit;
        margin-top: 3px;
        margin-left: 2%;
        opacity: 1; }
      .render-box .formula .formula-list li:hover {
        background-color: rgba(229, 229, 229, 0.3); }
        .render-box .formula .formula-list li:hover .details {
          visibility: visible; }
      .render-box .formula .formula-list li:not(:hover) .details {
        visibility: hidden; }
  .render-box > .content {
    padding: 10px; }
    .render-box > .content input,
    .render-box > .content select,
    .render-box > .content .input {
      padding: 4px !important;
      margin: 4px 0 !important; }
    .render-box > .content .apply-button {
      margin: 12px 0;
      padding: 8px 16px; }
  .render-box .desc {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
    width: 375px;
    font-size: 13px;
    line-height: 18px;
    color: #4d4d4d;
    opacity: .75;
    cursor: text; }
  .render-box .field {
    margin-top: 10px !important; }
  .render-box .field label {
    font-weight: 500 !important;
    color: #909090;
    font-size: 12px; }
  .render-box .field input,
  .render-box .field select {
    background-color: #fff;
    font-size: 13px; }
  .render-box .field .react-datepicker-wrapper {
    display: block; }
    .render-box .field .react-datepicker-wrapper .react-datepicker__input-container {
      display: block; }
  .render-box .rc-time-picker {
    width: 100%; }
  .render-box .rc-time-picker-input {
    height: 38px; }
  .render-box .ui.checkbox input.hidden + label {
    font-size: 13px;
    color: #414141; }
  .render-box .input-multi-line {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 200px;
    width: 100%;
    z-index: 2;
    background: #fff;
    border: 3px solid #0096ff;
    border-radius: 4px;
    outline: none;
    padding: 6px;
    box-shadow: none;
    line-height: 18px; }

.select-tag-wrapper {
  display: block;
  height: fit-content;
  border-radius: 8px;
  margin: 6px 2px;
  max-width: inherit; }

.select-tag-wrapper-custom {
  display: block;
  height: fit-content;
  border-radius: 8px;
  margin: 4px 0px;
  max-width: inherit; }

.select-tag {
  display: inline-flex !important;
  height: 18px !important;
  padding: 2px 8px;
  margin: 0;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  border-radius: 8px;
  background: #fff;
  color: #4d4d4d;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap; }
  .select-tag .Select-aria-only {
    position: relative !important; }

.multiSelect-cell {
  display: inline-block !important;
  padding-top: 0; }

.multiSelect-rowCell {
  display: flex !important; }

.select-tag-colorpill, .select-tag-options {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  width: fit-content;
  display: inline-flex;
  align-items: center; }
  .select-tag-colorpill .select-tag, .select-tag-colorpill .select-tag-custom-2, .select-tag-colorpill .select-tag-custom-single-select-column-type, .select-tag-colorpill .select-tag-custom-3, .select-tag-colorpill .select-tag-custom-4, .select-tag-options .select-tag, .select-tag-options .select-tag-custom-2, .select-tag-options .select-tag-custom-single-select-column-type, .select-tag-options .select-tag-custom-3, .select-tag-options .select-tag-custom-4 {
    display: block !important; }

.select-cellEdit .select-tag-custom-single-select-column-type {
  display: block !important;
  width: fit-content; }

.select-cellEdit .option-renderer-color-dot {
  position: relative;
  top: 2px;
  margin-top: 1px; }

.links-bx {
  display: flex;
  font-size: 11px;
  height: max-content;
  flex-wrap: wrap; }
  .links-bx .add {
    width: fit-content;
    font-weight: 500;
    cursor: pointer;
    float: left;
    font-size: 16px;
    display: flex;
    align-items: center;
    background: #c7c7c7;
    border-radius: 4px;
    padding: 0px 5px;
    margin-right: 5px; }
    .links-bx .add:hover {
      background: #d2d2da;
      opacity: 0.9; }
  .links-bx .row-link {
    white-space: nowrap;
    margin: 5px 3px;
    padding: 0px 4px;
    background-color: #e9eef9;
    border: none;
    border-radius: 3px;
    line-height: 1.5;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: fit-content;
    display: flex; }
    .links-bx .row-link .row-link-text {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 42px;
      width: fit-content; }
    .links-bx .row-link .remove-icon {
      cursor: pointer; }
    .links-bx .row-link .remove-icon::before {
      margin-left: 4px; }
    .links-bx .row-link:hover {
      cursor: pointer;
      opacity: 0.8; }
  .links-bx .error {
    background: #f5cce9 !important;
    border: 0.5px solid #a26e71 !important; }

.date-wrapper {
  -webkit-box-flex: 1;
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  padding-bottom: 6px;
  padding-top: 6px;
  flex-direction: row;
  justify-content: space-between; }
  .date-wrapper .date {
    -webkit-box-flex: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%; }
    .date-wrapper .date.talign {
      flex: 1 1 calc(100% - 67%); }
    .date-wrapper .date.align {
      flex: 1 0 auto; }
  .date-wrapper .time {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    box-sizing: border-box;
    padding-left: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%; }
  .date-wrapper .zone {
    -webkit-box-flex: 1;
    flex-grow: 0;
    flex-shrink: 2;
    order: 99999;
    box-sizing: border-box;
    padding-top: 0.25rem;
    padding-left: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    text-transform: capitalize;
    font-size: 9px; }

.progress {
  margin: auto;
  width: inherit; }
  .progress .progress-text-type .progress-text-main {
    display: flex;
    align-items: center;
    justify-content: unset; }
    .progress .progress-text-type .progress-text-main .progress-text-icon {
      font-size: 20px; }
    .progress .progress-text-type .progress-text-main .progress-text-task {
      font-size: 14px;
      margin-left: 6px; }
  .progress .progress-type {
    display: flex;
    align-items: center;
    width: 100%; }
    .progress .progress-type .progress-line {
      width: 90%;
      margin: auto !important; }
    .progress .progress-type .progress-color .bar {
      background: #21BA45; }
    .progress .progress-type .progress-empty .bar {
      background: rgba(0, 0, 0, 0.1) !important;
      min-width: 0%; }
    .progress .progress-type .progress-percentage {
      width: 29px;
      text-align: center;
      margin-left: 4px;
      color: green;
      font-weight: 500;
      margin-right: 4px; }
    .progress .progress-type .ui.small.progress {
      font-size: 0.60857143rem; }

.date-cell .react-datepicker-wrapper {
  top: 0px;
  left: 0px;
  height: -webkit-fill-available;
  width: -moz-available;
  width: 100%;
  position: absolute;
  display: -webkit-inline-box; }
  .date-cell .react-datepicker-wrapper .react-datepicker__input-container {
    top: 0px;
    left: 0px;
    height: -webkit-fill-available;
    width: -moz-available;
    width: 100%;
    display: block !important; }

.date-cell input {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: -webkit-fill-available;
  width: -moz-available;
  width: 100%;
  z-index: 1;
  background: #fff;
  border: 2px solid #0096ff;
  border-radius: 4px;
  outline: none;
  padding: 6px;
  box-shadow: none;
  line-height: 20px; }

.date-time .react-datepicker {
  width: 283px !important; }
  .date-time .react-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
    padding: 5px 7px; }

.date-time .react-datepicker__header--time {
  height: 75px; }

.api-data-root .row-link .api-data {
  display: none; }

.api-data-root .row-link:hover .api-data {
  display: block; }

.infoBox {
  display: "flex";
  flex-direction: "column";
  justify-content: "flex-start"; }
  .infoBox .line {
    margin-bottom: 2% !important; }

.send-btn {
  width: -webkit-fill-available;
  text-align: center;
  display: flex; }
  .send-btn .btn-root {
    margin: auto;
    display: flex;
    justify-content: center; }
    .send-btn .btn-root .btn {
      cursor: pointer;
      width: fit-content;
      padding: 3px 6px;
      border-radius: 5px;
      margin: auto;
      opacity: 0.8;
      /* box-shadow: 3px 3px 3px #ccc; */
      display: flex;
      justify-content: center;
      background-color: rgba(228, 195, 195, 0.5); }
      .send-btn .btn-root .btn svg {
        margin-right: 5px; }
      .send-btn .btn-root .btn span {
        white-space: nowrap !important;
        color: white;
        overflow: hidden !important;
        text-overflow: ellipsis !important; }
      .send-btn .btn-root .btn:hover {
        opacity: 1; }
      .send-btn .btn-root .btn:target {
        box-shadow: none; }
      .send-btn .btn-root .btn:active {
        box-shadow: none; }

.button-column {
  display: contents; }
  .button-column .send-btn {
    width: -webkit-fill-available;
    text-align: center;
    display: flex; }
    .button-column .send-btn .btn-root {
      margin: auto;
      display: flex;
      justify-content: center; }
      .button-column .send-btn .btn-root .btn {
        cursor: pointer;
        width: fit-content;
        padding: 3px 6px;
        border-radius: 5px;
        margin: auto;
        opacity: 0.8;
        display: flex;
        justify-content: center;
        background-color: rgba(228, 195, 195, 0.5); }
        .button-column .send-btn .btn-root .btn svg {
          margin-right: 5px; }
        .button-column .send-btn .btn-root .btn span {
          white-space: nowrap !important;
          color: white;
          overflow: hidden !important;
          text-overflow: ellipsis !important; }
        .button-column .send-btn .btn-root .btn:hover {
          opacity: 1; }
        .button-column .send-btn .btn-root .btn:target {
          box-shadow: none; }
        .button-column .send-btn .btn-root .btn:active {
          box-shadow: none; }
      .button-column .send-btn .btn-root .disabled {
        cursor: auto !important;
        opacity: 0.5; }
        .button-column .send-btn .btn-root .disabled:hover {
          opacity: 0.5; }

.rating {
  width: 100%;
  display: flex;
  justify-content: left; }
  .rating .rating-icon {
    background: none !important;
    cursor: pointer;
    visibility: hidden; }

.rating:hover .rating-icon {
  visibility: visible;
  cursor: pointer; }

/*Huge thanks to @tobiasahlin at http://tobiasahlin.com/spinkit/ */
.spinner {
  width: 70px;
  margin: auto;
  position: relative;
  top: -33%; }
  .spinner div {
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 100%;
    display: inline-flex;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

@keyframes sk-bouncedelay {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

.arrows.alternate.vertical {
  background: #fff; }

.arrows.alternate.vertical:hover {
  background: #e9f8f8;
  border-radius: 10px; }

#multilineText .arrows.alternate.vertical {
  font-size: 0.5em;
  position: fixed;
  right: -2px;
  top: 8px;
  background-color: #2185d0 !important;
  color: #fff; }

#multilineText .arrows.alternate.vertical:hover {
  background-color: #2185d0 !important;
  color: #fff;
  box-shadow: 1px 1px 4px 1px #ccc; }

#multilineText .custom-css ul {
  padding: 0px 18px; }

#multilineText .multiline-text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap;
  display: -webkit-box;
  overflow: hidden;
  max-height: none;
  word-wrap: break-word; }

.custom-h1, #CellEdit .ql-editor h1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px; }

.custom-h2, #CellEdit .ql-editor h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px; }

.select-tag-custom-4 {
  display: inline-flex !important;
  height: 20px !important;
  padding: 1.562px 8px;
  margin: 0;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  border-radius: 8px;
  background: #fff;
  color: #4d4d4d;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  margin-top: 0px;
  align-items: center; }

.time-wrapper {
  -webkit-box-flex: 1;
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  padding-bottom: 6px;
  padding-top: 6px;
  flex-direction: row;
  justify-content: space-between; }
  .time-wrapper .time {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    box-sizing: border-box;
    padding-left: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%; }

#Spreadsheets .panel-row .panel-cell .collaborator-tag .colllaboartor-text {
  white-space: inherit !important; }

.celllock-errorMsg {
  font-size: 11px;
  line-height: 1.5;
  opacity: .75;
  margin: 8px 2px;
  color: #111111;
  width: 100%; }

.checkbox-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-top: 2px; }

.signature-img {
  width: 100%;
  height: 100%; }

.apiMultiline-text {
  padding: 0px !important;
  margin: 0px !important; }

.done {
  color: rgba(0, 0, 0, 0.3);
  text-decoration: line-through;
  font-style: italic;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 13.3333px; }

.notdone {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
  font-size: 13.3333px !important; }

.taskListBlock {
  padding-left: 5%; }
  .taskListBlock .taskList .task-block {
    width: 100%;
    display: flex; }
    .taskListBlock .taskList .task-block .task {
      width: 60%;
      float: left; }
    .taskListBlock .taskList .task-block .icon-block {
      width: 25%; }
    .taskListBlock .taskList .task-block .check {
      width: 10%; }
      .taskListBlock .taskList .task-block .check .checkbox {
        height: 20px; }
    .taskListBlock .taskList .task-block .text {
      width: 77%;
      overflow-wrap: break-word; }
      .taskListBlock .taskList .task-block .text .user {
        background: #9f9fff;
        padding-left: 2px;
        padding-right: 4px;
        margin: -2px 2px 0px -2px;
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
        vertical-align: middle; }
        .taskListBlock .taskList .task-block .text .user img {
          width: 16px;
          margin-right: 4px;
          border-radius: 8px; }
    .taskListBlock .taskList .task-block .stack-users {
      background-color: #FFF;
      width: 200px;
      position: absolute;
      z-index: 2; }
      .taskListBlock .taskList .task-block .stack-users .item img {
        width: 14px; }
    .taskListBlock .taskList .task-block .react-datepicker-popper {
      left: -10% !important; }
    .taskListBlock .taskList .task-block .text .add-comment .input .ui.inline.dropdown .text {
      display: none; }
    .taskListBlock .taskList .task-block .text .add-comment .input .ui.inline.dropdown .dropdown {
      display: none !important; }
    .taskListBlock .taskList .task-block .text .add-comment .input .ui.inline.dropdown .transition .item .text {
      display: block;
      width: 40%;
      overflow-wrap: break-word;
      font-weight: 400; }
    .taskListBlock .taskList .task-block .text .add-comment .input .ui.inline.dropdown .transition .item .image {
      float: none;
      margin-right: 0.78571429rem; }
    .taskListBlock .taskList .task-block .text .add-comment .input .ui.compact.segment {
      right: -70%; }

.add-comment .input {
  min-height: 50px !important;
  align-items: baseline !important; }
  .add-comment .input .ui.inline.dropdown .text {
    display: none; }
  .add-comment .input .ui.inline.dropdown .dropdown {
    display: none !important; }
  .add-comment .input .ui.inline.dropdown .transition .item .text {
    display: block;
    width: 40%;
    overflow-wrap: break-word;
    font-weight: 400; }
  .add-comment .input .ui.inline.dropdown .transition .item .image {
    float: none;
    margin-right: 0.78571429rem; }
  .add-comment .input .ui.compact.segment {
    right: -70%; }

.add-comment .checklist-input {
  border: 2px solid #1987D4 !important; }

.hideElement {
  display: none !important; }

.ui.segment {
  padding: 1em 0.4em; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow {
  margin-left: 37px; }

.taskListBlock .taskList .task-block .react-datepicker-popper {
  left: -21% !important; }

.ui.visible.dimmer {
  z-index: 8 !important; }

.boxing:hover {
  background-color: #f3f3f4 !important;
  border-radius: 5px; }

.autoHeight {
  height: auto; }

.control-user {
  background: #0096FF;
  padding-left: 2px;
  padding-right: 4px;
  margin: -2px 2px 0px -2px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  color: #fff;
  font-size: 13px;
  vertical-align: middle;
  padding: -2px; }
  .control-user img {
    width: 16px;
    margin-right: 4px;
    border-radius: 8px; }

.sc-bwzfXH {
  margin: 0px !important; }

#checklist {
  max-height: 420px;
  min-height: 420px;
  margin-right: -7px;
  padding-right: 7px;
  overflow-x: hidden;
  overflow-y: auto; }
  #checklist .checklist-select-content {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    margin-bottom: 4px; }
    #checklist .checklist-select-content .checklist-selected-btn {
      margin-right: 16px;
      font-size: 14px;
      font-weight: 500;
      color: #4D4D4D;
      cursor: pointer;
      opacity: 0.75; }
      #checklist .checklist-select-content .checklist-selected-btn:hover {
        color: black; }
  #checklist .checklist-block {
    display: flex;
    align-items: flex-start;
    padding: 0 6px;
    border-radius: 5px;
    cursor: pointer;
    color: #2e3538;
    transition: all .1s ease-in-out; }
    #checklist .checklist-block .vertical-icon-info {
      color: #878b92;
      margin-right: 7px;
      cursor: grab;
      align-self: auto;
      padding: 10px 0;
      display: inline-flex; }
      #checklist .checklist-block .vertical-icon-info .vertical-icon {
        font-size: 12px;
        width: 16px;
        min-width: 16px;
        height: 13px; }
    #checklist .checklist-block .checkmark {
      margin-right: 9px;
      padding: 9px 0; }
      #checklist .checklist-block .checkmark .checkbox {
        display: flex;
        font-size: 18px;
        margin: 0px; }
    #checklist .checklist-block .checklist-content {
      flex: 1;
      flex-wrap: wrap;
      display: flex;
      align-self: center;
      align-items: flex-start;
      padding: 2px 0; }
      #checklist .checklist-block .checklist-content .checklist-content-editor {
        flex: 1;
        display: block;
        margin: 0 0 2px;
        padding: 1px 3px; }
        #checklist .checklist-block .checklist-content .checklist-content-editor .checklist-editor {
          width: 100%; }
          #checklist .checklist-block .checklist-content .checklist-content-editor .checklist-editor .checklistinput-text {
            width: 100%;
            cursor: text;
            border-radius: 5px;
            max-height: 380px;
            overflow: auto;
            padding: 5px 10px;
            font-size: 13px;
            line-height: 18px;
            word-break: break-word;
            background: #FFFFFF;
            border: 1px solid #f3f3f4;
            transition: all .2s ease-in; }
            #checklist .checklist-block .checklist-content .checklist-content-editor .checklist-editor .checklistinput-text:hover {
              border-color: #B2B2B3;
              transition: all .2s ease-out; }
            #checklist .checklist-block .checklist-content .checklist-content-editor .checklist-editor .checklistinput-text:focus {
              outline: none;
              border-color: #B2B2B3;
              box-shadow: 0 0 0 2px #3a86ff; }
          #checklist .checklist-block .checklist-content .checklist-content-editor .checklist-editor .ui.inline.dropdown .dropdown {
            display: none !important; }
      #checklist .checklist-block .checklist-content .checklist-content-display {
        flex: 1;
        align-self: center; }
        #checklist .checklist-block .checklist-content .checklist-content-display .popover-wrapper {
          position: relative; }
          #checklist .checklist-block .checklist-content .checklist-content-display .popover-wrapper .popover-display {
            color: #878B92;
            padding: 3px 10px;
            line-height: 18px;
            word-break: break-word;
            width: 100%;
            font-size: 13px;
            max-height: 324px;
            overflow: auto;
            white-space: normal; }
            #checklist .checklist-block .checklist-content .checklist-content-display .popover-wrapper .popover-display .popover-rendred p {
              line-height: 1.45; }
            #checklist .checklist-block .checklist-content .checklist-content-display .popover-wrapper .popover-display .popover-rendred .done {
              color: #878B92; }
            #checklist .checklist-block .checklist-content .checklist-content-display .popover-wrapper .popover-display .popover-rendred .notdone {
              color: #2e3538; }
    #checklist .checklist-block .checklist-buttons {
      flex: 1 0 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-right: 5px;
      min-width: 120px;
      margin-left: 10px; }
      #checklist .checklist-block .checklist-buttons .checklist-btn-left {
        display: flex;
        align-items: center; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info {
          display: inline-flex; }
          #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper {
            position: relative; }
            #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete {
              display: inline-block;
              height: 32px; }
              #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn {
                padding: 4px 11px;
                font-size: 12px;
                color: #878B92;
                font-weight: 500;
                border-radius: 5px;
                display: inline-flex;
                align-items: center;
                height: 32px;
                margin-left: 3px; }
                #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .icon-info, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .icon-info, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .icon-info {
                  border: 1px dashed #dedede;
                  border-radius: 50%;
                  width: 26px;
                  height: 26px;
                  padding: 4px; }
                  #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .icon-info .date-icon, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .icon-info .assign-icon, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .icon-info .delete-icon, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .icon-info .date-icon, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .icon-info .assign-icon, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .icon-info .delete-icon, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .icon-info .date-icon, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .icon-info .assign-icon, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .icon-info .delete-icon {
                    width: 16px;
                    min-width: 16px;
                    height: 16px; }
                #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .checklist-btn-content, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .checklist-btn-content, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .checklist-btn-content {
                  display: inline-flex;
                  align-items: center;
                  max-width: 280px;
                  font-weight: 500; }
                  #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .checklist-btn-content .btn-text, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .checklist-btn-content .btn-text, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .checklist-btn-content .btn-text {
                    display: inline-block;
                    padding-left: 10px;
                    font-size: 12px;
                    font-weight: 500;
                    color: #878B92; }
                #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn:hover, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn:hover, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn:hover {
                  color: #2e3538;
                  background: #f3f3f4; }
                #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown {
                  margin: 0; }
                  #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .dropdown-menu, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .dropdown-menu, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .dropdown-menu {
                    padding: 5px 6px;
                    margin-top: 8px;
                    width: 100%;
                    min-width: 200px;
                    max-height: 210px;
                    overflow-y: auto;
                    overflow-x: hidden; }
                    #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .dropdown-menu .dropdown-item, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .dropdown-menu .dropdown-item, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .dropdown-menu .dropdown-item {
                      padding: 0 !important;
                      border-radius: 5px; }
                      #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .collaborator-tag, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .collaborator-tag, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .collaborator-tag {
                        background: #fff !important;
                        height: 24px !important; }
                        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .collaborator-tag img, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .collaborator-tag img, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .collaborator-tag img {
                          width: 24px !important;
                          height: 24px !important; }
                        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .collaborator-tag p, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .collaborator-tag p, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .collaborator-tag p {
                          overflow: hidden;
                          display: block;
                          max-width: 100%;
                          text-overflow: ellipsis;
                          white-space: nowrap; }
                      #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .select-collaboartor, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .select-collaboartor, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .select-collaboartor {
                        margin: 0;
                        height: 24px !important; }
                        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .select-collaboartor img, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .select-collaboartor img, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .select-collaboartor img {
                          width: 24px !important;
                          height: 24px !important; }
                  #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .assigned-info, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .assigned-info, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .assigned-info {
                    min-width: 178px;
                    position: absolute;
                    margin-top: 8px;
                    margin-left: -62px; }
                    #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .assigned-info .assigned-box, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .assigned-info .assigned-box, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .assigned-info .assigned-box {
                      display: flex;
                      flex-direction: column; }
                      #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-heading, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-heading, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-heading {
                        padding: 12px;
                        text-align: center;
                        background-color: #F3F3F4; }
                        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-heading .assigned-text, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-heading .assigned-text, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-heading .assigned-text {
                          font-size: 15px;
                          font-weight: 600;
                          line-height: 21px;
                          cursor: text; }
                      #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        padding: 8px 10px;
                        cursor: default; }
                        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar .select-collaboartor, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar .select-collaboartor, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar .select-collaboartor {
                          margin-bottom: 8px;
                          height: 44px !important; }
                          #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar .select-collaboartor img, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar .select-collaboartor img, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar .select-collaboartor img {
                            width: 44px !important;
                            height: 44px !important; }
                        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar .selected-assingee-text, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar .selected-assingee-text, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar .selected-assingee-text {
                          font-size: 13px;
                          font-weight: 400;
                          line-height: 18px;
                          overflow: hidden;
                          display: block;
                          max-width: 100%;
                          text-overflow: ellipsis;
                          white-space: nowrap;
                          color: #2E3538;
                          cursor: text; }
                      #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-footer, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-footer, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-footer {
                        text-align: center;
                        padding: 8px;
                        background-color: #F3F3F4; }
                        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-footer .remove-info .remove-btn, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-footer .remove-info .remove-btn, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-footer .remove-info .remove-btn {
                          height: 26px;
                          position: relative;
                          display: inline-flex;
                          align-items: center; }
                          #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-footer .remove-info .remove-btn .remove-text, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-footer .remove-info .remove-btn .remove-text, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-footer .remove-info .remove-btn .remove-text {
                            overflow: hidden;
                            max-width: 100%;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            cursor: pointer;
                            line-height: 14px;
                            font-size: 11px;
                            font-weight: 700; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .ui.menu .item:before {
          width: 0px; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .users-menu {
          position: absolute;
          flex-direction: column;
          padding: 5px 6px;
          z-index: 9;
          width: 100%;
          min-width: 200px;
          max-height: 210px;
          overflow-y: auto;
          overflow-x: hidden;
          left: -156px; }
          #checklist .checklist-block .checklist-buttons .checklist-btn-left .users-menu .dropdown-item {
            padding: 0 !important;
            border-radius: 5px; }
            #checklist .checklist-block .checklist-buttons .checklist-btn-left .users-menu .dropdown-item .option-content .collaborator-tag {
              background: #fff !important;
              height: 24px !important; }
              #checklist .checklist-block .checklist-buttons .checklist-btn-left .users-menu .dropdown-item .option-content .collaborator-tag img {
                width: 24px !important;
                height: 24px !important; }
              #checklist .checklist-block .checklist-buttons .checklist-btn-left .users-menu .dropdown-item .option-content .collaborator-tag p {
                overflow: hidden;
                display: block;
                max-width: 100%;
                text-overflow: ellipsis;
                white-space: nowrap; }
            #checklist .checklist-block .checklist-buttons .checklist-btn-left .users-menu .dropdown-item .option-content .select-collaboartor {
              margin: 0;
              height: 24px !important; }
              #checklist .checklist-block .checklist-buttons .checklist-btn-left .users-menu .dropdown-item .option-content .select-collaboartor img {
                width: 24px !important;
                height: 24px !important; }
            #checklist .checklist-block .checklist-buttons .checklist-btn-left .users-menu .dropdown-item:hover {
              background: rgba(0, 0, 0, 0.05); }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .expand-user-menu {
          right: -40px;
          margin-top: 0px; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .assigned-content {
          position: absolute;
          z-index: 9;
          margin-top: 242px;
          margin-left: -135px;
          min-width: 250px; }
          #checklist .checklist-block .checklist-buttons .checklist-btn-left .assigned-content .assigned-info .assigned-box {
            display: flex;
            flex-direction: column; }
            #checklist .checklist-block .checklist-buttons .checklist-btn-left .assigned-content .assigned-info .assigned-box .assigned-heading {
              padding: 12px;
              text-align: center;
              background-color: #F3F3F4; }
              #checklist .checklist-block .checklist-buttons .checklist-btn-left .assigned-content .assigned-info .assigned-box .assigned-heading .assigned-text {
                font-size: 15px;
                font-weight: 600;
                line-height: 21px;
                cursor: text; }
            #checklist .checklist-block .checklist-buttons .checklist-btn-left .assigned-content .assigned-info .assigned-box .assigned-avatar {
              display: flex;
              flex-direction: column;
              align-items: center;
              padding: 8px 10px;
              cursor: default; }
              #checklist .checklist-block .checklist-buttons .checklist-btn-left .assigned-content .assigned-info .assigned-box .assigned-avatar .select-collaboartor {
                margin-bottom: 8px;
                height: 44px !important; }
                #checklist .checklist-block .checklist-buttons .checklist-btn-left .assigned-content .assigned-info .assigned-box .assigned-avatar .select-collaboartor img {
                  width: 44px !important;
                  height: 44px !important; }
              #checklist .checklist-block .checklist-buttons .checklist-btn-left .assigned-content .assigned-info .assigned-box .assigned-avatar .selected-assingee-text {
                font-size: 13px;
                font-weight: 400;
                line-height: 18px;
                overflow: hidden;
                display: block;
                max-width: 100%;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: #2E3538;
                cursor: text; }
            #checklist .checklist-block .checklist-buttons .checklist-btn-left .assigned-content .assigned-info .assigned-box .assigned-footer {
              text-align: center;
              padding: 8px;
              background-color: #F3F3F4; }
              #checklist .checklist-block .checklist-buttons .checklist-btn-left .assigned-content .assigned-info .assigned-box .assigned-footer .remove-info .remove-btn {
                height: 26px;
                position: relative;
                display: inline-flex;
                align-items: center; }
                #checklist .checklist-block .checklist-buttons .checklist-btn-left .assigned-content .assigned-info .assigned-box .assigned-footer .remove-info .remove-btn .remove-text {
                  overflow: hidden;
                  max-width: 100%;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  cursor: pointer;
                  line-height: 14px;
                  font-size: 11px;
                  font-weight: 700; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .expand-assigned-content {
          margin-top: 196px;
          margin-left: -138px !important; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklisthover-btn-info {
          visibility: hidden !important; }
          #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklisthover-btn-info .hover-effect {
            visibility: visible;
            display: flex !important; }
          #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklisthover-btn-info .hover-assignee {
            display: none !important; }
          #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklisthover-btn-info .iconvisible {
            visibility: visible; }
          #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklisthover-btn-info .assignee-none {
            display: none; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .datecolumn .react-datepicker {
          left: 32px !important;
          margin-top: 38px;
          margin-left: 0px;
          z-index: 3000;
          position: absolute;
          flex-direction: column; }
          #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .datecolumn .react-datepicker .datepicker-buttons {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 8px;
            height: 45px;
            border-top: 1px solid #aeaeae;
            cursor: default; }
            #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .datecolumn .react-datepicker .datepicker-buttons .btn-container {
              display: flex;
              flex-direction: row;
              align-items: center;
              justify-content: center;
              flex-wrap: wrap;
              width: 100%; }
              #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .datecolumn .react-datepicker .datepicker-buttons .btn-container .btn-info {
                display: flex;
                width: 50%; }
                #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .datecolumn .react-datepicker .datepicker-buttons .btn-container .btn-info .select-btn {
                  display: inline-flex;
                  align-items: center;
                  text-align: center;
                  cursor: pointer;
                  color: #2E3538;
                  font-weight: 600;
                  font-size: 12px; }
                  #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .datecolumn .react-datepicker .datepicker-buttons .btn-container .btn-info .select-btn .date-btn-text {
                    font-weight: 500; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .datecolumn-open .react-datepicker {
          left: -48px !important; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .expandCell-notassigned .react-datepicker {
          right: -52px;
          left: inherit !important; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .expandCell-notdate .react-datepicker {
          right: -52px;
          left: inherit !important; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .expandCelldate-hover .react-datepicker {
          right: -52px;
          left: inherit !important; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .datecolumn-hover .react-datepicker {
          right: -52px;
          left: inherit !important; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .expanddatecolumn-hover .react-datepicker {
          right: 4px;
          left: inherit !important; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .update-datecolumn .react-datepicker {
          left: 0px !important; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .notassigned .react-datepicker {
          right: -52px;
          left: inherit !important; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .not-datecolumn .react-datepicker {
          right: -52px;
          left: inherit !important; }
      #checklist .checklist-block .checklist-buttons .checklist-btn-right {
        display: flex;
        align-items: center; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-right .checklist-btn {
          height: 25px;
          border-radius: 12px;
          font-size: 14px;
          font-weight: 500;
          padding: 0 10px;
          display: flex;
          align-items: center; }
          #checklist .checklist-block .checklist-buttons .checklist-btn-right .checklist-btn .btn-inner {
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 1; }
            #checklist .checklist-block .checklist-buttons .checklist-btn-right .checklist-btn .btn-inner .btn-text {
              font-size: 12px;
              font-weight: 500;
              overflow: hidden;
              display: block;
              max-width: 100%;
              text-overflow: ellipsis;
              white-space: nowrap; }
          #checklist .checklist-block .checklist-buttons .checklist-btn-right .checklist-btn .update-cancel {
            background-color: transparent; }
            #checklist .checklist-block .checklist-buttons .checklist-btn-right .checklist-btn .update-cancel:hover {
              transition: all .2s ease-out; }
          #checklist .checklist-block .checklist-buttons .checklist-btn-right .checklist-btn .update-btn {
            display: flex;
            align-items: center;
            height: 25px;
            padding: 0 10px;
            border-radius: 12px;
            background-color: #166ee1;
            color: #fff;
            font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
            #checklist .checklist-block .checklist-buttons .checklist-btn-right .checklist-btn .update-btn:hover {
              background-color: #0267eb; }
  #checklist .completedTask-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    color: #323338;
    cursor: pointer;
    border-radius: 3px;
    margin: 16px 4px 8px 6px;
    background-color: #fff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    #checklist .completedTask-content .task-title {
      font-weight: 500;
      flex: 1 1 auto;
      font-size: 100%;
      vertical-align: baseline; }
    #checklist .completedTask-content .arrow-icon {
      color: #323338;
      fill: #323338; }
  #checklist .create-task-wrapper {
    flex: 0 0 auto; }
    #checklist .create-task-wrapper .todolist-create-section .input-wrapper {
      cursor: text;
      border: 1px dashed #f1f1f1;
      border-radius: 2px;
      width: 100%;
      margin: 8px 0px 16px 0px;
      display: flex;
      flex-direction: row;
      align-items: center; }
      #checklist .create-task-wrapper .todolist-create-section .input-wrapper .add-todo-icon {
        width: 20px;
        height: 20px;
        flex: 0 0 auto;
        margin: 8px; }
      #checklist .create-task-wrapper .todolist-create-section .input-wrapper .add-todo-item-input {
        border: 0;
        outline: none;
        height: 50px;
        font-size: 14px;
        font-weight: 400;
        flex: 1 1 auto;
        background-color: transparent; }
  #checklist .progresbar-color .bar {
    background: none !important; }
  #checklist .greenButton:hover {
    color: #5d5d5d !important;
    background-color: #bfbfbf !important; }
  #checklist .redButton:hover {
    color: #5d5d5d !important;
    background-color: #dbd7d2 !important; }
  #checklist .greenButton {
    background-color: #bfbfbf !important;
    color: #5d5d5d !important; }
  #checklist .redButton {
    color: #5d5d5d !important;
    background-color: #dbd7d2 !important; }
  #checklist .hideButton {
    border-radius: 0px;
    color: "#414141";
    background-color: transparent !important;
    border: none !important;
    padding: 0px !important;
    font-size: 16px;
    margin: 0; }
  #checklist .hideButton:hover {
    color: #5d5d5d !important;
    background: transparent !important; }

.hoverEffect:hover {
  color: #888 !important; }

.or-text {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.copy-from-template-button {
  margin-bottom: 5px !important; }

.copy-from-template-modal-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 102 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5); }

.copy-from-template-modal-container .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 102; }

.copy-from-template-modal-container .are-you-sure-modal {
  z-index: 103;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5); }

.are-you-sure-modal-sub-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; }

.are-you-sure-modal-nested-container {
  margin-right: 5px;
  margin-left: 5px;
  background: white;
  padding: 10px;
  border-radius: 5px; }

.are-you-sure-modal-nested-container .warning-message {
  margin-top: 10px;
  margin-bottom: 10px; }

.are-you-sure-modal-nested-container .are-you-sure-message {
  font-weight: 500; }

.are-you-sure-modal-nested-container .are-you-sure-yes-button, .are-you-sure-modal-nested-container .are-you-sure-yes-button:hover {
  background-color: green !important;
  color: #FFFFFF !important;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  margin-right: 10px; }

.are-you-sure-modal-nested-container .are-you-sure-no-button, .are-you-sure-modal-nested-container .are-you-sure-no-button:hover {
  background-color: red !important;
  color: #FFFFFF !important;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer; }

.yes-no-button-container {
  display: flex;
  justify-content: flex-end; }

.apply-checklist-to-all-row-text {
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: capitalize; }

.copy-from-template-expand-view {
  z-index: 102;
  position: absolute;
  display: flex;
  top: 15%;
  width: auto;
  box-shadow: -10px 0px 10px #565656;
  background: transparent;
  border-radius: 6px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s; }

.copy-from-template-expand-checklist {
  height: 100%; }

.copy-from-template-expandview {
  height: 55%; }

.copy-from-template-container {
  background: #fff;
  width: 350px;
  position: relative; }

.copy-from-template-container .custom-checkbox {
  background-color: white;
  padding: 10px; }

.copy-from-template-container .custom-sub-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.copy-from-template-container .apply-button {
  background-color: #2185D0;
  color: #FFFFFF;
  border-radius: 15px;
  padding: 5px 10px;
  cursor: pointer; }

.copy-from-template-container .table-name {
  margin-left: 27px;
  font-size: 1em;
  padding: 5px 0px; }

.copy-from-template-container .check-list {
  margin-left: 54px;
  padding-bottom: 5px; }

.error-message-container {
  position: absolute;
  bottom: 0px;
  color: red;
  z-index: 10;
  left: calc(50% - 70px); }

.all-checklist-container {
  position: relative;
  border: 1px solid #b9b9b9;
  margin: 5px;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer; }

.all-checklist-sub-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.all-checklist-dropdown-container {
  position: absolute;
  top: 30px;
  right: 0px;
  left: 0px;
  bottom: 0px; }

.all-checklist-dropdown-sub-container {
  position: relative;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #b9b9b9; }

.all-checklist-dropdown-sub-container .dropdown-table-name {
  font-weight: bold;
  padding: 5px 5px 5px 8px; }

.dropdown-checklist-name {
  padding: 5px 5px 5px 20px;
  color: black; }

.dropdown-none {
  padding: 5px 5px 5px 0px; }

.dropdown-checklist-name:hover, .dropdown-none:hover, .active-checklist {
  background-color: #2185d0;
  color: white;
  padding: 5px 5px 5px 20px; }

.apply-btn {
  background-color: #2185D0;
  color: #FFFFFF;
  border-radius: 15px;
  padding: 5px 10px;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0px !important; }

.copy-items-from {
  padding: 5px 5px 0px 5px;
  font-weight: bold; }

.checklist-tooltip-container {
  display: flex;
  position: relative;
  cursor: pointer; }

.mark-as-template-text {
  background-color: black;
  color: white;
  border-radius: 5px;
  position: absolute;
  right: 30px;
  cursor: pointer;
  text-align: center;
  top: -20px;
  font-size: 11px;
  padding: 2px 8px;
  width: max-content; }

.checklist-title {
  resize: none;
  width: 100%;
  outline: green;
  border: 0px solid green;
  border-radius: 5px;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
  font-size: 16px; }

.addition-style-for-checklist-text {
  padding: 6px 5px 5px 6px !important; }

[contenteditable=true]:empty:before {
  content: attr(placeholder);
  display: block;
  /* For Firefox */
  color: #777777; }

.checklist-comment {
  display: flex;
  align-items: center; }
  .checklist-comment .checklist-title {
    height: 27px;
    padding: 0 5px;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 4px; }
  .checklist-comment .checklist-title:focus {
    border: 2px solid #00000040 !important; }
  .checklist-comment .checklist-title:focus-visible {
    outline: none; }

.add-more-button {
  position: absolute;
  bottom: 20px;
  left: 10px;
  z-index: 6;
  display: block; }

#ExpandCell {
  position: inherit !important; }
  #ExpandCell .linkmodel-embed {
    top: -85px !important; }
  #ExpandCell .react-draggable {
    background-color: #f3f3f3;
    border-radius: 10px;
    z-index: 9;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    padding: 10px; }
  #ExpandCell .link-open-react-draggable {
    z-index: 0;
    background-color: #f3f3f3;
    border-radius: 10px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    padding: 10px; }
  #ExpandCell .closeIcon {
    text-align: end;
    /* margin-top: -23px; */
    z-index: 100000;
    position: absolute;
    cursor: pointer;
    right: -16px;
    /* margin-right: -27px; */
    top: -14px; }
    #ExpandCell .closeIcon i {
      background: #908f8f;
      color: #fff !important; }
  #ExpandCell .cell textarea {
    resize: none;
    width: 100%;
    height: -webkit-fill-available;
    padding: 5px;
    border-radius: 10px; }
    #ExpandCell .cell textarea:focus-visible {
      border: 1px solid #0096ff !important;
      outline: none !important; }
  #ExpandCell .cell .linkCardRoot .segment {
    height: 100%;
    background: no-repeat; }
  #ExpandCell .cell .linkCardRoot .nolink {
    margin: 15px;
    font-size: 14px;
    color: black;
    justify-content: center;
    display: flex;
    align-items: center;
    align-items: center;
    flex: 1; }
  #ExpandCell .cell .linkCardRoot .link-main {
    display: flex;
    flex-direction: column; }
  #ExpandCell .cell .linkCardRoot .remove-link {
    text-align: end;
    cursor: pointer;
    margin-bottom: -20px;
    z-index: 1; }
    #ExpandCell .cell .linkCardRoot .remove-link i {
      background: grey;
      color: #fff !important;
      font-size: 10px;
      padding: 0.2em 0.4em !important; }
    #ExpandCell .cell .linkCardRoot .remove-link .tooltiptext {
      right: 7% !important;
      bottom: 0;
      left: auto; }
  #ExpandCell .cell .attachmentRoot .attachment-head {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #ExpandCell .cell .attachmentRoot .attachment-head .attachment-loader {
      display: flex;
      align-items: center; }
      #ExpandCell .cell .attachmentRoot .attachment-head .attachment-loader p {
        font-size: 12px;
        font-weight: 600;
        margin-left: 7px; }
  #ExpandCell .cell .attachmentRoot .attachfile {
    display: flex;
    padding: 5px;
    background: lightgrey;
    width: max-content;
    /* color: black; */
    border-radius: 2px;
    color: black;
    font-weight: bold;
    cursor: pointer; }
  #ExpandCell .cell .attachmentRoot .attach-img-div {
    display: flex;
    align-items: self-start;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
    height: 351px;
    cursor: pointer;
    margin-left: 22px; }
    #ExpandCell .cell .attachmentRoot .attach-img-div .attachment-bx-div {
      margin-top: 11px; }
      #ExpandCell .cell .attachmentRoot .attach-img-div .attachment-bx-div .img-data {
        margin: 10px;
        height: 150px;
        width: 200px;
        border: 1.5px solid darkgrey;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        object-fit: cover;
        border-radius: 6px; }
    #ExpandCell .cell .attachmentRoot .attach-img-div .nolink {
      margin: 15px;
      font-size: 14px;
      color: black;
      justify-content: center;
      display: flex;
      align-items: center;
      align-items: center;
      flex: 1; }
  #ExpandCell .cell .attachmentRoot .attachIcon {
    font-size: 17px;
    margin-left: 2px;
    margin-right: 8px; }
  #ExpandCell .cell .attachmentRoot .attch-name-div {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #ExpandCell .cell .attachmentRoot .attch-name-div .attch-filename {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 134px;
      margin-left: 16px; }
  #ExpandCell .cell .attachment-file-drag .drop-file-content {
    border: 2px #ccc dashed;
    display: none;
    width: auto;
    height: auto;
    background-color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 9px 8px 4px 8px; }
    #ExpandCell .cell .attachment-file-drag .drop-file-content p {
      font-size: 16px;
      font-weight: 600; }
  #ExpandCell .cell .attachment-file-drag .file-drop-dragging-over-frame .attachmentRoot {
    display: none; }
  #ExpandCell .cell .attachment-file-drag .file-drop-dragging-over-frame .drop-file-content {
    display: flex; }
  #ExpandCell .cell .attachment-file-drag .file-drop-target {
    height: 100%;
    margin: auto 0px; }
    #ExpandCell .cell .attachment-file-drag .file-drop-target .file-logo {
      display: none; }
  #ExpandCell .cell .multiSelectRoot .multiSelectButton {
    display: flex;
    padding: 5px;
    background: lightgrey;
    width: fit-content;
    /* color: black; */
    border-radius: 4px;
    color: black;
    font-weight: bold;
    cursor: pointer;
    padding-right: 15px;
    padding-left: 15px; }
  #ExpandCell .cell .multiSelectRoot .multiSelectOption {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 10px; }
  #ExpandCell .cell .multiSelectRoot .nomultiselect {
    margin: 15px;
    font-size: 14px;
    color: black;
    justify-content: center;
    display: flex;
    align-items: center;
    align-items: center;
    flex: 1; }
  #ExpandCell .cell .multiSelectRoot .collaborator-icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    #ExpandCell .cell .multiSelectRoot .collaborator-icon .collaborator-text {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
      color: black; }
  #ExpandCell .cell .multiSelectRoot .add-user-btn {
    color: #4d4d4d;
    display: flex;
    align-items: center;
    line-height: 2; }
    #ExpandCell .cell .multiSelectRoot .add-user-btn .add-icon {
      margin-right: 4px; }
  #ExpandCell .cell .multiSelectRoot .invite-btn {
    color: #4d4d4d;
    line-height: 2; }
  #ExpandCell .cell .multiSelectRoot .collaborator-tag {
    display: inline-flex !important;
    align-items: center;
    height: 18px !important;
    border: 1px solid #eee;
    background-color: #eee;
    margin: 5px 2px;
    min-width: 40px;
    border-radius: 10px; }
    #ExpandCell .cell .multiSelectRoot .collaborator-tag img {
      width: 20px !important;
      height: 20px !important;
      margin: 0 !important; }
    #ExpandCell .cell .multiSelectRoot .collaborator-tag p {
      font-size: 13px;
      line-height: 18px !important;
      padding: 0 4px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  #ExpandCell .cell .multiSelectRoot .css-1itjr4n-multiValue {
    display: none; }
  #ExpandCell .cell #expand-quill .quill-editor-customCss .ql-container .ql-editor ol, #ExpandCell .cell #expand-quill .quill-editor-customCss .ql-container .ql-editor ul {
    padding: 0px; }

.text-only-value-container-in-expand-cell {
  padding: 0px 5px;
  border: 1px solid;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.two-x-scroll {
  height: 30px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f3;
  color: black; }

.addLink-btn {
  max-width: 192px;
  height: 32px;
  font-size: 13px !important;
  line-height: 22px !important;
  border: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 12px !important;
  border-radius: 6px !important;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
  font-weight: 500 !important;
  background-color: #166ee1 !important;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08) !important; }
  .addLink-btn:hover {
    background-color: #166ee1;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  .addLink-btn .addLink-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 1.25; }
    .addLink-btn .addLink-text .add-icon {
      display: flex;
      align-items: center;
      margin-right: 4px;
      color: #fff;
      fill: #fff; }

#leftpaneContainer {
  top: 16px;
  position: absolute;
  left: 0;
  box-shadow: 0 0 0 1px #00000026;
  overflow: hidden;
  background-color: #f7f7f7; }
  #leftpaneContainer .groupHeader, #leftpaneContainer .headerContainer {
    height: 48px; }
  #leftpaneContainer .headerContainer:hover .groupOverflowMenu {
    display: inline-flex; }
  #leftpaneContainer .summaryCell:not(.groupHeader) {
    border-left: 1px solid rgba(0, 0, 0, 0.04); }
  #leftpaneContainer .expandButton {
    margin-left: 5px;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center; }
  #leftpaneContainer .groupHeaderCell {
    display: inline-flex;
    background: inherit;
    position: absolute;
    height: 48px;
    border-bottom: 1px solid #00000026; }
  #leftpaneContainer .expandedIcon {
    transform: rotate(-90deg);
    transition: all .2s linear; }
  #leftpaneContainer .collapseIcon {
    transform: rotate(0deg);
    transition: all .2s linear; }
  #leftpaneContainer .truncate {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #leftpaneContainer .headLabel {
    display: flex;
    flex-direction: column;
    margin-right: 0.5rem;
    margin-left: 0.8rem;
    height: 100%;
    width: 100%; }
  #leftpaneContainer .columnName {
    flex: none;
    margin-top: 4px;
    opacity: 0.75;
    font-size: 9px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 500; }
  #leftpaneContainer .cellValueDiv {
    cursor: default; }
  #leftpaneContainer .cellValue {
    font-weight: 600;
    font-size: 14px;
    text-overflow: ellipsis;
    display: inline-flex;
    align-items: center; }
  #leftpaneContainer .groupHeaderRightContent {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    line-height: 1.25;
    cursor: default;
    background: linear-gradient(to right, rgba(247, 247, 247, 0), #f7f7f7 18%); }
  #leftpaneContainer .groupOverflowMenu {
    display: none;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 7px 0 20px; }
  #leftpaneContainer .groupOverflowMenuButton {
    padding: 8px;
    display: flex;
    align-items: center; }
    #leftpaneContainer .groupOverflowMenuButton div {
      position: relative;
      top: 2px; }
    #leftpaneContainer .groupOverflowMenuButton:hover {
      background-color: #0000000D;
      border-radius: 6px; }
  #leftpaneContainer .groupHeaderCount {
    margin: 0 15px 0 20px; }
  #leftpaneContainer .countLabel {
    opacity: .75;
    font-size: 10px;
    margin-right: 4px;
    font-weight: 400;
    line-height: 1.25; }
  #leftpaneContainer .ghostRow {
    display: block;
    position: absolute;
    margin-bottom: 0;
    opacity: 1;
    bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom: none;
    width: 100% !important;
    padding-right: 5px;
    overflow: hidden;
    height: 31px;
    background-color: white;
    cursor: pointer; }
    #leftpaneContainer .ghostRow:hover {
      background-color: #e7e7e7 !important; }
  #leftpaneContainer .lock-icon-main {
    justify-content: left;
    display: flex;
    align-items: center;
    margin: 7px 5px 5px 7px; }
  #leftpaneContainer .ghostRow:hover .rowNumber {
    background-color: #f0f3f5;
    cursor: pointer; }
  #leftpaneContainer .rowNumber {
    height: 100%;
    width: 35px;
    text-align: center;
    border-right: none;
    color: #545454;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center; }
  #leftpaneContainer .summaryCell {
    display: flex;
    flex-wrap: wrap;
    left: 0px;
    background: inherit;
    position: absolute;
    height: 48px;
    border-bottom: 1px solid #00000026;
    color: #333333;
    font-size: 13px;
    cursor: pointer; }
    #leftpaneContainer .summaryCell svg {
      position: relative;
      top: 3px;
      right: 5px; }
  #leftpaneContainer .toggleButton {
    display: flex;
    padding-left: 4px;
    padding-right: 8px;
    padding-top: 16px;
    padding-bottom: 13px;
    width: 100%;
    color: #333333; }
  #leftpaneContainer .summaryItems {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0; }
  #leftpaneContainer .summaryType {
    opacity: .75;
    flex: none;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 11px; }
  #leftpaneContainer .summaryValue {
    flex: none;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #leftpaneContainer .panel-summery-cell-gropuby {
    border-top: 0px !important;
    border-bottom: 0px !important; }
  #leftpaneContainer .panel-summary-cell {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 0;
    min-height: 100%;
    position: absolute !important;
    top: 0;
    left: auto !important;
    border-right: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px 2px;
    background: #fbfbfb;
    width: inherit;
    overflow: hidden; }
    #leftpaneContainer .panel-summary-cell:hover {
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0.05); }
      #leftpaneContainer .panel-summary-cell:hover .summary-cell-info > .info-lable-none {
        visibility: visible; }
    #leftpaneContainer .panel-summary-cell .summary-cell-info {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end; }
      #leftpaneContainer .panel-summary-cell .summary-cell-info .info-lable {
        margin-left: 2px;
        font-size: 11px;
        opacity: 0.8; }
      #leftpaneContainer .panel-summary-cell .summary-cell-info .info-lable-none {
        margin-left: 2px;
        font-size: 11px;
        opacity: 0.8;
        visibility: hidden;
        margin-right: 5px; }
      #leftpaneContainer .panel-summary-cell .summary-cell-info .info-result {
        padding-left: 4px;
        font-size: 12px;
        font-weight: 400;
        margin-right: 2px; }
    #leftpaneContainer .panel-summary-cell .summary-menu {
      position: absolute;
      min-width: 180px;
      width: 180px;
      overflow-y: auto; }

.rightClickPopup {
  max-height: 400px;
  overflow: hidden auto;
  background-color: #2e2f32 !important;
  border-radius: 3px !important;
  font-size: 13px !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0px !important;
  line-height: 1.25 !important;
  min-height: fit-content;
  margin: 12px 0 0 0 !important; }
  .rightClickPopup .groupby-modal-card .rightClickGroupbyMenu li {
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
    height: 36px;
    overflow: hidden;
    padding: 9px 6px 6px 6px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    list-style: none; }
    .rightClickPopup .groupby-modal-card .rightClickGroupbyMenu li .groupby-menu-text {
      position: relative;
      top: -2px;
      color: #ffffff;
      letter-spacing: .4px;
      font-size: 13px;
      font-weight: 400;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
    .rightClickPopup .groupby-modal-card .rightClickGroupbyMenu li svg {
      position: relative;
      margin-right: 8px; }
    .rightClickPopup .groupby-modal-card .rightClickGroupbyMenu li:hover {
      background-color: #0f0f0fc9; }

.groupbyGhostRow-popup {
  padding: 4px 8px !important;
  color: #1d1f25 !important;
  font-size: 13px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) !important;
  margin-top: 5px !important;
  max-width: fit-content !important;
  border: none !important;
  line-height: 18px !important;
  animation-duration: 5s !important; }

.summaryCellIcon-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  opacity: .8;
  color: #1d1f25; }
  .summaryCellIcon-info .button-down {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .8;
    top: 1px;
    right: 0;
    color: #1d1f25;
    fill: #1d1f25;
    visibility: hidden;
    margin: 0;
    width: 16px;
    height: 16px;
    font-size: 16px; }
  .summaryCellIcon-info .summaryCell-text {
    font-size: 11px;
    padding: 0 4px;
    visibility: hidden; }

.panel-summary-cell:hover .summaryCellIcon-info > .button-down,
.panel-summary-cell:hover .summaryCellIcon-info > .summaryCell-text {
  visibility: visible; }

#ExpandChecklistModal {
  will-change: auto !important; }
  #ExpandChecklistModal .checklistmodal-header {
    position: relative;
    top: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e9e9e9; }
    #ExpandChecklistModal .checklistmodal-header .expandchecklist-header {
      display: flex;
      align-items: center;
      padding: 0 20px 14px; }
      #ExpandChecklistModal .checklistmodal-header .expandchecklist-header .checklist-wrapper {
        display: block;
        width: 100%; }
        #ExpandChecklistModal .checklistmodal-header .expandchecklist-header .checklist-wrapper .checklist-header {
          padding: 6px 7px 8px;
          display: flex;
          flex-direction: column; }
          #ExpandChecklistModal .checklistmodal-header .expandchecklist-header .checklist-wrapper .checklist-header .checklistheader-info {
            display: flex;
            align-items: center;
            margin-bottom: 12px; }
            #ExpandChecklistModal .checklistmodal-header .expandchecklist-header .checklist-wrapper .checklist-header .checklistheader-info .checklist-icon {
              margin-right: 10px; }
            #ExpandChecklistModal .checklistmodal-header .expandchecklist-header .checklist-wrapper .checklist-header .checklistheader-info .checklist-label {
              font-size: 14px;
              font-weight: 600;
              line-height: 20px;
              color: #2e3538; }
            #ExpandChecklistModal .checklistmodal-header .expandchecklist-header .checklist-wrapper .checklist-header .checklistheader-info .checklist-progress {
              margin-left: auto;
              font-size: 11px;
              font-weight: 600;
              line-height: 16px;
              color: #2e3538; }
          #ExpandChecklistModal .checklistmodal-header .expandchecklist-header .checklist-wrapper .checklist-header .progress-body {
            display: flex;
            align-items: center;
            width: 100%;
            border-radius: 5px;
            height: 8px; }
            #ExpandChecklistModal .checklistmodal-header .expandchecklist-header .checklist-wrapper .checklist-header .progress-body .progress-line {
              margin: 0 !important; }
              #ExpandChecklistModal .checklistmodal-header .expandchecklist-header .checklist-wrapper .checklist-header .progress-body .progress-line .bar {
                height: 8px; }
            #ExpandChecklistModal .checklistmodal-header .expandchecklist-header .checklist-wrapper .checklist-header .progress-body .progress-color .bar {
              background: #21BA45; }
            #ExpandChecklistModal .checklistmodal-header .expandchecklist-header .checklist-wrapper .checklist-header .progress-body .progress-empty .bar {
              background: rgba(0, 0, 0, 0.1) !important;
              min-width: 0%; }
  #ExpandChecklistModal .checklistmodal-body {
    padding: 12px;
    max-height: calc(100% - 102px);
    position: relative;
    flex-basis: 100%; }
  #ExpandChecklistModal .checklistmodal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-top: 1px solid #dedede; }
    #ExpandChecklistModal .checklistmodal-footer .checklist-action {
      display: flex;
      margin-left: auto; }
      #ExpandChecklistModal .checklistmodal-footer .checklist-action .checklist-btn {
        padding: 0 15px;
        height: 32px;
        border-radius: 16px;
        font-size: 14px;
        font-weight: 500; }
      #ExpandChecklistModal .checklistmodal-footer .checklist-action .checklist-cancel {
        margin-right: 15px;
        display: flex;
        align-items: center;
        cursor: pointer; }
      #ExpandChecklistModal .checklistmodal-footer .checklist-action .checklist-save {
        background-color: #2185D0;
        color: #fff;
        font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }

@media screen and (min-width: 992px) {
  #ExpandChecklistModal {
    width: 700px; } }

@media screen and (max-width: 991px) {
  #ExpandChecklistModal .close {
    top: -2px !important;
    right: -4px !important; } }

#listView {
  display: flex;
  flex-direction: column;
  padding: 5px 10px 10px 20px;
  height: calc(100vh - 129px);
  background-color: white; }
  #listView .table-container {
    overflow: auto;
    height: 100%; }
  #listView #listViewTableContainer::-webkit-scrollbar {
    width: 9px !important;
    /* Increases vertical scrollbar thickness */
    height: 9px; }
  #listView #listViewTableContainer::-webkit-scrollbar-thumb {
    background-color: #aaa;
    /* Scrollbar color */ }
  #listView #listViewTableContainer::-webkit-scrollbar-track {
    background: transparent;
    /* Track background */ }
  #listView .resizable-column {
    display: flex;
    align-items: center;
    border-right: 2px solid #ddd; }
    #listView .resizable-column .column-name {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 5px 10px;
      user-select: none; }
  #listView .columns-name-header {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0;
    color: #666;
    border-bottom: 1px solid #e5e5e5;
    min-width: fit-content;
    gap: 10px;
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: white; }
    #listView .columns-name-header:hover .column-name span div {
      position: absolute;
      user-select: none;
      height: 100%;
      width: 0px !important;
      top: 0px;
      right: 0px !important;
      cursor: ew-resize !important;
      border: 2px solid #ccc !important;
      border-radius: 20px; }
      #listView .columns-name-header:hover .column-name span div:hover, #listView .columns-name-header:hover .column-name span div:active {
        border: 2px solid #0096ff !important; }
  #listView .column-name {
    font-size: small;
    padding: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 200px; }
  #listView .list-item {
    display: flex;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    min-width: fit-content;
    gap: 10px;
    background-color: white; }
  #listView .list-item:hover {
    background-color: #f2f4f8 !important; }
  #listView .list-item:hover .record-text {
    border: 1px solid #ddd;
    /* Keep hover border effect */
    background-color: #f9f9f9; }
  #listView .checkbox {
    margin: 0 10px; }
  #listView .record-content {
    position: relative;
    overflow: visible;
    /* Prevent clipping */ }
    #listView .record-content .record-text {
      font-size: 13px;
      padding: 4px 8px;
      border: 1px solid transparent;
      border-radius: 6px;
      cursor: pointer;
      transition: border 0.2s ease;
      width: fit-content; }
    #listView .record-content .editable-input {
      width: 100%;
      /* Ensure input takes full width */
      box-sizing: border-box;
      padding: 4px 8px;
      font-size: 13px;
      border: 1px solid #ddd;
      border-radius: 4px; }
  #listView .record-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; }
  #listView .action-button {
    margin-left: 10px;
    display: none;
    justify-content: center;
    align-items: center;
    visibility: hidden; }
    #listView .action-button button {
      background: none;
      border: none;
      cursor: pointer;
      font-size: 11px;
      font-weight: 500; }
  #listView .list-item:hover .action-button {
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible; }
    #listView .list-item:hover .action-button button {
      background: none;
      border: none;
      cursor: pointer;
      font-size: 11px;
      font-weight: 500; }
  #listView .add-record {
    width: fit-content;
    height: 34px;
    padding: 0.5rem;
    opacity: 0.75;
    font-size: 12px;
    cursor: pointer; }
  #listView .add-record:hover {
    opacity: 1; }
  #listView .record-default-name {
    opacity: .5; }
  #listView .contex-menu-border {
    border-bottom: 1px solid #e5e5e5;
    margin: 10px;
    padding: 0; }
  #listView .group-main .column-group-header {
    margin-left: 38px;
    height: 24px !important;
    position: relative !important;
    z-index: 1 !important;
    margin-right: 10px; }
  #listView .group-main .group-content {
    height: 50px; }
  #listView .group-main .group-column {
    font-size: 11px;
    color: grey;
    margin-left: 20px; }
  #listView .group-main .group-name-heading {
    font-size: 13px;
    font-weight: 500;
    color: black; }
  #listView .group-main .group-count {
    font-size: 13px;
    color: grey;
    margin-left: 7px; }
  #listView .group-main .group-up-down-icons {
    font-size: 17px;
    margin-right: 6px;
    cursor: pointer;
    opacity: 0.8; }
  #listView .group-main .group-add-record {
    display: block;
    position: absolute;
    opacity: 1;
    bottom: -17px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    height: 18px;
    background-color: white;
    cursor: pointer;
    font-weight: 500;
    opacity: 0.6;
    margin-left: 28px;
    cursor: pointer;
    font-size: 13px;
    z-index: 1; }
  #listView .group-main .group-add-record:hover {
    opacity: 1; }

.cell-and-cell-edit {
  position: relative;
  /*Huge thanks to @tobiasahlin at http://tobiasahlin.com/spinkit/ */ }
  .cell-and-cell-edit .multiline-warp {
    line-height: 1.5;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }
    .cell-and-cell-edit .multiline-warp span {
      white-space: pre-line !important; }
  .cell-and-cell-edit .attachment-drag-celledit .drop-file-content {
    display: none;
    margin: auto; }
    .cell-and-cell-edit .attachment-drag-celledit .drop-file-content p {
      font-size: 14.5px;
      font-weight: 600; }
  .cell-and-cell-edit .attachment-drag-celledit .file-drop-dragging-over-frame .attachment-bx {
    background: #f5f5f5;
    justify-content: center;
    display: flex;
    align-items: center; }
  .cell-and-cell-edit .attachment-drag-celledit .file-drop-dragging-over-frame .attachment-bx-item {
    visibility: hidden; }
  .cell-and-cell-edit .attachment-drag-celledit .file-drop-dragging-over-frame .add-text {
    visibility: hidden; }
  .cell-and-cell-edit .attachment-drag-celledit .file-drop-dragging-over-frame .add {
    visibility: hidden; }
  .cell-and-cell-edit .attachment-drag-celledit .file-drop-dragging-over-frame .drop-file-content {
    display: block; }
  .cell-and-cell-edit .attachment-active-cell {
    padding-top: 0px !important; }
  .cell-and-cell-edit .attachment-active-cellEdit {
    padding-top: 5px !important; }
  .cell-and-cell-edit .attachment-bx {
    font-size: 11px;
    height: inherit !important;
    display: flex;
    flex-wrap: nowrap;
    width: -webkit-fill-available;
    align-items: center;
    gap: 5px; }
    .cell-and-cell-edit .attachment-bx .add {
      width: fit-content;
      font-weight: 500;
      cursor: pointer;
      float: left;
      font-size: 16px;
      align-items: center;
      display: flex;
      background: #c7c7c7;
      border-radius: 4px;
      padding: 0px 5px;
      margin-right: 5px; }
    .cell-and-cell-edit .attachment-bx .add-text {
      margin-top: 5px;
      margin-right: 5px;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-weight: bold;
      margin: auto 8px;
      overflow: hidden; }
    .cell-and-cell-edit .attachment-bx ul {
      display: inline;
      height: inherit; }
    .cell-and-cell-edit .attachment-bx li {
      display: flex;
      float: left;
      height: inherit; }
      .cell-and-cell-edit .attachment-bx li img {
        position: relative;
        max-height: 80%;
        width: auto;
        margin: auto 3px;
        max-width: 100px;
        height: inherit;
        border: 2px solid transparent; }
        .cell-and-cell-edit .attachment-bx li img:hover {
          border: 2px solid #0096FF; }
    .cell-and-cell-edit .attachment-bx .delete-tooltip .tooltiptext {
      visibility: hidden;
      width: max-content;
      background-color: #212121;
      color: white;
      text-align: center;
      text-transform: none;
      border-radius: 4px;
      font-size: 12px !important;
      margin-left: 8px;
      padding: 0 8px;
      position: absolute;
      z-index: 1;
      padding-left: 7px;
      padding-right: 7px;
      bottom: 50%;
      left: unset; }
    .cell-and-cell-edit .attachment-bx .delete-tooltip:hover .tooltiptext {
      visibility: visible; }
    .cell-and-cell-edit .attachment-bx .attachment-bx-item .remove-icon {
      padding: 2px;
      position: absolute;
      margin-left: -18px;
      margin-top: 0px;
      border-radius: 0px;
      font-size: 8px; }
    .cell-and-cell-edit .attachment-bx .img-data {
      position: relative;
      width: auto;
      max-width: 100px;
      height: -webkit-fill-available;
      margin-right: 5px;
      max-height: 38px;
      border-radius: 4px;
      border: 2px solid #d8d7d7de; }
      .cell-and-cell-edit .attachment-bx .img-data:hover {
        border: 2px solid #0096FF; }
    .cell-and-cell-edit .attachment-bx span:first-child {
      min-width: 16px; }
    .cell-and-cell-edit .attachment-bx span:nth-child(2) {
      margin: 0 auto;
      color: #909090; }
    .cell-and-cell-edit .attachment-bx .attachment-loader {
      margin: 0px 8px 0px 0px; }
  .cell-and-cell-edit .attachment-filr-drag .drop-file-content {
    display: none;
    width: auto;
    height: auto;
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .cell-and-cell-edit .attachment-filr-drag .drop-file-content p {
      font-size: 14.5px;
      font-weight: 600; }
  .cell-and-cell-edit .attachment-filr-drag .file-drop-dragging-over-frame .attachment-bx {
    background: #f5f5f5;
    justify-content: center;
    display: none;
    align-items: center; }
  .cell-and-cell-edit .attachment-filr-drag .file-drop-dragging-over-frame .attachment-bx-item {
    visibility: hidden; }
  .cell-and-cell-edit .attachment-filr-drag .file-drop-dragging-over-frame .add-text {
    visibility: hidden; }
  .cell-and-cell-edit .attachment-filr-drag .file-drop-dragging-over-frame .add {
    visibility: hidden; }
  .cell-and-cell-edit .attachment-filr-drag .file-drop-dragging-over-frame .img-data {
    visibility: hidden; }
  .cell-and-cell-edit .attachment-filr-drag .file-drop-dragging-over-frame .drop-file-content {
    display: flex; }
  .cell-and-cell-edit .attachment-filr-drag .file-drop-target {
    height: 100%;
    margin: auto 0px; }
    .cell-and-cell-edit .attachment-filr-drag .file-drop-target .file-logo {
      display: none; }
  .cell-and-cell-edit .ct-checkbox {
    position: absolute !important;
    text-align: center;
    top: 0px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 2px solid transparent;
    outline: none;
    padding: 6px; }
  .cell-and-cell-edit .tab-select-bx {
    margin: 0 2px; }
  .cell-and-cell-edit .collaborator-dropdown {
    display: inline-flex;
    flex: 1 1 auto; }
    .cell-and-cell-edit .collaborator-dropdown .add {
      width: fit-content;
      font-weight: 500;
      cursor: pointer;
      float: left;
      font-size: 16px;
      display: flex;
      align-items: center;
      background: #c7c7c7;
      border-radius: 4px;
      padding: 0px 5px;
      margin-right: 5px;
      margin: auto 5px auto 0px; }
      .cell-and-cell-edit .collaborator-dropdown .add:hover {
        background: #d2d2da;
        opacity: 0.9; }
    .cell-and-cell-edit .collaborator-dropdown .multi-collaborator {
      display: flex;
      align-items: center; }
    .cell-and-cell-edit .collaborator-dropdown .select-cell {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      background: #fff;
      outline: none;
      box-shadow: none;
      line-height: 18px; }
      .cell-and-cell-edit .collaborator-dropdown .select-cell .css-1okebmr-indicatorSeparator {
        display: none; }
      .cell-and-cell-edit .collaborator-dropdown .select-cell .css-yk16xz-control {
        border-radius: 0px; }
      .cell-and-cell-edit .collaborator-dropdown .select-cell .css-b8ldur-Input {
        caret-color: black !important; }
      .cell-and-cell-edit .collaborator-dropdown .select-cell .Select {
        z-index: 2;
        min-height: 30px; }
        .cell-and-cell-edit .collaborator-dropdown .select-cell .Select .Select-clear {
          margin-top: -5px; }
        .cell-and-cell-edit .collaborator-dropdown .select-cell .Select .Select-control {
          position: relative;
          height: inherit !important;
          border: 2px solid #0096ff;
          border-radius: 4px;
          z-index: 1 !important; }
          .cell-and-cell-edit .collaborator-dropdown .select-cell .Select .Select-control .Select-placeholder {
            line-height: 26px;
            padding: 0 12px !important; }
          .cell-and-cell-edit .collaborator-dropdown .select-cell .Select .Select-control .Select-multi-value-wrapper {
            display: inline-flex !important;
            flex-direction: row !important;
            flex-wrap: wrap !important;
            padding-left: 5px;
            min-height: 30px; }
          .cell-and-cell-edit .collaborator-dropdown .select-cell .Select .Select-control .Select-arrow-zone {
            cursor: pointer;
            display: table-cell !important;
            position: relative;
            text-align: center;
            vertical-align: middle !important;
            width: 25px;
            padding: 5px; }
          .cell-and-cell-edit .collaborator-dropdown .select-cell .Select .Select-control .Select-input {
            height: 18px;
            padding: 0px !important;
            vertical-align: middle;
            margin: auto 0; }
          .cell-and-cell-edit .collaborator-dropdown .select-cell .Select .Select-control .Select-input > input {
            box-sizing: border-box !important;
            padding: 0 !important; }
          .cell-and-cell-edit .collaborator-dropdown .select-cell .Select .Select-control:hover {
            box-shadow: none; }
      .cell-and-cell-edit .collaborator-dropdown .select-cell .Select.is-focused:not(.is-open) > .Select-control {
        box-shadow: none; }
      .cell-and-cell-edit .collaborator-dropdown .select-cell .Select-menu-outer {
        z-index: 3;
        box-shadow: 0 0 8px #888;
        width: max-content;
        min-width: 100%; }
        .cell-and-cell-edit .collaborator-dropdown .select-cell .Select-menu-outer .Select-menu .Select-option {
          padding: 6px 10px;
          width: 100%;
          min-width: max-content; }
        .cell-and-cell-edit .collaborator-dropdown .select-cell .Select-menu-outer .Select-menu::-webkit-scrollbar {
          width: 4px; }
      .cell-and-cell-edit .collaborator-dropdown .select-cell .links-bx {
        border: 2px solid #0096ff;
        border-radius: 4px;
        padding: 5px; }
        .cell-and-cell-edit .collaborator-dropdown .select-cell .links-bx .links-bx-link {
          display: flex;
          width: 100%;
          max-width: 100%;
          height: auto !important; }
        .cell-and-cell-edit .collaborator-dropdown .select-cell .links-bx .icon-expand {
          position: absolute;
          right: 5px;
          top: 10px;
          display: none !important; }
      .cell-and-cell-edit .collaborator-dropdown .select-cell .api-data {
        border: 2px solid #0096ff;
        border-radius: 4px;
        max-width: 500px;
        overflow: scroll;
        padding: 5px; }
    .cell-and-cell-edit .collaborator-dropdown .collaborator-cell {
      min-width: auto !important; }
      .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-1wcnc71-control {
        overflow: hidden; }
      .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-1wcnc71-control,
      .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-737pto-control {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom: none;
        border-left: 2px solid rgba(0, 0, 0, 0.1);
        border-right: 2px solid rgba(0, 0, 0, 0.1);
        border-top: 2px solid rgba(0, 0, 0, 0.1); }
      .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-737pto-control {
        box-shadow: none;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-left: 2px solid rgba(0, 0, 0, 0.1);
        border-right: 2px solid rgba(0, 0, 0, 0.1);
        border-top: 2px solid rgba(0, 0, 0, 0.1);
        border-bottom: none; }
        .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-737pto-control :hover {
          border: none;
          border-color: none; }
      .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-1itjr4n-multiValue {
        display: block !important; }
      .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-g1d714-ValueContainer {
        padding: 8px;
        height: 32px; }
      .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-15qtglr-singleValue {
        display: none !important; }
      .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-fymsl7-menu {
        box-shadow: none;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top: none;
        border-left: 2px solid rgba(0, 0, 0, 0.1);
        border-right: 2px solid rgba(0, 0, 0, 0.1);
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        top: auto;
        position: fixed;
        width: inherit; }
      .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-ccfn4t-MenuList {
        max-height: 220px;
        overflow: hidden auto; }
        .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-ccfn4t-MenuList .invite-btn {
          color: #4d4d4d;
          line-height: 2; }
        .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-ccfn4t-MenuList .add-user-btn {
          color: #4d4d4d;
          display: flex;
          align-items: center; }
          .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-ccfn4t-MenuList .add-user-btn .add-icon {
            margin-right: 4px; }
        .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-ccfn4t-MenuList .css-1b9itwh-option {
          background-color: none; }
      .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .create-option {
        font-size: 12.8px; }
        .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .create-option .content {
          overflow: hidden;
          display: inline-block; }
          .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .create-option .content .header {
            font-size: 11px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
  .cell-and-cell-edit .collaborator-tag {
    display: inline-flex !important;
    align-items: center;
    height: 18px !important;
    border: 1px solid #eee;
    background-color: #eee;
    margin: 2px 2px;
    min-width: fit-content;
    border-radius: 10px; }
    .cell-and-cell-edit .collaborator-tag img {
      width: 20px !important;
      height: 20px !important;
      margin: 0 !important; }
    .cell-and-cell-edit .collaborator-tag p {
      font-size: 13px;
      line-height: 18px !important;
      padding: 0 4px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .cell-and-cell-edit .collaborator-icon {
    font-size: 17px !important;
    opacity: 0.75 !important; }
  .cell-and-cell-edit #CellEdit .selected-cell-multiline {
    background-color: white;
    height: 64px;
    box-shadow: 0 0 0 2px #2d7ff9;
    border-radius: 1px;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%; }
    .cell-and-cell-edit #CellEdit .selected-cell-multiline .ql-editor {
      overflow-y: hidden; }
    .cell-and-cell-edit #CellEdit .selected-cell-multiline .ql-toolbar.ql-snow {
      display: none; }
    .cell-and-cell-edit #CellEdit .selected-cell-multiline .ql-container.ql-snow {
      border: none; }
  .cell-and-cell-edit #CellEdit .multiLineTextEdit {
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    min-width: 320px;
    width: 100%;
    border: 1px solid #ddd; }
    .cell-and-cell-edit #CellEdit .multiLineTextEdit #quill-editor {
      background: #fff; }
      .cell-and-cell-edit #CellEdit .multiLineTextEdit #quill-editor .ql-toolbar {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        overflow: hidden; }
        .cell-and-cell-edit #CellEdit .multiLineTextEdit #quill-editor .ql-toolbar.ql-snow {
          border: 3px solid #ccc; }
      .cell-and-cell-edit #CellEdit .multiLineTextEdit #quill-editor .ql-container {
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        height: 150px; }
    .cell-and-cell-edit #CellEdit .multiLineTextEdit .arrows.alternate.vertical {
      font-size: 0.6em;
      z-index: 100000;
      position: absolute !important;
      right: 4px !important;
      background: #fff;
      top: 6px !important;
      background-color: #2185d0 !important;
      color: #fff; }
    .cell-and-cell-edit #CellEdit .multiLineTextEdit .arrows.alternate.vertical:hover {
      color: #fff !important; }
  .cell-and-cell-edit #CellEdit .quill-editor-customCss .ql-container .ql-editor ol,
  .cell-and-cell-edit #CellEdit .quill-editor-customCss .ql-container .ql-editor ul {
    padding: 0px; }
  .cell-and-cell-edit .collaborator-tag-dummy {
    display: inline-flex !important;
    align-items: center;
    height: 18px !important;
    margin: 5px 2px;
    min-width: fit-content;
    max-width: 110px;
    width: -webkit-fill-available;
    border-radius: 10px;
    background-color: #eee;
    background-color: #eee; }
    .cell-and-cell-edit .collaborator-tag-dummy img {
      width: 20px !important;
      height: 20px !important;
      margin: 0 !important; }
    .cell-and-cell-edit .collaborator-tag-dummy p {
      font-size: 13px;
      line-height: 18px !important;
      padding: 0 4px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .cell-and-cell-edit .render-box {
    background: #fff;
    height: 100%;
    position: relative !important;
    /* top: -20px; */
    bottom: 20px;
    z-index: 1; }
    .cell-and-cell-edit .render-box .arrows.alternate.vertical {
      z-index: 100000;
      position: absolute;
      background: #c1d6ee;
      right: 0px;
      top: 6px; }
    .cell-and-cell-edit .render-box .arrows.alternate.vertical:hover {
      color: #fff !important;
      background: #ccc;
      box-shadow: 1px 1px 4px 1px #ccc; }
    .cell-and-cell-edit .render-box .render-bx-border {
      height: 100%;
      border: 2px solid #0096ff;
      border-radius: 4px; }
      .cell-and-cell-edit .render-box .render-bx-border .durationError {
        position: absolute;
        left: 0px;
        z-index: 50;
        background: #fff;
        width: 100%;
        top: 31px;
        min-width: -moz-min-content;
        border: 1px solid #d4d4d5;
        padding: 0.833em 1em;
        font-weight: 400;
        font-style: normal;
        color: rgba(0, 0, 0, 0.87);
        border-radius: 0.28571429rem;
        -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
        box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
        outline: none; }
      .cell-and-cell-edit .render-box .render-bx-border input {
        width: -webkit-fill-available !important;
        height: auto !important;
        padding: 0px !important;
        margin: 6px;
        border: none !important; }
        .cell-and-cell-edit .render-box .render-bx-border input:focus {
          border: none;
          box-shadow: none;
          -webkit-box-shadow: none;
          outline: none; }
        .cell-and-cell-edit .render-box .render-bx-border input:active {
          border: none;
          box-shadow: none;
          -webkit-box-shadow: none;
          outline: none; }
      .cell-and-cell-edit .render-box .render-bx-border .time-cell .react-datepicker__triangle {
        margin-left: 0px;
        border-bottom-color: white; }
      .cell-and-cell-edit .render-box .render-bx-border .time-cell .react-datepicker__time {
        margin-top: -19px; }
      .cell-and-cell-edit .render-box .render-bx-border .time-cell .react-datepicker__header--time {
        padding: 0; }
      .cell-and-cell-edit .render-box .render-bx-border .time-cell .react-datepicker__time-box {
        width: 100%; }
      .cell-and-cell-edit .render-box .render-bx-border .time-cell .react-datepicker__time-list-item--selected {
        background-color: white !important;
        color: black !important;
        font-weight: 400; }
      .cell-and-cell-edit .render-box .render-bx-border .react-datepicker {
        width: max-content; }
      .cell-and-cell-edit .render-box .render-bx-border .date-render .react-datepicker-wrapper {
        width: 100% !important; }
      .cell-and-cell-edit .render-box .render-bx-border .date-render .react-datepicker__input-container {
        width: 100% !important; }
    .cell-and-cell-edit .render-box .react-phone-number-input {
      border: 2px solid #0096ff;
      border-radius: 4px;
      padding: 5px;
      background: #fff;
      overflow: hidden; }
      .cell-and-cell-edit .render-box .react-phone-number-input select {
        display: none; }
      .cell-and-cell-edit .render-box .react-phone-number-input .react-phone-number-input__row {
        display: flex;
        flex-direction: row; }
        .cell-and-cell-edit .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__country {
          display: flex;
          justify-content: center; }
        .cell-and-cell-edit .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon {
          width: 30px;
          display: flex;
          justify-content: center; }
          .cell-and-cell-edit .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon svg {
            width: 20px;
            margin-top: 4px;
            margin-left: 6px;
            margin-right: 4px; }
          .cell-and-cell-edit .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon img {
            width: 30px; }
        .cell-and-cell-edit .render-box .react-phone-number-input .react-phone-number-input__row input {
          border: none;
          margin: auto;
          height: -webkit-fill-available;
          width: -webkit-fill-available;
          padding-left: 10px; }
          .cell-and-cell-edit .render-box .react-phone-number-input .react-phone-number-input__row input:focus {
            border: none;
            box-shadow: none;
            -webkit-box-shadow: none;
            outline: none; }
          .cell-and-cell-edit .render-box .react-phone-number-input .react-phone-number-input__row input:active {
            border: none;
            box-shadow: none;
            -webkit-box-shadow: none;
            outline: none; }
    .cell-and-cell-edit .render-box .PhoneInput {
      display: flex;
      align-items: center;
      border: 2px solid #0096ff;
      border-radius: 4px;
      padding: 5px;
      background: #fff;
      overflow: hidden; }
      .cell-and-cell-edit .render-box .PhoneInput .PhoneInputCountry {
        width: 27px; }
        .cell-and-cell-edit .render-box .PhoneInput .PhoneInputCountry svg {
          width: 100%;
          border-radius: 3px; }
        .cell-and-cell-edit .render-box .PhoneInput .PhoneInputCountry .PhoneInputCountrySelect {
          display: none; }
        .cell-and-cell-edit .render-box .PhoneInput .PhoneInputCountry .PhoneInputCountryIcon {
          display: flex;
          align-items: center; }
      .cell-and-cell-edit .render-box .PhoneInput input {
        border: none;
        margin: auto;
        width: -webkit-fill-available;
        padding-left: 10px; }
        .cell-and-cell-edit .render-box .PhoneInput input:focus {
          border: none;
          box-shadow: none;
          -webkit-box-shadow: none;
          outline: none; }
        .cell-and-cell-edit .render-box .PhoneInput input:active {
          border: none;
          box-shadow: none;
          -webkit-box-shadow: none;
          outline: none; }
    .cell-and-cell-edit .render-box .attachment-bx {
      border: 2px solid #0096ff;
      border-radius: 4px;
      width: -webkit-fill-available; }
      .cell-and-cell-edit .render-box .attachment-bx li {
        height: auto;
        margin: 3px auto; }
      .cell-and-cell-edit .render-box .attachment-bx .add-text {
        margin-top: 5px;
        margin-right: 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: bold;
        margin: auto 8px;
        overflow: hidden; }
      .cell-and-cell-edit .render-box .attachment-bx .add {
        margin-right: 5px; }
        .cell-and-cell-edit .render-box .attachment-bx .add:hover {
          background: #d2d2da;
          opacity: 0.9; }
    .cell-and-cell-edit .render-box .selectDrag {
      content: "";
      position: absolute;
      border: 1px solid #0096FF;
      background: #0096FF;
      height: 8px;
      width: 8px;
      border-radius: 1px;
      bottom: -2.5px;
      right: -3px;
      z-index: 1;
      cursor: crosshair; }
    .cell-and-cell-edit .render-box .css-2b097c-container {
      width: 100%;
      position: absolute;
      z-index: 2; }
    .cell-and-cell-edit .render-box .select-cell {
      position: relative !important;
      left: 0;
      top: 0;
      background: #fff;
      outline: none;
      box-shadow: none;
      line-height: 18px; }
      .cell-and-cell-edit .render-box .select-cell .css-1okebmr-indicatorSeparator {
        display: none; }
      .cell-and-cell-edit .render-box .select-cell .css-yk16xz-control {
        border-radius: 0px; }
      .cell-and-cell-edit .render-box .select-cell .css-b8ldur-Input {
        caret-color: black !important; }
      .cell-and-cell-edit .render-box .select-cell .Select {
        z-index: 2;
        min-height: 30px; }
        .cell-and-cell-edit .render-box .select-cell .Select .Select-clear {
          margin-top: -5px; }
        .cell-and-cell-edit .render-box .select-cell .Select .Select-control {
          position: relative;
          height: inherit !important;
          border: 2px solid #0096ff;
          border-radius: 4px;
          z-index: 1 !important; }
          .cell-and-cell-edit .render-box .select-cell .Select .Select-control .Select-placeholder {
            line-height: 26px;
            padding: 0 12px !important; }
          .cell-and-cell-edit .render-box .select-cell .Select .Select-control .Select-multi-value-wrapper {
            display: inline-flex !important;
            flex-direction: row !important;
            flex-wrap: wrap !important;
            padding-left: 5px;
            min-height: 30px; }
          .cell-and-cell-edit .render-box .select-cell .Select .Select-control .Select-arrow-zone {
            cursor: pointer;
            display: table-cell !important;
            position: relative;
            text-align: center;
            vertical-align: middle !important;
            width: 25px;
            padding: 5px; }
          .cell-and-cell-edit .render-box .select-cell .Select .Select-control .Select-input {
            height: 18px;
            padding: 0px !important;
            vertical-align: middle;
            margin: auto 0; }
          .cell-and-cell-edit .render-box .select-cell .Select .Select-control .Select-input > input {
            box-sizing: border-box !important;
            padding: 0 !important; }
          .cell-and-cell-edit .render-box .select-cell .Select .Select-control:hover {
            box-shadow: none; }
      .cell-and-cell-edit .render-box .select-cell .Select.is-focused:not(.is-open) > .Select-control {
        box-shadow: none; }
      .cell-and-cell-edit .render-box .select-cell .Select-menu-outer {
        z-index: 3;
        box-shadow: 0 0 8px #888;
        width: max-content;
        min-width: 100%; }
        .cell-and-cell-edit .render-box .select-cell .Select-menu-outer .Select-menu .Select-option {
          padding: 6px 10px;
          width: 100%;
          min-width: max-content; }
        .cell-and-cell-edit .render-box .select-cell .Select-menu-outer .Select-menu::-webkit-scrollbar {
          width: 4px; }
      .cell-and-cell-edit .render-box .select-cell .links-bx {
        border: 2px solid #0096ff;
        border-radius: 4px;
        padding: 5px; }
        .cell-and-cell-edit .render-box .select-cell .links-bx .links-bx-link {
          display: flex;
          width: 100%;
          max-width: 100%;
          height: auto !important; }
        .cell-and-cell-edit .render-box .select-cell .links-bx .icon-expand {
          position: absolute;
          right: 5px;
          top: 10px;
          display: none !important; }
      .cell-and-cell-edit .render-box .select-cell .api-data {
        border: 2px solid #0096ff;
        border-radius: 4px;
        max-width: 500px;
        overflow: scroll;
        padding: 5px; }
    .cell-and-cell-edit .render-box .collaborator-cell {
      min-width: auto !important; }
      .cell-and-cell-edit .render-box .collaborator-cell .css-1wcnc71-control {
        overflow: hidden; }
      .cell-and-cell-edit .render-box .collaborator-cell .css-1wcnc71-control,
      .cell-and-cell-edit .render-box .collaborator-cell .css-737pto-control {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom: none;
        border-left: 2px solid rgba(0, 0, 0, 0.1);
        border-right: 2px solid rgba(0, 0, 0, 0.1);
        border-top: 2px solid rgba(0, 0, 0, 0.1); }
      .cell-and-cell-edit .render-box .collaborator-cell .css-737pto-control {
        box-shadow: none;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-left: 2px solid rgba(0, 0, 0, 0.1);
        border-right: 2px solid rgba(0, 0, 0, 0.1);
        border-top: 2px solid rgba(0, 0, 0, 0.1);
        border-bottom: none; }
        .cell-and-cell-edit .render-box .collaborator-cell .css-737pto-control :hover {
          border: none;
          border-color: none; }
      .cell-and-cell-edit .render-box .collaborator-cell .css-1hb7zxy-IndicatorsContainer {
        display: none; }
      .cell-and-cell-edit .render-box .collaborator-cell .css-1itjr4n-multiValue {
        display: block !important; }
      .cell-and-cell-edit .render-box .collaborator-cell .css-g1d714-ValueContainer {
        padding: 8px;
        height: 32px; }
      .cell-and-cell-edit .render-box .collaborator-cell .css-15qtglr-singleValue {
        display: block !important;
        width: -webkit-fill-available; }
      .cell-and-cell-edit .render-box .collaborator-cell .css-fymsl7-menu {
        box-shadow: none;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top: none;
        border-left: 2px solid rgba(0, 0, 0, 0.1);
        border-right: 2px solid rgba(0, 0, 0, 0.1);
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        top: auto;
        width: inherit; }
      .cell-and-cell-edit .render-box .collaborator-cell .css-ccfn4t-MenuList {
        max-height: 220px; }
        .cell-and-cell-edit .render-box .collaborator-cell .css-ccfn4t-MenuList .invite-btn {
          color: #4d4d4d;
          line-height: 2; }
        .cell-and-cell-edit .render-box .collaborator-cell .css-ccfn4t-MenuList .add-user-btn {
          color: #4d4d4d;
          display: flex;
          align-items: center; }
          .cell-and-cell-edit .render-box .collaborator-cell .css-ccfn4t-MenuList .add-user-btn .add-icon {
            margin-right: 4px; }
        .cell-and-cell-edit .render-box .collaborator-cell .css-ccfn4t-MenuList .css-1b9itwh-option {
          background-color: none; }
      .cell-and-cell-edit .render-box .collaborator-cell .create-option {
        font-size: 12.8px; }
        .cell-and-cell-edit .render-box .collaborator-cell .create-option .content {
          overflow: hidden;
          display: inline-block; }
          .cell-and-cell-edit .render-box .collaborator-cell .create-option .content .header {
            font-size: 11px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
    .cell-and-cell-edit .render-box .field {
      display: flex;
      flex-direction: column;
      padding: 0 10px; }
    .cell-and-cell-edit .render-box .formula .formula-list {
      max-height: 300px;
      background-color: #fff;
      z-index: 1;
      display: block;
      position: absolute;
      width: 335px;
      overflow: auto;
      box-shadow: 0 0 17px 0 #ddd;
      margin: 4px 10px;
      cursor: pointer; }
      .cell-and-cell-edit .render-box .formula .formula-list li {
        padding: 4px 8px;
        border-bottom: 1px solid #ddd; }
        .cell-and-cell-edit .render-box .formula .formula-list li span {
          opacity: 0.5;
          font-size: 11px;
          float: right; }
        .cell-and-cell-edit .render-box .formula .formula-list li .details {
          visibility: hidden;
          width: 85%;
          background-color: black;
          color: #fff;
          text-transform: none;
          border-radius: 6px;
          font-size: 13px !important;
          padding: 3%;
          position: absolute;
          z-index: 3;
          display: inherit;
          margin-top: 3px;
          margin-left: 2%;
          opacity: 1; }
        .cell-and-cell-edit .render-box .formula .formula-list li:hover {
          background-color: rgba(229, 229, 229, 0.3); }
          .cell-and-cell-edit .render-box .formula .formula-list li:hover .details {
            visibility: visible; }
        .cell-and-cell-edit .render-box .formula .formula-list li:not(:hover) .details {
          visibility: hidden; }
    .cell-and-cell-edit .render-box > .content {
      padding: 10px; }
      .cell-and-cell-edit .render-box > .content input,
      .cell-and-cell-edit .render-box > .content select,
      .cell-and-cell-edit .render-box > .content .input {
        padding: 4px !important;
        margin: 4px 0 !important; }
      .cell-and-cell-edit .render-box > .content .apply-button {
        margin: 12px 0;
        padding: 8px 16px; }
    .cell-and-cell-edit .render-box .desc {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      padding: 10px 10px;
      font-size: 14px;
      width: 375px;
      font-size: 13px;
      line-height: 18px;
      color: #4d4d4d;
      opacity: .75;
      cursor: text; }
    .cell-and-cell-edit .render-box .field {
      margin-top: 10px !important; }
    .cell-and-cell-edit .render-box .field label {
      font-weight: 500 !important;
      color: #909090;
      font-size: 12px; }
    .cell-and-cell-edit .render-box .field input,
    .cell-and-cell-edit .render-box .field select {
      background-color: #fff;
      font-size: 13px; }
    .cell-and-cell-edit .render-box .field .react-datepicker-wrapper {
      display: block; }
      .cell-and-cell-edit .render-box .field .react-datepicker-wrapper .react-datepicker__input-container {
        display: block; }
    .cell-and-cell-edit .render-box .rc-time-picker {
      width: 100%; }
    .cell-and-cell-edit .render-box .rc-time-picker-input {
      height: 38px; }
    .cell-and-cell-edit .render-box .ui.checkbox input.hidden + label {
      font-size: 13px;
      color: #414141; }
    .cell-and-cell-edit .render-box .input-multi-line {
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      height: 130px;
      width: 100%;
      z-index: 2;
      background: #fff;
      border: 3px solid #0096ff;
      border-radius: 4px;
      outline: none;
      padding: 6px;
      box-shadow: none;
      line-height: 18px; }
  .cell-and-cell-edit .select-tag-wrapper {
    display: block;
    height: fit-content;
    border-radius: 8px;
    margin: 2px 2px;
    max-width: inherit; }
  .cell-and-cell-edit .select-tag-wrapper-custom {
    display: block;
    height: fit-content;
    border-radius: 8px;
    margin: 4px 0px;
    max-width: inherit; }
  .cell-and-cell-edit .select-tag {
    display: inline-flex !important;
    height: 18px !important;
    padding: 2px 8px;
    margin: 0;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    border-radius: 8px;
    background: #fff;
    color: #4d4d4d;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap; }
    .cell-and-cell-edit .select-tag .Select-aria-only {
      position: relative !important; }
  .cell-and-cell-edit .links-bx {
    display: flex;
    font-size: 11px;
    height: max-content;
    flex-wrap: unset; }
    .cell-and-cell-edit .links-bx .add {
      width: fit-content;
      font-weight: 500;
      cursor: pointer;
      float: left;
      font-size: 16px;
      display: flex;
      align-items: center;
      background: #c7c7c7;
      border-radius: 4px;
      padding: 0px 5px;
      margin-right: 5px; }
      .cell-and-cell-edit .links-bx .add:hover {
        background: #d2d2da;
        opacity: 0.9; }
    .cell-and-cell-edit .links-bx .row-link {
      white-space: nowrap;
      margin: 5px 3px;
      padding: 0px 4px;
      background: #ecf0fa;
      border: 0.5px solid #c9c9ec;
      border-radius: 2px;
      font-size: 13px;
      text-overflow: ellipsis;
      overflow: hidden;
      height: fit-content;
      display: flex; }
      .cell-and-cell-edit .links-bx .row-link .row-link-text {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 42px;
        width: fit-content; }
      .cell-and-cell-edit .links-bx .row-link .remove-icon {
        cursor: pointer; }
      .cell-and-cell-edit .links-bx .row-link .remove-icon::before {
        margin-left: 4px; }
      .cell-and-cell-edit .links-bx .row-link:hover {
        cursor: pointer;
        opacity: 0.8; }
    .cell-and-cell-edit .links-bx .error {
      background: #f5cce9 !important;
      border: 0.5px solid #a26e71 !important; }
  .cell-and-cell-edit .date-wrapper {
    -webkit-box-flex: 1;
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    padding-bottom: 6px;
    padding-top: 6px;
    flex-direction: row;
    justify-content: space-between; }
    .cell-and-cell-edit .date-wrapper .date {
      -webkit-box-flex: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 100%; }
      .cell-and-cell-edit .date-wrapper .date.talign {
        flex: 1 1 calc(100% - 67%); }
      .cell-and-cell-edit .date-wrapper .date.align {
        flex: 1 0 auto; }
    .cell-and-cell-edit .date-wrapper .time {
      -webkit-box-flex: 1;
      flex-grow: 1;
      flex-shrink: 1;
      box-sizing: border-box;
      padding-left: 0.5rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 100%; }
    .cell-and-cell-edit .date-wrapper .zone {
      -webkit-box-flex: 1;
      flex-grow: 0;
      flex-shrink: 2;
      order: 99999;
      box-sizing: border-box;
      padding-top: 0.25rem;
      padding-left: 0.25rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 100%;
      text-transform: capitalize;
      font-size: 9px; }
  .cell-and-cell-edit .progress {
    margin: auto;
    width: inherit; }
    .cell-and-cell-edit .progress .progress-text-type .progress-text-main {
      display: flex;
      align-items: center;
      justify-content: unset; }
      .cell-and-cell-edit .progress .progress-text-type .progress-text-main .progress-text-icon {
        font-size: 20px; }
      .cell-and-cell-edit .progress .progress-text-type .progress-text-main .progress-text-task {
        font-size: 14px;
        margin-left: 6px; }
    .cell-and-cell-edit .progress .progress-type {
      display: flex;
      align-items: center;
      width: 100%; }
      .cell-and-cell-edit .progress .progress-type .progress-line {
        width: 90%;
        margin: auto !important; }
      .cell-and-cell-edit .progress .progress-type .progress-color .bar {
        background: #21ba45; }
      .cell-and-cell-edit .progress .progress-type .progress-empty .bar {
        background: rgba(0, 0, 0, 0.1) !important;
        min-width: 0%; }
      .cell-and-cell-edit .progress .progress-type .progress-percentage {
        width: 29px;
        text-align: center;
        margin-left: 4px;
        color: green;
        font-weight: 500;
        margin-right: 4px; }
      .cell-and-cell-edit .progress .progress-type .ui.small.progress {
        font-size: 0.60857143rem; }
  .cell-and-cell-edit .date-cell .react-datepicker-wrapper {
    top: 0px;
    left: 0px;
    height: -webkit-fill-available;
    width: -moz-available;
    width: 100%;
    position: absolute;
    display: -webkit-inline-box; }
    .cell-and-cell-edit .date-cell .react-datepicker-wrapper .react-datepicker__input-container {
      top: 0px;
      left: 0px;
      height: -webkit-fill-available;
      width: -moz-available;
      width: 100%;
      display: block !important; }
  .cell-and-cell-edit .date-cell input {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: -webkit-fill-available;
    width: -moz-available;
    width: 100%;
    z-index: 1;
    background: #fff;
    border: 2px solid #0096ff;
    border-radius: 4px;
    outline: none;
    padding: 6px;
    box-shadow: none;
    line-height: 20px; }
  .cell-and-cell-edit .date-time .react-datepicker {
    width: 283px !important; }
    .cell-and-cell-edit .date-time .react-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
      padding: 5px 7px; }
  .cell-and-cell-edit .date-time .react-datepicker__header--time {
    height: 75px; }
  .cell-and-cell-edit .api-data-root .row-link .api-data {
    display: none; }
  .cell-and-cell-edit .api-data-root .row-link:hover .api-data {
    display: block; }
  .cell-and-cell-edit .infoBox {
    display: "flex";
    flex-direction: "column";
    justify-content: "flex-start"; }
    .cell-and-cell-edit .infoBox .line {
      margin-bottom: 2% !important; }
  .cell-and-cell-edit .send-btn {
    width: -webkit-fill-available;
    text-align: center;
    display: flex; }
    .cell-and-cell-edit .send-btn .btn-root {
      margin: auto;
      display: flex;
      justify-content: center; }
      .cell-and-cell-edit .send-btn .btn-root .btn {
        cursor: pointer;
        width: fit-content;
        padding: 3px 6px;
        border-radius: 5px;
        margin: auto;
        opacity: 0.8;
        /* box-shadow: 3px 3px 3px #ccc; */
        display: flex;
        justify-content: center;
        background-color: rgba(228, 195, 195, 0.5); }
        .cell-and-cell-edit .send-btn .btn-root .btn svg {
          margin-right: 5px; }
        .cell-and-cell-edit .send-btn .btn-root .btn span {
          white-space: nowrap !important;
          color: white;
          overflow: hidden !important;
          text-overflow: ellipsis !important; }
        .cell-and-cell-edit .send-btn .btn-root .btn:hover {
          opacity: 1; }
        .cell-and-cell-edit .send-btn .btn-root .btn:target {
          box-shadow: none; }
        .cell-and-cell-edit .send-btn .btn-root .btn:active {
          box-shadow: none; }
  .cell-and-cell-edit .button-column {
    display: contents; }
    .cell-and-cell-edit .button-column .send-btn {
      width: -webkit-fill-available;
      text-align: center;
      display: flex; }
      .cell-and-cell-edit .button-column .send-btn .btn-root {
        margin: auto;
        display: flex;
        justify-content: center; }
        .cell-and-cell-edit .button-column .send-btn .btn-root .btn {
          cursor: pointer;
          width: fit-content;
          padding: 3px 6px;
          border-radius: 5px;
          margin: auto;
          opacity: 0.8;
          display: flex;
          justify-content: center;
          background-color: rgba(228, 195, 195, 0.5); }
          .cell-and-cell-edit .button-column .send-btn .btn-root .btn svg {
            margin-right: 5px; }
          .cell-and-cell-edit .button-column .send-btn .btn-root .btn span {
            white-space: nowrap !important;
            color: white;
            overflow: hidden !important;
            text-overflow: ellipsis !important; }
          .cell-and-cell-edit .button-column .send-btn .btn-root .btn:hover {
            opacity: 1; }
          .cell-and-cell-edit .button-column .send-btn .btn-root .btn:target {
            box-shadow: none; }
          .cell-and-cell-edit .button-column .send-btn .btn-root .btn:active {
            box-shadow: none; }
        .cell-and-cell-edit .button-column .send-btn .btn-root .disabled {
          cursor: auto !important;
          opacity: 0.5; }
          .cell-and-cell-edit .button-column .send-btn .btn-root .disabled:hover {
            opacity: 0.5; }
  .cell-and-cell-edit .rating {
    width: 100%;
    display: flex;
    justify-content: left;
    line-height: 0; }
    .cell-and-cell-edit .rating .rating-icon {
      background: none !important;
      cursor: pointer;
      visibility: hidden; }
  .cell-and-cell-edit .rating:hover .rating-icon {
    visibility: visible;
    cursor: pointer; }
  .cell-and-cell-edit .signature-img {
    width: 100%;
    height: 100%; }
  .cell-and-cell-edit .spinner {
    width: 70px;
    margin: auto;
    position: relative;
    top: -33%; }
    .cell-and-cell-edit .spinner div {
      width: 4px;
      height: 4px;
      background-color: #333;
      border-radius: 100%;
      display: inline-flex;
      -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
    .cell-and-cell-edit .spinner .bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s; }
    .cell-and-cell-edit .spinner .bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s; }

@keyframes sk-bouncedelay {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }
  .cell-and-cell-edit .arrows.alternate.vertical {
    background: #fff; }
  .cell-and-cell-edit .arrows.alternate.vertical:hover {
    background: #e9f8f8;
    border-radius: 10px; }
  .cell-and-cell-edit #multilineText .arrows.alternate.vertical {
    font-size: 0.5em;
    position: fixed;
    right: -2px;
    top: 8px;
    background-color: #2185d0 !important;
    color: #fff; }
  .cell-and-cell-edit #multilineText .arrows.alternate.vertical:hover {
    background-color: #2185d0 !important;
    color: #fff;
    box-shadow: 1px 1px 4px 1px #ccc; }
  .cell-and-cell-edit #multilineText .custom-css ul {
    padding: 0px 18px; }
  .cell-and-cell-edit #multilineText .multiline-text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
    display: -webkit-box;
    overflow: hidden;
    max-height: none;
    word-wrap: break-word; }
  .cell-and-cell-edit .custom-h1,
  .cell-and-cell-edit #CellEdit .ql-editor h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px; }
  .cell-and-cell-edit .custom-h2,
  .cell-and-cell-edit #CellEdit .ql-editor h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px; }
  .cell-and-cell-edit .select-tag-custom-4 {
    display: inline-flex !important;
    height: 20px !important;
    padding: 1.562px 8px;
    margin: 0;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    border-radius: 8px;
    background: #fff;
    color: #4d4d4d;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    margin-top: -2px;
    align-items: center; }
  .cell-and-cell-edit .time-wrapper {
    -webkit-box-flex: 1;
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    padding-bottom: 6px;
    padding-top: 6px;
    flex-direction: row;
    justify-content: space-between; }
    .cell-and-cell-edit .time-wrapper .time {
      -webkit-box-flex: 1;
      flex-grow: 1;
      flex-shrink: 1;
      box-sizing: border-box;
      padding-left: 0.5rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 100%; }
  .cell-and-cell-edit #Spreadsheets .panel-row .panel-cell .collaborator-tag .colllaboartor-text {
    white-space: inherit !important; }
  .cell-and-cell-edit .celllock-errorMsg {
    font-size: 11px;
    line-height: 1.5;
    opacity: 0.75;
    margin: 8px 2px;
    color: #111111;
    width: 100%; }
  .cell-and-cell-edit .checkbox-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-top: 2px; }
  .cell-and-cell-edit .cbx {
    color: #0000001a; }
  .cell-and-cell-edit .cbx .cbx-icon {
    height: 25px;
    width: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%; }
  .cell-and-cell-edit .cbx:hover .cbx-icon {
    border: 2px solid rgba(0, 0, 0, 0.1); }

.ListViewGroupRenderCell .linkColumn, .ListViewGroupRenderCell .collaboratorColumn, .ListViewGroupRenderCell .textColumn, .ListViewGroupRenderCell .checkboxColumn, .ListViewGroupRenderCell .createdby-updatedby-column, .ListViewGroupRenderCell .selectorColumn, .ListViewGroupRenderCell .attachmentColumn, .ListViewGroupRenderCell .apiDataColumn, .ListViewGroupRenderCell .api-push, .ListViewGroupRenderCell .ratingColumn, .ListViewGroupRenderCell .button-column, .ListViewGroupRenderCell .durationColumn, .ListViewGroupRenderCell .progress {
  height: 60px;
  padding: 0px;
  overflow: hidden; }
  .ListViewGroupRenderCell .linkColumn .field-title, .ListViewGroupRenderCell .collaboratorColumn .field-title, .ListViewGroupRenderCell .textColumn .field-title, .ListViewGroupRenderCell .checkboxColumn .field-title, .ListViewGroupRenderCell .createdby-updatedby-column .field-title, .ListViewGroupRenderCell .selectorColumn .field-title, .ListViewGroupRenderCell .attachmentColumn .field-title, .ListViewGroupRenderCell .apiDataColumn .field-title, .ListViewGroupRenderCell .api-push .field-title, .ListViewGroupRenderCell .ratingColumn .field-title, .ListViewGroupRenderCell .button-column .field-title, .ListViewGroupRenderCell .durationColumn .field-title, .ListViewGroupRenderCell .progress .field-title {
    display: flex;
    align-items: center;
    opacity: 0.6; }
    .ListViewGroupRenderCell .linkColumn .field-title .field-name, .ListViewGroupRenderCell .collaboratorColumn .field-title .field-name, .ListViewGroupRenderCell .textColumn .field-title .field-name, .ListViewGroupRenderCell .checkboxColumn .field-title .field-name, .ListViewGroupRenderCell .createdby-updatedby-column .field-title .field-name, .ListViewGroupRenderCell .selectorColumn .field-title .field-name, .ListViewGroupRenderCell .attachmentColumn .field-title .field-name, .ListViewGroupRenderCell .apiDataColumn .field-title .field-name, .ListViewGroupRenderCell .api-push .field-title .field-name, .ListViewGroupRenderCell .ratingColumn .field-title .field-name, .ListViewGroupRenderCell .button-column .field-title .field-name, .ListViewGroupRenderCell .durationColumn .field-title .field-name, .ListViewGroupRenderCell .progress .field-title .field-name {
      margin-left: 4px;
      font-size: 10px; }

.ListViewGroupRenderCell .linkColumn {
  margin-right: 10px;
  height: fit-content;
  overflow: hidden; }
  .ListViewGroupRenderCell .linkColumn .linksDiv {
    display: inline-block;
    flex-wrap: wrap;
    padding: 4px 0; }
    .ListViewGroupRenderCell .linkColumn .linksDiv::-webkit-scrollbar {
      height: 2px; }
    .ListViewGroupRenderCell .linkColumn .linksDiv .row-link {
      display: inline;
      margin-right: 4px;
      padding: 0px 4px;
      background: #ecf0fa;
      border: 1px solid #c9c9ec;
      border-radius: 2px;
      margin-bottom: 5px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .ListViewGroupRenderCell .linkColumn .linksDiv .error {
      display: inline;
      margin-right: 4px;
      padding: 0px 4px;
      background: #f5cce9 !important;
      border: 0.5px solid #a26e71 !important;
      border-radius: 2px; }

.ListViewGroupRenderCell .collaboratorColumn {
  height: fit-content; }
  .ListViewGroupRenderCell .collaboratorColumn .collaboratorDiv {
    display: -webkit-inline-box;
    overflow: hidden;
    width: 100%; }
    .ListViewGroupRenderCell .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
      height: 2px; }
    .ListViewGroupRenderCell .collaboratorColumn .collaboratorDiv .collaborator {
      font-size: 13px;
      border-radius: 25px;
      display: flex;
      align-items: center;
      height: 30px; }
      .ListViewGroupRenderCell .collaboratorColumn .collaboratorDiv .collaborator span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-left: 4px;
        font-weight: 500; }
      .ListViewGroupRenderCell .collaboratorColumn .collaboratorDiv .collaborator:first-child {
        margin: 0 2px 0 0; }
      .ListViewGroupRenderCell .collaboratorColumn .collaboratorDiv .collaborator img {
        width: 22px;
        height: 22px;
        margin-right: 4px;
        border-radius: 25px; }

.ListViewGroupRenderCell .textColumn {
  height: fit-content !important; }
  .ListViewGroupRenderCell .textColumn .multilineValue {
    display: block;
    display: -webkit-box !important;
    margin: 0 auto;
    line-height: 1.2em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    word-wrap: break-word;
    color: black;
    margin-top: 5px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .ListViewGroupRenderCell .textColumn #custom-multiline-value h1 {
    font-size: 20px;
    font-weight: 500; }
  .ListViewGroupRenderCell .textColumn #custom-multiline-value h2 {
    font-size: 16px;
    font-weight: 500; }
  .ListViewGroupRenderCell .textColumn .value {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
    font-weight: 500;
    margin-left: 0px !important; }

.ListViewGroupRenderCell .multilineValue .custom-css ul {
  padding: 0px 18px; }

.ListViewGroupRenderCell .checkboxColumn {
  height: fit-content; }
  .ListViewGroupRenderCell .checkboxColumn .value {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
    opacity: 0.8;
    color: black;
    margin-top: 5px; }

.ListViewGroupRenderCell .createdby-updatedby-column .collaboratorDiv {
  display: -webkit-inline-box;
  overflow-x: auto;
  width: 100%;
  padding: 4px 0; }
  .ListViewGroupRenderCell .createdby-updatedby-column .collaboratorDiv::-webkit-scrollbar {
    height: 2px; }
  .ListViewGroupRenderCell .createdby-updatedby-column .collaboratorDiv .collaborator {
    font-size: 11px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    height: 30px; }
    .ListViewGroupRenderCell .createdby-updatedby-column .collaboratorDiv .collaborator span {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .ListViewGroupRenderCell .createdby-updatedby-column .collaboratorDiv .collaborator:first-child {
      margin: 0 2px 0 0; }
    .ListViewGroupRenderCell .createdby-updatedby-column .collaboratorDiv .collaborator img {
      width: 25px;
      height: 25px;
      margin-right: 4px;
      border-radius: 25px; }

.ListViewGroupRenderCell .selectorColumn {
  height: fit-content !important; }
  .ListViewGroupRenderCell .selectorColumn .selectorDiv {
    display: block;
    overflow-x: auto;
    padding: 4px 0;
    width: max-content;
    font-weight: 500; }
    .ListViewGroupRenderCell .selectorColumn .selectorDiv::-webkit-scrollbar {
      height: 2px; }
    .ListViewGroupRenderCell .selectorColumn .selectorDiv .selector {
      display: inline;
      justify-content: center;
      padding: 1px 8px;
      margin: 0 2px;
      cursor: pointer;
      background-color: #797373;
      border-radius: 25px;
      font-size: 10px;
      margin-bottom: 5px;
      min-width: 38px; }
      .ListViewGroupRenderCell .selectorColumn .selectorDiv .selector:first-child {
        margin: 0 2px 0 0; }

.ListViewGroupRenderCell .overflow-x-auto-on-hover:hover {
  overflow-x: auto; }

.ListViewGroupRenderCell .attachmentColumn .attachmentDiv {
  display: flex;
  align-items: center;
  overflow-y: auto;
  width: fit-content; }
  .ListViewGroupRenderCell .attachmentColumn .attachmentDiv::-webkit-scrollbar {
    height: 2px; }
  .ListViewGroupRenderCell .attachmentColumn .attachmentDiv .attachment {
    margin: 0 2px;
    border-radius: 5px;
    height: 22px;
    border: 1px solid #ccc;
    margin-bottom: 5px; }
    .ListViewGroupRenderCell .attachmentColumn .attachmentDiv .attachment img {
      height: 100%;
      object-fit: cover;
      border-radius: 5px;
      max-width: 60px;
      border-radius: 2px; }

.ListViewGroupRenderCell .api-push .btn {
  width: fit-content;
  padding: 4px;
  border-radius: 4px;
  box-shadow: 3px 3px 3px #ccc;
  background-color: rgba(224, 224, 224, 0.5);
  margin-top: 5px; }

.ListViewGroupRenderCell .ratingColumn {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  opacity: 0.8;
  color: black;
  margin-top: 5px;
  height: fit-content; }

.ListViewGroupRenderCell .button-column {
  display: block; }
  .ListViewGroupRenderCell .button-column .send-btn {
    width: -webkit-fill-available;
    text-align: center;
    display: flex; }
    .ListViewGroupRenderCell .button-column .send-btn .btn-root {
      margin: 7px 5px 0px 2px;
      display: flex;
      justify-content: center; }
      .ListViewGroupRenderCell .button-column .send-btn .btn-root .btn {
        cursor: pointer;
        width: fit-content;
        padding: 3px 6px;
        border-radius: 5px;
        margin: auto;
        opacity: .8;
        display: flex;
        justify-content: center;
        background-color: rgba(228, 195, 195, 0.5); }
        .ListViewGroupRenderCell .button-column .send-btn .btn-root .btn svg {
          margin-right: 5px; }
        .ListViewGroupRenderCell .button-column .send-btn .btn-root .btn span {
          white-space: nowrap !important;
          color: white;
          overflow: hidden !important;
          text-overflow: ellipsis !important; }
        .ListViewGroupRenderCell .button-column .send-btn .btn-root .btn:hover {
          opacity: 1; }
        .ListViewGroupRenderCell .button-column .send-btn .btn-root .btn:target {
          box-shadow: none; }
        .ListViewGroupRenderCell .button-column .send-btn .btn-root .btn:active {
          box-shadow: none; }
      .ListViewGroupRenderCell .button-column .send-btn .btn-root .disabled {
        cursor: auto !important;
        opacity: 0.5; }
        .ListViewGroupRenderCell .button-column .send-btn .btn-root .disabled:hover {
          opacity: 0.5; }

.ListViewGroupRenderCell .durationColumn .multilineValue {
  display: block;
  display: -webkit-box !important;
  margin: 0 auto;
  line-height: 1.2em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  word-wrap: break-word;
  color: black;
  margin-top: 5px; }

.ListViewGroupRenderCell .durationColumn .value {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
  color: black; }

.ListViewGroupRenderCell .progress .progress-text-type {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
  color: black;
  font-weight: 500; }

.ListViewGroupRenderCell .progress .progress-type {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 8px; }
  .ListViewGroupRenderCell .progress .progress-type .progress-line {
    width: 90%;
    margin: auto !important; }
  .ListViewGroupRenderCell .progress .progress-type .progress-percentage {
    width: 29px;
    text-align: center;
    margin-left: 4px;
    color: green;
    font-weight: 500; }
  .ListViewGroupRenderCell .progress .progress-type .ui.small.progress {
    font-size: 0.60857143rem;
    height: 8px !important;
    padding-left: 0px !important;
    padding-bottom: 4px; }

.ListViewGroupRenderCell .checkboxColumn .gallarycheckbox .cbx .cbx-icon {
  margin: initial; }

#TimeLineView .search-matched {
  border: 2px solid yellow !important; }

#TimeLineView .current-active-search-matched {
  border: 2px solid orange; }

#TimeLineView .event-item-render {
  z-index: 0 !important;
  position: relative; }
  #TimeLineView .event-item-render .custom-item-content {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    font-weight: 400; }
  #TimeLineView .event-item-render .event-thumb-right-thumb {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 13px;
    background-color: #4169E1;
    border-radius: 2px;
    cursor: ew-resize; }
  #TimeLineView .event-item-render .event-thumb-left-thumb {
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 13px;
    background-color: #4169E1;
    border-radius: 2px;
    cursor: ew-resize; }

#TimeLineView .create-row-tooltip {
  position: absolute;
  background-color: black;
  color: white;
  border-radius: 5px;
  font-size: 11px;
  padding: 2px 11px;
  z-index: 1; }

#TimeLineView .sticky {
  position: sticky;
  top: 0; }

#TimeLineView .react-calendar-timeline {
  width: 100%;
  margin: 0;
  padding: 0; }
  #TimeLineView .react-calendar-timeline .rct-header-root {
    background-color: white;
    color: black;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 99;
    z-index: 0;
    height: 37px; }
  #TimeLineView .react-calendar-timeline .rct-outer {
    height: 73vh !important;
    overflow-y: auto !important; }
  #TimeLineView .react-calendar-timeline .rct-scroll {
    min-height: 100% !important;
    width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto; }
  #TimeLineView .react-calendar-timeline .rct-horizontal-lines .rct-hl-even {
    border: none !important; }
  #TimeLineView .react-calendar-timeline .rct-horizontal-lines .rct-hl-odd {
    background: none !important;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd; }
  #TimeLineView .react-calendar-timeline .rct-header-root {
    margin: 0;
    padding: 0;
    overflow: hidden; }
  #TimeLineView .react-calendar-timeline .rct-calendar {
    margin: 0;
    padding: 0; }
  #TimeLineView .react-calendar-timeline .rct-calendar-header {
    border: none !important;
    pointer-events: none !important; }
    #TimeLineView .react-calendar-timeline .rct-calendar-header .rct-dateHeader {
      background: white !important;
      border: none !important; }
      #TimeLineView .react-calendar-timeline .rct-calendar-header .rct-dateHeader div {
        width: calc(100% / 5);
        /* Only showing Monday to Friday */
        display: inline-block; }
  #TimeLineView .react-calendar-timeline .rct-sidebar .rct-sidebar-row {
    border-bottom: 1px solid #ddd !important;
    line-height: 22px !important; }
  #TimeLineView .react-calendar-timeline .rct-sidebar .rct-sidebar-row-odd {
    background: #ffff !important; }
  #TimeLineView .react-calendar-timeline .sidebar-group-header {
    width: 220px;
    margin: auto;
    height: 100%;
    padding: 0px 0px 0px 18px;
    margin: -4px 0px 0px 0px; }
    #TimeLineView .react-calendar-timeline .sidebar-group-header .heading {
      font-weight: 500;
      font-size: 14px; }
    #TimeLineView .react-calendar-timeline .sidebar-group-header p {
      font-weight: 400;
      font-size: 13px; }

#TimeLineView .sidebar-drag-main .sidebar-drag-line {
  border-left: 1px solid #aaa;
  height: 100%;
  position: fixed;
  left: 10%;
  margin-left: -3px;
  top: 0;
  cursor: e-resize;
  transform: translate3d(0px, 0px, 0px); }
  #TimeLineView .sidebar-drag-main .sidebar-drag-line .sidebar-drag-underline {
    height: 3%;
    position: fixed;
    left: 10%;
    margin-left: -3px;
    top: 49px;
    border-radius: 3px;
    z-index: 1000;
    border-left: 5px solid #2D7FF9;
    visibility: hidden; }

#TimeLineView .sidebar-drag-main .sidebar-drag-line.drag-hover {
  border-left: 3px solid #aaa;
  cursor: e-resize; }
  #TimeLineView .sidebar-drag-main .sidebar-drag-line.drag-hover .sidebar-drag-underline {
    visibility: visible;
    cursor: e-resize !important; }

#TimeLineView .sidebar-drag-main .sidebar-drag-line:hover {
  border-left: 3px solid #aaa;
  cursor: e-resize; }
  #TimeLineView .sidebar-drag-main .sidebar-drag-line:hover .sidebar-drag-underline {
    visibility: visible;
    cursor: e-resize !important; }

#TimeLineView .add-row-btn {
  position: absolute;
  right: 58px;
  bottom: 30px; }
  #TimeLineView .add-row-btn .button {
    background: white !important; }

#TimeLineView .horizontal-scroll-bar {
  overflow-x: scroll;
  height: 20px;
  bottom: 0;
  position: absolute;
  width: 100%; }

#TimeLineView .rct-vertical-lines {
  display: none; }

#TimeLineView .react-calendar-timeline .timeline-grid .group {
  grid-row: auto; }

#TimeLineView .react-calendar-timeline .timeline-grid .group {
  flex: 1; }

#TimeLineView .grouprender-main {
  display: flex;
  align-items: center;
  margin: -3px 0px 0px 0px;
  justify-content: space-between; }
  #TimeLineView .grouprender-main .grouprender-first-sec {
    display: flex;
    align-items: center; }
  #TimeLineView .grouprender-main .bars {
    visibility: hidden; }

#TimeLineView .grouprender-main:hover .bars {
  visibility: visible;
  cursor: pointer; }

#TimeLineView .groupby-menu {
  position: absolute;
  background: black;
  color: white;
  z-index: 1; }
  #TimeLineView .groupby-menu .rightClickGroupbyMenu li {
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
    height: 36px;
    overflow: hidden;
    padding: 9px 6px 6px 6px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    list-style: none; }
    #TimeLineView .groupby-menu .rightClickGroupbyMenu li .groupby-menu-text {
      position: relative;
      top: -2px;
      color: #ffffff;
      letter-spacing: .4px;
      font-size: 13px;
      font-weight: 400;
      font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
    #TimeLineView .groupby-menu .rightClickGroupbyMenu li svg {
      position: relative;
      margin-right: 8px; }
    #TimeLineView .groupby-menu .rightClickGroupbyMenu li:hover {
      background-color: #0f0f0fc9; }

#TimeLineDateSelectionModal .modal-background {
  position: absolute;
  width: 100%;
  height: calc(100vh - 136px);
  background-color: rgba(34, 34, 34, 0.5);
  z-index: 1; }

#TimeLineDateSelectionModal .modal-wrap {
  display: flex;
  justify-content: center;
  align-items: center; }
  #TimeLineDateSelectionModal .modal-wrap .modal {
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    left: 0;
    background: white;
    width: 70vh;
    opacity: 1;
    border-radius: 4px;
    z-index: 2;
    padding: 14px; }
    #TimeLineDateSelectionModal .modal-wrap .modal .modal-header {
      padding: 4px 0;
      font-size: 23px;
      font-weight: 600;
      margin: 12px 5px 0px 0px; }
    #TimeLineDateSelectionModal .modal-wrap .modal .modal-desc {
      padding: 4px 0;
      font-size: 13px;
      margin-top: 16px; }
    #TimeLineDateSelectionModal .modal-wrap .modal .columns-dropdown {
      padding: 4px 0; }
    #TimeLineDateSelectionModal .modal-wrap .modal .column-dropdown {
      padding: 4px 0; }
      #TimeLineDateSelectionModal .modal-wrap .modal .column-dropdown .dropdown {
        margin-top: 1%;
        width: 100%;
        /* height: 188%; */
        border-radius: 2%;
        flex: 1 0 auto;
        outline: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        text-align: left;
        line-height: 1.21428571em;
        font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
        padding: 0.628571em 1em;
        background: #FFFFFF;
        border: 1px solid rgba(34, 36, 38, 0.15);
        color: rgba(0, 0, 0, 0.87);
        border-radius: 0.28571429rem;
        -webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease;
        transition: box-shadow 0.1s ease, border-color 0.1s ease; }
        #TimeLineDateSelectionModal .modal-wrap .modal .column-dropdown .dropdown:focus {
          border-color: #85B7D9;
          background: #FFFFFF;
          color: rgba(0, 0, 0, 0.8);
          box-shadow: none; }
    #TimeLineDateSelectionModal .modal-wrap .modal .field-box {
      padding: 4px 0;
      line-height: 18px;
      font-size: 13px;
      color: #414141;
      -webkit-user-select: none; }
      #TimeLineDateSelectionModal .modal-wrap .modal .field-box .date-picker {
        width: 185%;
        width: -moz-available;
        padding: 8px !important;
        margin: 4px 0 !important;
        outline: none !important;
        border: 2px solid #ddd !important;
        border-radius: 4px;
        box-shadow: 0 0 17px 0 #ddd !important;
        background-color: #fff;
        font-size: 13px; }
    #TimeLineDateSelectionModal .modal-wrap .modal .field-time-format {
      display: flex;
      flex-direction: column;
      margin-top: 10px; }
      #TimeLineDateSelectionModal .modal-wrap .modal .field-time-format .select-field {
        margin-top: 6px;
        cursor: pointer;
        border-radius: 3px !important;
        border: none;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
        height: 36px;
        width: 100%;
        padding: 0.4rem; }
        #TimeLineDateSelectionModal .modal-wrap .modal .field-time-format .select-field:hover {
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
        #TimeLineDateSelectionModal .modal-wrap .modal .field-time-format .select-field:focus {
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
        #TimeLineDateSelectionModal .modal-wrap .modal .field-time-format .select-field:focus-visible {
          outline: none !important; }
    #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column {
      display: flex;
      align-items: center;
      padding: 8px 0; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-remove {
        display: flex;
        align-items: center;
        cursor: pointer;
        margin-left: -3px;
        margin-right: 4px; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .start-date-field {
        margin-right: 8px;
        width: 120px; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .css-1pvhjxb-singleValue span {
        display: inline-block !important;
        margin-left: 2px;
        margin-right: 2px;
        max-width: calc(100% - 8px);
        overflow: hidden;
        position: absolute;
        text-overflow: ellipsis;
        white-space: nowrap;
        top: 5%; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .css-1wa3eu0-placeholder {
        max-width: calc(100% - 8px);
        overflow: hidden;
        position: absolute;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.3; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .css-1itjr4n-multiValue {
        height: 19px !important;
        justify-content: center !important;
        align-items: center !important; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .css-1okebmr-indicatorSeparator {
        display: none; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .css-tlfecz-indicatorContainer,
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .css-1gtu0rj-indicatorContainer {
        padding: 4px 7px !important;
        color: #7f7c7c; }
        #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .css-tlfecz-indicatorContainer .css-6q0nyr-Svg,
        #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .css-1gtu0rj-indicatorContainer .css-6q0nyr-Svg {
          width: 16px;
          height: 16px; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .css-1g6gooi {
        display: contents; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .select-ct .Select-control {
        min-width: 100px;
        height: 25px; }
        #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .select-ct .Select-control .Select-multi-value-wrapper {
          padding-left: 6px; }
        #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .select-ct .Select-control .Select-multi-value-wrapper {
          display: flex;
          flex-wrap: wrap;
          width: 150px;
          height: inherit;
          overflow: hidden; }
        #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .select-ct .Select-control .Select-arrow-zone {
          cursor: pointer;
          display: table-cell !important;
          position: relative;
          text-align: center;
          vertical-align: middle !important;
          width: 25px;
          padding-right: 5px; }
        #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .select-ct .Select-control .Select-input {
          height: 8px;
          vertical-align: middle;
          margin: auto 0;
          padding: 0 !important; }
        #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .select-ct .Select-control .Select-input > input {
          box-sizing: border-box !important;
          padding: 0 !important; }
        #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .select-ct .Select-control:hover {
          box-shadow: none; }
        #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .select-ct .Select-control .Select-value {
          line-height: 31px; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .input-field .input {
        width: 100px; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .end-date-field {
        margin: 0 8px; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .label-field {
        margin: 0 8px; }
    #TimeLineDateSelectionModal .modal-wrap .modal .modal-create-date {
      height: 29px;
      display: flex;
      align-items: center;
      padding-top: 10px; }
      #TimeLineDateSelectionModal .modal-wrap .modal .modal-create-date .modal-create-btn .modal-create-feild {
        font-weight: 600;
        color: #4d4d4d; }
      #TimeLineDateSelectionModal .modal-wrap .modal .modal-create-date .modal-create-btn:hover {
        opacity: .85; }
      #TimeLineDateSelectionModal .modal-wrap .modal .modal-create-date .add-field-dropdown {
        display: flex;
        align-items: center; }
        #TimeLineDateSelectionModal .modal-wrap .modal .modal-create-date .add-field-dropdown .text {
          margin-right: 4px;
          font-weight: 600;
          color: #4d4d4d; }
        #TimeLineDateSelectionModal .modal-wrap .modal .modal-create-date .add-field-dropdown .icon {
          font-size: 18px; }
        #TimeLineDateSelectionModal .modal-wrap .modal .modal-create-date .add-field-dropdown .menu {
          min-width: 49em;
          margin-top: 6px; }
          #TimeLineDateSelectionModal .modal-wrap .modal .modal-create-date .add-field-dropdown .menu .search-input {
            margin: 8px 8px 8px 12px; }
          #TimeLineDateSelectionModal .modal-wrap .modal .modal-create-date .add-field-dropdown .menu .item {
            display: block;
            padding: 6px 12px !important; }
            #TimeLineDateSelectionModal .modal-wrap .modal .modal-create-date .add-field-dropdown .menu .item .text {
              font-weight: 400; }
            #TimeLineDateSelectionModal .modal-wrap .modal .modal-create-date .add-field-dropdown .menu .item .label {
              background-color: transparent;
              padding: 0; }
  #TimeLineDateSelectionModal .modal-wrap .create-column-field-buttons {
    padding: 4px 0;
    height: 30px; }
  #TimeLineDateSelectionModal .modal-wrap .modal-footer {
    padding: 4px 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end; }

@media only screen and (max-width: 500px) {
  #TimeLineDateSelectionModal .modal {
    z-index: 2; } }

.timeline-header-main-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 20px 10px;
  gap: 20px; }
  .timeline-header-main-sec .timeline-today-box .today-box {
    display: inline-block;
    padding: 6px 20px;
    background-color: white;
    color: black;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #ddd;
    font-weight: 500;
    height: 100%; }
  .timeline-header-main-sec .timeline-today-box .today-box:hover {
    background-color: #ddd;
    /* Darker green on hover */ }
  .timeline-header-main-sec .date-selection-sec {
    padding-top: 12px; }
    .timeline-header-main-sec .date-selection-sec .date-select-header {
      display: flex;
      align-items: center;
      cursor: pointer; }
      .timeline-header-main-sec .date-selection-sec .date-select-header i {
        font-size: 18px;
        margin: 0px 5px 0px 5px;
        color: grey;
        font-weight: 600; }
      .timeline-header-main-sec .date-selection-sec .date-select-header i :hover {
        color: black; }
      .timeline-header-main-sec .date-selection-sec .date-select-header .date-header-title {
        font-size: 16px;
        font-weight: 500; }
    .timeline-header-main-sec .date-selection-sec .timeline-date-picker {
      display: none; }
      .timeline-header-main-sec .date-selection-sec .timeline-date-picker input {
        display: none; }
  .timeline-header-main-sec .unit-dropdown-sec {
    display: flex;
    align-items: center; }

.groupTimelineCell {
  padding: 5px;
  padding-left: 15px; }
  .groupTimelineCell .linkColumn, .groupTimelineCell .collaboratorColumn, .groupTimelineCell .textColumn, .groupTimelineCell .checkboxColumn, .groupTimelineCell .createdby-updatedby-column, .groupTimelineCell .selectorColumn, .groupTimelineCell .attachmentColumn, .groupTimelineCell .apiDataColumn, .groupTimelineCell .api-push, .groupTimelineCell .ratingColumn, .groupTimelineCell .button-column, .groupTimelineCell .durationColumn, .groupTimelineCell .progress {
    height: 60px;
    padding: 0px;
    overflow: hidden; }
    .groupTimelineCell .linkColumn .field-title, .groupTimelineCell .collaboratorColumn .field-title, .groupTimelineCell .textColumn .field-title, .groupTimelineCell .checkboxColumn .field-title, .groupTimelineCell .createdby-updatedby-column .field-title, .groupTimelineCell .selectorColumn .field-title, .groupTimelineCell .attachmentColumn .field-title, .groupTimelineCell .apiDataColumn .field-title, .groupTimelineCell .api-push .field-title, .groupTimelineCell .ratingColumn .field-title, .groupTimelineCell .button-column .field-title, .groupTimelineCell .durationColumn .field-title, .groupTimelineCell .progress .field-title {
      display: flex;
      align-items: center;
      opacity: 0.6; }
      .groupTimelineCell .linkColumn .field-title .field-name, .groupTimelineCell .collaboratorColumn .field-title .field-name, .groupTimelineCell .textColumn .field-title .field-name, .groupTimelineCell .checkboxColumn .field-title .field-name, .groupTimelineCell .createdby-updatedby-column .field-title .field-name, .groupTimelineCell .selectorColumn .field-title .field-name, .groupTimelineCell .attachmentColumn .field-title .field-name, .groupTimelineCell .apiDataColumn .field-title .field-name, .groupTimelineCell .api-push .field-title .field-name, .groupTimelineCell .ratingColumn .field-title .field-name, .groupTimelineCell .button-column .field-title .field-name, .groupTimelineCell .durationColumn .field-title .field-name, .groupTimelineCell .progress .field-title .field-name {
        margin-left: 4px;
        font-size: 10px; }
  .groupTimelineCell .linkColumn {
    margin-right: 10px;
    height: fit-content;
    overflow: hidden; }
    .groupTimelineCell .linkColumn .linksDiv {
      display: inline-block;
      flex-wrap: wrap;
      padding: 4px 0; }
      .groupTimelineCell .linkColumn .linksDiv::-webkit-scrollbar {
        height: 2px; }
      .groupTimelineCell .linkColumn .linksDiv .row-link {
        display: inline;
        margin-right: 4px;
        padding: 0px 4px;
        background: #ecf0fa;
        border: 1px solid #c9c9ec;
        border-radius: 2px;
        margin-bottom: 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .groupTimelineCell .linkColumn .linksDiv .error {
        display: inline;
        margin-right: 4px;
        padding: 0px 4px;
        background: #f5cce9 !important;
        border: 0.5px solid #a26e71 !important;
        border-radius: 2px; }
  .groupTimelineCell .collaboratorColumn {
    height: fit-content; }
    .groupTimelineCell .collaboratorColumn .collaboratorDiv {
      display: -webkit-inline-box;
      overflow: hidden;
      width: 100%; }
      .groupTimelineCell .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
        height: 2px; }
      .groupTimelineCell .collaboratorColumn .collaboratorDiv .collaborator {
        font-size: 13px;
        border-radius: 25px;
        display: flex;
        align-items: center;
        height: 30px; }
        .groupTimelineCell .collaboratorColumn .collaboratorDiv .collaborator span {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          margin-left: 4px; }
        .groupTimelineCell .collaboratorColumn .collaboratorDiv .collaborator:first-child {
          margin: 0 2px 0 0; }
        .groupTimelineCell .collaboratorColumn .collaboratorDiv .collaborator img {
          width: 22px;
          height: 22px;
          margin-right: 4px;
          border-radius: 25px; }
  .groupTimelineCell .textColumn {
    height: fit-content !important; }
    .groupTimelineCell .textColumn .multilineValue {
      display: block;
      display: -webkit-box !important;
      margin: 0 auto;
      line-height: 1.2em;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      word-wrap: break-word;
      color: black;
      margin-top: 5px;
      display: block;
      display: -webkit-box;
      max-width: 100%;
      margin: 0 auto;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .groupTimelineCell .textColumn #custom-multiline-value h1 {
      font-size: 20px;
      font-weight: 500; }
    .groupTimelineCell .textColumn #custom-multiline-value h2 {
      font-size: 16px;
      font-weight: 500; }
    .groupTimelineCell .textColumn .value {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      color: black; }
  .groupTimelineCell .multilineValue .custom-css ul {
    padding: 0px 18px; }
  .groupTimelineCell .checkboxColumn {
    height: fit-content; }
    .groupTimelineCell .checkboxColumn .value {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      pointer-events: none;
      opacity: 0.8;
      color: black;
      margin-top: 5px; }
  .groupTimelineCell .createdby-updatedby-column .collaboratorDiv {
    display: -webkit-inline-box;
    overflow-x: auto;
    width: 100%;
    padding: 4px 0; }
    .groupTimelineCell .createdby-updatedby-column .collaboratorDiv::-webkit-scrollbar {
      height: 2px; }
    .groupTimelineCell .createdby-updatedby-column .collaboratorDiv .collaborator {
      font-size: 11px;
      border-radius: 25px;
      display: flex;
      align-items: center;
      height: 30px; }
      .groupTimelineCell .createdby-updatedby-column .collaboratorDiv .collaborator span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .groupTimelineCell .createdby-updatedby-column .collaboratorDiv .collaborator:first-child {
        margin: 0 2px 0 0; }
      .groupTimelineCell .createdby-updatedby-column .collaboratorDiv .collaborator img {
        width: 25px;
        height: 25px;
        margin-right: 4px;
        border-radius: 25px; }
  .groupTimelineCell .selectorColumn {
    height: fit-content !important; }
    .groupTimelineCell .selectorColumn .selectorDiv {
      display: block;
      overflow-x: auto;
      padding: 4px 0;
      width: max-content; }
      .groupTimelineCell .selectorColumn .selectorDiv::-webkit-scrollbar {
        height: 2px; }
      .groupTimelineCell .selectorColumn .selectorDiv .selector {
        display: inline;
        justify-content: center;
        padding: 1px 8px;
        margin: 0 2px;
        cursor: pointer;
        background-color: #797373;
        border-radius: 25px;
        font-size: 10px;
        margin-bottom: 5px;
        min-width: 38px; }
        .groupTimelineCell .selectorColumn .selectorDiv .selector:first-child {
          margin: 0 2px 0 0; }
  .groupTimelineCell .overflow-x-auto-on-hover:hover {
    overflow-x: auto; }
  .groupTimelineCell .attachmentColumn .attachmentDiv {
    display: flex;
    align-items: center;
    overflow-y: auto;
    width: fit-content; }
    .groupTimelineCell .attachmentColumn .attachmentDiv::-webkit-scrollbar {
      height: 2px; }
    .groupTimelineCell .attachmentColumn .attachmentDiv .attachment {
      margin: 0 2px;
      border-radius: 5px;
      height: 22px;
      border: 1px solid #ccc;
      margin-bottom: 5px; }
      .groupTimelineCell .attachmentColumn .attachmentDiv .attachment img {
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
        max-width: 60px;
        border-radius: 2px; }
  .groupTimelineCell .api-push .btn {
    width: fit-content;
    padding: 4px;
    border-radius: 4px;
    box-shadow: 3px 3px 3px #ccc;
    background-color: rgba(224, 224, 224, 0.5);
    margin-top: 5px; }
  .groupTimelineCell .ratingColumn {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
    opacity: 0.8;
    color: black;
    margin-top: 5px;
    height: fit-content; }
  .groupTimelineCell .button-column {
    display: block; }
    .groupTimelineCell .button-column .send-btn {
      width: -webkit-fill-available;
      text-align: center;
      display: flex; }
      .groupTimelineCell .button-column .send-btn .btn-root {
        margin: 7px 5px 0px 2px;
        display: flex;
        justify-content: center; }
        .groupTimelineCell .button-column .send-btn .btn-root .btn {
          cursor: pointer;
          width: fit-content;
          padding: 3px 6px;
          border-radius: 5px;
          margin: auto;
          opacity: .8;
          display: flex;
          justify-content: center;
          background-color: rgba(228, 195, 195, 0.5); }
          .groupTimelineCell .button-column .send-btn .btn-root .btn svg {
            margin-right: 5px; }
          .groupTimelineCell .button-column .send-btn .btn-root .btn span {
            white-space: nowrap !important;
            color: white;
            overflow: hidden !important;
            text-overflow: ellipsis !important; }
          .groupTimelineCell .button-column .send-btn .btn-root .btn:hover {
            opacity: 1; }
          .groupTimelineCell .button-column .send-btn .btn-root .btn:target {
            box-shadow: none; }
          .groupTimelineCell .button-column .send-btn .btn-root .btn:active {
            box-shadow: none; }
        .groupTimelineCell .button-column .send-btn .btn-root .disabled {
          cursor: auto !important;
          opacity: 0.5; }
          .groupTimelineCell .button-column .send-btn .btn-root .disabled:hover {
            opacity: 0.5; }
  .groupTimelineCell .durationColumn .multilineValue {
    display: block;
    display: -webkit-box !important;
    margin: 0 auto;
    line-height: 1.2em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    word-wrap: break-word;
    color: black;
    margin-top: 5px; }
  .groupTimelineCell .durationColumn .value {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    color: black; }
  .groupTimelineCell .progress .progress-text-type {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    color: black;
    font-weight: 500; }
  .groupTimelineCell .progress .progress-type {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 8px; }
    .groupTimelineCell .progress .progress-type .progress-line {
      width: 90%;
      margin: auto !important; }
    .groupTimelineCell .progress .progress-type .progress-percentage {
      width: 29px;
      text-align: center;
      margin-left: 4px;
      color: green;
      font-weight: 500; }
    .groupTimelineCell .progress .progress-type .ui.small.progress {
      font-size: 0.60857143rem;
      height: 8px !important;
      padding-left: 0px !important;
      padding-bottom: 4px; }
  .groupTimelineCell .checkboxColumn .gallarycheckbox .cbx .cbx-icon {
    margin: initial; }

.unscheduled-row-main {
  width: 20%;
  background: #f4f4f4;
  padding: 10px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #ddd;
  margin-left: 5px; }
  .unscheduled-row-main .unscheduled-row-render {
    overflow: auto;
    height: 77%; }
    .unscheduled-row-main .unscheduled-row-render .key-heading {
      padding: 5px;
      font-size: 11px;
      font-weight: 600; }
    .unscheduled-row-main .unscheduled-row-render .no-data-found {
      text-align: center;
      color: grey;
      font-size: 14px; }
  .unscheduled-row-main .rows {
    margin-bottom: 10px;
    padding: 10px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer; }
    .unscheduled-row-main .rows .row-header {
      font-size: 13px;
      font-weight: 500;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      width: 100%; }
    .unscheduled-row-main .rows .row-no-date {
      font-size: 11px;
      color: grey;
      margin: 4px 0px 0px 0px; }
  .unscheduled-row-main .unscheduled-search-sec {
    display: flex;
    align-items: center;
    /* border: 1px solid #ccc; */
    border-radius: 8px;
    background-color: white;
    width: 400px;
    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); */
    width: 100%;
    margin: 4px 0px 16px 0px; }
    .unscheduled-row-main .unscheduled-search-sec input {
      flex: 1;
      border: none;
      outline: none;
      font-size: 14px;
      padding: 5px;
      width: 100%; }
    .unscheduled-row-main .unscheduled-search-sec .search-icon {
      font-size: 14px;
      margin-top: -6px;
      color: grey; }
    .unscheduled-row-main .unscheduled-search-sec .close-icon {
      font-size: 14px;
      margin-top: -5px;
      color: grey;
      cursor: pointer;
      margin-left: 3px; }

#MiniExpandModel {
  background-color: #fff;
  border-radius: 6px;
  width: 434px;
  height: fit-content;
  position: absolute;
  top: 28%;
  left: 35%;
  box-shadow: 0 0 0 2px #0000001a; }
  #MiniExpandModel .miniexpand-main .header-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 8px; }
    #MiniExpandModel .miniexpand-main .header-sec .header-icons {
      opacity: 0.7;
      font-size: 16px; }
    #MiniExpandModel .miniexpand-main .header-sec .icons-sec {
      background: #fff;
      border-radius: 3px;
      text-align: center;
      margin: 4px;
      cursor: pointer;
      width: 20px;
      height: 20px; }
    #MiniExpandModel .miniexpand-main .header-sec .icons-sec:hover {
      background: #ddd; }
      #MiniExpandModel .miniexpand-main .header-sec .icons-sec:hover .header-icons {
        background: #ddd; }
  #MiniExpandModel .miniexpand-main .render-cell {
    padding: 14px;
    height: fit-content;
    overflow: auto;
    max-height: 400px; }
    #MiniExpandModel .miniexpand-main .render-cell .render-main {
      padding: 10px 0px 10px 0px;
      display: flex;
      align-items: center; }
    #MiniExpandModel .miniexpand-main .render-cell .label-continer {
      width: 170px;
      font-size: 13px;
      font-weight: 500; }
    #MiniExpandModel .miniexpand-main .render-cell .cell-input-contener {
      width: 100%; }
  #MiniExpandModel .miniexpand-main .context-cell-menu {
    top: 35px;
    right: 23px;
    max-width: 155px !important;
    z-index: 1 !important; }

#Cell input,
#Cell textarea {
  height: 20px;
  width: 100%;
  padding: 14px 8px;
  border: 2px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 2px;
  font-weight: 400;
  line-height: 18px; }

#Cell .input {
  width: 100%; }

#Cell .dollar-icon input {
  padding-left: 1.271429em !important; }

#Cell .dollar-icon i {
  width: 1.8em; }

#Cell .url input {
  text-decoration: underline;
  color: #2085d0; }
  #Cell .url input:hover {
    color: rgba(0, 0, 0, 0.87); }

#Cell input:hover,
#Cell textarea:hover,
#Cell .selectBox:hover,
#Cell .select-cell:hover,
#Cell .virtual-input:hover {
  border-color: rgba(0, 0, 0, 0.25); }

#Cell input:focus,
#Cell textarea:focus,
#Cell .selectBox:focus,
#Cell .select-cell:focus,
#Cell .virtual-input:focus {
  outline: none;
  border-color: #0096FF; }

#Cell .react-datepicker-wrapper {
  width: 100%; }
  #Cell .react-datepicker-wrapper .react-datepicker__input-container {
    width: 100%; }

#Cell .PhoneInput {
  display: flex;
  align-items: center;
  padding: 4px 4px 4px 10px;
  margin: 10px 0px 0px 0px;
  border: 2px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 2px;
  font-weight: 400;
  line-height: 18px; }
  #Cell .PhoneInput .PhoneInputCountry {
    width: 27px; }
    #Cell .PhoneInput .PhoneInputCountry svg {
      width: 100%;
      border-radius: 3px; }
    #Cell .PhoneInput .PhoneInputCountry .PhoneInputCountrySelect {
      display: none; }
  #Cell .PhoneInput input {
    border: none;
    margin: auto;
    width: -webkit-fill-available;
    padding-left: 10px; }
    #Cell .PhoneInput input:focus {
      border: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      outline: none; }
    #Cell .PhoneInput input:active {
      border: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      outline: none; }

#card #CardView {
  height: calc(100vh - 130px);
  overflow: hidden scroll;
  overflow-y: auto;
  overflow-x: hidden; }

#card #CardBlur {
  filter: blur(8px);
  -webkit-filter: blur(4px);
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: content-box;
  pointer-events: none;
  height: calc(100vh - 130px);
  overflow: hidden scroll;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px 0px;
  cursor: not-allowed; }

#card .fab-add-row {
  position: absolute;
  right: 1.4em;
  bottom: 6.2em;
  cursor: pointer; }

#card .fab-type-row {
  position: absolute;
  right: 32px;
  bottom: 5.0em;
  cursor: pointer;
  text-align: center; }
  #card .fab-type-row .row-type {
    margin-top: 10px;
    margin-bottom: 10px; }
    #card .fab-type-row .row-type .row {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #card .fab-type-row .row-type .row .row-icon {
        background-color: #505050;
        width: 34px;
        border-radius: 70px;
        margin-top: 3px; }
    #card .fab-type-row .row-type .row-paragraph {
      font-weight: 600;
      font-size: 14px;
      margin-right: 12px;
      background-color: #505050;
      border-radius: 9px;
      border-radius: 9px;
      width: -webkit-fill-available;
      padding: 6px;
      margin-top: 7px;
      color: white; }

#card #filterBox, #card .right-popup-wrapper {
  position: absolute;
  top: 89px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 12; }
  #card #filterBox .overlay, #card .right-popup-wrapper .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1; }
  #card #filterBox .filters, #card #filterBox .right-popup, #card .right-popup-wrapper .filters, #card .right-popup-wrapper .right-popup {
    z-index: 2;
    position: absolute;
    right: 0;
    height: 100%;
    background: #fff;
    border-left: 1px solid #ddd;
    overflow-y: auto;
    overflow-x: hidden; }
  #card #filterBox .title-filter, #card .right-popup-wrapper .title-filter {
    padding: 10px;
    min-height: 41px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background: #f8f8f8;
    font-size: 16px;
    font-weight: 500; }
    #card #filterBox .title-filter svg, #card .right-popup-wrapper .title-filter svg {
      position: absolute;
      right: 8px;
      cursor: pointer; }
  #card #filterBox .detailBox, #card .right-popup-wrapper .detailBox {
    top: 37%;
    position: absolute;
    right: 20%;
    /* height: 100%; */
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #303b47;
    color: #fff;
    text-transform: none;
    border-radius: 6px;
    font-size: 13px !important;
    padding: 1%;
    z-index: 3;
    opacity: 1;
    box-shadow: inset 0 0 10px #000000; }

.are-you-modal-configuration {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
  font-weight: 600; }

.are-you-modal-configuration-message {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }

#EmbedView .content-wrapper {
  margin: auto;
  width: 1024px; }

#EmbedView .col-4 {
  width: 33.3%;
  text-align: start; }

#EmbedView .col-8 {
  width: 66.6%;
  text-align: start; }

#EmbedView h2, #EmbedView h5 {
  font-weight: 500; }

#EmbedView h2 {
  color: #000;
  font-weight: 600;
  margin: 8px 0; }

#EmbedView .embed-detail {
  display: flex;
  justify-content: space-between; }
  #EmbedView .embed-detail textarea {
    display: block;
    min-height: 150px;
    border-color: #ccc;
    color: #333;
    border-radius: 5px;
    padding: 16px;
    margin: 8px 0;
    resize: none;
    outline: 0;
    line-height: 1.5;
    font-size: 16px;
    width: 600px; }
    #EmbedView .embed-detail textarea::-moz-selection {
      color: #fff;
      background: #f76e2d; }
    #EmbedView .embed-detail textarea::selection {
      color: #fff;
      background: #f76e2d; }
    #EmbedView .embed-detail textarea:active, #EmbedView .embed-detail textarea:focus {
      outline: none; }
      #EmbedView .embed-detail textarea:active:after, #EmbedView .embed-detail textarea:focus:after {
        content: 'Copied!'; }
  #EmbedView .embed-detail .embed-text {
    margin-bottom: 8px;
    color: #1f1f1f;
    font-size: 14.4px;
    font-weight: 400;
    line-height: 1.5;
    cursor: text; }
  #EmbedView .embed-detail .embed-stackname {
    margin: 0 0 32px;
    color: #1f1f1f;
    font-size: 31px;
    font-weight: 500;
    line-height: 1.25;
    word-wrap: break-word; }
  #EmbedView .embed-detail .height-content {
    padding: 32px 0 0;
    display: flex;
    align-items: center; }
    #EmbedView .embed-detail .height-content .height-text {
      color: #1f1f1f;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.5;
      padding: 0 16px 0 0; }
    #EmbedView .embed-detail .height-content .height-info {
      width: 100px; }
      #EmbedView .embed-detail .height-content .height-info .height-div {
        position: relative;
        width: 100%; }
        #EmbedView .embed-detail .height-content .height-info .height-div .input-height {
          width: 100%;
          min-height: 32px;
          border-radius: 6px;
          border: 0px;
          outline: 0;
          color: #444;
          line-height: 1.5;
          white-space: pre-wrap;
          word-wrap: break-word;
          font-size: 13px;
          background-color: #fff; }
          #EmbedView .embed-detail .height-content .height-info .height-div .input-height:hover {
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
          #EmbedView .embed-detail .height-content .height-info .height-div .input-height:focus {
            box-shadow: inset 0 0 0 1px #166ee1, 0 0 0 1px #166ee1; }
        #EmbedView .embed-detail .height-content .height-info .height-div .more-heightCss {
          padding: 6px 8px;
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
        #EmbedView .embed-detail .height-content .height-info .height-div .less-heightCss {
          padding: 6px 32px 6px 8px;
          box-shadow: inset 0 0 0 2px #dc043b; }
        #EmbedView .embed-detail .height-content .height-info .height-div .warningIcon {
          color: #dc043b;
          fill: #dc043b;
          margin-left: 4px;
          font-size: 16px;
          top: calc(50% - 8px);
          right: 12px;
          pointer-events: none;
          position: absolute;
          flex: none;
          width: 16px;
          height: 16px; }
  #EmbedView .embed-detail .warning-text {
    cursor: text;
    font-size: 11px;
    font-weight: 500;
    padding: 8px 0;
    color: #dc043b;
    animation-name: bounceIn;
    animation-duration: 240ms; }

@keyframes bounceIn {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: .9;
    transform: scale3d(0.98, 0.98, 0.98); }
  70% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  100% {
    transform: scale3d(1, 1, 1); } }

#EmbedView .desktop-iframe {
  margin: auto;
  margin-bottom: 50px; }
  #EmbedView .desktop-iframe iframe {
    border: 1px solid #ccc;
    border-radius: 5px; }
  #EmbedView .desktop-iframe div {
    display: flex;
    align-items: center;
    margin-bottom: 12px; }
    #EmbedView .desktop-iframe div p {
      font-size: 14px;
      margin-left: 10px; }

#EmbedView .dashboard-iframe-maindiv {
  display: flex;
  align-items: center;
  justify-content: center; }
  #EmbedView .dashboard-iframe-maindiv #gist-app {
    display: none; }

.embed .share-btn-div {
  background: #fff;
  opacity: 0.8;
  border-radius: 25px;
  height: 20px;
  transition: opacity 0.4s; }
  .embed .share-btn-div:hover {
    opacity: 1; }
  .embed .share-btn-div .sharebtn {
    min-width: 60px;
    text-align: center;
    color: #a2a7b4;
    font-weight: 500;
    letter-spacing: 1px; }

.embed .ps__rail-x {
  bottom: 27px !important;
  left: 0px !important;
  position: fixed; }

.embed #topbar .right-menu:hover {
  color: #e0e0e0 !important; }

.embed #topbar .embed-stackname {
  max-width: 305px; }
  @media screen and (max-width: 765px) {
    .embed #topbar .embed-stackname {
      max-width: 150px; } }

.embed .left-panel-summary-cell {
  bottom: 26px !important; }

.embed .embed-footer {
  display: flex;
  align-items: center;
  flex-direction: row;
  background-color: white;
  position: fixed;
  z-index: 10000;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 26px;
  right: 0; }
  .embed .embed-footer img {
    max-width: 100px;
    height: -webkit-fill-available; }
  @media (min-width: 992px) {
    .embed .embed-footer .expand-show {
      display: none; } }

.embed .notFound img {
  width: 171px;
  height: 55px; }

.embed .notFound .notFoundInner {
  margin-top: 14px; }
  .embed .notFound .notFoundInner h3 {
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 600; }
  .embed .notFound .notFoundInner p {
    font-size: 13px; }

.embed .email-restricted img {
  width: 171px;
  height: 55px; }

.embed .email-restricted .email-link-header {
  font-size: 21px;
  font-weight: 600;
  margin: 7px 0px 18px 0px; }

.embed .email-restricted .email-restricted-inner {
  margin-top: 14px; }
  .embed .email-restricted .email-restricted-inner h3 {
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 600; }
  .embed .email-restricted .email-restricted-inner p {
    font-size: 13px; }

.embed .password-protected-main img {
  width: 171px;
  height: 55px; }

.embed .password-protected-main .email-link-header {
  font-size: 21px;
  font-weight: 600;
  margin: 7px 0px 18px 0px; }

.embed .password-protected-main .password-protected-inner {
  margin-top: 14px; }
  .embed .password-protected-main .password-protected-inner h3 {
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 600; }
  .embed .password-protected-main .password-protected-inner p {
    font-size: 13px; }

.embed .password-protected-main .password-protected-fill {
  display: flex;
  align-items: center;
  margin: 20px 8px 21px 1px; }
  .embed .password-protected-main .password-protected-fill .input {
    width: 240px; }
  .embed .password-protected-main .password-protected-fill button {
    margin-left: 12px; }

.embed .password-protected-main .error-msg {
  color: red;
  margin-left: 5px; }

.embed .embed-blocks {
  height: calc(100vh - 110px) !important; }

.embed .hideheader-blocks {
  height: calc(100vh - 62px) !important; }

#UseThisData .header {
  border-bottom: 1px solid white;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px; }

#UseThisData .description {
  font-size: 14px;
  margin-bottom: 12px; }

#UseThisData .form-content {
  margin-left: 10px;
  margin-right: 10px; }
  #UseThisData .form-content .image {
    margin-top: 15px;
    margin-bottom: 15px; }
  #UseThisData .form-content .radio-btn-sec {
    margin-top: 18px; }

#UseThisData .dropdown {
  margin-bottom: 10px; }
  #UseThisData .dropdown .dropdown-header {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px; }

#UseThisData .error-usethisdata {
  margin-top: 8px;
  color: #dd2c5a;
  cursor: text;
  font-size: 13px; }

#UseThisData .buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
  margin-bottom: 10px; }

#ViewEmbedConfig .viewembed-loader {
  display: flex;
  justify-content: center;
  height: 100vh;
  flex-direction: column;
  align-items: center; }

#ViewEmbedConfig .content-wrapper {
  margin: auto;
  width: 1024px; }

#ViewEmbedConfig .col-4 {
  width: 33.3%;
  text-align: start; }

#ViewEmbedConfig .col-8 {
  width: 66.6%;
  text-align: start; }

#ViewEmbedConfig h2,
#ViewEmbedConfig h5 {
  font-weight: 500; }

#ViewEmbedConfig h2 {
  color: #000;
  font-weight: 600;
  margin: 8px 0; }

#ViewEmbedConfig .embed-detail {
  display: flex;
  justify-content: space-between; }
  #ViewEmbedConfig .embed-detail textarea {
    margin-top: 56px;
    display: block;
    min-height: 150px;
    border-color: #ccc;
    color: #333;
    border-radius: 5px;
    padding: 16px;
    margin: 8px 0;
    resize: none;
    outline: 0;
    line-height: 1.5;
    font-size: 16px;
    width: 600px; }
    #ViewEmbedConfig .embed-detail textarea::-moz-selection {
      color: #fff;
      background: #f76e2d; }
    #ViewEmbedConfig .embed-detail textarea::selection {
      color: #fff;
      background: #f76e2d; }
    #ViewEmbedConfig .embed-detail textarea:active, #ViewEmbedConfig .embed-detail textarea:focus {
      outline: none; }
      #ViewEmbedConfig .embed-detail textarea:active:after, #ViewEmbedConfig .embed-detail textarea:focus:after {
        content: 'Copied!'; }

#ViewEmbedConfig .desktop-iframe {
  margin: auto;
  margin-bottom: 50px; }
  #ViewEmbedConfig .desktop-iframe iframe {
    border: 1px solid #ccc;
    border-radius: 5px; }
  #ViewEmbedConfig .desktop-iframe div {
    display: flex;
    align-items: center;
    margin-bottom: 12px; }
    #ViewEmbedConfig .desktop-iframe div p {
      font-size: 14px;
      margin-left: 10px; }

#ViewEmbedConfig .dashboard-iframe-maindiv {
  display: flex;
  align-items: center;
  justify-content: center; }
  #ViewEmbedConfig .dashboard-iframe-maindiv .embed-web {
    width: 800px;
    height: 533px; }
  #ViewEmbedConfig .dashboard-iframe-maindiv .embed-mobile {
    margin-left: 12px;
    height: 533px;
    width: 350px; }

#integrations .header-container .header-component {
  padding: 1%;
  text-align: center; }
  #integrations .header-container .header-component h1 {
    font-size: 48px; }

#integrations .int-list {
  display: flex; }
  #integrations .int-list .category {
    padding: 1em;
    width: 25%; }
    #integrations .int-list .category h2 {
      text-align: center; }
    #integrations .int-list .category .search-template input {
      border: 2px solid #ccc; }
    #integrations .int-list .category .search-template ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #797979;
      opacity: 1;
      /* Firefox */ }
    #integrations .int-list .category .sidebar-title h3 {
      padding-bottom: 3px;
      display: inline-block;
      text-transform: uppercase;
      font-weight: 400;
      color: #909090;
      font-size: 16px;
      margin-bottom: 16px; }
    #integrations .int-list .category ul.sidebar-items {
      padding: 0;
      list-style: none; }
      #integrations .int-list .category ul.sidebar-items li {
        height: 28px;
        display: block;
        cursor: pointer; }
      #integrations .int-list .category ul.sidebar-items li.active a {
        border-bottom: 2px solid #414141; }
      #integrations .int-list .category ul.sidebar-items a:hover {
        color: #3384f7; }
      #integrations .int-list .category ul.sidebar-items li a {
        padding-bottom: 3px;
        font-size: 14px;
        color: #414141;
        font-weight: 500; }
  #integrations .int-list .list {
    width: 75%;
    padding: 14px; }
    #integrations .int-list .list .inte-header {
      display: flex;
      margin-bottom: 16px; }
    #integrations .int-list .list h3.int-title {
      font-family: Verdana;
      font-size: 28px;
      font-weight: 500;
      display: inline-flex;
      padding: 0px 8px;
      margin-bottom: 14px;
      color: #000000de; }
    #integrations .int-list .list .inte-tabs {
      display: flex;
      align-items: center;
      margin-bottom: 16px; }
      #integrations .int-list .list .inte-tabs .inte-capsule {
        font-size: 14px;
        font-weight: 500;
        padding: 6px 12px;
        border-radius: 9999px;
        background-color: #ddd;
        color: #000000de;
        margin-right: 8px;
        cursor: pointer; }
      #integrations .int-list .list .inte-tabs .activeTab {
        background-color: darkgray; }

#integrations .grid-component {
  width: auto;
  margin-bottom: 0 !important;
  margin-top: -15px !important;
  margin-left: -15px !important; }
  #integrations .grid-component .no-match-message {
    margin: 20px; }
  #integrations .grid-component .column {
    padding: 0px;
    padding-bottom: 1em; }
  #integrations .grid-component .enable-link {
    cursor: default !important; }
    #integrations .grid-component .enable-link .card {
      cursor: pointer; }
  #integrations .grid-component .disable-link {
    pointer-events: none; }
  #integrations .grid-component .card {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 7% !important;
    display: flex;
    align-items: center;
    margin: 20px !important;
    width: auto;
    border: 2px solid #f5f5f5; }
    #integrations .grid-component .card img {
      background: none !important; }
    #integrations .grid-component .card:hover {
      box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
      transition: 0.2s all ease;
      transform: scale(1.05); }
    @media screen and (max-width: 500px) {
      #integrations .grid-component .card {
        width: 100% !important; } }
    #integrations .grid-component .card .live-dot {
      display: flex;
      align-self: stretch;
      justify-content: flex-end;
      position: absolute;
      right: 5%; }
      #integrations .grid-component .card .live-dot .integration-status-live {
        background-color: #75D701;
        border-radius: 50%;
        width: 12px;
        height: 12px; }
    #integrations .grid-component .card .new-badge-div {
      display: flex;
      align-self: stretch;
      justify-content: flex-end;
      position: absolute;
      left: 5%; }
      #integrations .grid-component .card .new-badge-div .label {
        background: #e01e5a !important; }
    #integrations .grid-component .card .logo {
      block-size: 42px;
      margin-bottom: 20px; }
    #integrations .grid-component .card .integration-name {
      margin: 4px;
      color: black;
      font-size: 24px;
      text-align: center;
      line-height: 30px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      max-width: 200px; }
    #integrations .grid-component .card .integration-type {
      margin: 4px;
      color: #696969;
      font-size: 16px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      text-align: center;
      line-height: 30px; }
    #integrations .grid-component .card .integration-desc {
      margin: 5px;
      font-size: 12px;
      height: 50px;
      text-align: center;
      line-height: 16px;
      padding: 0 4% 2 4%;
      color: #696960; }
    #integrations .grid-component .card .integration-action {
      margin-top: 8px;
      align-self: stretch;
      text-align: center; }
      #integrations .grid-component .card .integration-action .integrate-button {
        width: 100%; }
    #integrations .grid-component .card .integration-status {
      margin-top: 8px;
      align-self: stretch;
      text-align: center; }
  #integrations .grid-component .int-row {
    display: flex;
    padding: 10px;
    box-shadow: 5px 5px 5px 2px #cccccca3;
    cursor: pointer; }
    #integrations .grid-component .int-row:hover {
      box-shadow: 5px 5px 5px 4px #cccccca3; }
    #integrations .grid-component .int-row img {
      width: 80px;
      height: 80px; }
    #integrations .grid-component .int-row .desc {
      padding: 18px; }
      #integrations .grid-component .int-row .desc .int-name {
        font-size: 18px;
        font-weight: bold; }
      #integrations .grid-component .int-row .desc .int-desc {
        line-height: 2;
        color: gray; }

#integrations .grid-integration {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
  grid-gap: 16px 24px; }
  #integrations .grid-integration .integrationLink {
    cursor: pointer;
    transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1); }
    #integrations .grid-integration .integrationLink .integration-card {
      width: 100%;
      height: 72px;
      background: #fff;
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
      border: 1px solid #e2e2e2;
      border-radius: 7px;
      display: flex;
      align-items: center; }
      #integrations .grid-integration .integrationLink .integration-card .inte-logoSection {
        padding: 16px; }
        #integrations .grid-integration .integrationLink .integration-card .inte-logoSection .inte-logo {
          height: 40px;
          width: 40px;
          vertical-align: middle; }
      #integrations .grid-integration .integrationLink .integration-card .inte-caption {
        text-align: left;
        padding-right: 16px;
        font-size: 14px; }
        #integrations .grid-integration .integrationLink .integration-card .inte-caption .inte-title {
          color: #2e2e2e;
          font-weight: 600;
          line-height: 20px;
          padding-right: 16px;
          align-items: center;
          display: flex; }
        #integrations .grid-integration .integrationLink .integration-card .inte-caption .inte-type {
          margin-top: 4px;
          color: #5e5e5e;
          line-height: 16px; }
  #integrations .grid-integration .integrationLink:hover {
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    transform: translateY(-1px);
    outline: 0; }

#SlackInt {
  padding-top: 88px; }
  #SlackInt .header {
    padding: 2% 0 1%; }
    #SlackInt .header .header-image {
      margin: 0;
      size: 100%; }
  #SlackInt .box-header {
    font-size: 24px;
    font-weight: 450;
    display: flex;
    justify-content: center;
    margin: 12px 0; }
  #SlackInt .segment-box {
    box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15) !important;
    border: 1px solid rgba(34, 36, 38, 0.15) !important; }
    #SlackInt .segment-box ol {
      padding-left: 14px; }
    #SlackInt .segment-box li {
      margin: 8px;
      padding: 10px; }
      #SlackInt .segment-box li:hover {
        background-color: #f7f7f7;
        cursor: pointer; }
  #SlackInt .segment,
  #SlackInt .segments {
    margin: 0 !important;
    border: none; }
  #SlackInt .white-background {
    background-color: white !important; }
  #SlackInt .actionButton {
    padding: 3;
    display: flex;
    justify-content: center; }
  #SlackInt .margin-top {
    margin-top: 12px; }
  #SlackInt .lastSegment {
    justify-content: space-between; }
  #SlackInt .controls {
    display: flex;
    justify-content: space-between; }
    #SlackInt .controls .done {
      opacity: .7; }
      #SlackInt .controls .done:hover {
        opacity: 1; }

#MsTeamInt {
  padding-top: 88px; }
  #MsTeamInt .header {
    padding: 2% 0 1%; }
    #MsTeamInt .header .header-image {
      margin: 0;
      size: 100%; }
  #MsTeamInt .box-header {
    font-size: 24px;
    font-weight: 450;
    display: flex;
    justify-content: center;
    margin: 12px 0; }
  #MsTeamInt .segment-box {
    box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15) !important;
    border: 1px solid rgba(34, 36, 38, 0.15) !important; }
    #MsTeamInt .segment-box ol {
      padding-left: 14px; }
    #MsTeamInt .segment-box li {
      margin: 8px;
      padding: 10px; }
      #MsTeamInt .segment-box li:hover {
        background-color: #f7f7f7;
        cursor: pointer; }
  #MsTeamInt .segment,
  #MsTeamInt .segments {
    margin: 0 !important;
    border: none; }
  #MsTeamInt .white-background {
    background-color: white !important; }
  #MsTeamInt .actionButton {
    padding: 3;
    display: flex;
    justify-content: center; }
  #MsTeamInt .margin-top {
    margin-top: 12px; }
  #MsTeamInt .lastSegment {
    justify-content: space-between; }
  #MsTeamInt .controls {
    display: flex;
    justify-content: space-between; }
    #MsTeamInt .controls .done {
      opacity: .7; }
      #MsTeamInt .controls .done:hover {
        opacity: 1; }

#ApiInt {
  color: #000000de; }
  #ApiInt #ApiConfig .ui.dropdown > .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex; }
  #ApiInt .header {
    display: flex;
    align-items: center;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
    #ApiInt .header .apicontent {
      padding-left: 12px;
      vertical-align: middle;
      display: inline-block; }
      #ApiInt .header .apicontent .name {
        justify-content: center;
        text-transform: capitalize;
        /* line-height: 4em; */
        width: -webkit-fill-available;
        margin-left: 20px;
        width: -moz-available;
        font-size: 24px;
        font-weight: 500;
        display: flex;
        flex-direction: column;
        margin: 0 0 4px 0;
        line-height: 1.2;
        color: #2e2e2e; }
    #ApiInt .header .name {
      justify-content: center;
      text-transform: capitalize;
      /* line-height: 4em; */
      width: -webkit-fill-available;
      margin-left: 20px;
      width: -moz-available;
      font-size: 24px;
      display: flex;
      flex-direction: column;
      color: #2e2e2e; }
    #ApiInt .header .description {
      font-size: 15px;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.6);
      line-height: 1.2em; }
    #ApiInt .header img {
      margin: 0;
      width: 100%;
      height: 100%;
      max-height: 60px;
      max-width: 60px; }
    #ApiInt .header .button {
      height: fit-content;
      margin: auto; }
    #ApiInt .header > .dropdown {
      height: fit-content;
      margin-left: auto;
      border: 2px solid #008DD2; }
      #ApiInt .header > .dropdown .text {
        color: black; }
  #ApiInt .apiInt-header {
    padding: 2% 0 1%; }
    #ApiInt .apiInt-header .apiInt-info {
      border: none;
      margin: 0px;
      line-height: 1.28571429em;
      text-transform: capitalize;
      color: rgba(0, 0, 0, 0.87); }
      #ApiInt .apiInt-header .apiInt-info .header-content {
        padding-left: 0.75rem;
        vertical-align: middle;
        display: inline-block; }
        #ApiInt .apiInt-header .apiInt-info .header-content .sub-header {
          padding: 2% 0 1%;
          text-transform: none; }
  #ApiInt .header-text {
    padding: 2% 0 1%;
    font-weight: 500; }
  #ApiInt .step-int p {
    margin: 20px 5px;
    font-size: 14px; }
  #ApiInt .step-int p b {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87); }
  #ApiInt .step-int img {
    border: 1px solid;
    margin: 20px 0px; }
  #ApiInt .desc {
    padding: 20px;
    margin: 10px 0px;
    border: 1px solid #cccccc85;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #cccccc73; }
    #ApiInt .desc div p:first-child {
      margin-bottom: 16px; }
    #ApiInt .desc p {
      margin: 8px;
      margin-left: 0px;
      font-size: 14px; }
    #ApiInt .desc h4 b {
      font-size: 16px;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.87); }
    #ApiInt .desc p b {
      font-size: 14px;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.87); }

#API {
  line-height: 2.3em; }
  #API .row {
    padding: 20px;
    margin: 15px;
    margin-bottom: 0px;
    border: 2px solid #ddd;
    border-radius: 8px; }
    #API .row .column:first-child {
      display: flex; }
      #API .row .column:first-child img {
        height: 35px;
        margin-right: 20px; }
  #API .btn-refresh-api {
    display: -webkit-inline-box !important;
    vertical-align: inherit; }

.content-form-api {
  padding: 5px; }
  .content-form-api .field {
    display: block;
    align-items: baseline;
    margin-top: 10px; }
    .content-form-api .field label {
      font-weight: 500;
      width: 12%; }
    .content-form-api .field input,
    .content-form-api .field select,
    .content-form-api .field .input,
    .content-form-api .field textarea {
      width: -webkit-fill-available;
      width: -moz-available;
      padding: 8px !important;
      margin: 4px 0 !important;
      outline: none !important;
      border: 2px solid #ddd !important;
      border-radius: 4px;
      box-shadow: 0 0 17px 0 #ddd !important; }
      .content-form-api .field input:focus,
      .content-form-api .field select:focus,
      .content-form-api .field .input:focus,
      .content-form-api .field textarea:focus {
        border: 1px solid #85B7D9 !important; }
      .content-form-api .field input::selection,
      .content-form-api .field select::selection,
      .content-form-api .field .input::selection,
      .content-form-api .field textarea::selection {
        background: #ceddf3; }
  .content-form-api .fb-connect {
    margin-top: 15; }

.addApi-btn {
  margin: 0 !important;
  height: 32px;
  font-size: 13px !important;
  line-height: 22px !important;
  border: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 12px !important;
  border-radius: 6px !important;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
  font-weight: 500 !important;
  background-color: #166ee1 !important;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08) !important; }
  .addApi-btn .addApi-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 1.25; }
    .addApi-btn .addApi-text .add-icon {
      display: flex;
      align-items: center;
      margin-right: 4px;
      color: #fff;
      fill: #fff; }

.modal-btn {
  margin: 0 !important;
  height: 32px;
  font-size: 13px !important;
  line-height: 22px !important;
  border: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 12px !important;
  border-radius: 6px !important;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
  font-weight: 500 !important; }
  .modal-btn .btn-text {
    transform: translateY(-0.5px);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500; }

.apiInt-btn-text {
  color: #fff; }

.apiCancel-btn {
  background-color: transparent !important;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08) !important; }
  .apiCancel-btn:hover {
    background: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12) !important; }

.apiInt-btn {
  margin-right: 8px !important;
  font-weight: 500 !important;
  color: #fff !important;
  background-color: #166ee1 !important;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08) !important; }
  .apiInt-btn:hover {
    background-color: #166ee1 !important; }

.addSlack-btn {
  color: #fff !important;
  background-color: #166ee1 !important;
  border-radius: 6px !important; }

.ImagePreview .zoom {
  position: fixed;
  top: 0;
  background-color: rgba(72, 72, 72, 0.65);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: grid;
  padding: 10px;
  grid-template-rows: auto 1fr;
  grid-gap: 10px;
  justify-content: center;
  grid-template-columns: 1fr; }
  .ImagePreview .zoom button {
    width: fit-content;
    /* align-items: unset; */
    margin-left: auto; }
  .ImagePreview .zoom img {
    width: auto !important;
    height: fit-content !important;
    margin: auto !important;
    max-width: 100%;
    cursor: zoom-in; }

#NotFound .not-found-root {
  margin: 15% 0px; }
  #NotFound .not-found-root .number {
    text-align: center;
    font-size: 7em;
    color: #696565; }

.onboarding-loader {
  display: flex;
  justify-content: center;
  height: 100vh;
  flex-direction: column;
  align-items: center; }
  .onboarding-loader .loader-text {
    font-size: 14px;
    margin-top: 5px;
    color: black;
    text-align: center; }

#firstsliderimage {
  top: 0;
  left: 0;
  overflow: auto;
  color: #696960;
  font-family: 'GT Eesti Display', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
  #firstsliderimage .first-div {
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    padding: 4% 0;
    flex-direction: column;
    font-family: 'GT Eesti Display', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
    color: #696960; }
    #firstsliderimage .first-div .first-div-slider-img {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 6px 30px; }
      #firstsliderimage .first-div .first-div-slider-img img {
        width: 100%;
        max-width: 320px; }
    #firstsliderimage .first-div .first-div-img img {
      width: 250px;
      margin-bottom: 15px; }
    #firstsliderimage .first-div .first-div-header p {
      font-size: 18px;
      margin-bottom: 20px;
      color: slategrey;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
    #firstsliderimage .first-div .first-div-header h1, #firstsliderimage .first-div .first-div-header .header-title {
      font-weight: bold;
      color: #1f1f1f;
      margin-bottom: 15px;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important;
      line-height: 1.28571429em;
      font-size: 34px;
      cursor: text; }
    #firstsliderimage .first-div .first-div-header div {
      font-size: 17px;
      color: black;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important;
      cursor: text; }
    #firstsliderimage .first-div .first-div-button {
      padding: 14px;
      background: #008DD2;
      color: white;
      cursor: pointer;
      font-size: 15px;
      font-weight: 500;
      padding-right: 5%;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding-left: 5%;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important;
      margin-top: 17px; }

#secondsliderimage {
  background: #f6f6f6;
  height: 100vh;
  display: flex;
  justify-content: center;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  bottom: 12px; }
  #secondsliderimage .second-div {
    justify-content: center;
    display: flex;
    padding: 60px;
    flex-direction: column; }
    #secondsliderimage .second-div .first-div-sliderdot-main {
      position: absolute;
      top: 28px; }
      #secondsliderimage .second-div .first-div-sliderdot-main .first-div-sliderdot {
        cursor: pointer;
        height: 11px;
        width: 12px;
        margin: 0 2px;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease; }
    #secondsliderimage .second-div .second-div-inputdiv .input {
      border-radius: 6px;
      padding: 9px;
      width: 357px;
      border: 1px solid lightblue; }
    #secondsliderimage .second-div .second-div-inputdiv p {
      font-size: 18px;
      margin-bottom: 24px;
      color: slategrey;
      font-family: 'GT Eesti Display', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
    #secondsliderimage .second-div .second-div-inputdiv .second-input-imgdiv {
      flex-wrap: wrap;
      width: 50%;
      align-self: center;
      align-content: flex-start;
      display: inline-flex;
      margin-top: 47px;
      margin-bottom: 45px;
      cursor: pointer; }
    #secondsliderimage .second-div .second-div-inputdiv .second-input-img {
      border: 1px solid darkblue;
      border-radius: 4px;
      padding: 7px;
      width: 62px;
      border-radius: 6px;
      margin: 11px; }
    #secondsliderimage .second-div .second-div-backbutton {
      position: absolute;
      top: 29px;
      left: 18px;
      display: flex;
      align-items: center;
      cursor: pointer;
      color: slategray; }
      #secondsliderimage .second-div .second-div-backbutton .second-div-back-text {
        margin-bottom: 4px;
        font-family: 'GT Eesti Display', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
    #secondsliderimage .second-div .second-div-question {
      margin-bottom: 15px;
      margin: 15px 0px; }
    #secondsliderimage .second-div .second-div-header {
      font-size: 24px;
      font-weight: bold;
      margin: 19px 7px;
      font-family: 'GT Eesti Display', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
      #secondsliderimage .second-div .second-div-header h1 {
        font-weight: bold;
        letter-spacing: 1.5px;
        color: black;
        margin-bottom: 8px;
        font-family: 'GT Eesti Display', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
        font-size: 34px; }
      #secondsliderimage .second-div .second-div-header p {
        font-size: 18px;
        margin-bottom: 24px;
        color: slategrey;
        font-family: 'GT Eesti Display', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
    #secondsliderimage .second-div .second-div-map {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 40px; }
      #secondsliderimage .second-div .second-div-map .sec {
        width: 50%; }
    #secondsliderimage .second-div .second-div-radio-div {
      border: 1px solid #b9b9b9;
      text-align: left;
      align-items: center;
      padding: 7px;
      margin: 5px;
      margin-left: 5px;
      border-radius: 6px; }
      #secondsliderimage .second-div .second-div-radio-div .radio label {
        font-family: 'GT Eesti Display', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
        font-size: 16.5px; }
    #secondsliderimage .second-div .second-div-button {
      padding: 14px;
      background: #008DD2;
      color: white;
      cursor: pointer;
      font-size: 15px;
      font-weight: 500;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding-left: 5%;
      padding-right: 5%;
      font-family: 'GT Eesti Display', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }

.text-header {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 19px 7px;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
  .text-header h1, .text-header .header-title {
    font-weight: bold;
    color: #1f1f1f;
    margin-bottom: 8px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important;
    font-size: 30px;
    line-height: 1.28571429em; }
  .text-header p {
    font-size: 18px;
    margin-bottom: 24px;
    color: slategrey;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }

.text-sec-title {
  font-size: 14px;
  opacity: 0.8;
  margin: 5px; }

.error-msg {
  color: red;
  font-size: 15px; }

.importData-container {
  text-align: center;
  margin-bottom: 30px; }
  .importData-container .importData-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
    max-width: 700px;
    margin: 0 auto; }
    .importData-container .importData-options .import-option {
      background: #ffff;
      border: 1px solid #E5E6E6;
      border-radius: 8px;
      padding: 17px 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      cursor: pointer;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
      transition: all 0.2s ease-in-out;
      display: flex;
      justify-content: center;
      width: 100%; }
      .importData-container .importData-options .import-option:hover {
        border-color: #0072f5;
        box-shadow: 0 2px 10px rgba(0, 114, 245, 0.1); }
      .importData-container .importData-options .import-option img {
        width: 24px;
        height: 24px;
        object-fit: contain; }
      .importData-container .importData-options .import-option span {
        font-size: 14px;
        color: #1f2d3d;
        font-weight: 500; }

#teamPage {
  top: 0;
  left: 0;
  bottom: 12px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
  box-sizing: border-box;
  color: #1f1f1f; }
  #teamPage .teamPage-bx .teamPage-content {
    width: 100%;
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    line-height: 1.5; }
    #teamPage .teamPage-bx .teamPage-content .team-header {
      font-size: 22px;
      font-weight: 600;
      line-height: 1.25;
      padding-bottom: 8px;
      cursor: text; }
    #teamPage .teamPage-bx .teamPage-content .teamList-content .header-desc {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 500;
      cursor: text; }
    #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content {
      display: flex;
      flex-wrap: wrap;
      margin-top: 10px; }
      #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .teamData-info {
        padding: 0 8px 8px 0; }
        #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .teamData-info .teamData-bx {
          position: relative; }
          #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .teamData-info .teamData-bx .teamBox-input {
            outline: 0;
            color: #1f1f1f;
            margin: 0 4px 0 0;
            background: none;
            position: absolute;
            border: 0;
            appearance: none;
            width: 100%; }
          #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .teamData-info .teamData-bx .item-label, #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .teamData-info .teamData-bx .box-input input {
            display: flex;
            align-items: center;
            border-radius: 6px;
            font-weight: 500;
            border: 1px solid rgba(0, 0, 0, 0.25);
            background-color: #fff;
            cursor: pointer;
            padding: 8px;
            height: 28px; }
            #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .teamData-info .teamData-bx .item-label:hover, #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .teamData-info .teamData-bx .box-input input:hover {
              background-color: rgba(0, 0, 0, 0.05); }
            #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .teamData-info .teamData-bx .item-label .item-text, #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .teamData-info .teamData-bx .box-input input .item-text {
              font-weight: 500;
              font-size: 13px;
              line-height: 1.25; }
          #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .teamData-info .teamData-bx .box-active {
            border: 2px solid #166ee1;
            background-color: #d1e2ff;
            padding: calc(-1px + 1rem); }
            #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .teamData-info .teamData-bx .box-active:hover {
              background-color: #d1e2ff; }
      #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .box {
        margin: 0 4px 0 0;
        padding: 4px; }
    @media screen and (min-width: 1152px) {
      #teamPage .teamPage-bx .teamPage-content {
        margin: 32px auto; } }
  #teamPage .teamPage-footer {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  #teamPage .team-main {
    justify-content: center;
    padding: 0px 48px 48px 48px;
    flex-direction: column;
    text-align: left; }
  #teamPage .team-div-map {
    flex-wrap: wrap;
    width: fit-content;
    display: flex;
    flex-direction: initial; }
    #teamPage .team-div-map .box {
      border: 2px solid #ddd;
      padding: 8px;
      border-radius: 10px;
      width: 18%;
      margin: 6px;
      cursor: pointer;
      font-weight: 500;
      text-align: left; }
    #teamPage .team-div-map .box:hover {
      border: 2px solid #287FF9;
      background: #fff; }
    #teamPage .team-div-map .box-active {
      border: 2px solid #287FF9;
      background: #fff; }
    #teamPage .team-div-map .box-input {
      border-radius: 10px;
      width: 100%; }

.useronboarding {
  background-image: url("https://stackbybucketprod.s3.ap-southeast-1.amazonaws.com/page-6+(1).png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover; }
  .useronboarding .container {
    min-height: 100%;
    min-height: -moz-available;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .useronboarding .container .content-frame {
      background-color: #fff;
      background-size: cover;
      border-radius: 6px;
      overflow: hidden;
      transition: all .5s ease;
      height: 100%;
      width: 100%; }
      .useronboarding .container .content-frame .step-wrapper {
        perspective: 1000px; }
      .useronboarding .container .content-frame .step-container {
        opacity: 1;
        transform: translateY(0);
        transition: opacity 150ms ease-out, transform 150ms ease-out;
        will-change: transform, opacity; }
      .useronboarding .container .content-frame .fade-in {
        opacity: 1;
        transform: translateY(0); }
      .useronboarding .container .content-frame .fade-out {
        opacity: 0;
        transform: translateY(-30px); }
      .useronboarding .container .content-frame .nav {
        margin-top: 5px;
        opacity: 1;
        text-align: center;
        transition: all .5s ease; }
        .useronboarding .container .content-frame .nav h1 {
          font-size: 20px;
          color: #656565; }
        .useronboarding .container .content-frame .nav .img-responsive {
          height: 60px !important;
          width: 180px !important;
          margin-left: -12px; }
        .useronboarding .container .content-frame .nav .nav-span-text {
          margin-left: 10px;
          display: flex;
          justify-content: center;
          opacity: 0.6;
          margin-bottom: 17px;
          font-size: 14px; }
      @media screen and (max-width: 500px) {
        .useronboarding .container .content-frame {
          width: max-content; } }
      .useronboarding .container .content-frame .TeamPageMain {
        background-color: #fff;
        padding: 32px 24px;
        overflow: auto;
        display: flex;
        align-items: center;
        flex-grow: 1;
        justify-content: center; }
        .useronboarding .container .content-frame .TeamPageMain .onboarding-nav {
          text-align: left;
          display: flex;
          align-items: center;
          justify-content: space-between; }
      .useronboarding .container .content-frame .teampageContainer {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0;
        position: relative; }
      .useronboarding .container .content-frame .onboarding-nav {
        margin: 0; }
      .useronboarding .container .content-frame .TeamPreview {
        background-color: #fafafa;
        position: relative; }
        .useronboarding .container .content-frame .TeamPreview .teamPreviewPageContent {
          min-height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column; }
          .useronboarding .container .content-frame .TeamPreview .teamPreviewPageContent .teamPreview-box {
            width: 400px;
            border-radius: 24px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            overflow: hidden; }
            .useronboarding .container .content-frame .TeamPreview .teamPreviewPageContent .teamPreview-box .preview-header {
              min-height: 104px;
              display: flex;
              align-items: center;
              padding: 0 0 0 32px; }
              .useronboarding .container .content-frame .TeamPreview .teamPreviewPageContent .teamPreview-box .preview-header .user-Image {
                width: 52px;
                height: 52px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #e0e0e0; }
                .useronboarding .container .content-frame .TeamPreview .teamPreviewPageContent .teamPreview-box .preview-header .user-Image .user-icon {
                  color: #fff;
                  fill: #fff; }
              .useronboarding .container .content-frame .TeamPreview .teamPreviewPageContent .teamPreview-box .preview-header .user-info {
                padding: 0 0 0 16px; }
                .useronboarding .container .content-frame .TeamPreview .teamPreviewPageContent .teamPreview-box .preview-header .user-info .user-name {
                  font-size: 27px;
                  font-weight: 500;
                  line-height: 1.25;
                  color: #666666; }
            .useronboarding .container .content-frame .TeamPreview .teamPreviewPageContent .teamPreview-box .preview-info {
              padding: 6px 0 6px 32px;
              height: 98px;
              min-height: fit-content;
              display: flex;
              justify-content: center;
              flex-direction: column;
              background-color: #fff; }
              .useronboarding .container .content-frame .TeamPreview .teamPreviewPageContent .teamPreview-box .preview-info .preview-select {
                width: fit-content;
                border-radius: 9999px;
                padding: 8px 16px; }
                .useronboarding .container .content-frame .TeamPreview .teamPreviewPageContent .teamPreview-box .preview-info .preview-select .preview-text {
                  cursor: text;
                  font-size: 14px;
                  font-weight: 500;
                  line-height: 1.25;
                  color: #041d2d;
                  display: flex;
                  align-items: center; }
      .useronboarding .container .content-frame .header-skip-btn {
        height: 36px;
        font-size: 15px;
        font-weight: 500;
        line-height: 28px;
        max-width: 100%;
        border: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 12px;
        border-radius: 6px;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
        color: #616670;
        background-color: transparent; }
        .useronboarding .container .content-frame .header-skip-btn:hover {
          background-color: rgba(0, 0, 0, 0.05); }
        .useronboarding .container .content-frame .header-skip-btn .skip-btn-text {
          transform: translateY(-0.5px);
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 15px; }
      .useronboarding .container .content-frame .firstStep-section {
        padding: 64px;
        height: 100%;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
      .useronboarding .container .content-frame .startExploreCotainer {
        padding: 64px; }
  .useronboarding .btn {
    margin: 12px 0;
    justify-content: flex-end;
    display: flex;
    align-items: center; }
    .useronboarding .btn .cancel-btn {
      margin-right: 10px; }
  .useronboarding .primary-btn {
    font-size: 18px;
    background-color: #166ee1 !important;
    color: #fff !important;
    font-weight: 500 !important;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
    border-radius: 6px !important;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
    .useronboarding .primary-btn:focus {
      outline: none;
      border: 0; }
  .useronboarding .skip-btn {
    font-size: 20px;
    font-weight: 500;
    margin-right: 25px;
    color: darkgrey;
    cursor: pointer; }

.teamButton-content {
  display: flex;
  align-items: center; }
  .teamButton-content .team-btn {
    height: 32px;
    font-size: 13px;
    line-height: 22px;
    max-width: 100%;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    margin: 0;
    border-radius: 6px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
  .teamButton-content .btn-text {
    transform: translateY(-0.5px);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .teamButton-content .skip-btn, .teamButton-content .skip-btn:active, .teamButton-content .skip-btn:focus {
    color: #1f1f1f;
    background-color: transparent;
    margin: 0px 8px 0px 0px; }
    .teamButton-content .skip-btn:hover, .teamButton-content .skip-btn:active:hover, .teamButton-content .skip-btn:focus:hover {
      background-color: rgba(0, 0, 0, 0.05); }
  .teamButton-content .skip-btn-text {
    font-weight: 400; }
  .teamButton-content .continue-btn {
    font-weight: 500;
    color: #fff;
    background-color: #166ee1;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    .teamButton-content .continue-btn:hover {
      color: #fff;
      background-color: #166ee1;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

.addCollaborator-content {
  margin: 0 0 16px;
  padding: 16px 0 0; }
  .addCollaborator-content .addListContent {
    position: relative;
    margin-bottom: 16px;
    line-height: 1.5; }
    .addCollaborator-content .addListContent .user-info {
      position: absolute;
      margin: 12px;
      opacity: .5;
      height: 24px;
      width: 24px; }
    .addCollaborator-content .addListContent .addcoll-input > input {
      height: 44px;
      text-indent: 28px;
      border-radius: 6px;
      border: 2px solid rgba(0, 0, 0, 0.1);
      appearance: none;
      outline: none;
      color: #1f1f1f;
      padding: 4px 12px;
      line-height: 1.5;
      font-size: 17px;
      background: white;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
      .addCollaborator-content .addListContent .addcoll-input > input:focus {
        border-color: #166ee1 !important; }
    .addCollaborator-content .addListContent .ui[class*="left icon"].input > input {
      padding-left: 12px !important;
      padding-right: 12px !important; }
    .addCollaborator-content .addListContent .addcoll-input i {
      margin: 12px !important;
      height: 24px !important;
      width: 24px !important;
      font-size: 20px !important;
      color: #1f1f1f;
      fill: #1f1f1f; }

.inviteLink-content {
  display: flex;
  flex-direction: column;
  color: #1f1f1f;
  padding: 8px 0; }
  .inviteLink-content .inviteLink-header {
    display: flex;
    align-items: center;
    margin-bottom: 4px; }
    .inviteLink-content .inviteLink-header .link-icon {
      margin-right: 8px;
      color: #1f1f1f;
      fill: #1f1f1f; }
    .inviteLink-content .inviteLink-header .header-text {
      font-size: 13px;
      font-weight: 500;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      cursor: text; }
  .inviteLink-content .inputLink-content {
    display: flex;
    align-items: center; }
    .inviteLink-content .inputLink-content .inputLink-div {
      display: flex;
      flex: 1 1 auto;
      min-width: 0;
      min-height: 0; }
      .inviteLink-content .inputLink-content .inputLink-div .addcoll-ref-input {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0; }
        .inviteLink-content .inputLink-content .inputLink-div .addcoll-ref-input input {
          color: #166ee1;
          font-size: 14px;
          font-weight: 700;
          height: 40px;
          border: 2px solid #cccccc;
          appearance: none;
          outline: 0;
          padding: 4px 8px;
          border-radius: 3px;
          background-color: rgba(0, 0, 0, 0.05); }
      .inviteLink-content .inputLink-content .inputLink-div .copyLink-btn {
        display: flex;
        align-items: center;
        cursor: pointer;
        margin: 0 8px 0 4px; }
        .inviteLink-content .inputLink-content .inputLink-div .copyLink-btn .copyLink-text {
          margin-left: 8px;
          font-weight: 500;
          color: #616670; }

.earnCredit-text {
  cursor: text;
  line-height: 1.5;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 32px;
  padding: 2px 8px;
  color: #1f1f1f;
  background-color: #cff5d1;
  border-radius: 3px; }

.copyLink-popup {
  background-color: #303b47 !important;
  padding: 4px 8px !important;
  margin: 2px -12px 0 22px !important;
  font-size: 13px !important; }

.earnCreditInvite-popup {
  background-color: #303b47 !important;
  padding: 4px 8px !important;
  margin: 2px -6px 0 22px !important;
  font-size: 13px !important;
  max-width: 260px !important; }

.importData-info {
  width: 50%; }

.import-item {
  display: inline-block;
  align-items: center;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: 100%; }
  .import-item .import-type-img {
    width: 16px;
    height: 16px; }

.modal-footer-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 14px; }
  .modal-footer-button .modal-cancel-btn {
    max-width: 192px;
    height: 32px;
    font-size: 13px;
    line-height: 22px;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
    padding: 0 12px;
    border-radius: 6px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
    background-color: transparent;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    .modal-footer-button .modal-cancel-btn:hover {
      background: none;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  .modal-footer-button .btn-text {
    transform: translateY(-0.5px);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500; }
  .modal-footer-button .modal-delete-btn {
    max-width: 192px;
    height: 32px;
    font-size: 13px;
    line-height: 22px;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
    padding: 0 12px;
    border-radius: 6px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
    margin-right: 0px;
    font-weight: 500;
    color: #fff;
    background-color: #166ee1;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    .modal-footer-button .modal-delete-btn:hover {
      background-color: #166ee1;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    .modal-footer-button .modal-delete-btn .delete-btn-text {
      color: #fff; }

@media (min-width: 832px) {
  .header-skip-btn {
    display: none !important; } }

@media (min-width: 72rem) {
  .TeamPreview {
    width: 50%; }
  .TeamPageMain {
    padding: 64px !important;
    width: 50%; }
  .teamPage {
    margin-top: 16px;
    flex-grow: 1; } }

@media (max-width: 71.99rem) {
  .teampageContainer {
    max-width: none;
    flex-grow: 1;
    height: 100%; } }

@media (min-width: 52rem) and (max-width: 71.99rem) {
  .TeamPageMain {
    width: 100%; }
  .TeamPreview {
    display: none; }
  .teamPage-content {
    margin: 32px auto;
    max-width: 32rem; } }

@media (min-width: 40rem) and (max-width: 51.99rem) {
  .TeamPageMain {
    width: 100%; }
  .TeamPreview {
    display: none; }
  .skip-btn {
    display: none !important; }
  .teamPage-content {
    margin: 32px auto;
    max-width: 32rem; } }

@media (max-width: 51.99rem) {
  .teamButton-content {
    flex-grow: 1;
    flex-direction: column; }
  .button-container {
    padding-top: 27px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -30.51%, #ffffff 38.09%);
    position: absolute;
    bottom: 0;
    width: 100%; }
    .button-container .continue-btn {
      padding: 1.38rem;
      width: 100%;
      height: 36px;
      line-height: 28px;
      max-width: 100%;
      font-size: 1rem; }
      .button-container .continue-btn .continue-btn-text {
        transform: translateY(-1px); }
  #teamPage {
    overflow: auto;
    padding-top: 72px;
    flex-grow: 0; } }

@media (max-width: 51.99rem) and (min-height: 481px) {
  .TeamPageMain {
    height: 100%; } }

@media (max-width: 39.99rem) {
  .TeamPageMain {
    width: 100%; }
  .TeamPreview {
    display: none; }
  .teamData-info {
    width: 100%; } }

#AddCollaborators {
  justify-content: center;
  padding: 0px 48px 48px 48px;
  flex-direction: column;
  text-align: left; }
  #AddCollaborators .addcoll-input {
    margin: 0px 0px 15px; }
    #AddCollaborators .addcoll-input input:focus {
      border: 3px solid; }
  #AddCollaborators .addcoll-sec-input-part {
    display: flex;
    align-items: center; }
    #AddCollaborators .addcoll-sec-input-part .addcoll-ref-input {
      width: 75%;
      margin-right: 11px; }
  #AddCollaborators .addcoll-invite {
    background: lightgreen;
    width: fit-content;
    padding: 1px 10px 1px 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    margin: 6px 0px 0px 0px; }

#ImportStack .importstack-main {
  justify-content: center;
  padding: 0px 48px 48px 48px;
  flex-direction: column;
  text-align: left; }
  #ImportStack .importstack-main .importstack-box {
    display: flex;
    align-items: center;
    border: 2.6px solid #ddd;
    padding: 5px 4px 5px 14px;
    border-radius: 8px;
    cursor: pointer;
    margin: 7px;
    width: 46%; }
    #ImportStack .importstack-main .importstack-box .import-type-img {
      width: 9% !important; }
    #ImportStack .importstack-main .importstack-box p {
      opacity: 0.7;
      font-size: 13px; }
  #ImportStack .importstack-main .importstack-box:hover {
    border: 2px solid #287FF9;
    background: #fff; }
  #ImportStack .importstack-main .importstack-sec-first {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  #ImportStack .importstack-main .importstack-drop-content {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #ImportStack .importstack-main .importstack-drop-content input {
      display: none; }
    #ImportStack .importstack-main .importstack-drop-content .file-drop-target {
      margin-top: 10px;
      display: flex;
      flex-direction: column; }
    #ImportStack .importstack-main .importstack-drop-content .file-drop-dragging-over-frame {
      border: 2px #ccc dashed !important;
      padding: 5px !important;
      min-height: 70px; }
    #ImportStack .importstack-main .importstack-drop-content .file-drop-dragging-over-target {
      border: 2px #ccc dashed !important;
      padding: 5px !important;
      min-height: 70px; }
    #ImportStack .importstack-main .importstack-drop-content .add {
      font-size: 13px;
      font-weight: bold;
      height: 30vh !important;
      width: fit-content;
      background: #c7c7c7;
      font-weight: 500;
      border-radius: 4px;
      cursor: pointer;
      float: left;
      padding: 5px;
      margin: auto 0;
      margin-right: 5px;
      width: 100%; }
      #ImportStack .importstack-main .importstack-drop-content .add:hover {
        background: #d2d2da;
        opacity: .9; }
      #ImportStack .importstack-main .importstack-drop-content .add .add-submenu {
        margin: auto;
        text-align: center;
        justify-content: center;
        display: flex;
        height: 100%;
        flex-direction: column;
        align-items: center; }
      #ImportStack .importstack-main .importstack-drop-content .add .add-submenu-inner {
        flex-direction: row;
        align-items: center;
        font-weight: 500;
        font-size: 18px; }
      #ImportStack .importstack-main .importstack-drop-content .add p {
        font-size: 14px;
        font-weight: 400;
        opacity: 0.9;
        margin-top: 5px; }

#StartExplore {
  flex-grow: 1; }
  #StartExplore .startexp-main {
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    padding: 4% 0;
    flex-direction: column;
    font-family: 'GT Eesti Display', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
    color: #696960; }
    #StartExplore .startexp-main .header-title {
      font-weight: bold;
      color: #1f1f1f;
      margin-bottom: 15px;
      font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
      line-height: 1.28571429em;
      font-size: 34px;
      cursor: text; }
    #StartExplore .startexp-main .header-desc {
      font-size: 17px;
      color: black;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important;
      cursor: text; }
  #StartExplore .startexp-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px 30px; }
    #StartExplore .startexp-img img {
      width: 100%;
      max-width: 320px; }
  #StartExplore .go-btn {
    font-size: 20px;
    font-weight: 500;
    color: darkgrey;
    cursor: pointer; }

#WelcomeModal {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #fff; }
  #WelcomeModal .wc-modal-box {
    margin-bottom: 48px;
    padding: 0 64px; }
    #WelcomeModal .wc-modal-box .wc-modal-main {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #WelcomeModal .wc-modal-box .wc-modal-main .wc-title {
        font-size: 32px;
        font-weight: 600;
        padding-bottom: 32px;
        line-height: 1.25;
        color: #333;
        cursor: text;
        font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
      #WelcomeModal .wc-modal-box .wc-modal-main .wc-content {
        font-size: 13px;
        font-weight: 300;
        line-height: 20px;
        padding-bottom: 16px;
        color: #616670; }
        #WelcomeModal .wc-modal-box .wc-modal-main .wc-content .wc-text {
          font-size: 13px;
          font-weight: 400;
          line-height: 1.5;
          padding-bottom: 16px;
          color: #333;
          text-align: left;
          cursor: text; }
        #WelcomeModal .wc-modal-box .wc-modal-main .wc-content .wc-img {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 10px; }
          #WelcomeModal .wc-modal-box .wc-modal-main .wc-content .wc-img img {
            width: 100%;
            max-width: 300px; }
  #WelcomeModal .getstarted-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 64px;
    line-height: 1.5; }
    #WelcomeModal .getstarted-btn .get-btn {
      height: 36px;
      font-size: 15px;
      font-weight: 500;
      line-height: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
      border-radius: 6px;
      padding: 0 16px !important;
      background-color: #166ee1;
      color: #fff;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
      #WelcomeModal .getstarted-btn .get-btn:hover {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
      #WelcomeModal .getstarted-btn .get-btn .btn-text {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transform: translateY(-1px); }

#Steps {
  font-family: "DM Sans" !important; }
  #Steps h1,
  #Steps h2,
  #Steps h3,
  #Steps h4,
  #Steps h5,
  #Steps h6,
  #Steps p,
  #Steps span,
  #Steps div,
  #Steps textarea,
  #Steps input,
  #Steps button,
  #Steps label,
  #Steps input,
  #Steps button,
  #Steps textarea {
    font-family: inherit; }
  #Steps .step-wrapper {
    display: flex;
    flex-direction: row;
    height: 100vh;
    width: 100%;
    background: linear-gradient(to bottom, #7bc7f9 3%, #c0e6ff 16%, #ffffff 50%);
    position: relative;
    align-items: center; }
    #Steps .step-wrapper .left-panel {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 100px;
      width: 60%; }
      #Steps .step-wrapper .left-panel .content {
        max-width: 700px;
        width: 100%; }
        #Steps .step-wrapper .left-panel .content.slide-in-right {
          animation: slideInRight 0.4s forwards;
          z-index: 2; }
        #Steps .step-wrapper .left-panel .content.slide-in-left {
          animation: slideInLeft 0.4s forwards;
          z-index: 2; }
        #Steps .step-wrapper .left-panel .content .heading {
          font-size: 25px;
          font-weight: 600;
          color: #1f2937;
          margin-bottom: 18px;
          text-align: start; }
        #Steps .step-wrapper .left-panel .content .sub-heading {
          font-size: 16px;
          margin-bottom: 30px;
          text-align: start;
          color: #1f2937; }
        #Steps .step-wrapper .left-panel .content .progress-bar {
          display: flex;
          gap: 12px;
          justify-content: flex-start;
          align-items: flex-start; }
          #Steps .step-wrapper .left-panel .content .progress-bar .step {
            width: 35px;
            height: 8px;
            border-radius: 10px;
            background-color: #90cdf4;
            /* light blue */
            transition: background-color 0.3s ease; }
          #Steps .step-wrapper .left-panel .content .progress-bar .step.active {
            background-color: #0074cc;
            /* dark blue */ }
        #Steps .step-wrapper .left-panel .content .options-grid {
          display: flex;
          flex-wrap: wrap;
          gap: 12px;
          width: 100%;
          margin: 30px 0; }
          #Steps .step-wrapper .left-panel .content .options-grid .option-button {
            background-color: #ffffff;
            border: 1px solid #E5E6E6;
            padding: 15px 20px;
            border-radius: 8px;
            font-size: 16px;
            color: #111827;
            cursor: pointer;
            transition: 0.2s;
            font-weight: 500;
            min-width: 134px;
            white-space: nowrap;
            height: 48px; }
            #Steps .step-wrapper .left-panel .content .options-grid .option-button.active {
              outline: 2px solid #3b82f6; }
            #Steps .step-wrapper .left-panel .content .options-grid .option-button:hover {
              border-color: #3b82f6; }
        #Steps .step-wrapper .left-panel .content .footer-buttons {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-top: 40px; }
          #Steps .step-wrapper .left-panel .content .footer-buttons .back-button,
          #Steps .step-wrapper .left-panel .content .footer-buttons .continue-button {
            padding: 10px 24px;
            font-size: 14px;
            border-radius: 24px;
            border: none;
            cursor: pointer; }
          #Steps .step-wrapper .left-panel .content .footer-buttons .skip-button {
            padding: 10px 24px;
            font-size: 14px;
            border-radius: 24px;
            border: none;
            cursor: pointer;
            background: transparent;
            color: #A8CFFA; }
            #Steps .step-wrapper .left-panel .content .footer-buttons .skip-button:hover {
              color: #3b82f6; }
          #Steps .step-wrapper .left-panel .content .footer-buttons .back-button {
            background: #ffffff;
            font-size: 20px;
            border: 1px solid #d1d5db;
            color: #002253; }
          #Steps .step-wrapper .left-panel .content .footer-buttons .continue-button {
            background-color: #3b82f6;
            color: white; }
            #Steps .step-wrapper .left-panel .content .footer-buttons .continue-button:disabled {
              background-color: #A8CFFA;
              cursor: not-allowed; }
    #Steps .step-wrapper .right-panel {
      display: flex;
      justify-content: center;
      width: 40%;
      height: 100%; }
      #Steps .step-wrapper .right-panel .login-page-illustration {
        width: 100%;
        height: auto; }
    #Steps .step-wrapper .logo-footer {
      position: relative;
      margin-top: 5%;
      left: 25%; }
      #Steps .step-wrapper .logo-footer img {
        width: 150px;
        height: auto; }
      #Steps .step-wrapper .logo-footer span {
        font-size: 14px;
        font-weight: 500;
        color: #374151; }
  #Steps .database-creator {
    min-height: 100vh;
    background: linear-gradient(to bottom, #B4DCFF 30%, #FFFFFF 70%);
    position: relative;
    overflow: hidden; }
    #Steps .database-creator .container {
      flex-direction: column; }
      #Steps .database-creator .container.slide-in-right {
        animation: slideInRight 0.4s forwards;
        z-index: 2; }
      #Steps .database-creator .container.slide-in-left {
        animation: slideInLeft 0.4s forwards;
        z-index: 2; }
      #Steps .database-creator .container .ui.horizontal.divider {
        width: 30%;
        text-transform: capitalize;
        color: #00000099;
        font-weight: 400;
        font-size: 20px; }
      #Steps .database-creator .container .section-title {
        color: #00000099;
        font-size: 16px;
        margin: 20px 0px 0px;
        font-weight: 400; }
    #Steps .database-creator .header {
      text-align: center;
      display: flex;
      flex-direction: column;
      gap: 10px; }
      #Steps .database-creator .header .congrats-text {
        color: #00000099;
        font-size: 20px;
        font-weight: 500; }
      #Steps .database-creator .header .main-title {
        font-size: 47px;
        font-weight: 700;
        color: #002253;
        letter-spacing: -2px; }
      #Steps .database-creator .header .subtitle {
        color: #00000099;
        font-size: 20px;
        font-weight: 400; }
    #Steps .database-creator .content {
      display: grid;
      grid-template-columns: 275px 5px 2fr;
      gap: 70px;
      margin-bottom: 3rem;
      align-items: center; }
    #Steps .database-creator .vertical-divider {
      background: linear-gradient(270deg, #FFFFFF 0%, #7EC8F9 47.12%, #FFFFFF 100%);
      width: 5px;
      height: 100%; }
    #Steps .database-creator .left-section {
      width: 275px; }
      #Steps .database-creator .left-section .template-buttons {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        width: 100%; }
        #Steps .database-creator .left-section .template-buttons .template-btn {
          background: linear-gradient(90deg, #DAEFFD 24.36%, #FFFFFF 74.55%);
          box-shadow: 0px 4px 10px 1px #00000040;
          border: 1px solid #0D72ED;
          font-weight: 700;
          font-size: 18px;
          width: 100%;
          height: 50px;
          border-radius: 9px;
          color: #4D4D51;
          cursor: pointer; }
          #Steps .database-creator .left-section .template-buttons .template-btn:hover {
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
    #Steps .database-creator .right-section {
      display: flex;
      gap: 39px;
      position: relative; }
    #Steps .database-creator .feature-card {
      background: rgba(255, 255, 255, 0.9);
      border-radius: 16px;
      text-align: center;
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.8);
      transition: transform 0.2s ease;
      max-width: 272px;
      max-height: 298px;
      box-shadow: 0px 4px 10px 1px #00000040;
      cursor: pointer; }
      #Steps .database-creator .feature-card .card-data {
        padding: 0 2rem 2rem 2rem; }
      #Steps .database-creator .feature-card:hover {
        transform: translateY(-2px); }
      #Steps .database-creator .feature-card .card-icon {
        display: flex;
        justify-content: center; }
      #Steps .database-creator .feature-card h4 {
        font-weight: 700;
        font-size: 23px;
        color: #444446;
        margin-bottom: 12px; }
      #Steps .database-creator .feature-card p {
        font-weight: 400;
        font-size: 15px;
        text-align: center;
        color: #444446; }
    #Steps .database-creator .bottom-section {
      text-align: center;
      cursor: pointer; }
      #Steps .database-creator .bottom-section .scratch-text {
        font-weight: 400;
        font-size: 20px;
        color: #00000099; }
        #Steps .database-creator .bottom-section .scratch-text:hover {
          color: #0074cc; }

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }

#limitedTimeOffer {
  font-size: 15px;
  justify-content: center;
  align-items: center;
  text-align: left;
  display: flex;
  height: 100vh; }
  #limitedTimeOffer .address-form .a-item {
    margin-top: 10px; }
    #limitedTimeOffer .address-form .a-item .input {
      width: 450px; }
  #limitedTimeOffer .payment-checkout-div {
    padding-top: 10px; }
    #limitedTimeOffer .payment-checkout-div .checkout-heading {
      padding-bottom: 4px; }
  #limitedTimeOffer .checkout-page .checkout-header {
    margin-bottom: 5%;
    font-size: 23px;
    font-weight: 500; }
  #limitedTimeOffer .checkout-form .payment-details {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 6px 0 12px;
    max-width: 500px;
    margin-top: 5px; }
  #limitedTimeOffer .checkout-form .card-element {
    padding: 16px 0; }
  #limitedTimeOffer .checkout-form .pay-button {
    padding-top: 16px; }
  #limitedTimeOffer .payment-done {
    display: flex;
    justify-content: center;
    height: -webkit-fill-available; }
    #limitedTimeOffer .payment-done .bx {
      width: auto;
      margin: auto;
      padding: 20px;
      border: 1px solid #ddd;
      border-radius: 16px; }
      #limitedTimeOffer .payment-done .bx img {
        max-width: 400px; }
      #limitedTimeOffer .payment-done .bx h2 {
        font-family: inherit;
        margin-top: 15px; }
      #limitedTimeOffer .payment-done .bx p {
        margin-top: 11px;
        margin-bottom: 14px;
        font-family: inherit; }
      #limitedTimeOffer .payment-done .bx .button {
        font-family: inherit; }
  #limitedTimeOffer .downgrade-warning {
    color: red;
    opacity: 0.7;
    border: 1px solid;
    padding: 8px;
    margin-bottom: 12px;
    border-radius: 6px;
    margin-top: 15px;
    width: 600%; }
    #limitedTimeOffer .downgrade-warning p {
      font-size: 16px; }

#NewPricingPlan {
  font-size: 15px;
  justify-content: center;
  align-items: center;
  text-align: left;
  display: flex; }
  #NewPricingPlan .priceplan-loading {
    position: absolute;
    top: 48%;
    left: 48%; }
  #NewPricingPlan .address-form {
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0 0 2px #0000001a;
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap; }
    #NewPricingPlan .address-form .billing-address-title {
      font-size: 17px;
      font-weight: 500;
      color: #5E6C73;
      font-family: 'DM Sans'; }
    #NewPricingPlan .address-form .address-form-flex {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    #NewPricingPlan .address-form .a-item {
      margin-top: 10px;
      display: flex;
      flex-wrap: wrap;
      width: 48%; }
      #NewPricingPlan .address-form .a-item .input {
        width: 100%; }
        #NewPricingPlan .address-form .a-item .input input {
          border-radius: 10px !important;
          padding: 9px !important;
          font-family: 'DM Sans';
          font-size: 15px;
          color: #5E6C73; }
          #NewPricingPlan .address-form .a-item .input input::placeholder {
            color: #5E6C73;
            font-family: 'DM Sans';
            font-size: 15px; }
      #NewPricingPlan .address-form .a-item .search {
        display: flex;
        align-items: center;
        min-width: 100%;
        min-height: 0;
        border-radius: 10px !important;
        padding: 9px !important;
        font-family: 'DM Sans';
        font-size: 15px;
        color: #5E6C73; }
        #NewPricingPlan .address-form .a-item .search .text {
          color: #5E6C73;
          font-family: 'DM Sans';
          font-size: 15px; }
  #NewPricingPlan .payment-checkout-div {
    padding-top: 5px; }
    #NewPricingPlan .payment-checkout-div .checkout-heading {
      padding-bottom: 4px; }
    #NewPricingPlan .payment-checkout-div .back-btn {
      background-color: #fff;
      color: #1d1f25;
      padding: 12px 24px;
      font-size: 1rem;
      font-weight: 500;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.48), 0 0 2px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
      font-family: 'DM Sans'; }
      #NewPricingPlan .payment-checkout-div .back-btn:hover {
        color: #ffffff;
        background-color: #0062cc;
        box-shadow: 0 6px 14px rgba(0, 98, 204, 0.3);
        transform: translateY(-1px); }
  #NewPricingPlan .checkout-page .checkout-header {
    font-size: 23px;
    font-weight: 500; }
    #NewPricingPlan .checkout-page .checkout-header .title-header {
      font-weight: 500;
      width: 100%;
      font-size: 24px;
      color: #000000;
      font-family: 'DM Sans', sans-serif; }
    #NewPricingPlan .checkout-page .checkout-header .title-description {
      width: 100%;
      font-size: 14px;
      color: #5E6C73;
      font-weight: 400;
      padding: 6px 0; }
    #NewPricingPlan .checkout-page .checkout-header .payment-selected {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      width: 100%;
      gap: 20px;
      padding: 15px 0; }
      #NewPricingPlan .checkout-page .checkout-header .payment-selected .payments-plan .plan-list.ui.selection.dropdown {
        border: 1px solid #d1d5db;
        border-radius: 4px;
        background: #fcfcff;
        min-width: 200px;
        padding: 10px;
        font-size: 13px;
        color: #4b5563;
        box-shadow: none;
        transition: border 0.2s ease; }
        #NewPricingPlan .checkout-page .checkout-header .payment-selected .payments-plan .plan-list.ui.selection.dropdown:hover {
          border: 1px solid #008DD2; }
      #NewPricingPlan .checkout-page .checkout-header .payment-selected .payments-user .plan-list.ui.selection.dropdown {
        border: 1px solid #d1d5db;
        border-radius: 4px;
        background: #fcfcff;
        min-width: 200px;
        padding: 10px;
        font-size: 13px;
        color: #4b5563;
        box-shadow: none;
        transition: border 0.2s ease; }
        #NewPricingPlan .checkout-page .checkout-header .payment-selected .payments-user .plan-list.ui.selection.dropdown:hover {
          border: 1px solid #008DD2; }
    #NewPricingPlan .checkout-page .checkout-header .payment-details-box {
      width: 100%; }
      #NewPricingPlan .checkout-page .checkout-header .payment-details-box .add-promo {
        display: flex;
        align-items: center;
        justify-content: left;
        max-width: 150px;
        padding: 7px 0;
        font-size: 14px;
        font-weight: 500;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-family: 'DM Sans' !important;
        color: #007bff; }
      #NewPricingPlan .checkout-page .checkout-header .payment-details-box .payment-billed {
        padding: 10px 0; }
        #NewPricingPlan .checkout-page .checkout-header .payment-details-box .payment-billed .billed-title {
          font-size: 16px;
          font-weight: 500;
          color: #5E6C73;
          font-family: 'DM Sans', sans-serif; }
        #NewPricingPlan .checkout-page .checkout-header .payment-details-box .payment-billed .billed-description {
          font-family: 'DM Sans', sans-serif;
          font-size: 14px;
          color: #5E6C73;
          width: 88%;
          font-weight: 400;
          padding: 15px 0; }
    #NewPricingPlan .checkout-page .checkout-header .plan-amount-details {
      font-family: 'DM Sans', sans-serif;
      padding-bottom: 10px;
      width: 100%; }
      #NewPricingPlan .checkout-page .checkout-header .plan-amount-details .plan-amount-summary {
        display: flex;
        flex-direction: column;
        gap: 4px; }
        #NewPricingPlan .checkout-page .checkout-header .plan-amount-details .plan-amount-summary .plan-price {
          font-size: 20px;
          color: #000000; }
          #NewPricingPlan .checkout-page .checkout-header .plan-amount-details .plan-amount-summary .plan-price span {
            font-weight: bolder;
            font-family: 'DM Sans';
            font-size: 22px;
            text-transform: capitalize; }
        #NewPricingPlan .checkout-page .checkout-header .plan-amount-details .plan-amount-summary .plan-gst {
          font-size: 14px;
          color: #000000;
          font-weight: 400; }
        #NewPricingPlan .checkout-page .checkout-header .plan-amount-details .plan-amount-summary .plan-users {
          font-size: 14px;
          color: #8b9ba4;
          font-weight: 400;
          font-family: 'DM Sans'; }
        #NewPricingPlan .checkout-page .checkout-header .plan-amount-details .plan-amount-summary .plan-details {
          font-size: 14px;
          color: #007bff;
          font-weight: 500;
          cursor: pointer;
          transition: all 0.2s ease; }
          #NewPricingPlan .checkout-page .checkout-header .plan-amount-details .plan-amount-summary .plan-details:hover {
            text-decoration: underline; }
    #NewPricingPlan .checkout-page .checkout-header .user-dropdown {
      min-width: 17em; }
      #NewPricingPlan .checkout-page .checkout-header .user-dropdown .text {
        font-size: 13px;
        font-weight: 500; }
  #NewPricingPlan .checkout-page .choose-billing-cycle {
    max-width: 300px;
    box-shadow: 0px 0px 1px #007aff, 0px 0px 2px #007aff, 0px 1px 3px #007aff;
    border-radius: 5px; }
    #NewPricingPlan .checkout-page .choose-billing-cycle .plane-heading {
      font-size: 16px;
      font-weight: 500;
      color: #5E6C73;
      font-family: 'DM Sans', sans-serif;
      padding: 10px;
      box-shadow: 0px 0px 2px #007aff; }
    #NewPricingPlan .checkout-page .choose-billing-cycle .billing-info {
      display: flex;
      justify-content: space-between;
      margin-bottom: 0 !important;
      font-size: 0.95rem;
      padding: 10px;
      font-family: 'DM Sans'; }
  #NewPricingPlan .checkout-page .discount-div {
    max-width: 400px;
    box-shadow: 0px 0px 1px #007aff, 0px 0px 2px #007aff, 0px 1px 3px #007aff;
    border-radius: 5px;
    padding: 13px 10px; }
    #NewPricingPlan .checkout-page .discount-div .discount-input-box {
      display: flex;
      width: 100%; }
      #NewPricingPlan .checkout-page .discount-div .discount-input-box .input {
        width: 340px; }
        #NewPricingPlan .checkout-page .discount-div .discount-input-box .input input {
          border-radius: 4px !important;
          border: 1px solid #d1d5db;
          padding: 10px;
          font-size: 15px;
          font-family: 'DM Sans'; }
          #NewPricingPlan .checkout-page .discount-div .discount-input-box .input input::placeholder {
            color: #414141;
            font-family: 'DM Sans' !important;
            font-size: 15px; }
          #NewPricingPlan .checkout-page .discount-div .discount-input-box .input input:hover {
            border: 1px solid #96C8DA; }
      #NewPricingPlan .checkout-page .discount-div .discount-input-box .button {
        background-color: #fff;
        color: #1d1f25;
        font-size: 13px;
        font-weight: 500;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        border: 1px solid #ddd;
        font-family: 'DM Sans'; }
        #NewPricingPlan .checkout-page .discount-div .discount-input-box .button:hover {
          color: #ffffff;
          background-color: #0062cc;
          box-shadow: 0 6px 14px rgba(0, 98, 204, 0.3);
          transform: translateY(-1px); }
  #NewPricingPlan .checkout-form .payment-details {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 6px 0 12px;
    max-width: 410px;
    margin-top: 5px; }
  #NewPricingPlan .checkout-form .card-element {
    padding: 16px 0; }
  #NewPricingPlan .checkout-form .pay-button {
    padding-top: 16px; }
    #NewPricingPlan .checkout-form .pay-button .button {
      background-color: #fff;
      color: #1d1f25;
      padding: 12px 24px;
      font-size: 1rem;
      font-weight: 500;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.48), 0 0 2px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
      font-family: 'DM Sans'; }
      #NewPricingPlan .checkout-form .pay-button .button:hover {
        color: #ffffff;
        background-color: #0062cc;
        box-shadow: 0 6px 14px rgba(0, 98, 204, 0.3);
        transform: translateY(-1px); }
  #NewPricingPlan .payment-done {
    display: flex;
    justify-content: center;
    height: -webkit-fill-available; }
    #NewPricingPlan .payment-done .bx {
      width: auto;
      margin: auto;
      padding: 20px;
      border: 1px solid #ddd;
      border-radius: 16px; }
      #NewPricingPlan .payment-done .bx img {
        max-width: 400px; }
      #NewPricingPlan .payment-done .bx h2 {
        font-family: inherit;
        margin-top: 15px; }
      #NewPricingPlan .payment-done .bx p {
        margin-top: 11px;
        margin-bottom: 14px;
        font-family: inherit; }
      #NewPricingPlan .payment-done .bx .button {
        font-family: inherit; }
  #NewPricingPlan .downgrade-warning {
    color: red;
    opacity: 0.7;
    border: 1px solid;
    padding: 8px;
    margin-bottom: 12px;
    border-radius: 6px;
    margin-top: 15px;
    width: 100%; }
    #NewPricingPlan .downgrade-warning p {
      font-size: 16px; }
  #NewPricingPlan .plan-grid {
    display: grid;
    place-items: center; }
  #NewPricingPlan .plan-features-details {
    width: 90%;
    height: auto;
    padding: 10px;
    transition: 0.2s all ease; }
  #NewPricingPlan h2 {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: 'DM Sans';
    color: #5E6C73; }
  #NewPricingPlan .plan-details-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid green;
    border-radius: 5px;
    background: #ffffff;
    padding: 30px 15px;
    gap: 2rem;
    margin-bottom: 1rem; }
    #NewPricingPlan .plan-details-box .plan-box {
      display: flex;
      align-items: center;
      gap: 0.75rem; }
      #NewPricingPlan .plan-details-box .plan-box input[type="radio"] {
        accent-color: green; }
      #NewPricingPlan .plan-details-box .plan-box .plan-title {
        font-weight: 600;
        font-size: 16px;
        font-family: 'DM Sans'; }
      #NewPricingPlan .plan-details-box .plan-box .plan-members {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #5E6C73;
        font-family: 'DM Sans';
        flex-wrap: wrap; }
        #NewPricingPlan .plan-details-box .plan-box .plan-members .amount-line {
          font-size: 14px;
          color: #5E6C73;
          font-family: 'DM Sans' !important; }
    #NewPricingPlan .plan-details-box .save-option {
      font-size: 14px;
      font-weight: 500;
      color: #007aff;
      font-family: 'DM Sans'; }

.payments-section {
  padding: 25px;
  border-radius: 10px; }

@media (max-width: 768px) {
  #NewPricingPlan {
    height: auto; } }

#startupProgram {
  font-size: 15px;
  justify-content: center;
  align-items: center;
  text-align: left;
  display: flex;
  height: 100vh; }
  #startupProgram .address-form .a-item {
    margin-top: 10px; }
    #startupProgram .address-form .a-item .input {
      width: 450px; }
  #startupProgram .payment-checkout-div {
    padding-top: 10px; }
    #startupProgram .payment-checkout-div .checkout-heading {
      padding-bottom: 4px; }
  #startupProgram .checkout-page .checkout-header {
    margin-bottom: 5%;
    font-size: 23px;
    font-weight: 500; }
  #startupProgram .checkout-page .coupon-code-text {
    color: green;
    margin-left: 5px;
    margin-top: 8px;
    font-weight: 600;
    border: 2px solid #ddd;
    border-radius: 9px;
    padding: 5px; }
  #startupProgram .checkout-form .payment-details {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 6px 0 12px;
    max-width: 500px;
    margin-top: 5px; }
  #startupProgram .checkout-form .card-element {
    padding: 16px 0; }
  #startupProgram .checkout-form .pay-button {
    padding-top: 16px; }
  #startupProgram .payment-done {
    display: flex;
    justify-content: center;
    height: -webkit-fill-available; }
    #startupProgram .payment-done .bx {
      width: auto;
      margin: auto;
      padding: 20px;
      border: 1px solid #ddd;
      border-radius: 16px; }
      #startupProgram .payment-done .bx img {
        max-width: 400px; }
      #startupProgram .payment-done .bx h2 {
        font-family: inherit;
        margin-top: 15px; }
      #startupProgram .payment-done .bx p {
        margin-top: 11px;
        margin-bottom: 14px;
        font-family: inherit; }
      #startupProgram .payment-done .bx .button {
        font-family: inherit; }
  #startupProgram .downgrade-warning {
    color: red;
    opacity: 0.7;
    border: 1px solid;
    padding: 8px;
    margin-bottom: 12px;
    border-radius: 6px;
    margin-top: 15px;
    width: 100%; }
    #startupProgram .downgrade-warning p {
      font-size: 16px; }

.publish-template {
  border-radius: unset !important;
  margin-bottom: 20px; }

#publish-root {
  background: #292a3e !important;
  color: #fff; }
  #publish-root .template-header {
    padding-top: 88px; }
  #publish-root #sidebar-bx .sidebar-title {
    margin-bottom: 32px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff; }
    #publish-root #sidebar-bx .sidebar-title h2 {
      font-size: 16px; }
  #publish-root #sidebar-bx .cardPreview-text {
    font-size: 11px;
    line-height: 1.5;
    color: #fff;
    cursor: text;
    opacity: .75;
    margin-bottom: 8px; }
  #publish-root #sidebar-bx .tem-card {
    margin: auto;
    max-width: 280px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
    /* border-radius: 10px; */
    border-radius: 7px;
    cursor: pointer;
    align-items: center;
    width: auto;
    transition: 0.2s all ease;
    margin-bottom: 16px; }
    #publish-root #sidebar-bx .tem-card img {
      border-radius: 10px 10px 0px 0px;
      width: 100%;
      height: 150px;
      object-fit: cover; }
    #publish-root #sidebar-bx .tem-card .item-sec {
      padding: 8px 8px 0px; }
      #publish-root #sidebar-bx .tem-card .item-sec .item-title {
        margin-top: 9px;
        font-size: 16px;
        font-weight: 800;
        color: #525252;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      #publish-root #sidebar-bx .tem-card .item-sec p.item-caption {
        color: #909090;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 13px;
        color: #686868; }
        #publish-root #sidebar-bx .tem-card .item-sec p.item-caption span {
          font-size: 14px !important; }
      #publish-root #sidebar-bx .tem-card .item-sec .img-sec {
        position: relative;
        width: 50px;
        height: 50px;
        margin: 0px auto 10px auto; }
        #publish-root #sidebar-bx .tem-card .item-sec .img-sec img.avatar {
          margin: 0 auto;
          width: 20px;
          height: 20px;
          margin-bottom: 10px;
          border-radius: 100%; }
    @media screen and (max-width: 500px) {
      #publish-root #sidebar-bx .tem-card {
        width: 80% !important; } }
  #publish-root #sidebar-bx .tem-card2 {
    margin-top: 12px;
    max-width: 316px;
    max-height: 250px;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0);
    border-radius: 7px;
    cursor: pointer;
    align-items: center;
    width: auto;
    transition: 0.2s all ease; }
    #publish-root #sidebar-bx .tem-card2 ul.mc-dropdown {
      position: relative;
      z-index: 100; }
      #publish-root #sidebar-bx .tem-card2 ul.mc-dropdown li {
        display: block; }
        #publish-root #sidebar-bx .tem-card2 ul.mc-dropdown li a {
          padding: 14px 10px;
          display: block;
          display: flex !important;
          align-items: center;
          font-weight: 600;
          color: #212121;
          font-size: 13px;
          padding: 6px 10px; }
          #publish-root #sidebar-bx .tem-card2 ul.mc-dropdown li a:hover {
            background: #f8f8f8; }
          #publish-root #sidebar-bx .tem-card2 ul.mc-dropdown li a i {
            margin-right: 10px;
            margin-left: 6px; }
          #publish-root #sidebar-bx .tem-card2 ul.mc-dropdown li a .mc-menu-icon {
            margin-right: 6px;
            font-size: 14px; }
    @media screen and (max-width: 500px) {
      #publish-root #sidebar-bx .tem-card2 {
        width: 80% !important; } }
  #publish-root #sidebar-bx .tempcard-content {
    cursor: pointer;
    display: block;
    border: 2px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 16px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.1);
    line-height: 1.25; }
    #publish-root #sidebar-bx .tempcard-content .itemImg-content {
      background-position: center center;
      background-size: cover;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      border-top-right-radius: 3px;
      border-top-left-radius: 3px;
      background-color: rgba(0, 0, 0, 0.1); }
      #publish-root #sidebar-bx .tempcard-content .itemImg-content .logo-img {
        filter: brightness(0) invert(1);
        opacity: .5; }
    #publish-root #sidebar-bx .tempcard-content .itemInfo {
      background-color: #fff;
      color: #1f1f1f;
      padding: 16px;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px; }
      #publish-root #sidebar-bx .tempcard-content .itemInfo .itemTitle {
        font-weight: 700;
        font-size: 19.2px;
        margin-bottom: 8px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.25; }
      #publish-root #sidebar-bx .tempcard-content .itemInfo .selected-catg {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 8px; }
        #publish-root #sidebar-bx .tempcard-content .itemInfo .selected-catg .selectedCatg-text {
          display: inline-block;
          margin-right: 8px;
          font-size: 9px;
          font-weight: 700;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          text-transform: uppercase;
          letter-spacing: .1em;
          color: #292a3e; }
      #publish-root #sidebar-bx .tempcard-content .itemInfo .itemDesc {
        max-height: 4.8em;
        opacity: .5;
        margin-bottom: 16px;
        overflow: hidden;
        position: relative;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 1.6; }
      #publish-root #sidebar-bx .tempcard-content .itemInfo .itemUser-info {
        display: flex;
        align-items: center;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.25; }
        #publish-root #sidebar-bx .tempcard-content .itemInfo .itemUser-info .userImg {
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          border-radius: 50%;
          margin-right: 8px; }
  #publish-root #sidebar-bx .publish-Stack {
    width: 100%;
    margin-bottom: 2rem; }
  @media screen and (max-width: 761px) {
    #publish-root #sidebar-bx {
      text-align: center; } }
  #publish-root #templateDetails {
    padding-left: 4rem; }
    #publish-root #templateDetails .header-template {
      font-size: 28px;
      line-height: 1.2em;
      font-weight: 500;
      text-transform: capitalize;
      font-family: 'Roboto Slab', serif !important; }
    #publish-root #templateDetails .heading-template {
      font-size: 32px;
      font-weight: 500;
      margin-bottom: 32px;
      display: block;
      color: #fff;
      cursor: text; }
      #publish-root #templateDetails .heading-template .stack-name {
        outline: 0;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        border-color: rgba(255, 255, 255, 0.25);
        border-width: 3px;
        color: #fff;
        padding-bottom: 2.24px;
        cursor: pointer; }
        #publish-root #templateDetails .heading-template .stack-name:hover {
          border-color: rgba(255, 255, 255, 0.8);
          color: rgba(255, 255, 255, 0.8); }
    #publish-root #templateDetails .error {
      margin: 10px 0px;
      color: red;
      font-size: 15px; }
    #publish-root #templateDetails .image-cover {
      height: 200px;
      margin-top: 10px;
      margin-bottom: 15px;
      border-radius: 5px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: rgba(255, 255, 255, 0.05);
      cursor: pointer;
      transition: 0.2s all ease;
      border: 2px solid #909090;
      border-color: rgba(255, 255, 255, 0.25);
      border-style: dashed; }
      #publish-root #templateDetails .image-cover .attachment-bx {
        margin-top: 10px;
        display: flex;
        flex-direction: column; }
        #publish-root #templateDetails .image-cover .attachment-bx .action-btn {
          font-size: 13px;
          font-weight: bold;
          position: relative;
          height: fit-content !important;
          width: fit-content;
          margin: 0px auto 10px auto;
          font-weight: 500;
          cursor: pointer;
          width: max-content;
          margin-top: 70px;
          align-items: center;
          justify-content: center;
          right: 20px;
          color: #fff; }
        #publish-root #templateDetails .image-cover .attachment-bx input {
          display: none; }
        #publish-root #templateDetails .image-cover .attachment-bx .file-drop-target {
          margin-top: 10px;
          display: flex;
          flex-direction: column; }
        #publish-root #templateDetails .image-cover .attachment-bx .file-drop-dragging-over-frame {
          padding: 5px !important;
          min-height: 70px; }
        #publish-root #templateDetails .image-cover .attachment-bx .file-drop-dragging-over-target {
          padding: 5px !important;
          min-height: 70px; }
    #publish-root #templateDetails .img-cover {
      width: 100%;
      line-height: 1.25;
      margin-bottom: 20px; }
      #publish-root #templateDetails .img-cover .file-drop .file-drop-target input {
        display: none; }
      #publish-root #templateDetails .img-cover .imgCover-bx {
        height: 240px;
        border-style: dashed;
        position: relative;
        border-width: 2px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        color: #fff;
        border-color: rgba(255, 255, 255, 0.25);
        box-shadow: 0 0 0 2px transparent;
        background-color: rgba(255, 255, 255, 0.05); }
      #publish-root #templateDetails .img-cover .imgCover-content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0; }
      #publish-root #templateDetails .img-cover .imgCover-info {
        background-position: center center;
        background-size: cover;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px; }
        #publish-root #templateDetails .img-cover .imgCover-info .action-btn {
          opacity: .5;
          text-align: center; }
          #publish-root #templateDetails .img-cover .imgCover-info .action-btn .coverLogo-img {
            filter: brightness(0) invert(1); }
          #publish-root #templateDetails .img-cover .imgCover-info .action-btn .addfile-text {
            margin: 8px; }
      #publish-root #templateDetails .img-cover .imgCoverBox {
        height: 240px;
        position: relative;
        cursor: pointer;
        box-sizing: border-box;
        display: flex;
        border-radius: 6px;
        box-shadow: 0 0 0 2px transparent;
        background-color: rgba(255, 255, 255, 0.05); }
    #publish-root #templateDetails .publish-title {
      color: #fff;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
      line-height: 1.5;
      opacity: .75; }
      #publish-root #templateDetails .publish-title h2 {
        font-size: 16px; }
      #publish-root #templateDetails .publish-title .publishTitle-text {
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1.5; }
      #publish-root #templateDetails .publish-title .text-desc {
        font-size: 11px; }
    #publish-root #templateDetails .publish-template input {
      border: 1px solid #ccc; }
    #publish-root #templateDetails .publish-template ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #797979;
      font-weight: 800; }
    #publish-root #templateDetails .category-cover {
      display: flex;
      flex-wrap: wrap;
      line-height: 1.5;
      margin-bottom: 32px; }
      #publish-root #templateDetails .category-cover .rounded {
        border-radius: 3px;
        flex: none;
        font-weight: 500;
        margin-bottom: .3rem;
        margin-right: .2rem;
        /* font-size: larger; */
        cursor: pointer;
        display: inline-block;
        transition: .085s all ease-in; }
      #publish-root #templateDetails .category-cover .rounded:hover {
        border-radius: 3px;
        text-decoration: underline; }
      #publish-root #templateDetails .category-cover .selected {
        background: #E0E1E2 none;
        border-radius: 3px;
        text-decoration: underline;
        color: black; }
      #publish-root #templateDetails .category-cover .category-text {
        padding: 2px 5px;
        cursor: pointer;
        margin: 0 8px 8px 0;
        border-radius: 3px;
        font-weight: 500;
        color: #fff;
        line-height: 1.25;
        transition: .085s all ease-in;
        background-color: rgba(0, 0, 0, 0.25); }
        #publish-root #templateDetails .category-cover .category-text:hover {
          opacity: .85; }
      #publish-root #templateDetails .category-cover .selected-category {
        background-color: #7c37ef; }
    #publish-root #templateDetails .publish-btn {
      background-color: #166ee1;
      border-radius: 6px; }
    #publish-root #templateDetails .publishStack-content {
      width: 100%; }
  #publish-root .publishStack-text {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-right: 16px;
    padding: 8px 16px;
    border-radius: 3px;
    background-color: #166ee1;
    color: #fff;
    line-height: 1.25;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
  #publish-root .publishLink-quite {
    opacity: .25;
    pointer-events: none; }
  #publish-root .publishLink-btn:hover {
    opacity: .85; }
  #publish-root .publish-delete {
    color: #fff;
    outline: 0;
    opacity: .5;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-weight: 500;
    line-height: 1.25; }
    #publish-root .publish-delete:hover {
      opacity: .85; }
    #publish-root .publish-delete .publishDlt-icon {
      fill: #fff;
      margin: 0;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center; }
    #publish-root .publish-delete .publishDlt-text {
      margin-left: 8px;
      font-weight: 500; }

#select-stack-root {
  background: #292a3e !important;
  color: #fff;
  min-height: 100vh;
  height: fit-content; }
  #select-stack-root .template-header {
    padding-top: 88px; }
  #select-stack-root .stack-choose {
    cursor: text;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important; }
  #select-stack-root .workspace-root {
    margin-bottom: 20px;
    margin-top: 20px; }
    #select-stack-root .workspace-root .w-details {
      margin-bottom: 5px;
      font-size: 16px;
      font-weight: bold; }
    #select-stack-root .workspace-root .stack-item {
      display: flex;
      margin-bottom: 10px;
      border-radius: 5px;
      cursor: pointer;
      position: relative;
      background: #fff;
      color: black;
      transition: all 0.1s ease-in-out;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out; }
      #select-stack-root .workspace-root .stack-item:hover {
        background: #D3D3D3; }
        #select-stack-root .workspace-root .stack-item:hover .name {
          height: fit-content;
          margin: auto 7px; }
      #select-stack-root .workspace-root .stack-item .name {
        height: fit-content;
        margin: auto 7px; }

#profileEdit-root {
  background: #fff !important; }
  #profileEdit-root .container {
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
  #profileEdit-root .profile-frame {
    background-size: cover;
    overflow: hidden;
    transition: all .5s ease; }
  #profileEdit-root .logo {
    margin-top: 10px;
    opacity: 1;
    text-align: center;
    transition: all .5s ease; }
    #profileEdit-root .logo h1 {
      font-size: 20px;
      color: #656565; }
  #profileEdit-root img.img-responsive {
    height: 80px !important;
    width: 250px !important;
    cursor: pointer; }
  #profileEdit-root .profile-sign {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    padding: 20px 37px 0 37px;
    transition: opacity .5s ease, transform .5s ease;
    overflow: hidden; }
  #profileEdit-root .profile-label {
    margin-bottom: 10px;
    font-size: 16px;
    color: #797979;
    font-weight: 800; }
    #profileEdit-root .profile-label h2 {
      font-size: 16px; }
  #profileEdit-root .profile-input {
    width: 100%;
    height: 36px;
    padding-left: 15px;
    border: 1px solid #c3c3c3;
    border-radius: 8px;
    margin-bottom: 20px; }
  #profileEdit-root .profile-sign input, #profileEdit-root .profile-sign textarea {
    font-size: 15px;
    border: 1px solid #ccc; }
  #profileEdit-root .profile-sign ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #797979; }
  @media screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #profileEdit-root .profile-frame {
      width: 100%;
      background-size: cover;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden;
      transition: all .5s ease; } }

#templateDetails .user-bx {
  display: flex;
  padding: 7px;
  background: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 10px; }
  #templateDetails .user-bx img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 100px;
    border: 1px solid #ccc; }
  #templateDetails .user-bx .details {
    height: -webkit-fill-available;
    margin: auto 0; }
  #templateDetails .user-bx .icon-arrow {
    margin-left: auto;
    margin: auto;
    margin-right: 0; }
    #templateDetails .user-bx .icon-arrow:hover {
      cursor: pointer; }

#templateDetails .header-template {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 500;
  font-family: 'Roboto Slab', serif !important; }

#templateDetails .cover-image {
  height: 268px;
  margin: 30px 0;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #909090; }
  #templateDetails .cover-image .show {
    height: -webkit-fill-available;
    background: #52525270; }
    #templateDetails .cover-image .show svg:hover {
      cursor: pointer; }
  #templateDetails .cover-image:hover .show {
    display: block; }

#templateDetails .description {
  margin-top: 18px;
  text-align: justify;
  font-size: 14px; }

#templateDetails .apply-btn {
  width: 100%;
  margin-bottom: 10px;
  right: 0; }

#templateDetails .temp-description {
  cursor: pointer !important;
  font-size: 1rem !important;
  letter-spacing: 0.6px;
  color: #4d4d4d;
  line-height: 1.5;
  margin-top: 10px;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  #templateDetails .temp-description ul, #templateDetails .temp-description ol {
    margin-left: 15px; }
  #templateDetails .temp-description li {
    /* font-size: 15px !important; */
    font-size: 1rem !important;
    letter-spacing: 0.6px;
    color: #ffff;
    line-height: 1.5;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  #templateDetails .temp-description span {
    /* font-size: 15px !important; */
    font-size: 1rem !important;
    letter-spacing: 0.6px;
    color: #4d4d4d;
    line-height: 1.5;
    margin-top: 10px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  #templateDetails .temp-description p {
    font-size: 1rem !important;
    letter-spacing: 0.6px;
    color: white !important;
    line-height: 1.5;
    margin-top: 10px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }

#templateDetails .demo-editor {
  width: 100%;
  line-height: initial;
  cursor: pointer !important; }
  #templateDetails .demo-editor ul, #templateDetails .demo-editor ol {
    margin-left: 15px; }
  #templateDetails .demo-editor span {
    font-size: 15px !important;
    letter-spacing: 0.6px;
    color: #4d4d4d; }

#templateDetails .home-button {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 12px; }
  #templateDetails .home-button .home-button-btn {
    background: rgba(0, 0, 0, 0.25);
    color: white;
    margin-right: 5px;
    min-width: 44px;
    border-radius: 3px;
    line-height: 1.25; }
  #templateDetails .home-button .useTemplate-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 100%;
    line-height: 1.5;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
    margin: 0px !important;
    font-weight: 500 !important;
    background-color: #166ee1 !important;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }

.template-header {
  padding-top: 88px; }

.search-template {
  border-radius: unset !important;
  margin-bottom: 20px; }

#profile-root {
  background: #fff !important; }
  #profile-root #sidebar-bx .search-template input {
    border: 1px solid #ccc; }
  #profile-root #sidebar-bx .search-template ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #797979;
    opacity: 1;
    /* Firefox */ }
  #profile-root #sidebar-bx .sidebar-title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: #797979; }
    #profile-root #sidebar-bx .sidebar-title h2 {
      font-size: 16px; }
  @media screen and (max-width: 761px) {
    #profile-root #sidebar-bx {
      text-align: center; } }
  #profile-root #profileDetails .form {
    display: flex;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 10px; }
    #profile-root #profileDetails .form .fields {
      border-right: 2px solid #eeeeee;
      margin-right: 15px; }
    #profile-root #profileDetails .form .img-sec {
      position: relative;
      width: 100px;
      height: 100px;
      margin-right: 18px; }
      #profile-root #profileDetails .form .img-sec img.avatar {
        margin: 0 auto;
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
        border-radius: 100%; }
    #profile-root #profileDetails .form .firstrows {
      width: -webkit-fill-available; }

.search-template {
  border-radius: unset !important;
  margin-bottom: 20px; }

#makerCommunity-root {
  background: #292a3e;
  color: #d8d8d8;
  box-sizing: border-box; }
  #makerCommunity-root .select-wappper {
    display: flex;
    width: 100%;
    margin-top: 15px;
    padding: 0 15px; }
    #makerCommunity-root .select-wappper div {
      padding: 6px 27px;
      border: 1px solid;
      border-radius: 42px;
      margin-right: 10px;
      cursor: pointer; }
    #makerCommunity-root .select-wappper .selected {
      background-color: #2185D0;
      color: #FFFFFF;
      border: none;
      cursor: pointer; }
    #makerCommunity-root .select-wappper .template-delete-sure {
      z-index: 1000;
      background: #fff;
      border: 1px solid #ddd;
      padding: 20px;
      width: 250px;
      left: 123px;
      border-radius: 4px;
      font-size: 13px;
      bottom: 53px;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: fit-content; }
      #makerCommunity-root .select-wappper .template-delete-sure .content {
        margin-bottom: 10px;
        font-weight: 500;
        line-height: 20px; }
        #makerCommunity-root .select-wappper .template-delete-sure .content p {
          margin: 12px 0px !important; }
    #makerCommunity-root .select-wappper .tp-delete-align-right {
      background-color: aqua;
      left: calc(100% - 267px) !important; }
  #makerCommunity-root .StackbyOne-templates {
    box-sizing: border-box; }
  #makerCommunity-root .category-cover {
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    line-height: 1.5;
    width: 280px;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 0 64px 0 0; }
    #makerCommunity-root .category-cover .publish-btn {
      margin-right: 0;
      background-color: #166ee1;
      color: #fff;
      font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
    #makerCommunity-root .category-cover .input {
      width: 100%;
      margin-bottom: 10px; }
    #makerCommunity-root .category-cover .rounded {
      border-radius: 3px;
      flex: none;
      font-weight: 500;
      margin-bottom: .5rem;
      margin-right: .5rem;
      color: #d8d8d8;
      font-size: 14.7px;
      cursor: pointer;
      transition: .085s all ease-in; }
    #makerCommunity-root .category-cover .rounded:hover {
      border-radius: 3px;
      text-decoration: underline; }
    #makerCommunity-root .category-cover .selected {
      border-radius: 3px;
      text-decoration: underline; }
  #makerCommunity-root .one-header {
    font-weight: 500;
    margin-bottom: .5rem;
    margin-right: .5rem;
    color: #d8d8d8;
    font-size: larger;
    margin-left: 12px;
    font-size: 17px;
    cursor: pointer;
    transition: .085s all ease-in; }
  #makerCommunity-root .top-brand {
    text-align: center;
    margin: 31px 0px; }
  #makerCommunity-root .featured-category .item {
    background: #fff;
    color: #343446;
    margin: 12px;
    border-radius: 4px;
    padding: 8px;
    text-align: center;
    text-align: center;
    font-weight: 500;
    font-size: larger;
    cursor: pointer;
    transition: .085s all ease-in; }
  #makerCommunity-root .new-templates {
    margin-top: 20px;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    #makerCommunity-root .new-templates .bx {
      display: flex;
      overflow: scroll auto;
      margin: 0px 14px; }
      #makerCommunity-root .new-templates .bx .item {
        width: 250px;
        margin-right: 10px;
        margin-bottom: 5px; }
    #makerCommunity-root .new-templates ::-webkit-scrollbar {
      width: 10px;
      background-color: transparent; }
    #makerCommunity-root .new-templates ::-webkit-scrollbar-track {
      background: #000; }
    #makerCommunity-root .new-templates ::-webkit-scrollbar-thumb {
      background: #888; }
    #makerCommunity-root .new-templates ::-webkit-scrollbar-thumb:hover {
      background: #555; }
    #makerCommunity-root .new-templates .templates-empty {
      width: 250px;
      justify-content: center;
      text-align: center;
      margin-top: 10vh;
      margin-bottom: 10vh;
      align-items: center;
      flex: 1;
      font-size: 14.4px;
      font-weight: 500;
      display: flex;
      flex-direction: column; }
      #makerCommunity-root .new-templates .templates-empty img {
        width: 30%;
        margin-bottom: 10px; }
      #makerCommunity-root .new-templates .templates-empty .tempEmpty-content {
        opacity: .75; }
    #makerCommunity-root .new-templates .temp-empty {
      font-size: 14.4px;
      text-align: center;
      width: 100%;
      color: #fff;
      padding: 128px 32px; }
      #makerCommunity-root .new-templates .temp-empty .tempEmpty-content {
        opacity: .75; }
        #makerCommunity-root .new-templates .temp-empty .tempEmpty-content .findTemp {
          font-weight: 500; }
        #makerCommunity-root .new-templates .temp-empty .tempEmpty-content .templatesLink {
          font-weight: 500;
          color: #166ee1; }
      #makerCommunity-root .new-templates .temp-empty img {
        width: 30%;
        margin-bottom: 10px; }
  #makerCommunity-root .templates-bx {
    width: 100% !important;
    display: none; }
    #makerCommunity-root .templates-bx .templates-empty {
      height: 27vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      margin-top: 25vh;
      align-items: center;
      flex: 1;
      font-size: 15px;
      font-weight: 500; }
      #makerCommunity-root .templates-bx .templates-empty img {
        width: 30%;
        margin-bottom: 10px; }
  #makerCommunity-root .profile-sign .profile-label {
    width: 100%; }
  #makerCommunity-root .profile-sign .profile-input {
    width: 100%;
    padding: 5px;
    border-color: #ccc;
    border-radius: 5px; }
  #makerCommunity-root .profile-sign .textarea {
    width: 100%;
    padding: 5px;
    border-color: #ccc;
    border-radius: 5px; }
  #makerCommunity-root .user-profile {
    padding-bottom: 10px; }
    #makerCommunity-root .user-profile .user-img-box {
      width: 100px; }
      #makerCommunity-root .user-profile .user-img-box img {
        border-radius: 50px;
        height: 60px;
        width: 60px;
        margin: 5px;
        border: 2px solid #ccc; }
    #makerCommunity-root .user-profile .details {
      height: fit-content;
      margin: auto 0;
      margin-left: 12px; }
      #makerCommunity-root .user-profile .details .profile-edit {
        color: #3e85d0;
        font-weight: bold;
        cursor: pointer; }
    #makerCommunity-root .user-profile .action {
      height: max-content;
      margin: auto 0;
      margin-left: auto; }
  #makerCommunity-root .tem-card {
    margin: auto;
    max-width: 316px;
    max-height: 230px;
    background: #fff;
    /* box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2); */
    /* border-radius: 10px; */
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    cursor: pointer;
    align-items: center;
    width: auto;
    /* border: 2px solid #f5f5f5; */
    transition: 0.2s all ease; }
    #makerCommunity-root .tem-card .view-use-details {
      color: #525252;
      padding: 8px;
      padding-top: 0px; }
    #makerCommunity-root .tem-card .user-name {
      display: flex;
      align-items: center;
      padding: 8px 10px;
      color: #6f6f6f;
      padding-top: 0px; }
    #makerCommunity-root .tem-card .circular.avatar {
      width: 40px;
      height: 40px;
      border-radius: 29px;
      margin-top: -26px;
      margin-left: 10px;
      border: 1px solid #d8d8d8; }
    #makerCommunity-root .tem-card img {
      border-radius: 10px 10px 0px 0px;
      width: 100%;
      height: 110px;
      object-fit: cover; }
    #makerCommunity-root .tem-card .action-btn {
      position: absolute;
      top: 20px;
      right: 32px;
      display: flex; }
      #makerCommunity-root .tem-card .action-btn .status {
        padding: 4px 6px;
        background: #55bb15;
        color: #fff;
        border-radius: 36px;
        margin-right: 5px;
        height: fit-content;
        line-height: 1;
        margin-top: auto;
        margin-bottom: auto; }
    #makerCommunity-root .tem-card .item-sec {
      padding: 10px;
      padding-bottom: 0px; }
      #makerCommunity-root .tem-card .item-sec .item-title {
        font-size: 16px;
        /* color: #212121; */
        font-weight: 800;
        color: #525252;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        /* font-family: Roboto; */
        /* font-weight: 900; */ }
      #makerCommunity-root .tem-card .item-sec p.item-caption {
        margin-top: 8px;
        color: #909090;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        height: 36px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 13px;
        color: #686868; }
        #makerCommunity-root .tem-card .item-sec p.item-caption span {
          font-size: 14px !important; }
    #makerCommunity-root .tem-card .img-sec {
      position: relative;
      width: 50px;
      height: 50px;
      margin: 0px auto 10px auto; }
      #makerCommunity-root .tem-card .img-sec img.avatar {
        margin: 0 auto;
        width: 20px;
        height: 20px;
        margin-bottom: 10px;
        border-radius: 100%; }
    #makerCommunity-root .tem-card:hover {
      opacity: 0.8; }
    @media screen and (max-width: 500px) {
      #makerCommunity-root .tem-card {
        width: 80% !important; } }
  #makerCommunity-root #sidebar-bx .search-template input {
    border: 1px solid #ccc; }
  #makerCommunity-root #sidebar-bx .search-template ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #797979;
    opacity: 1;
    /* Firefox */ }
  #makerCommunity-root #sidebar-bx .sidebar-title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: #797979; }
    #makerCommunity-root #sidebar-bx .sidebar-title h2 {
      font-size: 16px; }
  @media screen and (max-width: 761px) {
    #makerCommunity-root #sidebar-bx {
      text-align: center; } }
  #makerCommunity-root #profileDetails .form {
    display: flex;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 10px; }
    #makerCommunity-root #profileDetails .form .fields {
      border-right: 2px solid #eeeeee;
      margin-right: 15px; }
    #makerCommunity-root #profileDetails .form .img-sec {
      position: relative;
      width: 100px;
      height: 100px;
      margin-right: 18px; }
      #makerCommunity-root #profileDetails .form .img-sec img.avatar {
        margin: 0 auto;
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
        border-radius: 100%; }
    #makerCommunity-root #profileDetails .form .firstrows {
      width: -webkit-fill-available; }
  #makerCommunity-root .profile {
    display: flex;
    align-items: center; }
    #makerCommunity-root .profile .profile-detail {
      margin-left: 100px; }
  #makerCommunity-root .profile-frame {
    width: 450px;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 25px;
    margin: auto;
    background: #fff; }
    #makerCommunity-root .profile-frame .profile-pic {
      display: flex;
      justify-content: center;
      margin-bottom: 17px; }
      #makerCommunity-root .profile-frame .profile-pic .img-sec {
        position: relative;
        width: 100px;
        height: 100px;
        margin-right: 18px; }
        #makerCommunity-root .profile-frame .profile-pic .img-sec .avatar sb-avatar__text {
          border-radius: 100%; }
        #makerCommunity-root .profile-frame .profile-pic .img-sec .sb-avatar__text {
          border-radius: 100%; }
        #makerCommunity-root .profile-frame .profile-pic .img-sec img.avatar {
          margin: 0 auto;
          width: 100px;
          height: 100px;
          margin-bottom: 10px;
          border-radius: 100%; }
        #makerCommunity-root .profile-frame .profile-pic .img-sec .edit-icon {
          background: #0096FF;
          color: #fff;
          right: 0;
          bottom: 0px;
          position: absolute;
          height: 32px;
          width: 32px;
          border-radius: 100%;
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
          cursor: pointer; }
          #makerCommunity-root .profile-frame .profile-pic .img-sec .edit-icon i {
            margin: 0 auto; }
    #makerCommunity-root .profile-frame .account-link {
      cursor: pointer;
      border-bottom: 2px solid rgba(0, 0, 0, 0.1);
      margin-left: 4px;
      color: #212121;
      padding-bottom: 1px;
      opacity: 0.8; }
      #makerCommunity-root .profile-frame .account-link:hover {
        border-color: #212121;
        opacity: 0.8; }
  #makerCommunity-root .home-button {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 12px; }
    #makerCommunity-root .home-button .home-button-btn {
      background: rgba(0, 0, 0, 0.25);
      color: white;
      margin-right: 5px;
      min-width: 44px;
      border-radius: 3px;
      line-height: 1.25; }
    #makerCommunity-root .home-button .tempSearch-content {
      display: flex;
      width: 100%;
      font-size: 14.4px; }
      #makerCommunity-root .home-button .tempSearch-content .search-label {
        position: relative;
        width: 100%;
        line-height: 1.25; }
        #makerCommunity-root .home-button .tempSearch-content .search-label .search-content {
          width: 30px;
          opacity: .5;
          position: absolute;
          top: 0;
          bottom: 0;
          display: flex;
          align-items: center;
          justify-content: center; }
          #makerCommunity-root .home-button .tempSearch-content .search-label .search-content .search-icon {
            color: #fff;
            fill: #fff; }
        #makerCommunity-root .home-button .tempSearch-content .search-label .search-input {
          background-color: rgba(255, 255, 255, 0.05);
          border: 2px solid rgba(0, 0, 0, 0);
          outline: 0;
          color: #fff;
          margin: 0px;
          border-radius: 3px;
          width: 100%;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          #makerCommunity-root .home-button .tempSearch-content .search-label .search-input:focus {
            border: 2px solid rgba(0, 0, 0, 0.25) !important; }
        #makerCommunity-root .home-button .tempSearch-content .search-label .searchClose-btn {
          width: 30px;
          border: 2px solid rgba(0, 0, 0, 0);
          opacity: .5;
          position: absolute;
          margin: 0;
          top: 0;
          bottom: 0;
          right: 0;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: center;
          box-sizing: border-box;
          background-color: #f0f0f0;
          padding: 1px 5px; }
          #makerCommunity-root .home-button .tempSearch-content .search-label .searchClose-btn:hover {
            opacity: .85; }
          #makerCommunity-root .home-button .tempSearch-content .search-label .searchClose-btn .close-icon {
            opacity: .75; }
  #makerCommunity-root .category-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    color: #fff;
    line-height: 1.25; }
    #makerCommunity-root .category-content .category-info {
      overflow: auto; }
      #makerCommunity-root .category-content .category-info .category-header {
        opacity: .75;
        font-size: 9px;
        text-transform: uppercase;
        letter-spacing: .1em;
        margin: 8px 0;
        cursor: text; }
      #makerCommunity-root .category-content .category-info .category-text {
        line-height: 1.5;
        margin-bottom: 6px; }
        #makerCommunity-root .category-content .category-info .category-text .category-link {
          font-size: 12.8px;
          outline: 0;
          opacity: .75;
          color: #fff;
          cursor: pointer;
          display: inline-block; }
          #makerCommunity-root .category-content .category-info .category-text .category-link:hover {
            opacity: 1; }
  #makerCommunity-root .tempheader-content {
    margin: 16px 0 32px 16px;
    max-width: 512px; }
    #makerCommunity-root .tempheader-content .tempheader-info {
      max-width: 512px;
      row-gap: 20px;
      display: flex;
      flex-direction: column;
      line-height: 1.25; }
      #makerCommunity-root .tempheader-content .tempheader-info .tempheader-text {
        font-size: 36px;
        font-weight: 500;
        color: #333333;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
  #makerCommunity-root .temp-bx {
    width: 100%;
    line-height: 1.25;
    margin-top: 24px; }
    #makerCommunity-root .temp-bx .temp-content {
      position: relative;
      display: flex;
      flex-wrap: wrap; }
      #makerCommunity-root .temp-bx .temp-content .temp-div {
        width: 33.33333%;
        box-sizing: border-box;
        animation-name: opacityFadeIn;
        animation-duration: 400ms; }
        #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info {
          padding: 0px 16px 32px;
          width: 100%; }
          #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info .selectedtemp-link {
            text-decoration: none;
            color: #1f1f1f;
            outline: 0;
            display: block;
            border-radius: 6px;
            margin-bottom: 8px;
            width: 100%;
            transition: .085s all ease-in;
            box-shadow: 0 0 0 5px transparent; }
            #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info .selectedtemp-link:hover {
              background-color: rgba(0, 0, 0, 0.5); }
            #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info .selectedtemp-link:hover, #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info .selectedtemp-link:focus {
              box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.5); }
            #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info .selectedtemp-link .tempImg-content {
              height: 170px;
              background-position: center center;
              background-size: cover;
              position: relative;
              border-radius: 6px;
              width: 100%;
              background-color: rgba(0, 0, 0, 0.1); }
              #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info .selectedtemp-link .tempImg-content .userImg-info {
                position: absolute;
                top: 0;
                right: 0;
                padding: 16px 8px 8px; }
                #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info .selectedtemp-link .tempImg-content .userImg-info .userImg {
                  width: 24px;
                  height: 24px;
                  background-position: center center;
                  background-size: cover;
                  border-radius: 50%;
                  margin-right: 8px;
                  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
            #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info .selectedtemp-link .temp-desc {
              padding-top: 8px;
              width: 100%;
              color: #fff; }
              #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info .selectedtemp-link .temp-desc .temp-heading {
                font-size: 22.4px;
                font-weight: 500;
                line-height: 1.125;
                margin-bottom: 4px;
                font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
              #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info .selectedtemp-link .temp-desc .tempUser-info {
                display: flex;
                align-items: center;
                margin-bottom: 4px; }
                #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info .selectedtemp-link .temp-desc .tempUser-info .user-text {
                  opacity: .75;
                  max-width: 100%;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  flex: 1 1 auto;
                  min-width: 0;
                  min-height: 0; }
      #makerCommunity-root .temp-bx .temp-content .templates-empty {
        height: 27vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-top: 25vh;
        align-items: center;
        flex: 1;
        font-size: 14.4px;
        font-weight: 500; }
        #makerCommunity-root .temp-bx .temp-content .templates-empty img {
          width: 30%;
          margin-bottom: 10px; }
        #makerCommunity-root .temp-bx .temp-content .templates-empty .tempEmpty-content {
          opacity: .75; }
      #makerCommunity-root .temp-bx .temp-content .temp-empty {
        font-size: 14.4px;
        text-align: center;
        width: 100%;
        color: #fff;
        padding: 128px 32px; }
        #makerCommunity-root .temp-bx .temp-content .temp-empty .tempEmpty-content {
          opacity: .75; }
          #makerCommunity-root .temp-bx .temp-content .temp-empty .tempEmpty-content .findTemp {
            font-weight: 500; }
          #makerCommunity-root .temp-bx .temp-content .temp-empty .tempEmpty-content .templatesLink {
            font-weight: 500;
            color: #166ee1; }
        #makerCommunity-root .temp-bx .temp-content .temp-empty img {
          width: 30%;
          margin-bottom: 10px; }

@keyframes opacityFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  #makerCommunity-root .custom-button {
    height: 32px;
    font-size: 13px;
    line-height: 22px;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
    padding: 0 12px;
    border-radius: 6px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
    #makerCommunity-root .custom-button .btn-text {
      transform: translateY(-0.5px);
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 13px;
      font-weight: 500; }
  #makerCommunity-root .primary-btn-css {
    font-weight: 500;
    color: #fff;
    background-color: #166ee1;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    #makerCommunity-root .primary-btn-css:hover {
      background-color: #166ee1;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  #makerCommunity-root .customCancel-btn {
    background-color: transparent;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    #makerCommunity-root .customCancel-btn:hover {
      background: none;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

.powerups-root {
  background: #fff;
  height: 100vh; }
  .powerups-root .power-header-image {
    padding: 25px 0px; }
  .powerups-root .sidebar-bx .sidebar-title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: #797979; }
    .powerups-root .sidebar-bx .sidebar-title h2 {
      font-size: 16px;
      font-weight: bold; }
  .powerups-root .sidebar-bx .sidebar-items .active-category {
    text-decoration: underline;
    font-weight: bold; }
  @media screen and (max-width: 761px) {
    .powerups-root .sidebar-bx {
      text-align: center; } }
  .powerups-root .powerup {
    width: 100% !important; }
    .powerups-root .powerup .stack-links {
      font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important; }
      .powerups-root .powerup .stack-links ul {
        margin-top: 12px;
        list-style: none;
        -ms-box-orient: horizontal;
        display: flex;
        /* -webkit-justify-content: space-between;  */
        justify-content: space-between;
        width: 100%; }
      .powerups-root .powerup .stack-links .title {
        color: #212121;
        font-size: 15px !important;
        font-size: larger;
        font-weight: bold;
        padding-left: 17px;
        border-bottom: 1px solid #ddd;
        text-transform: uppercase;
        padding: 12px 12px 12px 12px;
        letter-spacing: 1px;
        display: flex;
        justify-content: space-between; }
      .powerups-root .powerup .stack-links .live-lable {
        color: white;
        border-radius: 14px;
        padding: 0px 9px;
        line-height: 1.7;
        font-size: 12px;
        font-weight: bold;
        cursor: pointer;
        color: #7d7d7d;
        border: 2px solid #7d7d7d;
        margin-right: 15px; }
        .powerups-root .powerup .stack-links .live-lable:hover {
          opacity: 0.6;
          text-decoration: underline; }
      .powerups-root .powerup .stack-links .content {
        padding: 0px;
        max-height: 60vh;
        margin-left: 15px;
        padding: 12px 12px 12px 12px;
        margin-bottom: 10px; }
      .powerups-root .powerup .stack-links .stack-link {
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
        padding: 6px;
        color: #212121;
        border-radius: 3px;
        padding-left: 16px;
        margin-top: 5px; }
      .powerups-root .powerup .stack-links .card {
        margin-bottom: 15px;
        border: 2px solid #ddd; }
    @media only screen and (max-width: 767px) {
      .powerups-root .powerup .ui.grid {
        margin-left: 0px !important;
        margin-right: 0px !important; } }

#TwoFactorAuthentication .twofactor-loading {
  position: absolute;
  top: 48%;
  left: 48%; }

#TwoFactorAuthentication .card-main {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border: 1px solid #ddd;
  padding: 15px;
  margin-left: 36%;
  border-radius: 6px; }

#TwoFactorAuthentication .error-message {
  color: red;
  font-size: 14px !important; }


#TrashFeatures .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 11px;
  padding-bottom: 10px;
  border-bottom: 3px solid #ddd; }
  #TrashFeatures .header .header-icon-stack {
    display: flex;
    align-items: center; }
  #TrashFeatures .header p {
    font-size: 14px;
    margin-left: 3px;
    opacity: 0.8;
    margin-top: 5px; }
  #TrashFeatures .header .stack-trash {
    font-size: 17px;
    font-weight: 500;
    margin-left: 7px; }

#TrashFeatures .main-content .trashData-render .trashData-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #ddd;
  padding-bottom: 8px;
  padding-top: 6px; }

#TrashFeatures .main-content .trashData-render .trashData-details {
  display: flex;
  align-items: start; }

#TrashFeatures .main-content .trashData-render .trashData-user-img {
  width: 28px;
  border-radius: 44px;
  margin-top: 7px;
  margin-right: 10px; }

#TrashFeatures .main-content .trashData-render .trashData-delete-text {
  font-size: 16px;
  font-weight: 500; }

#TrashFeatures .main-content .trashData-render .trashData-time-text {
  margin-bottom: 4px;
  margin-top: 3px;
  font-size: 13px;
  opacity: 0.8; }

#TrashFeatures .main-content .trashData-render .trashData-row-text-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

#TrashFeatures .main-content .trashData-render .trashData-row-name {
  white-space: nowrap;
  margin: 5px 3px;
  padding: 0px 4px;
  background: #ecf0fa;
  border: 0.5px solid #c9c9ec;
  border-radius: 2px;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: fit-content;
  width: fit-content; }
  #TrashFeatures .main-content .trashData-render .trashData-row-name .remove-icon::before {
    margin-left: 4px; }
  #TrashFeatures .main-content .trashData-render .trashData-row-name:hover {
    opacity: 0.8; }

#TrashFeatures .main-content .trashData-render .trashData-action {
  font-size: 15px;
  font-weight: 500; }

#TrashFeatures .main-content .trashData-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52vh;
  flex-direction: column; }
  #TrashFeatures .main-content .trashData-empty .trashData-empty-img {
    width: 16%;
    margin-bottom: 22px;
    opacity: 0.9; }

#Settings .headings {
  font-size: 15px; }

#Settings .sub-headings {
  opacity: 0.7;
  font-weight: 400; }

#Settings .first {
  padding-top: 15px  !important; }

#Settings .tab-title-sec .tab-title {
  font-size: 17px;
  font-weight: 500; }

#Settings .tab-title-sec .tab-desc {
  font-size: 14px;
  font-weight: 400; }

#Settings #SSOAuth {
  margin: 8px 15px; }
  #Settings #SSOAuth .add-sso-btn {
    margin: 12px; }

#SSoCreatemodal .form-content .input-field-sec {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0px 0px 15px 0px; }
  #SSoCreatemodal .form-content .input-field-sec .input-field-lable {
    width: 14%;
    font-size: 14px;
    font-weight: 400; }
  #SSoCreatemodal .form-content .input-field-sec .input-field {
    width: 86%; }
  #SSoCreatemodal .form-content .input-field-sec .input-textarea {
    height: 250px; }

#SSoCreatemodal .form-content .input-error-message {
  color: red;
  margin: -7px 8px 11px 0px;
  font-size: 14px; }

#Sidebar .sidenav {
  position: fixed;
  height: 100%;
  width: 100%;
  max-width: 240px;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #404040;
  padding-top: 20px;
  overflow: auto; }
  #Sidebar .sidenav .sidebar-header-sec {
    display: flex;
    align-items: center;
    margin: 5px 5px 15px 5px; }
    #Sidebar .sidenav .sidebar-header-sec .sidebar-logo {
      width: 60%;
      filter: brightness(0) invert(1);
      cursor: pointer; }
    #Sidebar .sidenav .sidebar-header-sec .sidebar-title {
      color: white;
      font-size: 15px; }

#Sidebar .list .list-item {
  padding: 12px 15px;
  text-decoration: none;
  font-size: 15px;
  color: white;
  display: flex;
  align-items: center;
  font-weight: 400;
  cursor: pointer;
  margin: 5px; }
  #Sidebar .list .list-item a {
    color: white; }

#Sidebar .list .list-item:hover {
  color: #007bff;
  background: #dddd;
  border-radius: 9px; }
  #Sidebar .list .list-item:hover a {
    color: #007bff; }

#Sidebar .list .list-icon {
  font-size: 18px;
  margin-right: 10px; }

#Sidebar .sidebar-header-section {
  width: 100%;
  align-items: stretch;
  display: block;
  position: absolute;
  top: 90%;
  transform: translateY(-50%); }
  #Sidebar .sidebar-header-section .sidebar-title {
    color: white;
    font-size: 15px;
    margin: 5px;
    padding: 4px 22px; }
  #Sidebar .sidebar-header-section .list-item {
    padding: 12px 15px;
    text-decoration: none;
    font-size: 15px;
    color: white;
    display: flex;
    align-items: center;
    font-weight: 400;
    cursor: pointer;
    margin: 5px; }
    #Sidebar .sidebar-header-section .list-item a {
      color: white; }
  #Sidebar .sidebar-header-section .list-item:hover {
    color: #007bff;
    background: #dddd;
    border-radius: 9px; }
    #Sidebar .sidebar-header-section .list-item:hover a {
      color: #007bff; }
  #Sidebar .sidebar-header-section .list-icon {
    font-size: 18px;
    margin-right: 10px; }

#Sidebar .main {
  margin-left: 160px;
  /* Same as the width of the sidenav */
  font-size: 28px;
  /* Increased text to enable scrolling */
  padding: 0px 10px; }

@media screen and (max-height: 450px) {
  #Sidebar .sidenav {
    padding-top: 15px; }
  #Sidebar .sidenav a {
    font-size: 18px; } }

#AdminEnterprice .container .sidebar-column {
  width: 20%; }

#AdminEnterprice .container .content-column {
  width: 80%;
  margin: 25px 0px 0px 0px; }

#AdminEnterprice .container .container-style {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem; }

#AdminEnterprice .container .button-style {
  font-size: 0.8rem; }

#AdminEnterprice .container .table-style {
  font-size: 0.8rem; }

#AdminEnterprice .container p {
  font-size: 1.1rem; }

#AdminEnterprice .page-style {
  width: 25% !important;
  outline: none; }

#AdminEnterprice .stackby-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 200px); }

#AdminEnterprice .search-main {
  width: 100%; }
  #AdminEnterprice .search-main .input-style {
    width: 100%;
    border: 2px solid #2185d0;
    border-radius: 5px !important; }
  #AdminEnterprice .search-main .download-csv-btn {
    margin: 0px 0px 0px 7px;
    width: 10%; }

#UserManagement .title {
  justify-content: space-between;
  display: flex; }

#UserManagement .grid-component {
  width: auto;
  margin-bottom: 0 !important;
  margin-top: -15px !important;
  margin-left: -15px !important; }
  #UserManagement .grid-component .card {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 4% !important;
    display: flex;
    align-items: center;
    margin: 20px !important;
    border: 2px solid #f5f5f5; }
    #UserManagement .grid-component .card .integration-name {
      margin: 4px;
      color: black;
      font-size: 24px;
      text-align: center;
      line-height: 30px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      max-width: 200px;
      font-family: 'Roboto Slab', serif !important; }
    #UserManagement .grid-component .card .integration-desc {
      margin: 5px;
      font-size: 12px;
      text-align: center;
      line-height: 16px;
      padding: 0 4% 2 4%;
      font-family: 'Roboto Slab', serif !important;
      color: #696960; }

#Invitemodal .form-content .dropdownlist-align {
  display: flex;
  align-items: center; }

#Invitemodal .form-content .dropdown-optionlist {
  margin-top: 20px;
  margin-bottom: 20px; }

#Invitemodal .form-content .error-msg {
  color: red;
  margin: 13px 3px 5px 5px !important;
  font-size: 14px; }




#MobileHandOffSent .mobilehandoff-animation body {
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden; }

#MobileHandOffSent .mobilehandoff-animation .pyro > .before,
#MobileHandOffSent .mobilehandoff-animation .pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; }

#MobileHandOffSent .mobilehandoff-animation .pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s; }

@-webkit-keyframes bang {
  to {
    box-shadow: 99px -319.66667px #d5ff00, -245px -345.66667px #ffd000, 213px 68.33333px #ff7300, -62px -405.66667px #ff7700, -60px -173.66667px #ff00e1, -65px 60.33333px #c8ff00, 69px 16.33333px #ffd000, 156px -172.66667px #0022ff, -74px 12.33333px #3cff00, -156px -91.66667px #00d5ff, 212px -197.66667px #00ff44, -134px -235.66667px #bbff00, -232px -334.66667px #00ff2b, 78px -56.66667px #2bff00, 186px -30.66667px #51ff00, 150px 48.33333px #ddff00, -195px -367.66667px #cc00ff, -184px -212.66667px #4400ff, 97px -327.66667px #00ff22, -157px 37.33333px #37ff00, -55px -414.66667px #ff6200, -127px -409.66667px #ff0062, 109px -38.66667px #3300ff, 249px -397.66667px #00f2ff, -81px -362.66667px #ff0900, 218px -364.66667px #ff001a, -19px -32.66667px darkorange, -69px -235.66667px #00ffaa, -142px -242.66667px #00ff11, -214px 17.33333px #ff7b00, -35px 55.33333px #0037ff, 76px -306.66667px #00fbff, -12px -139.66667px darkorange, -184px 8.33333px #ff00f7, -110px -253.66667px #3cff00, 19px 44.33333px #ffe100, 144px -143.66667px #0033ff, 174px -61.66667px #4000ff, -85px -217.66667px #002bff, -206px -181.66667px #0088ff, -49px -337.66667px #ff9500, -47px -228.66667px #0033ff, -90px -287.66667px #0066ff, 152px -73.66667px #fb00ff, -240px 55.33333px #00ffb3, -121px -65.66667px #ff1500, 90px -229.66667px #ff0051, -77px 40.33333px #6600ff, 48px -148.66667px #00aeff, -49px 32.33333px #ff0084, -77px -42.66667px #ff9500; } }

@-moz-keyframes bang {
  to {
    box-shadow: 99px -319.66667px #d5ff00, -245px -345.66667px #ffd000, 213px 68.33333px #ff7300, -62px -405.66667px #ff7700, -60px -173.66667px #ff00e1, -65px 60.33333px #c8ff00, 69px 16.33333px #ffd000, 156px -172.66667px #0022ff, -74px 12.33333px #3cff00, -156px -91.66667px #00d5ff, 212px -197.66667px #00ff44, -134px -235.66667px #bbff00, -232px -334.66667px #00ff2b, 78px -56.66667px #2bff00, 186px -30.66667px #51ff00, 150px 48.33333px #ddff00, -195px -367.66667px #cc00ff, -184px -212.66667px #4400ff, 97px -327.66667px #00ff22, -157px 37.33333px #37ff00, -55px -414.66667px #ff6200, -127px -409.66667px #ff0062, 109px -38.66667px #3300ff, 249px -397.66667px #00f2ff, -81px -362.66667px #ff0900, 218px -364.66667px #ff001a, -19px -32.66667px darkorange, -69px -235.66667px #00ffaa, -142px -242.66667px #00ff11, -214px 17.33333px #ff7b00, -35px 55.33333px #0037ff, 76px -306.66667px #00fbff, -12px -139.66667px darkorange, -184px 8.33333px #ff00f7, -110px -253.66667px #3cff00, 19px 44.33333px #ffe100, 144px -143.66667px #0033ff, 174px -61.66667px #4000ff, -85px -217.66667px #002bff, -206px -181.66667px #0088ff, -49px -337.66667px #ff9500, -47px -228.66667px #0033ff, -90px -287.66667px #0066ff, 152px -73.66667px #fb00ff, -240px 55.33333px #00ffb3, -121px -65.66667px #ff1500, 90px -229.66667px #ff0051, -77px 40.33333px #6600ff, 48px -148.66667px #00aeff, -49px 32.33333px #ff0084, -77px -42.66667px #ff9500; } }

@-o-keyframes bang {
  to {
    box-shadow: 99px -319.66667px #d5ff00, -245px -345.66667px #ffd000, 213px 68.33333px #ff7300, -62px -405.66667px #ff7700, -60px -173.66667px #ff00e1, -65px 60.33333px #c8ff00, 69px 16.33333px #ffd000, 156px -172.66667px #0022ff, -74px 12.33333px #3cff00, -156px -91.66667px #00d5ff, 212px -197.66667px #00ff44, -134px -235.66667px #bbff00, -232px -334.66667px #00ff2b, 78px -56.66667px #2bff00, 186px -30.66667px #51ff00, 150px 48.33333px #ddff00, -195px -367.66667px #cc00ff, -184px -212.66667px #4400ff, 97px -327.66667px #00ff22, -157px 37.33333px #37ff00, -55px -414.66667px #ff6200, -127px -409.66667px #ff0062, 109px -38.66667px #3300ff, 249px -397.66667px #00f2ff, -81px -362.66667px #ff0900, 218px -364.66667px #ff001a, -19px -32.66667px darkorange, -69px -235.66667px #00ffaa, -142px -242.66667px #00ff11, -214px 17.33333px #ff7b00, -35px 55.33333px #0037ff, 76px -306.66667px #00fbff, -12px -139.66667px darkorange, -184px 8.33333px #ff00f7, -110px -253.66667px #3cff00, 19px 44.33333px #ffe100, 144px -143.66667px #0033ff, 174px -61.66667px #4000ff, -85px -217.66667px #002bff, -206px -181.66667px #0088ff, -49px -337.66667px #ff9500, -47px -228.66667px #0033ff, -90px -287.66667px #0066ff, 152px -73.66667px #fb00ff, -240px 55.33333px #00ffb3, -121px -65.66667px #ff1500, 90px -229.66667px #ff0051, -77px 40.33333px #6600ff, 48px -148.66667px #00aeff, -49px 32.33333px #ff0084, -77px -42.66667px #ff9500; } }

@-ms-keyframes bang {
  #MobileHandOffSent .mobilehandoff-animation to {
    box-shadow: 99px -319.66667px #d5ff00, -245px -345.66667px #ffd000, 213px 68.33333px #ff7300, -62px -405.66667px #ff7700, -60px -173.66667px #ff00e1, -65px 60.33333px #c8ff00, 69px 16.33333px #ffd000, 156px -172.66667px #0022ff, -74px 12.33333px #3cff00, -156px -91.66667px #00d5ff, 212px -197.66667px #00ff44, -134px -235.66667px #bbff00, -232px -334.66667px #00ff2b, 78px -56.66667px #2bff00, 186px -30.66667px #51ff00, 150px 48.33333px #ddff00, -195px -367.66667px #cc00ff, -184px -212.66667px #4400ff, 97px -327.66667px #00ff22, -157px 37.33333px #37ff00, -55px -414.66667px #ff6200, -127px -409.66667px #ff0062, 109px -38.66667px #3300ff, 249px -397.66667px #00f2ff, -81px -362.66667px #ff0900, 218px -364.66667px #ff001a, -19px -32.66667px darkorange, -69px -235.66667px #00ffaa, -142px -242.66667px #00ff11, -214px 17.33333px #ff7b00, -35px 55.33333px #0037ff, 76px -306.66667px #00fbff, -12px -139.66667px darkorange, -184px 8.33333px #ff00f7, -110px -253.66667px #3cff00, 19px 44.33333px #ffe100, 144px -143.66667px #0033ff, 174px -61.66667px #4000ff, -85px -217.66667px #002bff, -206px -181.66667px #0088ff, -49px -337.66667px #ff9500, -47px -228.66667px #0033ff, -90px -287.66667px #0066ff, 152px -73.66667px #fb00ff, -240px 55.33333px #00ffb3, -121px -65.66667px #ff1500, 90px -229.66667px #ff0051, -77px 40.33333px #6600ff, 48px -148.66667px #00aeff, -49px 32.33333px #ff0084, -77px -42.66667px #ff9500; } }

@keyframes bang {
  to {
    box-shadow: 99px -319.66667px #d5ff00, -245px -345.66667px #ffd000, 213px 68.33333px #ff7300, -62px -405.66667px #ff7700, -60px -173.66667px #ff00e1, -65px 60.33333px #c8ff00, 69px 16.33333px #ffd000, 156px -172.66667px #0022ff, -74px 12.33333px #3cff00, -156px -91.66667px #00d5ff, 212px -197.66667px #00ff44, -134px -235.66667px #bbff00, -232px -334.66667px #00ff2b, 78px -56.66667px #2bff00, 186px -30.66667px #51ff00, 150px 48.33333px #ddff00, -195px -367.66667px #cc00ff, -184px -212.66667px #4400ff, 97px -327.66667px #00ff22, -157px 37.33333px #37ff00, -55px -414.66667px #ff6200, -127px -409.66667px #ff0062, 109px -38.66667px #3300ff, 249px -397.66667px #00f2ff, -81px -362.66667px #ff0900, 218px -364.66667px #ff001a, -19px -32.66667px darkorange, -69px -235.66667px #00ffaa, -142px -242.66667px #00ff11, -214px 17.33333px #ff7b00, -35px 55.33333px #0037ff, 76px -306.66667px #00fbff, -12px -139.66667px darkorange, -184px 8.33333px #ff00f7, -110px -253.66667px #3cff00, 19px 44.33333px #ffe100, 144px -143.66667px #0033ff, 174px -61.66667px #4000ff, -85px -217.66667px #002bff, -206px -181.66667px #0088ff, -49px -337.66667px #ff9500, -47px -228.66667px #0033ff, -90px -287.66667px #0066ff, 152px -73.66667px #fb00ff, -240px 55.33333px #00ffb3, -121px -65.66667px #ff1500, 90px -229.66667px #ff0051, -77px 40.33333px #6600ff, 48px -148.66667px #00aeff, -49px 32.33333px #ff0084, -77px -42.66667px #ff9500; } }

@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }

@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }

@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }

@-ms-keyframes gravity {
  #MobileHandOffSent .mobilehandoff-animation to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }

@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }

@-webkit-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%; }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%; }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%; }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%; }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%; } }

@-moz-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%; }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%; }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%; }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%; }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%; } }

@-o-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%; }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%; }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%; }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%; }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%; } }

@-ms-keyframes position {
  #MobileHandOffSent .mobilehandoff-animation 0%,
  #MobileHandOffSent .mobilehandoff-animation 19.9% {
    margin-top: 10%;
    margin-left: 40%; }
  #MobileHandOffSent .mobilehandoff-animation 20%,
  #MobileHandOffSent .mobilehandoff-animation 39.9% {
    margin-top: 40%;
    margin-left: 30%; }
  #MobileHandOffSent .mobilehandoff-animation 40%,
  #MobileHandOffSent .mobilehandoff-animation 59.9% {
    margin-top: 20%;
    margin-left: 70%; }
  #MobileHandOffSent .mobilehandoff-animation 60%,
  #MobileHandOffSent .mobilehandoff-animation 79.9% {
    margin-top: 30%;
    margin-left: 20%; }
  #MobileHandOffSent .mobilehandoff-animation 80%,
  #MobileHandOffSent .mobilehandoff-animation 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }

@keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%; }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%; }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%; }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%; }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%; } }

#MobileHandOffSent .mobilehandoff-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden; }
  #MobileHandOffSent .mobilehandoff-main .mobilehandoff-header {
    font-family: sans-serif; }
  #MobileHandOffSent .mobilehandoff-main .mobilehandoff-img {
    width: 10%;
    margin: 27px 0px;
    border-radius: 12px; }
  #MobileHandOffSent .mobilehandoff-main .mobilehandoff-content {
    font-family: sans-serif;
    font-weight: 400;
    width: 20%;
    text-align: center; }
  @media (max-width: 960px) {
    #MobileHandOffSent .mobilehandoff-main .mobilehandoff-content {
      width: 80%; }
    #MobileHandOffSent .mobilehandoff-main .mobilehandoff-img {
      width: 45%; } }

#MobileHandOffVerify .login-wrapper {
  height: 100vh;
  display: flex; }
  #MobileHandOffVerify .login-wrapper .container-image {
    width: 50%; }
    #MobileHandOffVerify .login-wrapper .container-image img.img-responsives {
      height: 100%;
      width: 125%;
      min-width: 100%;
      object-fit: cover; }
  #MobileHandOffVerify .login-wrapper .container {
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  #MobileHandOffVerify .login-wrapper .frame {
    width: 400px;
    background-color: #f8f8f8;
    background-size: cover;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all .5s ease;
    text-align: center;
    padding: 20px; }
  #MobileHandOffVerify .login-wrapper img.img-responsive {
    height: 80px !important;
    width: 250px !important;
    cursor: pointer; }
  #MobileHandOffVerify .login-wrapper .error-message {
    font-size: 16px !important; }
  @media screen and (min-device-width: 320px) and (max-device-width: 767px) and (max-width: 450px) {
    #MobileHandOffVerify .login-wrapper .login-wrapper {
      overflow: hidden;
      text-overflow: ellipsis;
      flex-direction: row; }
    #MobileHandOffVerify .login-wrapper .container {
      display: inline-grid;
      justify-content: center;
      align-items: center; }
    #MobileHandOffVerify .login-wrapper .frame {
      justify-content: center;
      align-items: center;
      width: 350px;
      display: block;
      background-color: #f8f8f8;
      background-size: cover;
      margin-left: auto;
      border-top: solid 1px rgba(255, 255, 255, 0.5);
      border-radius: 5px;
      box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      transition: all .5s ease; } }

.submit-templates-container {
  position: relative;
  top: 88px;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }

.common-font-family {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }

.submit-success-container {
  position: relative;
  top: calc(50vh - 32px);
  text-align: center;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }

.template-submission-success-msg {
  color: green;
  font-size: 35px; }

.submit-another-template-text {
  font-size: 20px;
  cursor: pointer;
  text-decoration: underline; }

.submit-a-template-text {
  font-weight: 700;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
  font-size: 50px;
  color: black; }

.submit-a-template-sub-heading {
  font-weight: 400;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.015em;
  width: 66%;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }

.creator-profile-heading {
  margin-top: 0px;
  font-size: 24px;
  font-weight: 600;
  color: #37352f; }

.creator-profile-sub-heading {
  font-size: 14px;
  font-weight: 500;
  color: rgba(55, 53, 47, 0.5);
  margin-top: 8px; }

.visit-gallery-link-container {
  font-size: 14px;
  font-weight: 500;
  color: rgba(55, 53, 47, 0.5);
  margin-top: 8px; }

.visit-gallery-link-container .link {
  display: flex;
  align-items: center;
  color: black; }

.addition-margin-top {
  margin-top: 3rem !important; }

.create-your-profile-title {
  user-select: none;
  transition: background 20ms ease-in 0s;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 3px;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid rgba(55, 53, 47, 0.16); }

.create-your-profile-title:hover {
  background-color: #dddddd; }

.hr-color-gray {
  border-color: #ffffff; }

.your-template-details {
  margin-top: 0px;
  font-size: 24px;
  font-weight: 600;
  color: #37352f; }

.submit-a-template-field {
  margin-bottom: 5px; }

.submit-a-template-field-container {
  width: 80%;
  padding: 12px 12px 12px 0px; }

.submit-a-template-input {
  width: 100%; }

.submit-a-template-input input {
  background-color: #f1f1f1 !important; }

.helper-text {
  font-size: 12px;
  color: rgba(55, 53, 47, 0.5);
  margin-top: 6px; }

.description-container {
  padding: 8px 14px;
  border-radius: 3px;
  box-shadow: rgba(15, 15, 15, 0.1) 0px 0px 0px 1px inset;
  background: rgba(242, 241, 238, 0.6);
  cursor: text; }

.short-description {
  font-size: inherit;
  line-height: inherit;
  border: none;
  background: none;
  width: 100%;
  display: block;
  resize: none;
  padding: 0px; }

.short-description:focus {
  outline: 0; }

.custom-links-text {
  font-size: 18px;
  font-weight: 600; }

.margin-top-15px {
  margin-top: 15px; }

.links-container {
  margin-top: 5px; }

.save-button-container {
  margin-top: 25px; }

.save-button {
  border-radius: 3px;
  padding: 6px 18px;
  font-size: 15px;
  height: 36px;
  font-weight: 500;
  background: #2f3437;
  color: white;
  user-select: none;
  cursor: pointer;
  background: #2f3437;
  color: white; }

.template-details-container {
  width: 80%;
  margin-bottom: 75px; }

.template-guideline-text {
  display: inline;
  color: inherit;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  font-weight: 700; }

.upload-image-container {
  display: flex;
  align-items: center;
  gap: 15px; }

.profile-img {
  width: 100px;
  height: 100px;
  border-radius: 5px; }

.upload-image-text, .edit-profile-text {
  user-select: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 3px;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid rgba(55, 53, 47, 0.16);
  width: fit-content;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }

.success-message {
  color: green !important;
  font-size: 11px !important; }

.pre-edit-profile-container {
  display: flex;
  flex-direction: row; }

.edit-profile-text-with-name-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #c9c9c9;
  padding-left: 10px;
  margin-left: 10px; }

.text-bold {
  font-weight: bold;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }

.price-field {
  width: 100%;
  background-color: #f1f1f1;
  outline: none;
  border: 1px solid #d2d2d3;
  line-height: 33px;
  border-radius: 5px; }

