@import url(https://fonts.googleapis.com/css?family=Karla);
html {
  --scrollbarBG: #CFD8DC;
  --thumbBG: #90A4AE; }

.modal-share {
  background-color: #fff;
  border: 3px solid lightgray;
  border-radius: 10px; }
  .modal-share .header-title {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    font-weight: bold; }
  .modal-share .invite-header {
    margin-bottom: 30px; }
    .modal-share .invite-header .active {
      color: darkgray !important;
      font-weight: 500; }
    .modal-share .invite-header ul {
      list-style: none;
      -ms-box-orient: horizontal;
      display: flex;
      justify-content: space-between;
      width: 98%; }
      .modal-share .invite-header ul .svg-help {
        margin-bottom: -4px;
        margin-left: 10px !important; }
      .modal-share .invite-header ul .svg-help:hover {
        fill: #3484f7; }
      @media only screen and (max-width: 450px) {
        .modal-share .invite-header ul {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          flex-direction: row; } }
    .modal-share .invite-header .btn-addmore {
      width: fit-content;
      margin-left: auto;
      margin-top: 10px; }
  .modal-share .addbylink {
    display: flex;
    flex-direction: column; }
    .modal-share .addbylink .addinvitebylink-main {
      display: flex;
      align-items: center;
      margin-bottom: 15px; }
      .modal-share .addbylink .addinvitebylink-main div {
        margin-bottom: auto; }
      .modal-share .addbylink .addinvitebylink-main p {
        font-size: 14.6px;
        color: rgba(0, 0, 0, 0.87); }
      .modal-share .addbylink .addinvitebylink-main .user-dropdown .text {
        font-size: 15px;
        font-weight: 500; }
    .modal-share .addbylink .addbylink-radio {
      margin-bottom: 14px; }
    .modal-share .addbylink .addbylink-emailinput {
      display: flex;
      align-items: center;
      margin-bottom: 17px;
      margin-left: -4px; }
      .modal-share .addbylink .addbylink-emailinput div {
        margin-bottom: -1px;
        margin-left: 5px;
        margin-right: 7px; }
      .modal-share .addbylink .addbylink-emailinput p {
        font-size: 14.6px;
        color: rgba(0, 0, 0, 0.87); }
  .modal-share .input-header {
    width: -webkit-fill-available;
    margin-top: 2%;
    border: 1px solid #4f86c6;
    border-radius: 5px; }
  .modal-share .invite-text {
    font-size: 14px !important;
    padding: 0 16px !important; }
  .modal-share .collaborators-box {
    margin: 10px 0 10px 0;
    padding: 10px;
    align-self: stretch; }
    .modal-share .collaborators-box .collaborator-text {
      font-weight: 600;
      margin-bottom: 10px;
      font-size: 15px; }
    .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-info .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;
          margin-left: 5px; }
          @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 .remove-collaborator {
          visibility: hidden; }
        .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 .share-link-wrapper {
    padding: 8px; }
    .modal-share .share-link-wrapper .title {
      display: flex;
      align-items: center; }
      .modal-share .share-link-wrapper .title svg {
        margin: 0 8px; }
      .modal-share .share-link-wrapper .title h3 {
        font-size: 16px;
        font-weight: 500; }
    .modal-share .share-link-wrapper .share-box {
      margin: 8px;
      padding: 8px;
      border: 2px solid #ddd;
      border-radius: 7px; }
      @media only screen and (max-width: 450px) {
        .modal-share .share-link-wrapper .share-box {
          width: 101%; } }
      .modal-share .share-link-wrapper .share-box .create-link {
        padding: 4px;
        color: #1f1f1f;
        border-radius: 4px;
        margin-top: 3px;
        margin-bottom: 3px; }
        .modal-share .share-link-wrapper .share-box .create-link:hover {
          cursor: pointer;
          opacity: 0.8; }
      .modal-share .share-link-wrapper .share-box .right-menu {
        display: flex; }
      .modal-share .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) {
          .modal-share .share-link-wrapper .share-box .share-link {
            display: block;
            width: 99.8%;
            word-wrap: break-word; } }
        .modal-share .share-link-wrapper .share-box .share-link input {
          border: none;
          width: -webkit-fill-available;
          background: transparent;
          color: #676767; }
        .modal-share .share-link-wrapper .share-box .share-link span {
          font-size: 12px;
          margin-right: auto; }
        .modal-share .share-link-wrapper .share-box .share-link svg {
          margin: 0 4px;
          opacity: 0.7; }
          .modal-share .share-link-wrapper .share-box .share-link svg:hover {
            opacity: 1;
            cursor: pointer; }
      .modal-share .share-link-wrapper .share-box .field-box {
        display: flex;
        align-items: center;
        margin-bottom: 7px;
        padding: 6px 0; }
        .modal-share .share-link-wrapper .share-box .field-box label {
          font-size: 12px; }
        .modal-share .share-link-wrapper .share-box .field-box input[type=checkbox] {
          margin-right: 0.2em;
          vertical-align: middle;
          transition: .2s; }
      .modal-share .share-link-wrapper .share-box .upgrade-restrict {
        display: flex;
        align-items: center;
        opacity: 0.6;
        margin-top: 8px;
        cursor: pointer;
        font-size: 14.5px; }
        .modal-share .share-link-wrapper .share-box .upgrade-restrict .upgrade-lock-icon {
          font-size: 18px; }
  .modal-share .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; }
    .modal-share .email-domain-main .content {
      margin-bottom: 10px;
      font-weight: 500;
      line-height: 20px; }
      .modal-share .email-domain-main .content .title {
        font-size: 21px;
        font-weight: 500;
        line-height: 28px; }
      .modal-share .email-domain-main .content p {
        margin: 12px 0px !important;
        font-size: 14px;
        color: grey; }
      .modal-share .email-domain-main .content .input-email {
        width: 250px; }
      .modal-share .email-domain-main .content .error-email {
        color: red;
        font-size: 13px;
        margin: 5px; }
    .modal-share .email-domain-main .buttons-div {
      display: flex;
      justify-content: flex-end;
      margin-top: 18px; }
  @media only screen and (max-width: 450px) {
    .modal-share .OnMobileMainView {
      padding-top: 13px; }
    .modal-share .OnMobileView {
      padding-top: 5px; } }

#InviteByUrl {
  line-height: 18px;
  margin: 0 0 24px; }

.createLink-content {
  margin: 0 0 24px; }

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

.apikey-root {
  display: flex;
  align-items: center; }
  .apikey-root .remove-collaborator {
    visibility: hidden; }
  .apikey-root:hover .remove-collaborator {
    visibility: visible; }
  .apikey-root .apikey {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 65%; }
    .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%; }
    .apikey-root .apikey .copyButton {
      margin-left: 8px;
      margin-right: 10px; }
    .apikey-root .apikey .key-view {
      position: absolute;
      left: 24%;
      bottom: 46%;
      cursor: pointer; }
    @media only screen and (max-width: 500px) {
      .apikey-root .apikey .key-view {
        position: absolute;
        left: 53.5%;
        bottom: 40%;
        cursor: pointer; }
      .apikey-root .apikey input {
        width: 62%; } }
  .apikey-root .InviteByUrl-info {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 450px) {
      .apikey-root .InviteByUrl-info {
        width: 155px; } }
    .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) {
        .apikey-root .InviteByUrl-info .joining-info {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; } }
    .apikey-root .InviteByUrl-info .stack-collaborator-permission {
      margin: 0 0 0 2px;
      min-width: 0;
      width: 122px; }
      @media only screen and (max-width: 450px) {
        .apikey-root .InviteByUrl-info .stack-collaborator-permission {
          width: 100%;
          text-align: left; } }
    .apikey-root .InviteByUrl-info .ws-collaborator-permission {
      margin: 0 0 0 2px;
      width: 122px;
      text-align: left; }
      @media only screen and (max-width: 450px) {
        .apikey-root .InviteByUrl-info .ws-collaborator-permission {
          width: 107%;
          text-align: center; } }

.link-header {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 500;
  color: #666666; }

.inviteLink-info {
  display: flex;
  margin-bottom: 8px; }

.stack-collaborator-permission {
  min-width: 0 !important;
  width: 120px;
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 6px !important;
  padding: 0;
  padding-left: 16px !important;
  height: 36px;
  min-height: 36px !important;
  display: flex !important;
  align-items: center; }
  .stack-collaborator-permission .text {
    font-size: 13px;
    color: #1f1f1f; }
  .stack-collaborator-permission .selected.item {
    font-weight: 500;
    color: #333333; }

.apikey-content {
  display: flex;
  align-items: center;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-left: 8px;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  padding: 0 16px; }
  .apikey-content .apikey-btn {
    text-decoration: none;
    background-color: transparent;
    opacity: .75;
    border: 0;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    color: #1f1f1f; }
    .apikey-content .apikey-btn:hover {
      opacity: 1; }
    .apikey-content .apikey-btn .apikey-info {
      display: flex;
      align-items: center;
      white-space: nowrap; }
      .apikey-content .apikey-btn .apikey-info .apikey-input {
        border: 0;
        font-size: 13px;
        color: #1f1f1f;
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        outline: none; }
      .apikey-content .apikey-btn .apikey-info .copy-text {
        margin-left: 32px;
        font-weight: 500;
        color: #166ee1; }

.apikeyDelete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  margin-left: 8px; }
  .apikeyDelete .apidelete-info {
    opacity: .75;
    cursor: pointer;
    display: flex;
    align-items: center; }
    .apikeyDelete .apidelete-info:hover {
      opacity: 1; }
    .apikeyDelete .apidelete-info .remove-collaborator {
      color: #1f1f1f;
      fill: #1f1f1f; }

.cbx {
  display: flex;
  text-align: center;
  color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center; }
  .cbx .cbx-icon {
    height: 17.6px;
    width: 17.6px;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    display: flex; }
  .cbx i.icon {
    background: none !important;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 auto;
    padding: 9px; }
    .cbx i.icon :hover {
      visibility: hidden; }

.cbx:hover i.icon {
  border: 2px solid rgba(0, 0, 0, 0.1);
  visibility: visible;
  cursor: pointer;
  margin: auto; }

.cbx-visible {
  width: 100%;
  display: flex;
  text-align: center;
  color: rgba(255, 255, 255, 0);
  justify-content: center;
  margin: auto;
  height: 100%;
  width: 22px;
  height: 22px;
  align-items: center; }
  .cbx-visible i.icon {
    background: none !important;
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    margin: auto; }
    .cbx-visible i.icon :hover {
      visibility: hidden; }

.cbx-visible i.icon {
  border-color: #A9A9A9;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  visibility: visible;
  cursor: pointer;
  margin-left: 4px;
  padding: 2px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  width: 17.6px;
  height: 17.6px;
  padding: 9px; }

.accounticon {
  border: 1px solid white;
  margin-right: 0; }

.ui .header-right-content .account-menu .ui .menu .item .angle.right.icon {
  margin: 0 !important;
  margin-left: auto !important; }

#RadioToggle .ui.toggle.checkbox label {
  padding-left: 3rem;
  padding-top: 0; }

#RadioToggle .ui.fitted.toggle.checkbox {
  width: 2.3rem !important; }

#RadioToggle .ui.toggle.checkbox input {
  width: 2rem !important;
  height: 1rem !important; }

#RadioToggle .ui.toggle.checkbox label:before {
  width: 2rem !important;
  height: 1rem !important;
  background: #00000026;
  border: 1px solid #ccc; }

#RadioToggle .ui.toggle.checkbox label:after {
  width: 1rem !important;
  height: 1rem !important; }

#RadioToggle .ui.toggle.checkbox input:checked ~ label:after {
  left: 1.2rem !important; }

#RadioToggle .ui.toggle.checkbox input:checked ~ label:before {
  background-color: #20c933  !important; }

#FormFooter {
  background: #eaeaea;
  border-radius: 0px 0px 10px 10px; }
  #FormFooter .form-footer-body {
    max-width: 600px;
    margin: auto;
    padding: 12px;
    text-align: center;
    display: flex;
    font-size: 1em;
    justify-content: center; }
    #FormFooter .form-footer-body .label-footer {
      margin: auto 0px;
      margin-right: 10px; }
    #FormFooter .form-footer-body img {
      height: 26px;
      cursor: pointer; }
    #FormFooter .form-footer-body .button {
      margin-top: 4px;
      padding: 4px !important; }
    #FormFooter .form-footer-body .link-update {
      line-height: 2em; }

#FormHeader {
  display: flex;
  flex-direction: column;
  padding: 32px 0 16px 0; }
  #FormHeader .file-logo {
    display: none; }
  #FormHeader .form-header-body-two-column-alyout {
    max-width: 1000px !important; }
  #FormHeader .form-header-body {
    max-width: 600px;
    margin: auto;
    width: 100%; }
    #FormHeader .form-header-body .form-logo-box {
      margin-left: 20px;
      border-radius: 5px;
      width: max-content;
      display: flex;
      cursor: pointer; }
      #FormHeader .form-header-body .form-logo-box .form-logo {
        max-width: 150px;
        max-height: 150px; }
      #FormHeader .form-header-body .form-logo-box .addlogotext {
        opacity: .5;
        font-size: 14px;
        font-weight: 500; }
      #FormHeader .form-header-body .form-logo-box i {
        margin: 10px 40px; }
      #FormHeader .form-header-body .form-logo-box .logo-loading {
        width: 50px;
        height: 50px;
        margin: auto; }
      #FormHeader .form-header-body .form-logo-box .button {
        height: fit-content;
        margin-left: 10px;
        padding: 4px !important; }
    #FormHeader .form-header-body .border-dash {
      border: 2px dashed #d6d6d9;
      padding: 19.2px 16px; }
      #FormHeader .form-header-body .border-dash:hover {
        background-color: rgba(0, 0, 0, 0.05); }
    #FormHeader .form-header-body .add-logo-label {
      margin-top: 10px;
      margin-left: 20px;
      color: #d6d6d9; }
    #FormHeader .form-header-body .form-name {
      font-size: 20px;
      color: inherit;
      margin-top: 20px; }
      #FormHeader .form-header-body .form-name .lable-form-name {
        font-weight: 500;
        font-style: inherit;
        font-feature-settings: 'calt' 0;
        padding: 11px 0px 11px 20px;
        font-size: 28px;
        line-height: normal; }
      #FormHeader .form-header-body .form-name .button {
        display: none;
        font-size: .5em;
        padding: 5px; }
      #FormHeader .form-header-body .form-name .active {
        cursor: pointer; }
        #FormHeader .form-header-body .form-name .active:hover .button {
          display: inline; }
      #FormHeader .form-header-body .form-name .input-form-name {
        margin-left: 20px;
        display: flex; }
    #FormHeader .form-header-body .form-desc-input {
      margin: 20px 20px 0px 20px;
      font-size: 12px; }
      #FormHeader .form-header-body .form-desc-input #quill-editor {
        /* background: #fff; */
        border-radius: 5px;
        border: none; }
        #FormHeader .form-header-body .form-desc-input #quill-editor .ql-toolbar {
          border: 1px solid #ccc;
          box-sizing: border-box;
          padding: 8px;
          background: #fff;
          border-radius: 5px; }
        #FormHeader .form-header-body .form-desc-input #quill-editor .ql-container {
          border-top: 1px solid #ccc;
          border-radius: 5px;
          margin-top: 5px;
          height: 150px;
          background: #fff; }
      #FormHeader .form-header-body .form-desc-input .button {
        margin-top: 5px; }
      #FormHeader .form-header-body .form-desc-input .quill-editor-customCss .ql-container .ql-editor ol, #FormHeader .form-header-body .form-desc-input .quill-editor-customCss .ql-container .ql-editor ul {
        padding: 0px; }
    #FormHeader .form-header-body .form-desc-preview {
      padding: 4px 22px;
      margin-top: 10px;
      line-height: 24px;
      display: inline-flex;
      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; }
      #FormHeader .form-header-body .form-desc-preview ol {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px; }
      #FormHeader .form-header-body .form-desc-preview ul {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px; }
      #FormHeader .form-header-body .form-desc-preview button {
        display: none;
        font-size: 1em;
        padding: 5px; }
      #FormHeader .form-header-body .form-desc-preview .formDescription {
        border: none; }
        #FormHeader .form-header-body .form-desc-preview .formDescription .ql-toolbar.ql-snow {
          display: none; }
        #FormHeader .form-header-body .form-desc-preview .formDescription .ql-container.ql-snow {
          border: none;
          background-color: transparent !important; }
        #FormHeader .form-header-body .form-desc-preview .formDescription .ql-editor {
          border: none;
          padding: 0;
          padding-left: 0px !important;
          padding-top: 0px !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; }
          #FormHeader .form-header-body .form-desc-preview .formDescription .ql-editor p {
            font-size: 18px;
            line-height: 24px; }
      #FormHeader .form-header-body .form-desc-preview:hover button {
        display: inline; }
      #FormHeader .form-header-body .form-desc-preview p {
        font-size: 1.2em;
        color: #676666;
        margin: 0px; }

.form-action-button {
  display: block;
  padding: 10px 0px 10px 0px;
  margin: 20px 20px 6px 20px; }
  .form-action-button button {
    margin-right: 10px !important; }
  .form-action-button .btn-submit {
    opacity: .9; }
    .form-action-button .btn-submit:hover {
      opacity: 1; }

.form-component-root .form-component {
  margin-top: 10px;
  padding: 14px 20px; }
  .form-component-root .form-component textarea {
    border: 2px solid rgba(0, 0, 0, 0.1); }
    .form-component-root .form-component textarea:hover {
      border-color: rgba(0, 0, 0, 0.25); }
    .form-component-root .form-component textarea:focus {
      border-color: #2872e1; }
    .form-component-root .form-component textarea:active, .form-component-root .form-component textarea:focus {
      box-shadow: inset 0 0 0 2px #cce0fe; }
  .form-component-root .form-component .error {
    color: red;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400; }
  .form-component-root .form-component .required {
    color: red; }
  .form-component-root .form-component .name {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    flex-direction: row;
    max-width: 100%;
    word-break: break-word;
    white-space: normal;
    line-height: 1.1; }
  .form-component-root .form-component .field-group {
    display: inline-block;
    width: 100%; }
  .form-component-root .form-component .columnpermission-message {
    margin-top: 8px;
    color: #dc043b;
    font-size: 14px;
    display: flex;
    align-items: center; }
    .form-component-root .form-component .columnpermission-message .permission-warning {
      color: #dc043b;
      fill: #dc043b; }
  .form-component-root .form-component .description {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    overflow: hidden;
    line-height: 1; }
    .form-component-root .form-component .description span {
      color: #777676;
      font-size: 15px;
      margin-top: 3px;
      margin-top: 4px; }
    .form-component-root .form-component .description .descriptionQuill .ql-toolbar.ql-snow {
      display: none; }
    .form-component-root .form-component .description .descriptionQuill .ql-container.ql-snow {
      border: none; }
      .form-component-root .form-component .description .descriptionQuill .ql-container.ql-snow .ql-editor {
        padding-left: 1px; }
    .form-component-root .form-component .description .descriptionQuill .ql-editor {
      padding-left: 0px !important;
      color: #666;
      font-size: 15px; }
    .form-component-root .form-component .description #quill-editor {
      background: #fff; }
      .form-component-root .form-component .description #quill-editor .ql-toolbar {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px; }
      .form-component-root .form-component .description #quill-editor .ql-container {
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        height: auto; }
    .form-component-root .form-component .description textarea {
      margin: 0em;
      max-width: 100%;
      -webkit-box-flex: 1;
      width: -webkit-fill-available;
      -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;
      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; }
  .form-component-root .form-component .form-box .form-box-component #quill-editor .quill .ql-container {
    background: whitesmoke; }
  .form-component-root .form-component .showField {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    overflow: hidden; }
    .form-component-root .form-component .showField .button-menu {
      width: fit-content;
      margin-bottom: 15px;
      margin-top: 2px; }
  .form-component-root .form-component .multiSelect-list {
    display: flex;
    align-items: center;
    margin: 5px;
    margin-top: 7px; }
    .form-component-root .form-component .multiSelect-list .radiotoggle-css label::after {
      background-color: #2872e1 !important; }
    .form-component-root .form-component .multiSelect-list .radiotoggle-css input:focus ~ label:before {
      border-color: #2872e1 !important; }
    .form-component-root .form-component .multiSelect-list .checkbox-css label::after {
      border-radius: 3px;
      color: white !important;
      background-color: #2872e1 !important; }
    .form-component-root .form-component .multiSelect-list .checkbox-css input:focus ~ label:before {
      color: white !important;
      border-color: #2872e1 !important; }
    .form-component-root .form-component .multiSelect-list .select-tag-wrapper {
      display: block;
      height: fit-content;
      border-radius: 8px;
      margin: 5px 2px;
      max-width: inherit; }
    .form-component-root .form-component .multiSelect-list .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; }
      .form-component-root .form-component .multiSelect-list .select-tag .Select-aria-only {
        position: relative !important; }
  .form-component-root .form-component .progress {
    margin: auto;
    width: inherit;
    margin-top: 5px; }
    .form-component-root .form-component .progress .progress-text-type {
      margin: auto; }
      .form-component-root .form-component .progress .progress-text-type .progress-text-main {
        display: flex;
        align-items: center;
        justify-content: unset; }
        .form-component-root .form-component .progress .progress-text-type .progress-text-main .progress-text-icon {
          font-size: 20px; }
        .form-component-root .form-component .progress .progress-text-type .progress-text-main .progress-text-task {
          font-size: 14px;
          margin: 2.3px;
          margin-left: 6px; }
    .form-component-root .form-component .progress .progress-type {
      display: flex;
      align-items: center;
      width: 100%; }
      .form-component-root .form-component .progress .progress-type .progress-line {
        width: 90%;
        margin: auto !important; }
      .form-component-root .form-component .progress .progress-type .progress-percentage {
        width: 29px;
        text-align: center;
        margin-left: 4px;
        color: green;
        font-weight: 500; }
      .form-component-root .form-component .progress .progress-type .ui.small.progress {
        font-size: 0.60857143rem; }
  .form-component-root .form-component .button-column {
    display: contents; }
    .form-component-root .form-component .button-column .send-btn {
      width: -webkit-fill-available;
      text-align: center;
      display: flex; }
      .form-component-root .form-component .button-column .send-btn .btn-root {
        margin: 7px 5px 0px 2px;
        display: flex;
        justify-content: center; }
        .form-component-root .form-component .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); }
          .form-component-root .form-component .button-column .send-btn .btn-root .btn svg {
            margin-right: 5px; }
          .form-component-root .form-component .button-column .send-btn .btn-root .btn span {
            white-space: nowrap !important;
            color: white;
            overflow: hidden !important;
            text-overflow: ellipsis !important; }
          .form-component-root .form-component .button-column .send-btn .btn-root .btn:hover {
            opacity: 1; }
          .form-component-root .form-component .button-column .send-btn .btn-root .btn:target {
            box-shadow: none; }
          .form-component-root .form-component .button-column .send-btn .btn-root .btn:active {
            box-shadow: none; }
        .form-component-root .form-component .button-column .send-btn .btn-root .disabled {
          cursor: auto !important;
          opacity: 0.5; }
          .form-component-root .form-component .button-column .send-btn .btn-root .disabled:hover {
            opacity: 0.5; }
  .form-component-root .form-component .createdby-updatedby-column .collaboratorDiv {
    display: -webkit-inline-box;
    overflow-x: auto;
    width: 100%;
    padding: 4px 0; }
    .form-component-root .form-component .createdby-updatedby-column .collaboratorDiv::-webkit-scrollbar {
      height: 2px; }
    .form-component-root .form-component .createdby-updatedby-column .collaboratorDiv .collaborator {
      font-size: 11px;
      border-radius: 25px;
      display: flex;
      align-items: center;
      height: 30px; }
      .form-component-root .form-component .createdby-updatedby-column .collaboratorDiv .collaborator span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: 600; }
      .form-component-root .form-component .createdby-updatedby-column .collaboratorDiv .collaborator:first-child {
        margin: 0 2px 0 0; }
      .form-component-root .form-component .createdby-updatedby-column .collaboratorDiv .collaborator img {
        width: 25px;
        height: 25px;
        margin-right: 4px;
        border-radius: 25px; }
  .form-component-root .form-component .radio-choice {
    display: flex;
    flex-direction: column;
    margin-top: 10px; }
    .form-component-root .form-component .radio-choice .checkbox {
      margin-top: 5px; }
      .form-component-root .form-component .radio-choice .checkbox label {
        font-weight: normal; }
  .form-component-root .form-component .select-option .limitselection .limit-option-change {
    display: flex;
    align-items: center;
    margin: 3px 4px 12px 18px;
    cursor: pointer; }
  .form-component-root .form-component .select-option .limitselection #RadioToggle .ui.toggle.checkbox label {
    line-height: 15px !important; }
  .form-component-root .form-component .formcondition-toggle {
    display: flex;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 10px;
    cursor: pointer; }
    .form-component-root .form-component .formcondition-toggle #RadioToggle .ui.toggle.checkbox label {
      line-height: 15px !important; }
  .form-component-root .form-component .action-button {
    margin-top: 10px; }
    .form-component-root .form-component .action-button button {
      margin-right: 10px; }
    .form-component-root .form-component .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); }
      .form-component-root .form-component .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); }
    .form-component-root .form-component .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; }
      .form-component-root .form-component .action-button .btn-apply .btn-text {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .form-component-root .form-component .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); }
      .form-component-root .form-component .action-button .btn-apply:focus {
        border: none; }
  .form-component-root .form-component .input-component {
    margin-top: 10px;
    font-size: 14px;
    width: 100% !important; }
    .form-component-root .form-component .input-component input {
      border: 2px solid rgba(0, 0, 0, 0.1); }
      .form-component-root .form-component .input-component input:hover {
        border-color: rgba(0, 0, 0, 0.25); }
      .form-component-root .form-component .input-component input:focus {
        border-color: #2872e1; }
      .form-component-root .form-component .input-component input:active, .form-component-root .form-component .input-component input:focus {
        box-shadow: inset 0 0 0 2px #cce0fe; }
  .form-component-root .form-component .input-duration-component {
    margin: 0em;
    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; }
  .form-component-root .form-component .PhoneInput {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 8px;
    margin: 10px 0px 0px 0px;
    border-radius: 4px;
    background-color: #FFFFFF; }
    .form-component-root .form-component .PhoneInput .PhoneInputCountry {
      width: 27px; }
      .form-component-root .form-component .PhoneInput .PhoneInputCountry svg {
        width: 100%;
        border-radius: 3px; }
      .form-component-root .form-component .PhoneInput .PhoneInputCountry .PhoneInputCountrySelect {
        display: none; }
      .form-component-root .form-component .PhoneInput .PhoneInputCountry .PhoneInputCountryIcon {
        display: flex;
        align-items: center; }
    .form-component-root .form-component .PhoneInput input {
      border: none;
      margin: auto;
      width: -webkit-fill-available;
      padding-left: 10px; }
      .form-component-root .form-component .PhoneInput input:focus {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none; }
      .form-component-root .form-component .PhoneInput input:active {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none; }
  .form-component-root .form-component .react-phone-number-input .react-phone-number-input__icon {
    width: 25px; }
    .form-component-root .form-component .react-phone-number-input .react-phone-number-input__icon img {
      width: 100%;
      border-radius: 3px; }
  .form-component-root .form-component .react-phone-number-input input {
    border: none;
    margin: auto;
    width: -webkit-fill-available;
    padding-left: 10px; }
    .form-component-root .form-component .react-phone-number-input input:focus {
      border: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      outline: none; }
    .form-component-root .form-component .react-phone-number-input input:active {
      border: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      outline: none; }
  .form-component-root .form-component .cbx {
    justify-content: flex-start !important;
    margin-top: 10px; }
  .form-component-root .form-component .attachment-bx {
    margin-top: 10px;
    display: flex;
    flex-direction: column; }
    .form-component-root .form-component .attachment-bx input {
      display: none; }
    .form-component-root .form-component .attachment-bx .file-drop-target {
      margin-top: 10px;
      display: flex;
      flex-direction: column; }
    .form-component-root .form-component .attachment-bx .file-drop-dragging-over-frame {
      border: 2px #ccc dashed !important;
      padding: 5px !important;
      min-height: 70px; }
    .form-component-root .form-component .attachment-bx .file-drop-dragging-over-target {
      border: 2px #ccc dashed !important;
      padding: 5px !important;
      min-height: 70px; }
    .form-component-root .form-component .attachment-bx .add {
      font-size: 13px;
      font-weight: bold;
      height: fit-content !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: max-content; }
      .form-component-root .form-component .attachment-bx .add:hover {
        background: #d2d2da;
        opacity: .9; }
    .form-component-root .form-component .attachment-bx .attachment-data {
      margin-top: 10px;
      display: flex;
      flex-wrap: wrap; }
      .form-component-root .form-component .attachment-bx .attachment-data .attachement-item .remove-icon {
        padding: 2px;
        position: absolute;
        margin-left: -23px;
        border-radius: 4px; }
      .form-component-root .form-component .attachment-bx .attachment-data .img-data {
        position: relative;
        width: auto;
        min-height: 64px;
        margin-right: 5px;
        max-height: 64px;
        border-radius: 4px;
        border: 2px solid #d8d7d7de; }
  .form-component-root .form-component .Select {
    margin-top: 10px;
    min-height: 30px; }
    .form-component-root .form-component .Select .Select-menu-outer {
      z-index: 2 !important; }
    .form-component-root .form-component .Select .Select-control {
      position: relative;
      border-radius: 4px;
      z-index: 1 !important; }
      .form-component-root .form-component .Select .Select-control .Select-placeholder {
        padding: 0 12px !important; }
      .form-component-root .form-component .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; }
      .form-component-root .form-component .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; }
      .form-component-root .form-component .Select .Select-control .Select-input {
        height: 18px;
        padding: 0px !important;
        vertical-align: middle;
        margin: auto 0; }
      .form-component-root .form-component .Select .Select-control .Select-input > input {
        box-sizing: border-box !important;
        padding: 0 !important; }
      .form-component-root .form-component .Select .Select-control:hover {
        box-shadow: none; }
      .form-component-root .form-component .Select .Select-control .select-tag-wrapper {
        display: block;
        height: fit-content;
        border-radius: 8px;
        margin: 5px 2px;
        max-width: inherit; }
    .form-component-root .form-component .Select .tab-select-bx {
      margin: 0 2px; }
    .form-component-root .form-component .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; }
      .form-component-root .form-component .Select .collaborator-tag img {
        width: 20px !important;
        height: 20px !important;
        margin: 0 !important; }
      .form-component-root .form-component .Select .collaborator-tag p {
        font-size: 13px;
        line-height: 18px !important;
        padding: 0 4px;
        overflow: hidden;
        margin: 0;
        white-space: nowrap;
        text-overflow: ellipsis; }
    .form-component-root .form-component .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; }
      .form-component-root .form-component .Select .select-tag .Select-aria-only {
        position: relative !important; }
  .form-component-root .form-component .react-datepicker-wrapper {
    width: 100%; }
    .form-component-root .form-component .react-datepicker-wrapper .react-datepicker__input-container {
      width: 100%; }
      .form-component-root .form-component .react-datepicker-wrapper .react-datepicker__input-container 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;
        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-top: 10px;
        border: 2px solid rgba(0, 0, 0, 0.1); }
        .form-component-root .form-component .react-datepicker-wrapper .react-datepicker__input-container input:hover {
          border-color: rgba(0, 0, 0, 0.25); }
        .form-component-root .form-component .react-datepicker-wrapper .react-datepicker__input-container input:focus {
          border-color: #2872e1; }
        .form-component-root .form-component .react-datepicker-wrapper .react-datepicker__input-container input:active, .form-component-root .form-component .react-datepicker-wrapper .react-datepicker__input-container input:focus {
          box-shadow: inset 0 0 0 2px #cce0fe; }
  .form-component-root .form-component .react-datepicker-popper .react-datepicker__time-list {
    padding: 0px;
    margin: 2px 2px !important; }
    .form-component-root .form-component .react-datepicker-popper .react-datepicker__time-list .react-datepicker__time-list-item {
      padding: 5px 0px !important; }
  .form-component-root .form-component .react-datepicker-popper .react-datepicker__time-container {
    width: 80px; }
  .form-component-root .form-component .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
    padding-right: 0px; }
  .form-component-root .form-component .react-phone-number-input {
    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.5em 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-top: 10px; }
    .form-component-root .form-component .react-phone-number-input .react-phone-number-input__row {
      display: flex; }
      .form-component-root .form-component .react-phone-number-input .react-phone-number-input__row select {
        display: none; }
      .form-component-root .form-component .react-phone-number-input .react-phone-number-input__row input {
        border: none;
        margin-left: 10px; }
    .form-component-root .form-component .react-phone-number-input .react-phone-number-input__country.react-phone-number-input__country--native {
      display: flex; }
    .form-component-root .form-component .react-phone-number-input svg {
      width: 25px; }

.form-component-root .time-column-formview .react-datepicker-popper .react-datepicker__triangle {
  margin-left: 0px !important;
  border-bottom-color: white !important; }

.form-component-root .time-column-formview .react-datepicker-popper .react-datepicker__time {
  margin-top: -19px; }

.form-component-root .time-column-formview .react-datepicker-popper .react-datepicker__header--time {
  padding: 0; }

.form-component-root .time-column-formview .react-datepicker-popper .react-datepicker__time-box {
  width: 100%; }

.form-component-root .time-column-formview .react-datepicker-popper .react-datepicker__time-list-item--selected {
  background-color: white !important;
  color: black !important;
  font-weight: 400; }

.form-component-root .links-bx {
  margin-top: 10px;
  display: flex;
  height: unset;
  min-height: unset;
  flex-wrap: wrap; }
  .form-component-root .links-bx .add {
    height: fit-content !important;
    background: #c7c7c7;
    font-weight: 400;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    padding: 0px 8px 0px 5px;
    margin: auto 0;
    margin-right: 5px;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 65px;
    font-size: 14px;
    white-space: nowrap;
    line-height: 22px; }
    .form-component-root .links-bx .add:hover {
      background: #d2d2da;
      opacity: .9; }
  .form-component-root .links-bx .row-link {
    white-space: nowrap;
    margin: 4px 5px;
    padding: 0px 4px;
    background: #ecf0fa;
    border: 0.5px solid #c9c9ec;
    border-radius: 2px;
    font-size: 13px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: fit-content; }
    .form-component-root .links-bx .row-link .remove-icon {
      cursor: pointer; }
    .form-component-root .links-bx .row-link .remove-icon::before {
      margin-left: 4px; }
    .form-component-root .links-bx .row-link:hover {
      cursor: pointer;
      opacity: 0.8; }
  .form-component-root .links-bx .error {
    background: #f5cce9 !important;
    border: 0.5px solid #a26e71 !important; }

.form-component-root .active:hover {
  background-color: #f1f1f2;
  border-radius: 4px;
  cursor: grab; }

.form-component-root .form-component-active {
  margin-top: 10px;
  padding: 20px;
  background-color: #f7f7f7;
  border: 1px solid #888;
  border-radius: 4px; }
  .form-component-root .form-component-active .name {
    display: flex;
    flex-direction: column; }
  .form-component-root .form-component-active label {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500; }
  .form-component-root .form-component-active .active-component-header {
    color: #888;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .form-component-root .form-component-active .active-component-header h3 {
      text-transform: capitalize; }
    .form-component-root .form-component-active .active-component-header #RadioToggle .ui.toggle.checkbox label {
      line-height: 15px !important; }
    .form-component-root .form-component-active .active-component-header #RadioToggle .ui.toggle.checkbox label {
      line-height: 15px !important; }

.form-component-root .css-1okebmr-indicatorSeparator {
  display: none; }

.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-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; }

.icon-with-text-container {
  display: flex;
  align-items: center;
  padding: 2px; }

.icon-with-text-container svg {
  margin-right: 4px; }

.custom-checkbox label::before {
  color: white; }

.custom-checkbox label::after {
  color: white !important;
  background: #2185D0 !important;
  border-radius: 0.21428571rem; }

.margin-left-11px {
  margin-left: 11px !important; }

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

.ui.form .update-form-wrapper .input-multi-line {
  margin: 0;
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  padding: .67857143em 1em;
  box-shadow: 0 0 0 0 transparent inset;
  transition: color .1s ease,border-color .1s ease;
  resize: vertical;
  border-radius: .28571429rem;
  line-height: 1.2857em;
  min-height: 83px;
  overflow-x: auto;
  white-space: pre-wrap; }
  .ui.form .update-form-wrapper .input-multi-line :focus {
    border-color: #85b7d9;
    background: #fff;
    color: rgba(0, 0, 0, 0.95);
    box-shadow: 0 0 0 1px #85b7d9; }

.form-condition-main {
  position: inherit;
  z-index: 0;
  width: 540px !important; }

.form-condition-main-two-column-layout {
  background-color: #FFFFFF;
  border: none;
  width: 100% !important;
  position: relative !important;
  top: 3px !important;
  padding: 0px !important; }

#FilterModel {
  border-radius: 10px; }
  #FilterModel .model-float {
    position: inherit; }
  #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 .link-sort {
    cursor: pointer; }
    #FilterModel .link-sort:hover {
      font-size: 13px; }
  #FilterModel #date-picker .input-datepicker {
    margin-top: 0px !important; }
  #FilterModel .filter-box-two-column-layout {
    flex-wrap: wrap;
    row-gap: 10px;
    display: flex;
    align-items: center;
    padding: 15px;
    margin-top: 7px; }

@media only screen and (max-width: 450px) {
  #FilterModel {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 300px;
    position: absolute;
    margin-right: -62px;
    margin-left: -122px; }
    #FilterModel .onMobile {
      display: block;
      flex-direction: column; }
      #FilterModel .onMobile .sort-bx {
        margin-top: 6px;
        margin-bottom: 6px; }
      #FilterModel .onMobile .sort-by-bx {
        width: inherit;
        justify-content: space-between; }
      #FilterModel .onMobile .input-filter {
        width: 98%; }
    #FilterModel .close-mobile {
      position: absolute;
      right: 4px;
      top: 4px; } }

#SortModel .close-icon {
  display: none; }

@media screen and (max-width: 767px) {
  #SortModel {
    width: 330px !important;
    left: -275px; }
    #SortModel .close-icon {
      display: block; } }

#SignatureBox {
  margin: 0;
  font-family: sans-serif;
  text-align: center;
  outline: none;
  cursor: default;
  max-width: 250px;
  padding: 3px 0; }
  #SignatureBox .signature-btn-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none; }
    #SignatureBox .signature-btn-group .signature-btn {
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 2px;
      border-radius: 5px; }
      #SignatureBox .signature-btn-group .signature-btn .btn-draw {
        width: 50px;
        height: 25px;
        font-size: 13px;
        font-weight: 600;
        line-height: 22px;
        border-radius: 4px;
        color: rgba(0, 0, 0, 0.6);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 8px 0px 5px;
        font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
        background-color: #E0E1E2;
        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); }
        #SignatureBox .signature-btn-group .signature-btn .btn-draw span {
          cursor: pointer; }
      #SignatureBox .signature-btn-group .signature-btn .btn-type {
        width: 50px;
        height: 25px;
        line-height: 22px;
        font-size: 13px;
        border-radius: 4px;
        color: rgba(0, 0, 0, 0.6);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 8px 0px 5px;
        font-weight: 600;
        font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
        background-color: #E0E1E2;
        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); }
        #SignatureBox .signature-btn-group .signature-btn .btn-type span {
          cursor: pointer; }
    #SignatureBox .signature-btn-group .btn-clear {
      width: 50px;
      height: 25px;
      line-height: 22px;
      font-size: 13px;
      border-radius: 4px;
      color: #2e69ff;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0px 8px 0px 5px;
      font-weight: 600;
      font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
      background-color: #eef3ff; }
      #SignatureBox .signature-btn-group .btn-clear span {
        width: 100%;
        cursor: pointer; }
    #SignatureBox .signature-btn-group .btn-save {
      font-size: 12px;
      border-radius: 4px;
      color: rgba(0, 0, 0, 0.6);
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 2px 7px;
      background-color: #eef3ff;
      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); }
      #SignatureBox .signature-btn-group .btn-save span {
        width: 100%;
        cursor: pointer; }
  #SignatureBox .canvas-container {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100px;
    border: solid 1px #b0c4de;
    margin: 3px 0;
    user-select: none;
    border-radius: 3px;
    letter-spacing: 1px; }
    #SignatureBox .canvas-container .canvas {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 0 5px;
      touch-action: none; }
  #SignatureBox .signature-input {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    user-select: none;
    border-radius: 3px;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px 5px;
    border: none;
    font-size: 25px; }
    #SignatureBox .signature-input:focus {
      outline: solid 1px #b0c4de !important;
      border: solid 1px #b0c4de !important; }
    #SignatureBox .signature-input:focus-visible {
      outline: none !important;
      border: none !important; }
  #SignatureBox:focus-visible {
    outline: none !important; }

.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;
  border: 1px solid #ddd;
  box-sizing: border-box;
  min-width: 250px;
  max-width: 300px; }
  .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; }
  .modal-wrapper .stack-users {
    list-style: none;
    padding: 0; }
    .modal-wrapper .stack-users .item {
      display: flex;
      align-items: center; }
    .modal-wrapper .stack-users .content {
      flex: 1;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .modal-wrapper .stack-users .header {
      font-size: 1rem;
      font-weight: bold;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 100%; }

#RowCard {
  margin: 0 8px;
  pointer-events: all;
  cursor: pointer;
  padding: 1px;
  height: 85px;
  line-height: 16px;
  border: 2px solid #ddd;
  border-radius: 6px;
  background: white;
  margin-top: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  #RowCard:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25); }
  @media only screen and (min-width: 500px) {
    #RowCard:hover {
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); } }
  #RowCard .card-cover-image {
    background: transparent;
    border-bottom: 2px solid #ddd; }
    #RowCard .card-cover-image .control-next {
      border-top-right-radius: 6px; }
    #RowCard .card-cover-image .control-prev {
      border-top-left-radius: 6px; }
    #RowCard .card-cover-image img {
      background: transparent;
      width: 100%;
      height: 180px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      object-fit: cover; }
  #RowCard .card-header {
    display: inline-flex;
    font-size: 16px;
    font-weight: 900;
    padding: 3px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; }
    #RowCard .card-header .card-row-color {
      width: 8px;
      height: 23px;
      border-radius: 9999px;
      margin-right: 8px;
      cursor: pointer;
      flex: none; }
    #RowCard .card-header .firstColumnValue {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 13px;
      font-size: 14px !important;
      width: 100%;
      line-height: 1.25;
      color: #1f1f1f; }
      #RowCard .card-header .firstColumnValue .textColumn, #RowCard .card-header .firstColumnValue .checkboxColumn, #RowCard .card-header .firstColumnValue .collaboratorColumn, #RowCard .card-header .firstColumnValue .selectorColumn, #RowCard .card-header .firstColumnValue .attachmentColumn, #RowCard .card-header .firstColumnValue .linkColumn, #RowCard .card-header .firstColumnValue .api-push, #RowCard .card-header .firstColumnValue .rating-card, #RowCard .card-header .firstColumnValue .progress-card, #RowCard .card-header .firstColumnValue .button-column {
        width: 100%;
        padding: 0px; }
        #RowCard .card-header .firstColumnValue .textColumn .row-card-field-title, #RowCard .card-header .firstColumnValue .checkboxColumn .row-card-field-title, #RowCard .card-header .firstColumnValue .collaboratorColumn .row-card-field-title, #RowCard .card-header .firstColumnValue .selectorColumn .row-card-field-title, #RowCard .card-header .firstColumnValue .attachmentColumn .row-card-field-title, #RowCard .card-header .firstColumnValue .linkColumn .row-card-field-title, #RowCard .card-header .firstColumnValue .api-push .row-card-field-title, #RowCard .card-header .firstColumnValue .rating-card .row-card-field-title, #RowCard .card-header .firstColumnValue .progress-card .row-card-field-title, #RowCard .card-header .firstColumnValue .button-column .row-card-field-title {
          display: flex;
          align-items: center;
          opacity: 0.6; }
          #RowCard .card-header .firstColumnValue .textColumn .row-card-field-title .field-name, #RowCard .card-header .firstColumnValue .checkboxColumn .row-card-field-title .field-name, #RowCard .card-header .firstColumnValue .collaboratorColumn .row-card-field-title .field-name, #RowCard .card-header .firstColumnValue .selectorColumn .row-card-field-title .field-name, #RowCard .card-header .firstColumnValue .attachmentColumn .row-card-field-title .field-name, #RowCard .card-header .firstColumnValue .linkColumn .row-card-field-title .field-name, #RowCard .card-header .firstColumnValue .api-push .row-card-field-title .field-name, #RowCard .card-header .firstColumnValue .rating-card .row-card-field-title .field-name, #RowCard .card-header .firstColumnValue .progress-card .row-card-field-title .field-name, #RowCard .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; }
      #RowCard .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: 13px;
        word-wrap: break-word;
        color: #464545;
        margin-top: 5px;
        -webkit-line-clamp: 1 !important; }
      #RowCard .card-header .firstColumnValue .textColumn .value {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px;
        margin-top: 5px;
        color: #1d1f25; }
        #RowCard .card-header .firstColumnValue .textColumn .value .value-title {
          white-space: nowrap;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis; }
      #RowCard .card-header .firstColumnValue .checkboxColumn .value {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px;
        pointer-events: none;
        opacity: 0.8;
        color: black;
        margin-top: 5px; }
        #RowCard .card-header .firstColumnValue .checkboxColumn .value .cbx {
          margin-left: 11px !important; }
      #RowCard .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv {
        display: -webkit-inline-box;
        overflow-x: hidden;
        width: 100%;
        padding: 4px 0; }
        #RowCard .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
          height: 2px; }
        #RowCard .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator-tag {
          display: flex;
          flex-direction: row;
          white-space: nowrap;
          justify-content: center;
          align-items: center; }
          #RowCard .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator-tag p {
            font-size: 12px; }
        #RowCard .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; }
          #RowCard .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator span {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
          #RowCard .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator:first-child {
            margin: 0 2px 0 0; }
          #RowCard .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator img {
            width: 25px;
            height: 25px;
            margin-right: 4px;
            border-radius: 25px; }
      #RowCard .card-header .firstColumnValue .selectorColumn .selectorDiv {
        display: block;
        overflow-x: hidden;
        white-space: nowrap;
        margin-top: 5px;
        padding: 4px 0; }
        #RowCard .card-header .firstColumnValue .selectorColumn .selectorDiv::-webkit-scrollbar {
          height: 2px; }
        #RowCard .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; }
          #RowCard .card-header .firstColumnValue .selectorColumn .selectorDiv .selector:first-child {
            margin: 0 2px 0 0; }
      #RowCard .card-header .firstColumnValue .selectorColumn .selectorDivCustom {
        display: flex;
        overflow-x: hidden;
        white-space: nowrap;
        margin-top: 5px; }
        #RowCard .card-header .firstColumnValue .selectorColumn .selectorDivCustom::-webkit-scrollbar {
          height: 2px; }
        #RowCard .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; }
          #RowCard .card-header .firstColumnValue .selectorColumn .selectorDivCustom .selector:first-child {
            margin: 0 2px 0 0; }
        #RowCard .card-header .firstColumnValue .selectorColumn .selectorDivCustom .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; }
        #RowCard .card-header .firstColumnValue .selectorColumn .selectorDivCustom .select-tag-custom-single-select-column-type {
          padding: 2px 8px; }
        #RowCard .card-header .firstColumnValue .selectorColumn .selectorDivCustom .select-tag-wrapper, #RowCard .card-header .firstColumnValue .selectorColumn .selectorDivCustom .select-tag-wrapper-custom {
          margin: 0; }
      #RowCard .card-header .firstColumnValue .margin-right-5px {
        margin-right: 5px; }
      #RowCard .card-header .firstColumnValue .attachmentColumn .attachmentDiv {
        display: flex;
        align-items: center;
        overflow: hidden;
        padding: 4px 0; }
        #RowCard .card-header .firstColumnValue .attachmentColumn .attachmentDiv::-webkit-scrollbar {
          height: 2px; }
        #RowCard .card-header .firstColumnValue .attachmentColumn .attachmentDiv .attachment {
          margin: 0 2px; }
          #RowCard .card-header .firstColumnValue .attachmentColumn .attachmentDiv .attachment img {
            min-height: 22px;
            max-height: 22px;
            max-width: 80px;
            border-radius: 2px; }
          #RowCard .card-header .firstColumnValue .attachmentColumn .attachmentDiv .attachment:first-child {
            margin: 0 2px 0 0; }
      #RowCard .card-header .firstColumnValue .linkColumn .linksDiv {
        display: block;
        overflow-x: hidden;
        white-space: nowrap;
        margin-top: 5px;
        padding: 4px 0; }
        #RowCard .card-header .firstColumnValue .linkColumn .linksDiv::-webkit-scrollbar {
          height: 2px; }
        #RowCard .card-header .firstColumnValue .linkColumn .linksDiv .row-link {
          display: inline;
          padding: 0px 4px;
          background: #ecf0fa;
          border: 1px solid #c9c9ec;
          border-radius: 2px; }
        #RowCard .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; }
      #RowCard .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; }
      #RowCard .card-header .firstColumnValue .rating-card .collaboratorDiv {
        display: -webkit-inline-box;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        padding: 4px 0; }
        #RowCard .card-header .firstColumnValue .rating-card .collaboratorDiv::-webkit-scrollbar {
          height: 2px; }
        #RowCard .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; }
          #RowCard .card-header .firstColumnValue .rating-card .collaboratorDiv .collaborator span {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
          #RowCard .card-header .firstColumnValue .rating-card .collaboratorDiv .collaborator:first-child {
            margin: 0 2px 0 0; }
          #RowCard .card-header .firstColumnValue .rating-card .collaboratorDiv .collaborator img {
            width: 25px;
            height: 25px;
            margin-right: 4px;
            border-radius: 25px; }
      #RowCard .card-header .firstColumnValue .progress-card {
        margin: auto; }
        #RowCard .card-header .firstColumnValue .progress-card .progress-text-task {
          white-space: nowrap;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 13px;
          margin-top: 5px;
          color: #464545;
          width: 100px; }
        #RowCard .card-header .firstColumnValue .progress-card .progress-type {
          white-space: nowrap;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 13px;
          display: flex;
          align-items: center;
          width: 100%; }
          #RowCard .card-header .firstColumnValue .progress-card .progress-type .progress-line {
            width: 90%;
            margin: auto !important; }
          #RowCard .card-header .firstColumnValue .progress-card .progress-type .progress-percentage {
            width: 29px;
            text-align: center;
            margin-left: 4px;
            color: green;
            font-weight: 500; }
          #RowCard .card-header .firstColumnValue .progress-card .progress-type .ui.small.progress {
            font-size: 0.60857143rem; }
      #RowCard .card-header .firstColumnValue .button-column {
        display: block; }
        #RowCard .card-header .firstColumnValue .button-column .send-btn {
          width: -webkit-fill-available;
          text-align: center;
          display: flex; }
          #RowCard .card-header .firstColumnValue .button-column .send-btn .btn-root {
            margin: 7px 5px 0px 2px;
            display: flex;
            justify-content: center; }
            #RowCard .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); }
              #RowCard .card-header .firstColumnValue .button-column .send-btn .btn-root .btn svg {
                margin-right: 5px; }
              #RowCard .card-header .firstColumnValue .button-column .send-btn .btn-root .btn span {
                white-space: nowrap !important;
                color: white;
                overflow: hidden !important;
                text-overflow: ellipsis !important; }
              #RowCard .card-header .firstColumnValue .button-column .send-btn .btn-root .btn:hover {
                opacity: 1; }
              #RowCard .card-header .firstColumnValue .button-column .send-btn .btn-root .btn:target {
                box-shadow: none; }
              #RowCard .card-header .firstColumnValue .button-column .send-btn .btn-root .btn:active {
                box-shadow: none; }
            #RowCard .card-header .firstColumnValue .button-column .send-btn .btn-root .disabled {
              cursor: auto !important;
              opacity: 0.5; }
              #RowCard .card-header .firstColumnValue .button-column .send-btn .btn-root .disabled:hover {
                opacity: 0.5; }
      #RowCard .card-header .firstColumnValue .multilineValue div {
        font-size: 15px;
        font-weight: 500; }
      #RowCard .card-header .firstColumnValue .value {
        font-size: 14px !important;
        line-height: 1.5; }
        #RowCard .card-header .firstColumnValue .value div {
          font-size: 15px;
          font-weight: 500; }
      #RowCard .card-header .firstColumnValue .columnValue-text {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.5;
        font-weight: 500;
        font-size: 15px; }
  #RowCard .card-data {
    display: flex;
    justify-content: flex-start;
    padding-left: 6px;
    padding-right: 6px; }
    #RowCard .card-data .card-header .firstColumnValue .textColumn, #RowCard .card-header .firstColumnValue .card-data .textColumn, #RowCard .card-data .card-header .firstColumnValue .checkboxColumn, #RowCard .card-header .firstColumnValue .card-data .checkboxColumn, #RowCard .card-data .card-header .firstColumnValue .collaboratorColumn, #RowCard .card-header .firstColumnValue .card-data .collaboratorColumn, #RowCard .card-data .card-header .firstColumnValue .selectorColumn, #RowCard .card-header .firstColumnValue .card-data .selectorColumn, #RowCard .card-data .card-header .firstColumnValue .attachmentColumn, #RowCard .card-header .firstColumnValue .card-data .attachmentColumn, #RowCard .card-data .card-header .firstColumnValue .linkColumn, #RowCard .card-header .firstColumnValue .card-data .linkColumn, #RowCard .card-data .card-header .firstColumnValue .api-push, #RowCard .card-header .firstColumnValue .card-data .api-push, #RowCard .card-data .card-header .firstColumnValue .rating-card, #RowCard .card-header .firstColumnValue .card-data .rating-card, #RowCard .card-data .card-header .firstColumnValue .progress-card, #RowCard .card-header .firstColumnValue .card-data .progress-card, #RowCard .card-data .card-header .firstColumnValue .button-column, #RowCard .card-header .firstColumnValue .card-data .button-column, #RowCard .card-data .textColumn, #RowCard .card-data .checkboxColumn, #RowCard .card-data .collaboratorColumn, #RowCard .card-data .selectorColumn, #RowCard .card-data .attachmentColumn, #RowCard .card-data .linkColumn, #RowCard .card-data .api-push, #RowCard .card-data .rating-card, #RowCard .card-data .progress-card, #RowCard .card-data .button-column {
      width: 25%;
      padding: 0 10px 4px 4px; }
      #RowCard .card-data .textColumn .row-card-field-title, #RowCard .card-data .checkboxColumn .row-card-field-title, #RowCard .card-data .collaboratorColumn .row-card-field-title, #RowCard .card-data .selectorColumn .row-card-field-title, #RowCard .card-data .attachmentColumn .row-card-field-title, #RowCard .card-data .linkColumn .row-card-field-title, #RowCard .card-data .api-push .row-card-field-title, #RowCard .card-data .rating-card .row-card-field-title, #RowCard .card-data .progress-card .row-card-field-title, #RowCard .card-data .button-column .row-card-field-title {
        display: flex;
        align-items: center;
        opacity: 0.6; }
        #RowCard .card-data .textColumn .row-card-field-title .field-name, #RowCard .card-data .checkboxColumn .row-card-field-title .field-name, #RowCard .card-data .collaboratorColumn .row-card-field-title .field-name, #RowCard .card-data .selectorColumn .row-card-field-title .field-name, #RowCard .card-data .attachmentColumn .row-card-field-title .field-name, #RowCard .card-data .linkColumn .row-card-field-title .field-name, #RowCard .card-data .api-push .row-card-field-title .field-name, #RowCard .card-data .rating-card .row-card-field-title .field-name, #RowCard .card-data .progress-card .row-card-field-title .field-name, #RowCard .card-data .button-column .row-card-field-title .field-name {
          margin-left: 4px;
          font-size: 12px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
    #RowCard .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: 13px;
      word-wrap: break-word;
      color: #464545;
      margin-top: 5px;
      -webkit-line-clamp: 1 !important; }
    #RowCard .card-data .textColumn .value {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 13px;
      margin-top: 5px;
      color: #1d1f25; }
      #RowCard .card-data .textColumn .value .value-title {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis; }
    #RowCard .card-data .checkboxColumn .value {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 13px;
      pointer-events: none;
      opacity: 0.8;
      color: black;
      margin-top: 5px; }
      #RowCard .card-data .checkboxColumn .value .cbx {
        margin-left: 11px !important; }
    #RowCard .card-data .collaboratorColumn .collaboratorDiv {
      display: -webkit-inline-box;
      overflow-x: hidden;
      width: 100%;
      padding: 4px 0; }
      #RowCard .card-data .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
        height: 2px; }
      #RowCard .card-data .collaboratorColumn .collaboratorDiv .collaborator-tag {
        display: flex;
        flex-direction: row;
        white-space: nowrap;
        justify-content: center;
        align-items: center; }
        #RowCard .card-data .collaboratorColumn .collaboratorDiv .collaborator-tag p {
          font-size: 12px; }
      #RowCard .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; }
        #RowCard .card-data .collaboratorColumn .collaboratorDiv .collaborator span {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        #RowCard .card-data .collaboratorColumn .collaboratorDiv .collaborator:first-child {
          margin: 0 2px 0 0; }
        #RowCard .card-data .collaboratorColumn .collaboratorDiv .collaborator img {
          width: 25px;
          height: 25px;
          margin-right: 4px;
          border-radius: 25px; }
    #RowCard .card-data .selectorColumn .selectorDiv {
      display: block;
      overflow-x: hidden;
      white-space: nowrap;
      margin-top: 5px;
      padding: 4px 0; }
      #RowCard .card-data .selectorColumn .selectorDiv::-webkit-scrollbar {
        height: 2px; }
      #RowCard .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; }
        #RowCard .card-data .selectorColumn .selectorDiv .selector:first-child {
          margin: 0 2px 0 0; }
    #RowCard .card-data .selectorColumn .selectorDivCustom {
      display: flex;
      overflow-x: hidden;
      white-space: nowrap;
      margin-top: 5px; }
      #RowCard .card-data .selectorColumn .selectorDivCustom::-webkit-scrollbar {
        height: 2px; }
      #RowCard .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; }
        #RowCard .card-data .selectorColumn .selectorDivCustom .selector:first-child {
          margin: 0 2px 0 0; }
      #RowCard .card-data .selectorColumn .selectorDivCustom .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; }
      #RowCard .card-data .selectorColumn .selectorDivCustom .select-tag-custom-single-select-column-type {
        padding: 2px 8px; }
      #RowCard .card-data .selectorColumn .selectorDivCustom .select-tag-wrapper, #RowCard .card-data .selectorColumn .selectorDivCustom .select-tag-wrapper-custom {
        margin: 0; }
    #RowCard .card-data .margin-right-5px {
      margin-right: 5px; }
    #RowCard .card-data .attachmentColumn .attachmentDiv {
      display: flex;
      align-items: center;
      overflow: hidden;
      padding: 4px 0; }
      #RowCard .card-data .attachmentColumn .attachmentDiv::-webkit-scrollbar {
        height: 2px; }
      #RowCard .card-data .attachmentColumn .attachmentDiv .attachment {
        margin: 0 2px; }
        #RowCard .card-data .attachmentColumn .attachmentDiv .attachment img {
          min-height: 22px;
          max-height: 22px;
          max-width: 80px;
          border-radius: 2px; }
        #RowCard .card-data .attachmentColumn .attachmentDiv .attachment:first-child {
          margin: 0 2px 0 0; }
    #RowCard .card-data .linkColumn .linksDiv {
      display: block;
      overflow-x: hidden;
      white-space: nowrap;
      margin-top: 5px;
      padding: 4px 0; }
      #RowCard .card-data .linkColumn .linksDiv::-webkit-scrollbar {
        height: 2px; }
      #RowCard .card-data .linkColumn .linksDiv .row-link {
        display: inline;
        padding: 0px 4px;
        background: #ecf0fa;
        border: 1px solid #c9c9ec;
        border-radius: 2px; }
      #RowCard .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; }
    #RowCard .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; }
    #RowCard .card-data .rating-card .collaboratorDiv {
      display: -webkit-inline-box;
      overflow-x: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 100%;
      padding: 4px 0; }
      #RowCard .card-data .rating-card .collaboratorDiv::-webkit-scrollbar {
        height: 2px; }
      #RowCard .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; }
        #RowCard .card-data .rating-card .collaboratorDiv .collaborator span {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        #RowCard .card-data .rating-card .collaboratorDiv .collaborator:first-child {
          margin: 0 2px 0 0; }
        #RowCard .card-data .rating-card .collaboratorDiv .collaborator img {
          width: 25px;
          height: 25px;
          margin-right: 4px;
          border-radius: 25px; }
    #RowCard .card-data .progress-card {
      margin: auto; }
      #RowCard .card-data .progress-card .progress-text-task {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px;
        margin-top: 5px;
        color: #464545;
        width: 100px; }
      #RowCard .card-data .progress-card .progress-type {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px;
        display: flex;
        align-items: center;
        width: 100%; }
        #RowCard .card-data .progress-card .progress-type .progress-line {
          width: 90%;
          margin: auto !important; }
        #RowCard .card-data .progress-card .progress-type .progress-percentage {
          width: 29px;
          text-align: center;
          margin-left: 4px;
          color: green;
          font-weight: 500; }
        #RowCard .card-data .progress-card .progress-type .ui.small.progress {
          font-size: 0.60857143rem; }
    #RowCard .card-data .button-column {
      display: block; }
      #RowCard .card-data .button-column .send-btn {
        width: -webkit-fill-available;
        text-align: center;
        display: flex; }
        #RowCard .card-data .button-column .send-btn .btn-root {
          margin: 7px 5px 0px 2px;
          display: flex;
          justify-content: center; }
          #RowCard .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); }
            #RowCard .card-data .button-column .send-btn .btn-root .btn svg {
              margin-right: 5px; }
            #RowCard .card-data .button-column .send-btn .btn-root .btn span {
              white-space: nowrap !important;
              color: white;
              overflow: hidden !important;
              text-overflow: ellipsis !important; }
            #RowCard .card-data .button-column .send-btn .btn-root .btn:hover {
              opacity: 1; }
            #RowCard .card-data .button-column .send-btn .btn-root .btn:target {
              box-shadow: none; }
            #RowCard .card-data .button-column .send-btn .btn-root .btn:active {
              box-shadow: none; }
          #RowCard .card-data .button-column .send-btn .btn-root .disabled {
            cursor: auto !important;
            opacity: 0.5; }
            #RowCard .card-data .button-column .send-btn .btn-root .disabled:hover {
              opacity: 0.5; }
    #RowCard .card-data .signature-card .row-card-field-title {
      display: flex;
      align-items: center;
      opacity: 0.6; }
      #RowCard .card-data .signature-card .row-card-field-title .field-name {
        margin-left: 4px;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    #RowCard .card-data .signature-card .signature-img {
      min-height: 22px;
      max-height: 22px;
      max-width: 80px; }

.activeRowCardIndex {
  border: 2px solid #5097D1 !important;
  box-shadow: #cccccc 0px 1px 2px; }

.embedRowCard {
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  cursor: default !important;
  box-shadow: none; }
  .embedRowCard:hover {
    box-shadow: none !important; }

.margin-top-2px {
  margin-top: 2px; }

.apply-border {
  border: 3px solid #5097D1 !important;
  border-radius: 5px; }

.body {
  color: #414141 !important; }

#FormPreview {
  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: #414141 !important;
  display: flex;
  justify-content: center;
  height: 100%; }
  #FormPreview .react-datepicker-popper {
    z-index: 10000000; }
  #FormPreview .disable-submit-modal {
    z-index: 1000;
    position: fixed;
    background: #fff;
    border: 5px solid #ddd;
    padding: 20px;
    width: 26%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    font-size: 16px;
    height: 20%; }
    #FormPreview .disable-submit-modal .content {
      margin-bottom: 10px;
      font-weight: 500;
      line-height: 20px; }
  #FormPreview .column-disable-submit-modal {
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 385px;
    padding: 32px;
    border-radius: 6px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #fff; }
    #FormPreview .column-disable-submit-modal .msg-content {
      font-size: 20px;
      font-weight: 500;
      color: #4d4d4d;
      line-height: 1.25; }
  #FormPreview .form-logo-box {
    display: block !important; }
  #FormPreview .model-error {
    margin: auto;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 10px; }
    #FormPreview .model-error img {
      width: 200px; }
  #FormPreview .btn-open-rowlist.right {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 100;
    box-shadow: 0px 0px 2px 2px #797474; }
  #FormPreview .btn-open-rowlist.left {
    position: fixed;
    top: 12px;
    left: 20px;
    z-index: 100;
    box-shadow: 0px 0px 2px 2px #797474; }
  #FormPreview .form-loading {
    position: absolute;
    top: 48%;
    left: 48%; }
  #FormPreview .formView {
    width: -webkit-fill-available;
    width: -moz-available;
    position: fixed;
    bottom: 0px;
    top: 0px;
    overflow: auto;
    right: 0px;
    left: 0px; }
    #FormPreview .formView .form-view-root .name,
    #FormPreview .formView .form-view-root .addlogotext,
    #FormPreview .formView .form-view-root .lable-form-name,
    #FormPreview .formView .form-view-root .form-desc-preview,
    #FormPreview .formView .form-view-root .form-desc-preview .ql-editor p,
    #FormPreview .formView .form-view-root .description div,
    #FormPreview .formView .form-view-root .description div p,
    #FormPreview .formView .form-view-root .css-1wa3eu0-placeholder,
    #FormPreview .formView .form-view-root .add,
    #FormPreview .formView .form-view-root select,
    #FormPreview .formView .form-view-root .checkbox-css label,
    #FormPreview .formView .form-view-root .preview-top-box .preview-switch-account,
    #FormPreview .formView .form-view-root .preview-info-text {
      font-family: var(--form-font-family);
      color: var(--form-font-color, #000000); }
    #FormPreview .formView .form-view-root .input-component input,
    #FormPreview .formView .form-view-root textarea,
    #FormPreview .formView .form-view-root .checkbox-css,
    #FormPreview .formView .form-view-root .form-action-button button {
      font-family: var(--form-font-family); }
    #FormPreview .formView .form-view-root .input-component input,
    #FormPreview .formView .form-view-root .css-bm819o-control,
    #FormPreview .formView .form-view-root textarea {
      background-color: var(--form-font-backgroung); }
    #FormPreview .formView .form-view-root {
      max-width: 700px;
      margin: 20px auto 20px auto;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px;
      border-radius: 10px;
      background: white;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: scroll;
      background-position: center; }
      #FormPreview .formView .form-view-root .checkbox-css label::after {
        border-radius: 3px;
        color: white !important;
        background-color: #2872e1 !important; }
      #FormPreview .formView .form-view-root .checkbox-css input:focus ~ label:before {
        color: white !important;
        border-color: #2872e1 !important; }
      #FormPreview .formView .form-view-root .form-password-footer {
        margin: 0 20px;
        opacity: 0.5;
        font-size: 11px; }
      #FormPreview .formView .form-view-root .input-component input {
        border: 2px solid rgba(0, 0, 0, 0.1);
        width: 100%; }
        #FormPreview .formView .form-view-root .input-component input:hover {
          border-color: rgba(0, 0, 0, 0.25); }
        #FormPreview .formView .form-view-root .input-component input:focus {
          border-color: #2872e1; }
        #FormPreview .formView .form-view-root .input-component input:active, #FormPreview .formView .form-view-root .input-component input:focus {
          box-shadow: inset 0 0 0 2px #cce0fe; }
    #FormPreview .formView .form-success {
      padding: 20px; }
      #FormPreview .formView .form-success p {
        font-weight: bold;
        font-weight: bold;
        font-size: 18px;
        text-align: center; }
    #FormPreview .formView .formpreview-container {
      max-width: 600px;
      margin: auto;
      width: 100%;
      padding: 20px 5px; }
      #FormPreview .formView .formpreview-container .preview-email-section {
        width: 100%;
        padding: 20px;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        #FormPreview .formView .formpreview-container .preview-email-section .preview-top-box {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          width: 100%;
          gap: 10px;
          flex-wrap: wrap; }
        #FormPreview .formView .formpreview-container .preview-email-section .preview-email-box {
          display: flex;
          align-items: center;
          gap: 10px;
          background: #f1f3f4;
          padding: 5px 8px;
          border-radius: 9999px; }
          #FormPreview .formView .formpreview-container .preview-email-section .preview-email-box .bcfzFW {
            width: 1.8rem; }
          #FormPreview .formView .formpreview-container .preview-email-section .preview-email-box .preview-profile-icon {
            width: 25px;
            height: 25px;
            background-color: green;
            color: white;
            font-weight: 500;
            font-size: 16px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center; }
          #FormPreview .formView .formpreview-container .preview-email-section .preview-email-box .preview-email-text {
            font-size: 14px;
            font-weight: 500;
            color: #202124;
            word-wrap: break-word;
            max-width: 100%; }
        #FormPreview .formView .formpreview-container .preview-email-section .preview-switch-container .preview-switch-account {
          font-size: 14px;
          border-bottom-style: solid;
          border-bottom-width: 1px;
          cursor: pointer; }
        #FormPreview .formView .formpreview-container .preview-email-section .preview-info-text {
          font-size: 14px;
          margin-top: 10px; }
  #FormPreview .content {
    max-width: 600px;
    margin: auto;
    padding-bottom: 20px; }
    #FormPreview .content .column-layout {
      width: 100%; }
    #FormPreview .content .page-divider-two-column {
      display: flex;
      align-items: center; }
    #FormPreview .content .two-column-layout {
      width: 50%; }
    @media only screen and (max-width: 768px) {
      #FormPreview .content .two-column-layout {
        width: 100%;
        /* Full-width for mobile */ } }
    #FormPreview .content .css-1okebmr-indicatorSeparator {
      display: none; }
    #FormPreview .content .select-tag-wrapper {
      display: block;
      height: fit-content;
      border-radius: 8px;
      margin: 5px 2px;
      max-width: inherit; }
    #FormPreview .content .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: #2f2f2f;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%;
      white-space: nowrap; }
      #FormPreview .content .select-tag .Select-aria-only {
        position: relative !important; }
    #FormPreview .content .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; }
      #FormPreview .content .collaborator-tag img {
        width: 20px !important;
        height: 20px !important;
        margin: 0 !important; }
      #FormPreview .content .collaborator-tag p {
        font-size: 13px;
        line-height: 18px !important;
        padding: 0 4px;
        overflow: hidden;
        margin: 0;
        white-space: nowrap;
        text-overflow: ellipsis; }
    #FormPreview .content .css-1itjr4n-multiValue {
      height: 19px !important;
      justify-content: center !important;
      align-items: center !important; }
    #FormPreview .content .css-13wzbve-singleValue {
      display: contents !important; }
    #FormPreview .content .css-1h785rw {
      padding-left: 0px; }
  #FormPreview .message-root .form-error {
    color: red;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 400; }
  #FormPreview .info-notice {
    margin: 20px;
    padding: 10px;
    border-radius: 5px;
    /* border: 1px solid #ccc; */
    /* color: #c5626f; */
    background: #f5eeb7;
    display: flex;
    justify-content: space-between; }
    #FormPreview .info-notice p {
      margin-bottom: 0px; }
    #FormPreview .info-notice i {
      cursor: pointer; }
  @media (max-width: 576px) {
    #FormPreview .formView {
      padding: 0px; }
      #FormPreview .formView .form-view-root {
        border-radius: 0; } }
  #FormPreview .welcome-modal-first-page {
    margin: 40px auto 20px;
    max-width: 700px;
    border-radius: 10px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  #FormPreview .welcome-modal-first-page-content {
    position: absolute;
    top: calc(50vh - 100px);
    text-align: center; }
  #FormPreview .typeform-welcome-model {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 750px;
    justify-content: center; }
  #FormPreview .welcome-model-main {
    border-radius: 10px;
    padding: 10px;
    height: fit-content;
    width: 100%;
    max-width: 1440px;
    text-align: center;
    display: flex; }
    #FormPreview .welcome-model-main .welcome-model-content {
      width: 100%;
      display: flex;
      align-items: center;
      padding: 12px;
      font-family: Karla; }
      #FormPreview .welcome-model-main .welcome-model-content .welcome-model-img-content {
        width: 50%; }
        #FormPreview .welcome-model-main .welcome-model-content .welcome-model-img-content .welcome-img {
          width: 100%;
          max-width: 400px; }
      #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent {
        width: 50%;
        text-align: left;
        margin-top: 25px; }
        #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-title {
          font-weight: 500;
          display: block;
          margin-bottom: 20px; }
          @media screen and (min-width: 1024px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-title {
              margin-bottom: 30px; } }
          @media screen and (min-width: 769px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-title {
              font-size: 28px; } }
          @media screen and (min-width: 426px) and (max-width: 1024px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-title {
              font-size: 26px; } }
          @media screen and (min-width: 320px) and (max-width: 425px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-title {
              font-size: 26px; } }
          @media screen and (max-width: 319px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-title {
              font-size: 26px; } }
        #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-description {
          color: darkgray;
          margin-bottom: 20px;
          display: block; }
          @media screen and (min-width: 769px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-description {
              font-size: 22px; } }
          @media screen and (min-width: 426px) and (max-width: 1024px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-description {
              font-size: 18px; } }
          @media screen and (max-width: 425px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-description {
              font-size: 18px; } }
        #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-footer {
          position: relative;
          align-items: center;
          display: flex; }
          #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-footer .enter-here {
            top: 10px; }
        #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .enter-text {
          font-weight: bold; }
        #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-button-center {
          padding: 11px 17px;
          background-color: gray;
          color: white;
          margin-right: 0px;
          font-family: Karla;
          font-size: 20px; }
          @media screen and (min-width: 769px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-button-center {
              font-size: 22px; } }
          @media screen and (min-width: 426px) and (max-width: 1024px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-button-center {
              font-size: 20px; } }
          @media screen and (min-width: 320px) and (max-width: 425px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-button-center {
              font-size: 20px; } }
        #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-button {
          padding: 11px 17px;
          background-color: gray;
          color: white;
          margin-right: 25px;
          font-family: Karla;
          font-size: 20px; }
          @media screen and (min-width: 769px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-button {
              font-size: 22px; } }
          @media screen and (min-width: 426px) and (max-width: 1024px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-button {
              font-size: 20px; } }
          @media screen and (min-width: 320px) and (max-width: 425px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-button {
              font-size: 20px; } }
        #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .dead-link {
          width: 0px; }
        #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .dead-link::after {
          content: url(/build/assets/aba6a459618ce445adf5.png);
          display: inline-block;
          width: 25px;
          height: 12px; }
      #FormPreview .welcome-model-main .welcome-model-content .welcome-model-full-textContent {
        width: 100%; }
      #FormPreview .welcome-model-main .welcome-model-content .press-enter-center {
        position: absolute;
        top: 12px;
        left: 115%; }
        @media screen and (max-width: 425px) {
          #FormPreview .welcome-model-main .welcome-model-content .press-enter-center {
            top: 11px; } }
      #FormPreview .welcome-model-main .welcome-model-content .welcome-model-test-sub-content-1 {
        white-space: nowrap; }
      #FormPreview .welcome-model-main .welcome-model-content .welcome-model-test-sub-content-2 {
        display: inline-block; }
      #FormPreview .welcome-model-main .welcome-model-content .press-enter-center-without-img {
        position: absolute;
        top: 13px;
        left: 115%; }
      #FormPreview .welcome-model-main .welcome-model-content .press-enter-left-or-right {
        display: inline-block; }
    #FormPreview .welcome-model-main .welcome-model-test-sub-content {
      display: flex;
      flex-flow: row wrap;
      position: relative;
      -webkit-box-align: center;
      align-items: center;
      margin-bottom: 0px; }

.Toastify__toast--info {
  background: #31353e !important; }

#FormFooter {
  background: #eaeaea;
  border-radius: 0px 0px 10px 10px; }
  #FormFooter .form-footer-body {
    max-width: 600px;
    margin: auto;
    padding: 12px;
    text-align: center;
    display: flex;
    font-size: 1em;
    justify-content: center; }
    #FormFooter .form-footer-body .label-footer {
      margin: auto 0px;
      margin-right: 10px; }
    #FormFooter .form-footer-body img {
      height: 26px;
      cursor: pointer; }
    #FormFooter .form-footer-body .button {
      margin-top: 4px;
      padding: 4px !important; }
    #FormFooter .form-footer-body .link-update {
      line-height: 2em; }

.form-action-button {
  display: block;
  padding: 10px 0px 10px 0px;
  margin: 20px 20px 6px 20px; }
  .form-action-button button {
    margin-right: 10px !important; }
  .form-action-button .btn {
    font-weight: 600; }
  .form-action-button .btn-submit {
    opacity: .9;
    font-weight: 600; }
    .form-action-button .btn-submit:hover {
      opacity: 1; }
  .form-action-button .nextbtn-main {
    display: flex;
    justify-content: flex-end; }

#BackgroundImageSection {
  width: 100%;
  background: lightgrey;
  height: 234px; }
  #BackgroundImageSection #Draggable {
    background: black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    cursor: row-resize;
    height: 3px;
    width: 100%; }
  #BackgroundImageSection .form-background-main {
    width: 100%;
    background: lightgrey;
    height: 100% !important; }
    #BackgroundImageSection .form-background-main .background-img {
      background-image: url("https://stackbybucketprod.s3.ap-southeast-1.amazonaws.com/page-6+(1).png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      height: 100%;
      width: 100%; }
    #BackgroundImageSection .form-background-main .cover-img-main {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      height: 75%; }
      #BackgroundImageSection .form-background-main .cover-img-main .cover-img-block {
        background: #fff;
        width: fit-content;
        border-radius: 19px;
        padding: 12px;
        font-size: 16px; }
      #BackgroundImageSection .form-background-main .cover-img-main .logo-loading {
        background: white;
        border-radius: 36px; }
    #BackgroundImageSection .form-background-main .close-icon {
      margin: 10px; }
    #BackgroundImageSection .form-background-main .file-logo {
      display: none; }

.page-divider-container {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  padding: 14px 20px;
  transition: all 0.3s ease-in-out; }
  .page-divider-container .divider-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%; }
    .page-divider-container .divider-wrapper .divider-with-text {
      display: flex;
      align-items: center;
      width: 100%; }
    .page-divider-container .divider-wrapper .divider-border {
      flex-grow: 1; }
    .page-divider-container .divider-wrapper .divider-text {
      max-width: 65%;
      font-size: 14px;
      margin: 0 10px;
      white-space: normal;
      word-break: break-word;
      overflow-wrap: break-word;
      text-align: center; }
  .page-divider-container .edit-divider {
    padding: 15px;
    background-color: #f7f7f7;
    border: 1px solid #888;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px; }
    .page-divider-container .edit-divider .colors-section {
      display: flex;
      flex-direction: column;
      flex: 1 1 48%; }
      .page-divider-container .edit-divider .colors-section h3 {
        margin-bottom: 6px;
        font-size: 15px;
        font-weight: 500;
        color: #414141; }
      .page-divider-container .edit-divider .colors-section .input-color-group {
        background-color: #ffff;
        width: 100%;
        display: flex;
        align-items: center;
        border: 1px solid rgba(34, 36, 38, 0.15);
        box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        padding: 0px 5px; }
        .page-divider-container .edit-divider .colors-section .input-color-group .input-value {
          padding: 5px;
          font-size: 1rem;
          width: 100%;
          border: none;
          box-shadow: none;
          text-align: center;
          background: transparent; }
          .page-divider-container .edit-divider .colors-section .input-color-group .input-value:focus-visible {
            outline: none; }
        .page-divider-container .edit-divider .colors-section .input-color-group .input-colors {
          border: none;
          width: 30px;
          height: 30px;
          background-color: transparent; }
    .page-divider-container .edit-divider .border-section {
      display: flex;
      flex-direction: column;
      flex: 1 1 48%; }
      .page-divider-container .edit-divider .border-section h3 {
        margin-bottom: 6px;
        font-size: 15px;
        font-weight: 500;
        color: #414141; }
      .page-divider-container .edit-divider .border-section select.border-style-selector {
        background-color: #ffff;
        padding: 5px;
        font-size: 1rem;
        width: 100%;
        text-align: center;
        border: 1px solid rgba(34, 36, 38, 0.15);
        box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.1);
        border-radius: 5px; }
        .page-divider-container .edit-divider .border-section select.border-style-selector:focus-visible {
          outline: none; }
    .page-divider-container .edit-divider .text-section {
      display: flex;
      flex-direction: column;
      flex: 1 1 48%; }
      .page-divider-container .edit-divider .text-section h3 {
        margin-bottom: 6px;
        font-size: 15px;
        font-weight: 500;
        color: #414141; }
      .page-divider-container .edit-divider .text-section input.text-input {
        padding: 5px 10px;
        font-size: 1rem;
        width: 100%;
        text-align: left;
        background-color: #ffff;
        border: 1px solid rgba(34, 36, 38, 0.15);
        box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.1);
        border-radius: 5px; }
        .page-divider-container .edit-divider .text-section input.text-input:focus-visible {
          outline: none; }
      .page-divider-container .edit-divider .text-section .label-limit-message {
        display: flex;
        align-items: center;
        background-color: #ffecec;
        margin-top: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        gap: 5px;
        padding: 6px;
        border-radius: 5px;
        animation: shake 0.2s ease-in-out; }
        .page-divider-container .edit-divider .text-section .label-limit-message .error-icon {
          font-size: 14px;
          animation: pulse 1s infinite; }
        .page-divider-container .edit-divider .text-section .label-limit-message .error-text {
          font-size: 12px;
          width: 100%;
          font-weight: 500;
          color: #ff0b04; }
    .page-divider-container .edit-divider .height-section {
      display: flex;
      flex-direction: column;
      flex: 1 1 48%; }
      .page-divider-container .edit-divider .height-section h3 {
        margin-bottom: 6px;
        font-size: 15px;
        font-weight: 500;
        color: #414141; }
      .page-divider-container .edit-divider .height-section .input-container {
        background-color: #ffff;
        width: 100%;
        display: flex;
        align-items: center;
        border: 1px solid rgba(34, 36, 38, 0.15);
        box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.1);
        border-radius: 5px; }
        .page-divider-container .edit-divider .height-section .input-container .height-input {
          font-size: 1rem;
          font-weight: 500;
          width: 100%;
          text-align: left;
          background-color: transparent;
          padding: 5px 10px;
          border: none; }
          .page-divider-container .edit-divider .height-section .input-container .height-input:focus-visible {
            outline: none; }
        .page-divider-container .edit-divider .height-section .input-container .input-px {
          font-size: 1rem;
          font-weight: 500;
          padding: 5px;
          border-left: 2px solid rgba(34, 36, 38, 0.15); }
    .page-divider-container .edit-divider .layout-section {
      display: flex;
      flex-direction: column;
      flex: 1 1 48%; }
      .page-divider-container .edit-divider .layout-section h3 {
        margin-bottom: 6px;
        font-size: 15px;
        font-weight: 500;
        color: #414141; }
    .page-divider-container .edit-divider .button-group {
      display: flex;
      width: 100%;
      justify-content: space-between; }
      .page-divider-container .edit-divider .button-group .button-left {
        width: 100%;
        display: flex;
        gap: 20px; }
        .page-divider-container .edit-divider .button-group .button-left .btn-save {
          display: flex;
          align-items: center;
          gap: 5px;
          background: #166ee1;
          color: white;
          border: none;
          font-size: 13px;
          font-weight: 500;
          padding: 0px 12px;
          cursor: pointer;
          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); }
        .page-divider-container .edit-divider .button-group .button-left .btn-cancel {
          display: flex;
          align-items: center;
          gap: 5px;
          background-color: transparent;
          color: #333;
          border: none;
          font-size: 13px;
          font-weight: 500;
          padding: 0px 12px;
          cursor: pointer;
          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); }
      .page-divider-container .edit-divider .button-group .button-right .btn-delete {
        background: #d9534f;
        color: white;
        border: none;
        font-size: 13px;
        font-weight: 500;
        padding: 8px 12px;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 5px;
        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); }
        .page-divider-container .edit-divider .button-group .button-right .btn-delete .trash {
          font-size: 1.2rem; }
  .page-divider-container:hover {
    background-color: #f1f1f2;
    border-radius: 4px; }
  .page-divider-container.page_divider-preview:hover {
    background-color: transparent; }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

@keyframes shake {
  0%,
  100% {
    transform: translateX(0); }
  25% {
    transform: translateX(-2px); }
  50% {
    transform: translateX(2px); }
  75% {
    transform: translateX(-2px); } }

#LinkPopupForm {
  margin-top: 20px; }
  #LinkPopupForm .linkpopupform-main {
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 10px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
    overflow: hidden;
    width: 615px;
    min-width: 300px;
    max-width: 1000px;
    position: fixed !important;
    inset: 0px auto auto 0px;
    resize: horizontal;
    z-index: 10003;
    height: 60px !important; }
  #LinkPopupForm .input-search input {
    border: none !important;
    box-shadow: none !important; }
  #LinkPopupForm .input-search .loading {
    position: relative !important;
    top: 0 !important;
    left: 0 !important; }
  #LinkPopupForm .input-search input:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important; }
  #LinkPopupForm .row-list-main {
    height: 250px !important; }
    #LinkPopupForm .row-list-main .row-card {
      padding: 3px 12px;
      border-radius: 5px;
      cursor: pointer; }
      #LinkPopupForm .row-list-main .row-card .row-card-inner {
        display: flex;
        align-items: center;
        justify-content: space-between; }
    #LinkPopupForm .row-list-main .row-card:hover {
      background-color: #ddd !important;
      /* Color for hover effect */ }
    #LinkPopupForm .row-list-main .not-found {
      text-align: center;
      padding: 8px;
      height: 53px;
      color: gray; }
  #LinkPopupForm .fixed-footer {
    background-color: white;
    position: relative;
    bottom: 0;
    margin-top: auto;
    padding: 13px; }
  #LinkPopupForm .save-button {
    width: 100%;
    padding: 8px;
    background-color: #166ee1;
    color: white;
    border: none;
    border-radius: 14px;
    cursor: pointer; }

