/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/boot.scss ***!
  \************************************************************************************************************************************/
@charset "UTF-8";
/*
 *  Copyright © Microsoft Corporation. All rights reserved.
 */
body {
  --svg-fill-color: #201f1f;
  --svg-fill-color-dark: #ffffff;
  --ios-font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  --android-font-family: 'Roboto, sans-serif';
  margin: 0;
  overflow-x: hidden; }
  body #root {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw; }
  body iframe {
    border-width: 0; }
  body .mobile-android {
    min-height: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    width: 100vw;
    fill: var(--svg-fill-color);
    font-family: var(--android-font-family) !important; }
  body .mobile-android-dark {
    min-height: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    width: 100vw;
    fill: var(--svg-fill-color-dark);
    font-family: var(--android-font-family) !important; }
  body .desktop-client {
    height: 100%;
    overflow: hidden;
    fill: var(--svg-fill-color); }
  body .desktop-client-dark-contrast {
    height: 100%;
    overflow: hidden;
    fill: var(--svg-fill-color-dark); }
  body .mobile-iOS {
    min-height: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    width: 100vw;
    fill: var(--svg-fill-color);
    font-family: var(--ios-font-family) !important; }
  body .mobile-iOS-dark {
    min-height: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    width: 100vw;
    fill: var(--svg-fill-color-dark);
    font-family: var(--ios-font-family) !important; }

/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/styles/shared.scss ***!
  \*********************************************************************************************************************************************/
@charset "UTF-8";
/*
 *  Copyright © Microsoft Corporation. All rights reserved.
 */
.modal-container.desktop {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  height: 100%; }
  .modal-container.desktop[hidden] {
    display: none; }
  .modal-container.desktop.with-footer {
    height: calc(100% - 5.5rem);
    padding-bottom: 5.5rem; }
  .modal-container.desktop.with-template-footer {
    height: calc(100% - 2rem);
    padding-bottom: 2rem; }
  .modal-container.desktop.with-footer.with-comments {
    height: calc(100% - 12rem);
    padding-bottom: 12rem; }
  .modal-container.desktop > * {
    flex: 0 0 auto; }
  .modal-container.desktop > .approvals-modal-header {
    padding: 0.125rem 2rem; }
  .modal-container.desktop > .approval-scrollable-content {
    overflow-y: auto;
    padding: 0 2rem;
    flex: 1 1 0; }
  .modal-container.desktop > .approval-fill-content {
    overflow-y: hidden;
    flex: 1; }
  .modal-container.desktop .modal-footer {
    height: 5.5rem;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    padding: 0 2rem;
    position: absolute;
    z-index: 10; }
    .modal-container.desktop .modal-footer.with-comments {
      height: 12rem; }
  .modal-container.desktop .with-modal-side-padding {
    padding-left: 2rem;
    padding-right: 2rem; }

.ms-Dialog-main {
  border-radius: 3px; }

.button-group {
  margin: 1.5rem -0.25rem 0; }
  .button-group .ms-Button {
    margin: 0 0.25rem 0.25rem; }
  .button-group .ms-Toggle {
    margin: 0.5rem 0.25rem 0.25rem; }
  .button-group .ms-Dropdown-container {
    margin: 0 0.25rem;
    max-width: 10.5rem;
    display: inline-block;
    vertical-align: top; }
  .button-group .ms-Button-label {
    max-width: 8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: normal; }

.button-group-spaced-between {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 1;
  justify-content: space-between;
  width: 100%; }
  .button-group-spaced-between .inner-group {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    min-width: 0; }

.text-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media screen and (max-height: 400px) {
  .ms-Dialog-main {
    max-height: unset; }
  .ms-Modal-scrollableContent {
    max-height: calc(100vh - 1.875rem); }
  .modal-container.desktop.with-footer, .modal-container.desktop.with-template-footer, .modal-container.desktop.with-footer.with-comments {
    height: 100%;
    padding-bottom: 0; }
  .modal-container.desktop .modal-footer {
    position: relative;
    padding-left: 0;
    padding-right: 0; } }

@supports (-webkit-touch-callout: default) {
  :root {
    font: -apple-system-body; } }

/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/mobile/Esign/CompleteInOrderToggle/EsignMobileCompleteInOrderToggle.scss ***!
  \***************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
 *  Copyright © Microsoft Corporation. All rights reserved.
 */

.mobile-complete-after-container:after {
  content: '';
  position: absolute;
  display: block;
  border-bottom: 1px solid #e1dfdd;
  bottom: 0;
  left: 20px;
  width: calc(100% - 20px); }

.mobile-complete-after-container-dark:after {
  content: '';
  position: absolute;
  display: block;
  border-bottom: 1px solid #605e5c;
  bottom: 0;
  left: 20px;
  width: calc(100% - 20px); }

.mobile-complete-after-container,
.mobile-complete-after-container-dark {
  display: flex;
  position: relative; }
  .mobile-complete-after-container .mobile-complete-after-input-wrapper,
  .mobile-complete-after-container-dark .mobile-complete-after-input-wrapper {
    flex-grow: 1;
    margin: 0 20px 0 20px; }

/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/views/Esign/RecipientList/RecipientList.scss ***!
  \***********************************************************************************************************************************************************************/
@charset "UTF-8";
/*
 *  Copyright © Microsoft Corporation. All rights reserved.
 */
.recipient-list .recipient-list-label {
  font-size: 12px; }

.recipient-list .complete-in-order-toggle .ms-Toggle-label {
  order: 0;
  margin: 0 1em; }

.recipient-list .drag-handle-cell .drag-handle {
  cursor: move;
  font-size: 18px;
  line-height: 2rem;
  user-select: none;
  width: 100%; }

.recipient-list .order-input {
  border-radius: 4px; }
  .recipient-list .order-input input {
    padding: 0;
    text-align: center; }

.recipient-list .role-dropdown,
.recipient-list .email-input,
.recipient-list .order-input {
  width: 100%; }

.recipient-list .email-input.is-error .ms-BasePicker-text {
  border: 1px solid #c4314b; }

.recipient-list .email-input .error-message {
  color: #c4314b;
  font-size: 12px;
  padding: 0 0.5em;
  white-space: normal; }

.recipient-list .ms-DetailsList {
  margin-top: 0;
  overflow: hidden; }

.recipient-list .ms-DetailsHeader,
.recipient-list .ms-DetailsHeader .ms-DetailsHeader-cell,
.recipient-list .ms-DetailsRow {
  background: transparent;
  border: none; }
  .recipient-list .ms-DetailsHeader:hover, .recipient-list .ms-DetailsHeader:focus,
  .recipient-list .ms-DetailsHeader .ms-DetailsHeader-cell:hover,
  .recipient-list .ms-DetailsHeader .ms-DetailsHeader-cell:focus,
  .recipient-list .ms-DetailsRow:hover,
  .recipient-list .ms-DetailsRow:focus {
    background: transparent; }

.recipient-list .ms-DetailsHeader {
  padding: 0;
  height: 1.375rem; }

.recipient-list .ms-DetailsHeader-cellTitle .ms-DetailsHeader-cellName {
  height: 1.375rem;
  line-height: 1.375rem;
  user-select: text; }

.recipient-list .ms-DetailsHeader-label {
  display: flex;
  align-items: center; }

.recipient-list .ms-DetailsRow-cell {
  padding: 0 0.5rem; }

.recipient-list .ms-Viewport {
  margin: 0 -0.5rem; }

.recipient-list .ms-Persona-initials {
  font-size: 10px; }

/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/mobile/components/MobileViewDetails/MobileViewDetailsV2.scss ***!
  \***************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
 *  Copyright © Microsoft Corporation. All rights reserved.
 */
.view-container {
  text-align: start;
  height: 100%;
  margin-left: 0.8rem;
  margin-right: 0.8rem; }
  .view-container .view-details .boundary-199.sticky-201.stickyTop-202 {
    height: 0; }

/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/views/containers/ViewDetailsV2/ViewDetailsV2.scss ***!
  \****************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
 *  Copyright © Microsoft Corporation. All rights reserved.
 */
.view-container {
  text-align: start;
  height: 100%;
  margin-left: 0px;
  margin-right: 0px; }
  .view-container .view-details .approval-scrollable-content {
    overflow-y: overlay; }

@media print {
  .ms-Dialog-main {
    max-height: none;
    max-width: none;
    height: 100%;
    width: 100%;
    box-shadow: none;
    border-radius: none;
    border-width: none;
    border-style: none;
    border-color: none; }
  .modal-footer {
    display: none; }
  .view-container .view-details .approval-scrollable-content {
    overflow-y: visible; }
  .ms-Modal-scrollableContent {
    height: 100%;
    width: 100%;
    overflow: visible; }
  .modal-dismiss-button {
    display: none; }
  div {
    break-before: page; }
  .view-container {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact; } }

/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/views/components/TeamTagCard/TeamTagCardView.scss ***!
  \****************************************************************************************************************************************************************************/
.tag-card {
  width: 21.125rem;
  height: 26.75rem;
  overflow: hidden; }
  .tag-card * {
    box-sizing: border-box; }
  .tag-card .loading {
    height: 100%; }
  .tag-card .main-section {
    height: 6rem;
    margin: 1.25rem 1.56rem 0px 1.25rem; }
    .tag-card .main-section .main-info {
      display: flex; }
      .tag-card .main-section .main-info .group-picture {
        overflow: hidden;
        background-clip: content-box;
        margin-right: 1rem; }
        .tag-card .main-section .main-info .group-picture img,
        .tag-card .main-section .main-info .group-picture svg {
          width: 4.5rem;
          height: 4.5rem; }
      .tag-card .main-section .main-info .info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: calc(100% - 8.5rem); }
        .tag-card .main-section .main-info .info .title {
          line-height: 1.25rem;
          font-weight: 700; }
        .tag-card .main-section .main-info .info .sign-container {
          margin-top: 0.25rem; }
          .tag-card .main-section .main-info .info .sign-container .sign {
            line-height: 1.25rem;
            padding: 0.125rem 0.375rem;
            border-radius: 0.3125rem; }
        .tag-card .main-section .main-info .info .member-count {
          margin-top: 0.25rem;
          line-height: 1.25rem; }
  .tag-card .expandable-section {
    height: 0;
    animation: 0.34s expand-section 0.8s ease-out;
    animation-fill-mode: forwards; }
    .tag-card .expandable-section .expandable-section-container {
      height: 16.25rem;
      padding: 0 1.5rem;
      margin: 1rem 0; }
      .tag-card .expandable-section .expandable-section-container .members .member-list {
        margin-top: 1.5rem; }
        .tag-card .expandable-section .expandable-section-container .members .member-list .member-item {
          margin-bottom: 0.75rem; }
          .tag-card .expandable-section .expandable-section-container .members .member-list .member-item:last-child {
            margin-bottom: 0; }
      .tag-card .expandable-section .expandable-section-container .section-label {
        font-size: 0.75rem; }
        .tag-card .expandable-section .expandable-section-container .section-label .bold-label {
          font-weight: 700; }
  .tag-card .tag-description {
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem; }
    .tag-card .tag-description .section-label {
      margin-bottom: 0.5rem; }
    .tag-card .tag-description .tag-description-expandable {
      max-width: 18.125rem; }
      .tag-card .tag-description .tag-description-expandable .tag-description-content {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-word; }
        .tag-card .tag-description .tag-description-expandable .tag-description-content.description-expanded {
          white-space: normal; }

@keyframes expand-section {
  from {
    height: 0; }
  to {
    height: 20.75rem; } }
  .tag-card .simple-scrollbar {
    -ms-overflow-style: none;
    overflow: hidden; }
    .tag-card .simple-scrollbar:hover {
      overflow-y: overlay; }
    .tag-card .simple-scrollbar::-webkit-scrollbar {
      background: transparent;
      width: 7px; }
    .tag-card .simple-scrollbar::-webkit-scrollbar-thumb {
      background: #c8c6c4;
      border-radius: 5px; }
    .tag-card .simple-scrollbar::-webkit-scrollbar-track {
      background: transparent;
      border-radius: 5px; }
    .tag-card .simple-scrollbar::-webkit-scrollbar-thumb:hover {
      background: #3b3a3a;
      border: 0.3125rem solid #3b3a3a; }

/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/views/common/ColorIconPicker/ColorIconPicker.scss ***!
  \****************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
 *  Copyright © Microsoft Corporation. All rights reserved.
 */
.colorIconPicker-section {
  margin-bottom: 1.25rem; }
  .colorIconPicker-section .colorIconPicker-pickerContainer {
    display: flex;
    flex-wrap: wrap; }
    .colorIconPicker-section .colorIconPicker-pickerContainer > button {
      margin-top: 0.5rem; }
    .colorIconPicker-section .colorIconPicker-pickerContainer .colorIconPicker-tile {
      border-radius: 4px;
      height: 32px;
      width: 32px; }
      .colorIconPicker-section .colorIconPicker-pickerContainer .colorIconPicker-tile.colorTile {
        border: 1px solid transparent; }
        .colorIconPicker-section .colorIconPicker-pickerContainer .colorIconPicker-tile.colorTile.is-checked, .colorIconPicker-section .colorIconPicker-pickerContainer .colorIconPicker-tile.colorTile:focus, .colorIconPicker-section .colorIconPicker-pickerContainer .colorIconPicker-tile.colorTile:hover {
          display: flex;
          flex-flow: row nowrap;
          justify-content: center;
          align-items: center; }
          .colorIconPicker-section .colorIconPicker-pickerContainer .colorIconPicker-tile.colorTile.is-checked::before, .colorIconPicker-section .colorIconPicker-pickerContainer .colorIconPicker-tile.colorTile:focus::before, .colorIconPicker-section .colorIconPicker-pickerContainer .colorIconPicker-tile.colorTile:hover::before {
            content: '\E73E';
            font-family: 'FabricMDL2Icons'; }
          .colorIconPicker-section .colorIconPicker-pickerContainer .colorIconPicker-tile.colorTile.is-checked::after, .colorIconPicker-section .colorIconPicker-pickerContainer .colorIconPicker-tile.colorTile:focus::after, .colorIconPicker-section .colorIconPicker-pickerContainer .colorIconPicker-tile.colorTile:hover::after {
            content: none; }
      .colorIconPicker-section .colorIconPicker-pickerContainer .colorIconPicker-tile.iconTile {
        font-weight: 200; }
        .colorIconPicker-section .colorIconPicker-pickerContainer .colorIconPicker-tile.iconTile.is-checked.color-selected {
          border: 1px solid transparent; }
        .colorIconPicker-section .colorIconPicker-pickerContainer .colorIconPicker-tile.iconTile i {
          font-size: 20px;
          line-height: 20px;
          height: 20px; }

/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/views/components/CreateTemplateInstanceWizard/steps/FormDesign/FormDesign.scss ***!
  \*********************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
 *  Copyright © Microsoft Corporation. All rights reserved.
 */
.form-design-adapter {
  padding-block: 1rem; }

.form-designer-wrapper {
  margin-right: -2.875rem;
  margin-left: -0.5rem; }

html[dir='rtl'] .form-designer-wrapper {
  margin-left: -2.875rem;
  margin-right: -0.5rem; }

/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/views/components/TemplateInstanceCancellationDialog/TemplateInstanceCancellationDialog.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
 *  Copyright © Microsoft Corporation. All rights reserved.
 */
.template-instance-dialog-content:focus {
  outline: none; }

/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/views/components/TemplateInstanceChangeStatusDialog/TemplateInstanceChangeStatusDialog.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
 *  Copyright © Microsoft Corporation. All rights reserved.
 */
.template-instance-change-status-dialog-content {
  min-height: 3rem; }
  .template-instance-change-status-dialog-content:focus {
    outline: none; }

