.v-accordion .ms-Accordion-item{border-top:none;padding:0;margin:0 2rem;border:none;border-bottom:1px solid #e8e9ea}.v-accordion .ms-Accordion-header-button{border:none;padding:0}.v-accordion .ms-Accordion-content{border:none;padding:0 0 1.5rem 0}
.ms-Breadcrumb-list .ms-Breadcrumb-item{font-weight:400 !important;color:#605e5c !important}.v-breadcrumb{margin:0 !important}.v-breadcrumb .ms-Breadcrumb-listItem{overflow:hidden;max-width:35rem}.v-breadcrumb .ms-Breadcrumb-listItem .ms-Breadcrumb-item{overflow:hidden;text-overflow:ellipsis;font-size:1rem;text-decoration:underline;padding:0}.v-breadcrumb .ms-Breadcrumb-listItem:last-child .ms-Breadcrumb-item{font-size:1rem;font-weight:700 !important;text-decoration:none}.v-breadcrumb .ms-Breadcrumb-listItem .v-divider-container{width:1.5rem;height:1.375rem;display:flex;text-align:center;justify-content:center}.v-breadcrumb .ms-Breadcrumb-listItem .v-divider-container .v-divider-icon{font-size:10px}.v-breadcrumb .ms-Button:has(.ms-Icon){width:1.375rem;height:1rem}


.v-actionButton{background-color:rgba(0,0,0,0);border:1px solid var(--palette-gray2);padding:0 .5rem;border-radius:.25rem}.v-actionButton .ms-Button-label{font-weight:600}.v-actionButton:not(.is-disabled) .ms-Icon{color:var(--palette-themePrimary)}



.v-default-button{height:2.5rem;border-width:.0625rem;outline:none !important;border-radius:.25rem}.g-default-button{height:2rem;border-width:.0625rem;outline:none !important}
.v-icon-button-autohide{opacity:0}.v-icon-button-autohide:hover{opacity:1}.v-icon-button-autohide.is-expanded{opacity:1 !important}.v-icon-rotate .ms-Button-icon{margin:0;height:15px;width:15px;line-height:unset;animation:loading-rotate .75s linear infinite}@keyframes loading-rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}

.v-primary-button{height:2.5rem;border-width:1px}


.v-filter-button:hover{background-color:var(--palette-gray1)}.v-filter-button-active{background-color:var(--palette-gray1);border:1px solid var(--palette-gray3) !important}



.v-checkbox .ms-Checkbox-checkbox{margin-right:.5rem !important}.v-checkbox .ms-Checkbox-text{margin-left:0;line-height:1.25rem}
.v-uniform-choice-group .ms-ChoiceFieldGroup .ms-ChoiceField{margin-bottom:.25rem}@media screen and (max-width: 743px){.v-uniform-choice-group .ms-ChoiceFieldGroup .ms-ChoiceField{margin-bottom:1rem}}






.v-detailList{border-width:0}.v-detailList .ms-DetailsList-headerWrapper{height:auto !important}.v-detailList .ms-DetailsList-headerWrapper .ms-DetailsHeader{padding-top:0 !important;height:48px !important;line-height:48px !important}.v-detailList .ms-DetailsList-headerWrapper .ms-DetailsHeader .ms-DetailsHeader-cell{height:48px !important}


.v-dialog-main{border-radius:8px}@media(min-width: 480px){.v-dialog-main{width:initial}}

.v-dialog-footer{padding:0;padding-top:1.5rem}.v-dialog-footer .ms-Dialog-actionsRight{padding-top:1.5rem}






.v-dropdown .ms-ShimmerLine-root{height:2.5rem}.v-dropdown .ms-StackItem{width:100%}.v-dropdown .ms-Dropdown-container div[role=alert]{display:none}.v-dropdown .ms-Dropdown-container .is-disabled{border-radius:.25rem}.v-dropdown .ms-Dropdown-container .is-disabled .ms-Dropdown-title{border:none}.v-dropdown .ms-Dropdown-container .is-disabled .v-dropdown-host{color:var(--palette-slate)}.v-dropdown .ms-Dropdown-container .v-dropdown-host{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.v-dropdown .ms-Dropdown-container .v-dropdown-item{display:inline-block;overflow-wrap:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}
/*! 
 * OverlayScrollbars
 * Version: 2.11.0
 * 
 * Copyright (c) Rene Haas | KingSora.
 * https://github.com/KingSora
 * 
 * Released under the MIT license.
 */
.os-size-observer,
.os-size-observer-listener {
  scroll-behavior: auto !important;
  direction: inherit;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
  box-sizing: border-box;
}

.os-size-observer,
.os-size-observer-listener,
.os-size-observer-listener-item,
.os-size-observer-listener-item-final {
  writing-mode: horizontal-tb;
  position: absolute;
  left: 0;
  top: 0;
}

.os-size-observer {
  z-index: -1;
  contain: strict;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: inherit;
  border: inherit;
  box-sizing: inherit;
  margin: -133px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0.1);
}
.os-size-observer::before {
  content: "";
  flex: none;
  box-sizing: inherit;
  padding: 10px;
  width: 10px;
  height: 10px;
}

.os-size-observer-appear {
  animation: os-size-observer-appear-animation 1ms forwards;
}

.os-size-observer-listener {
  box-sizing: border-box;
  position: relative;
  flex: auto;
  padding: inherit;
  border: inherit;
  margin: -133px;
  transform: scale(calc(1 / 0.1));
}
.os-size-observer-listener.ltr {
  margin-right: -266px;
  margin-left: 0;
}
.os-size-observer-listener.rtl {
  margin-left: -266px;
  margin-right: 0;
}
.os-size-observer-listener:empty::before {
  content: "";
  width: 100%;
  height: 100%;
}
.os-size-observer-listener:empty::before, .os-size-observer-listener > .os-size-observer-listener-item {
  display: block;
  position: relative;
  padding: inherit;
  border: inherit;
  box-sizing: content-box;
  flex: auto;
}

.os-size-observer-listener-scroll {
  box-sizing: border-box;
  display: flex;
}

.os-size-observer-listener-item {
  right: 0;
  bottom: 0;
  overflow: hidden;
  direction: ltr;
  flex: none;
}

.os-size-observer-listener-item-final {
  transition: none;
}

@keyframes os-size-observer-appear-animation {
  from {
    cursor: auto;
  }
  to {
    cursor: none;
  }
}
.os-trinsic-observer {
  flex: none;
  box-sizing: border-box;
  position: relative;
  max-width: 0px;
  max-height: 1px;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  z-index: -1;
  height: 0;
  top: calc(100% + 1px);
  contain: strict;
}
.os-trinsic-observer:not(:empty) {
  height: calc(100% + 1px);
  top: -1px;
}
.os-trinsic-observer:not(:empty) > .os-size-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

/**
 * hide native scrollbars
 * changes to this styles need to be reflected in the environment styles to correctly detect scrollbar hiding
 */
[data-overlayscrollbars-initialize],
[data-overlayscrollbars-viewport~=scrollbarHidden] {
  scrollbar-width: none !important;
}

[data-overlayscrollbars-initialize]::-webkit-scrollbar,
[data-overlayscrollbars-initialize]::-webkit-scrollbar-corner,
[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar,
[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar-corner {
  -webkit-appearance: none !important;
          appearance: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

/**
 * elements wont suddenly clip after initialization is done
 */
[data-overlayscrollbars-initialize]:not([data-overlayscrollbars]):not(html):not(body) {
  overflow: auto;
}

/**
 * applied to body 
 */
html[data-overlayscrollbars-body] {
  overflow: hidden;
}

html[data-overlayscrollbars-body],
html[data-overlayscrollbars-body] > body {
  width: 100%;
  height: 100%;
  margin: 0;
}

html[data-overlayscrollbars-body] > body {
  overflow: visible;
  margin: 0;
}

/**
 * structure setup 
 */
[data-overlayscrollbars] {
  position: relative;
}

[data-overlayscrollbars~=host],
[data-overlayscrollbars-padding] {
  display: flex;
  align-items: stretch !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  scroll-behavior: auto !important;
}

[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]) {
  box-sizing: inherit;
  position: relative;
  flex: auto !important;
  height: auto;
  width: 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 0;
}

[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]) {
  --os-vaw: 0;
  --os-vah: 0;
  outline: none;
}
[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]):focus {
  outline: none;
}
[data-overlayscrollbars-viewport][data-overlayscrollbars-viewport~=arrange]::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  min-width: 1px;
  min-height: 1px;
  width: var(--os-vaw);
  height: var(--os-vah);
}

[data-overlayscrollbars],
[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport] {
  overflow: hidden !important;
}

[data-overlayscrollbars~=noClipping],
[data-overlayscrollbars-padding~=noClipping] {
  overflow: visible !important;
}

[data-overlayscrollbars-viewport~=measuring] {
  overflow: hidden !important;
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}

[data-overlayscrollbars-viewport~=overflowXVisible]:not([data-overlayscrollbars-viewport~=measuring]) {
  overflow-x: visible !important;
}

[data-overlayscrollbars-viewport~=overflowXHidden] {
  overflow-x: hidden !important;
}

[data-overlayscrollbars-viewport~=overflowXScroll] {
  overflow-x: scroll !important;
}

[data-overlayscrollbars-viewport~=overflowYVisible]:not([data-overlayscrollbars-viewport~=measuring]) {
  overflow-y: visible !important;
}

[data-overlayscrollbars-viewport~=overflowYHidden] {
  overflow-y: hidden !important;
}

[data-overlayscrollbars-viewport~=overflowYScroll] {
  overflow-y: scroll !important;
}

[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId) {
  font-size: 0 !important;
  line-height: 0 !important;
}

[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId)::before,
[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId)::after,
[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId) > * {
  display: none !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

[data-overlayscrollbars-viewport~=scrolling] {
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}

[data-overlayscrollbars-content] {
  box-sizing: inherit;
}

/**
 * Display contents to bridge any flickering during deferred initialization.
 */
[data-overlayscrollbars-contents]:not(#osFakeId):not([data-overlayscrollbars-padding]):not([data-overlayscrollbars-viewport]):not([data-overlayscrollbars-content]) {
  display: contents;
}

/**
 * optional & experimental grid mode
 */
[data-overlayscrollbars-grid],
[data-overlayscrollbars-grid] [data-overlayscrollbars-padding] {
  display: grid;
  grid-template: 1fr/1fr;
}

[data-overlayscrollbars-grid] > [data-overlayscrollbars-padding],
[data-overlayscrollbars-grid] > [data-overlayscrollbars-viewport],
[data-overlayscrollbars-grid] > [data-overlayscrollbars-padding] > [data-overlayscrollbars-viewport] {
  height: auto !important;
  width: auto !important;
}

@property --os-scroll-percent {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
@property --os-viewport-percent {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
.os-scrollbar {
  --os-viewport-percent: 0;
  --os-scroll-percent: 0;
  --os-scroll-direction: 0;
  --os-scroll-percent-directional: calc(
    var(--os-scroll-percent) - (var(--os-scroll-percent) + (1 - var(--os-scroll-percent)) * -1) *
      var(--os-scroll-direction)
  );
}

.os-scrollbar {
  contain: size layout;
  contain: size layout style;
  transition: opacity 0.15s, visibility 0.15s, top 0.15s, right 0.15s, bottom 0.15s, left 0.15s;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

body > .os-scrollbar {
  position: fixed;
  z-index: 99999;
}

.os-scrollbar-transitionless {
  transition: none !important;
}

.os-scrollbar-track {
  position: relative;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  position: absolute;
}

.os-scrollbar-track,
.os-scrollbar-handle {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track,
.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle {
  pointer-events: auto;
  touch-action: none;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-horizontal {
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}

.os-scrollbar-auto-hide.os-scrollbar-auto-hide-hidden {
  opacity: 0;
  visibility: hidden;
}

.os-scrollbar-interaction.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}

.os-scrollbar-unusable,
.os-scrollbar-unusable *,
.os-scrollbar-wheel,
.os-scrollbar-wheel * {
  pointer-events: none !important;
}

.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
  transition: none !important;
}

.os-scrollbar-horizontal .os-scrollbar-handle {
  bottom: 0;
  left: calc(var(--os-scroll-percent-directional) * 100%);
  transform: translateX(calc(var(--os-scroll-percent-directional) * -100%));
  width: calc(var(--os-viewport-percent) * 100%);
}

.os-scrollbar-vertical .os-scrollbar-handle {
  right: 0;
  top: calc(var(--os-scroll-percent-directional) * 100%);
  transform: translateY(calc(var(--os-scroll-percent-directional) * -100%));
  height: calc(var(--os-viewport-percent) * 100%);
}

@supports (container-type: size) {
  .os-scrollbar-track {
    container-type: size;
  }
  .os-scrollbar-horizontal .os-scrollbar-handle {
    left: auto;
    transform: translateX(calc(var(--os-scroll-percent-directional) * 100cqw + var(--os-scroll-percent-directional) * -100%));
  }
  .os-scrollbar-vertical .os-scrollbar-handle {
    top: auto;
    transform: translateY(calc(var(--os-scroll-percent-directional) * 100cqh + var(--os-scroll-percent-directional) * -100%));
  }
  .os-scrollbar-rtl.os-scrollbar-horizontal .os-scrollbar-handle {
    right: auto;
    left: 0;
  }
}
.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle {
  right: auto;
  left: 0;
}

.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl {
  left: 0;
  right: 0;
}

.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl {
  top: 0;
  bottom: 0;
}

@media print {
  .os-scrollbar {
    display: none;
  }
}
.os-scrollbar {
  --os-size: 0;
  --os-padding-perpendicular: 0;
  --os-padding-axis: 0;
  --os-track-border-radius: 0;
  --os-track-bg: none;
  --os-track-bg-hover: none;
  --os-track-bg-active: none;
  --os-track-border: none;
  --os-track-border-hover: none;
  --os-track-border-active: none;
  --os-handle-border-radius: 0;
  --os-handle-bg: none;
  --os-handle-bg-hover: none;
  --os-handle-bg-active: none;
  --os-handle-border: none;
  --os-handle-border-hover: none;
  --os-handle-border-active: none;
  --os-handle-min-size: 33px;
  --os-handle-max-size: none;
  --os-handle-perpendicular-size: 100%;
  --os-handle-perpendicular-size-hover: 100%;
  --os-handle-perpendicular-size-active: 100%;
  --os-handle-interactive-area-offset: 0;
}

.os-scrollbar-track {
  border: var(--os-track-border);
  border-radius: var(--os-track-border-radius);
  background: var(--os-track-bg);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s;
}
.os-scrollbar-track:hover {
  border: var(--os-track-border-hover);
  background: var(--os-track-bg-hover);
}
.os-scrollbar-track:active {
  border: var(--os-track-border-active);
  background: var(--os-track-bg-active);
}

.os-scrollbar-handle {
  border: var(--os-handle-border);
  border-radius: var(--os-handle-border-radius);
  background: var(--os-handle-bg);
}
.os-scrollbar-handle:hover {
  border: var(--os-handle-border-hover);
  background: var(--os-handle-bg-hover);
}
.os-scrollbar-handle:active {
  border: var(--os-handle-border-active);
  background: var(--os-handle-bg-active);
}

.os-scrollbar-track:before,
.os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-scrollbar-horizontal {
  padding: var(--os-padding-perpendicular) var(--os-padding-axis);
  right: var(--os-size);
  height: var(--os-size);
}
.os-scrollbar-horizontal.os-scrollbar-rtl {
  left: var(--os-size);
  right: 0;
}
.os-scrollbar-horizontal .os-scrollbar-track:before {
  top: calc(var(--os-padding-perpendicular) * -1);
  bottom: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-horizontal .os-scrollbar-handle {
  min-width: var(--os-handle-min-size);
  max-width: var(--os-handle-max-size);
  height: var(--os-handle-perpendicular-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, height 0.15s;
}
.os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  bottom: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-horizontal:hover .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-hover);
}
.os-scrollbar-horizontal:active .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-active);
}

.os-scrollbar-vertical {
  padding: var(--os-padding-axis) var(--os-padding-perpendicular);
  bottom: var(--os-size);
  width: var(--os-size);
}
.os-scrollbar-vertical .os-scrollbar-track:before {
  left: calc(var(--os-padding-perpendicular) * -1);
  right: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-vertical .os-scrollbar-handle {
  min-height: var(--os-handle-min-size);
  max-height: var(--os-handle-max-size);
  width: var(--os-handle-perpendicular-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, width 0.15s;
}
.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  right: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before {
  right: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  left: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-vertical:hover .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-hover);
}
.os-scrollbar-vertical:active .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-active);
}

/* NONE THEME: */
[data-overlayscrollbars-viewport~=measuring] > .os-scrollbar,
.os-theme-none.os-scrollbar {
  display: none !important;
}

/* DARK & LIGHT THEME: */
.os-theme-dark,
.os-theme-light {
  box-sizing: border-box;
  --os-size: 10px;
  --os-padding-perpendicular: 2px;
  --os-padding-axis: 2px;
  --os-track-border-radius: 10px;
  --os-handle-interactive-area-offset: 4px;
  --os-handle-border-radius: 10px;
}

.os-theme-dark {
  --os-handle-bg: rgba(0, 0, 0, 0.44);
  --os-handle-bg-hover: rgba(0, 0, 0, 0.55);
  --os-handle-bg-active: rgba(0, 0, 0, 0.66);
}

.os-theme-light {
  --os-handle-bg: rgba(255, 255, 255, 0.44);
  --os-handle-bg-hover: rgba(255, 255, 255, 0.55);
  --os-handle-bg-active: rgba(255, 255, 255, 0.66);
}





.v-common-dialog{display:flex;flex-direction:column;min-height:0;height:100%}.v-common-dialog .ms-Dialog-inner{min-height:0;display:flex;flex-direction:column}.v-common-dialog .ms-Button{border-width:1px}.v-common-dialog .ms-Dialog-button--close{display:none}.v-common-dialog .dialog-footer-button{height:2.5rem}.v-common-dialog .verifyPeoplePicker-wrap{width:100%}.v-common-dialog .verifyPeoplePicker-wrap .g-peoplePicker-container{display:block}.v-common-dialog .v-dialog-footer-left{font-size:.875rem;font-style:italic;color:#707174}.v-common-dialog .ms-Dialog-actionsRight{padding-top:1.5rem;height:100%;padding-bottom:.5rem}.v-common-dialog .ms-Dialog-actionsRight .ms-Dialog-action:has(.v-dialog-footer-left){flex-grow:1}.v-common-dialog .ms-Dialog-actionsRight .ms-Dialog-action{margin-left:8px;margin-right:0}.v-common-dialog-content .dialog-header-title{color:var(--palette-slate);font-size:1rem;font-weight:700;max-width:592px;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.v-common-dialog-content .dialog-header-header{padding-bottom:1.5rem;margin:0 2rem;white-space:pre-wrap}.v-common-dialog-content .dialog-header-header-mobile{margin:0 1.5rem}.v-common-dialog-content .dialog-header-header-mobile .dialog-header-title{padding:0 !important}.v-common-dialog-content .dialog-header-header-mobile .dialog-header-topButton{padding:0 !important}.v-common-dialog-content .dialog-header-topButton .dialog-header-closeButton-root{color:var(--palette-slate) !important}.v-common-dialog-content .dialog-inner{padding:0}.v-common-dialog-content .dialog-inner .dialog-innerContent{display:flex;flex-direction:column;padding:1.5rem 2rem}.v-common-dialog-content .dialog-inner .dialog-innerContent .ms-Dialog-subText{margin:0px}.v-common-dialog-content .dialog-inner .dialog-innerContent .dialog-message-text{margin-bottom:0;color:#333}@media screen and (max-width: 743px){.v-common-dialog-content .dialog-inner .dialog-innerContent{padding:1.5rem}}.v-common-dialog-content .ms-Dialog-actions{padding:0 2rem;flex-shrink:0}@media screen and (max-width: 743px){.v-common-dialog-content .dialog-innerContent{padding:1.5rem}}
/*Covered by AvePoint copyright and license agreement*/
.g-req-common-titleBreadCrumbcontainer {
    display: flex;
    flex-direction: column;
    margin: 20px 20px 10px 20px;
    justify-content: space-between;
}

.v-req-common-titleBreadCrumbcontainer > .v-req-common-titleBreadCrumb {
    width: 100%;
}

.v-req-common-titleBreadCrumbcontainer .ms-Breadcrumb-list .ms-Breadcrumb-item {
    color: var(--palette-slate) !important;
}

.g-req-common-titleBreadCrumb {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.g-req-common-breadcrumb {
    margin-top: -4px !important;
}

.g-req-common-breadCrumbItem {
    max-width: calc(100vw - 410px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width : 479px) {
    .g-req-common-breadCrumbItem {
        max-width: 400px;
    }
}

.g-req-common-breadCrumbItem.show-title[data-title]:hover::after{
    content: attr(data-title);
    position: absolute;
    top: 100%;
    left:50% ;
    left: 5%;
    z-index: 100;
    width: auto;
    max-width: calc(100vw - 500px);
    padding: 1px 6px 4px 6px ;
    border: 1px solid rgba(0, 0, 0, 0.5);
    overflow-wrap: break-word; 
    white-space: pre-wrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
    background-color: #fff;
  }
.g-req-common-titleBreadCrumb .ms-Breadcrumb-item{
    font-size: 24px;
}

.g-req-copyrequest-messagebar {
    margin-left: 10px;
    margin-bottom: 10px;
}

.g-req-copyrequest-messagebar .ms-MessageBar-innerText{
    font-size: 14px ;
    font-weight: 400;
}

.g-req-copyrequest-messagebar i {
    font-size: 12px;
}

/* .g-req-common-titleBreadCrumb .ms-Breadcrumb-chevron {
    position: relative;
    top: 3px;
} */
/* .g-req-common-titleBreadCrumb-callout{

} */

.g-req-common-titleBreadCrumb-callout .g-common-bubble-icon {
    margin-left: 2px;
}

.g-req-common-titleBreadCrumb-content {
    white-space: pre-wrap;
}

@media screen and (max-width: 768px) {
    .g-req-common-breadcrumb ol{
        display: flex;
        flex-wrap: wrap;
    }

    /* 
        Mobile layout need to display the prefix of breadcrumb like `Copy` or `Edit`, 
        therefore we should remove these lines.
    */
    /* .g-req-common-breadcrumb ol>li:first-child{
        display: none;
    } */

    .g-req-common-breadCrumbItem .ms-TooltipHost {
        display: inline-block;
        width: 100%;
        max-width: 270px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .g-req-common-titleBreadCrumb .ms-Breadcrumb-item {
        font-size: 20px;
        display: flex;
    }

    .g-req-common-titleBreadCrumbcontainer{
        margin: 10px 20px 0px;
    }

    .g-req-common-titleBreadCrumb {
        align-items: initial;
        justify-content: space-between;
    }

    .g-req-common-titleBreadCrumb > :first-child {
        max-width: 90%;
    }
    
    .g-req-common-titleBreadCrumb > :last-child {
        max-width: 10%;
    }
    
    .g-req-common-titleBreadCrumb > :last-child .g-common-bubbletitle {
        justify-content: flex-end;
    }
}
.v-req-common-breadcrumb-container{margin:1.25rem 0 0 2rem}@media screen and (max-width: 1366px){.v-req-common-breadcrumb-container{margin-left:1.5rem}}@media screen and (max-width: 743px){.v-req-common-breadcrumb-container .v-req-common-breadcrumb-title{align-items:center;justify-content:normal}.v-req-common-breadcrumb-container .v-req-common-breadcrumb-title>:last-child,.v-req-common-breadcrumb-container .v-req-common-breadcrumb-title>:first-child{max-width:unset}}.v-req-common-breadcrumb-richtext a{color:#fff}
/*Covered by AvePoint copyright and license agreement*/
.g-req-createteam-calendar {
    max-width: 270px;
    width: 100%;
    padding-right: 30px;
    display: flex;
    flex-direction: row;
}
.h-manually-card-content{width:160px;height:70px;min-width:269px !important;opacity:1;position:relative;display:flex;align-items:center;justify-content:left;margin-bottom:10px;margin-right:10px;padding-left:10px;padding-right:10px}.h-manually-card-content .h-manually-card-deletebutton{position:absolute;bottom:0;right:0}.mh-manually-card-content{width:100%;height:70px;min-width:269px !important;opacity:1;position:relative;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;padding-left:10px;padding-right:10px}
.h-tag-warp{display:flex;flex-wrap:wrap;height:23px;line-height:23px;width:265px}.h-tag-warp .h-tooltip-icon-button{margin-left:0px}.h-tag-warp .h-tooltip-icon-button .ms-Button{width:20px;height:23px}.h-tag-warp .h-tooltip-icon-button .ms-Button:hover{background:none}.h-tag-warp .h-tag-item-shimmer{height:24px;margin-right:4px}.h-tag-warp .h-tag-item-shimmer .ms-Shimmer-shimmerWrapper{height:24px}.h-tag-warp .delete-tag-icon{width:18px;height:18px;text-align:center;transform:scale(0.7);background:#484644;color:#fff;border-radius:50%;line-height:18px;margin-left:4px}.h-tag-warp .delete-tag-icon i{font-size:12px;margin:0}.h-tag-warp .h-tag-item .h-tag-item-context{overflow:hidden;text-overflow:ellipsis;white-space:pre;margin:auto}.h-tag-warp .h-tag-item-more .h-tag-item-more-context{margin:auto}.h-tag-warp .h-tag-item-more .ms-Button-label{font-weight:700}.h-tag-warp .h-tag-icon{display:block;color:var(--theme-primary, #0071C7);font-size:16px;height:auto}[data-theme=theme1] .h-tag-warp .h-tag-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-tag-warp .h-tag-icon{color:#cf3900}[data-theme=theme3] .h-tag-warp .h-tag-icon{color:#077fa6}[data-theme=theme4] .h-tag-warp .h-tag-icon{color:#b35c00}[data-theme=theme5] .h-tag-warp .h-tag-icon{color:#3e8628}[data-theme=theme6] .h-tag-warp .h-tag-icon{color:#eb0f0f}[data-theme=theme7] .h-tag-warp .h-tag-icon{color:#278265}[data-theme=theme8] .h-tag-warp .h-tag-icon{color:#7760e6}.h-tag-warp .h-tag-icon i{margin-left:0px}.h-tag-warp .h-tag-icon-hidden{opacity:0}.h-tag-warp .h-tag-icon:hover{cursor:pointer;display:block;color:var(--theme-primary, #0071C7);font-size:16px}[data-theme=theme1] .h-tag-warp .h-tag-icon:hover{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-tag-warp .h-tag-icon:hover{color:#cf3900}[data-theme=theme3] .h-tag-warp .h-tag-icon:hover{color:#077fa6}[data-theme=theme4] .h-tag-warp .h-tag-icon:hover{color:#b35c00}[data-theme=theme5] .h-tag-warp .h-tag-icon:hover{color:#3e8628}[data-theme=theme6] .h-tag-warp .h-tag-icon:hover{color:#eb0f0f}[data-theme=theme7] .h-tag-warp .h-tag-icon:hover{color:#278265}[data-theme=theme8] .h-tag-warp .h-tag-icon:hover{color:#7760e6}.h-tag-warp .h-tag-item-more{width:25px;height:23px;margin-right:4px;font-size:12px;text-align:center;padding:0;min-width:25px;cursor:pointer;border-radius:2px;align-items:center;border:none;background-color:rgba(0,0,0,0)}.h-tag-warp .h-tag-item{height:23px;width:58px;margin-right:4px;padding:0 4px;font-size:12px;text-align:center;cursor:default;border-radius:2px;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:pre;background:#f1f3f6}.h-tag-warp .h-gatag-item{height:23px;width:58px;margin-right:4px;text-align:center;padding:0 4px;font-size:12px;cursor:default;border-radius:2px;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:dashed 1px #d4d6d8}.h-tag-warp .h-gatag-item-link{cursor:pointer}.h-tag-warp .tag-total{width:24px;height:24px;font-size:12px;text-align:center;margin-top:4px;line-height:24px;color:#415264;background-color:#e6e7e8;border-radius:50%}.h-governance-tag{border:solid 1px #87f627}
.h-member{padding:20px 28px;padding-bottom:16px;width:100%;height:100%;background:#fff;display:flex;flex-direction:column;border-left:1px solid #d4d6d8}.h-member .h-member-auth{font-size:14px}.h-member .h-member-shimmer-list .h-group-member-shimmer{height:58px;padding-top:10px}.h-member .h-member-shimmer-list .h-group-member-shimmer svg{fill:#e6e7e8 !important}.h-member .h-group-action-button{min-width:20px !important;padding:0;margin-right:4px;background:#fff}.h-member .h-member-search-box{border:1px solid #d4d6d8;border-radius:2px;height:34px}.h-member .h-member-search-box input,.h-member .h-member-search-box i{font-size:14px;color:#27313c !important}.h-member .h-member-search-box .ms-SearchBox-icon{overflow:hidden;margin-top:1px}.h-member .h-member-search-box .ms-Button-icon{transform:scale(0.8)}.h-member .h-member-addmember-messagebar{margin:16px 0}.h-member .h-member-addmember-messagebar .ms-MessageBar{background-color:#d4eaff}.h-member .h-member-addmember-messagebar .ms-MessageBar i{color:#3b8acf}.h-member .h-member-total{display:flex;align-items:center;width:100%;font-size:14px}.h-member .h-member-total i{margin-right:4px;margin-top:1px}.h-member .h-member-total .h-member-total-icon{color:var(--theme-primary, #0071C7);font-size:12px;cursor:default}[data-theme=theme1] .h-member .h-member-total .h-member-total-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-member .h-member-total .h-member-total-icon{color:#cf3900}[data-theme=theme3] .h-member .h-member-total .h-member-total-icon{color:#077fa6}[data-theme=theme4] .h-member .h-member-total .h-member-total-icon{color:#b35c00}[data-theme=theme5] .h-member .h-member-total .h-member-total-icon{color:#3e8628}[data-theme=theme6] .h-member .h-member-total .h-member-total-icon{color:#eb0f0f}[data-theme=theme7] .h-member .h-member-total .h-member-total-icon{color:#278265}[data-theme=theme8] .h-member .h-member-total .h-member-total-icon{color:#7760e6}.h-member .h-member-header{display:flex;justify-content:space-between;border-bottom:1px solid #d3d3d3;margin-bottom:10px;line-height:37px}.h-member .h-member-header .h-member-header-title{display:flex;align-items:center}.h-member .h-member-header .h-member-header-title .h-member-header-label{color:#27313c;padding:0;font-weight:bold}.h-member .h-member-header .h-member-header-action{font-size:14px;display:flex;align-items:center}.h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap{display:flex;flex-shrink:0;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap{color:#cf3900}[data-theme=theme3] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap{color:#077fa6}[data-theme=theme4] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap{color:#b35c00}[data-theme=theme5] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap{color:#3e8628}[data-theme=theme6] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap{color:#eb0f0f}[data-theme=theme7] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap{color:#278265}[data-theme=theme8] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap{color:#7760e6}.h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap:hover{background-color:#d4d6d8}.h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{height:37px;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:#cf3900}[data-theme=theme3] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:#077fa6}[data-theme=theme4] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:#b35c00}[data-theme=theme5] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:#3e8628}[data-theme=theme6] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:#eb0f0f}[data-theme=theme7] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:#278265}[data-theme=theme8] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:#7760e6}.h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-add{padding-right:8px}.h-member .h-member-header .h-member-header-action .h-member-dynamic-all{display:flex;width:100%;border-top:1px solid #d3d3d3;justify-content:space-between;padding-top:10px}.h-member .h-member-header .h-member-header-action .h-member-dynamic-all .h-member-dynamic{display:flex;align-items:center;color:#27313c;position:relative}.h-member .h-member-header .h-member-header-action .h-member-dynamic-all .h-member-dynamic .h-member-dynamic-tooltip{font-size:13px;line-height:18px;cursor:default;color:#5d6778}.h-member .h-member-header .h-member-header-action .h-member-dynamic-all .h-member-dynamic .h-dynamic-icon-info{cursor:pointer;margin-left:5px;line-height:16px;width:16px;height:16px}.h-member .h-member-header .h-member-header-action .h-member-dynamic-all .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{vertical-align:middle;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-member .h-member-header .h-member-header-action .h-member-dynamic-all .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-member .h-member-header .h-member-header-action .h-member-dynamic-all .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#cf3900}[data-theme=theme3] .h-member .h-member-header .h-member-header-action .h-member-dynamic-all .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#077fa6}[data-theme=theme4] .h-member .h-member-header .h-member-header-action .h-member-dynamic-all .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#b35c00}[data-theme=theme5] .h-member .h-member-header .h-member-header-action .h-member-dynamic-all .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#3e8628}[data-theme=theme6] .h-member .h-member-header .h-member-header-action .h-member-dynamic-all .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#eb0f0f}[data-theme=theme7] .h-member .h-member-header .h-member-header-action .h-member-dynamic-all .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#278265}[data-theme=theme8] .h-member .h-member-header .h-member-header-action .h-member-dynamic-all .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#7760e6}.h-member .h-member-header .h-member-header-action .h-member-action-button .ms-CommandBar{padding:0px}.h-member .h-member-header .h-member-header-action .h-member-action-button .ms-CommandBar .ms-Button{background-color:#fff}.h-member .h-member-scroll{height:calc(100% - 60px)}.h-member .h-member-scroll .h-member-content{height:100%;display:flex;flex-wrap:wrap}.h-member .h-member-scroll .h-member-content .ms-Viewport .ms-DetailsList{background:#fff}.h-member .h-member-scroll .h-member-content .ms-DetailsRow{background:#fff;border-color:#fff}.h-member .h-member-scroll .h-member-content .ms-DetailsRow .ms-DetailsRow-cell{padding:0}.h-member .h-member-scroll .h-member-content .h-member-persona-content{width:100%;height:58px;margin:0 auto;padding:0 6px;display:flex;justify-content:space-between;align-items:center}.h-member .h-member-scroll .h-member-content .h-member-persona-content:hover{background:#d4d6d8}.h-member .h-member-scroll .h-member-content .h-member-persona-content:hover .h-group-action-button{background:#d4d6d8}.h-member .h-member-scroll .h-member-content .h-member-persona-content .ms-Persona-secondaryText{color:#5d6778}.h-group-message{position:fixed;top:110px;left:50%;width:320px !important;margin-left:-160px}.h-group-message-team{top:104px;width:386px;left:50%;position:fixed;margin-left:-193px}.mh-group-message{position:fixed;width:calc(100% - 32px);left:0px;right:0px;margin:auto;top:60px;z-index:3}.h-addmember-main{width:464px}.h-addmember-main .h-member-cancel{border:solid 1px #415364;margin-right:8px}.h-addmember-main .h-popup-title{font-size:18px;color:#27313c;font-weight:bold}.h-addmember-main .mh-add-user-wrap{outline:none}.h-group-member-list{height:calc(100% - 60px)}.h-group-member-list .ms-Viewport .ms-DetailsList .ms-FocusZone{border-bottom-width:0}.mh-message-info{background-color:#d4eaff}.mh-message-error,.mh-message-blocked{background-color:#fcc}.mh-message-success{background-color:#cef6ca}.mh-message-warning{background-color:#ffd2af}.h-member-header-dynamic{border-bottom:none !important;flex-direction:column}.g-space-panel-dynamic-rule-link{color:#0078d4}
.dynamicrule-panel{padding:0 20px 0 20px;height:100%}.dynamicrule-panel .g-panel-headertext,.dynamicrule-panel .g-panel-headertitle{display:flex;height:100%;width:100%;color:#333;font-size:28px;font-weight:300;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;padding:20px 0 15px 16px}.dynamicrule-panel .g-panel-headertitle{padding:0}.dynamicrule-panel .g-mobile-panel-header,.dynamicrule-panel .g-mobile-panel-headertitle{font-weight:300;font-size:20px;color:#555;width:100%;display:inline}.dynamicrule-panel .g-mobile-panel-btn-close{color:#000;height:100%}.dynamicrule-panel .dynamicrule-panel-detailslistborder{overflow:hidden;padding:0 16px 10px 0}.dynamicrule-panel .dynamicrule-panel-detailslistborder .ms-DetailsRow-cell{padding:0 !important}.dynamicrule-panel .dynamicrule-panel-detailslistborder .ms-DetailsRow-cell .dynamicrule-panel-itemcolumn{line-height:20px;height:100%;overflow:hidden;text-overflow:ellipsis;padding:11px 12px;color:#000;white-space:nowrap}.g-mobile-panel-padding{padding-top:16px;padding-bottom:16px}.v-next-navigation .g-panel-headertitle{font-size:1rem;font-weight:600;font-family:inherit}.g-space-panel-detailslist .dynamicrule-panel-itemcolumn{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-space-panel-detailslist .v-dynamicrule-panel-itemcolumn{font-size:14px}.v-item-custom{color:#605e5c;font-weight:400}
.h-member{padding:20px 28px;padding-bottom:16px;width:100%;height:100%;background:#fff;display:flex;flex-direction:column;border-left:1px solid #d4d6d8}.h-member .h-member-auth{font-size:14px}.h-member .h-member-shimmer-list{width:100%}.h-member .h-group-action-button{min-width:20px !important;padding:0;margin-right:4px;background:#fff}.h-member .h-member-search-box{border:1px solid #d4d6d8;border-radius:2px;height:34px}.h-member .h-member-search-box input,.h-member .h-member-search-box i{font-size:14px;color:#27313c !important}.h-member .h-member-search-box .ms-SearchBox-icon{overflow:hidden;margin-top:1px}.h-member .h-member-search-box .ms-Button-icon{transform:scale(0.8)}.h-member .h-member-addmember-messagebar{margin:16px 0}.h-member .h-member-addmember-messagebar .ms-MessageBar{background-color:#d4eaff}.h-member .h-member-addmember-messagebar .ms-MessageBar i{color:#3b8acf}.h-member .h-member-total{display:flex;align-items:center;width:100%;font-size:14px}.h-member .h-member-total i{margin-right:4px;margin-top:1px}.h-member .h-member-total .h-member-total-icon{color:var(--theme-primary, #0071C7);font-size:12px;cursor:default}[data-theme=theme1] .h-member .h-member-total .h-member-total-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-member .h-member-total .h-member-total-icon{color:#cf3900}[data-theme=theme3] .h-member .h-member-total .h-member-total-icon{color:#077fa6}[data-theme=theme4] .h-member .h-member-total .h-member-total-icon{color:#b35c00}[data-theme=theme5] .h-member .h-member-total .h-member-total-icon{color:#3e8628}[data-theme=theme6] .h-member .h-member-total .h-member-total-icon{color:#eb0f0f}[data-theme=theme7] .h-member .h-member-total .h-member-total-icon{color:#278265}[data-theme=theme8] .h-member .h-member-total .h-member-total-icon{color:#7760e6}.h-member .h-member-header{display:flex;justify-content:space-between;border-bottom:1px solid #d3d3d3;margin-bottom:10px;line-height:37px}.h-member .h-member-header .h-member-header-title{width:100%;display:flex;align-items:center}.h-member .h-member-header .h-member-header-title .h-member-header-label{color:#27313c;padding:0;font-weight:bold}.h-member .h-member-header .h-member-header-action{font-size:14px;display:flex;align-items:center}.h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap{display:flex;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap{color:#cf3900}[data-theme=theme3] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap{color:#077fa6}[data-theme=theme4] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap{color:#b35c00}[data-theme=theme5] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap{color:#3e8628}[data-theme=theme6] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap{color:#eb0f0f}[data-theme=theme7] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap{color:#278265}[data-theme=theme8] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap{color:#7760e6}.h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap:hover{background-color:#d4d6d8}.h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{height:37px;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:#cf3900}[data-theme=theme3] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:#077fa6}[data-theme=theme4] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:#b35c00}[data-theme=theme5] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:#3e8628}[data-theme=theme6] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:#eb0f0f}[data-theme=theme7] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:#278265}[data-theme=theme8] .h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:#7760e6}.h-member .h-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-add{padding-right:8px}.h-member .h-member-header .h-member-header-action .h-member-dynamic{display:flex;align-items:center;color:#27313c;position:relative}.h-member .h-member-header .h-member-header-action .h-member-dynamic .h-member-dynamic-tooltip{font-size:13px;line-height:18px;cursor:default;color:#5d6778}.h-member .h-member-header .h-member-header-action .h-member-dynamic .member-dynamic-tooltip-width{width:150px}.h-member .h-member-header .h-member-header-action .h-member-dynamic .h-dynamic-icon-info{cursor:pointer;margin-left:5px;line-height:16px;width:16px;height:16px}.h-member .h-member-header .h-member-header-action .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{vertical-align:middle;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-member .h-member-header .h-member-header-action .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-member .h-member-header .h-member-header-action .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#cf3900}[data-theme=theme3] .h-member .h-member-header .h-member-header-action .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#077fa6}[data-theme=theme4] .h-member .h-member-header .h-member-header-action .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#b35c00}[data-theme=theme5] .h-member .h-member-header .h-member-header-action .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#3e8628}[data-theme=theme6] .h-member .h-member-header .h-member-header-action .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#eb0f0f}[data-theme=theme7] .h-member .h-member-header .h-member-header-action .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#278265}[data-theme=theme8] .h-member .h-member-header .h-member-header-action .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#7760e6}.h-member .h-member-header .h-member-header-action .h-member-action-button .ms-CommandBar{padding:0px}.h-member .h-member-header .h-member-header-action .h-member-action-button .ms-CommandBar .ms-Button{background-color:#fff}.h-member .h-member-scroll{height:calc(100% - 60px)}.h-member .h-member-scroll .h-member-content{height:100%;display:flex;flex-wrap:wrap}.h-member .h-member-scroll .h-member-content .ms-Viewport .ms-DetailsList{background:#fff}.h-member .h-member-scroll .h-member-content .ms-DetailsRow{background:#fff;border-color:#fff}.h-member .h-member-scroll .h-member-content .ms-DetailsRow .ms-DetailsRow-cell{padding:0}.h-member .h-member-scroll .h-member-content .h-member-persona-content{width:100%;height:58px;margin:0 auto;padding:0 6px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.h-member .h-member-scroll .h-member-content .h-member-persona-content:hover{background:#d4d6d8}.h-member .h-member-scroll .h-member-content .h-member-persona-content:hover .h-group-action-button{background:#d4d6d8}.h-member .h-member-scroll .h-member-content .h-member-persona-content .ms-Persona-secondaryText{color:#5d6778}.h-group-message{position:fixed;top:110px;left:50%;width:320px !important;margin-left:-160px}.h-group-message-team{top:104px;width:386px;left:50%;position:fixed;margin-left:-193px}.mh-group-message{position:fixed;width:calc(100% - 32px);left:0px;right:0px;margin:auto;top:60px;z-index:3}.h-addmember-main{width:464px}.h-addmember-main .h-member-cancel{border:solid 1px #415364;margin-right:8px}.h-addmember-main .h-popup-title{font-size:18px;color:#27313c;font-weight:bold}.h-addmember-main .mh-add-user-wrap{outline:none}.h-group-member-list{height:calc(100% - 60px)}.h-group-member-list .ms-Viewport .ms-DetailsList .ms-FocusZone{border-bottom-width:0}.mh-message-info{background-color:#d4eaff}.mh-message-error,.mh-message-blocked{background-color:#fcc}.mh-message-success{background-color:#cef6ca}.mh-message-warning{background-color:#ffd2af}.h-member-header-title .g-req-common-titleBreadCrumbcontainer{margin:0}.h-member-breadCruItems{display:flex;align-items:center;max-width:300px;overflow:hidden}.h-member-breadCruItems-host{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px;color:#5d6778;cursor:pointer}.h-member-breadCruItems-host-last{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px;font-weight:600}.h-member-breadCruItems-hidden{display:none}.render-secondary-text-div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mh-member{width:99%;min-height:100px;height:418px;padding:16px 16px 8px 16px;background:#fff 0% 0% no-repeat padding-box;box-shadow:0px 0px 12px rgba(58,68,78,.16);border-radius:2px;opacity:1;margin-right:2%;margin-bottom:16px}.mh-member .mh-member-auth{font-size:14px}.mh-member .h-member-shimmer-list .h-group-member-shimmer{height:58px;padding-top:10px}.mh-member .h-member-shimmer-list .h-group-member-shimmer svg{fill:#e6e7e8 !important}.mh-member .h-group-action-button{min-width:20px !important;padding:0;margin-right:4px;background:#fff}.mh-member .mh-member-search-box{border:1px solid #d4d6d8;border-radius:2px;height:34px}.mh-member .mh-member-search-box input,.mh-member .mh-member-search-box i{font-size:14px;color:#27313c !important}.mh-member .mh-member-search-box .ms-SearchBox-icon{overflow:hidden;margin-top:1px}.mh-member .mh-member-search-box .ms-Button-icon{transform:scale(0.8)}.mh-member .h-member-addmember-messagebar{margin:16px 0}.mh-member .h-member-addmember-messagebar .ms-MessageBar{background-color:#d4eaff}.mh-member .h-member-addmember-messagebar .ms-MessageBar i{color:#3b8acf}.mh-member .mh-member-total{display:flex;align-items:center;width:100%;font-size:14px}.mh-member .mh-member-total i{margin-right:4px;margin-top:1px}.mh-member .mh-member-total .mh-member-total-icon{color:var(--theme-primary, #0071C7);font-size:12px;cursor:default}[data-theme=theme1] .mh-member .mh-member-total .mh-member-total-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .mh-member .mh-member-total .mh-member-total-icon{color:#cf3900}[data-theme=theme3] .mh-member .mh-member-total .mh-member-total-icon{color:#077fa6}[data-theme=theme4] .mh-member .mh-member-total .mh-member-total-icon{color:#b35c00}[data-theme=theme5] .mh-member .mh-member-total .mh-member-total-icon{color:#3e8628}[data-theme=theme6] .mh-member .mh-member-total .mh-member-total-icon{color:#eb0f0f}[data-theme=theme7] .mh-member .mh-member-total .mh-member-total-icon{color:#278265}[data-theme=theme8] .mh-member .mh-member-total .mh-member-total-icon{color:#7760e6}.mh-member .mh-member-header{display:flex;justify-content:space-between;border-bottom:1px solid #d3d3d3;margin-bottom:10px;line-height:37px}.mh-member .mh-member-header .mh-member-header-title{width:100%;display:flex;align-items:center}.mh-member .mh-member-header .mh-member-header-title .h-member-header-label{color:#27313c;padding:0;font-weight:bold}.mh-member .mh-member-header .h-member-header-action{font-size:14px;display:flex;align-items:center}.mh-member .mh-member-header .h-member-header-action .h-member-addbutton-wrap{display:flex;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .mh-member .mh-member-header .h-member-header-action .h-member-addbutton-wrap{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .mh-member .mh-member-header .h-member-header-action .h-member-addbutton-wrap{color:#cf3900}[data-theme=theme3] .mh-member .mh-member-header .h-member-header-action .h-member-addbutton-wrap{color:#077fa6}[data-theme=theme4] .mh-member .mh-member-header .h-member-header-action .h-member-addbutton-wrap{color:#b35c00}[data-theme=theme5] .mh-member .mh-member-header .h-member-header-action .h-member-addbutton-wrap{color:#3e8628}[data-theme=theme6] .mh-member .mh-member-header .h-member-header-action .h-member-addbutton-wrap{color:#eb0f0f}[data-theme=theme7] .mh-member .mh-member-header .h-member-header-action .h-member-addbutton-wrap{color:#278265}[data-theme=theme8] .mh-member .mh-member-header .h-member-header-action .h-member-addbutton-wrap{color:#7760e6}.mh-member .mh-member-header .h-member-header-action .h-member-addbutton-wrap:hover{background-color:#d4d6d8}.mh-member .mh-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{height:37px;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .mh-member .mh-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .mh-member .mh-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:#cf3900}[data-theme=theme3] .mh-member .mh-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:#077fa6}[data-theme=theme4] .mh-member .mh-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:#b35c00}[data-theme=theme5] .mh-member .mh-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:#3e8628}[data-theme=theme6] .mh-member .mh-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:#eb0f0f}[data-theme=theme7] .mh-member .mh-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:#278265}[data-theme=theme8] .mh-member .mh-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-header-addbutton{color:#7760e6}.mh-member .mh-member-header .h-member-header-action .h-member-addbutton-wrap .h-member-add{padding-right:8px}.mh-member .mh-member-header .h-member-header-action .h-member-dynamic{display:flex;align-items:center;color:#27313c;position:relative}.mh-member .mh-member-header .h-member-header-action .h-member-dynamic .h-member-dynamic-tooltip{font-size:13px;line-height:18px;cursor:default;color:#5d6778}.mh-member .mh-member-header .h-member-header-action .h-member-dynamic .h-dynamic-icon-info{cursor:pointer;margin-left:5px;line-height:16px;width:16px;height:16px}.mh-member .mh-member-header .h-member-header-action .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{vertical-align:middle;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .mh-member .mh-member-header .h-member-header-action .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .mh-member .mh-member-header .h-member-header-action .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#cf3900}[data-theme=theme3] .mh-member .mh-member-header .h-member-header-action .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#077fa6}[data-theme=theme4] .mh-member .mh-member-header .h-member-header-action .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#b35c00}[data-theme=theme5] .mh-member .mh-member-header .h-member-header-action .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#3e8628}[data-theme=theme6] .mh-member .mh-member-header .h-member-header-action .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#eb0f0f}[data-theme=theme7] .mh-member .mh-member-header .h-member-header-action .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#278265}[data-theme=theme8] .mh-member .mh-member-header .h-member-header-action .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#7760e6}.mh-member .mh-member-header .h-member-header-action .h-member-action-button .ms-CommandBar{padding:0px}.mh-member .mh-member-header .h-member-header-action .h-member-action-button .ms-CommandBar .ms-Button{background-color:#fff}.mh-member .mh-member-scroll{height:calc(100% - 100px)}.mh-member .mh-member-scroll .mh-member-content{height:100%;display:flex;flex-wrap:wrap}.mh-member .mh-member-scroll .mh-member-content .ms-Viewport .ms-DetailsList{background:#fff}.mh-member .mh-member-scroll .mh-member-content .ms-DetailsRow{background:#fff;border-color:#fff}.mh-member .mh-member-scroll .mh-member-content .ms-DetailsRow .ms-DetailsRow-cell{padding:0}.mh-member .mh-member-scroll .mh-member-content .mh-member-persona-content{width:100%;height:58px;margin:0 auto;padding:0 6px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.mh-member .mh-member-scroll .mh-member-content .mh-member-persona-content:hover{background:#d4d6d8}.mh-member .mh-member-scroll .mh-member-content .mh-member-persona-content:hover .h-group-action-button{background:#d4d6d8}.mh-member .mh-member-scroll .mh-member-content .mh-member-persona-content .ms-Persona-secondaryText{color:#5d6778}.mh-group-message{position:fixed;width:calc(100% - 32px);left:0px;right:0px;margin:auto;top:60px;z-index:3}.h-addmember-main{width:464px}.h-addmember-main .h-member-cancel{border:solid 1px #415364;margin-right:8px}.h-addmember-main .h-popup-title{font-size:18px;color:#27313c;font-weight:bold}.h-addmember-main .mh-add-user-wrap{outline:none}.h-group-member-list{height:calc(100% - 60px)}.h-group-member-list .ms-Viewport .ms-DetailsList .ms-FocusZone{border-bottom-width:0}.mh-message-info{background-color:#d4eaff}.mh-message-error,.mh-message-blocked{background-color:#fcc}.mh-message-success{background-color:#cef6ca}.mh-message-warning{background-color:#ffd2af}.mh-member-header-title .g-req-common-titleBreadCrumbcontainer{margin:0}.mh-member-breadCruItems{display:flex;align-items:center;max-width:300px;overflow:hidden}.mh-member-breadCruItems-host{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px;color:#5d6778;cursor:pointer}.mh-member-breadCruItems-host-last{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px;font-weight:bold}.mh-member-breadCruItems-hidden{display:none}.render-secondary-text-div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.h-edit-group-panel .uniform-panel-scrollableContent{height:calc(100% - 65px)}.h-edit-group-content .mh-object-name{width:92%;padding:20px 0px;font-weight:bold;color:#5d6778;word-break:break-word}.h-edit-group-content .ms-Label,.h-edit-group-content .ms-Checkbox-text,.h-edit-group-content .ms-ChoiceFieldLabel{font-size:13px;font-weight:580 !important;color:#27313c}.h-edit-group-content .ms-Label{padding-bottom:8px}.h-edit-group-content .h-object-name-label{padding-top:0px}.h-edit-group-content .h-edit-group-name{width:92%}.h-edit-group-content .h-group-name-invalid,.h-edit-group-content .h-name-policy-note{margin-top:5px;font-size:12px;width:92%;color:green;word-break:break-word;margin-bottom:0px}.h-edit-group-content .h-group-name-invalid{color:#a4262c}.h-edit-group-content .h-object-spinner{align-items:flex-start;margin-top:10px}.h-edit-group-content .h-edit-group-description{width:92%;margin-top:11px}.h-edit-group-content .h-edit-group-description .ms-TextField-field{height:80px}.h-edit-group-content .h-edit-group-info{display:flex;margin-top:11px;align-items:center}.h-edit-group-content .h-edit-group-info .ms-TooltipHost{height:14px}.h-edit-group-content .h-edit-group-choices .ms-ChoiceFieldGroup-flexContainer .ms-ChoiceField-wrapper{margin-right:60px}.h-edit-group-content .mh-edit-group-choices .ms-ChoiceFieldGroup-flexContainer{display:flex;flex-wrap:wrap}.h-edit-group-content .mh-edit-group-choices .ms-ChoiceFieldGroup-flexContainer .ms-ChoiceField:nth-child(1),.h-edit-group-content .mh-edit-group-choices .ms-ChoiceFieldGroup-flexContainer .ms-ChoiceField:nth-child(2){width:50%}.h-edit-group-content .h-edit-group-send{margin-top:9px}.h-edit-group-content .h-edit-group-shimmer{margin-top:9px;width:100%}.h-edit-group-content .h-edit-group-error{color:#a4262c}.h-edit-group-footer{text-align:right;margin-right:22px}.mh-edit-group-panel .uniform-panel-scrollableContent{height:calc(100% - 43px) !important}.mh-mobile-common-header{display:flex;align-items:center;height:43px;background:#eaedee;padding-left:16px}.mh-mobile-common-header i{color:#27313c}.mh-mobile-common-header .mh-common-header-text{font-size:17px;color:#27313c;margin-left:12px}
.uniform-panel .uniform-panel-header{margin:0;padding:20px;color:#27313c}.uniform-panel .uniform-panel-header .uniform-panel-headerText{font-size:28px;font-weight:lighter;color:#333;-webkit-font-smoothing:antialiased;text-overflow:ellipsis}.uniform-panel .uniform-panel-scrollableContent{height:calc(100% - 65px)}.uniform-panel .uniform-panel-scrollableContent .uniform-panel-content{padding-left:20px;padding-bottom:0;height:100%}.uniform-panel .ms-Panel-footer{border-top-color:#e9e9e9;margin-left:12px;margin-right:12px}
.h-manually-add-panel .h-manually-addobject-content{height:calc(100% - 53px)}.h-manually-add-panel .h-manually-addobject-content .h-manually-add-searchbox{width:220px;border:1px solid #d4d6d8;background:#fff 0% 0% no-repeat padding-box}.h-manually-add-panel .h-manually-addobject-content .h-manually-add-list{margin-top:20px;height:100%}.h-manuallyaddpanel-footer{display:flex;justify-content:space-between;align-items:center;padding-right:10px;padding-left:16px}.h-manuallyaddpanel-footer .h-manuallyaddpanel-footer-button{margin-left:8px}.h-manuallyaddpanel-footer .h-manuallyaddpanel-footer-count{letter-spacing:0;color:#27313c;opacity:1;margin-top:8px}
.h-userguide-background{position:fixed;top:50px;bottom:0;left:0;right:0;background-color:rgba(39,49,60,.1607843137);z-index:2}.h-userguide-background-teams{position:fixed;top:44px;bottom:0;left:0;right:0;background-color:rgba(39,49,60,.1607843137);z-index:2}.h-userguide{width:464px}.h-userguide,.mh-userguide{padding:24px 32px;border:none;box-shadow:none;background-color:#fff;border-radius:12px;z-index:3;margin-left:16px;margin-right:16px}.h-userguide .ms-Callout-beakCurtain,.mh-userguide .ms-Callout-beakCurtain{border-radius:12px}.h-userguide .h-userguide-header,.mh-userguide .h-userguide-header{font-size:18px;font-weight:bold;border-bottom:1px solid #e6e7e8;padding-bottom:24px}.h-userguide .h-userguide-body,.mh-userguide .h-userguide-body{padding:24px 0;min-height:149px;font-size:16px}.h-userguide .h-userguide-footer,.mh-userguide .h-userguide-footer{display:flex;justify-content:space-between;align-items:center;gap:8px}.h-userguide .h-userguide-footer .h-userguide-pageindex,.mh-userguide .h-userguide-footer .h-userguide-pageindex{display:flex}.h-userguide .h-userguide-footer .h-userguide-pageindex .h-userguide-pageitem,.mh-userguide .h-userguide-footer .h-userguide-pageindex .h-userguide-pageitem{width:6px;height:6px;margin-right:8px;background-color:#e6e7e8;border-radius:50%}.h-userguide .h-userguide-footer .h-userguide-pageindex .h-userguide-pageitem-current,.mh-userguide .h-userguide-footer .h-userguide-pageindex .h-userguide-pageitem-current{width:16px;height:6px;margin-right:8px;background-color:var(--theme-primary, #0071C7);border-radius:3px}[data-theme=theme1] .h-userguide .h-userguide-footer .h-userguide-pageindex .h-userguide-pageitem-current,[data-theme=theme1] .mh-userguide .h-userguide-footer .h-userguide-pageindex .h-userguide-pageitem-current{background-color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-userguide .h-userguide-footer .h-userguide-pageindex .h-userguide-pageitem-current,[data-theme=theme2] .mh-userguide .h-userguide-footer .h-userguide-pageindex .h-userguide-pageitem-current{background-color:#cf3900}[data-theme=theme3] .h-userguide .h-userguide-footer .h-userguide-pageindex .h-userguide-pageitem-current,[data-theme=theme3] .mh-userguide .h-userguide-footer .h-userguide-pageindex .h-userguide-pageitem-current{background-color:#077fa6}[data-theme=theme4] .h-userguide .h-userguide-footer .h-userguide-pageindex .h-userguide-pageitem-current,[data-theme=theme4] .mh-userguide .h-userguide-footer .h-userguide-pageindex .h-userguide-pageitem-current{background-color:#b35c00}[data-theme=theme5] .h-userguide .h-userguide-footer .h-userguide-pageindex .h-userguide-pageitem-current,[data-theme=theme5] .mh-userguide .h-userguide-footer .h-userguide-pageindex .h-userguide-pageitem-current{background-color:#3e8628}[data-theme=theme6] .h-userguide .h-userguide-footer .h-userguide-pageindex .h-userguide-pageitem-current,[data-theme=theme6] .mh-userguide .h-userguide-footer .h-userguide-pageindex .h-userguide-pageitem-current{background-color:#eb0f0f}[data-theme=theme7] .h-userguide .h-userguide-footer .h-userguide-pageindex .h-userguide-pageitem-current,[data-theme=theme7] .mh-userguide .h-userguide-footer .h-userguide-pageindex .h-userguide-pageitem-current{background-color:#278265}[data-theme=theme8] .h-userguide .h-userguide-footer .h-userguide-pageindex .h-userguide-pageitem-current,[data-theme=theme8] .mh-userguide .h-userguide-footer .h-userguide-pageindex .h-userguide-pageitem-current{background-color:#7760e6}.h-userguide .h-userguide-footer .h-userguide-skip,.mh-userguide .h-userguide-footer .h-userguide-skip{background-color:#fff;color:var(--theme-primary, #0071C7);text-decoration:underline}[data-theme=theme1] .h-userguide .h-userguide-footer .h-userguide-skip,[data-theme=theme1] .mh-userguide .h-userguide-footer .h-userguide-skip{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-userguide .h-userguide-footer .h-userguide-skip,[data-theme=theme2] .mh-userguide .h-userguide-footer .h-userguide-skip{color:#cf3900}[data-theme=theme3] .h-userguide .h-userguide-footer .h-userguide-skip,[data-theme=theme3] .mh-userguide .h-userguide-footer .h-userguide-skip{color:#077fa6}[data-theme=theme4] .h-userguide .h-userguide-footer .h-userguide-skip,[data-theme=theme4] .mh-userguide .h-userguide-footer .h-userguide-skip{color:#b35c00}[data-theme=theme5] .h-userguide .h-userguide-footer .h-userguide-skip,[data-theme=theme5] .mh-userguide .h-userguide-footer .h-userguide-skip{color:#3e8628}[data-theme=theme6] .h-userguide .h-userguide-footer .h-userguide-skip,[data-theme=theme6] .mh-userguide .h-userguide-footer .h-userguide-skip{color:#eb0f0f}[data-theme=theme7] .h-userguide .h-userguide-footer .h-userguide-skip,[data-theme=theme7] .mh-userguide .h-userguide-footer .h-userguide-skip{color:#278265}[data-theme=theme8] .h-userguide .h-userguide-footer .h-userguide-skip,[data-theme=theme8] .mh-userguide .h-userguide-footer .h-userguide-skip{color:#7760e6}.h-userguide .h-userguide-footer .h-userguide-next,.mh-userguide .h-userguide-footer .h-userguide-next{background-color:var(--theme-primary, #0071C7);color:#fff}[data-theme=theme1] .h-userguide .h-userguide-footer .h-userguide-next,[data-theme=theme1] .mh-userguide .h-userguide-footer .h-userguide-next{background-color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-userguide .h-userguide-footer .h-userguide-next,[data-theme=theme2] .mh-userguide .h-userguide-footer .h-userguide-next{background-color:#cf3900}[data-theme=theme3] .h-userguide .h-userguide-footer .h-userguide-next,[data-theme=theme3] .mh-userguide .h-userguide-footer .h-userguide-next{background-color:#077fa6}[data-theme=theme4] .h-userguide .h-userguide-footer .h-userguide-next,[data-theme=theme4] .mh-userguide .h-userguide-footer .h-userguide-next{background-color:#b35c00}[data-theme=theme5] .h-userguide .h-userguide-footer .h-userguide-next,[data-theme=theme5] .mh-userguide .h-userguide-footer .h-userguide-next{background-color:#3e8628}[data-theme=theme6] .h-userguide .h-userguide-footer .h-userguide-next,[data-theme=theme6] .mh-userguide .h-userguide-footer .h-userguide-next{background-color:#eb0f0f}[data-theme=theme7] .h-userguide .h-userguide-footer .h-userguide-next,[data-theme=theme7] .mh-userguide .h-userguide-footer .h-userguide-next{background-color:#278265}[data-theme=theme8] .h-userguide .h-userguide-footer .h-userguide-next,[data-theme=theme8] .mh-userguide .h-userguide-footer .h-userguide-next{background-color:#7760e6}.h-userguide-center{position:fixed !important;top:50% !important;left:50% !important;margin-left:-232px !important;margin-top:-139px !important}.mh-userguide-center{top:-550px !important;right:8px !important}
.h-objectslist-detailslist{height:100%}.h-objectslist-detailslist .h-web-list-view{margin-left:32px}.h-objectslist-detailslist .h-card-nodata-title{text-align:center;font-weight:700;font-size:18px;margin-bottom:10px;margin-top:20px;color:#000}.h-objectslist-detailslist .h-card-nodata-second-title{margin-top:10px}.h-objectslist-detailslist .ms-DetailsRow-cell{padding:6px 8px 6px 12px;display:flex;align-items:center}.h-objectslist-detailslist .ms-DetailsList{margin-right:16px}.h-objectslist-detailslist .ms-DetailsList-headerWrapper{position:sticky;top:0;z-index:1}.h-objectslist-detailslist .ms-DetailsList-headerWrapper .ms-DetailsHeader{border-bottom:0}.h-objectslist-detailslist .ms-DetailsList-headerWrapper .ms-DetailsHeader .ms-DetailsHeader-cellName{font-size:13px;font-weight:600}.h-objectslist-detailslist .ms-List-cell .ms-DetailsRow{font-size:13px}.h-objectslist-detailslist .h-list-tag-icon{display:none}.h-objectslist-detailslist .ms-List-cell:hover .h-list-tag-icon{display:block;color:var(--theme-primary, #0071C7);font-size:16px}[data-theme=theme1] .h-objectslist-detailslist .ms-List-cell:hover .h-list-tag-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-objectslist-detailslist .ms-List-cell:hover .h-list-tag-icon{color:#cf3900}[data-theme=theme3] .h-objectslist-detailslist .ms-List-cell:hover .h-list-tag-icon{color:#077fa6}[data-theme=theme4] .h-objectslist-detailslist .ms-List-cell:hover .h-list-tag-icon{color:#b35c00}[data-theme=theme5] .h-objectslist-detailslist .ms-List-cell:hover .h-list-tag-icon{color:#3e8628}[data-theme=theme6] .h-objectslist-detailslist .ms-List-cell:hover .h-list-tag-icon{color:#eb0f0f}[data-theme=theme7] .h-objectslist-detailslist .ms-List-cell:hover .h-list-tag-icon{color:#278265}[data-theme=theme8] .h-objectslist-detailslist .ms-List-cell:hover .h-list-tag-icon{color:#7760e6}.h-objectslist-detailslist .ms-List-cell:hover .h-list-tag-icon:hover{cursor:pointer;display:block;color:var(--theme-primary, #0071C7);font-size:16px}[data-theme=theme1] .h-objectslist-detailslist .ms-List-cell:hover .h-list-tag-icon:hover{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-objectslist-detailslist .ms-List-cell:hover .h-list-tag-icon:hover{color:#cf3900}[data-theme=theme3] .h-objectslist-detailslist .ms-List-cell:hover .h-list-tag-icon:hover{color:#077fa6}[data-theme=theme4] .h-objectslist-detailslist .ms-List-cell:hover .h-list-tag-icon:hover{color:#b35c00}[data-theme=theme5] .h-objectslist-detailslist .ms-List-cell:hover .h-list-tag-icon:hover{color:#3e8628}[data-theme=theme6] .h-objectslist-detailslist .ms-List-cell:hover .h-list-tag-icon:hover{color:#eb0f0f}[data-theme=theme7] .h-objectslist-detailslist .ms-List-cell:hover .h-list-tag-icon:hover{color:#278265}[data-theme=theme8] .h-objectslist-detailslist .ms-List-cell:hover .h-list-tag-icon:hover{color:#7760e6}.h-objectslist-detailslist .h-detaillist-uniform-theme{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-objectslist-detailslist .h-detaillist-uniform-theme{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-objectslist-detailslist .h-detaillist-uniform-theme{color:#cf3900}[data-theme=theme3] .h-objectslist-detailslist .h-detaillist-uniform-theme{color:#077fa6}[data-theme=theme4] .h-objectslist-detailslist .h-detaillist-uniform-theme{color:#b35c00}[data-theme=theme5] .h-objectslist-detailslist .h-detaillist-uniform-theme{color:#3e8628}[data-theme=theme6] .h-objectslist-detailslist .h-detaillist-uniform-theme{color:#eb0f0f}[data-theme=theme7] .h-objectslist-detailslist .h-detaillist-uniform-theme{color:#278265}[data-theme=theme8] .h-objectslist-detailslist .h-detaillist-uniform-theme{color:#7760e6}.h-objectslist-detailslist .h-detaillist-name-value{cursor:pointer;color:#0071c7;font-weight:600;display:inline-block;overflow:hidden !important;text-overflow:ellipsis !important;text-decoration:none !important;width:100%}.h-objectslist-detailslist .h-type-icon{font-size:14px;width:32px;color:#415364;cursor:pointer}.h-objectslist-detailslist .h-detaillist-name-wrap{display:flex;align-items:center;width:100%}.h-objectslist-detailslist .h-detaillist-name-wrap .h-detaillist-more-action{width:32px;display:flex}.h-objectslist-detailslist .h-detaillist-name-wrap .h-detaillist-name-info{display:flex;align-items:center;width:calc(100% - 32px)}.h-objectslist-detailslist .h-detaillist-name-wrap .h-detaillist-name-info .ms-TooltipHost:nth-child(1){max-width:calc(100% - 64px)}.h-objectslist-detailslist .h-detaillist-name-wrap .h-detaillist-name-info .h-detaillist-des-icon{margin-left:4px;height:32px;line-height:32px;width:14px}.h-objectslist-detailslist .h-detaillist-name-wrap .h-detaillist-name-info .h-detaillist-gao-icon{height:32px;line-height:32px}.h-objectslist-detailslist .h-detaillist-name-wrap .h-detaillist-name-info .h-detaillist-gao-icon img{width:15px}.h-objectslist-detailslist .h-detaillist-name-wrap .h-detaillist-name-info .h-tooltip-icon-button{margin-left:0px}.h-objectslist-detailslist .h-detaillist-name-wrap .h-detaillist-name-info .h-tooltip-icon-button .ms-Button:hover{background:none}.h-objectslist-detailslist .h-detaillist-visibility-wrap{display:flex}.h-objectslist-detailslist .h-detaillist-visibility-wrap .h-visibility-icon{margin-right:8px}.h-objectslist-detailslist .h-detaillist-visibility-wrap .h-visibility-des{overflow:hidden;text-overflow:ellipsis}.h-objectslist-detailslist .h-detaillist-gridcell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:32px}.h-objectslist-detailslist .h-detaillist-gridcell .h-tooltip-icon-button{margin-left:0px}.h-objectslist-detailslist .h-detaillist-tag-wrap{overflow:hidden;align-self:center;text-overflow:ellipsis}.h-objectslist-detailslist .h-detaillist-tag-wrap .h-tag-tooltip-root{margin:0 !important;padding:0 !important}.h-objectslist-detailslist .h-favorite-icon-button .h-buttongroup-iconbutton{border:none !important}.h-objectslist-detailslist .h-favorite-icon-button .h-buttongroup-iconbutton i{color:var(--theme-primary, #0071C7);font-size:15px}[data-theme=theme1] .h-objectslist-detailslist .h-favorite-icon-button .h-buttongroup-iconbutton i{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-objectslist-detailslist .h-favorite-icon-button .h-buttongroup-iconbutton i{color:#cf3900}[data-theme=theme3] .h-objectslist-detailslist .h-favorite-icon-button .h-buttongroup-iconbutton i{color:#077fa6}[data-theme=theme4] .h-objectslist-detailslist .h-favorite-icon-button .h-buttongroup-iconbutton i{color:#b35c00}[data-theme=theme5] .h-objectslist-detailslist .h-favorite-icon-button .h-buttongroup-iconbutton i{color:#3e8628}[data-theme=theme6] .h-objectslist-detailslist .h-favorite-icon-button .h-buttongroup-iconbutton i{color:#eb0f0f}[data-theme=theme7] .h-objectslist-detailslist .h-favorite-icon-button .h-buttongroup-iconbutton i{color:#278265}[data-theme=theme8] .h-objectslist-detailslist .h-favorite-icon-button .h-buttongroup-iconbutton i{color:#7760e6}.h-objectslist-detailslist .h-detaillist-shimmer{max-width:1340px !important}.h-objectslist-detailslist .h-detaillist-shimmer .ms-ShimmerElementsGroup-root{width:auto !important}.h-objectslist-detailslist .h-detaillist-shimmer .h-detaillist-completedata{color:#707477;font-size:13px;text-align:center;line-height:38px;font-style:italic}.h-objectslist-detailslist .h-detaillist-shimmer .h-detaillist-nodata-wrap{display:flex;justify-content:center}.h-objectslist-detailslist .h-detaillist-shimmer .h-detaillist-nodata-wrap .h-detaillist-nodata{color:#707477;font-size:14px}.h-objectslist-detailslist .h-detaillist-shimmer .h-detaillist-nodata-wrap .h-detaillist-nodata .h-detaillist-nodata-image{margin:0px auto 24px;display:block;height:88px}.h-mobile-list-view{padding-top:23px}.h-mobile-list-view .h-object-wrap{padding:0px 20px 30px 17px}.h-mobile-list-view .h-object-content{display:flex;justify-content:space-between;align-items:center;width:100%}.h-mobile-list-view .h-object-content .h-object-title{display:flex;width:90%}.h-mobile-list-view .h-object-content .h-object-title .h-object-name{font-size:17px;font-weight:bold;color:#252424;max-width:95%;text-overflow:ellipsis;overflow:hidden;text-decoration:none}.h-mobile-list-view .h-object-content .h-type-icon{width:25px;height:24px;margin-right:5px}.h-mobile-list-view .h-object-content .h-type-icon .ms-Image{height:24px}.h-mobile-list-view .h-object-access{margin-left:30px;display:flex;align-items:center}.h-mobile-list-view .h-object-access .h-access-time,.h-mobile-list-view .h-object-access .h-access-icon{color:#5d6778;font-size:13px}.h-mobile-list-view .h-object-access .h-access-icon{margin-right:4px}.h-mobile-list-view .h-object-shimmer .h-access-shimmer{margin-top:10px}.mh-list-complete{color:#5d6778;font-size:16px;text-align:center;line-height:38px;width:100%}.h-card-nodata-wrap{margin:0 10px;display:flex;align-items:center;height:100%;justify-content:center}.h-card-nodata-wrap .h-card-nodata{color:#5d6778;font-size:14px;display:flex;align-items:center;flex-direction:column}.h-card-nodata-wrap .h-card-nodata .h-card-nodata-image{margin:0px auto 24px;display:block;height:88px}
.h-team-channels-panel .h-team-channels-content{height:100%}.h-team-channels-panel .h-team-channels-content .h-team-channels-searchbox{width:220px;border:1px solid #d4d6d8;background:#fff 0% 0% no-repeat padding-box;margin-bottom:16px}.h-team-channels-panel .h-team-channels-content .h-list-wrap{height:calc(100% - 16px)}.h-team-channels-panel .h-team-channels-content .h-list-wrap .ms-DetailsList-headerWrapper{position:sticky;top:0;z-index:1}.h-team-channels-panel .h-team-channels-content .h-list-wrap .ms-DetailsHeader-cellName{font-weight:600}.h-team-channels-panel .h-team-channels-content .h-list-wrap .h-team-channels-icon{font-size:14px;margin-left:10px;padding-top:3px;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-team-channels-panel .h-team-channels-content .h-list-wrap .h-team-channels-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-team-channels-panel .h-team-channels-content .h-list-wrap .h-team-channels-icon{color:#cf3900}[data-theme=theme3] .h-team-channels-panel .h-team-channels-content .h-list-wrap .h-team-channels-icon{color:#077fa6}[data-theme=theme4] .h-team-channels-panel .h-team-channels-content .h-list-wrap .h-team-channels-icon{color:#b35c00}[data-theme=theme5] .h-team-channels-panel .h-team-channels-content .h-list-wrap .h-team-channels-icon{color:#3e8628}[data-theme=theme6] .h-team-channels-panel .h-team-channels-content .h-list-wrap .h-team-channels-icon{color:#eb0f0f}[data-theme=theme7] .h-team-channels-panel .h-team-channels-content .h-list-wrap .h-team-channels-icon{color:#278265}[data-theme=theme8] .h-team-channels-panel .h-team-channels-content .h-list-wrap .h-team-channels-icon{color:#7760e6}.h-team-channels-panel .h-team-channels-content .h-list-wrap .h-team-channels-link{text-decoration:none;color:var(--theme-primary, #0071C7);font-size:14px;font-weight:600}[data-theme=theme1] .h-team-channels-panel .h-team-channels-content .h-list-wrap .h-team-channels-link{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-team-channels-panel .h-team-channels-content .h-list-wrap .h-team-channels-link{color:#cf3900}[data-theme=theme3] .h-team-channels-panel .h-team-channels-content .h-list-wrap .h-team-channels-link{color:#077fa6}[data-theme=theme4] .h-team-channels-panel .h-team-channels-content .h-list-wrap .h-team-channels-link{color:#b35c00}[data-theme=theme5] .h-team-channels-panel .h-team-channels-content .h-list-wrap .h-team-channels-link{color:#3e8628}[data-theme=theme6] .h-team-channels-panel .h-team-channels-content .h-list-wrap .h-team-channels-link{color:#eb0f0f}[data-theme=theme7] .h-team-channels-panel .h-team-channels-content .h-list-wrap .h-team-channels-link{color:#278265}[data-theme=theme8] .h-team-channels-panel .h-team-channels-content .h-list-wrap .h-team-channels-link{color:#7760e6}.h-team-channels-panel .h-team-channels-content .h-list-wrap .h-team-channels-des{color:#415364;font-size:14px;overflow:hidden;text-overflow:ellipsis}.h-team-channels-panel .h-team-channels-content .h-list-wrap .h-team-channels-uniform{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.h-detaillist-nodata-wrap .h-team-channels-nodata{display:flex;flex-direction:column}.h-detaillist-nodata-wrap .h-joining-team-icon{font-size:120px;color:#bbc6cb;margin-bottom:24px}.h-detaillist-nodata-wrap .h-joining-team-des{font-size:16px;color:#333}.h-mobile-channels-panel .uniform-panel-scrollableContent{height:calc(100% - 43px)}.h-mobile-channels{height:100%}.h-mobile-channels .h-channels-header{color:#5d6778;font-size:16px;font-weight:bold;margin-bottom:14px;margin-top:16px}.h-mobile-channels .h-channel-wrap{display:flex;flex-direction:column;padding-bottom:24px}.h-mobile-channels .h-channel-name{font-size:17px;font-weight:bold;color:#252424}.h-mobile-channels .h-channel-privacy{display:flex;align-items:center;margin:8px 0px}.h-mobile-channels .h-channel-privacy .h-privacy-icon{margin-right:6px}.h-mobile-channels .h-privacy-icon,.h-mobile-channels .h-privacy-text,.h-mobile-channels .h-channel-description{color:#5d6778;font-size:13px}.h-mobile-channels .h-mobile-no-channel{height:calc(100% - 50px);display:flex;align-items:center;justify-content:center}.mh-channel-header{justify-content:flex-start !important}.mh-channel-header .mh-header-title{margin-left:16px}
.h-popup .ms-Overlay{background-color:#27313c;opacity:.16}.h-popup .h-popup-sendemail-textfield .ms-TextField-fieldGroup::after{border-width:0 !important}.h-popup .ms-Dialog-main{width:464px;min-height:200px;max-width:464px}.h-popup .ms-Dialog-main .ms-Dialog-header .ms-Dialog-title{padding:24px 32px;font-size:24px;min-height:24px;line-height:24px;color:#333;box-sizing:content-box;outline:none;word-break:break-word}.h-popup .ms-Dialog-main .ms-Dialog-header .ms-Dialog-button--close{margin-right:8px}.h-popup .ms-Dialog-main .ms-Dialog-inner{padding:0 32px 24px}.h-popup .ms-Dialog-main .ms-Dialog-inner .h-popup-title{margin-bottom:20px;word-break:break-word}.h-popup .ms-Dialog-main .ms-Dialog-inner .h-popup-error{font-size:12px;font-weight:400;color:#a4262c}.h-popup .ms-Dialog-main .ms-Dialog-inner .h-popup-description{overflow-wrap:break-word;min-height:48px}.h-popup .ms-Dialog-main .ms-Dialog-inner .ms-Dialog-actions{margin-top:24px}.h-popup .ms-Dialog-main .ms-Dialog-inner .ms-Dialog-actions .ms-Dialog-actionsRight{margin-right:0}.h-popup .ms-Dialog-main .ms-Dialog-inner .ms-Dialog-actions .ms-Dialog-actionsRight .ms-Dialog-action{display:inline-block;margin:0}.h-popup .ms-Dialog-main .ms-Dialog-inner .ms-Dialog-actions .ms-Dialog-actionsRight .ms-Button{border-width:1px}
.h-mobile-action-panel .uniform-panel-scrollableContent{height:calc(100% - 43px)}.h-card-startrequest-erroricon{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-card-startrequest-erroricon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-card-startrequest-erroricon{color:#cf3900}[data-theme=theme3] .h-card-startrequest-erroricon{color:#077fa6}[data-theme=theme4] .h-card-startrequest-erroricon{color:#b35c00}[data-theme=theme5] .h-card-startrequest-erroricon{color:#3e8628}[data-theme=theme6] .h-card-startrequest-erroricon{color:#eb0f0f}[data-theme=theme7] .h-card-startrequest-erroricon{color:#278265}[data-theme=theme8] .h-card-startrequest-erroricon{color:#7760e6}.h-mobile-more-actions .h-object-name{font-size:16px;font-weight:bold;color:#5d6778;margin-top:16px}.h-mobile-more-actions .h-action-item{display:flex;align-items:center;margin-top:16px}.h-mobile-more-actions .h-favorite-action{justify-content:space-between}.h-mobile-more-actions .h-favorite-action .ms-Toggle{margin-bottom:0px;padding-right:8px}.h-mobile-more-actions .h-action-button{display:flex;align-items:center}.h-mobile-more-actions .h-action-shimmer{width:100%}.h-mobile-more-actions .h-action-icon{width:25px;margin-left:-7px}.h-mobile-more-actions .h-action-icon i{color:var(--theme-primary, #0071C7);font-size:18px}[data-theme=theme1] .h-mobile-more-actions .h-action-icon i{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-mobile-more-actions .h-action-icon i{color:#cf3900}[data-theme=theme3] .h-mobile-more-actions .h-action-icon i{color:#077fa6}[data-theme=theme4] .h-mobile-more-actions .h-action-icon i{color:#b35c00}[data-theme=theme5] .h-mobile-more-actions .h-action-icon i{color:#3e8628}[data-theme=theme6] .h-mobile-more-actions .h-action-icon i{color:#eb0f0f}[data-theme=theme7] .h-mobile-more-actions .h-action-icon i{color:#278265}[data-theme=theme8] .h-mobile-more-actions .h-action-icon i{color:#7760e6}.h-mobile-more-actions .h-action-text{font-size:17px;font-weight:bold;color:#27313c;margin-left:8px}.h-mobile-more-actions .h-action-divider{height:1px;width:100%;background:#eaedee;margin-top:16px}.m-more-action-button i{font-size:18px}
.h-home{height:100%;width:100%;display:flex;flex-direction:column}.h-home .data-no-ready{background:#fff;z-index:999;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.h-home .data-no-ready-teams{position:fixed;top:0;background:rgba(39,49,60,.1607843137);z-index:999;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.h-home .data-no-ready-teams .teams-content{width:320px;height:120px;border-radius:16px;background:#fff}.h-home .data-no-ready-teams .teams-content .teams-content-title{color:#27313c;font-size:18px;font-weight:bold;display:flex;justify-content:center;margin-top:38px;margin-bottom:12px}.h-home .data-no-ready-teams .teams-content .data-no-ready-loading{width:320px}.h-home .data-no-ready-loading{width:400px;height:8px;margin:0 auto;margin-top:12px;text-align:center}.h-home .data-no-ready-loading span{display:inline-block;width:8px;height:100%;margin-right:12px;border-radius:500%;background:#c52b1b;-webkit-animation:load 1.04s ease infinite}.h-home .data-no-ready-loading span:last-child{margin-right:0px}@-webkit-keyframes load{0%{opacity:1}100%{opacity:0}}.h-home .data-no-ready-loading span:nth-child(1){-webkit-animation-delay:.1s}.h-home .data-no-ready-loading span:nth-child(2){-webkit-animation-delay:.2s}.h-home .data-no-ready-loading span:nth-child(3){-webkit-animation-delay:.3s}.h-home .data-no-ready-loading span:nth-child(4){-webkit-animation-delay:.4s}.h-home .data-no-ready-loading span:nth-child(5){-webkit-animation-delay:.5s}.h-home .data-no-ready-loading span:nth-child(6){-webkit-animation-delay:.6s}.h-home .data-no-ready-loading span:nth-child(7){-webkit-animation-delay:.7s}.h-home .data-no-ready-loading span:nth-child(8){-webkit-animation-delay:.8s}.h-home .data-no-ready-loading span:nth-child(9){-webkit-animation-delay:.9s}.h-actionlink-list-sub{height:360px !important}.h-home-body-hasmessage{height:calc(100% - 80px)}.h-home-body{flex-grow:1}.mh-home-body{height:calc(100% - 100px)}.h-actionlink-syncchannel{font-size:14px;font-weight:400;color:inherit;background-color:#f7f7f7;height:36px;line-height:36px;cursor:default;padding-left:22px;padding-right:5px;text-align:left;margin-left:10px;margin-right:10px;display:flex;justify-content:space-between}.h-actionlink-syncchannel .h-actionlink-syncchannel-icon{height:36px;line-height:36px;color:#d4d6d8}
.h-hub-panel .h-saved-hubs-ul{padding-left:25px}.h-hub-panel .workspace-message-bar{width:95% !important;font-size:12px !important;margin-bottom:10px}.h-hub-panel .mobile-workspace-message-bar{margin-top:20px;width:95% !important;font-size:12px !important}.h-hub-panel .workspace-blob-describe{font-weight:700}.h-hub-panel .workspace-blob-describe-tags{text-decoration:underline;font-weight:700}.h-hub-panel .common-panel-main .common-panel-header{padding-left:24px}.h-hub-panel .common-panel-main .common-panel-content .panel-footer{padding:0}.h-hub-panel .common-panel-main .common-panel-content .h-create-panel-footer{margin:0px 24px;border-top:1px solid #e9e9e9;padding-top:24px}.h-hub-panel .ms-Panel-main{min-width:644px}.h-hub-panel .h-hubcreation-panel-content{padding-right:10px;margin-left:5px;padding-left:20px}.h-hub-panel .h-hubcreation-panel-content .h-hubcreation-panel-nameCheck{display:flex;position:relative}.h-hub-panel .h-hubcreation-panel-content .h-hubcreation-panel-nameCheck .h-hubcreation-input{margin-bottom:16px;width:578px}.h-hub-panel .h-hubcreation-panel-content .h-hubcreation-panel-nameCheck .h-hubcreation-panel-nameCheckIcon{margin-left:10px;margin-top:35px}.h-hub-panel .h-hubcreation-panel-content .h-hubcreation-checkbox{margin-bottom:15px}.h-hub-panel .h-hubcreation-panel-content .h-hub-clear-filter{margin-top:50px;margin-bottom:16px}.h-hub-panel .h-hubcreation-panel-content .h-create-by{margin-bottom:15px}.h-hub-panel .h-hubcreation-panel-content .mh-create-by .ms-ChoiceField{padding-bottom:10px}.h-hub-panel .h-hubcreation-panel-content .h-create-panel-choicegroup .ms-ChoiceFieldGroup-flexContainer{display:flex;flex-wrap:wrap}.h-hub-panel .h-hubcreation-panel-content .h-create-panel-choicegroup .ms-ChoiceField-input{display:none}.h-hub-panel .h-hubcreation-panel-content .h-create-panel-choicegroup .ms-ChoiceField{min-width:47%;margin-right:2%}.h-hub-panel .h-hubcreation-panel-content .h-create-panel-choicegroup .ms-ChoiceFieldLabel{white-space:nowrap}.h-hub-panel .h-hubcreation-panel-content .h-filter-gatagpicker-ga{width:578px}.h-hub-panel .h-create-panel-footer{display:flex;justify-content:space-between}.h-hub-panel .h-create-panel-footer .h-hub-filter-links{display:flex;flex-flow:column}.h-hub-panel .h-hubcreation-shimmer-namelabel{width:60px}.h-hub-panel .h-hubcreation-shimmer-nameinput{margin-top:5px;width:500px}.h-hub-panel .h-hubcreation-shimmer-checkbox{margin-top:20px;width:300px}.h-hub-panel .h-hubcreation-shimmer-checkboxhome{margin-top:5px;width:300px}.h-hub-panel .h-hubcreation-shimmer-createdby{margin-top:10px;width:350px}.h-hub-panel .h-hubcreation-shimmer-object{margin-top:20px}.h-hub-with-back .common-panel-main .navigation-back{left:16px}.h-hub-with-back .common-panel-main .common-panel-headerText{margin-left:16px}.h-team-logo{color:#6264a7;font-size:28px;margin-right:10px}.h-group-logo{color:#d83b01;font-size:28px;margin-right:10px}.h-site-logo{color:#037e83;font-size:28px;margin-right:10px}.h-yammer-logo{color:#106ebe;font-size:28px;margin-right:10px}.h-common-validate-icon-completed{font-size:19px;color:#37bb37}.h-common-validate-icon-alert{font-size:19px;color:#f32828}.mh-hub-panel .g-mobile-panel-content-container .h-hubcreation-panel-content{padding-left:0}.mh-uniform-panel{padding:0px}.mh-uniform-panel .g-mobile-panel-content-container{margin:0px 6px 16px 16px}
.h-hub-filter-panel .h-hub-filter-panel-unit-name{font-weight:600;padding:5px 0}.h-hub-filter-panel .hub-filter-panel-unit-checkbox{display:flex;padding:5px 0}.h-hub-filter-panel .hub-filter-panel-unit-checkbox .h-hub-filter-checkbox{width:240px}.h-hub-filter-panel .hub-filter-panel-reset{display:inline-block;color:#0071c7;cursor:pointer;text-decoration:none}.h-hub-filter-panel .hub-filter-panel-reset:hover{color:#0065b3 !important;text-decoration:underline;background-color:rgba(0,0,0,0) !important}.h-hub-filter-panel .hub-filter-panel-reset:active{color:#005697 !important;text-decoration:underline}.h-hub-filter-panel .hub-filter-panel-reset:active:hover{color:#0065b3 !important;text-decoration:underline}.h-hub-filter-panel .hub-filter-panel-reset:visited{color:#0071c7 !important}.h-hub-filter-panel .hub-filter-panel-reset:focus{color:#005faa !important}.h-hub-filter-panel .h-filter-panel-footer{display:flex;justify-content:space-between;align-items:center}.mh-hub-filter-panel .h-hub-filter-panel-unit-name{padding:20px 0 !important}
.h-tagapplied-panel .ms-Panel-navigation{margin-bottom:15px}.h-tagapplied-panel .ms-Panel-navigation .ms-Panel-headerText{height:auto}.h-tagapplied-panel .uniform-panel-scrollableContent .uniform-panel-content{padding:0}.h-tagapplied-panel .uniform-panel-scrollableContent .uniform-panel-content .h-tagapplied-detailslist .ms-DetailsList{padding:0 24px}.h-tagapplied-panel .h-tagapplied-actionbar{margin-bottom:12px}.h-tagapplied-panel .h-tagapplied-actionbar .g-tag-apply-panel-bar{background-color:#f4f4f4;border-bottom:0;margin:0}.h-tagapplied-panel .ms-Panel-header .ms-Panel-headerText{white-space:pre-wrap;padding-right:26px}.h-tagapplied-panel .h-tagapplied-requestfooter{display:flex;justify-content:flex-end}.h-tagapplied-detailslist{height:calc(100% - 70px) !important}.h-tagapplied-detailslist .ms-DetailsList-headerWrapper{position:sticky;top:0;z-index:1}.h-tagapplied-detailslist .h-tagapplied-detailsrow .ms-Button--icon{height:20px;background:none}.h-tagapplied-detailslist .h-tagapplied-detailsrow .ms-Button--icon .ms-Button-icon{font-weight:bold;font-size:14px}.h-tagapplied-detailslist .h-detailsrow-workspace{display:flex}.h-tagapplied-detailslist .h-detailsrow-workspace .h-type-icon{margin-right:12px}.h-tagapplied-detailslist .h-detaillist-nodata{margin-bottom:10px}.h-detaillist-nodata-image{margin:0px auto 24px;display:block;height:88px}.mh-tagapplied-panel{margin-top:50px}.mh-tagapplied-panel .uniform-panel-main-teams{margin-top:-50px}.mh-tagapplied-panel .uniform-panel-main-teams .uniform-panel-content{padding-left:16px;padding-right:3px}.mh-tagapplied-panel .uniform-panel-main-teams .uniform-panel-content .ms-FocusZone{display:inline-block}.mh-tagapplied-panel .uniform-panel-main-teams .uniform-panel-content .ms-DetailsRow{display:flex}.mh-tagapplied-panel .uniform-panel-main-teams .uniform-panel-content .ms-DetailsRow .ms-DetailsRow-cell{padding-right:0}.mh-tagapplied-panel .uniform-panel-main{top:0}.mh-tagapplied-panel .uniform-panel-main .uniform-panel-content{padding-left:16px;padding-right:3px}.mh-tagapplied-panel .uniform-panel-main .uniform-panel-content .ms-FocusZone{display:inline-block}.mh-tagapplied-panel .uniform-panel-main .uniform-panel-content .ms-DetailsRow{display:flex}.mh-tagapplied-panel .uniform-panel-main .uniform-panel-content .ms-DetailsRow .ms-DetailsRow-cell{padding-right:0}.mh-tagapplied-panel .uniform-panel-main .uniform-panel-content .ms-DetailsRow .ms-Button-icon{margin-left:30px}.mh-tagapplied-panel .uniform-panel-scrollableContent{height:calc(100% - 44px)}.mh-tagapplied-panel .h-tagapplied-detailslist{height:calc(100% - 60px) !important;margin-left:-6px}.mh-tagapplied-panel .ms-DetailsHeader-cell:active{background:none}.mh-tagapplied-panel .ms-DetailsHeader-cell:hover{background:none}.mh-tagapplied-panel .ms-DetailsHeader-cellName{font-size:17px}.mh-tagapplied-panel .ms-FocusZone{display:flex;border:none}.mh-tagapplied-panel .mh-tag-name{font-size:16px;color:#5d6778;font-weight:600;padding:16px;padding-left:0;white-space:pre-wrap;word-break:break-all}
.mh-group-members-panel{padding:0px}.mh-group-members-panel .mh-member-list{height:100%}.mh-group-members-panel .mh-member-list .h-member{padding:0px;background-color:#fff}.mh-group-members-panel .mh-member-list .h-member .h-member-scroll{height:calc(100% - 76px)}.mh-group-members-panel .mh-member-list .h-member .h-member-scroll .h-member-content{height:100%;padding:4px 6px 4px 10px}.mh-group-members-panel .mh-member-list .h-member .h-member-scroll .h-member-content .h-group-action-button,.mh-group-members-panel .mh-member-list .h-member .h-member-scroll .h-member-content .ms-DetailsList{background-color:#fff}.mh-group-members-panel .mh-member-list .h-member .h-member-scroll .h-member-content .ms-DetailsRow{background-color:#fff;border:none}.mh-group-members-panel .mh-member-list .h-member-total{position:fixed;bottom:0px;left:0px;background-color:#fff;width:100%;height:32px;z-index:2}.mh-group-members-panel .mh-member-list .h-member-total i{margin-left:16px}.mh-contextual-menu-icon i{font-size:16px}
.h-home{height:100%;width:100%;display:flex;flex-direction:column}.h-home .data-no-ready{background:#fff;z-index:999;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.h-home .data-no-ready-teams{position:fixed;top:0;background:rgba(39,49,60,.1607843137);z-index:999;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.h-home .data-no-ready-teams .teams-content{width:320px;height:120px;border-radius:16px;background:#fff}.h-home .data-no-ready-teams .teams-content .teams-content-title{color:#27313c;font-size:18px;font-weight:bold;display:flex;justify-content:center;margin-top:38px;margin-bottom:12px}.h-home .data-no-ready-teams .teams-content .data-no-ready-loading{width:320px}.h-home .data-no-ready-loading{width:400px;height:8px;margin:0 auto;margin-top:12px;text-align:center}.h-home .data-no-ready-loading span{display:inline-block;width:8px;height:100%;margin-right:12px;border-radius:500%;background:#c52b1b;-webkit-animation:load 1.04s ease infinite}.h-home .data-no-ready-loading span:last-child{margin-right:0px}@-webkit-keyframes load{0%{opacity:1}100%{opacity:0}}.h-home .data-no-ready-loading span:nth-child(1){-webkit-animation-delay:.1s}.h-home .data-no-ready-loading span:nth-child(2){-webkit-animation-delay:.2s}.h-home .data-no-ready-loading span:nth-child(3){-webkit-animation-delay:.3s}.h-home .data-no-ready-loading span:nth-child(4){-webkit-animation-delay:.4s}.h-home .data-no-ready-loading span:nth-child(5){-webkit-animation-delay:.5s}.h-home .data-no-ready-loading span:nth-child(6){-webkit-animation-delay:.6s}.h-home .data-no-ready-loading span:nth-child(7){-webkit-animation-delay:.7s}.h-home .data-no-ready-loading span:nth-child(8){-webkit-animation-delay:.8s}.h-home .data-no-ready-loading span:nth-child(9){-webkit-animation-delay:.9s}.h-web-group-detail{width:100%;height:100%;min-width:600px}.h-web-group-detail .h-group-content-left{width:67%}.h-web-group-detail .h-group-content-left .h-left-wrap{margin-right:12px;margin-left:32px}.h-web-group-detail .h-group-content-right{width:33%;min-width:290px;margin-left:12px;height:100%}.group-info-shimmer{width:140px}.h-group-card{display:flex;justify-content:space-between;margin-top:16px;margin-bottom:30px;padding-left:2px}.card-view{width:48%;height:100px;padding:16px 16px 0 16px !important;background:#fff 0% 0% no-repeat padding-box;box-shadow:0px 0px 12px #e0e0e0;border-radius:2px;opacity:1}.card-view p{margin:0;font-size:12px}.member-card{display:flex;justify-content:space-between}.member-card .h-num-shimmer{margin-top:14px;height:48px}.member-card .active-member{font-size:36px;font-weight:bold;color:#27313c}.member-card .active-member p{font-weight:600;font-size:13px}.member-card .total-text{font-size:12px;color:#27313c;font-style:Italic}.tag-card{margin-left:24px}.tag-card .mh-edit-tags-icon{color:#435365;width:24px;height:24px;line-height:24px}.tag-card .h-tooltip-icon-button i{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .tag-card .h-tooltip-icon-button i{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .tag-card .h-tooltip-icon-button i{color:#cf3900}[data-theme=theme3] .tag-card .h-tooltip-icon-button i{color:#077fa6}[data-theme=theme4] .tag-card .h-tooltip-icon-button i{color:#b35c00}[data-theme=theme5] .tag-card .h-tooltip-icon-button i{color:#3e8628}[data-theme=theme6] .tag-card .h-tooltip-icon-button i{color:#eb0f0f}[data-theme=theme7] .tag-card .h-tooltip-icon-button i{color:#278265}[data-theme=theme8] .tag-card .h-tooltip-icon-button i{color:#7760e6}.tag-card .h-edit-tag-icon{color:#415364;box-shadow:0px 0px 8px rgba(39,49,60,.16);border-radius:50%;width:24px;height:24px;line-height:24px;margin:0;padding:0}.tag-card .h-edit-tag-icon i{display:flex;align-items:center;height:24px;line-height:24px;margin:0;color:var(--theme-primary, #0071C7);font-size:14px}[data-theme=theme1] .tag-card .h-edit-tag-icon i{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .tag-card .h-edit-tag-icon i{color:#cf3900}[data-theme=theme3] .tag-card .h-edit-tag-icon i{color:#077fa6}[data-theme=theme4] .tag-card .h-edit-tag-icon i{color:#b35c00}[data-theme=theme5] .tag-card .h-edit-tag-icon i{color:#3e8628}[data-theme=theme6] .tag-card .h-edit-tag-icon i{color:#eb0f0f}[data-theme=theme7] .tag-card .h-edit-tag-icon i{color:#278265}[data-theme=theme8] .tag-card .h-edit-tag-icon i{color:#7760e6}.tag-card .h-edit-tag-icon svg{font-size:12px;line-height:24px;height:24px}.tag-card .tag-title{color:#27313c;display:flex;justify-content:space-between;margin-bottom:6px}.tag-card .tag-title .title{font-size:13px;color:#27313c;font-weight:600}.tag-card .h-tag-warp{width:300px}.h-group-information .information-header{font-size:16px;color:#27313c;font-weight:bold;height:20px}.information-group{height:20px;margin-bottom:16px;display:flex;align-items:center}.information-group p{color:#27313c;height:20px;font-size:13px}.information-group i{margin-right:4px;font-size:14px;position:relative;height:20px;top:2px;color:#27313c;cursor:default}.information-group .h-group-font-icon{font-size:14px;height:20px}.information-group .h-allow-tip{margin-left:8px}.information-group .information-guest{max-width:400px;overflow-wrap:break-word;overflow:hidden;word-break:break-all;text-overflow:ellipsis;white-space:nowrap;display:block;cursor:pointer;height:20px}.information-group .h-allow-guest-tip{margin-left:4px;cursor:pointer !important}.h-activity-title{font-size:14px;color:#27313c;font-weight:bold;margin-bottom:16px}.h-group-button{display:flex}.h-group-button .h-tooltip-icon-button{margin-left:8px !important}.h-group-button .h-icon-favorite .ms-Icon{font-size:15px}.h-group-button .h-group-start-request{background-color:#fff !important;color:var(--theme-primary, #0071C7);border:1px solid;border-color:var(--theme-primary, #0071C7);white-space:nowrap}[data-theme=theme1] .h-group-button .h-group-start-request{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-group-button .h-group-start-request{color:#cf3900}[data-theme=theme3] .h-group-button .h-group-start-request{color:#077fa6}[data-theme=theme4] .h-group-button .h-group-start-request{color:#b35c00}[data-theme=theme5] .h-group-button .h-group-start-request{color:#3e8628}[data-theme=theme6] .h-group-button .h-group-start-request{color:#eb0f0f}[data-theme=theme7] .h-group-button .h-group-start-request{color:#278265}[data-theme=theme8] .h-group-button .h-group-start-request{color:#7760e6}[data-theme=theme1] .h-group-button .h-group-start-request{border-color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-group-button .h-group-start-request{border-color:#cf3900}[data-theme=theme3] .h-group-button .h-group-start-request{border-color:#077fa6}[data-theme=theme4] .h-group-button .h-group-start-request{border-color:#b35c00}[data-theme=theme5] .h-group-button .h-group-start-request{border-color:#3e8628}[data-theme=theme6] .h-group-button .h-group-start-request{border-color:#eb0f0f}[data-theme=theme7] .h-group-button .h-group-start-request{border-color:#278265}[data-theme=theme8] .h-group-button .h-group-start-request{border-color:#7760e6}.h-group-popup .h-group-description-message{margin:0}@media screen and (max-width: 1125px){.h-group-button{display:flex;margin-right:0 !important}}@media screen and (max-width: 1024px){.information-group{max-width:130px}.card-view{padding:16px 0px 0 8px}}.h-more-action-item{width:210px}.h-more-action-item i{font-size:15px}.h-favorite-icon i{font-size:15px}.h-edit-icon i{font-size:14px;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-edit-icon i{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-edit-icon i{color:#cf3900}[data-theme=theme3] .h-edit-icon i{color:#077fa6}[data-theme=theme4] .h-edit-icon i{color:#b35c00}[data-theme=theme5] .h-edit-icon i{color:#3e8628}[data-theme=theme6] .h-edit-icon i{color:#eb0f0f}[data-theme=theme7] .h-edit-icon i{color:#278265}[data-theme=theme8] .h-edit-icon i{color:#7760e6}.h-favorite-spinner{padding-top:10px;padding-bottom:10px}.h-group-wrap{height:calc(100% - 72px);display:flex;justify-content:space-between}.h-teams-group-wrap{height:calc(100% - 116px);display:flex;justify-content:space-between}.h-mobile-group-detail{width:100%;height:100%}.h-mobile-group-detail *{outline:none}.h-mobile-group-detail .h-group-wrap,.h-mobile-group-detail .h-teams-group-wrap{height:calc(100% - 150px)}.h-mobile-group-detail .h-tag-warp{width:95%}.h-mobile-group-detail .h-mobile-group-content{width:100%;height:100%}.h-mobile-group-detail .h-mobile-group-content .h-left-wrap{margin:0px 16px}.h-mobile-group-detail .h-mobile-group-content .h-mobile-group-card{display:flex;flex-direction:column}.h-mobile-group-detail .h-mobile-group-content .h-mobile-group-card .card-view{width:99%;margin-bottom:24px}.h-mobile-group-detail .h-mobile-group-content .h-mobile-group-card .tag-card{margin-left:0px}.h-mobile-group-detail .h-mobile-group-content .h-activity-title,.h-mobile-group-detail .h-mobile-group-content .information-header{font-size:16px}.h-mobile-group-detail .h-mobile-group-content .h-group-information{margin:24px 16px;outline:none}.mh-favorite-action{display:flex;align-items:center;justify-content:space-between}.mh-favorite-action .mh-action-icon{min-height:1px;max-height:36px;width:25px;line-height:40px}.mh-favorite-action .mh-action-icon i{font-size:16px;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .mh-favorite-action .mh-action-icon i{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .mh-favorite-action .mh-action-icon i{color:#cf3900}[data-theme=theme3] .mh-favorite-action .mh-action-icon i{color:#077fa6}[data-theme=theme4] .mh-favorite-action .mh-action-icon i{color:#b35c00}[data-theme=theme5] .mh-favorite-action .mh-action-icon i{color:#3e8628}[data-theme=theme6] .mh-favorite-action .mh-action-icon i{color:#eb0f0f}[data-theme=theme7] .mh-favorite-action .mh-action-icon i{color:#278265}[data-theme=theme8] .mh-favorite-action .mh-action-icon i{color:#7760e6}.mh-favorite-action .mh-action-text{margin:0px 6px;vertical-align:middle;display:inline-block;white-space:normal;word-break:break-word}.mh-favorite-action .ms-Toggle{margin-bottom:0px;padding-right:8px}.h-group-content-right-mobile{height:400px;min-width:288px;margin:24px 16px;box-shadow:0px 2px 12px rgba(39,49,60,.1607843137)}
.h-settings-content .h-settings-line{border-top:1px solid #dedede;margin:0 0 0 8px}.h-settings-content .h-panel-description{margin-left:8px;font-size:13px;letter-spacing:0;color:#585858}.h-settings-content .h-settings-item .h-settings-link{font-size:16px;letter-spacing:0;color:#0071c7;cursor:pointer;text-decoration:none;padding:0 8px;height:40px}.h-settings-content .h-settings-item .h-settings-link:hover{color:#0065b3 !important;text-decoration:underline;background-color:rgba(0,0,0,0) !important}.h-settings-content .h-settings-item .h-settings-link:active{color:#005697 !important;text-decoration:underline}.h-settings-content .h-settings-item .h-settings-link:active:hover{color:#0065b3 !important;text-decoration:underline}.h-settings-content .h-settings-item .h-settings-link:visited{color:#0071c7 !important}.h-settings-content .h-settings-item .h-settings-link:focus{color:#005faa !important}.h-settings-content .h-settings-item .h-panel-description{padding-bottom:16px;border-bottom:1px solid #dedede}.mh-settings-item{padding:16px 16px}.mh-settings-item .ms-Button{height:20px}.mh-settings-item .h-settings-link{font-size:17px;color:#27313c;font-weight:bold;padding:0 8px}.mh-settings-item .h-panel-description{padding-top:8px}.mh-settings-help{display:flex;align-items:center;padding:16px 0px;border-bottom:1px solid #dedede;border-top:1px solid #dedede}.mh-settings-help i{font-size:20px;margin:0px 16px;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .mh-settings-help i{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .mh-settings-help i{color:#cf3900}[data-theme=theme3] .mh-settings-help i{color:#077fa6}[data-theme=theme4] .mh-settings-help i{color:#b35c00}[data-theme=theme5] .mh-settings-help i{color:#3e8628}[data-theme=theme6] .mh-settings-help i{color:#eb0f0f}[data-theme=theme7] .mh-settings-help i{color:#278265}[data-theme=theme8] .mh-settings-help i{color:#7760e6}.mh-settings-help .mh-link-text{font-size:17px;color:#27313c;font-weight:bold}
.h-settings{padding:0 20px;height:100%}.h-settings .h-settings-header{font-size:18px;font-weight:600;line-height:32px;margin:8px 0;color:#27313c}.h-settings #app-settings{margin-top:50px}
.h-home{height:100%;width:100%;display:flex;flex-direction:column}.h-home .data-no-ready{background:#fff;z-index:999;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.h-home .data-no-ready-teams{position:fixed;top:0;background:rgba(39,49,60,.1607843137);z-index:999;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.h-home .data-no-ready-teams .teams-content{width:320px;height:120px;border-radius:16px;background:#fff}.h-home .data-no-ready-teams .teams-content .teams-content-title{color:#27313c;font-size:18px;font-weight:bold;display:flex;justify-content:center;margin-top:38px;margin-bottom:12px}.h-home .data-no-ready-teams .teams-content .data-no-ready-loading{width:320px}.h-home .data-no-ready-loading{width:400px;height:8px;margin:0 auto;margin-top:12px;text-align:center}.h-home .data-no-ready-loading span{display:inline-block;width:8px;height:100%;margin-right:12px;border-radius:500%;background:#c52b1b;-webkit-animation:load 1.04s ease infinite}.h-home .data-no-ready-loading span:last-child{margin-right:0px}@-webkit-keyframes load{0%{opacity:1}100%{opacity:0}}.h-home .data-no-ready-loading span:nth-child(1){-webkit-animation-delay:.1s}.h-home .data-no-ready-loading span:nth-child(2){-webkit-animation-delay:.2s}.h-home .data-no-ready-loading span:nth-child(3){-webkit-animation-delay:.3s}.h-home .data-no-ready-loading span:nth-child(4){-webkit-animation-delay:.4s}.h-home .data-no-ready-loading span:nth-child(5){-webkit-animation-delay:.5s}.h-home .data-no-ready-loading span:nth-child(6){-webkit-animation-delay:.6s}.h-home .data-no-ready-loading span:nth-child(7){-webkit-animation-delay:.7s}.h-home .data-no-ready-loading span:nth-child(8){-webkit-animation-delay:.8s}.h-home .data-no-ready-loading span:nth-child(9){-webkit-animation-delay:.9s}.h-site-detail-wrap{height:100%}.h-site-detail-wrap .h-tag-warp{width:300px}.h-site-detail-wrap i{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-site-detail-wrap i{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-site-detail-wrap i{color:#cf3900}[data-theme=theme3] .h-site-detail-wrap i{color:#077fa6}[data-theme=theme4] .h-site-detail-wrap i{color:#b35c00}[data-theme=theme5] .h-site-detail-wrap i{color:#3e8628}[data-theme=theme6] .h-site-detail-wrap i{color:#eb0f0f}[data-theme=theme7] .h-site-detail-wrap i{color:#278265}[data-theme=theme8] .h-site-detail-wrap i{color:#7760e6}.h-site-detail-wrap .icon-tag .ms-Button-flexContainer{height:32px;line-height:32px}.h-site-detail-wrap .icon-tag i{font-size:13px !important}.h-site-detail-wrap .icon-delete i{font-size:14px}.h-site-overview{margin-left:32px;margin-right:40px}.h-site-overview .h-site-label{font-size:15px;font-weight:bold;color:#27313c;margin-bottom:16px;margin-top:24px}.h-site-overview .h-site-basic-info{display:flex}.h-site-overview .h-site-basic-info i{cursor:default}.h-site-overview .h-site-basic-info .h-site-info-left{display:flex;width:50%;flex-wrap:wrap;flex-direction:column;align-items:flex-start}.h-site-overview .h-site-basic-info .h-site-info-left .h-information{width:100%}.h-site-overview .h-site-basic-info .h-site-info-left .h-information-item{width:50%}.h-site-overview .h-site-basic-info .h-site-info-right{margin-right:2%;margin-top:51px;width:48%;display:flex;align-items:flex-start;height:60px;font-size:13px;max-height:60px}.h-site-overview .h-site-basic-info .h-site-info-right .presentation-icon{font-size:14px;margin-right:4px;width:16px;height:16px}.h-site-overview .h-site-basic-info .h-site-info-right .h-item-description{max-width:96%;max-height:60px;white-space:normal;font-size:13px;color:#27313c;overflow-wrap:break-word;margin-right:4px}.h-site-overview .h-site-basic-info .h-item-name{margin-left:8px;color:#27313c;font-size:13px;height:20px}.h-site-overview .h-site-card{display:flex;margin-top:32px;margin-bottom:32px}.h-site-overview .h-uniform-card{width:48%;height:100px;padding:16px 16px 0 16px;background:#fff 0% 0% no-repeat padding-box;box-shadow:0px 0px 12px rgba(58,68,78,.16);border-radius:2px;opacity:1;margin-right:2%}.h-site-overview .h-uniform-card p{margin:0;font-size:12px}.h-site-overview .h-uniform-card .h-tag-display{margin-top:10px}.h-site-overview .h-view-card{display:flex;justify-content:space-between}.h-site-overview .h-view-card span{font-weight:bold !important}.h-site-overview .h-view-card .h-views-title{padding-top:3px;font-size:13px;font-weight:600;color:#27313c}.h-site-overview .h-view-card .h-views-count,.h-site-overview .h-view-card .h-no-view{font-size:13px;margin-top:16px}.h-site-overview .h-view-card .h-view-count{color:#252424}.h-site-overview .h-view-card .h-view-count .count-info span{font-weight:bold !important}.h-site-overview .h-view-card .h-no-view{color:#5d6778}.h-site-overview .h-site-activity{margin-top:32px}.h-site-overview .h-site-activity .h-activity-left{width:50%}.h-site-overview .h-site-activity .h-activity-left a{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-site-overview .h-site-activity .h-activity-left a{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-site-overview .h-site-activity .h-activity-left a{color:#cf3900}[data-theme=theme3] .h-site-overview .h-site-activity .h-activity-left a{color:#077fa6}[data-theme=theme4] .h-site-overview .h-site-activity .h-activity-left a{color:#b35c00}[data-theme=theme5] .h-site-overview .h-site-activity .h-activity-left a{color:#3e8628}[data-theme=theme6] .h-site-overview .h-site-activity .h-activity-left a{color:#eb0f0f}[data-theme=theme7] .h-site-overview .h-site-activity .h-activity-left a{color:#278265}[data-theme=theme8] .h-site-overview .h-site-activity .h-activity-left a{color:#7760e6}.h-site-overview .h-site-activity .h-activity-right{margin-left:2%;width:47%}.h-tag-header{color:#27313c;display:flex;justify-content:space-between;align-items:center}.h-tag-header .h-tag-title{font-size:13px !important;color:#27313c;font-weight:600}.h-site-additional-right{height:100%;width:33%;min-width:288px}.h-site-additional-right-mobile{height:400px;min-width:288px;margin:24px 16px;box-shadow:0px 2px 12px rgba(39,49,60,.1607843137)}.h-site-additional{padding-right:3%}.h-site-additional .information-header{font-size:14px;font-weight:bolder}.h-site-additional .h-information-policy-shimmer{width:700px}.h-site-additional .h-information-metadata-shimmer{width:700px}.h-site-additional .timeline-info{width:640px}.h-site-additional .timeline-info .time-tit{color:#415364;width:640px}.h-site-nopermission{margin-left:3%;margin-top:20px}.h-site-nopermission .h-site-nopermission-contact{width:70%;height:69px;display:flex;align-items:center;border:1px solid #d4e8f7;background-color:#f8fdff}.h-site-nopermission .h-site-nopermission-contact .h-site-nopermission-description{font-size:13px;color:#1872d4;padding-left:16px;padding-top:25px;padding-bottom:26px;width:75%;margin-right:auto}.h-site-nopermission .h-site-nopermission-contact .h-site-locked-des{color:#5d6778 !important}.h-site-nopermission .h-site-nopermission-contact .h-contact-button{width:140px;height:34px;margin-right:16px;background-color:#1872d4;color:#fff}.h-site-nopermission .h-site-nopermission-contact .h-contact-disabled{background-color:#7f8993}.h-site-nopermission .h-nopermission-tags{width:70%;height:115px;margin-top:24px;padding:16px 16px 0 16px;background:#fff 0% 0% no-repeat padding-box;border-radius:2px;opacity:1;box-shadow:0px 2px 8px rgba(103,110,117,.16);margin-bottom:24px}.h-site-nopermission .h-nopermission-tags .h-tag-display{margin-top:10px}.h-site-nopermission .h-nopermission-tags .h-tag-display .h-tag-header{height:24px}.h-site-page-shimmer{margin-left:3%;margin-right:5%}.h-site-info-shimmer{margin-top:30px}.h-site-wrap{height:calc(100% - 90px)}.h-teams-site-wrap{height:calc(100% - 110px)}.h-site-wrap-web{height:calc(100% - 72px);display:flex;justify-content:space-between}.h-site-wrap-web-left{width:67%}.h-site-wrap-noAccess{width:100%}.h-site-wrap-web-right{width:33%;min-width:290px;margin-left:12px;height:100%}.h-site-member{padding:20px 28px;padding-bottom:16px;width:100%;height:100%;background:#fff;display:flex;flex-direction:column;border-left:1px solid #d4d6d8}.h-site-content .h-edit-tag-icon{box-shadow:0px 0px 8px rgba(39,49,60,.16);border-radius:50%;width:24px;height:24px;line-height:24px}.h-site-content .h-edit-tag-icon i{font-size:14px;line-height:24px;height:24px;margin:0;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-site-content .h-edit-tag-icon i{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-site-content .h-edit-tag-icon i{color:#cf3900}[data-theme=theme3] .h-site-content .h-edit-tag-icon i{color:#077fa6}[data-theme=theme4] .h-site-content .h-edit-tag-icon i{color:#b35c00}[data-theme=theme5] .h-site-content .h-edit-tag-icon i{color:#3e8628}[data-theme=theme6] .h-site-content .h-edit-tag-icon i{color:#eb0f0f}[data-theme=theme7] .h-site-content .h-edit-tag-icon i{color:#278265}[data-theme=theme8] .h-site-content .h-edit-tag-icon i{color:#7760e6}.h-site-content .h-edit-tag-icon svg{line-height:24px;height:24px}.h-mobile-site-detail{height:100%}.h-mobile-site-detail *{outline:none}.h-mobile-site-detail .h-site-wrap,.h-mobile-site-detail .h-teams-site-wrap{height:calc(100% - 150px)}.h-mobile-site-detail .h-tag-warp{width:95%}.h-mobile-site-detail .h-site-basic-info .h-site-info-left{width:100% !important}.h-mobile-site-detail .h-site-basic-info .h-site-info-left .h-information-item{width:100%}.h-mobile-site-detail .h-site-overview{margin:0px 16px}.h-mobile-site-detail .h-site-overview .h-site-card{flex-direction:column;margin:0px}.h-mobile-site-detail .h-site-overview .h-site-card .h-view-card{margin-bottom:24px}.h-mobile-site-detail .h-site-overview .h-uniform-card{width:99%;height:auto;min-height:100px;margin-bottom:16px}.h-mobile-site-detail .h-site-overview .h-site-activity{margin-top:14px}.h-mobile-site-detail .h-site-additional{padding:0px}.h-mobile-site-detail .h-group-information{margin:24px 16px}.h-mobile-site-detail .h-site-nopermission{margin-left:16px}.h-mobile-site-detail .h-site-nopermission .h-site-nopermission-contact,.h-mobile-site-detail .h-site-nopermission .h-nopermission-tags{width:95%}.h-mobile-site-detail .h-site-nopermission .h-site-nopermission-contact{height:auto;display:flex;flex-direction:column;justify-content:center}.h-mobile-site-detail .h-site-nopermission .h-site-nopermission-contact .h-site-nopermission-description{padding:10px 16px;width:100%}.h-mobile-site-detail .h-site-nopermission .h-site-nopermission-contact .h-contact-button{margin-bottom:16px;margin-right:0px}.mh-action-item{width:auto;min-width:176px}.mh-action-item i{font-size:14px}.mh-tag-action i{font-size:13px}.h-mobile-site-container{position:relative;overflow:hidden;width:100%;height:100%}
.h-hub-detail-panel .ms-Panel-main .uniform-panel-header{padding-left:24px}.h-hub-detail-panel .ms-Panel-scrollableContent,.h-hub-detail-panel .uniform-panel-content,.h-hub-detail-panel .ms-Panel-content{height:100%}.h-hub-detail-panel .ms-Panel-content{padding-left:0px !important;padding-right:0px}.h-hub-detail-wrap{display:flex;flex-direction:column;height:100%}.h-hub-detail-wrap .h-base-value{display:flex;justify-content:left;align-items:center;padding-bottom:16px}.h-hub-detail-wrap .h-base-value img{width:18px;height:18px;margin-right:6px}.h-hub-detail-wrap .h-hub-details{height:calc(100% - 44px);flex-grow:1;padding:16px 0px}.h-hub-detail-wrap .h-hub-details .h-hub-pinned{font-size:14px;color:#333}.h-hub-detail-wrap .h-hub-details .h-hub-pinned{padding:16px 40px}.h-hub-detail-wrap .h-hub-details .h-details-item{padding:0px 26px}.h-hub-detail-wrap .h-hub-details .h-details-item .view-details-line-left.view-details-line-boldproperties{font-size:14px;font-weight:400}.h-hub-detail-wrap .h-hub-details .h-details-item .view-details-line-right .h-base-value{padding-bottom:0}.h-hub-detail-wrap .h-hub-details .view-details-line:focus{outline:1px solid #333}.h-hub-detail-wrap .h-hub-details .h-details-item-background{background-color:#f5f5f5;padding:16px 16px 0 16px;margin:0 24px 16px;box-sizing:border-box}.h-hub-detail-wrap .h-hub-details .h-details-item-background .view-details-line .view-details-line-title{font-size:14px}.h-hub-detail-wrap .h-hub-details .h-details-tags-wrap{height:auto}.mh-hub-detail-panel .mh-hub-details{height:calc(100% - 44px);flex-grow:1}.mh-hub-detail-panel .mh-hub-details:focus{outline:none !important}.mh-hub-detail-panel .mh-hub-details .mh-details-basic{padding-top:16px !important}.mh-hub-detail-panel .mh-hub-details .mh-details-property .view-details-line:first-child{display:flex}.mh-hub-detail-panel .mh-hub-details .mh-details-property .view-details-line:first-child .view-details-line-title{width:100%;background:#fff;font-size:14px;color:#333}.mh-hub-detail-panel .mh-hub-details .mh-details-item{padding:0px}.mh-hub-detail-panel .mh-hub-details .mh-details-item .view-details-line{display:-webkit-box;align-items:center;padding-bottom:1px}.mh-hub-detail-panel .mh-hub-details .mh-details-item .view-details-line .view-details-line-left{flex:2 0 40%;background:#f7f7f7;font-size:13px;color:#27313c;font-weight:600;word-break:break-word;padding:8px 4px;width:40%}.mh-hub-detail-panel .mh-hub-details .mh-details-item .view-details-line .view-details-line-right{font-size:13px;color:#27313c;margin-left:14px;word-break:break-word;white-space:normal;flex:1 0 50%;padding:8px 0px;width:55%}.mh-hub-detail-panel .mh-hub-details .mh-details-tags{padding-right:10px}.mh-hub-detail-panel .mh-hub-details .mh-details-tags .view-details-line-custom .ms-DetailsList .detailsListItem-wrapper{word-break:break-word;width:100%;white-space:normal}.mh-hub-detail-panel .mh-hub-details .mh-details-tags .h-details-tags-wrap{height:auto;border:4px solid #e4e4e4}.mh-hub-detail-panel .mh-hub-details .mh-details-tags,.mh-hub-detail-panel .mh-hub-details .mh-details-property,.mh-hub-detail-panel .mh-hub-details .mh-details-activity{padding-top:24px}.mh-hub-detail-panel .mh-basic-detail-shimmer{margin-top:16px}.mh-hub-detail-panel .mh-details-manually-item{padding-right:10px;padding-top:24px}.mh-hub-detail-panel .mh-details-manually-item .h-manually-detail .h-card-list{padding:10px 10px 0px}.h-details-item-background .view-details-line:first-child .view-details-line-custom,.mh-details-tags .view-details-line:first-child .view-details-line-custom{color:#333;font-size:14px;font-weight:600}.h-details-item-background .view-details-line:nth-child(2) .view-details-line-custom,.mh-details-tags .view-details-line:nth-child(2) .view-details-line-custom{color:#5d6778;font-size:14px}.h-details-manually-objects{border-top:1px solid #f7f7f7;margin:0px 26px 16px 26px}.h-details-manually-item{padding-top:16px}.h-manually-detail .h-card-list{display:flex;align-items:center;flex-wrap:wrap;padding:20px 6px 10px 16px;background:#f7f7f7}.h-manually-detail .h-card-list .h-manually-card-content{width:274px}.h-manually-type{display:flex;align-items:center;padding-bottom:10px}.h-manually-type .h-manually-label{font-size:14px;color:#333;font-weight:600}
.h-hub-manage{height:100%}.h-hub-manage .h-web-hub-manage,.h-hub-manage .h-teams-hub-manage{height:100%}.h-hub-manage .h-teams-hub-manage{padding:0 28px 8px}.h-hub-manage .h-name-link{color:#0071c7}.h-hub-manage .h-delete-icon,.h-hub-manage .h-hubmanager-edit,.h-hub-manage .h-hubmanager-filter{width:34px;height:34px;border:1px solid #d4d6d8;color:#415364}.h-hub-manage .h-hubmanager-edit{margin-right:16px}.h-hub-manage .h-hubmanager-filter{margin-left:16px}.h-hub-manage .h-hubmanager-edit:hover,.h-hub-manage .h-delete-icon:hover,.h-hub-manage .h-hubmanager-filter:hover{color:#415364}.h-hub-manage .g-hub-header-bar-team{margin-bottom:16px;border-bottom:1px solid #f4f4f4}.h-hub-manage .g-hub-header-bar-team .ms-CommandBar{background-color:rgba(0,0,0,0);margin:0}.h-hub-manage .g-hub-header-bar-team .ms-FocusZone{margin:0}.h-hub-manage .g-hub-header-bar-team .ms-FocusZone .ms-OverflowSet-item{margin-left:5px}.h-hub-manage .g-hub-header-bar-team .ms-FocusZone .ms-OverflowSet-item:nth-child(1){margin-left:0}.h-hub-manage .h-group-header{display:flex;align-items:center;font-size:18px;font-weight:bold;margin-bottom:20px;justify-content:space-between}.h-hub-manage .h-group-header .h-teams-header-title-left{display:flex;align-items:center}.h-hub-manage .h-group-header .h-teams-header-title-right .h-search-box{width:280px;height:34px;float:left;border:1px solid #d4d6d8;border-radius:2px}.h-hub-manage .h-group-header .h-teams-header-title-right .h-search-box input,.h-hub-manage .h-group-header .h-teams-header-title-right .h-search-box i{font-size:14px;color:#27313c}.h-hub-manage .h-group-header .h-teams-header-title-right .h-search-box i{width:12px;height:14px}.h-hub-manage .h-group-header .h-teams-header-title-right .h-search-box .ms-SearchBox-icon{overflow:hidden;font-weight:bold;margin-left:4px;margin-top:1px}.h-hub-manage .h-group-header .root-119{height:18px;width:16px;font-weight:bold;color:#c2c5c8;margin-right:8px}.h-hub-manage .h-group-header span{color:#27313c}.h-hub-manage .h-hubmanager-action{display:flex;justify-content:space-between;margin-bottom:24px}.h-hub-manage .h-hubmanager-action .h-search-box{width:280px;height:34px;float:left;border:1px solid #d4d6d8;border-radius:2px}.h-hub-manage .h-hubmanager-action .h-search-box input,.h-hub-manage .h-hubmanager-action .h-search-box i{font-size:14px;color:#27313c}.h-hub-manage .h-hubmanager-action .h-search-box i{width:12px;height:14px}.h-hub-manage .h-hubmanager-action .h-search-box .ms-SearchBox-icon{overflow:hidden;font-weight:bold;margin-left:4px;margin-top:1px}.h-hub-manage .h-hubmanager-action .h-hub-button{float:right;margin-right:35px}.h-hub-manage .h-hubmanager-action .h-hub-button .h-hubmanager-add{height:34px;border-radius:2px;font-size:14px;cursor:pointer;background:#fff;color:#415364;border-width:1px;margin-left:16px}.h-hub-manage .h-hub-manage-list{height:calc(100% - 120px);padding:0 0 6px 32px}.h-hub-manage .h-web-hub-manage .g-uniform-detail{width:97%;overflow:hidden}.h-hub-manage .h-hub-list-teams{height:calc(100% - 100px)}.h-hub-manage .h-hub-name{text-overflow:ellipsis;width:100%;overflow:hidden}.h-detaillist-shimmer .ms-DetailsList-contentWrapper{padding-top:0}.h-detaillist-completedata{color:#707477;font-size:13px;text-align:center;line-height:38px;padding-bottom:8px}.h-detaillist-nodata{color:#707477;font-size:13px;text-align:center;margin-top:-60px;word-break:break-word;padding:0px 20px}.h-common-manage-header{display:flex;align-items:center;padding:24px 32px 16px}.h-common-manage-header i{color:var(--theme-primary, #0071C7);font-size:18px;cursor:pointer;padding:5px}[data-theme=theme1] .h-common-manage-header i{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-common-manage-header i{color:#cf3900}[data-theme=theme3] .h-common-manage-header i{color:#077fa6}[data-theme=theme4] .h-common-manage-header i{color:#b35c00}[data-theme=theme5] .h-common-manage-header i{color:#3e8628}[data-theme=theme6] .h-common-manage-header i{color:#eb0f0f}[data-theme=theme7] .h-common-manage-header i{color:#278265}[data-theme=theme8] .h-common-manage-header i{color:#7760e6}.h-common-manage-header i:hover{background:#dadada}.h-common-manage-header .h-common-manage-title{font-size:26px;font-weight:lighter;color:#333;margin-left:8px}.h-mobile-hub-manage{height:calc(100% - 50px);width:100%}.h-mobile-hub-manage .h-mobile-hub-list{height:100%;padding:0px 10px}.h-mobile-hub-manage .h-mobile-hub-list .ms-FocusZone{display:flex;border:none}.h-mobile-hub-manage .h-mobile-hub-list .ms-DetailsRow-check{width:32px;height:45px}.h-mobile-hub-manage .h-mobile-hub-list .h-mobile-content{height:auto}.h-mobile-hub-manage .h-mobile-hub-list .mh-name-link{color:#0071c7;font-size:17px;font-weight:bold;word-break:break-word;height:auto;white-space:normal;width:100%;margin-bottom:6px}.h-mobile-hub-manage .h-mobile-hub-list .h-modified-time{font-size:13px}.h-mobile-hub-manage .h-mobile-hub-list .h-mobile-hub-action{display:flex;justify-content:flex-end;margin-top:-4px}.h-mobile-hub-list::after{position:absolute;top:86px;height:1px;left:0;content:"";width:100%;border-bottom:1px solid #eaedee;z-index:2}.h-mobile-action-icon i{font-size:14px !important}.mh-header-border{height:1px;background-color:#eaedee;margin:0px -16px}

.h-home{height:100%;width:100%;display:flex;flex-direction:column}.h-home .data-no-ready{background:#fff;z-index:999;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.h-home .data-no-ready-teams{position:fixed;top:0;background:rgba(39,49,60,.1607843137);z-index:999;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.h-home .data-no-ready-teams .teams-content{width:320px;height:120px;border-radius:16px;background:#fff}.h-home .data-no-ready-teams .teams-content .teams-content-title{color:#27313c;font-size:18px;font-weight:bold;display:flex;justify-content:center;margin-top:38px;margin-bottom:12px}.h-home .data-no-ready-teams .teams-content .data-no-ready-loading{width:320px}.h-home .data-no-ready-loading{width:400px;height:8px;margin:0 auto;margin-top:12px;text-align:center}.h-home .data-no-ready-loading span{display:inline-block;width:8px;height:100%;margin-right:12px;border-radius:500%;background:#c52b1b;-webkit-animation:load 1.04s ease infinite}.h-home .data-no-ready-loading span:last-child{margin-right:0px}@-webkit-keyframes load{0%{opacity:1}100%{opacity:0}}.h-home .data-no-ready-loading span:nth-child(1){-webkit-animation-delay:.1s}.h-home .data-no-ready-loading span:nth-child(2){-webkit-animation-delay:.2s}.h-home .data-no-ready-loading span:nth-child(3){-webkit-animation-delay:.3s}.h-home .data-no-ready-loading span:nth-child(4){-webkit-animation-delay:.4s}.h-home .data-no-ready-loading span:nth-child(5){-webkit-animation-delay:.5s}.h-home .data-no-ready-loading span:nth-child(6){-webkit-animation-delay:.6s}.h-home .data-no-ready-loading span:nth-child(7){-webkit-animation-delay:.7s}.h-home .data-no-ready-loading span:nth-child(8){-webkit-animation-delay:.8s}.h-home .data-no-ready-loading span:nth-child(9){-webkit-animation-delay:.9s}.h-tag-manage{height:100%}.h-tag-manage .h-tag-manage-teams{padding:0 32px 2px 30px}.h-tag-manage .h-tag-manage-teams .g-tag-header-bar-team{margin-bottom:16px}.h-tag-manage .h-tag-manage-teams .g-tag-header-bar-team .ms-FocusZone{margin:0}.h-tag-manage .h-tag-manage-teams .g-tag-header-bar-team .ms-FocusZone .ms-OverflowSet-item{margin-left:5px}.h-tag-manage .h-tag-manage-teams .g-tag-header-bar-team .ms-FocusZone .ms-OverflowSet-item:nth-child(1){margin-left:0}.h-web-tag-manage,.h-tag-manage-teams{height:100%;display:flex;flex-direction:column}.h-web-tag-manage div:focus,.h-web-tag-manage p:focus,.h-web-tag-manage i:focus,.h-web-tag-manage a:focus,.h-tag-manage-teams div:focus,.h-tag-manage-teams p:focus,.h-tag-manage-teams i:focus,.h-tag-manage-teams a:focus{outline:none}.h-web-tag-manage .h-tag-detaillist-name,.h-tag-manage-teams .h-tag-detaillist-name{display:block;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:pre;width:inherit;height:inherit;max-width:inherit;color:#0071c7;cursor:pointer;text-decoration:none}.h-web-tag-manage .h-tag-detaillist-name:hover,.h-tag-manage-teams .h-tag-detaillist-name:hover{color:#0065b3 !important;text-decoration:underline;background-color:rgba(0,0,0,0) !important}.h-web-tag-manage .h-tag-detaillist-name:active,.h-tag-manage-teams .h-tag-detaillist-name:active{color:#005697 !important;text-decoration:underline}.h-web-tag-manage .h-tag-detaillist-name:active:hover,.h-tag-manage-teams .h-tag-detaillist-name:active:hover{color:#0065b3 !important;text-decoration:underline}.h-web-tag-manage .h-tag-detaillist-name:visited,.h-tag-manage-teams .h-tag-detaillist-name:visited{color:#0071c7 !important}.h-web-tag-manage .h-tag-detaillist-name:focus,.h-tag-manage-teams .h-tag-detaillist-name:focus{color:#005faa !important}.h-web-tag-manage .h-tag-appliedScopes,.h-tag-manage-teams .h-tag-appliedScopes{padding:0;width:36px;min-width:36px;height:20px;background-color:#ebf7fa;color:#0071c7;cursor:pointer;text-decoration:none}.h-web-tag-manage .h-tag-appliedScopes:hover,.h-tag-manage-teams .h-tag-appliedScopes:hover{color:#0065b3 !important;text-decoration:underline;background-color:rgba(0,0,0,0) !important}.h-web-tag-manage .h-tag-appliedScopes:active,.h-tag-manage-teams .h-tag-appliedScopes:active{color:#005697 !important;text-decoration:underline}.h-web-tag-manage .h-tag-appliedScopes:active:hover,.h-tag-manage-teams .h-tag-appliedScopes:active:hover{color:#0065b3 !important;text-decoration:underline}.h-web-tag-manage .h-tag-appliedScopes:visited,.h-tag-manage-teams .h-tag-appliedScopes:visited{color:#0071c7 !important}.h-web-tag-manage .h-tag-appliedScopes:focus,.h-tag-manage-teams .h-tag-appliedScopes:focus{color:#005faa !important}.h-web-tag-manage .h-tag-appliedScopes:hover,.h-tag-manage-teams .h-tag-appliedScopes:hover{background-color:#ebf7fa !important}.h-web-tag-manage .h-tag-list,.h-tag-manage-teams .h-tag-list{flex-grow:1;padding:0 0 16px 32px}.h-web-tag-manage .h-tag-list-teams,.h-tag-manage-teams .h-tag-list-teams{left:30px;right:30px;margin-bottom:17px;flex-grow:1}.h-web-tag-manage .h-tag-action,.h-tag-manage-teams .h-tag-action{color:#415364;background:rgba(0,0,0,0)}.h-web-tag-manage .ms-DetailsRow-cell,.h-tag-manage-teams .ms-DetailsRow-cell{height:28px;line-height:22px}.h-web-tag-manage .ms-Button--icon,.h-tag-manage-teams .ms-Button--icon{height:100%}.h-web-tag-manage .h-group-detaillist{margin-bottom:10px;width:97%;overflow:hidden}@media screen and (max-width: 768px){.h-tag-list{top:122px;bottom:40px}}.h-tagmanager-action{display:flex;justify-content:space-between;margin-bottom:24px}.h-tagmanager-action .h-search-box{width:280px;height:34px;border:1px solid #d4d6d8;border-radius:2px}.h-tagmanager-action .h-search-box input,.h-tagmanager-action .h-search-box i{font-size:14px;color:#27313c}.h-tagmanager-action .h-search-box i{width:12px;height:14px}.h-tagmanager-action .h-search-box .ms-SearchBox-icon{overflow:hidden;font-weight:bold;margin-left:4px;margin-top:1px}.h-tagmanager-action .h-search-box .ms-Button-icon{transform:scale(0.8)}.h-tagmanager-action .h-tooltip-icon-button{height:32px}.h-group-header{display:flex;align-items:center;font-size:18px;font-weight:bold;margin-bottom:20px;justify-content:space-between}.h-group-header .h-teams-header-title-left{display:flex;align-items:center}.h-group-header .h-teams-header-title-right .h-search-box{width:280px;height:34px;float:left;border:1px solid #d4d6d8;border-radius:2px}.h-group-header .h-teams-header-title-right .h-search-box input,.h-group-header .h-teams-header-title-right .h-search-box i{font-size:14px;color:#27313c}.h-group-header .h-teams-header-title-right .h-search-box i{width:12px;height:14px}.h-group-header .h-teams-header-title-right .h-search-box .ms-SearchBox-icon{overflow:hidden;font-weight:bold;margin-left:4px;margin-top:1px}.h-group-header i{height:18px;width:16px;font-weight:bold;color:var(--theme-primary, #0071C7);margin-right:8px;cursor:pointer}[data-theme=theme1] .h-group-header i{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-group-header i{color:#cf3900}[data-theme=theme3] .h-group-header i{color:#077fa6}[data-theme=theme4] .h-group-header i{color:#b35c00}[data-theme=theme5] .h-group-header i{color:#3e8628}[data-theme=theme6] .h-group-header i{color:#eb0f0f}[data-theme=theme7] .h-group-header i{color:#278265}[data-theme=theme8] .h-group-header i{color:#7760e6}.h-group-header div{color:#27313c}.h-group-ml20{margin-left:20px}.h-deletetag-popup .h-popup-description{max-height:190px;overflow-y:auto}.h-deletetag-popup .h-delete-tag-mes{white-space:pre-wrap}.h-detaillist-shimmer .ms-DetailsList-contentWrapper{padding-top:0}.h-detaillist-completedata{color:#707477;font-size:13px;text-align:center;line-height:38px}.h-tag-detaillist-tooltip{min-width:32px;text-align:center;width:inherit;height:inherit}.h-tag-detaillist-tooltip .ms-Tooltip-subtext{white-space:pre-wrap}.h-tagmanager-addtag-popup .h-addtag-tagname{margin-bottom:10px}.h-tagmanager-addtag-popup .h-edittag-reminder{margin-top:8px}.h-uniform-scroll{bottom:-6px}.h-mobile-tag-manage{height:calc(100% - 50px);padding:0px 10px}.h-mobile-tag-manage .ms-DetailsHeader-cellName{font-size:17px}.h-mobile-tag-manage .ms-FocusZone{display:flex;border:none}.h-mobile-tag-manage .h-tag-content{display:flex;flex-direction:column}.h-mobile-tag-manage .h-tag-content .h-tag-value{font-size:17px;font-weight:bold;word-break:break-word;height:auto;white-space:pre-wrap;width:100%;margin-bottom:6px;color:#0071c7}.h-mobile-tag-manage .h-tag-content .h-create-time{font-size:13px;color:#5d6778}.h-mobile-tag-manage .h-tag-applied-scopes{width:34px;height:20px;background:#ebf7fa;min-width:34px}.h-mobile-tag-manage .h-tag-applied-scopes .ms-Button-flexContainer{color:#0077d4;font-size:13px}.h-mobile-tag-manage .h-mobile-tag-action .ms-Button{height:22px;line-height:22px}.h-mobile-tag-manage::after{position:absolute;top:86px;height:1px;left:0;content:"";width:100%;border-bottom:1px solid #eaedee;z-index:2}.mh-detail-header{display:flex}.mh-detail-header .mh-default-header .ms-DetailsHeader-cell:active{background:none}.mh-detail-header .mh-default-header .ms-DetailsHeader-cell:hover{background:none}.mh-detail-header .mh-sort-button{position:absolute;right:2px;height:44px}
.h-filter-panel .ms-Panel-main{min-width:644px}.h-filter-panel .common-panel-main .common-panel-header{padding-left:24px}.h-filter-panel .common-panel-main .common-panel-content .panel-footer{padding:0}.h-filter-panel .common-panel-main .common-panel-content .h-filter-panel-footer{margin:0px 24px;border-top:1px solid #e9e9e9;padding-top:24px}.h-filter-panel .h-filter-panel-content{padding-right:10px;padding-left:24px}.h-filter-panel .h-filter-panel-content .h-add-button-wrap{margin-right:31px}.h-filter-panel .h-filter-panel-content .h-filter-panel-clear{margin-top:50px}.h-filter-panel-footer{display:flex;justify-content:space-between}.m-filter-panel-footer{margin-right:10px}.m-filter-panel-footer .m-filter-panel-footer-button{width:100%;background-color:#fff;border:solid 1px #bbbebf;border-radius:23px;height:44px;margin-bottom:12px}.h-team-logo{margin-right:10px}.h-team-logo .h-font-logo img{width:28px}.h-group-logo{color:#d83b01;font-size:28px;margin-right:10px}.h-site-logo{margin-right:10px}.h-site-logo .h-font-logo img{width:28px}.h-yammer-logo{margin-right:10px}.h-yammer-logo .h-font-logo img{width:28px}.h-hubcreation-shimmer-object{margin-top:20px}.mh-filter-panel .g-mobile-panel-innerContent .h-filter-panel-content{margin-top:16px;padding-left:0}.mh-filter-panel .uniform-panel-scrollableContent{height:calc(100% - 44px)}
.h-team-type-body{display:flex;flex-wrap:wrap}.h-team-type-body-content{display:flex;align-items:center;flex-direction:column;width:130px;padding-bottom:15px;background:#f1f3f6;margin-right:10px;cursor:pointer;border:1px solid #f1f3f6}.mh-team-type-body-content{display:flex;align-items:center;flex-direction:column;width:44%;max-height:210px;padding-bottom:15px;background:#f1f3f6;margin-right:10px;cursor:pointer;margin-bottom:10px;border:1px solid #f1f3f6}.h-team-type-body-content-selected{border:1px solid;border-color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-team-type-body-content-selected{border-color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-team-type-body-content-selected{border-color:#cf3900}[data-theme=theme3] .h-team-type-body-content-selected{border-color:#077fa6}[data-theme=theme4] .h-team-type-body-content-selected{border-color:#b35c00}[data-theme=theme5] .h-team-type-body-content-selected{border-color:#3e8628}[data-theme=theme6] .h-team-type-body-content-selected{border-color:#eb0f0f}[data-theme=theme7] .h-team-type-body-content-selected{border-color:#278265}[data-theme=theme8] .h-team-type-body-content-selected{border-color:#7760e6}.h-team-type-create-workspace-icons{font-size:30px;margin-top:26px}.h-team-type-title{color:#333;font-weight:600;text-align:center;font-size:13px;margin-top:32px}.h-team-type-content{color:#1f1f1f;text-align:center;font-size:12px;margin-top:10px;padding:0 10px}.h-create-workspace-teamType-book-reader+.h-team-type-title{padding:0 4px;margin-top:15px}.h-create-workspace-teamType-chalkboard-user{color:#15c1bb}.h-create-workspace-teamType-book-reader{color:#ff9f40}.h-create-workspace-teamType-id-card-alt{color:#29b5e9}.h-create-workspace-teamType-baseball{color:#f84b7a}.h-create-object-panel .uniform-panel-scrollableContent{height:calc(100% - 65px)}.h-create-object-panel .h-object-footer{text-align:right;margin-right:22px}.h-create-object-content{padding-right:10px;height:100%;padding-bottom:10px}.h-create-object-content .ms-Label,.h-create-object-content .ms-Checkbox-text,.h-create-object-content .ms-ChoiceFieldLabel{font-size:13px;color:#27313c}.h-create-object-content .ms-Label{padding-bottom:8px}.h-create-object-content .ms-TextField-suffix,.h-create-object-content .ms-Dropdown-title{font-size:14px;color:#27313c}.h-create-object-content .h-object-options{margin-top:11px}.h-create-object-content .h-object-options .h-object-dropdown{width:92%;height:32px}.h-create-object-content .h-object-visibility-wrap{display:flex;align-items:center;margin-top:11px}.h-create-object-content .h-object-visibility-wrap .ms-TooltipHost{height:14px}.h-create-object-content .h-object-description{width:92%}.h-create-object-content .h-object-description .ms-Label{font-size:13px;color:#27313c}.h-create-object-content .h-object-description .ms-TextField-field{height:80px}.h-create-object-content .h-object-description .ms-TextField-wrapper{margin-top:8px;margin-bottom:11px}.h-create-object-content .h-edit-group-checkbox{margin-top:8px}.h-create-object-content .h-object-populated-site{margin-top:8px}.h-create-object-content .h-object-populated-site .ms-Label{padding-bottom:6px !important}.h-create-object-content .h-object-url{max-width:510px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:block;color:#27313c}.h-create-object-content .communication-site{font-size:13px !important;color:#3a444e}.h-create-object-content .h-object-spinner{align-items:flex-start;margin-top:10px}.h-create-object-content .h-name-policy-note,.h-create-object-content .h-alias-invalid,.h-create-object-content .h-object-message-invalid{font-size:12px;max-width:92%;word-break:break-word;margin-bottom:0px}.h-create-object-content .h-name-policy-note{color:#27313c;margin-top:5px}.h-create-object-content .h-alias-invalid{color:#a4262c;margin-top:5px}.h-create-object-content .h-object-message-invalid{margin-top:6px;color:#a4262c}.h-create-object-content .h-object-label{margin-top:10px}.h-create-object-content .h-object-choices{width:92%}.h-create-object-content .h-object-choices .ms-ChoiceFieldGroup-flexContainer{display:flex}.h-create-object-content .h-object-choices .ms-ChoiceFieldGroup-flexContainer .ms-ChoiceField{width:50%}.h-create-object-content .h-classification-shimmer{margin-top:11px;width:92%}.h-create-object-content .h-object-inline{display:flex;align-items:center}.h-create-object-content .h-object-inline .ms-TextField{width:92%}.h-create-object-content .h-object-inline .h-object-icon{margin-left:10px;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-create-object-content .h-object-inline .h-object-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-create-object-content .h-object-inline .h-object-icon{color:#cf3900}[data-theme=theme3] .h-create-object-content .h-object-inline .h-object-icon{color:#077fa6}[data-theme=theme4] .h-create-object-content .h-object-inline .h-object-icon{color:#b35c00}[data-theme=theme5] .h-create-object-content .h-object-inline .h-object-icon{color:#3e8628}[data-theme=theme6] .h-create-object-content .h-object-inline .h-object-icon{color:#eb0f0f}[data-theme=theme7] .h-create-object-content .h-object-inline .h-object-icon{color:#278265}[data-theme=theme8] .h-create-object-content .h-object-inline .h-object-icon{color:#7760e6}.h-create-object-content .h-object-site-address{margin-top:10px}.h-object-check{display:flex;align-items:center}.h-object-check .h-object-textfield{width:92%}.h-object-check .ms-TextField-field{width:92%}.h-object-check .h-object-check-icon{margin-left:10px}.h-object-check .h-object-check-icon .h-common-validate-icon-completed,.h-object-check .h-object-check-icon .h-common-validate-icon-alert{font-size:15px}.h-object-info-icon{cursor:pointer;margin-left:8px;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-object-info-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-object-info-icon{color:#cf3900}[data-theme=theme3] .h-object-info-icon{color:#077fa6}[data-theme=theme4] .h-object-info-icon{color:#b35c00}[data-theme=theme5] .h-object-info-icon{color:#3e8628}[data-theme=theme6] .h-object-info-icon{color:#eb0f0f}[data-theme=theme7] .h-object-info-icon{color:#278265}[data-theme=theme8] .h-object-info-icon{color:#7760e6}.mh-create-object-panel .uniform-panel-scrollableContent{height:calc(100% - 43px)}.mh-create-object-panel .h-create-object-content{padding-right:0px}.mh-create-object-panel .h-create-object-content .h-object-inline .h-object-icon{margin-left:0px}.mh-create-object-panel .h-create-object-content .h-object-options .h-object-dropdown{width:90%}.mh-create-object-panel .h-create-object-content .h-object-options .h-object-dropdown .m-app-common-dropdown{width:100%}.mh-create-object-panel .h-create-object-content .h-object-options .h-object-dropdown .m-app-common-dropdown .m-app-drop-item .h-object-dropdown{width:100%}.mh-create-object-panel .h-create-object-content .h-name-policy-note,.mh-create-object-panel .h-create-object-content .h-alias-invalid,.mh-create-object-panel .h-create-object-content .h-object-message-invalid,.mh-create-object-panel .h-create-object-content .h-object-choices,.mh-create-object-panel .h-create-object-content .h-object-description,.mh-create-object-panel .h-create-object-content .h-classification-shimmer{max-width:90%}.mh-create-object-panel .h-create-object-content .h-object-inline .ms-TextField{width:90%}.mh-create-object-panel .h-create-object-content .h-object-check .h-object-textfield{width:90%}.mh-create-object-panel .h-create-object-content .h-object-check .ms-TextField-field{width:90%}.mh-create-object-panel .h-create-object-content .h-site-url{width:90%}.mh-create-object-panel .h-create-object-content .h-site-url .mh-object-url{word-break:break-word;font-size:13px;color:#27313c}.mh-create-object-panel .h-create-object-content .h-site-url .h-object-check-icon{margin-left:4px}.mh-uniform-options-panel .ms-Button{margin-bottom:4px;height:auto;min-height:16px}.mh-uniform-options-panel .ms-Dropdown-optionText{word-break:break-word;white-space:normal;line-height:16px;padding:8px 0px}
.h-settings-panel .uniform-panel-main{width:400px}.h-settings-panel .uniform-panel-main .uniform-panel-headerText{height:32px}.h-settings-panel .uniform-panel-main .uniform-panel-content{height:calc(100% - 28px)}.mh-settings-panel .uniform-panel-content{padding:0px}.mh-settings-layer{z-index:1111111}.mh-setting-panel{padding:0}.mh-setting-panel .ms-Panel-main{margin-top:50px}
#mh-app-settings{padding:20px 20px 0 20px;background-color:#fff;box-shadow:rgba(0,0,0,.22) 0px 25.6px 57.6px 0px,rgba(0,0,0,.18) 0px 4.8px 14.4px 0px;position:absolute;top:0px;bottom:0px;right:0px;width:400px}#mh-app-settings .h-settings-btn-cancel{margin-right:10px}#mh-settings-header{margin:0;font-size:28px;color:#333}#mh-settings-header .root-238{position:static !important}#mh-settings-body{margin-top:10px}#mh-settings-body-btn{margin-top:20px;position:fixed;right:20px;bottom:24px}#mh-settings-body-btn-group{margin-top:20px;position:fixed;right:20px;bottom:24px}#mh-settings-timezone{margin-bottom:10PX}.h-settings-body-title{font-weight:600}.h-settings-body-collapsed{padding:10px 0}.m-app-settings{width:100% !important;padding:0px !important}.m-app-settings #mh-settings-body{padding:0px 20px}
.mh-settings-panel{padding:0px}.mh-settings-content{padding:0px 16px}.mh-settings-content .mh-profile-avatar{padding:16px 0px;border-bottom:1px solid #eaedee}.mh-settings-content .mh-profile-avatar .ms-Persona-primaryText{color:#333;font-size:17px;font-weight:bold}.mh-settings-content .mh-settings-item{padding-top:20px}.mh-settings-content .mh-settings-item .mh-settings-link{font-size:17px;font-weight:bold;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .mh-settings-content .mh-settings-item .mh-settings-link{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .mh-settings-content .mh-settings-item .mh-settings-link{color:#cf3900}[data-theme=theme3] .mh-settings-content .mh-settings-item .mh-settings-link{color:#077fa6}[data-theme=theme4] .mh-settings-content .mh-settings-item .mh-settings-link{color:#b35c00}[data-theme=theme5] .mh-settings-content .mh-settings-item .mh-settings-link{color:#3e8628}[data-theme=theme6] .mh-settings-content .mh-settings-item .mh-settings-link{color:#eb0f0f}[data-theme=theme7] .mh-settings-content .mh-settings-item .mh-settings-link{color:#278265}[data-theme=theme8] .mh-settings-content .mh-settings-item .mh-settings-link{color:#7760e6}.mh-settings-content .mh-settings-item .mh-link-description{margin-left:8px;font-size:13px;letter-spacing:0;color:#5d6778}.mh-settings-content .mh-setting-last{padding-bottom:20px}.mh-settings-content .mh-profile-links{padding:20px 0px;border-bottom:1px solid #eaedee;border-top:1px solid #eaedee}.mh-settings-content .mh-profile-links .mh-link-item{display:flex;align-items:center;padding-bottom:20px}.mh-settings-content .mh-profile-links .mh-link-item i{font-size:20px;margin-right:16px;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .mh-settings-content .mh-profile-links .mh-link-item i{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .mh-settings-content .mh-profile-links .mh-link-item i{color:#cf3900}[data-theme=theme3] .mh-settings-content .mh-profile-links .mh-link-item i{color:#077fa6}[data-theme=theme4] .mh-settings-content .mh-profile-links .mh-link-item i{color:#b35c00}[data-theme=theme5] .mh-settings-content .mh-profile-links .mh-link-item i{color:#3e8628}[data-theme=theme6] .mh-settings-content .mh-profile-links .mh-link-item i{color:#eb0f0f}[data-theme=theme7] .mh-settings-content .mh-profile-links .mh-link-item i{color:#278265}[data-theme=theme8] .mh-settings-content .mh-profile-links .mh-link-item i{color:#7760e6}.mh-settings-content .mh-profile-links .mh-link-item .mh-link-text{font-size:17px;color:#27313c;font-weight:bold}.mh-settings-content .mh-sign-out{display:flex;justify-content:center;font-size:17px;font-weight:bold;padding:10px}.mh-settings-content .mh-sign-out .mh-link-text{color:#e44}
/*Covered by AvePoint copyright and license agreement*/
.g-app-help {
    padding-top: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.g-help-header {
    margin: 0;
    font-size: 28px;
    color: #333;
    height: 32px;
}

.g-help-body {
    flex-grow: 1;
    z-index: 10;
    overflow: hidden;
    height: 100%;

}

.g-help-guide {
    margin: 20px;
}

.g-help-guide-link {
    text-decoration-line: unset;
}

.cg-help-frame-shammer {
    z-index: 1;
    opacity: 0;
    height: 99%;
}

.cg-help-frame-noShammer {
    z-index: 99;
    opacity: 100;
    height: 100%;
}

.cg-help-shimmer {
    position: absolute;
    /* height: 100%; */
    opacity: 100;
    z-index: 99;
}

.g-app-help-frameHeader {
    position: absolute;
    height: 40px;
    top: 52px;
    width: 100%;
    left: 0;
    z-index: 2;
    background: #3c4b62;
}

.g-app-help-noFrameHeader {
    position: absolute;
    height: 40px;
    top: 52px;
    width: 100%;
    left: 0;
    z-index: -1;
    background: #f5faf5;
}

.cg-help-noShimmer {
    display: none;
}
.mh-help-panel .g-app-help{padding-top:8px}.mh-help-header{display:flex;justify-content:flex-end;height:44px}.mh-help-header i{color:#27313c}.mh-help-header .ms-Button{margin:8px 12px}
.g-home-taskcard{box-sizing:border-box;height:150px;margin:15px 15px 10px 5px;max-width:650px !important;min-width:211px !important;border:none;box-shadow:0 -2px 12px rgba(39,49,60,.16)}.g-home-taskcard-shimmer{box-sizing:border-box;height:150px;margin:15px 15px 10px 5px;max-width:650px !important;min-width:211px !important;box-shadow:0 -2px 12px rgba(39,49,60,.16)}.g-home-taskcard:hover{border:none;box-shadow:0 -2px 12px rgba(39,49,60,.3)}.g-home-taskcard-overdue{box-sizing:border-box;height:150px;margin:15px 15px 10px 5px;max-width:650px !important;min-width:250px !important;border:none;border-left:3px solid red !important;box-shadow:0 -2px 12px rgba(39,49,60,.16)}.g-home-taskcard-overdue:hover{border:none;border-left:3px solid red !important;box-shadow:0 -2px 12px rgba(39,49,60,.3)}.g-home-taskcard-header-a{text-decoration:none;display:block;margin-left:auto;margin-right:auto;height:110px;cursor:pointer !important}.g-home-taskcard-header{margin-left:auto;margin-right:auto;height:110px;cursor:pointer}.g-home-taskcard-header-status{cursor:pointer !important;padding:0 10px;display:inline-flex;float:right}.g-home-taskcard-header-message{cursor:pointer;padding:30px 10px 0 10px}.g-home-taskcard-header-type{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:90%;color:#5d6778;font-size:14px !important;cursor:pointer;margin-top:2px !important}.g-home-taskcard-header-name{white-space:nowrap;color:#333 !important;font-weight:700 !important;font-size:16px !important;overflow:hidden;text-overflow:ellipsis;width:90%;cursor:pointer}.g-home-taskcard-time-dueDate-text{margin-right:10px !important;cursor:pointer !important;font-size:13px !important;margin-top:4px}.g-home-taskcard-time-dueDate-icon{margin-top:5px}.g-home-taskcard-iconButton-approval{text-align:center !important;height:100% !important;width:41px !important;line-height:36px;color:#00c400 !important;font-size:16px !important;cursor:pointer !important}.g-home-taskcard-iconButton-approval:hover{color:green !important;box-shadow:0 8px 16px 0 rgba(0,0,0,.1)}.g-home-taskcard-iconButton-approval:active{box-shadow:0 8px 12px 0 rgba(0,0,0,.1) inset}.g-home-taskcard-iconButton-rejected{text-align:center !important;height:100% !important;width:41px !important;line-height:36px;color:red !important;font-size:16px !important;cursor:pointer !important}.g-home-taskcard-iconButton-rejected:hover{color:#af0000 !important;box-shadow:0 8px 16px 0 rgba(0,0,0,.1)}.g-home-taskcard-iconButton-rejected:active{box-shadow:0 8px 12px 0 rgba(0,0,0,.1) inset}.g-home-taskcard-iconButton-other{text-align:center !important;height:100% !important;width:41px !important;line-height:36px;color:#0071c7 !important;font-size:16px !important;cursor:pointer !important;transition:color .5s}.g-home-taskcard-iconButton-other:hover{color:#0059a1 !important;box-shadow:0 8px 16px 0 rgba(0,0,0,.1)}.g-home-taskcard-iconButton-other:active{box-shadow:0 8px 12px 0 rgba(0,0,0,.1) inset}.g-home-taskcard-iconButton-hidden{position:relative;top:9px}.g-home-taskcard-footer-content{padding-left:15px !important;padding-top:8px !important;width:100% !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;color:#333 !important;font-size:12px !important}.g-home-taskcard-time-text{position:absolute;top:20px;left:15px;font-weight:normal;font-size:13px}.g-home-taskcard-footer{position:absolute;border-top:solid;border-width:1px;border-color:#ddd;background-color:#f3f2f1;height:38px;bottom:0;width:100%}.g-home-taskcard-footer-smallperson{height:100%;width:40%;display:inline-block}.g-home-taskcard-footer-largeperson{height:100%;width:75%;display:inline-block}.g-home-taskcard-footer-person-content{height:30px;min-width:30px;width:100%;top:6px;left:10px}.g-home-taskcard-footer-largeiconbutton{height:100%;width:60%;display:inline-block;vertical-align:bottom;text-align:right}.g-home-taskcard-footer-smalliconbutton{height:100%;width:25%;display:inline-block;vertical-align:bottom;text-align:right}@media screen and (max-width: 768px){.g-home-taskcard-overdue{box-sizing:border-box;min-height:130px;height:130px;margin:15px 15px 10px 5px;border-left:3px solid red !important;box-shadow:0 -2px 12px rgba(39,49,60,.16)}.g-home-taskcard{box-sizing:border-box;min-height:130px;margin:15px 15px 10px 5px;transition:box-shadow .5s,border .5s}.g-home-taskcard-footer{border-style:inherit;border-width:1px;border-color:#ddd;background-color:#f3f2f1;height:38px;bottom:0;width:100%}}
/*Covered by AvePoint copyright and license agreement*/
.g-cards-quick-documentcard {
    width: 100%;
    max-width: 2000px !important;
    min-width: 250px !important;
    transition: box-shadow 0.5s, border 0.5s;
}

.g-cards-quick-documentcard:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 15px;
}

.g-cards-quick-item .ms-DocumentCard:hover::after {
    content: none !important;
}

.g-cards-quick-item{
    margin: 8px auto;
    position: relative;
}

.g-cards-quick-icon {
    display: flex;
    align-items: center;
}

.g-cards-quick-font{
    width: calc(100% - 100px);
    height: 100px;
    display: flex;
    flex-direction: column;
}

.g-cards-quick-title{
    font-size: 14px;
    padding: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.g-cards-quick-desc{
    font-size: 14px;
    padding: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.g-cards-quick-right {
    display: flex;
    align-items: center;
    padding-right: 15px;
}
.g-req-servicecard{left:15px;width:255px;height:160px !important;display:block;transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;transition-delay:50ms;line-break:strict;box-sizing:border-box;list-style:none;margin:0 16px 16px 0px;border-width:0 !important}.g-req-servicecard-content{width:255px;height:160px;display:inline-block;vertical-align:top;box-shadow:0 -2px 5px rgba(39,49,60,.16);border:1px solid #f8f8f8;position:relative;cursor:pointer}.g-req-servicecard-name{display:flex;height:120px;padding:24px 24px 0px 24px}.g-req-servicecard-name-icon{font-size:20px;display:inline-block;color:#505050;vertical-align:top}.g-req-servicecard-name-icon-content{font-size:20px;display:inline-block;color:#505050;margin:2px 0 0 0}.g-req-servicecard-name-icon .g-req-servicecard-name-icon-content:hover{border:0}.g-req-servicecard-name-content{word-wrap:break-word;max-width:170px;margin-left:8px}.g-req-card-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.g-req-servicecard-name-tooltip{margin-left:15px}.g-req-servicecard-name-value{font-size:18px;color:#333 !important;font-weight:normal;line-height:24px;width:215px;letter-spacing:normal;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-left:10px}.g-req-servicecard-describe{height:40px;background-color:#f7f7f7;display:flex;justify-content:flex-end;align-items:center;padding:0 20px 0 0}.g-req-servicecard-describe-tooltip{margin-left:15px}.g-req-servicecard-describe-value{font-size:14px;line-height:18px;letter-spacing:.01em;font-weight:normal;color:#5d6778;width:260px !important;max-height:145px !important;display:block;text-overflow:ellipsis;overflow:hidden}.g-req-servicecard-describe .g-common-bubble-inner{margin-left:213px;margin-top:10px}.g-req-servicecard-container .ms-DocumentCard:hover{content:none !important;border:1px solid #f3f3f3}.g-req-servicecard-container .ms-DocumentCard:hover::after{content:none !important;background-color:#e6e6e6;border:1px solid #e6e6e6}.g-common-service-card{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-common-service-card{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-common-service-card{color:#cf3900}[data-theme=theme3] .g-common-service-card{color:#077fa6}[data-theme=theme4] .g-common-service-card{color:#b35c00}[data-theme=theme5] .g-common-service-card{color:#3e8628}[data-theme=theme6] .g-common-service-card{color:#eb0f0f}[data-theme=theme7] .g-common-service-card{color:#278265}[data-theme=theme8] .g-common-service-card{color:#7760e6}.ms-List-cell:focus{outline:-webkit-focus-ring-color auto 0}.ms-DocumentCard:focus{outline:-webkit-focus-ring-color auto 0}.g-req-servicecard-container:focus{outline:-webkit-focus-ring-color auto 0}.g-req-servicecard-container>div{border-color:#f8f8f8}.g-req-servicecard-container .g-req-servicecard-content:hover{box-shadow:0 -2px 12px rgba(39,49,60,.3)}.g-req-servicecard-container .g-req-servicecard-name-icon:hover{border:0}.g-req-servicecard-container .g-req-servicecard-name-content:hover{border:0}.g-req-servicecard-container .g-req-servicecard-name-content .ms-TooltipHost:hover{border:0}.g-req-servicecard-container .g-req-servicecard-describe:hover{border:0}.g-req-servicecard-container .g-req-servicecard-describe .ms-TooltipHost:hover{border:0}.g-req-servicecard-container .g-req-servicecard-describe-value:hover{border:0}.g-req-servicecard-container .g-req-servicecard-name-value:hover{border:0}.g-req-servicecard-hosticon{width:16px;height:16px;background-color:#333}.g-req-container-type{display:flex;flex-direction:row;margin-bottom:20px;align-items:center;padding-right:10px}.g-req-container-type p{margin-left:10px}.g-req-container-type a{padding:0;border:0;height:21px;color:inherit}.g-req-container-type-title{font-size:16px;font-weight:700;color:#333;margin-left:8px;width:100%}.g-req-container{margin-left:10px;margin-top:32px !important}.g-req-container-icon{font-size:20px;margin-left:20px}.g-req-category-icon{border-radius:2px}.g-req-category-icon i{float:right}.g-req-category-icon:hover{background-color:#dadada}.g-req-category-icon-more{font-size:20px}.g-req-container .ms-List .ms-List-page .ms-List-cell{display:inline-block}
/*Covered by AvePoint copyright and license agreement*/
.g-home-newscard-link {
    text-decoration-line: underline;
}

.m-req-servicecard-container{display:flex !important;justify-items:flex-start;margin:16px;padding:16px;box-shadow:0px 2px 12px rgba(39,49,60,.1607843137)}.m-req-servicecard-container i{color:#333;height:22px;line-height:22px;margin-right:16px}.m-req-servicecard-container .m-req-servicecard-title{color:#252424;font-size:17px;font-weight:bold;word-break:break-word}.m-req-servicecard-container .m-req-servicecard-description{color:#5d6778;font-size:13px;padding-top:6px;word-break:break-word}
.h-newsandupdates-wrap{height:100%;display:flex;flex-direction:column}.h-newsandupdates-wrap .h-newsandupdates-header{font-size:28px;font-weight:lighter;color:#333;margin:12px 28px 12px 12px}.h-newsandupdates-wrap .h-newsandupdates-content{flex:1;margin:12px}.g-home-task-shimmer-content{display:block;margin:0 16px}
/*Covered by AvePoint copyright and license agreement*/
.g-servicesall-title {
    font-size: 26px;
    font-weight: lighter;
    color: #333;
    /* margin-top: 20px;
    margin-left: 22px; */
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 16px 30px;
    padding-bottom: 0px;
}

.g-servicesall-body {
    height: 100%;
}

.g-servicesall-title-breadcrumb .ms-Breadcrumb-item .ms-TooltipHost {
    font-size: 28px !important;
    font-weight: lighter !important;
    color: #333 !important;
}

.g-servicesall-filter {
    display: flex;
}

.g-service-filter-check {
    margin: 40px 0 40px 8px;
}

.g-servicesall-filter .g-servicesall-filter-button {
    background: #fff;
    margin-left: 10px;
}

.g-servicesall-filter .g-servicesall-filter-button .ms-Button-menuIcon {
    display: none;
}

.g-servicesall-filter .g-servicesall-filter-button:hover {
    background: #fff;
}

.g-servicesall-filter-prompt {
    font-size: 12px;
    padding: 10px 15px;
    z-index: 99;
    margin-top: 24px;
    border: 1px solid #efefef;
    box-shadow: 2px 2px 0 #efefef;
}

.g-servicesall-filter-prompt div:last-child {
    margin-top: 10px;
}

.g-servicesall-bar {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #F4F4F4;
}

.g-servicesall-box {
    display: inline;
    margin-left: 25px;
    margin-right: 25px;
}

.g-servicesall-bar-tab {
    display: inline-block;
    width: auto;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: black;
}

.g-servicesall-category-block {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    margin-bottom: 10px;
}

.g-servicesall-pivot-categorybar {
    background-color: #E5E5E5;
    padding-left: 15px;
}

.g-servicesall-category-bar {
    background-color: #E5E5E5;
}

.g-servicesall-categorymore-listcell {
    height: 35px;
    background-color: #E5E5E5;
    text-align: left;
    padding-top: 8px;
}

.g-servicesall-categorymore-navlink {
    background-color: white !important;
    padding-left: 10px;
    height: 36px;
    width: 200px;
    text-decoration-line: blink;
    color: black;
    font-weight: 600;
    font-size: 14px;
}

.g-servicesall-categorymore-navlink:hover {
    width: 200px;
    height: 36px;
    background-color: #F5F5F5 !important;
}

.g-servicesall-category-overflowbuttons {
    max-height: 360px !important;
}
.g-servicesall-category-navlink {
    /* text-decoration-line: blink; */
    padding-left: 15px !important;
    padding-right: 15px !important;
    color: black;
    font-weight: 600 !important;
    font-size: 14px;
}

.g-servicesall-category-navlinkclick {
    padding-left: 15px !important;
    padding-right: 15px !important;
    color: black;
    font-weight: 600 !important;
    font-size: 14px;
    border-bottom: 2px #0071C7 solid !important;
}

.g-servicesall-part-empty {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    font-weight: normal;
    color: #5D6778;
}

.g-req-container-type {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    align-items: center;
    padding-right: 10px;
}

.g-req-container-type p {
    margin-left: 10px;
}

.g-req-container-type a {
    padding: 0;
    border: 0;
    /* width: 100%; */
    height: 21px;
    color: inherit;
}

.g-req-container-type-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-left: 8px;
    width: 100%;
}

.g-req-container {
    margin-left: 10px;
    /* max-width: 980px; */
    margin-top: 20px;
}

.g-req-container-icon {
    font-size: 20px;
    margin-left: 20px;
}

.g-req-container .ms-List .ms-List-page .ms-List-cell {
    display: inline-block;
}

.g-req-serviceall-nodata {
    padding: 40px 15px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #5D6778;
}

#cg-services {
    /* position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; */
    height: 100%;
}

.g-services-allpart {
    height: 100%;
}

.g-service-filter-panel {
    margin-top: 50px;
}

.g-service-filter-title {
    font-size: 21px;
    position: absolute;
    top: 40px;
    left: 40px;
    background: #fff;
    height: 40px;
    width: 100%;
    z-index: 9;
}

.g-filter-panel-check {
    margin-top: 10px !important;
    margin-right: 5px !important;
}

.g-filter-panel-error {
    position: absolute;
    top: 100px;
    left: 40px;
}

.g-service-searchbox {
    width: 220px;
    border-color: #c0c0c0 !important;
}

.g-service-filter-footer {
    position: absolute;
    bottom: 20px;
}

.g-service-filter-footer .g-service-filter-save {
    margin-right: 8px;
}


.m-req-servicecard-container,
.m-g-req-container,
.m-g-servicesall-shimmer {
    display: block;
}

.m-g-req-container {
    border-bottom: 1px solid rgb(234, 234, 234);
    margin: 0 22px;
    padding: 10px 0;
}

.m-g-req-container .m-req-servicecard-container{
    margin: 16px 0px !important;
}

.m-g-req-container .g-req-container-icon {
    margin-left: 0px;
}

.m-g-req-container-title {
    display: flex;
    justify-content: space-between;
}

.m-g-servicesall-title {
    font-size: 20px;
    padding-right: 0px;
    margin: 10px 15px 0 20px;
    font-weight: lighter;
    color: #333;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.g-servicesall-title-flex {
    flex-grow: 1;
}

@media screen and (max-width: 768px) {

    .g-req-container .ms-List .ms-List-page .ms-List-cell {
        display: block;
    }


    .g-servicesall-title {
        font-size: 20px;
        padding-right: 0px;
        margin: 10px 15px 0 20px;
    }

    .g-servicesall-filter {
        height: auto;
    }

    .g-servicesall-fromworkspace .g-servicesall-title-breadcrumb {
        margin-top: -5px;
        margin-left: -9px;
    }

    .g-servicesall-fromworkspace .g-servicesall-title-breadcrumb .ms-Breadcrumb-item .ms-TooltipHost {
        font-size: 20px !important;
        ;
    }

}
.h-news-panel-wrap{padding:0}.h-news-panel-wrap .uniform-panel-commands{position:absolute;right:0;top:0}.h-news-panel-wrap .uniform-panel-scrollableContent{height:100%}
.mh-common-header-wrap{display:flex;justify-content:space-between;height:42px;background:#eaedee;font-size:18px;padding:0px 8px}.mh-common-header-wrap .mh-header-left,.mh-common-header-wrap .mh-header-left-dymanic{display:flex;align-items:center;width:calc(100% - 160px)}.mh-common-header-wrap .mh-header-left i,.mh-common-header-wrap .mh-header-left-dymanic i{color:#27313c}.mh-common-header-wrap .mh-header-left .mh-header-text,.mh-common-header-wrap .mh-header-left-dymanic .mh-header-text{font-size:17px;color:#27313c;margin-left:6px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mh-common-header-wrap .mh-header-left-dymanic{width:80px}.mh-common-header-wrap .mh-header-right{display:flex;align-items:center;flex:1;justify-content:flex-end}.mh-common-header-wrap .mh-header-right .h-member-dynamic{display:flex;align-items:center;color:#27313c;margin-left:8px;font-size:14px;line-height:20px}.mh-common-header-wrap .mh-header-right .h-member-dynamic .h-member-dynamic-tooltip{color:#5d6778}.mh-common-header-wrap .mh-header-right .h-member-dynamic .h-dynamic-icon-info{cursor:pointer;margin-left:5px}.mh-common-header-wrap .mh-header-right .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{vertical-align:sub;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .mh-common-header-wrap .mh-header-right .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .mh-common-header-wrap .mh-header-right .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#cf3900}[data-theme=theme3] .mh-common-header-wrap .mh-header-right .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#077fa6}[data-theme=theme4] .mh-common-header-wrap .mh-header-right .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#b35c00}[data-theme=theme5] .mh-common-header-wrap .mh-header-right .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#3e8628}[data-theme=theme6] .mh-common-header-wrap .mh-header-right .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#eb0f0f}[data-theme=theme7] .mh-common-header-wrap .mh-header-right .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#278265}[data-theme=theme8] .mh-common-header-wrap .mh-header-right .h-member-dynamic .h-dynamic-icon-info .h-dynamic-icon{color:#7760e6}.mh-common-header-wrap .mh-header-action-item{position:relative;margin-left:8px}.mh-common-header-wrap .mh-header-action-item .mh-header-action-item-reddot{position:absolute;width:6px;height:6px;background:#f44;right:2px;top:2px;z-index:10;border-radius:50%}.mh-common-header-wrap .mh-header-action-item i{color:#27313c;font-size:18px}.mh-common-header-wrap .mh-header-action-item .is-disabled{background:rgba(0,0,0,0)}.mh-common-header-wrap .mh-header-action-item .is-disabled i{color:#aaa}.mh-common-header-wrap .mh-text-button{background:rgba(0,0,0,0);min-width:42px;padding:0px;border:none}.mh-common-header-wrap .mh-text-loading .ms-Button-textContainer .ms-Button-label{visibility:hidden}.mh-common-header-wrap .mh-text-loading .h-buttongroup-spinner{position:absolute}.mh-common-header-wrap .mh-header-action-search{width:100%;position:absolute;left:0;top:0;z-index:20;height:42px;background:#eaedee;display:flex;align-items:center;padding:0px 8px;-webkit-transform:translateZ(1px);-moz-transform:translateZ(1px);-o-transform:translateZ(1px);transform:translateZ(1px)}.mh-common-header-wrap .mh-header-action-search .ms-SearchBox-clearButton i{font-size:18px;color:#8c8c8c}.mh-common-header-wrap .mh-header-action-search .ms-SearchBox-iconContainer i{font-size:13px;color:#c2c5c8}.mh-common-header-wrap .mh-header-action-search .mh-back-icon i{color:#27313c;font-size:18px}.mh-common-header-wrap .mh-header-action-search i{color:#27313c;font-size:18px}.mh-common-header-wrap .mh-header-action-search .mh-search-icon,.mh-common-header-wrap .mh-header-action-search .mh-back-icon{width:32px;background-color:#eaedee}.mh-common-header-wrap .mh-header-action-search .mh-searchbox{height:36px;border-radius:20px;width:100%;margin:0px 8px;border:none}
.mh-group-members-panel{padding:0px}.mh-group-members-panel .mh-member-view-list{height:100%}.mh-group-members-panel .mh-member-view-list .h-member{padding:0px;background-color:#fff}.mh-group-members-panel .mh-member-view-list .h-member .h-member-scroll{height:calc(100% - 76px)}.mh-group-members-panel .mh-member-view-list .h-member .h-member-scroll .h-member-content{height:100%;padding:4px 6px 4px 10px}.mh-group-members-panel .mh-member-view-list .h-member .h-member-scroll .h-member-content .h-group-action-button,.mh-group-members-panel .mh-member-view-list .h-member .h-member-scroll .h-member-content .ms-DetailsList{background-color:#fff}.mh-group-members-panel .mh-member-view-list .h-member .h-member-scroll .h-member-content .ms-DetailsRow{background-color:#fff;border:none}.mh-group-members-panel .mh-member-view-list .mh-member-total{display:flex;align-items:center;width:100%;font-size:14px;padding-left:10px}.mh-group-members-panel .mh-member-view-list .mh-member-total i{margin-right:4px;margin-top:1px}.mh-group-members-panel .mh-member-view-list .mh-member-total .mh-member-total-icon{color:var(--theme-primary, #0071C7);font-size:12px;cursor:default}[data-theme=theme1] .mh-group-members-panel .mh-member-view-list .mh-member-total .mh-member-total-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .mh-group-members-panel .mh-member-view-list .mh-member-total .mh-member-total-icon{color:#cf3900}[data-theme=theme3] .mh-group-members-panel .mh-member-view-list .mh-member-total .mh-member-total-icon{color:#077fa6}[data-theme=theme4] .mh-group-members-panel .mh-member-view-list .mh-member-total .mh-member-total-icon{color:#b35c00}[data-theme=theme5] .mh-group-members-panel .mh-member-view-list .mh-member-total .mh-member-total-icon{color:#3e8628}[data-theme=theme6] .mh-group-members-panel .mh-member-view-list .mh-member-total .mh-member-total-icon{color:#eb0f0f}[data-theme=theme7] .mh-group-members-panel .mh-member-view-list .mh-member-total .mh-member-total-icon{color:#278265}[data-theme=theme8] .mh-group-members-panel .mh-member-view-list .mh-member-total .mh-member-total-icon{color:#7760e6}.mh-group-members-panel .mh-member-view-list .h-member-total{position:fixed;bottom:0px;left:0px;background-color:#fff;width:100%;height:32px;z-index:2}.mh-group-members-panel .mh-member-view-list .h-member-total i{margin-left:16px}.mh-contextual-menu-icon i{font-size:16px}.mh-member-details-scroll{height:calc(100% - 70px)}.mh-member-details-content{height:100%;display:flex;flex-wrap:wrap}.mh-member-persona-content{width:100%;height:58px;margin:0 auto;padding:0 6px;display:flex;justify-content:space-between;align-items:center}
.h-avatargroup{display:flex;justify-content:flex-start;align-items:center}.h-avatargroup .ms-Persona-image{width:42px;height:42px}.h-avatargroup .h-member-avatar{width:38px;height:38px;margin-left:-18px;border-radius:50%;text-align:center;border:solid 3px #fff;box-sizing:content-box}.h-avatargroup .h-member-avatar:first-child{margin-left:0}
.h-buttongroup{display:flex;margin:auto 0;margin-left:16px}.h-buttongroup .h-buttongroup-button{margin-left:16px;position:relative}.h-buttongroup .h-buttongroup-button .h-buttongroup-button-reddot{position:absolute;width:6px;height:6px;background:#f44;right:4px;top:4px;z-index:999;border-radius:50%}.h-buttongroup .h-buttongroup-button .h-buttongroup-defaultbutton{background:#fff;color:var(--theme-primary, #0071C7);border-color:var(--theme-primary, #0071C7);border-width:1px}[data-theme=theme1] .h-buttongroup .h-buttongroup-button .h-buttongroup-defaultbutton{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-buttongroup .h-buttongroup-button .h-buttongroup-defaultbutton{color:#cf3900}[data-theme=theme3] .h-buttongroup .h-buttongroup-button .h-buttongroup-defaultbutton{color:#077fa6}[data-theme=theme4] .h-buttongroup .h-buttongroup-button .h-buttongroup-defaultbutton{color:#b35c00}[data-theme=theme5] .h-buttongroup .h-buttongroup-button .h-buttongroup-defaultbutton{color:#3e8628}[data-theme=theme6] .h-buttongroup .h-buttongroup-button .h-buttongroup-defaultbutton{color:#eb0f0f}[data-theme=theme7] .h-buttongroup .h-buttongroup-button .h-buttongroup-defaultbutton{color:#278265}[data-theme=theme8] .h-buttongroup .h-buttongroup-button .h-buttongroup-defaultbutton{color:#7760e6}[data-theme=theme1] .h-buttongroup .h-buttongroup-button .h-buttongroup-defaultbutton{border-color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-buttongroup .h-buttongroup-button .h-buttongroup-defaultbutton{border-color:#cf3900}[data-theme=theme3] .h-buttongroup .h-buttongroup-button .h-buttongroup-defaultbutton{border-color:#077fa6}[data-theme=theme4] .h-buttongroup .h-buttongroup-button .h-buttongroup-defaultbutton{border-color:#b35c00}[data-theme=theme5] .h-buttongroup .h-buttongroup-button .h-buttongroup-defaultbutton{border-color:#3e8628}[data-theme=theme6] .h-buttongroup .h-buttongroup-button .h-buttongroup-defaultbutton{border-color:#eb0f0f}[data-theme=theme7] .h-buttongroup .h-buttongroup-button .h-buttongroup-defaultbutton{border-color:#278265}[data-theme=theme8] .h-buttongroup .h-buttongroup-button .h-buttongroup-defaultbutton{border-color:#7760e6}.h-buttongroup .h-buttongroup-button .h-buttongroup-iconbutton{color:var(--theme-primary, #0071C7);border:1px solid #ccd1d5;border-radius:2px}[data-theme=theme1] .h-buttongroup .h-buttongroup-button .h-buttongroup-iconbutton{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-buttongroup .h-buttongroup-button .h-buttongroup-iconbutton{color:#cf3900}[data-theme=theme3] .h-buttongroup .h-buttongroup-button .h-buttongroup-iconbutton{color:#077fa6}[data-theme=theme4] .h-buttongroup .h-buttongroup-button .h-buttongroup-iconbutton{color:#b35c00}[data-theme=theme5] .h-buttongroup .h-buttongroup-button .h-buttongroup-iconbutton{color:#3e8628}[data-theme=theme6] .h-buttongroup .h-buttongroup-button .h-buttongroup-iconbutton{color:#eb0f0f}[data-theme=theme7] .h-buttongroup .h-buttongroup-button .h-buttongroup-iconbutton{color:#278265}[data-theme=theme8] .h-buttongroup .h-buttongroup-button .h-buttongroup-iconbutton{color:#7760e6}.h-buttongroup .h-buttongroup-button .h-buttongroup-iconbutton i{font-size:14px}.h-buttongroup .h-buttongroup-button .h-buttongroup-iconbutton:hover{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-buttongroup .h-buttongroup-button .h-buttongroup-iconbutton:hover{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-buttongroup .h-buttongroup-button .h-buttongroup-iconbutton:hover{color:#cf3900}[data-theme=theme3] .h-buttongroup .h-buttongroup-button .h-buttongroup-iconbutton:hover{color:#077fa6}[data-theme=theme4] .h-buttongroup .h-buttongroup-button .h-buttongroup-iconbutton:hover{color:#b35c00}[data-theme=theme5] .h-buttongroup .h-buttongroup-button .h-buttongroup-iconbutton:hover{color:#3e8628}[data-theme=theme6] .h-buttongroup .h-buttongroup-button .h-buttongroup-iconbutton:hover{color:#eb0f0f}[data-theme=theme7] .h-buttongroup .h-buttongroup-button .h-buttongroup-iconbutton:hover{color:#278265}[data-theme=theme8] .h-buttongroup .h-buttongroup-button .h-buttongroup-iconbutton:hover{color:#7760e6}.h-buttongroup .h-buttongroup-button .h-buttongroup-defaultbutton-disabled{color:#a19f9d;background-color:#f3f2f1}.h-buttongroup .h-buttongroup-button .h-buttongroup-iconbutton-disabled{color:#a19f9d;background-color:#f3f2f1;border:1px solid #d4d6d8;border-radius:2px}.h-buttongroup .h-buttongroup-button .h-buttongroup-shimmerwrap{display:inline-block;position:relative}.h-buttongroup .h-buttongroup-button .h-buttongroup-shimmerwrap .h-buttongroup-large-text{padding:0 20px 0 32px}.h-buttongroup .h-buttongroup-button .h-buttongroup-shimmerwrap .h-buttongroup-icon-text{width:32px}.h-buttongroup .h-buttongroup-button .h-buttongroup-shimmerwrap .h-buttongroup-shimmer{position:absolute;top:0;width:100%}.h-buttongroup .h-buttongroup-button .h-buttongroup-icon-shimmerwrap{width:32px;height:17px}.h-buttongroup .h-buttongroup-button:first-child{margin-left:0}
.h-request-buttongroup{margin:auto 0;display:inline-flex}.h-request-buttongroup .h-buttongroup-button{border-width:1px;margin-left:16px}.h-request-buttongroup .h-buttongroup-button:first-child{margin-left:0}.h-request-buttongroup .h-buttongroup-button-default{background:none}.h-request-buttongroup .h-loading-button .ms-Button-label{visibility:hidden}.h-request-buttongroup .h-buttongroup-spinner{position:absolute;top:0px;bottom:0px;left:0px;right:0px;margin:auto}
.h-notification-bar{width:480px;min-height:80px;position:fixed;top:66px;right:16px;padding:16px 16px 0;background-color:#f3f2f1;box-shadow:0px 0px 8px rgba(37,36,36,.1607843137);z-index:1}.h-notification-bar .h-message{font-size:13px;color:#27313c;padding-right:20px;margin-bottom:8px}.h-notification-bar .h-closebutton{position:absolute;right:10px;top:10px}.h-notification-bar .h-closebutton .ms-Button-icon{color:#333;font-weight:900;font-size:12px}.h-notification-bar .h-status{display:flex;line-height:24px;align-items:center;margin-bottom:12px}.h-notification-bar .h-status .h-iconfailed{font-size:14px;color:#ed4054;margin-right:8px}.h-notification-bar .h-status .h-time{font-size:12px;font-weight:bold;color:#c2c5c8}
.h-card:hover{box-shadow:0 -2px 12px rgba(39,49,60,.3);border:none}.h-card:hover::after{border:none}.h-card{width:280px;height:172px;text-align:left;margin:8px;border:none !important;border-radius:3px;box-shadow:0 -2px 12px rgba(39,49,60,.16)}.h-card .h-card-header{background-color:#f7f7f7;display:flex;height:64px;border-radius:2px 2px 0px 0px;opacity:1}.h-card .h-card-header .h-card-avatar{margin:8px 0 8px 20px !important;width:calc(100% - 24px)}.h-card .h-card-header .h-card-avatar .h-card-avatar-coin{cursor:pointer}.h-card .h-card-header .h-card-avatar .ms-Persona-initials{box-shadow:0 0 8px rgba(37,49,61,.16);font-size:18px}.h-card .h-card-header .h-card-avatar .ms-Persona-details{padding:0 8px}.h-card .h-card-header .h-card-avatar .ms-Persona-details .ms-Persona-primaryText{margin-bottom:4px}.h-card .h-card-header .h-card-avatar .ms-Persona-details .h-card-primary .h-card-primary-button{color:#222;font-size:16px;line-height:20px;font-weight:600;height:20px;max-width:180px;padding:0;border:none;background-color:rgba(0,0,0,0);min-height:20px}.h-card .h-card-header .h-card-avatar .ms-Persona-details .h-card-primary .h-card-primary-button .ms-Button-flexContainer{justify-content:flex-start;width:100%}.h-card .h-card-header .h-card-avatar .ms-Persona-details .h-card-primary .h-card-primary-button .h-card-primary-button-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.h-card .h-card-header .h-card-avatar .ms-Persona-details .h-card-secondary{display:flex;height:22px;justify-content:space-between}.h-card .h-card-header .h-card-avatar .ms-Persona-details .h-card-secondary .h-card-secondary-left{margin-top:3px;display:inline-flex}.h-card .h-card-header .h-card-avatar .ms-Persona-details .h-card-secondary .h-card-secondary-right{display:flex;margin-top:3px}.h-card .h-card-header .h-card-avatar .ms-Persona-details .h-card-secondary .h-gao-image{width:26px !important}.h-card .h-card-header .h-card-avatar .ms-Persona-details .h-card-secondary .h-actionlinks{height:20px;width:20px;margin:0;padding:0}.h-card .h-card-header .h-card-avatar .ms-Persona-details .h-card-secondary .h-actionlinks .ms-Button-menuIcon{font-size:14px;color:#707070}.h-card .h-card-header .h-card-avatar .ms-Persona-details .h-card-secondary .h-actionlinks i{font-size:13px}.h-card .h-card-header .h-card-avatar .ms-Persona-details .h-card-secondary .h-actionlinks:hover{margin:0}.h-card .h-card-header .h-card-avatar .ms-Persona-details .h-card-secondary .h-card-icon-isloading{width:22px;height:20px}.h-card .h-card-header .h-card-avatar .ms-Persona-details .h-card-secondary .h-tooltip-icon-button{margin-left:0}.h-card .h-card-header .h-card-avatar .ms-Persona-details .h-card-secondary .h-tooltip-icon-button .ms-Button{height:20px;width:22px;padding:0px}.h-card .h-card-header .h-card-avatar .ms-Persona-details .h-card-secondary .h-tooltip-icon-button .ms-Button .ms-Button-icon{font-size:13px;height:18px;line-height:18px}.h-card .h-card-header .h-card-avatar .ms-Persona-details .h-card-secondary .h-tooltip-icon-button .ms-Button:hover{background:none}.h-card .h-card-header .h-card-avatar .ms-Persona-details .h-tooltip-icon{margin-right:8px;color:#707070}.h-card .h-card-expressmode-check{display:block;position:absolute;top:0;right:0;z-index:1}.h-card .h-card-expressmode-check .ms-Checkbox-checkbox{margin-left:0;margin-right:0;margin-top:0;height:18px !important;width:18px !important}.h-card .h-card-expressmode-check .ms-Checkbox-checkbox .ms-Checkbox-checkmark{font-size:13px !important;font-weight:bold}.h-card .h-card-hide{display:none}.h-card .h-card-content{border-bottom:solid 1px #e6e7e8;padding:16px 20px 16px 20px;height:56px;cursor:pointer}.h-card .h-card-commandbar{padding:10px 20px 10px 20px;height:52px;font-size:13px;cursor:pointer}.h-card .h-card-commandbar .h-card-commandbar-body{display:flex;justify-content:space-between;line-height:30px;color:#707477}.h-card .h-card-commandbar .h-request-buttongroup{width:240px}.h-card .h-card-commandbar .h-request-buttongroup .h-card-details-button{width:100%;border-color:var(--theme-primary, #0071C7);color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-card .h-card-commandbar .h-request-buttongroup .h-card-details-button{border-color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-card .h-card-commandbar .h-request-buttongroup .h-card-details-button{border-color:#cf3900}[data-theme=theme3] .h-card .h-card-commandbar .h-request-buttongroup .h-card-details-button{border-color:#077fa6}[data-theme=theme4] .h-card .h-card-commandbar .h-request-buttongroup .h-card-details-button{border-color:#b35c00}[data-theme=theme5] .h-card .h-card-commandbar .h-request-buttongroup .h-card-details-button{border-color:#3e8628}[data-theme=theme6] .h-card .h-card-commandbar .h-request-buttongroup .h-card-details-button{border-color:#eb0f0f}[data-theme=theme7] .h-card .h-card-commandbar .h-request-buttongroup .h-card-details-button{border-color:#278265}[data-theme=theme8] .h-card .h-card-commandbar .h-request-buttongroup .h-card-details-button{border-color:#7760e6}[data-theme=theme1] .h-card .h-card-commandbar .h-request-buttongroup .h-card-details-button{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-card .h-card-commandbar .h-request-buttongroup .h-card-details-button{color:#cf3900}[data-theme=theme3] .h-card .h-card-commandbar .h-request-buttongroup .h-card-details-button{color:#077fa6}[data-theme=theme4] .h-card .h-card-commandbar .h-request-buttongroup .h-card-details-button{color:#b35c00}[data-theme=theme5] .h-card .h-card-commandbar .h-request-buttongroup .h-card-details-button{color:#3e8628}[data-theme=theme6] .h-card .h-card-commandbar .h-request-buttongroup .h-card-details-button{color:#eb0f0f}[data-theme=theme7] .h-card .h-card-commandbar .h-request-buttongroup .h-card-details-button{color:#278265}[data-theme=theme8] .h-card .h-card-commandbar .h-request-buttongroup .h-card-details-button{color:#7760e6}.h-card .h-card-commandbar .h-card-details-icon{margin-right:4px;color:#888f99}.h-card .h-card-commandbar .ms-Icon{font-size:14px;height:100%;line-height:30px}.h-card .h-card-commandbar .ms-Icon .h-fontAwesomeIcon{height:100%}.h-card .h-card-icon{font-size:14px;width:14px;line-height:18px;color:#5d6778}.h-card .h-card-image{width:18px}.h-card .h-card-image img{width:18px}.h-card .h-card-type{width:20px;cursor:pointer}.h-card .h-card-type img{width:20px}.h-card .h-card-type-shimmer{width:20px;margin-right:8px}.h-card-expressmode-check .ms-Checkbox-checkbox{border-color:#777}.h-card-expressmode{background-color:#fff;position:absolute;width:100%;height:100%;opacity:.4;z-index:1;cursor:pointer}.h-card-favorite{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-card-favorite{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-card-favorite{color:#cf3900}[data-theme=theme3] .h-card-favorite{color:#077fa6}[data-theme=theme4] .h-card-favorite{color:#b35c00}[data-theme=theme5] .h-card-favorite{color:#3e8628}[data-theme=theme6] .h-card-favorite{color:#eb0f0f}[data-theme=theme7] .h-card-favorite{color:#278265}[data-theme=theme8] .h-card-favorite{color:#7760e6}.h-card-startrequest-icon{width:200px}.h-card-startrequest-icon i{font-size:14px;color:var(--theme-primary, #0071C7);position:relative}[data-theme=theme1] .h-card-startrequest-icon i{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-card-startrequest-icon i{color:#cf3900}[data-theme=theme3] .h-card-startrequest-icon i{color:#077fa6}[data-theme=theme4] .h-card-startrequest-icon i{color:#b35c00}[data-theme=theme5] .h-card-startrequest-icon i{color:#3e8628}[data-theme=theme6] .h-card-startrequest-icon i{color:#eb0f0f}[data-theme=theme7] .h-card-startrequest-icon i{color:#278265}[data-theme=theme8] .h-card-startrequest-icon i{color:#7760e6}.h-card-startrequest-icon i svg{margin:auto}.h-card-drilldown i{transform:rotate(-125deg);margin-left:3px;margin-right:5px}.h-object-description-item .ms-ContextualMenu-link{max-width:500px;height:auto;line-height:16px;font-size:12px;padding:8px;cursor:text;background:none;overflow-wrap:break-word}
.h-card-mobile:hover{box-shadow:0 -2px 12px rgba(39,49,60,.3);border:none}.h-card-mobile:hover::after{border:none}.h-card-mobile{max-width:400px;min-width:200px;height:135px;text-align:left;margin:8px;border:none !important;border-radius:3px;box-shadow:0 -2px 12px rgba(39,49,60,.16)}.h-card-mobile .h-card-mobile-header{background-color:#f7f7f7;display:flex;height:64px;border-radius:2px 2px 0px 0px;opacity:1}.h-card-mobile .h-card-mobile-header .h-card-mobile-avatar{margin:8px 0 8px 20px !important;width:calc(100% - 24px)}.h-card-mobile .h-card-mobile-header .h-card-mobile-avatar .h-card-mobile-avatar-coin{cursor:pointer}.h-card-mobile .h-card-mobile-header .h-card-mobile-avatar .ms-Persona-initials{box-shadow:0 0 8px rgba(37,49,61,.1607843137);font-size:18px}.h-card-mobile .h-card-mobile-header .h-card-mobile-avatar .ms-Persona-details{padding:0 8px}.h-card-mobile .h-card-mobile-header .h-card-mobile-avatar .ms-Persona-details .ms-Persona-primaryText{margin-bottom:4px}.h-card-mobile .h-card-mobile-header .h-card-mobile-avatar .ms-Persona-details .h-card-mobile-primary{height:23px;display:flex;justify-content:space-between;align-items:center}.h-card-mobile .h-card-mobile-header .h-card-mobile-avatar .ms-Persona-details .h-card-mobile-primary .h-card-mobile-primary-left{display:flex;width:80%}.h-card-mobile .h-card-mobile-header .h-card-mobile-avatar .ms-Persona-details .h-card-mobile-primary .h-card-mobile-primary-left .h-tooltip-mobile-icon{margin-right:4px;height:100%;align-content:center;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-card-mobile .h-card-mobile-header .h-card-mobile-avatar .ms-Persona-details .h-card-mobile-primary .h-card-mobile-primary-left .h-tooltip-mobile-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-card-mobile .h-card-mobile-header .h-card-mobile-avatar .ms-Persona-details .h-card-mobile-primary .h-card-mobile-primary-left .h-tooltip-mobile-icon{color:#cf3900}[data-theme=theme3] .h-card-mobile .h-card-mobile-header .h-card-mobile-avatar .ms-Persona-details .h-card-mobile-primary .h-card-mobile-primary-left .h-tooltip-mobile-icon{color:#077fa6}[data-theme=theme4] .h-card-mobile .h-card-mobile-header .h-card-mobile-avatar .ms-Persona-details .h-card-mobile-primary .h-card-mobile-primary-left .h-tooltip-mobile-icon{color:#b35c00}[data-theme=theme5] .h-card-mobile .h-card-mobile-header .h-card-mobile-avatar .ms-Persona-details .h-card-mobile-primary .h-card-mobile-primary-left .h-tooltip-mobile-icon{color:#3e8628}[data-theme=theme6] .h-card-mobile .h-card-mobile-header .h-card-mobile-avatar .ms-Persona-details .h-card-mobile-primary .h-card-mobile-primary-left .h-tooltip-mobile-icon{color:#eb0f0f}[data-theme=theme7] .h-card-mobile .h-card-mobile-header .h-card-mobile-avatar .ms-Persona-details .h-card-mobile-primary .h-card-mobile-primary-left .h-tooltip-mobile-icon{color:#278265}[data-theme=theme8] .h-card-mobile .h-card-mobile-header .h-card-mobile-avatar .ms-Persona-details .h-card-mobile-primary .h-card-mobile-primary-left .h-tooltip-mobile-icon{color:#7760e6}.h-card-mobile .h-card-mobile-header .h-card-mobile-avatar .ms-Persona-details .h-card-mobile-primary .h-card-mobile-primary-left .h-card-mobile-primary-button-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;height:22px}.h-card-mobile .h-card-mobile-header .h-card-mobile-avatar .ms-Persona-details .h-card-mobile-primary .h-card-mobile-primary-button{color:#222;font-size:17px;line-height:20px;font-weight:600;height:20px;padding:0;border:none;background-color:rgba(0,0,0,0);min-width:auto;overflow:hidden}.h-card-mobile .h-card-mobile-header .h-card-mobile-avatar .ms-Persona-details .h-card-mobile-primary .h-card-mobile-primary-button .ms-Button-flexContainer{justify-content:flex-start;overflow:hidden;text-overflow:ellipsis}.h-card-mobile .h-card-mobile-header .h-card-mobile-avatar .ms-Persona-details .h-card-mobile-secondary{height:20px;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#5d6778}.h-card-mobile .h-card-mobile-content{padding:20px 20px 20px 20px;cursor:pointer}
.h-cards{height:100%;padding:10px 10px 0 32px}.h-cards .h-card-nodata-title{text-align:center;font-weight:700;font-size:18px;margin-bottom:10px;margin-top:20px;color:#000}.h-cards .h-card-nodata-title.h-card-nodata-title-font-size-bold{font-weight:400;font-size:14px}.h-cards .h-card-nodata-second-title{margin-top:10px}.h-cards .h-cards-wrap{display:flex;flex-direction:column;min-height:100% !important}.h-cards .h-cards-wrap .ms-List{padding-bottom:5px;flex:1}.h-cards .h-cards-wrap .ms-List .ms-List-page{display:flex;flex-wrap:wrap}.h-cards .h-cards-wrap .h-card-complete{width:100%;text-align:center;padding:16px 0 20px 0;border-top:1px solid #eef0f3;font-size:14px;color:#707477}.h-cards .h-cards-wrap .h-card-shimmer{width:280px;height:172px;text-align:left;margin:8px;border:none;border-radius:3px;box-shadow:0 -2px 12px rgba(39,49,60,.16)}.h-cards .h-cards-wrap .h-card-shimmer .h-card-shimmer-header{background-color:#f7f7f7;display:flex}.h-cards .h-cards-wrap .h-card-shimmer .h-card-shimmer-header .h-shimmer-person{width:48px;height:48px;margin:8px 0 8px 20px}.h-cards .h-cards-wrap .h-card-shimmer .h-card-shimmer-header .h-shimmer-person .ms-Shimmer-shimmerWrapper{border-radius:50%}.h-cards .h-cards-wrap .h-card-shimmer .h-card-shimmer-header .h-card-shimmer-header-right{margin:8px 0 8px 0;padding:0 8px}.h-cards .h-cards-wrap .h-card-shimmer .h-card-shimmer-header .h-card-shimmer-header-right .h-card-shimmer-header-right-primary{margin-bottom:4px}.h-cards .h-cards-wrap .h-card-shimmer .h-card-shimmer-header .h-card-shimmer-header-right .h-card-shimmer-header-right-secondary .ms-ShimmerGap-root{background-color:#f7f7f7;border:none}.h-cards .h-cards-wrap .h-card-shimmer .h-card-shimmer-content{border-bottom:solid 1px #e6e7e8;margin:0 20px 0 20px;padding:16px 0 16px 0;height:56px}.h-cards .h-cards-wrap .h-card-shimmer .h-card-shimmer-commandbar{margin:20px 20px 0 20px;height:52px}.h-cards .h-cards-wrap .mh-card-shimmer{max-width:400px;min-width:200px;height:135px;text-align:left;margin:8px;border:none !important;border-radius:3px;box-shadow:0 -2px 12px rgba(39,49,60,.16)}.h-cards .h-cards-wrap .mh-card-shimmer .mh-card-shimmer-header{background-color:#f7f7f7;display:flex}.h-cards .h-cards-wrap .mh-card-shimmer .mh-card-shimmer-header .mh-shimmer-person{width:48px;height:48px;margin:8px 0 8px 20px}.h-cards .h-cards-wrap .mh-card-shimmer .mh-card-shimmer-header .mh-shimmer-person .ms-Shimmer-shimmerWrapper{border-radius:50%}.h-cards .h-cards-wrap .mh-card-shimmer .mh-card-shimmer-header .mh-card-shimmer-header-right{margin:8px 0 8px 0;padding:0 8px;width:100%}.h-cards .h-cards-wrap .mh-card-shimmer .mh-card-shimmer-header .mh-card-shimmer-header-right .mh-card-shimmer-header-right-primary{margin-bottom:4px}.h-cards .h-cards-wrap .mh-card-shimmer .mh-card-shimmer-header .mh-card-shimmer-header-right .mh-card-shimmer-header-right-primary .ms-ShimmerGap-root{background-color:#f7f7f7}.h-cards .h-cards-wrap .mh-card-shimmer .mh-card-shimmer-content{padding:20px;height:56px}.h-cards .h-cards-wrap-mobile .ms-List{padding-bottom:5px}.h-cards .h-cards-wrap-mobile .ms-List .ms-List-page{display:block}.h-teams-cards{padding:10px 10px 0 18px}.h-cards-mob{padding:10px 10px 0}.h-card-nodata-wrap{margin:0 10px;display:flex;align-items:center;height:100%;justify-content:center}.h-card-nodata-wrap .h-card-nodata{color:#5d6778;font-size:14px;display:flex;align-items:center;flex-direction:column}.h-card-nodata-wrap .h-card-nodata .h-card-nodata-image{margin:0px auto 24px;display:block;height:88px}.h-list-complete-div{height:100%}.ms-List{height:100%}.ms-List-surface{height:100%}.h-sync-content{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}
.h-top .h-topmenu{display:flex;justify-content:flex-end;padding:24px 32px 0;flex-wrap:wrap}.h-top .h-topmenu #app-header-search-large{width:auto;height:32px;margin-right:10px}.h-top .h-topmenu #app-header-search-large .header-search-box{border:1px solid #d4d6d8 !important}.h-top .h-topmenu .h-topmenu-team-left{margin-left:180px;height:34px}.h-top .h-topmenu .h-topmenu-team-expressmode-left{margin-left:200px;height:34px;flex-grow:1;margin-bottom:10px}.h-top .h-topmenu .h-topmenu-team-expressmode-left .h-topmenu-breadcrumb{font-size:22px;color:#3a444e;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;line-height:34px}.h-top .h-topmenu .h-topmenu-team-expressmode-left .h-topmenu-breadcrumb .h-buttongroup-team-right-cancel{margin-left:10px}.h-top .h-topmenu .h-topmenu-left{display:flex;flex:1;overflow:hidden}.h-top .h-topmenu .h-topmenu-left .h-topmenu-name{margin:0 16px 0 50px;font-size:16px;font-weight:bold;height:32px;line-height:32px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.h-top .h-topmenu .h-topmenu-left .h-topmenu-name .h-buttongroup-defaultbutton{color:var(--theme-primary, #0071C7);border-color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-top .h-topmenu .h-topmenu-left .h-topmenu-name .h-buttongroup-defaultbutton{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-top .h-topmenu .h-topmenu-left .h-topmenu-name .h-buttongroup-defaultbutton{color:#cf3900}[data-theme=theme3] .h-top .h-topmenu .h-topmenu-left .h-topmenu-name .h-buttongroup-defaultbutton{color:#077fa6}[data-theme=theme4] .h-top .h-topmenu .h-topmenu-left .h-topmenu-name .h-buttongroup-defaultbutton{color:#b35c00}[data-theme=theme5] .h-top .h-topmenu .h-topmenu-left .h-topmenu-name .h-buttongroup-defaultbutton{color:#3e8628}[data-theme=theme6] .h-top .h-topmenu .h-topmenu-left .h-topmenu-name .h-buttongroup-defaultbutton{color:#eb0f0f}[data-theme=theme7] .h-top .h-topmenu .h-topmenu-left .h-topmenu-name .h-buttongroup-defaultbutton{color:#278265}[data-theme=theme8] .h-top .h-topmenu .h-topmenu-left .h-topmenu-name .h-buttongroup-defaultbutton{color:#7760e6}[data-theme=theme1] .h-top .h-topmenu .h-topmenu-left .h-topmenu-name .h-buttongroup-defaultbutton{border-color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-top .h-topmenu .h-topmenu-left .h-topmenu-name .h-buttongroup-defaultbutton{border-color:#cf3900}[data-theme=theme3] .h-top .h-topmenu .h-topmenu-left .h-topmenu-name .h-buttongroup-defaultbutton{border-color:#077fa6}[data-theme=theme4] .h-top .h-topmenu .h-topmenu-left .h-topmenu-name .h-buttongroup-defaultbutton{border-color:#b35c00}[data-theme=theme5] .h-top .h-topmenu .h-topmenu-left .h-topmenu-name .h-buttongroup-defaultbutton{border-color:#3e8628}[data-theme=theme6] .h-top .h-topmenu .h-topmenu-left .h-topmenu-name .h-buttongroup-defaultbutton{border-color:#eb0f0f}[data-theme=theme7] .h-top .h-topmenu .h-topmenu-left .h-topmenu-name .h-buttongroup-defaultbutton{border-color:#278265}[data-theme=theme8] .h-top .h-topmenu .h-topmenu-left .h-topmenu-name .h-buttongroup-defaultbutton{border-color:#7760e6}.h-top .h-topmenu .h-topmenu-left .h-topmenu-breadcrumb{font-size:28px;color:#3a444e;line-height:28px;font-weight:100;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:32px;display:flex}.h-top .h-topmenu .h-topmenu-left .h-topmenu-breadcrumb .h-breadcrumb-icon{font-size:16px;padding:0 8px;line-height:32px}.h-top .h-topmenu .h-topmenu-left .h-topmenu-breadcrumb .h-breadcrumb-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:1000px;margin-right:32px}.h-top .h-topmenu .h-buttongroup{display:flex;margin:0;margin-left:6px}.h-top .h-topmenu .h-apply-tags-button{border:1px solid #ccd1d5;margin-right:10px}.h-top .h-topmenu .h-tooltip-icon-button{display:inline;margin-left:0px}.h-top .h-topmenu .h-buttongroup-right{display:flex;align-items:center}.h-top .h-topmenu .h-buttongroup-right .h-buttongroup-right-selected{margin-right:20px;display:inline-flex;color:var(--theme-primary, #0071C7);line-height:32px}[data-theme=theme1] .h-top .h-topmenu .h-buttongroup-right .h-buttongroup-right-selected{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-top .h-topmenu .h-buttongroup-right .h-buttongroup-right-selected{color:#cf3900}[data-theme=theme3] .h-top .h-topmenu .h-buttongroup-right .h-buttongroup-right-selected{color:#077fa6}[data-theme=theme4] .h-top .h-topmenu .h-buttongroup-right .h-buttongroup-right-selected{color:#b35c00}[data-theme=theme5] .h-top .h-topmenu .h-buttongroup-right .h-buttongroup-right-selected{color:#3e8628}[data-theme=theme6] .h-top .h-topmenu .h-buttongroup-right .h-buttongroup-right-selected{color:#eb0f0f}[data-theme=theme7] .h-top .h-topmenu .h-buttongroup-right .h-buttongroup-right-selected{color:#278265}[data-theme=theme8] .h-top .h-topmenu .h-buttongroup-right .h-buttongroup-right-selected{color:#7760e6}.h-top .h-topmenu .h-buttongroup-right .h-buttongroup-right-selected .h-buttongroup-right-selected-icon{margin-right:5px}.h-top .h-topmenu .h-buttongroup-right .h-buttongroup-right-button-withicon{border-width:1px;margin-right:10px;background-color:#fff;border-color:#ccd1d5;padding-left:0}.h-top .h-topmenu .h-buttongroup-right .h-buttongroup-right-button-icon{padding:8px;border-right:1px solid #ccd1d5;margin-right:10px;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-top .h-topmenu .h-buttongroup-right .h-buttongroup-right-button-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-top .h-topmenu .h-buttongroup-right .h-buttongroup-right-button-icon{color:#cf3900}[data-theme=theme3] .h-top .h-topmenu .h-buttongroup-right .h-buttongroup-right-button-icon{color:#077fa6}[data-theme=theme4] .h-top .h-topmenu .h-buttongroup-right .h-buttongroup-right-button-icon{color:#b35c00}[data-theme=theme5] .h-top .h-topmenu .h-buttongroup-right .h-buttongroup-right-button-icon{color:#3e8628}[data-theme=theme6] .h-top .h-topmenu .h-buttongroup-right .h-buttongroup-right-button-icon{color:#eb0f0f}[data-theme=theme7] .h-top .h-topmenu .h-buttongroup-right .h-buttongroup-right-button-icon{color:#278265}[data-theme=theme8] .h-top .h-topmenu .h-buttongroup-right .h-buttongroup-right-button-icon{color:#7760e6}.h-top .h-topmenu .h-buttongroup-right .h-buttongroup-right-iconbutton{border:1px solid #ccd1d5;margin-right:10px}.h-top .h-topmenu .h-buttongroup-right .h-buttongroup-right-cancel{border-width:1px;background-color:#fff;border-color:#ccd1d5}.h-top .h-topmenu .h-buttongroup-right .h-topmenu-toggleview{height:32px;background-color:#dadee1;border-radius:2px;position:relative;margin-left:16px;display:inline-block}.h-top .h-topmenu .h-buttongroup-right .h-topmenu-toggleview .h-tooltip-icon-button{margin-left:0px !important}.h-top .h-topmenu .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon{background:none;color:var(--theme-primary, #0071C7);z-index:1}[data-theme=theme1] .h-top .h-topmenu .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-top .h-topmenu .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#cf3900}[data-theme=theme3] .h-top .h-topmenu .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#077fa6}[data-theme=theme4] .h-top .h-topmenu .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#b35c00}[data-theme=theme5] .h-top .h-topmenu .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#3e8628}[data-theme=theme6] .h-top .h-topmenu .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#eb0f0f}[data-theme=theme7] .h-top .h-topmenu .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#278265}[data-theme=theme8] .h-top .h-topmenu .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#7760e6}.h-top .h-topmenu .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-backgroundplate-left{width:28px;height:28px;margin:2px;position:absolute;left:0px;top:0;background-color:#fff;box-shadow:0px 0px 4px rgba(39,49,60,.1607843137);border-radius:1px}.h-top .h-topmenu .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-backgroundplate-right{width:28px;height:28px;margin:2px;position:absolute;left:32px;top:0;background-color:#fff;box-shadow:0px 0px 4px rgba(39,49,60,.1607843137);border-radius:1px}.h-top .h-topmenu #app-side-nav-search{margin-top:0}.h-top .h-topmenu #app-side-nav-search .ms-SearchBox{background:#fff;border:1px solid #d4d6d8;width:227px;height:32px}.h-top .h-topmenu #app-side-nav-search .ms-SearchBox .is-disabled{background:#dcdcdc}.h-top .h-topmenu #app-side-nav-search .ms-SearchBox .is-active{background:#fff}.h-top .h-topmenu .h-buttongroup-icon-shimmerwrap{margin-left:16px}.h-top .h-topmenu .h-buttongroup-icon-shimmerwrap:first-child{margin-left:0}.h-top .h-topmenu .h-buttongroup-right-selected{margin-right:10px;display:inline-flex;color:var(--theme-primary, #0071C7);line-height:32px}[data-theme=theme1] .h-top .h-topmenu .h-buttongroup-right-selected{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-top .h-topmenu .h-buttongroup-right-selected{color:#cf3900}[data-theme=theme3] .h-top .h-topmenu .h-buttongroup-right-selected{color:#077fa6}[data-theme=theme4] .h-top .h-topmenu .h-buttongroup-right-selected{color:#b35c00}[data-theme=theme5] .h-top .h-topmenu .h-buttongroup-right-selected{color:#3e8628}[data-theme=theme6] .h-top .h-topmenu .h-buttongroup-right-selected{color:#eb0f0f}[data-theme=theme7] .h-top .h-topmenu .h-buttongroup-right-selected{color:#278265}[data-theme=theme8] .h-top .h-topmenu .h-buttongroup-right-selected{color:#7760e6}.h-top .h-topmenu .h-buttongroup-right-selected .h-buttongroup-right-selected-icon{margin-right:5px}.h-top .h-topmenu .h-buttongroup-right-button{margin-bottom:10px}.h-top .h-topmenu .h-buttongroup-right-button-withicon{border-width:1px;margin-right:10px;background-color:#fff;border-color:#ccd1d5;padding-left:0}.h-top .h-topmenu .h-buttongroup-right-button-icon{padding:8px;border-right:1px solid #ccd1d5;margin-right:10px;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-top .h-topmenu .h-buttongroup-right-button-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-top .h-topmenu .h-buttongroup-right-button-icon{color:#cf3900}[data-theme=theme3] .h-top .h-topmenu .h-buttongroup-right-button-icon{color:#077fa6}[data-theme=theme4] .h-top .h-topmenu .h-buttongroup-right-button-icon{color:#b35c00}[data-theme=theme5] .h-top .h-topmenu .h-buttongroup-right-button-icon{color:#3e8628}[data-theme=theme6] .h-top .h-topmenu .h-buttongroup-right-button-icon{color:#eb0f0f}[data-theme=theme7] .h-top .h-topmenu .h-buttongroup-right-button-icon{color:#278265}[data-theme=theme8] .h-top .h-topmenu .h-buttongroup-right-button-icon{color:#7760e6}.h-top .h-topmenu .h-buttongroup-right-iconbutton{border:1px solid #ccd1d5;margin-right:10px}.h-top .h-topmenu .h-buttongroup-right-cancel{border-width:1px;background-color:#fff;border-color:#ccd1d5}.h-top .h-topmenu .h-topmenu-toggleview{height:32px;background-color:#dadee1;border-radius:2px;position:relative;margin-left:16px;display:inline-block}.h-top .h-topmenu .h-topmenu-toggleview .h-tooltip-icon-button{margin-left:0px !important}.h-top .h-topmenu .h-topmenu-toggleview .h-topmenu-toggleview-icon{background:none;color:var(--theme-primary, #0071C7);z-index:1}[data-theme=theme1] .h-top .h-topmenu .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-top .h-topmenu .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#cf3900}[data-theme=theme3] .h-top .h-topmenu .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#077fa6}[data-theme=theme4] .h-top .h-topmenu .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#b35c00}[data-theme=theme5] .h-top .h-topmenu .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#3e8628}[data-theme=theme6] .h-top .h-topmenu .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#eb0f0f}[data-theme=theme7] .h-top .h-topmenu .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#278265}[data-theme=theme8] .h-top .h-topmenu .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#7760e6}.h-top .h-topmenu .h-topmenu-toggleview .h-topmenu-backgroundplate-left{width:28px;height:28px;margin:2px;position:absolute;left:0px;top:0;background-color:#fff;box-shadow:0px 0px 4px rgba(39,49,60,.1607843137);border-radius:1px}.h-top .h-topmenu .h-topmenu-toggleview .h-topmenu-backgroundplate-right{width:28px;height:28px;margin:2px;position:absolute;left:32px;top:0;background-color:#fff;box-shadow:0px 0px 4px rgba(39,49,60,.1607843137);border-radius:1px}.h-top .h-topmenu .h-fontAwesomeIcon{position:relative}.h-top .h-top-navigation-bar .ms-CommandBar,.h-top .h-top-team-navigation-bar .ms-CommandBar{padding:0 32px}.h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-right-selected,.h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-right-selected{margin-right:10px;display:inline-flex;color:var(--theme-primary, #0071C7);line-height:32px}[data-theme=theme1] .h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-right-selected,[data-theme=theme1] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-right-selected{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-right-selected,[data-theme=theme2] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-right-selected{color:#cf3900}[data-theme=theme3] .h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-right-selected,[data-theme=theme3] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-right-selected{color:#077fa6}[data-theme=theme4] .h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-right-selected,[data-theme=theme4] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-right-selected{color:#b35c00}[data-theme=theme5] .h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-right-selected,[data-theme=theme5] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-right-selected{color:#3e8628}[data-theme=theme6] .h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-right-selected,[data-theme=theme6] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-right-selected{color:#eb0f0f}[data-theme=theme7] .h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-right-selected,[data-theme=theme7] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-right-selected{color:#278265}[data-theme=theme8] .h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-right-selected,[data-theme=theme8] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-right-selected{color:#7760e6}.h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-right-selected .h-buttongroup-right-selected-icon,.h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-right-selected .h-buttongroup-right-selected-icon{margin-right:5px}.h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-right-button-withicon,.h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-right-button-withicon{margin-right:0;padding-left:0;height:100%;background-color:rgba(0,0,0,0)}.h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-right-button-icon,.h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-right-button-icon{padding:8px;border-right:0;margin-right:0;color:var(--theme-primary, #0071C7);font-size:15px}[data-theme=theme1] .h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-right-button-icon,[data-theme=theme1] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-right-button-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-right-button-icon,[data-theme=theme2] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-right-button-icon{color:#cf3900}[data-theme=theme3] .h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-right-button-icon,[data-theme=theme3] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-right-button-icon{color:#077fa6}[data-theme=theme4] .h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-right-button-icon,[data-theme=theme4] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-right-button-icon{color:#b35c00}[data-theme=theme5] .h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-right-button-icon,[data-theme=theme5] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-right-button-icon{color:#3e8628}[data-theme=theme6] .h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-right-button-icon,[data-theme=theme6] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-right-button-icon{color:#eb0f0f}[data-theme=theme7] .h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-right-button-icon,[data-theme=theme7] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-right-button-icon{color:#278265}[data-theme=theme8] .h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-right-button-icon,[data-theme=theme8] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-right-button-icon{color:#7760e6}.h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-right-iconbutton,.h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-right-iconbutton{border:1px solid #ccd1d5;margin-right:10px}.h-top .h-top-navigation-bar .h-buttongroup-right .h-topmenu-toggleview,.h-top .h-top-team-navigation-bar .h-buttongroup-right .h-topmenu-toggleview{margin:auto 0;height:32px;background-color:#dadee1;border-radius:2px;position:relative;margin-left:16px;display:inline-block}.h-top .h-top-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-tooltip-icon-button,.h-top .h-top-team-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-tooltip-icon-button{margin-left:0px !important}.h-top .h-top-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon,.h-top .h-top-team-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon{background:none;color:var(--theme-primary, #0071C7);z-index:1}[data-theme=theme1] .h-top .h-top-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon,[data-theme=theme1] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-top .h-top-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon,[data-theme=theme2] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#cf3900}[data-theme=theme3] .h-top .h-top-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon,[data-theme=theme3] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#077fa6}[data-theme=theme4] .h-top .h-top-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon,[data-theme=theme4] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#b35c00}[data-theme=theme5] .h-top .h-top-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon,[data-theme=theme5] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#3e8628}[data-theme=theme6] .h-top .h-top-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon,[data-theme=theme6] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#eb0f0f}[data-theme=theme7] .h-top .h-top-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon,[data-theme=theme7] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#278265}[data-theme=theme8] .h-top .h-top-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon,[data-theme=theme8] .h-top .h-top-team-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#7760e6}.h-top .h-top-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-backgroundplate-left,.h-top .h-top-team-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-backgroundplate-left{width:28px;height:28px;margin:2px;position:absolute;left:0px;top:0;background-color:#fff;box-shadow:0px 0px 4px rgba(39,49,60,.1607843137);border-radius:1px}.h-top .h-top-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-backgroundplate-right,.h-top .h-top-team-navigation-bar .h-buttongroup-right .h-topmenu-toggleview .h-topmenu-backgroundplate-right{width:28px;height:28px;margin:2px;position:absolute;left:32px;top:0;background-color:#fff;box-shadow:0px 0px 4px rgba(39,49,60,.1607843137);border-radius:1px}.h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-button,.h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-button{margin-left:5px}.h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-button .ms-Button-icon,.h-top .h-top-navigation-bar .h-buttongroup-right .h-buttongroup-button .ms-Button-menuIcon,.h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-button .ms-Button-icon,.h-top .h-top-team-navigation-bar .h-buttongroup-right .h-buttongroup-button .ms-Button-menuIcon{font-size:18px}.h-top .h-top-navigation-bar .h-apply-tags-button,.h-top .h-top-team-navigation-bar .h-apply-tags-button{border:1px solid #ccd1d5;margin-right:10px}.h-top .h-top-navigation-bar .h-buttongroup-right-button,.h-top .h-top-team-navigation-bar .h-buttongroup-right-button{margin-bottom:10px}.h-top .h-top-navigation-bar .h-buttongroup-right-button-withicon,.h-top .h-top-team-navigation-bar .h-buttongroup-right-button-withicon{margin-right:0;padding-left:0;height:100%;background-color:rgba(0,0,0,0);border:0;font-weight:normal}.h-top .h-top-navigation-bar .h-buttongroup-right-button-withicon:hover,.h-top .h-top-team-navigation-bar .h-buttongroup-right-button-withicon:hover{background-color:#dadada}.h-top .h-top-navigation-bar .h-buttongroup-right-button-icon,.h-top .h-top-team-navigation-bar .h-buttongroup-right-button-icon{padding:8px;border-right:none;margin-right:0;color:var(--theme-primary, #0071C7);font-size:16px}[data-theme=theme1] .h-top .h-top-navigation-bar .h-buttongroup-right-button-icon,[data-theme=theme1] .h-top .h-top-team-navigation-bar .h-buttongroup-right-button-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-top .h-top-navigation-bar .h-buttongroup-right-button-icon,[data-theme=theme2] .h-top .h-top-team-navigation-bar .h-buttongroup-right-button-icon{color:#cf3900}[data-theme=theme3] .h-top .h-top-navigation-bar .h-buttongroup-right-button-icon,[data-theme=theme3] .h-top .h-top-team-navigation-bar .h-buttongroup-right-button-icon{color:#077fa6}[data-theme=theme4] .h-top .h-top-navigation-bar .h-buttongroup-right-button-icon,[data-theme=theme4] .h-top .h-top-team-navigation-bar .h-buttongroup-right-button-icon{color:#b35c00}[data-theme=theme5] .h-top .h-top-navigation-bar .h-buttongroup-right-button-icon,[data-theme=theme5] .h-top .h-top-team-navigation-bar .h-buttongroup-right-button-icon{color:#3e8628}[data-theme=theme6] .h-top .h-top-navigation-bar .h-buttongroup-right-button-icon,[data-theme=theme6] .h-top .h-top-team-navigation-bar .h-buttongroup-right-button-icon{color:#eb0f0f}[data-theme=theme7] .h-top .h-top-navigation-bar .h-buttongroup-right-button-icon,[data-theme=theme7] .h-top .h-top-team-navigation-bar .h-buttongroup-right-button-icon{color:#278265}[data-theme=theme8] .h-top .h-top-navigation-bar .h-buttongroup-right-button-icon,[data-theme=theme8] .h-top .h-top-team-navigation-bar .h-buttongroup-right-button-icon{color:#7760e6}.h-top .h-top-navigation-bar .h-buttongroup-right-selected-icon,.h-top .h-top-team-navigation-bar .h-buttongroup-right-selected-icon{height:100%}.h-top .h-top-navigation-bar .h-buttongroup-right-selected-text,.h-top .h-top-team-navigation-bar .h-buttongroup-right-selected-text{line-height:44px}.h-top .h-top-navigation-bar .h-buttongroup-right-iconbutton,.h-top .h-top-team-navigation-bar .h-buttongroup-right-iconbutton{border:1px solid #ccd1d5;margin-right:10px}.h-top .h-top-navigation-bar .h-buttongroup-right-cancel,.h-top .h-top-team-navigation-bar .h-buttongroup-right-cancel{border-width:0;background-color:rgba(0,0,0,0);border-color:#aeb4b9;height:100%;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-top .h-top-navigation-bar .h-buttongroup-right-cancel,[data-theme=theme1] .h-top .h-top-team-navigation-bar .h-buttongroup-right-cancel{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-top .h-top-navigation-bar .h-buttongroup-right-cancel,[data-theme=theme2] .h-top .h-top-team-navigation-bar .h-buttongroup-right-cancel{color:#cf3900}[data-theme=theme3] .h-top .h-top-navigation-bar .h-buttongroup-right-cancel,[data-theme=theme3] .h-top .h-top-team-navigation-bar .h-buttongroup-right-cancel{color:#077fa6}[data-theme=theme4] .h-top .h-top-navigation-bar .h-buttongroup-right-cancel,[data-theme=theme4] .h-top .h-top-team-navigation-bar .h-buttongroup-right-cancel{color:#b35c00}[data-theme=theme5] .h-top .h-top-navigation-bar .h-buttongroup-right-cancel,[data-theme=theme5] .h-top .h-top-team-navigation-bar .h-buttongroup-right-cancel{color:#3e8628}[data-theme=theme6] .h-top .h-top-navigation-bar .h-buttongroup-right-cancel,[data-theme=theme6] .h-top .h-top-team-navigation-bar .h-buttongroup-right-cancel{color:#eb0f0f}[data-theme=theme7] .h-top .h-top-navigation-bar .h-buttongroup-right-cancel,[data-theme=theme7] .h-top .h-top-team-navigation-bar .h-buttongroup-right-cancel{color:#278265}[data-theme=theme8] .h-top .h-top-navigation-bar .h-buttongroup-right-cancel,[data-theme=theme8] .h-top .h-top-team-navigation-bar .h-buttongroup-right-cancel{color:#7760e6}.h-top .h-top-navigation-bar .h-buttongroup-button .h-buttongroup-iconbutton,.h-top .h-top-team-navigation-bar .h-buttongroup-button .h-buttongroup-iconbutton{border:0}.h-top .h-top-navigation-bar .h-topmenu-toggleview,.h-top .h-top-team-navigation-bar .h-topmenu-toggleview{margin:auto 0;height:32px;background-color:#dadee1;border-radius:2px;position:relative;margin-left:16px;display:inline-block}.h-top .h-top-navigation-bar .h-topmenu-toggleview .h-tooltip-icon-button,.h-top .h-top-team-navigation-bar .h-topmenu-toggleview .h-tooltip-icon-button{margin-left:0px !important}.h-top .h-top-navigation-bar .h-topmenu-toggleview .h-topmenu-toggleview-icon,.h-top .h-top-team-navigation-bar .h-topmenu-toggleview .h-topmenu-toggleview-icon{background:none;color:var(--theme-primary, #0071C7);z-index:1}[data-theme=theme1] .h-top .h-top-navigation-bar .h-topmenu-toggleview .h-topmenu-toggleview-icon,[data-theme=theme1] .h-top .h-top-team-navigation-bar .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-top .h-top-navigation-bar .h-topmenu-toggleview .h-topmenu-toggleview-icon,[data-theme=theme2] .h-top .h-top-team-navigation-bar .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#cf3900}[data-theme=theme3] .h-top .h-top-navigation-bar .h-topmenu-toggleview .h-topmenu-toggleview-icon,[data-theme=theme3] .h-top .h-top-team-navigation-bar .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#077fa6}[data-theme=theme4] .h-top .h-top-navigation-bar .h-topmenu-toggleview .h-topmenu-toggleview-icon,[data-theme=theme4] .h-top .h-top-team-navigation-bar .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#b35c00}[data-theme=theme5] .h-top .h-top-navigation-bar .h-topmenu-toggleview .h-topmenu-toggleview-icon,[data-theme=theme5] .h-top .h-top-team-navigation-bar .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#3e8628}[data-theme=theme6] .h-top .h-top-navigation-bar .h-topmenu-toggleview .h-topmenu-toggleview-icon,[data-theme=theme6] .h-top .h-top-team-navigation-bar .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#eb0f0f}[data-theme=theme7] .h-top .h-top-navigation-bar .h-topmenu-toggleview .h-topmenu-toggleview-icon,[data-theme=theme7] .h-top .h-top-team-navigation-bar .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#278265}[data-theme=theme8] .h-top .h-top-navigation-bar .h-topmenu-toggleview .h-topmenu-toggleview-icon,[data-theme=theme8] .h-top .h-top-team-navigation-bar .h-topmenu-toggleview .h-topmenu-toggleview-icon{color:#7760e6}.h-top .h-top-navigation-bar .h-topmenu-toggleview .h-topmenu-backgroundplate-left,.h-top .h-top-team-navigation-bar .h-topmenu-toggleview .h-topmenu-backgroundplate-left{width:28px;height:28px;margin:2px;position:absolute;left:0px;top:0;background-color:#fff;box-shadow:0px 0px 4px rgba(39,49,60,.1607843137);border-radius:1px}.h-top .h-top-navigation-bar .h-topmenu-toggleview .h-topmenu-backgroundplate-right,.h-top .h-top-team-navigation-bar .h-topmenu-toggleview .h-topmenu-backgroundplate-right{width:28px;height:28px;margin:2px;position:absolute;left:32px;top:0;background-color:#fff;box-shadow:0px 0px 4px rgba(39,49,60,.1607843137);border-radius:1px}.h-top .h-top-navigation-bar .h-buttongroup-right-selected-teams,.h-top .h-top-team-navigation-bar .h-buttongroup-right-selected-teams{padding-right:16px;display:flex}.h-top .h-top-navigation-bar .h-buttongroup-right-selected-teams:hover,.h-top .h-top-team-navigation-bar .h-buttongroup-right-selected-teams:hover{background-color:#dadada}.h-top .h-top-navigation-bar .h-buttongroup-right-selected-teams .h-buttongroup-right-selected-icon,.h-top .h-top-team-navigation-bar .h-buttongroup-right-selected-teams .h-buttongroup-right-selected-icon{height:100%;display:inline-block}.h-top .h-top-navigation-bar .h-buttongroup-right-selected-teams .h-buttongroup-right-selected-text,.h-top .h-top-team-navigation-bar .h-buttongroup-right-selected-teams .h-buttongroup-right-selected-text{line-height:44px;display:inline-block}.h-top .h-top-navigation-bar .h-buttongroup-right-cancel-team:hover,.h-top .h-top-team-navigation-bar .h-buttongroup-right-cancel-team:hover{background-color:#dadada}.h-top .h-top-team-navigation-bar .ms-CommandBar{padding:0}.mh-content-page-header{margin-bottom:56px}.mh-content-page-header .mh-header-left .mh-header-action-item{margin-left:0px}.h-popup-warn-description{margin-left:30px}.mh-menu-header .ms-ContextualMenu-itemText{color:#5d6778}.mh-menu-header .ms-ContextualMenu-header i{display:none}.h-sort-reverse{-moz-transform:scaleY(-1);-webkit-transform:scaleY(-1);-o-transform:scaleY(-1);transform:scaleY(-1);filter:FlipV}.mh-checked-action{display:flex;align-items:center;padding:8px}.mh-checked-action i{font-size:16px;width:16px;color:var(--theme-primary, #0071C7);margin-right:4px}[data-theme=theme1] .mh-checked-action i{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .mh-checked-action i{color:#cf3900}[data-theme=theme3] .mh-checked-action i{color:#077fa6}[data-theme=theme4] .mh-checked-action i{color:#b35c00}[data-theme=theme5] .mh-checked-action i{color:#3e8628}[data-theme=theme6] .mh-checked-action i{color:#eb0f0f}[data-theme=theme7] .mh-checked-action i{color:#278265}[data-theme=theme8] .mh-checked-action i{color:#7760e6}.mh-checked-action .mh-action-text{margin:0px 4px;vertical-align:middle;display:inline-block;flex-grow:1;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media(max-width: 1101px){.h-top .h-topmenu{justify-content:flex-start}.h-top .h-topmenu #app-side-nav-search{order:4}}@media(max-width: 953px){.h-top .h-topmenu{justify-content:space-between}.h-top .h-topmenu #app-side-nav-search{order:3}.h-top .h-topmenu .h-buttongroup-right-selected{order:4}}@media(max-width: 754px){.h-top .h-topmenu{justify-content:flex-end}.h-top .h-topmenu #app-side-nav-search{order:1;flex-grow:1}.h-top .h-topmenu .h-buttongroup-right-selected{order:0}.h-top .h-topmenu .h-buttongroup-right-button-withicon{order:3}.ms-ContextualMenu-item{height:44px}.ms-ContextualMenu-item .ms-ContextualMenu-link{height:44px}.ms-ContextualMenu-item .ms-ContextualMenu-link .ms-ContextualMenu-linkContent i{font-size:18px !important}.mh-menu-header{height:32px}.mh-checked-action{height:44px}.mh-checked-action i{width:20px;font-size:18px !important}}.h-sync-gif{transform:rotate(0deg);animation:rotate 6s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.h-complete-sync span i div img{width:21px;height:19px}
.h-actionlinks{background:none}.h-actionlinks .ms-Button-menuIcon{font-size:14px;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-actionlinks .ms-Button-menuIcon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-actionlinks .ms-Button-menuIcon{color:#cf3900}[data-theme=theme3] .h-actionlinks .ms-Button-menuIcon{color:#077fa6}[data-theme=theme4] .h-actionlinks .ms-Button-menuIcon{color:#b35c00}[data-theme=theme5] .h-actionlinks .ms-Button-menuIcon{color:#3e8628}[data-theme=theme6] .h-actionlinks .ms-Button-menuIcon{color:#eb0f0f}[data-theme=theme7] .h-actionlinks .ms-Button-menuIcon{color:#278265}[data-theme=theme8] .h-actionlinks .ms-Button-menuIcon{color:#7760e6}.h-actionlinks:hover{background:none}.h-actionlinks:hover .ms-Button-menuIcon{font-size:14px;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-actionlinks:hover .ms-Button-menuIcon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-actionlinks:hover .ms-Button-menuIcon{color:#cf3900}[data-theme=theme3] .h-actionlinks:hover .ms-Button-menuIcon{color:#077fa6}[data-theme=theme4] .h-actionlinks:hover .ms-Button-menuIcon{color:#b35c00}[data-theme=theme5] .h-actionlinks:hover .ms-Button-menuIcon{color:#3e8628}[data-theme=theme6] .h-actionlinks:hover .ms-Button-menuIcon{color:#eb0f0f}[data-theme=theme7] .h-actionlinks:hover .ms-Button-menuIcon{color:#278265}[data-theme=theme8] .h-actionlinks:hover .ms-Button-menuIcon{color:#7760e6}.h-actionlink-shimmer{padding:10px}
.h-information-title{font-size:14px;color:#27313c;font-weight:700;margin-bottom:16px}.h-information{display:flex;flex-wrap:wrap}.h-information .h-information-item{width:33%;padding-right:10px;display:flex;align-items:center;margin-bottom:16px;font-size:13px;cursor:default}.h-information .h-information-item .h-item-tooltip{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.h-information .h-information-item .h-tooltip-icon{height:13px;margin-right:8px}.h-information .h-information-item .h-item-icon{cursor:default;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-information .h-information-item .h-item-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-information .h-information-item .h-item-icon{color:#cf3900}[data-theme=theme3] .h-information .h-information-item .h-item-icon{color:#077fa6}[data-theme=theme4] .h-information .h-information-item .h-item-icon{color:#b35c00}[data-theme=theme5] .h-information .h-information-item .h-item-icon{color:#3e8628}[data-theme=theme6] .h-information .h-information-item .h-item-icon{color:#eb0f0f}[data-theme=theme7] .h-information .h-information-item .h-item-icon{color:#278265}[data-theme=theme8] .h-information .h-information-item .h-item-icon{color:#7760e6}.h-information .h-information-item .h-item-title{overflow:hidden;text-overflow:ellipsis;max-width:98%;white-space:nowrap}.h-information .h-information-item .h-item-description{display:flex;margin-left:8px;margin-top:2px;cursor:pointer;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-information .h-information-item .h-item-description{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-information .h-information-item .h-item-description{color:#cf3900}[data-theme=theme3] .h-information .h-information-item .h-item-description{color:#077fa6}[data-theme=theme4] .h-information .h-information-item .h-item-description{color:#b35c00}[data-theme=theme5] .h-information .h-information-item .h-item-description{color:#3e8628}[data-theme=theme6] .h-information .h-information-item .h-item-description{color:#eb0f0f}[data-theme=theme7] .h-information .h-information-item .h-item-description{color:#278265}[data-theme=theme8] .h-information .h-information-item .h-item-description{color:#7760e6}.h-mobile-info-label{font-size:16px;color:#27313c;font-weight:bold;margin-bottom:0px}.h-mobile-basic-info{width:100%;margin-bottom:24px;margin-top:20px}.h-mobile-basic-info .h-information-item{display:-webkit-box;align-items:center;margin-bottom:1px}.h-mobile-basic-info .h-item-key{background:#f7f7f7;font-size:13px;color:#27313c;font-weight:600;word-break:break-word;width:35%;padding:8px 4px}.h-mobile-basic-info .h-item-value{font-size:13px;color:#27313c;margin-left:14px;word-break:break-word;white-space:normal;width:60%;padding:8px 0px}.h-mobile-basic-info .h-item-value .h-item-des{margin-left:5px;color:#0077d4;height:12px}
.h-objectdetails-header{display:flex;align-items:center;height:72px;border-bottom:1px solid #d4d6d8}.h-objectdetails-header .h-header-left{display:flex;align-items:center;margin-left:26px;flex:1;box-sizing:content-box;width:0}.h-objectdetails-header .h-header-left .h-tooltip-icon-button{margin-left:0}.h-objectdetails-header .h-header-left .h-header-back{margin-right:2px}.h-objectdetails-header .h-header-left .h-header-back i{font-weight:bold}.h-objectdetails-header .h-header-left .h-header-label-tooltip{max-width:calc(50% - 48px)}.h-objectdetails-header .h-header-left .h-header-label-tooltip-site{max-width:calc(50% - 48px)}.h-objectdetails-header .h-header-left .h-header-label{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;word-break:break-word;padding:0;font-size:20px}.h-objectdetails-header .h-header-left .h-header-externalobject{margin:4px 12px 0 8px;font-size:13px;display:flex;align-items:center;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-objectdetails-header .h-header-left .h-header-externalobject{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-objectdetails-header .h-header-left .h-header-externalobject{color:#cf3900}[data-theme=theme3] .h-objectdetails-header .h-header-left .h-header-externalobject{color:#077fa6}[data-theme=theme4] .h-objectdetails-header .h-header-left .h-header-externalobject{color:#b35c00}[data-theme=theme5] .h-objectdetails-header .h-header-left .h-header-externalobject{color:#3e8628}[data-theme=theme6] .h-objectdetails-header .h-header-left .h-header-externalobject{color:#eb0f0f}[data-theme=theme7] .h-objectdetails-header .h-header-left .h-header-externalobject{color:#278265}[data-theme=theme8] .h-objectdetails-header .h-header-left .h-header-externalobject{color:#7760e6}.h-objectdetails-header .h-header-left .h-header-sensitivitylabel-tooltip{max-width:calc(50% - 16px);min-width:48px}.h-objectdetails-header .h-header-left .h-header-sensitivitylabel-tooltip .h-header-sensitivitylabel{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;word-break:break-word;border-left:1px solid #707070;font-size:13px;line-height:17px;color:#707070;margin-top:2px;padding-left:12px;cursor:default}.h-objectdetails-header .h-header-middle{padding-left:14px}.h-objectdetails-header .h-header-middle .ms-Button{height:26px}.h-objectdetails-header .h-header-right{display:flex;margin-right:26px;flex:1;justify-content:flex-end}.h-objectdetails-header .h-header-right .h-buttongroup-button{margin-left:8px !important}.h-objectdetails-header .h-header-right .h-header-button-shimmer{margin-left:8px}.h-objectdetails-header .h-header-right .h-icon-tag .ms-Icon{font-size:15px}.h-objectdetails-header .h-header-right .h-icon-email .ms-Icon{font-size:15px}.h-objectdetails-header .h-header-right .h-header-more{margin-left:8px;border:1px solid #d4d6d8}.h-mobile-detail-header{width:100%}.h-mobile-detail-header .h-mobile-object-title{display:flex;align-items:center;width:92%;margin-left:16px;margin-top:16px}.h-mobile-detail-header .h-mobile-object-title .h-object-name{width:fit-content;max-width:92%;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:16px;color:#5d6778;font-weight:bold;word-break:break-word;height:auto;max-height:46px}.h-mobile-detail-header .h-mobile-object-title .h-external-icon{margin-left:8px;color:#0077d4;font-size:14px}
/*Covered by AvePoint copyright and license agreement*/
.g-renew-contact-container {
    max-width: 540px;
}

.g-renew-contact-title-primary {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 10px;
}

.g-renew-contact-title-secondary {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 10px;
}

.g-renewal-contact-title {
    background-color: #f7f7f7;
    margin-bottom: 10px;
    padding: 9px 25px;
    margin-top: 0;
}
.renew-membership-wrap{height:100%;display:flex;flex-direction:column}.renew-membership-wrap .g-renew-membership{height:100%;display:flex;flex-direction:column}.renew-membership-wrap .g-renew-membership .g-renew-membership-column{height:calc(100% - 44px)}.renew-membership-wrap .g-renew-membership .g-renew-membership-column-lower{height:calc(100% - 44px)}.renew-membership-line-height{line-height:75px}.g-filter-panel-title{font-size:21px;margin-bottom:15px}
/*Covered by AvePoint copyright and license agreement*/
.v-next-metadata-terms-wrap{
    display: none;
}
.g-createrequest-termspickerpanel-selecttree {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    overflow: visible;

    .k-treeview-toggle {
        .k-icon {
            &::before {
                content: "";
            }

            svg {
                display: inline-flex;
            }
        }
    }
}

.g-createrequest-termspickerpanel-selecttree-teams {
    height: 100%;
    padding-bottom: 30px;
    width: 100%;
    overflow: visible;
}

.g-createrequest-termspickerpanel-vnext {
    .g-createrequest-termspickerpanel-selecttree {
        padding-top: 0;
    }
    .v-common-dialog-content {
        .dialog-inner {
            .dialog-innerContent {
                overflow-y: hidden;
                padding: 0 2rem;
            }
        }
    }
}

.g-createrequest-termspickerpanel-selecttree .k-item {
    margin-bottom: 10px !important;
}

.g-createrequest-termspickerpanel .g-mobile-panel-innerContent .g-createrequest-termspickerpanel-selecttree {
    padding-top: 0px !important;
}

.g-createrequest-termspickerpanel .g-mobile-panel-innerContent .g-termspickerpanel-scroll {
    margin-top: 0px !important;
}

.g-common-treeview-tag {
    margin: 4px 8px;
    display: flex;
}

.g-createrequest-termspickerpanel {
    margin-top: 50px;
}

.g-termspickerpanel-scroll {
    margin-top: 15px;
    width: 96%;
}

.g-termspickerpanel-teams-scroll {
    width: 96%;
    margin-top: 20px;
}

.g-termspickerpanel-noitem {
    margin: 15px;
}

.g-createrequest-termspickerpanel-tag {
    width: 80%;
}

.g-createrequest-termspickerpanel-headertext {
    color: #333;
    font-size: 28px;
    font-weight: 300;
    max-width: 56%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 0 15px 0;
    position: absolute;
    top: 0;
}

.g-termspickerpanel-footer {
    position: absolute;
    bottom: 20px;
}

.g-createrequest-termspickerpanel-selecttree .k-state-selected {
    color: #000 !important;
    background: rgba(255, 212, 113, 0.28) !important;
}

.g-createrequest-termspickerpanel-selecttree .k-treeview {
    width: 100%;
    overflow: visible;
}

.g-termspickerpanel-scroll .scrollbar-track {
    /* overtop KendoUI k-animation-container z-index to focus scroll bar first */
    z-index: 101;
}

.k-treeview-lines {
    padding-inline-start: 0;
}

.k-treeview-lines .k-treeview-item .k-animation-container-relative {
    overflow: visible;
}

.k-treeview-lines .k-treeview-item .k-animation-container-relative .k-child-animation-container {
    overflow-y: clip;
}

.k-treeview-leaf .k-treeview-leaf-text {
    width: 100%;
}

.k-treeview-leaf {
    max-width: 100%;
}

.g-common-treeview-tag {
    width: auto;
    display: flex;
    padding: 0 10px 0 8px;
    margin: 0;
    .g-common-treeview-tagcontent-vnext {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        .g-common-treeview-tagcontent-vnext-text {
            font-size: 14px;
            color: var(--palette-slate);
            line-height: 20px;
            max-width: calc(100% - 1rem);
            /* font-family: Open Sans; */
        }
        .g-common-treeview-tagcontent-vnext-icon {
            display: none;
        }
        .g-common-treeview-tagcontent-vnext-icon-action {
            display: inline;
        }
    }
    &:hover {
        .g-common-treeview-tagcontent-vnext-icon {
          display: inline;
        }
    }
}

.g-common-treeview-notavailabletag {
    width: auto;
    display: flex;
    padding: 0 10px 0 8px;
    margin: 0;
    color: #808080;
}

/* .g-common-treeview-tagcontent {
    font-size: 16px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */

.k-treeview .k-in {
    padding: 0 !important;
}


.v-treeview-tagcontent-tooltip {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}
.g-common-treeview-tagcontent-vnext {
    overflow: hidden;
}
.g-common-treeview-tagcontent-vnext-text {
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .g-termspickerpanel-footer {
        position: absolute;
        bottom: 50px;
    }
}
/*Covered by AvePoint copyright and license agreement*/
.g-space-panel-actionbar {
    margin-left: -100px;
}

.g-space-panel-actionbar.g-action-bar-team {
    margin-left: 0;
}

.g-space-panel-actionbar.g-action-bar-team .ms-FocusZone {
    margin-left: 0;
}


.g-actionbar-cancel {
    margin-left: 20px;
}

.g-space-panel-panelpivotbar {
    margin-left: -6px;
}

.g-space-panel {
    margin-top: 50px;
}

.g-space-panel-top {
    margin-top: 0;
    height: 800px;
    position: relative;
}

.g-space-panel-pivotunderline {
    border-top: 1px solid #E0E0E0;
    margin-left: -40px;
    position: relative;
    top: 40px;
}

.g-space-panel-loadicon {
    margin-top: 200px;
}

.g-space-panel-headertext {
    color: #333;
    font-size: 28px;
    font-weight: 300;
    max-width: 56%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 0 15px 0;
    position: absolute;
    top: 0;
}

.g-space-panel-button:hover {
    border: 0px;
}

@media screen and (max-width: 768px) {
    .g-space-panel-actionbar {
        margin-left: -82px;
    }

    .g-space-panel-headertext {
        max-width: 80%;
    }
}
.g-workspace-panel-wrap{position:absolute;height:auto}.g-workspace-panel-wrap .ms-Panel-contentInner{height:100%}.g-workspace-panel-wrap .ms-Panel-scrollableContent{height:100%}.g-workspace-panel-wrap .ms-Panel-scrollableContent .ms-Panel-content{height:100%}.g-workspace-panel-wrap .g-workspace-panel-content{display:flex;height:100%;flex-direction:column}.g-workspace-panel-wrap .g-workspace-panel-content .g-workspace-panel-content-panelpivotbar{flex-grow:1;display:flex;flex-direction:column}.g-workspace-panel-wrap .g-workspace-panel-removed-content{align-items:center;display:flex;flex-direction:column}.g-workspace-panel-wrap .g-workspace-panel-removed-content .content-image{margin-top:120px;margin-bottom:24px}.g-workspace-panel-wrap .g-workspace-panel-removed-content .content-message{font-size:14px}.v-workspace-panel-removed-content{align-items:center;display:flex;flex-direction:column;padding-bottom:2.375rem}.v-workspace-panel-removed-content .v-content-image{margin-top:1.5rem}.v-workspace-panel-removed-content .v-content-message{font-size:14px}.v-next-task-dialog-footer,.v-next-task-dialog-footer-over-length{display:flex;justify-content:flex-end;gap:.5rem;margin-top:0;padding:1.5rem 0 0 0;border-top:1px solid var(--palette-gray2);position:relative;background-color:#fff}.v-next-task-dialog-footer .v-primary-button .ms-Icon,.v-next-task-dialog-footer-over-length .v-primary-button .ms-Icon{width:1.36rem}.v-next-task-dialog-footer .v-default-button,.v-next-task-dialog-footer-over-length .v-default-button{height:2.5rem}.m-workspace-panel-content{height:auto !important}.m-workspace-panel-root{margin:0;padding-left:0;padding-right:0;position:initial;height:100%}.m-workspace-panel-root .m-workspace-content-container{height:100%}.m-workspace-panel-root .g-mobile-panel-header{padding:0 16px}.m-workspace-panel-root .g-workspace-panel-content{padding:0 16px}.v-view-details-workspace-collapse-content .g-vnext-workspace-panel-content .g-space-panel-pivotlist .g-space-panel-line .g-space-panel-linevalue{line-height:1.25rem}.v-view-details-workspace-collapse-content .g-vnext-workspace-panel-content .g-space-panel-pivotlist .g-space-panel-line .g-space-panel-linevalue-url{width:auto;padding-right:2rem}.v-view-details-workspace-collapse-content .g-vnext-workspace-panel-content .g-space-panel-pivotlist .g-space-panel-line .g-req-panel-rowtitle{font-size:1rem}.v-next-view-detail-dialog.v-next-workspace-dialog .v-common-dialog-content.workspace-panel-details-dialog.v-next-view-detail-dialog.v-next-workspace-dialog .g-space-panel-pivotlist.g-space-pivot-content .scrollbar-wrap .v-scrollbar-thumb-isVertical{display:none !important}.ellipsis-button-without-dropdown-icon{width:2.5rem;height:2.5rem;outline:none !important;min-width:0 !important}.ellipsis-button-without-dropdown-icon[aria-expanded=true]{background-color:#e8e9ea !important;border:1px solid #c4c6c8}.ellipsis-button-without-dropdown-icon i[data-icon-name=ChevronDown]{display:none}@media screen and (max-width: 743px){.v-next-task-dialog-footer-over-length{display:flex;flex-wrap:wrap;justify-content:flex-end;margin-top:0 !important}}
/*Covered by AvePoint copyright and license agreement*/
.g-req-panel {
    margin-top: 50px;
}

.g-req-panel-spinner {
    margin-top: 20%;
}

.g-req-panel-permissionpivot {
    height: 200px;
}

.g-req-panel-rowtitle {
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g-req-panel-emptytabledescription {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.g-req-panel-persona-view {
    width: 100%;
    display: flex;
}

.g-req-panel-persona-customized-margin {
    margin-bottom: 11px !important;
}

.g-req-panel-persona-view .g-req-panel-persona-person-card {
    width: auto;
}

.g-req-panel-persona {
    margin-bottom: 10px;
}

.g-req-panel-dialogbutton {
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 10px;
    float: right;
}

.g-req-panel-primarytext {
    font-size: 14px;
    color: #5D6778;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 390px;
}

.g-req-panel-dialogbutton .g-req-dialog-cancel-okbutton {
    margin-left: 8px;
}

.g-list-no-data {
    font-size: 13px;
    text-align: center;
}

.v-list-no-data {
    font-size: 0.875rem;
    text-align: center;
    font-style: italic;
    color: var(--palette-gray6) !important;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--palette-gray2);
}

.g-req-row-cell-text {
    text-overflow: ellipsis;
}

.g-list-approval-history {
    padding-bottom: 50px;
    margin-bottom: 15px;
}

.v-req-panel-persona-fix-width {
    width: 100%;
}


#v-next-election-detailsInfo .v-space-panel-linevalue .v-dialog-lifecycle-tooltip {
    position: relative;
}

#v-next-election-detailsInfo .v-space-panel-linevalue .v-dialog-lifecycle-tooltip .v-link-icon {
    position: absolute;
    top: -10px;
    right: -16px;
}

@media screen and (max-width: 743px) {
    #v-next-election-detailsInfo .v-space-panel-linevalue .v-dialog-lifecycle-tooltip .v-link-icon {
        top: 15px;
    }
}

/*Covered by AvePoint copyright and license agreement*/
.g-space-panel-pivotlist {
    margin-top: 16px;
    margin-left: 8px;
    margin-right: 8px;
}

.v-space-panel-pivotlist {
}

.g-space-panel-pivot-tabindex:focus {
    outline: transparent;
}

.g-space-panel-line {
    margin-bottom: 2px;
}

.g-space-panel-linevalue {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    min-height: 24px;
    line-height: 24px;
    overflow: hidden;
    word-wrap: break-word;
    width: 55%;
    a {
        color: #0071C7 ;
        text-decoration: none;
        cursor: pointer;
        &:hover {
          text-decoration: underline;
        }
    }
    .collapsed {
        -webkit-line-clamp: 4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
}

.g-space-panel-multilinevalue {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    min-height: 24px;
    line-height: 24px;
    overflow: hidden;
    word-wrap: break-word;
    width: 55%;
}

.g-space-panel-multilinevalue .g-common-bubbletitle {
    font-size: 14px;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.g-space-panel-multilinevalue .g-common-bubbletitle .g-common-bubble-defaulttitle {
    max-width: 90%;
    word-break: normal;
}


.g-common-request-label-link {
    width: fit-content;
    /*Compatible with IE*/
    display: table;
}

.g-space-panel-linename {
    display: inline-block;
    font-size: 14px;
    width: 40%;
    padding-right: 10px;
    max-width: 330px;
    min-height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.g-space-panel-status-confirmed {
    color: #96D054;
    position: relative;
    top: 1px;
    cursor: pointer;
}

.g-space-panel-persona {
    width: 100%;
}

.g-space-panel-personacontainer {
    margin-bottom: 10px;
    overflow: hidden;
}

.g-space-panel-primarytext {
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.g-space-panel-secondarytext {
    font-size: 14px;
}

.g-space-panel-vcard-container {
    width: 278px;
    padding: 15px 25px 20px 20px;
}

.g-space-panel-avatar {
    margin-bottom: 15px;
}

.g-space-panel-vcard-itemname {
    width: 65px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 2px;
}

.g-space-panel-vcard-itemdescription {
    /* color: #5D6778; */
    display: inline-block;
}

.g-space-panel-status-progress {
    color: #0071C7;
    position: relative;
    top: 1px;
    cursor: pointer;
}

.g-space-panel-status-pending {
    color: #FF9607;
    position: relative;
    top: 1px;
    cursor: pointer;
}

.v-next-g-space-panel-status-pending {
    color: #0078D4;
    position: relative;
    top: 0px;
    cursor: pointer;
}

.g-space-panel-status-completed {
    color: #DE4343;
    position: relative;
    top: 1px;
    cursor: pointer;
}

.g-space-panel-status-renewal {
    color: #BBBBBB;
    position: relative;
    top: 1px;
    cursor: pointer;
    height: 1rem;
}

.g-space-panel-status {
    display: inline-block;
    padding-left: 10px;
    cursor: pointer;
}

.v-g-space-panel-wrapper {
    display: flex;
    align-items: center;
}

.v-g-space-panel-icon {
    margin-bottom: 0.25rem;
}

.v-g-space-panel-status {
    display: inline-block;
    padding-left: 10px;
    cursor: pointer;
    color: var(--palette-slate);
    font-weight: 600;
    line-height: 1.25rem;
    margin-bottom: 0.25rem;
}

.g-space-panel-inside {
    cursor: pointer;
    word-wrap: inherit;
}

.g-space-panel-linevalue .g-textfield-icon {
    /* margin-top: 0; */
    width: 25px;
    height: 24px;
    padding: 0;
}

.g-space-panel-metadata-title {
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
}

.g-space-panel-metadata-line {
    /* border: 10px solid #eee; */
    padding: 10px 10px 10px 0;
    margin-right: 28px;
    overflow: hidden;
}

.g-space-panel-linevalue .g-textfield-title {
    height: 24px;
    padding: 0;
}

.g-space-panel-ownersline {
    margin-bottom: 2px !important;
}

.g-space-panel-linevalue>.g-space-panel-line:last-child {
    margin-bottom: 0;
}

.g-space-panel-metadata-line>.g-space-panel-line:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .g-space-panel-line .g-space-panel-linename {
        width: 100%;
    }

    .g-space-panel-line .g-space-panel-linevalue {
        width: calc(100vw - 32px);
    }

    .v-g-space-panel-wrapper {
        align-items: flex-start;
    }

    .v-g-space-panel-status {
        margin-top: 1.5px;
    }
}
.g-space-pivot-wrap{flex-grow:1;display:flex;flex-direction:column;width:99%}.g-space-pivot-wrap>div[role=tabpanel]{flex-grow:1;display:flex}.g-space-pivot-wrap>div[role=tabpanel]>div{display:flex;flex-grow:1}.g-space-pivot-wrap .g-space-pivot-content{display:flex;flex-grow:1;flex-direction:column}.g-space-panel-secondarytext,.g-space-panel-primarytext,.g-space-panel-linevalue,.g-space-panel-multilinevalue{color:#5d6778}.g-space-panel-linevalue .g-textfield-title{color:#5d6778}.g-space-panel-multilinevalue .g-common-bubbletitle{color:#5d6778}.g-space-panel-linename{color:#27313c}.g-space-panel-dynamicrule .internationalization-label{color:#5d6778;font-family:inherit}.g-space-panel-dynamicrule-link{color:#0078d4;font-style:italic}.g-vnext-workspace-panel-content .g-space-panel-line{display:flex;margin-bottom:.2rem}.g-vnext-workspace-panel-content .g-space-panel-line .g-req-panel-rowtitle{padding:0 0 .5rem 0;font-weight:600;margin-bottom:0rem}.g-vnext-workspace-panel-content .g-space-panel-linename{padding:.4rem;font-weight:600;color:#27313c;background-color:#f2f3f4}.g-vnext-workspace-panel-content .g-space-panel-linevalue{padding-left:.5rem}.g-vnext-workspace-panel-content .g-space-panel-multilinevalue{padding-left:.5rem}.g-vnext-workspace-panel-content .v-space-panel-line{display:flex;margin-bottom:.2rem;width:100%}.g-vnext-workspace-panel-content .v-space-panel-line .v-space-panel-linename{padding:.4rem;font-weight:600;color:#27313c;background-color:var(--palette-gray1);width:40%}.g-vnext-workspace-panel-content .v-space-panel-line .v-space-panel-linevalue{padding-left:.5rem}.g-vnext-workspace-panel-content .v-next-metadata-line{flex-direction:column}.v-workspace-detail-link{position:relative}.v-workspace-detail-link .v-link-icon{position:relative;top:-0.5rem;font-size:.625rem}@media screen and (max-width: 743px){.g-vnext-workspace-panel-content .g-space-panel-line .g-space-panel-linename{width:40%}.g-vnext-workspace-panel-content .g-space-panel-line .g-space-panel-linevalue{width:100%;padding-right:.75rem}.g-vnext-workspace-panel-content .g-space-panel-persona .v-next-g-space-panel-personacontainer .ms-Persona{height:auto !important}.g-vnext-workspace-panel-content .g-space-panel-persona .v-next-g-space-panel-personacontainer .ms-Persona .g-space-panel-primarytext{overflow:hidden;white-space:normal}.g-space-panel-multilinevalue{width:calc(100vw - 32px);padding-right:.75rem}.g-space-panel-line .g-space-panel-linevalue{padding-right:.75rem;align-self:center}.g-space-panel-channel-pivotlist .g-space-panel-line .g-space-panel-linename{width:40%}.g-space-panel-channel-pivotlist .g-space-panel-line .g-space-panel-linevalue{padding-right:.75rem;word-break:break-word}.v-next-space-panel-pivot-list .g-space-panel-line .g-space-panel-linename{width:40%}.v-next-space-panel-pivot-list .g-space-panel-line .g-space-panel-linevalue{padding-right:.75rem;word-break:break-word}}
/*Covered by AvePoint copyright and license agreement*/
.g-space-createdfilterpanel-createdwithin {
  margin: 6px 0 0 22px;
  position: relative;
}

.g-space-createdfilterpanel-input {
  width: 98px;
}

#cg-space-createdfilterpanel-dropdown {
  position: absolute;
  top: 0px;
  left: 106px;
  width: 148px;
}

.g-space-filter-created {
  margin-top: 12px;
  margin-left: 22px;
  width: 275px;
}

.g-space-filter-createdbetween {
  width: 98px;
  margin: 0 8px !important;
  display: inline-block;
}

.g-space-filter-createdbetweenError {
  color: rgb(164, 38, 44);
  font-size: 12px;
  font-weight: 400;
  margin-left: 22px;
  position: relative;
  top: 3px;
}

.g-space-filter-calendar {
  margin: -4px 0 0 2px !important;
}

.g-space-createdfilterpanel-choicegroup .ms-ChoiceField-wrapper {
  margin-top: 6px;
}
.g-workspace-filter-title {
  white-space: nowrap;
  font-size: 21px;
  font-weight: 300;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}
.g-myguestusers-text-value{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:32px}.g-myguestusers-text-url{color:#0078d4}.g-myguestusers-phase-tooltip{width:36px;margin-top:5px}.g-myguestusers-phase-tooltip .phase-div-multiple-icon{position:relative}.g-myguestusers-phase-tooltip .phase-div-multiple-icon .phase-multiple-icon-small{position:absolute;right:8px;top:14px;font-size:6px;align-items:center;background:#fff;border:2px solid #fff;display:flex;height:12px;zoom:.7}.g-myguestusers-phase-tooltip .phase-confirmed{font-size:16px;color:#04d118;margin-left:10px}.g-myguestusers-phase-tooltip .phase-pending{font-size:16px;color:#0077d4;margin-left:10px}.g-myguestusers-phase-tooltip .phase-expired{font-size:16px;color:#999;margin-left:10px}.g-myguestusers-phase-tooltip .phase-processing{font-size:16px;color:#0077d4;margin-left:10px}.g-myguestusers-phase-tooltip .phase-exception{font-size:16px;color:#ed9631;margin-left:10px}.g-myguestusers-phase-tooltip .phase-locked{font-size:16px;color:#999;margin-left:10px}.g-myguestusers-phase-tooltip .phase-preparing{font-size:16px;color:#cbd2d6;margin-left:10px}.g-myguestusers-phase-tooltip .phase-invalid{font-size:16px;color:#d7373f;margin-left:10px}.my-guest-user-list-status-content{font-size:16px;position:absolute;top:50%;transform:translateY(-50%)}.my-guest-user-list-status-content .ms-TooltipHost>i{display:block}
.g-myguestusers-panel-wrap{position:absolute;height:auto}.g-myguestusers-panel-wrap .ms-Panel-contentInner{height:100%}.g-myguestusers-panel-wrap .ms-Panel-scrollableContent{height:100%}.g-myguestusers-panel-wrap .ms-Panel-scrollableContent .ms-Panel-content{height:100%}.g-myguestusers-panel-wrap .g-myguestusers-panel-content{display:flex;height:100%;flex-direction:column}.g-myguestusers-panel-wrap .g-myguestusers-panel-content .g-myguestusers-panel-content-panelpivotbar{flex-grow:1;display:flex;flex-direction:column}.cg-myguestuserspanel-content{margin-left:-6px}.cg-myguestuserspanel-content .view-details-line-plain{display:inline-block;font-size:14px;color:#27313c;width:40%;padding-right:10px;max-width:330px;min-height:24px;line-height:24px;overflow:hidden}.cg-myguestuserspanel-content .view-details-line-right{margin-left:0}.cg-myguestuserspanel-content .my-guest-user-status-content{display:flex;align-items:center;position:relative}.cg-myguestuserspanel-content .my-guest-user-status-content i{font-size:16px;margin-right:4px}.cg-myguestuserspanel-content .my-guest-user-status-content .detailsList-item-icon-sm{position:absolute;font-size:6px;bottom:-3px;left:9px;background:#fff;border:2px solid #fff}.cg-myguestuserspanel-content .myguestuser-view-details-container{width:100%;margin-left:6px}.cg-myguestuserspanel-content .myguestuser-view-details{margin-top:20px}.g-space-panel-actionbar{margin-left:-100px}.g-space-panel-actionbar.g-action-bar-team{margin-left:0}.g-space-panel-actionbar.g-action-bar-team .ms-FocusZone{margin-left:0}.g-actionbar-cancel{margin-left:20px}.g-space-panel-panelpivotbar{margin-left:-6px}.g-space-panel{margin-top:50px}.g-space-panel-top{margin-top:0;height:800px;position:relative}.g-space-panel-pivotunderline{border-top:1px solid #e0e0e0;margin-left:-40px;position:relative;top:40px}.g-space-panel-loadicon{margin-top:200px}.g-space-panel-headertext{color:#333;font-size:28px;font-weight:300;max-width:56%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:20px 0 15px 0;position:absolute;top:0}.g-space-panel-button:hover{border:0px}@media screen and (max-width: 768px){.g-space-panel-actionbar{margin-left:-82px}.g-space-panel-headertext{max-width:80%}}.relatedWorkspaces-list-wrapper{border-style:solid;border-width:5px;border-color:#eee;overflow:auto;margin-right:30px;margin-bottom:30px;width:100%}.relatedWorkspaces-list-wrapper .relatedWorkspaces-list{height:100%}.relatedWorkspaces-list-wrapper .relatedWorkspaces-list .columns-wrap{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.relatedWorkspaces-list-wrapper .relatedWorkspaces-list .ms-DetailsList-headerWrapper{position:sticky;top:0;z-index:1;height:40px}.relatedWorkspaces-list-wrapper .relatedWorkspaces-list .ms-DetailsList-headerWrapper .ms-DetailsHeader{height:40px;padding:0}.relatedWorkspaces-list-wrapper .relatedWorkspaces-list .ms-DetailsList-headerWrapper .ms-DetailsHeader-cell{height:40px;padding:0}.relatedWorkspaces-list-wrapper .relatedWorkspaces-list .ms-DetailsRow{height:40px}.relatedWorkspaces-list-wrapper .relatedWorkspaces-list .ms-FocusZone .ms-Link{color:#0071c7}.m-myguestusers-panel-content{height:auto !important}.m-myguestusers-panel-root{margin:0;padding-left:0;padding-right:0;position:initial;height:100%}.m-myguestusers-panel-root .m-myguestusers-content-container{height:100%}.m-myguestusers-panel-root .m-myguestusers-content-container .view-details-line{flex-direction:column}.m-myguestusers-panel-root .m-myguestusers-content-container .view-details-line .view-details-line-left{flex:none;font-weight:500;margin-bottom:5px}.m-myguestusers-panel-root .m-myguestusers-content-container .view-details-line .view-details-line-right{flex:none;margin-left:0}.m-myguestusers-panel-root .g-mobile-panel-header{padding:0 16px}.m-myguestusers-panel-root .g-myguestusers-panel-content{padding:0 16px}.m-myguestusers-panel-root .g-mobile-panel-content-container{margin-left:16px}.m-myguestusers-panel-root .g-space-panel-button{margin-bottom:16px}.m-relatedWorkspaces-list-wrapper{overflow:auto;margin-right:10px;margin-bottom:10px}.m-relatedWorkspaces-list-wrapper .m-relatedWorkspaces-list{height:100%}.m-relatedWorkspaces-list-wrapper .m-relatedWorkspaces-list .columns-wrap{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m-relatedWorkspaces-list-wrapper .m-relatedWorkspaces-list .ms-DetailsList-headerWrapper{position:sticky;top:0;z-index:1;height:40px}.m-relatedWorkspaces-list-wrapper .m-relatedWorkspaces-list .ms-DetailsList-headerWrapper .ms-DetailsHeader{height:40px;padding:0}.m-relatedWorkspaces-list-wrapper .m-relatedWorkspaces-list .ms-DetailsList-headerWrapper .ms-DetailsHeader-cell{height:40px;padding:0}.m-relatedWorkspaces-list-wrapper .m-relatedWorkspaces-list .ms-DetailsRow{height:40px}.m-relatedWorkspaces-list-wrapper .m-relatedWorkspaces-list .ms-FocusZone .ms-Link{color:#0071c7}.v-next-view-detail-dialog .g-space-panel-panelpivotbar{margin-left:0}
/*Covered by AvePoint copyright and license agreement*/
.g-home-extend-errormessage {
    font-size: 12px;
    font-weight: 400;
    color: rgb(164, 38, 44);
}

.g-home-extend-description {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
}

.g-taskcard-taskpanel-apierror {
    color: red !important;
    font-size: 14px !important;
    margin-top: 10px !important;
}

.g-election-claim-panel {
    margin-top: 50px;
}

.g-election-claim-panel .ms-Panel-content {
    padding: 0px 40px;
}

.g-teams-portal-election-claim-panel .ms-Panel-content {
    padding: 0px 40px;
}

.g-election-claim-title {
    font-size: 21px;
    margin-bottom: 15px;
}

.g-election-claim-site-component {
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    /* line-height: 45px; */
    font-style: italic;
    margin-bottom: 0.5rem;
}

.g-election-claim-site-header {
    font-weight: 600 !important;
}

.g-election-claim-site-title-wrap {
    background-color: rgb(244, 244, 244);
    margin: 10px 0;
    padding: 12px 15px 15px 15px;
}

.g-election-specify-label {
    font-weight: 600 !important;
}

.g-election-specify-label::after {
    padding: 0;
    position: absolute;
}

.g-election-specify-notify {
    margin: 10px 0 20px 0;
}

.g-election-specify-notify-checkbox {
    margin-bottom: 5px;
}

.g-election-specify-require {
    position: absolute;
    left: 50px;
}

.g-election-specify-require-alert {
    font-size: 12px;
    color: rgb(164, 38, 44);
    margin-left: 30px;
    margin-top: 3px;
}

.g-election-specify-notify-dropdown {
    margin-left: 22px !important;
}

.g-election-people-picker .validation-people-spinner-container {
    top: 0 !important;
    transform: translate(100%, 0);
}

.g-election-claim-footer {
    position: absolute;
    left: 40px;
    bottom: 40px;
}

.v-next-g-election-claim-footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 1.5rem;
    margin-bottom: -1.5rem;
    border-top: 1px solid var(--palette-gray2);
}

.g-election-claim-save {
    margin-right: 8px !important;
}

.g-election-cancel {
    margin-right: 8px !important;
}

.g-election-decline-siteTitle {
    margin: 6px;
    font-weight: bold;
}

.validation-people-invalid {
    display: flex;
    font-size: 16px;
    padding: 3px;
    color: #a4262c;
    background-color: #cecece;
    border-radius: 11px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.v-next-g-election-claim-site-title {
    display: flex;
    gap: 0.5rem;
}

.g-election-claim-site-header .v-next-g-election-claim-name {
    font-weight: normal;
}

.v-next-g-election-decline-name {
    font-weight: normal;
}

.v-next-g-election-claim-name-title {
    display: flex;
    gap: 0.5rem;
    margin: 0.5rem 0;
}
.v-next-g-election-content .g-election-decline-nameTitle{height:3.5rem;display:flex;font-size:14px;font-weight:600;flex-direction:row;align-items:center;gap:1.5rem;margin:1.5rem 0}.v-next-g-election-content .g-election-decline-nameTitle .v-next-g-election-decline-description{line-height:1.25rem}.v-next-g-election-decline-dialog .v-next-g-election-decline-dialog-footer{display:flex;justify-content:flex-end;padding-top:1.5rem;margin-bottom:-1.5rem;margin-top:1.625rem;border-top:1px solid var(--palette-gray2)}.v-next-g-election-decline-dialog .v-next-g-election-decline-dialog-footer .v-default-button{height:2.5rem}.g-election-people-picker .v-validation-people-root{margin-top:0 !important}.v-next-g-election-claim-footer .v-default-button{height:2.5rem}.v-next-g-election-claim-footer .g-election-claim-save{margin-right:0 !important}.v-next-election-claim-content .g-election-specify-contact .g-election-specify-label{padding-top:0}.v-next-election-claim-content .g-election-specify-contact .g-election-people-picker{margin-bottom:1.5rem}.v-next-election-claim-content .g-election-claim-site-component{height:4.25rem;margin-bottom:1.5rem}.v-next-election-claim-content .g-election-claim-site-component .v-next-g-election-claim-site-title{padding:0 0 1.5rem 0;border-bottom:1px solid var(--palette-gray2)}.v-next-election-claim-content .g-election-claim-site-component .v-next-g-election-claim-site-title .g-election-claim-site-header{font-style:normal}.v-next-election-claim-content .g-election-claim-site-component .v-next-g-election-claim-site-title .g-election-claim-site-header .v-next-g-election-claim-name{margin-top:.25rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-wrap:break-word;word-break:break-word}.v-next-election-claim-content .g-election-claim-site-component .g-election-specify-contact{margin-bottom:1.5rem}.v-next-election-claim-content .g-election-claim-site-component .g-election-specify-contact .g-election-people-picker .v-validation-people-root{width:100%}.v-next-election-claim-content .g-election-claim-site-component .g-election-specify-contact .g-election-people-picker .v-validation-people-root .validation-people-spinner-container .validation-people-spinner{right:0}.g-election-claim-content .g-election-claim-site-component .g-election-claim-site-title .ms-TooltipHost{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;word-break:break-word}@media screen and (max-width: 743px){.v-next-g-election-specify-dialog .v-next-g-election-claim-site-title{margin-top:1.5rem}.v-next-g-election-decline-dialog .dialog-header-header-mobile{margin-bottom:1.5rem !important}.v-next-g-election-decline-dialog .v-next-g-election-decline-dialog-footer,.v-next-g-election-claim-footer{margin-bottom:0}}
.g-req-panel{margin-top:50px}.g-req-panel .g-req-panel-headertext{color:#333;font-size:28px;font-weight:300;max-width:56%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:20px 0 15px 0;position:absolute;top:0}.g-req-panel .g-req-panel-detailslistborder{overflow:hidden;padding:10px 16px 10px 0}.g-req-panel .g-req-panel-detailslistborder .ms-DetailsHeader-cellTitle{padding:0}.g-req-panel .g-req-panel-detailslistborder .ms-DetailsRow-cell{padding:0 !important}.g-req-panel .g-req-panel-detailslistborder .ms-DetailsRow-cell .g-req-panel-itemcolumn{line-height:20px;height:100%;overflow:hidden;text-overflow:ellipsis;padding:11px 12px;white-space:pre-wrap;color:#000}.g-req-panel .g-req-panel-detailslistborder .ms-DetailsRow-cell .g-req-panel-itemcolumnhavebgcolor{background-color:rgba(254,242,228,.8)}.info-panel-header{margin-left:20px}.m-req-panel-root{margin:0;padding-right:0;padding-left:0}.m-req-panel-root .g-mobile-panel-header{padding:0 0 0 8px}.m-req-panel-root .g-mobile-panel-header h2:first-of-type{padding-left:4px}.m-req-panel-root .g-req-panel-detailslistborder{padding:0 16px}.m-req-panel-root .g-req-panel-detailslistborder .ms-DetailsHeader-cellTitle{padding:0}.m-req-panel-root .g-req-panel-detailslistborder .ms-DetailsRow-cell{padding:0 !important}.m-req-panel-root .g-req-panel-detailslistborder .ms-DetailsRow-cell .g-req-panel-itemcolumn{line-height:20px;height:100%;overflow:hidden;text-overflow:ellipsis;padding:11px 12px;white-space:pre-wrap;color:#000}.m-req-panel-root .g-req-panel-detailslistborder .ms-DetailsRow-cell .g-req-panel-itemcolumnhavebgcolor{background-color:rgba(254,242,228,.8)}@media screen and (max-width: 768px){.g-req-panel-headertext{max-width:80%}}
/*Covered by AvePoint copyright and license agreement*/
.g-space-panel-itemcolumn {
    line-height: 20px;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 11px 12px;
}

.g-space-panel-largeitemcolumn {
    white-space: initial;
    line-height: 60px;
    height: 100%;
    padding: 11px 12px;
}

.g-space-panel-itemcolumnhavebgcolor {
    background-color: rgb(254, 242, 228, 0.8);
}

.g-space-panel-detailslistborder .ms-DetailsRow-cell {
    padding: 0 !important;
}

.g-space-panel-detailslistborder {
    /* border: 10px solid #eee; */
    /* margin-right: 28px; */
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

.g-space-panel-detailslistmargin {
    margin-bottom: 10px;
}

.g-req-panel-changegroupsettingslayout .scrollbar-wrap {
    display: flex;
    flex-direction: column;
}

.g-req-panel-changegroupsettingslayout .scrollbar-wrap > div:first-child {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.g-req-panel-dynamicrules {
    flex-grow: 1;
}

.g-req-panel-dynamicrules .scrollbar-wrap {
    height: auto !important;
}

.g-req-panel-dynamicrules .scrollbar-wrap > div:first-child {
    position: relative !important;
}
/*Covered by AvePoint copyright and license agreement*/
.g-req-panel-changelist-basicinfo{
    padding-right: 40px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: 100%;
}

.g-req-panel-changelist-basicinfo .ms-DetailsRow-cell {
	padding: 0 !important;
}

.g-changesiteconatct-expandablelist{padding-right:10px}
.g-space-panel-changesitecollectionul{overflow:hidden;width:100%;padding:10px;border-bottom:1px solid #eee;background-color:#fff}.g-space-panel-teammembersli{float:left;list-style:none;width:33%;min-height:1px}.g-change-site-contact-panel-url{color:#0071c7;cursor:pointer;text-decoration:none}.g-change-site-contact-panel-url:hover{color:#0065b3 !important;text-decoration:underline;background-color:rgba(0,0,0,0) !important}.g-change-site-contact-panel-url:active{color:#005697 !important;text-decoration:underline}.g-change-site-contact-panel-url:active:hover{color:#0065b3 !important;text-decoration:underline}.g-change-site-contact-panel-url:visited{color:#0071c7 !important}.g-change-site-contact-panel-url:focus{color:#005faa !important}
.g-change-site-contact-details-list{margin-bottom:10px}.g-change-site-contact-details-list .ms-DetailsRow-cell{line-height:40px}.g-change-site-contact-panel-url{color:#0071c7;cursor:pointer;text-decoration:none}.g-change-site-contact-panel-url:hover{color:#0065b3 !important;text-decoration:underline;background-color:rgba(0,0,0,0) !important}.g-change-site-contact-panel-url:active{color:#005697 !important;text-decoration:underline}.g-change-site-contact-panel-url:active:hover{color:#0065b3 !important;text-decoration:underline}.g-change-site-contact-panel-url:visited{color:#0071c7 !important}.g-change-site-contact-panel-url:focus{color:#005faa !important}@media screen and (max-width: 768px){.g-expandable-details-list .ms-DetailsRow-cell{display:flex;align-items:center;line-height:12px}}
/*Covered by AvePoint copyright and license agreement*/
.g-space-panel-changesitecollectionul {
	overflow: hidden;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #eee;
	background-color: white;
}

.g-space-panel-teammembersli {
	float: left;
	list-style: none;
	width: 33%;
	min-height: 1px;
}
/*Covered by AvePoint copyright and license agreement*/
.g-space-panel-pivot-list {
    margin-top: 16px;
    margin-left: 8px;
}

.g-space-panel-grid-option {
    white-space: initial;
    line-height: 20px;
    height: 100%;
    padding: 15px 12px;
}
.g-space-panel-pivot-list{margin-top:16px;margin-left:8px}.g-space-panel-grid-title{display:inline-block;line-height:20px;padding:11px 12px;color:#0071c7;cursor:pointer;text-decoration:none}.g-space-panel-grid-title:hover{color:#0065b3 !important;text-decoration:underline;background-color:rgba(0,0,0,0) !important}.g-space-panel-grid-title:active{color:#005697 !important;text-decoration:underline}.g-space-panel-grid-title:active:hover{color:#0065b3 !important;text-decoration:underline}.g-space-panel-grid-title:visited{color:#0071c7 !important}.g-space-panel-grid-title:focus{color:#005faa !important}.g-space-panel-grid-option{white-space:initial;line-height:20px;height:100%;padding:11px 12px}
/*Covered by AvePoint copyright and license agreement*/
.g-space-panel-teammembersul {
	overflow: hidden;
	width: 100%;
	padding: 10px;
	margin: 0;
	box-sizing: border-box;
}

.g-space-panel-teammembersli {
	float: left;
	list-style: none;
	width: 20%;
	min-height: 1px;
	word-break: break-word;
	@media(max-width: 743px) {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
}

.g-space-panel-teammembersul-underline{
	border-bottom: 1px solid #cccccc;
}

/*Covered by AvePoint copyright and license agreement*/
.g-space-panel-pivotList-line {
    /* padding: 10px 0 0 10px; */
    margin-right: 28px;
    background-color: #f5f5f5;
}

.g-space-panel-permissions-line{
    min-height: 200px !important;
}

.g-req-permission-choicegroup{
    max-width: 180px;
}

/*Covered by AvePoint copyright and license agreement*/
.g-space-panel-pivotList-line {
    /* padding: 10px 0 0 10px; */
    margin-right: 28px;
    /* background-color: #f5f5f5; */
}

.g-space-panel-permissions-line{
    min-height: 200px !important;
}

.g-space-panel-pivotList-color{
    background-color: white !important
}

.m-g-space-panel-pivotList-line{
    margin-left: 12px;
}

.m-g-space-panel-pivotList-line  .g-req-tab_title_wrap .g-req-tab_title{
    height: 30px;
    line-height: 30px;
}

.m-g-space-panel-pivotList-line .g-req-tab_title_wrap .g-req-tab_title_active .ms-Button-label{
    font-size: 14px;
}
.m-g-space-panel-pivotList-line .g-req-tab_title_wrap .ms-Button-label{
    font-size: 14px;
}
.g-space-panel-linevalue{display:inline-block;font-size:14px;color:#5d6778;vertical-align:top;min-height:24px;line-height:24px;overflow:hidden;word-wrap:break-word;word-break:break-word;width:55%}.v-common-dialog-content .g-space-panel-linevalue{width:100%;max-width:100%}.g-space-panel-linename{display:inline-block;font-size:14px;color:#27313c;width:40%;padding-right:10px;max-width:330px;min-height:24px;line-height:24px;overflow:hidden}.g-space-panel-pivotunderline{border:0px !important}.g-space-panel-metadata-line{margin-top:10px}
.g-space-panel-pivot-list{margin-top:16px;margin-left:8px}.g-space-panel-url{color:#0071c7;cursor:pointer;text-decoration:none}.g-space-panel-url:hover{color:#0065b3 !important;text-decoration:underline;background-color:rgba(0,0,0,0) !important}.g-space-panel-url:active{color:#005697 !important;text-decoration:underline}.g-space-panel-url:active:hover{color:#0065b3 !important;text-decoration:underline}.g-space-panel-url:visited{color:#0071c7 !important}.g-space-panel-url:focus{color:#005faa !important}
.word-break-vnext-lifecycle .v-space-panel-linevalue .text-container .text-content{word-break:normal}
/*Covered by AvePoint copyright and license agreement*/
.g-req-managepermission-info {
  max-width: 600px;
  padding: 0 30px;
}

.g-req-managepermission-shimmer-button {
  width: 100px;
  display: inline-block;
}

.g-req-managepermission-shimmer-content {
  text-align: right;
  height: 32px;
}

.g-req-managepermission-info-scope .g-common-bubble-inner {
  margin-top: 35px !important;
}

.g-req-managepermission-permissioncontainer .g-common-bubble-inner,
.g-req-managepermission-panelbutton .g-common-bubble-inner {
  margin-top: 4px !important;
}

.g-permission-control-membership .g-common-bubble-inner {
  margin-top: -7px;
}

.g-permission-listtitle-grantpermissions,
.g-permission-control-membership,
.g-req-managepermission-creategroup-name {
  display: flex;
}

.g-create-group-section ::after {
  padding-right: 0px !important;
}

.g-request-managepermission-searchmember {
  width: 240px;
  height: 30px;
  margin-top: 15px;
  float: right;
}

.g-req-managepermission-detaillist-shimmer .ms-DetailsHeader {
  padding: 0 0 10px 0 !important;
}

.common-display-none {
  display: none !important;
}

.g-req-managepermission-requestsummary {
  padding-bottom: 5px !important;
}

.g-req-managepermission-summarytext {
  min-height: 56px;
}

.g-req-managepermission-notes {
  padding-top: 15px !important;
  padding-bottom: 5px !important;
}

.g-req-managepermission-manuallyinput {
  padding-top: 10px !important;
  padding-bottom: 5px !important;
}

.g-req-managepermission-scopelabel,
.g-req-managepermission-metadata {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
  font-size: 16px !important;
  font-weight: 600;
}

.g-req-managepermission-urltext {
  width: 515px;
}

.g-req-managepermission-urlinput {
  padding-left: 30px;
  display: flex;
  flex-direction: row;
  max-width: 600px;
  padding-right: 30px;
}

.g-req-managepermission-readicon {
  font-size: 19px;
  color: #0071C7;
  cursor: pointer;
  padding-top: 6px;
  padding-left: 5px;
}

.g-req-managepermission-panel {
  color: #333 !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  max-width: 56%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 20px 0 15px 0 !important;
  position: absolute;
  top: 0;
}

.g-req-managepermission-addmetadatapanel {
  margin-top: 50px;
}

.g-req-managepermission-textfieldspinner {
  position: absolute !important;
  right: 5px;
  top: 5px;
}

.g-req-managepermission-groupname {
  cursor: pointer;
  color: #0071C7;
  line-height: 20px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-req-managepermission-groupnamenotlinkstyle {
  line-height: 20px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-req-managepermission-panelbutton {
  /* display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between; */
  max-width: 540px;
  padding: 15px 0 5px;
  overflow: hidden;
}

.g-req-managepermission-permissioncontainer {
  max-width: 540px;
  padding: 15px 0 5px;
  overflow: hidden;
}

.g-req-managepermission-panellabel {
  font-size: 16px !important;
}

.g-req-managepermission-group {
  background-color: #eee !important;
  height: 32px !important;
  width: auto;
  float: right;
  padding: 0 15px !important;
}

.g-req-managepermission-permission {
  background-color: #eee !important;
  height: 32px !important;
  width: auto;
  margin-left: 10px !important;
  float: right;
  padding: 0 15px !important;
}

.g-req-managepermission-stopinheritpermission {
  background-color: #eee !important;
  height: 32px !important;
  width: auto;
  /* position: relative !important;
  top: 36px; */
  float: right;
  margin-left: 10px;
  padding: 0 15px !important;
}

.g-req-managepermission-stopinheritpermissiondescription {
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}

.g-req-managepermission-inheritpermission {
  background-color: #eee !important;
  height: 32px !important;
  /* width: 28%; */
  float: right;
  margin-left: 10px;
  /* position: relative !important;
  top: 36px; */
  padding: 0 15px !important;
}

.g-req-managepermission-members {
  color: #333;
  font-size: 28px;
  font-weight: 300;
  position: absolute;
  top: 20px;
}

.g-req-managepermission-stoptitle {
  color: #333;
  font-size: 22px;
  font-weight: 300;
}

.g-manage-stoppermission .g-req-managepermission-cannotinheritprompt {
  color: #5D6778 !important;
}

.g-req-managepermission-viewmemberlist {
  margin-top: 58px;
}

.g-req-managepermission-section {
  margin-bottom: 15px;
}

.g-manage-create-grouppanel .ms-Panel-content {
  padding: 0px 40px;
}

.g-manage-create-grouppaneldetail .ms-Panel-content {
  padding: 20px 40px;
}

.g-manage-permission-panel .ms-Panel-content {
  padding: 5px 40px;
}

.g-manage-stoppermission .ms-Panel-content {
  padding: 20px 40px;
}

/* .g-manage-stoppermission .ms-ChoiceField{
  margin-top: 7px!important;
} */

.g-manage-create-group {
  margin-top: 50px;
}

.g-create-group-head {
  color: #333;
  font-size: 28px;
  font-weight: 300;
  position: absolute;
  top: 20px;
}

.g-create-group-scroll {
  margin-top: 15px;
  flex-grow: 1;
}

.g-create-group-section {
  padding-bottom: 15px;
  max-width: 540px;
  width: 100%;
}

.g-create-group-name-section {
  height: 80px;
}

.g-create-group-name-section-groupsettings {
  height: 60px;
}

.g-create-group-footer {
  position: absolute;
  bottom: 20px;
}

.g-manage-required-signal::after {
  content: "*";
  color: rgb(164, 38, 44);
  padding-right: 2px;
}

.g-create-group-save {
  margin-right: 8px !important;
}

.g-manage-create-group-text {
  margin-bottom: 10px !important;
}

.g-create-group-title {
  position: relative;
  margin: 15px 0px 10px;
  font-size: 16px;
  color: #333;
}

.g-create-group-membership-auto {
  padding: 10px 0px 0px 25px;
}

.g-create-group-membership-send {
  padding-left: 32px;
  height: 70px;
}

.g-permission-listtitle-grantpermissions .g-common-bubble-inner {
  margin-bottom: 8px;
}

.g-create-group-bubble {
  top: -5px;
}

.g-grant-permission-name-section {
  height: 80px;
}

.g-grant-permission-head {
  color: #333;
  font-size: 28px;
  font-weight: 300;
  position: absolute;
  top: 20px;
}

.g-grant-permission-section {
  padding: 5px 0;
  /* padding-bottom: 15px; */
  max-width: 540px;
  width: 100%;
}

.g-grant-permission-name-section {
  height: 80px;
}

.g-manage-grant-permission {
  margin-top: 50px;
}

.g-req-managepermission-stepbutton .g-req-managepermission-defaultbutton {
  margin-right: 10px;
}

.g-req-managepermission-stepbutton {
  max-width: 570px;
  height: 100%;
  padding: 50px 0 20px 30px;
  text-align: right;
}

.g-selected-users-people-pickers .g-common-peopleValidate-container {
  max-width: 450px;
  width: 100%;
}

.g-selected-users-people-picker .g-common-peoplepickervalidate-spinner {
  position: absolute;
  top: 5px;
  right: -46px;
  width: 23px;
}

.g-manage-permission-label {
  padding-left: 25px;
}

.g-selected-users-name {
  margin-top: 10px;
}

.g-selected-users-name .g-common-bubble-inner {
  margin-top: 0px !important;
}

.g-manage-permission-selected-users {
  max-width: 446px !important;
  width: 100%;
  min-width: 446px;
}

.g-manage-permission-star {
  width: 10px;
  position: relative;
  height: 20px;
  top: -8px;
}

.g-manage-selected-user-spinner {
  position: relative;
  right: 45px;
}

.g-managepermission-date {
  position: absolute;
  left: 200px;
  top: 30px;
  width: 150px;
}

/* .g-selected-users-people-pickers {
  max-width: 540px !important;
  display: inline-block;
  width: 100%;
} */

.g-manage-permission-people-pickers {
  max-width: 540px !important;
  display: flex;
  width: 100%;
}

.g-selected-users-people-picker {
  max-width: 455px !important;
  margin-right: 5px;
  display: inline-block;
  width: 100%;
}

.g-selected-users-people-picker-action {
  display: flex;
  flex-direction: row;
  max-width: 540px;
}

.g-manage-grant-selected-user-spinner {
  position: absolute;
  right: 95px;
  top: 63px;
}

.g-selected-users-add-button {
  height: 32px !important;
  width: fit-content;
  background-color: #eee !important;
}

.g-selected-users-add-button-manager-permission {
  height: 32px !important;
  width: 25% !important;
  background-color: #eee !important;
}

.g-req-manage-grant-permission-errormessage {
  color: rgb(164, 38, 44);
  /* margin-left: 32px; */
  /* display: contents; */
  font-size: 12px;
}

.g-selected-users-owner-error {
  font-size: 12px;
  font-weight: 400;
  color: rgb(164, 38, 44);
  margin-top: 5px !important;
}

.g-selected-users-role {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 95px;
}

.g-selected-users-role .ms-Dropdown-title {
  border-width: 0px !important;
  font-size: 12px;
}

.g-selected-users-action i {
  margin-left: 10px;
  font-size: 15px;
  cursor: pointer;
  color: #ff0000;
}

.g-selected-users-action-disable {
  margin-left: 10px;
  font-size: 15px;
  color: rgb(166, 166, 166);
}

.g-permission-byduration-label {
  margin-left: 25px;
}

.g-permission-bydate-label {
  margin-left: 25px;
}

.g-req-changepermission-selectuser-input {
  max-width: 450px;
  width: 100%;
}

.g-selected-picker {
  display: inline-block;
}

.g-manage-duration-content {
  display: flex;
}

.g-grant-member-section {
  max-width: 540px;
  width: 100%;
}

.g-req-grant-datetextfield {
  width: 150px;
}

.g-manange-permission-email-subject {
  max-width: 540px;
  width: 100%;
  padding-right: 30px !important;
}

.g-managepermission-editpermission-title {
  margin-top: 15px;
}

.g-managepermission-editpermission-title .g-common-request-label .g-common-bubble-inner {
  margin-top: 2px !important;
}

.g-req-grantpermission-personmessage {
  max-width: 540px;
  width: 100%;
  padding-right: 30px !important;
}

.m-req-mp-content-container .g-create-group-footer {
  position: initial;
}

.g-manage-view-group-members .ms-Panel-scrollableContent {
  display: flex;
  flex: 1;
}

.g-manage-view-group-members .ms-Panel-content {
  flex: 1;
  padding-right: 64px;
}

.m-req-managepermission-addmetadatapanel-patch {
  margin: 0;
  padding: 25px 30px;
}

.g-req-managepermission-addmetadatapanel-patch .ms-Panel-content {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .g-manage-grant-permission {
    margin: 0;
  }

  .g-manage-create-group {
    margin: 0;
  }

  .g-manage-create-group .g-selected-users-people-picker-action {
    flex-direction: column;
    flex-wrap: wrap-reverse;
    margin-bottom: 5px;
  }

  .g-manage-create-group .g-selected-users-people-picker-action .g-selected-users-people-picker {
    margin: 0;
  }

  .g-req-managepermission-stoptitle {
    position: inherit;
  }

  .g-create-group-section {
    width: 98%;
  }

  .g-manage-create-group .ms-Panel-content {
    padding: 5px 30px;
  }

  .g-create-group-title .g-selected-users-add-button {
    margin-bottom: 5px;
  }

  .g-manage-permission-people-pickers {
    /* display: block; */
    /* padding-right: 20px; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap-reverse;
  }

  .g-manage-permission-people-pickers .g-common-peopleValidate-container {
    /* display: inline-block; */
    flex: 1;
  }

  .g-manage-permission-selected-users {
    max-width: 100% !important;
    width: 100%;
    min-width: 100%;
  }

  .g-manage-grant-permission .ms-Panel-content {
    padding: 5px 20px;
  }

  .g-managepermission-date {
    width: 110px;
    left: 150px;
  }

  /*.g-req-grant-datetextfield {
    width: 120px;
  } */
  .g-manage-grant-permission .g-req-grant-email {
    padding-bottom: 50px;
    width: 92%;
  }
}

.g-manage-permission-scope{color:#0071c7;cursor:pointer;text-decoration:none}.g-manage-permission-scope:hover{color:#0065b3 !important;text-decoration:underline;background-color:rgba(0,0,0,0) !important}.g-manage-permission-scope:active{color:#005697 !important;text-decoration:underline}.g-manage-permission-scope:active:hover{color:#0065b3 !important;text-decoration:underline}.g-manage-permission-scope:visited{color:#0071c7 !important}.g-manage-permission-scope:focus{color:#005faa !important}.g-panel-details-list-border{border:0px solid #eee;margin-right:28px;overflow:hidden}.g-panel-details-list-no-data{height:30px;text-align:center}.g-space-panel-section{margin:10px auto}.g-space-panel-secondary-name{margin-top:20px;margin-bottom:10px}.g-space-panel-viewgroupname{cursor:pointer;color:#0071c7;line-height:20px !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent{overflow:hidden;flex-grow:1;display:flex}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content{flex-grow:1;display:flex;flex-direction:column}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-guest-user-task{height:100%;display:flex;flex-direction:column}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-guest-user-task .guest-user-task-content-wrap{height:100%}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar{display:flex;flex-direction:column;flex-grow:1}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar>.g-common-pivot-container{flex-grow:1;display:flex;flex-direction:column}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar>.g-common-pivot-container>div[role=tabpanel]{flex-grow:1;display:flex}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar>.g-common-pivot-container>div[role=tabpanel]>div{flex-grow:1}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar>.g-common-pivot-container>div[role=tabpanel]>div .g-space-panel-pivot-list,.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar>.g-common-pivot-container>div[role=tabpanel]>div .g-space-panel-pivotlist{height:100%}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar .g-space-panel-pivotlist{height:100%}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-list-approval-history .ms-DetailsRow-cell{padding-top:16px;padding-bottom:16px}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-list-approval-history .ms-DetailsRow-cell .g-space-panel-line{margin-bottom:0px}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-list-approval-history .ms-DetailsRow-cell .g-space-panel-line .g-req-panel-persona{margin-bottom:0px}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-list-approval-history .ms-DetailsRow-cell .g-req-row-cell{padding-top:2px}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar-mobilepatch{position:relative}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar-mobilepatch .g-space-panel-pivotlist-mobilepatch{position:absolute;top:0;left:0;bottom:0;right:0;height:initial;width:initial}.m-request-panel-root{margin:0;padding-right:0;padding-left:0}.m-request-panel-root .g-mobile-panel-header{padding:0 16px}.m-request-panel-root .g-space-panel-panelpivotbar{padding:0 16px}.g-req-panel-primarytext,.g-list-no-data{color:#5d6778}.request-panel-wrap .g-uniform-detail::-webkit-scrollbar{height:7px}.request-panel-wrap .g-uniform-detail::-webkit-scrollbar-thumb{border-radius:5px;background-color:#bbb}.request-panel-wrap .g-uniform-detail::-webkit-scrollbar-track{background-color:#f5f5f5}.v-space-panel-detailslist .g-space-panel-persona{display:block}.v-space-panel-detailslist .ms-DetailsHeader-cell:first-child .ms-DetailsHeader-cellTitle{padding-left:.75rem}.v-space-panel-detailslist .ms-DetailsRow>div:first-child>.ms-DetailsRow-cell:first-child{padding-left:.75rem}.view-details-table{margin-bottom:2px}.g-dynamic-team-members{border:5px solid #eee}
.cg-req-multi-guests-details-list .g-req-common-details-list{max-width:98%}.multiple-guest-request-icon .g-requests-status{cursor:default}.invite-guest-user-panel-basicInfo{margin:10px 0;font-size:16px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.invite-panel-advance-title{font-size:16px;font-weight:500;margin-bottom:10px}.invite-panel-advance-value .internationalization-input,.invite-panel-advance-value .internationalization-label{color:#5d6778 !important}.guest-request-detail-email-link{color:#0071c7}.guest-request-detail-content{height:100%}.guest-request-detail-content .guest-request-detail-needActionBar{width:100%;margin:60px 40px 10px 36px}.guest-request-detail-content .guest-request-detail-noActionBar{width:100%;margin:10px 40px 10px 36px}.guest-request-detail-content .guest-detail-scrollbars{display:flex;min-height:100%;flex-flow:row wrap;padding-left:16px}.guest-request-detail-content .g-req-common-details-list{max-width:98%}.guest-request-detail-content .guest-request-detail-actionbar{position:fixed;width:100%;z-index:1}.guest-request-detail-content .metadata-detail-tooltip{white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;width:60%}.m-guest-sub-req-view-root .g-mobile-panel-innerContent{overflow-x:hidden}.m-guest-sub-req-view-root .g-mobile-panel-header{padding:0}.m-guest-sub-req-view-root .guest-request-detail-content{height:100%}.m-guest-sub-req-view-root .guest-request-detail-content .guest-detail-scrollbars{min-height:100%;flex-flow:row wrap;overflow-y:hidden}.m-guest-sub-req-view-root .guest-request-detail-content .guest-request-detail-needActionBar{width:100%;margin:60px 0 0 0}.m-guest-sub-req-view-root .guest-request-detail-content .guest-request-detail-noActionBar{width:100%;margin:0}.m-guest-sub-req-view-root .guest-request-detail-content .g-req-common-details-list{max-width:310px}.m-guest-sub-req-view-root .guest-request-detail-content .guest-request-detail-actionbar{margin-left:-20px}.m-guest-sub-req-view-root .view-details-line{display:block;padding-bottom:16px}.m-guest-sub-req-view-root .view-details-line .view-details-line-right{margin:20px 0 0 0 !important;color:#5d6778;flex:1 0 352px;padding:0 5px 0 0;word-break:break-word;white-space:pre-wrap}
.g-space-panel-line-setting{display:inline-block;font-size:16px;width:40%;padding-right:10px;max-width:330px;min-height:24px;line-height:24px;overflow:hidden;margin:20px 0;padding-bottom:0}
.dynamic-request-view-details-line .table-value-flex{display:flex;align-items:center}.dynamic-request-view-details-line .table-value-label-icon{color:#0071c7}.dynamic-request-view-details-line .activity-item-line{padding-bottom:0;text-wrap:pretty}.dynamic-request-view-details-line .changegroup-list-item .view-details-line-left{max-width:100% !important}.dynamic-request-view-details-line .changegroup-list-item .g-req-common-details-list{max-width:100% !important}.dynamic-request-view-details-line .changegroup-list-item .g-req-details-noitem{margin:4px !important}.dynamic-request-view-details-line .view-details-line-left .view-details-line-plain{max-width:290px}.dynamic-request-view-details-line .v-view-details-collapse-header{border-radius:10px 10px 0px 0px;border:1px solid var(--palette-gray2)}.dynamic-request-view-details-line .view-details-collapse-header{padding:16px}.dynamic-request-view-details-line .view-details-collapse-content{padding-left:16px;padding-right:16px}.dynamic-request-view-details-line .view-details-collapse-content>.view-details-line .view-details-line-left{max-width:290px}.dynamic-request-view-details-line .view-details-collapse-content>.view-details-line .v-view-details-line-left{padding:7px 0px 7px 8px;font-weight:600;color:var(--palette-slate);max-width:290px}.dynamic-request-view-details-line .v-view-details-collapse-content{padding:24px 24px 19px 24px;border:1px solid var(--palette-gray2)}.dynamic-request-view-details-line .v-view-details-collapse-content.view-details-collapse-content-hidden{padding:0}.dynamic-request-view-details-line .dynamic-viewdetail-gallery-title{max-width:768px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dynamic-request-view-details-line .view-details-subitems{margin-bottom:16px}.dynamic-request-view-details-line .view-details-subitems .view-details-line-right{flex:6 1 334px}.g-dynamic-request-gallerytype-line .view-details-line-plain{max-width:290px}.g-dynamic-request-metadata-line .view-details-line-plain{max-width:310px}.g-dynamic-request-profile-value{display:flex;align-items:center}.g-dynamic-request-profile-value .request-policy-name{padding-right:5px}.g-dynamic-request-profile-value .request-info-icon-tooltip{margin-bottom:-5px}.g-dynamic-request-profile-value .request-info-icon-tooltip .request-info-icon{cursor:pointer;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-dynamic-request-profile-value .request-info-icon-tooltip .request-info-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-dynamic-request-profile-value .request-info-icon-tooltip .request-info-icon{color:#cf3900}[data-theme=theme3] .g-dynamic-request-profile-value .request-info-icon-tooltip .request-info-icon{color:#077fa6}[data-theme=theme4] .g-dynamic-request-profile-value .request-info-icon-tooltip .request-info-icon{color:#b35c00}[data-theme=theme5] .g-dynamic-request-profile-value .request-info-icon-tooltip .request-info-icon{color:#3e8628}[data-theme=theme6] .g-dynamic-request-profile-value .request-info-icon-tooltip .request-info-icon{color:#eb0f0f}[data-theme=theme7] .g-dynamic-request-profile-value .request-info-icon-tooltip .request-info-icon{color:#278265}[data-theme=theme8] .g-dynamic-request-profile-value .request-info-icon-tooltip .request-info-icon{color:#7760e6}.g-dynamic-request-profile-value .g-common-bubble-iconbutton .ms-Button-icon{cursor:pointer;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-dynamic-request-profile-value .g-common-bubble-iconbutton .ms-Button-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-dynamic-request-profile-value .g-common-bubble-iconbutton .ms-Button-icon{color:#cf3900}[data-theme=theme3] .g-dynamic-request-profile-value .g-common-bubble-iconbutton .ms-Button-icon{color:#077fa6}[data-theme=theme4] .g-dynamic-request-profile-value .g-common-bubble-iconbutton .ms-Button-icon{color:#b35c00}[data-theme=theme5] .g-dynamic-request-profile-value .g-common-bubble-iconbutton .ms-Button-icon{color:#3e8628}[data-theme=theme6] .g-dynamic-request-profile-value .g-common-bubble-iconbutton .ms-Button-icon{color:#eb0f0f}[data-theme=theme7] .g-dynamic-request-profile-value .g-common-bubble-iconbutton .ms-Button-icon{color:#278265}[data-theme=theme8] .g-dynamic-request-profile-value .g-common-bubble-iconbutton .ms-Button-icon{color:#7760e6}.g-dynamic-request-profile-value .v-common-bubble-iconbutton .ms-Button-icon{color:var(--palette-slate)}.g-changegroup-list-item{padding-right:10px}.g-changegroup-list-item .g-req-common-details-list{max-width:100% !important}.g-changegroup-list-item .g-req-details-noitem{margin:4px !important}.v-dynamic-request-manage-permission-details{margin-top:1.5rem;margin-bottom:1.5rem !important;border-left-width:0 !important;border-right-width:0 !important}.v-dynamic-request-manage-permission-details .view-details-line-title{padding-top:1.5rem !important;padding-bottom:0 !important}.v-dynamic-request-manage-permission-details .subitem-left{padding-left:0 !important}.v-dynamic-request-manage-permission-details .ms-Pivot-linkContent{flex-basis:unset}.v-dynamic-request-manage-permission-details .g-common-pivot-container{position:relative}.v-dynamic-request-manage-permission-details .g-common-pivot-container .ms-Pivot{position:sticky;top:0;background:#fff}.v-dynamic-request-manage-permission-details .scrollbar-wrap>div:nth-child(2){background:#fff}.v-dynamic-request-manage-permission-details .scrollbar-wrap>div:last-child{top:60px !important;height:calc(100% - 60px)}.v-dynamic-request-manage-permission-details .v-view-details-line-left.view-details-line-custom{padding:0 !important}.v-dynamic-request-manage-permission-details .v-view-details-line-left.view-details-line-custom .g-space-panel-pivotList-line{margin-right:0;margin-bottom:1.5rem;background-color:#fff}.v-dynamic-request-manage-permission-details .v-view-details-line-left.view-details-line-custom .g-space-panel-pivotList-line .g-space-panel-line{display:flex}.v-dynamic-request-manage-permission-details .v-view-details-line-left.view-details-line-custom .g-space-panel-pivotList-line .g-space-panel-line:last-child{margin-bottom:12px}.v-dynamic-request-manage-permission-details .v-view-details-line-left.view-details-line-custom .g-space-panel-pivotList-line .g-space-panel-line .g-space-panel-linevalue{max-width:100%;flex:1}.v-dynamic-request-manage-permission-details .g-space-panel-permissions-line{min-height:unset !important}.v-dynamic-request-manage-permission-details .g-space-panel-permissions-line .scrollbar-view{position:unset !important}.v-dynamic-request-manage-permission-details .g-space-panel-permissions-line .scrollbar-view .g-space-panel-pivotlist{margin-bottom:2rem}.v-dynamic-request-manage-permission-details .v-space-permission-management-list{overflow-y:auto}.v-dynamic-request-manage-permission-details .v-space-permission-management-list .g-space-panel-pivotlist{margin-bottom:0 !important}.v-dynamic-request-manage-permission-details .v-space-permission-management-list .g-space-panel-pivotlist .g-space-panel-line:last-child{margin-bottom:0 !important}@media screen and (max-width: 743px){.v-dynamic-request-manage-permission-details .v-space-permission-management-list .g-space-panel-pivotlist .g-space-panel-linename{flex:0 0 calc((100% - 48px)/2) !important}}.v-space-panel-flex-value{display:flex;flex-direction:column;align-items:flex-start !important;gap:.5rem}.v-dynamic-request-panel-margin{margin-left:0 !important}@media screen and (max-width: 768px){.view-details-line{display:block;line-height:24px;font-size:14px}.view-details-line .g-space-panel-pivotList-line{margin-right:0}.view-details-line .view-details-line-right:not(.view-details-subitems .view-details-line-right:not(.g-dynamic-request-metadata-line .view-details-line-right)){margin-left:0;padding-left:0}.view-details-subitems .view-details-line .view-details-line-right{margin-left:16px}}.v-space-panel-pivot-tabindex{height:39.375rem}@media screen and (max-width: 743px){.v-dynamic-request-metadata-line.view-details-line{padding-bottom:0px !important}.v-dynamic-request-metadata-line.view-details-line .view-details-line-title-mobile.v-view-details-line-left{flex:2 0 105px !important}.v-dynamic-request-metadata-line.view-details-line .view-details-line-right-mobile.view-details-line-right{flex:2 0 150px !important}}

.dynamic-service-request-team-id .g-req-group-team-id-container{display:flex;flex-wrap:wrap;margin-right:0;margin-top:10px;word-wrap:break-word;word-break:break-all;font-size:14px;font-weight:400;white-space:pre;align-items:center}.dynamic-service-request-team-id .ms-TextField{min-width:250px;flex-grow:1}.dynamic-service-request-team-id .g-req-creategroup-groupnameoridsuffix{white-space:normal}.dynamic-service-request-team-id .g-req-creategroup-autosequence{word-wrap:break-word;word-break:break-all;font-size:14px;font-weight:400}.g-req-dynamic-expand-content .dynamicrequest-groupid-emailaddress-container .ms-TextField{margin-bottom:0}
.g-req-dynamic-metadata .g-req-dynamic-metadata-item{max-width:510px}.g-req-dynamic-metadata .g-req-dynamic-metadata-item .g-metadata-peoplepicker-validate-icon{right:-20px}.g-req-dynamic-metadata .g-req-dynamic-metadata-item .verifyPeoplePicker-icon{right:-20px}.g-req-dynamic-metadata .g-req-dynamic-metadata-item .g-metadata-loading-spinner{right:-20px}.g-req-dynamic-metadata .g-req-dynamic-metadata-item .g-metadata-common-root-hasborder{position:relative;width:510px}
.g-req-permissionspanel-permissionlevels button{padding-top:10px}.g-req-permissionspanel-permissionlevels label{padding-top:5px}.g-req-permissionspanel-permissionlevels{width:80%;padding-top:10px}.g-req-viewpermissionspanel-actionbar{margin-left:-16px}.g-req-permissionspanel-permissionlevels-items{min-height:200px}.g-req-permissionspanel-name{padding-bottom:10px}.g-req-permissionspanel-name label{padding-bottom:5px}.g-req-permissionspanel-description{padding-bottom:10px}.g-req-group-permissionspanel-errormessage{font-size:12px;color:#a4262c}.g-req-permissionspanel-description label{padding-bottom:5px}.g-req-permissionspanel-peoplepicker{max-width:600px;min-width:200px}.g-req-permissionspanel-groupowner{padding-bottom:10px}.g-req-permissionspanel{margin-top:50px}.g-req-permissionspanel-root .ms-Panel-content{padding-bottom:0}.g-req-viewpermissionspanel-detail{width:80%}.g-req-viewpermissionspanel-row{padding-top:20px}.g-req-viewpermissionspanel-row-title{display:inline-block !important;font-size:14px;color:#333;width:40%;word-wrap:break-word}.g-req-permissionspanel-body{margin-top:30px;display:flex;flex-grow:1;flex-direction:column}.g-req-permissionspanel-button{position:absolute;bottom:20px}.g-req-viewpermissionspanel-row-content{display:inline-block !important;font-size:14px;color:#5d6778;width:60%;vertical-align:top}.g-req-permissionspanel-office365user{padding-left:23px;padding-top:10px}.g-req-permissionspanel-sharepointgroup{padding-left:23px;padding-top:10px}.g-req-permissionspanel-dropdown{display:inline-block !important}.g-req-permissionspanel-dropdown::after{position:absolute;left:14px;margin-top:-32px}.g-req-permissionspanel-user{display:inline-block !important}.g-req-permissionspanel-user::after{position:absolute;left:20px !important;margin-top:-22px}.g-req-permission-office365-user::before{content:" *";color:#a4262c;left:14px;top:23px;position:absolute}.g-req-permission-sharepoint-group{width:350px}.g-req-permission-sharepoint-group::before{content:" *";color:#a4262c;left:14px;top:23px;position:absolute}.g-req-permissionspanel-sharepointgroup-dropdown{width:350px;height:32px}.g-req-permissionspanel-content-container{max-height:68vh}.m-req-viewpermissionspanel-actionbar{width:calc(100% + 32px);margin-left:-16px}.m-req-viewpermissionspanel-actionbar .ms-CommandBar{padding-left:14px}.v-req-dynamicreate-permission-dialog-container .v-g-req-permissionspanel-body .v-g-common-require-name{padding-top:0}.v-req-dynamicreate-permission-dialog-container .v-g-req-permissionspanel-body .g-req-permissionspanel-name{padding-bottom:0}.v-req-dynamicreate-permission-dialog-container .v-g-req-permissionspanel-body .g-req-permissionspanel-name .v-g-req-permissionspanel-persona{border:1px solid var(--palette-gray2);border-radius:8px}.v-req-dynamicreate-permission-dialog-container .v-g-req-permissionspanel-body .g-req-permissionspanel-name .v-g-req-permissionspanel-persona .g-req-panel-persona-view{display:flex;justify-content:space-between;align-items:center;padding:1rem 0 1rem 1.5rem}.v-req-dynamicreate-permission-dialog-container .v-g-req-permissionspanel-body .g-req-permissionspanel-name .v-g-req-permissionspanel-persona .g-req-panel-persona-view .g-space-panel-persona.g-req-panel-persona-person-card .v-req-panel-persona-fix-width{margin-bottom:0 !important}.v-req-dynamicreate-permission-dialog-container .v-g-req-permissionspanel-body .g-req-permissionspanel-permissionlevels{padding-top:0;margin-top:1.5rem}.v-req-dynamicreate-permission-dialog-container .v-g-req-permissionspanel-body .g-req-permissionspanel-permissionlevels .ms-Label.g-common-require-name{padding-top:0;font-weight:600;font-size:14px}.v-req-dynamicreate-permission-dialog-container .v-g-req-permissionspanel-body .scrollbar-thumb-isVertical{display:none !important}.v-req-dynamicreate-permission-dialog-container .v-g-req-permissionspanel-peoplepicker .g-common-request-label.v-common-request-label{margin-top:0}.v-req-dynamicreate-permission-dialog-container .ms-Dialog-actions .ms-Dialog-actionsRight{padding-bottom:0}.v-req-dynamicreate-sitepermission-viewpermission-container .ms-Dialog-actions{display:none}.v-req-dynamicreate-sitepermission-viewpermission-container .ms-Dialog-actionsRight{display:none}.v-req-dynamicreate-sitepermission-viewpermission-container .ms-Modal-scrollableContent .ms-Dialog--close.v-common-dialog.v-common-dialog-content .ms-Dialog-content.dialog-innerContent{padding-bottom:0}.v-req-dynamicreate-sitepermission-viewpermission-container .v-g-req-viewpermissionspanel-actionbar .v-commandBar .ms-FocusZone.ms-CommandBar{padding-left:0}.v-req-dynamicreate-sitepermission-viewpermission-container .v-g-req-viewpermissionspanel-detail .g-req-viewpermissionspanel-row{padding-top:0px}.v-req-dynamicreate-sitepermission-viewpermission-container .v-g-req-viewpermissionspanel-detail .g-common-request-label .ms-Label.g-req-viewpermissionspanel-row-title.v-label{padding-top:0}.v-g-req-permission-name-wrapper{display:flex;flex-direction:column}.v-g-req-permission-name-wrapper .v-g-req-permissionspanel-name{display:flex;flex-direction:row;padding-bottom:.125rem}.v-g-req-permission-name-wrapper .v-g-req-permissionspanel-name .v-g-req-permission-persion-card{display:flex;justify-content:center;align-items:center;text-align:center;padding-left:.5rem}.v-g-req-permission-name-wrapper .v-g-req-permissionspanel-name .v-g-req-permissionspanel-name-custom{background-color:var(--palette-gray1);height:2.5rem;width:8.625rem;padding-left:.5rem;font-size:14px;font-weight:600;line-height:20px;display:flex;align-items:center;text-align:center}.v-g-req-permission-name-wrapper .v-g-req-permissionspanel-description{display:flex;flex-direction:row;margin-bottom:1.5rem}.v-g-req-permission-name-wrapper .v-g-req-permissionspanel-description .v-g-req-permissionspanel-description-custom{background-color:var(--palette-gray1);height:2.5rem;padding-left:.5rem;width:8.625rem;font-size:14px;font-weight:600;line-height:20px;display:flex;align-items:center;text-align:center}.v-req-permission-selectUser-label{font-weight:600}
.g-req-row-cell{line-height:20px !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.g-req-row-icon-edit{font-size:15px;color:#0071c7;cursor:pointer;padding-right:10px}.g-req-row-icon-delete{font-size:15px;color:red;cursor:pointer}.g-req-permission-list-noitem{color:#888;font-size:13px;text-align:center}.g-req-permissions-list-header{width:100%}.g-req-permissions-list-header-action{text-align:right;margin-bottom:5px}.g-req-permissions-list-header-title{display:flex}.g-req-permissions-list-header-title .g-common-bubble-inner{margin-top:5px}.g-req-permissions-list-header-button{height:32px !important;background-color:#eee !important;padding-left:11px !important;padding-right:15px !important}.g-req-permissions-list-body{width:100%;border-style:solid;border-width:5px;border-color:#eee}.v-g-req-permissions-list-header-action{display:flex}.v-g-req-permissions-list-header-action .v-g-req-permissions-list-header-button{border:1px solid var(--palette-gray2) !important;margin-top:.375rem;margin-bottom:1.5rem;height:2.5rem;padding:0 .5rem;border-radius:4px}.v-g-req-permissions-list-header-action .v-g-req-permissions-list-header-button i{color:var(--palette-themePrimary)}.v-g-req-permissions-list-header-action .v-g-req-permissions-list-header-button .ms-Button-textContainer{font-size:14px;font-weight:600;line-height:20px}.v-g-req-permissions-list-header-action .v-g-req-permissions-list-header-button:hover{background:none}.v-g-req-permissions-list-header-action .v-g-req-permissions-list-header-button:hover i{color:var(--palette-themePrimary)}
.dynamic-request-endpoint-message .message-inner{margin-bottom:18px;margin-right:10px}
.checkbox-list-box{display:flex;align-items:center}.checkbox-list-box .g-checkbox-label{margin-top:3px}.v-checkbox-list-box:not(:last-child){margin-bottom:.25rem}
.g-req-dynamicrequest-owner .validation-people-spinner-container{top:32px;right:3px}.g-req-dynamicrequest-owner .validation-people-label{padding-top:5px !important}.g-req-dynamicrequest-owner .g-common-bubble-inner{margin-top:0 !important}
.g-req-dynamicrequest-member .validation-people-label{padding-top:5px !important}.g-req-dynamicrequest-member .g-common-bubble-inner{margin-top:0 !important}.g-req-dynamicrequest-member .validation-people-spinner-container{top:32px;right:3px}
.g-req-dynamicrequest-quota{margin-top:5px}
.g-req-dynamicrequest-renewal{margin-top:5px}
.g-req-dynamicrequest-externalsharing{margin-top:5px}.externalSharing-dropdown-message{margin:8px 0;background-color:#e0f2fc}.viewdetails-externalSharing-dropdown-message{margin:0;background-color:#e0f2fc}.v-externalSharing-dropdown-message{width:65%;margin:8px 0;background-color:#f5faff}.v-externalSharing-dropdown-message .ms-MessageBar-content{border:#0072d0 1px solid;border-radius:4px}.v-externalSharing-dropdown-message .ms-MessageBar-content .ms-MessageBar-icon i[data-icon-name=Info]{color:#0072d0 !important}.v-externalSharing-dropdown-message .ms-MessageBar-content .ms-MessageBar-innerText{font-size:14px;line-height:20px;font-weight:400}@media screen and (max-width: 743px){.v-externalSharing-dropdown-message{width:100%}}.v-viewdetails-externalSharing-dropdown-message{margin:0;background-color:#e0f2fc}.v-externalSharing-shimmer{width:65%}
.notes-to-requester{margin:10px 0;word-break:break-word}
.v-dynamic-changemember-action-button{border:none}.v-dynamic-changemember-action-button:not(.is-disabled):hover{background-color:rgba(0,0,0,0);color:#000}.v-dynamic-changemember-action-button:not(.is-disabled):hover .v-dynamic-changemember-table-delete{color:var(--palette-themePrimary)}.v-dynamic-changemember-table-delete{font-size:14px;line-height:16px;color:var(--palette-themePrimary);cursor:pointer}.v-dynamic-changemember-table-delete:hover{color:var(--palette-themePrimary)}
.v-changeUserOrGroup-container{width:65%}@media screen and (max-width: 743px){.v-changeUserOrGroup-container{width:100%}}.v-changeUserOrGroup-container .v-changeUserOrGroup-headerButtons{display:flex;align-items:flex-start;margin:1rem 0 1.5rem 0}.v-changeUserOrGroup-container .v-changeUserOrGroup-container-scrollbar-wrapper .v-changeUserOrGroup-list.v-changeUserOrGroup-list-noData .ms-DetailsList-contentWrapper{height:0}.v-changeUserOrGroup-container .v-changeUserOrGroup-container-scrollbar-wrapper .v-changeUserOrGroup-list .ms-DetailsRow-cell{padding:0 !important;height:3.5rem}.v-changeUserOrGroup-container .v-changeUserOrGroup-container-scrollbar-wrapper .v-changeUserOrGroup-list .v-changeUserOrGroup-personCard .ms-PickerPersona-container{height:3.5rem;margin:0;flex:1;max-width:unset;padding:.75rem;background-color:#fff}.v-changeUserOrGroup-container .v-changeUserOrGroup-container-scrollbar-wrapper .v-changeUserOrGroup-list .v-changeUserOrGroup-personCard .ms-PickerPersona-container .ms-PickerItem-content{flex:1}.v-changeUserOrGroup-container .v-changeUserOrGroup-container-scrollbar-wrapper .v-changeUserOrGroup-list .v-changeUserOrGroup-personCard .ms-PickerPersona-container .ms-PickerItem-removeButton{position:absolute;width:2.5rem;height:2.5rem;right:.25rem;top:50%;transform:translateY(-50%);border-radius:0}.v-changeUserOrGroup-container .v-changeUserOrGroup-container-scrollbar-wrapper .v-changeUserOrGroup-list .v-changeUserOrGroup-personCard .ms-PickerPersona-container .v-changeUserOrGroup-primaryText>*{display:inline}.v-changeUserOrGroup-container .v-changeUserOrGroup-container-scrollbar-wrapper .v-changeUserOrGroup-list .v-changeUserOrGroup-personCard .ms-PickerPersona-container .v-changeUserOrGroup-primaryText-suffix{font-style:italic;color:var(--palette-gray6)}.v-changeUserOrGroup-container .v-changeUserOrGroup-container-scrollbar-wrapper .v-changeUserOrGroup-list .v-changeUserOrGroup-noData{text-align:center;color:var(--palette-gray6);font-style:italic;line-height:1.25rem}.v-changeUserOrGroup-container .v-changeUserOrGroup-container-scrollbar-wrapper .v-changeUserOrGroup-list .v-changeUserOrGroup-noData .dynamic-changemember-table-bold{font-size:14px;font-weight:400}.v-addUserOrGroup-popup-container .v-search-box{width:15rem}.v-addUserOrGroup-popup-container .v-common-request-label{margin-top:0}
.g-req-dynamic-service-team-template-error{font-size:12px;font-weight:400;color:#a4262c;margin-top:5px !important}.g-req-dynamicrequest-teamtemplate{margin-top:5px}
.v-copy-from-existing-team-label{width:65%}
.g-req-dynamicceategroup-preDefineOwners #preDefineOwners{height:0px}.g-req-dynamicrequest-teamowner .validation-people-spinner-container{top:32px;right:3px}.g-req-dynamicrequest-teamowner .validation-people-label{padding-top:5px !important}.g-req-dynamicrequest-teamowner .g-common-bubble-inner{margin-top:0 !important}
.g-req-dynamicrequest-teammember .validation-people-label{padding-top:5px !important}.g-req-dynamicrequest-teammember .g-common-bubble-inner{margin-top:0 !important}.g-req-dynamicrequest-teammember .validation-people-spinner-container{top:32px;right:3px}
.g-req-dynamic-request-dynamic-team-member-button-group{display:flex;justify-content:right}.g-req-dynamic-request-dynamic-team-member-button-group .g-req-dynamic-request-dynamic-team-member-action-button{height:32px !important;background-color:#eee !important;padding:0 15px !important;margin-left:15px;margin-bottom:5px}.vnext-team-member-button-group{display:flex;justify-content:left;padding:1.125rem 0 1.5rem}.vnext-team-member-button-group .g-req-dynamic-request-dynamic-team-member-action-button{margin-right:8px}
.dynamicservice-text-error{font-size:12px;font-weight:400;color:#a4262c;margin-top:5px;margin-bottom:5px}.v-dynamicservice-text-error{font-size:13px;font-style:italic;font-weight:400;color:#d01b1b;margin-top:5px;margin-bottom:5px}.dynamicrequest-margin-left{margin-left:22px}.dynamicrequest-request-label{margin-top:10px}.dynamicrequest-request-label.no-margin-request-label{margin-top:0}.dynamicrequest-request-label .g-common-bubble-inner{margin-top:0px !important}@media screen and (max-width: 743px){.dynamicrequest-request-label{margin-top:0}}.dynamicrequest-request-label-customized-margin{margin-top:0px !important}
.dynamic-service-request-team-name-description .g-req-group-groupnameoridcontainer{display:flex;align-items:center}.dynamic-service-request-team-name-description .g-req-group-groupnameoridcontainer.v-req-group-groupnameoridcontainer{width:65%;row-gap:.5rem;column-gap:.25rem;align-items:center;line-height:1.25rem;gap:0px}@media screen and (max-width: 743px){.dynamic-service-request-team-name-description .g-req-group-groupnameoridcontainer.v-req-group-groupnameoridcontainer{width:100%}}.dynamic-service-request-team-name-description .g-req-group-groupnameoridcontainer.v-req-group-groupnameoridcontainer .requestTextField-wrap{margin-bottom:0}.dynamic-service-request-team-name-description .g-req-group-groupnameoridcontainer.v-req-group-groupnameoridcontainer .requestTextField-wrap.v-uniform-textfield{width:unset !important;margin-top:0 !important}.dynamic-service-request-team-name-description .g-req-group-groupnameoridcontainer.v-req-group-groupnameoridcontainer .v-dropdown.dynamicrequest-groupid-domain .ms-Dropdown-container,.dynamic-service-request-team-name-description .g-req-group-groupnameoridcontainer.v-req-group-groupnameoridcontainer .v-dropdown.v-dynamicrequest-exchangeresource-domain .ms-Dropdown-container{width:100% !important}.dynamic-service-request-team-name-description .g-req-group-groupnameoridcontainer.v-req-group-groupnameoridcontainer .v-uniform-textfield .ms-TextField-wrapper{flex:1}.dynamic-service-request-team-name-description .ms-TextField{min-width:250px;flex-grow:1}.dynamic-service-request-team-name-description .v-req-createteam-teamname{min-width:200px}.dynamic-service-request-team-name-description .v-req-createteam-teamname.ms-TextField{flex:2 0 200px}
.dynamicservice-request-classification-error{font-size:12px;font-weight:400;color:#a4262c;margin-top:5px !important}.dynamicrequest-sensitivity{margin-bottom:8px}.v-sensitivity-shimmer{width:65%}
.g-req-dynamicrequest-timezone{margin-top:5PX}.g-req-dynamicrequest-timezone .g-req-creategroup-notes{padding-top:5px !important}.g-req-dynamicrequest-timezone .g-common-bubble-inner{margin-top:0 !important}
.g-req-dynamicrequest-local{margin-top:5px}.g-req-dynamicrequest-local .g-req-creategroup-notes{padding-top:5px !important}.g-req-dynamicrequest-local .g-common-bubble-inner{margin-top:0 !important}
.dynamic-service-site-design-div{margin-top:5px;margin-bottom:8px}.dynamic-service-site-design-div .g-common-request-label .g-common-bubble-inner{margin-top:5px !important}
.g-req-dynamicrequest-funstuff{padding-top:5px;padding-bottom:5px}.g-req-dynamicrequest-funstuff .g-common-request-label .g-common-bubble-inner{margin-top:0}.g-req-dynamicrequest-funstuff.v-req-dynamicrequest-funstuff{border:0 solid var(--palette-gray2);border-width:.0625rem 0 .0625rem;padding:1.5rem 0 1.5rem;margin-top:1.5rem}.g-req-dynamicrequest-funstuff .funstuff-section.vnext-funstuff-section{margin-top:1rem}.g-req-dynamicrequest-funstuff .funstuff-section.vnext-funstuff-section~.vnext-funstuff-section{margin-top:0}.g-req-dynamicrequest-funstuff .funstuff-section.vnext-funstuff-section:not(:last-child){margin-bottom:1.5rem}
.g-req-dynamicrequest-privacy{margin-top:5px}.g-req-dynamicrequest-privacy .g-req-creategroup-privacy{padding-top:5px !important}.g-req-dynamicrequest-privacy .g-common-bubble-inner{margin-top:0 !important}.g-req-dynamicrequest-privacy .v-req-creategroup-privacy{padding:4px 0 !important;margin-bottom:0px !important}.g-req-dynamicrequest-privacy .privacy-show-message{margin:8px 0;background-color:#e0f2fc}.g-req-dynamicrequest-privacy .v-privacy-show-message{width:65%;margin:8px 0;background-color:#e0f2fc}
.dynamic-request-guest-permission .g-common-request-label .g-common-bubble-inner{margin-top:3px}
.dynamic-request-member-permissions .g-common-request-label .g-common-bubble-inner{margin-top:3px}
.dynamic-request-mentions .g-common-request-label .g-common-bubble-inner{margin-top:3px}
.createTeam-teamContact-verifyPeoplePicker-icon{position:absolute;transform:translateY(-50%);top:50%;right:-20px}.createTeam-teamContact-verifyPeoplePicker-icon .icon-complete{color:#59f100}.createTeam-teamContact-verifyPeoplePicker-icon .icon-fail{color:#e60f0f}
.v-dynamic-request-invite-template{align-items:center;margin-bottom:18px}.v-dynamic-request-invite-template .dynamic-request-invite-template-icon{color:var(--palette-themePrimary);margin-right:8px}.v-dynamic-request-invite-template button{text-decoration:underline}.v-file-upload-name{font-weight:600 !important}.v-dynamic-request-error-message{font-size:13px !important;font-style:italic;color:var(--palette-error) !important}.v-dynamic-request-error-message label{font-size:13px !important;font-style:italic;color:var(--palette-error) !important}.v-dynamic-request-error-message span{margin-top:0;color:var(--palette-error) !important}.v-dynamic-request-error-message .v-dynamic-request-error-message-link{font-style:italic;text-decoration:underline}.v-dynamic-request-success-message{font-size:13px !important;font-style:italic;color:var(--palette-successful)}.v-dynamic-request-error-message{width:65%}@media screen and (max-width: 743px){.v-dynamic-request-error-message{width:100% !important}}.dynamic-request-invite-template{display:flex}.dynamic-request-invite-template .g-uniform-link{font-size:14px}.file-upload-name{display:inline-block}.file-upload .file-upload-button{min-width:max-content}.dynamic-request-profile-photo .file-upload-description{color:var(--theme-primary, #0071C7);margin-left:5px}[data-theme=theme1] .dynamic-request-profile-photo .file-upload-description{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .dynamic-request-profile-photo .file-upload-description{color:#cf3900}[data-theme=theme3] .dynamic-request-profile-photo .file-upload-description{color:#077fa6}[data-theme=theme4] .dynamic-request-profile-photo .file-upload-description{color:#b35c00}[data-theme=theme5] .dynamic-request-profile-photo .file-upload-description{color:#3e8628}[data-theme=theme6] .dynamic-request-profile-photo .file-upload-description{color:#eb0f0f}[data-theme=theme7] .dynamic-request-profile-photo .file-upload-description{color:#278265}[data-theme=theme8] .dynamic-request-profile-photo .file-upload-description{color:#7760e6}.dynamic-request-profile-photo .file-upload{display:flex;column-gap:8px}.dynamic-request-profile-photo .g-uniform-textfield{width:100%}.dynamic-request-invite-file-div{display:flex;align-items:center}.dynamic-request-profile-photo{flex:1}.dynamic-request-success-message{font-size:14px;color:var(--palette-successful);margin-top:5px;flex-grow:1}.dynamic-request-success-message span{margin-top:0;color:var(--palette-successful)}.dynamic-request-error-message{font-size:12px;color:#a4262c;margin-top:5px;flex-grow:1}.dynamic-request-error-message span{margin-top:0;color:#a4262c}.dynamic-request-profile-photo-error .ms-TextField-fieldGroup::after{border-color:#a4262c;font-size:12px}.dynamic-request-profile-photo .file-upload-description{position:relative}.dynamic-request-profile-photo .file-upload-description i{position:absolute;top:4px}.dynamic-request-invite-template-icon{color:#0071c7;margin-right:5px}.dynamic-request-error-message label{font-size:12px;color:#a4262c;margin-top:5px}.dynamic-request-invite-file-div .file-upload-name{line-height:20px}.v-dynamic-request-invite-file-div .ms-Label::after{padding-right:4px !important}.v-dynamic-request-invite-file-div .dynamic-request-error-message{margin-top:4px}.v-dynamic-request-invite-file-div .v-file-upload-attachment-field{margin-bottom:0}@media screen and (max-width: 743px){.v-dynamic-request-invite-file-div .v-file-upload-attachment-field{margin-top:0 !important}}
.dynamic-request-createTeamSiteurl-label{margin-top:10px}.dynamic-request-createTeamSiteurl-label.v-dynamic-request-createTeamSiteurl-label{margin-top:0}.dynamic-request-createTeamSiteurl.v-dynamic-request-createTeamSiteurl .createTeamSiteurl-url{margin:0}.dynamic-request-createTeamSiteurl .createTeamSiteurl-rootsite{display:inline;margin-right:8px;word-break:break-all;font-size:14px;line-height:32px;color:#333}.dynamic-request-createTeamSiteurl .createTeamSiteurl-managedpath{display:inline-block;vertical-align:top;margin-right:8px;min-width:100px}.dynamic-request-createTeamSiteurl .createTeamSiteurl-url{display:inline-block;vertical-align:top;width:100%;margin-right:8px;margin-bottom:20px}.g-dynamic-lock-message{font-size:13px;background-color:#e0f2fc}.v-info-message-bar{width:65%}@media screen and (max-width: 743px){.v-info-message-bar{min-width:fit-content}}
.g-req-dynamicrequest-librarydescription{margin-top:10px}.g-req-dynamicrequest-libraryname{display:flex;flex-wrap:wrap;align-items:center}.g-req-dynamicrequest-libraryname .ms-TextField{min-width:250px;flex-grow:1}.g-req-dynamicrequest-libraryname .name-prefix{margin-right:10px}.g-req-dynamicrequest-libraryname .name-suffix{margin-left:10px}.v-req-createlibrary-nameanddescription-wrapper .ms-TextField.v-uniform-textfield.name-textbox.requestTextField-wrap{margin-bottom:0}.v-req-createlibrary-nameanddescription-wrapper .v-label-no-padding{padding-top:0}.v-req-createlibrary-nameanddescription-wrapper .g-req-dynamicrequest-libraryname{width:65%}
.g-req-dynamicrequest-permissionmanagement{margin-top:5px}.g-req-dynamicrequest-permissionmanagement .g-req-createlibrary-grantbtn{margin-left:360px}.g-req-dynamicrequest-permissionmanagement .v-g-req-createlibrary-grantbtn{margin-right:360px;margin-top:16px;margin-bottom:24px}.g-req-dynamicrequest-permissionmanagement .g-req-dynamicrequest-permission-shimmer{max-width:540px;height:235px;border-style:solid;border-width:10px;border-color:#eee;overflow:hidden;margin-top:10px}.g-req-dynamicrequest-permissionmanagement .g-req-dynamicrequest-permission-shimmer .g-req-createlibrary-grantbtnshimmer{margin-top:10px;width:180px}.g-req-dynamicrequest-permissionmanagement .g-req-dynamicrequest-permission{margin-top:10px}.v-g-req-dynamicrequest-permissionmanagement{margin:0}.v-g-req-dynamicrequest-permissionmanagement .v-g-req-dynamicrequest-title{margin-top:1.5rem}.v-g-req-dynamicrequest-permissionmanagement .g-req-dynamicrequest-title{font-weight:700;font-size:14px;line-height:20px}.v-g-req-dynamicrequest-permissionmanagement .v-g-req-common-details-list .ms-DetailsList.v-detailList.g-req-details-list .ms-DetailsList-headerWrapper .ms-DetailsHeader-cell[data-item-key=Action]{width:100px !important}.v-g-req-dynamicrequest-permissionmanagement .v-g-req-common-details-list .ms-DetailsList.v-detailList.g-req-details-list .ms-DetailsList-contentWrapper .ms-DetailsRow-cell[data-automation-key=Action]{width:100px !important}
.g-req-dynamicrequest-navigation{margin-top:10px}.v-g-req-dynamicrequest-navigation{margin-top:1.5rem}.v-g-req-dynamicrequest-navigation .v-label-custom-no-padding{padding-top:0}
.g-req-dynamiccreatelibrary-history-disabled{padding:8px 0 8px 26px !important;color:#aaa}.g-req-dynamiccreatelibrary-history-optiondes{padding:8px 0 8px 26px !important}.g-req-dynamicrequest-docversion .g-req-dynamicrequest-docversion-title{margin-top:10px}.g-req-dynamicrequest-docversion .g-req-dynamiccreatelibrary-choiceGroup{margin-top:3px}.g-req-dynamicrequest-docversion .g-req-dynamiccreatelibrary-choiceGroup label:first-child{padding-bottom:0px}.g-req-dynamicrequest-docversion .g-req-dynamiccreatelibrary-versions-disabled{padding-bottom:0px !important;color:#aaa}.g-req-dynamicrequest-docversion .g-req-dynamiccreatelibrary-versions-title{padding-bottom:0px !important}.g-req-dynamicrequest-docversion .g-req-dynamiccreatelibrary-versions-content{display:flex;flex-direction:row;height:32px;margin-top:8px;align-items:center}@media screen and (max-width: 743px){.g-req-dynamicrequest-docversion .g-req-dynamiccreatelibrary-versions-content{margin-bottom:3.125rem;display:flex;flex-direction:row;align-items:flex-start}}.g-req-dynamicrequest-docversion .g-req-dynamiccreatelibrary-versions-content .g-req-dynamiccreatelibrary-versions-input{width:70px;margin-left:10px !important}.g-req-dynamicrequest-docversion .v-g-req-dynamiccreatelibrary-versions-content{margin-top:1rem}@media screen and (max-width: 743px){.v-g-req-dynamicrequest-docversion .v-common-request-label{margin-bottom:4px}}.v-g-req-dynamicrequest-docversion .g-req-dynamicrequest-docversion-title.v-label-custom-no-padding.v-label{margin-top:0;padding-top:0}.v-g-req-dynamicrequest-docversion .v-label-custom{padding-top:0}@media screen and (max-width: 768px){.g-req-dynamiccreatelibrary-versions-content .ms-Checkbox{width:270px}.g-req-dynamiccreatelibrary-versions-content{height:38px}}
.g-req-dynamiccreatelibrary-url{margin-top:10px}.g-req-dynamiccreatelibrary-url .g-req-dynamiccreatelibrary-siteaddress-flex{display:flex;flex-direction:row;flex-grow:1;position:relative}.g-req-dynamiccreatelibrary-url .g-req-dynamiccreatelibrary-siteaddress-flex .g-common-request-label{display:none}.g-req-dynamiccreatelibrary-url .g-req-dynamiccreatelibrary-siteaddress-flex .m-g-req-dynamiccreatelibrary-siteaddress{margin-right:5px !important;width:150px}.g-req-dynamiccreatelibrary-url .g-req-dynamiccreatelibrary-siteaddress-flex .m-g-req-dynamiccreatelibrary-siteaddress{margin-right:5px !important;width:150px}.g-req-dynamiccreatelibrary-url .g-req-dynamiccreatelibrary-siteaddress-flex .g-req-dynamiccreatelibrary-siteaddress{margin-right:10px !important;width:100%}.g-req-dynamiccreatelibrary-url .g-req-dynamiccreatelibrary-siteaddress-flex .g-req-dynamiccreatelibrary-siteaddress-icon{width:24px;margin-left:-8px;color:#106ebe;cursor:pointer}.g-req-dynamiccreatelibrary-url .g-req-dynamiccreatelibrary-siteaddress-flex .v-g-req-dynamiccreatelibrary-siteaddress-icon-custom{width:1.5rem;margin-left:-0.5rem;color:var(--palette-themePrimary);cursor:pointer}@media screen and (max-width: 743px){.g-req-dynamiccreatelibrary-url .g-req-dynamiccreatelibrary-siteaddress-flex .v-g-req-dynamiccreatelibrary-siteaddress-icon-custom{position:absolute;right:1.125rem;top:.95rem}}.g-req-dynamiccreatelibrary-url .g-req-dynamiccreatelibrary-siteaddress-flex .v-g-req-dynamiccreatelibrary-siteaddress-icon-custom i{color:var(--palette-themePrimary)}.g-req-dynamiccreatelibrary-url .g-req-dynamiccreatelibrary-siteaddress-flex .g-req-dynamiccreatelibrary-siteaddress-cutoff{width:20px;text-align:center}.g-req-dynamiccreatelibrary-url .g-req-dynamiccreatelibrary-siteaddress-flex .g-req-dynamiccreatelibrary-siteurl-name{width:100%}.g-req-dynamiccreatelibrary-url .g-req-dynamiccreatelibrary-siteaddress-flex .g-req-dynamiccreatelibrary-validate-spinner{position:absolute;right:-22px;top:6px}.g-req-dynamiccreatelibrary-url .g-req-dynamiccreatelibrary-siteaddress-flex .g-req-dynamiccreatelibrary-validate-spinner .g-req-dynamiccreatelibrary-validate-icon-completed{font-size:19px;color:#59f100}.g-req-dynamiccreatelibrary-url .g-req-dynamiccreatelibrary-siteaddress-flex .g-req-dynamiccreatelibrary-validate-spinner .g-req-dynamiccreatelibrary-validate-icon-alert{font-size:19px;color:#f32828}.v-req-dynamicreate-createlibrary-addurlfromscope-wrapper .ms-Dialog-main.v-dialog-main .ms-Modal-scrollableContent .ms-Dialog-inner.dialog-inner .ms-Dialog-content.dialog-innerContent{padding-bottom:0 !important}.v-req-dynamicreate-createlibrary-addurlfromscope-wrapper .v-scope-footer-buttons-wrapper{display:flex;justify-content:end;flex-direction:row-reverse;gap:8px}.v-g-req-dynamiccreatelibrary-url{margin-top:1.5rem}.v-g-req-dynamiccreatelibrary-url .v-label-custom-no-padding{padding-top:0}.v-g-req-dynamiccreatelibrary-url .g-req-dynamiccreatelibrary-siteaddress-flex{position:relative;width:98%}.v-g-req-dynamiccreatelibrary-url .g-req-dynamiccreatelibrary-siteaddress-flex .g-req-dynamiccreatelibrary-siteaddress-flex .ms-TextField.v-uniform-textfield.g-req-dynamiccreatelibrary-siteaddress.requestTextField-wrap{margin-bottom:0 !important;width:100% !important}.v-g-req-dynamiccreatelibrary-url .g-req-dynamiccreatelibrary-siteaddress-flex .ms-TextField.v-uniform-textfield.g-req-dynamiccreatelibrary-siteaddress{margin-right:0 !important}.v-g-req-dynamiccreatelibrary-url .v-g-req-dynamiccreatelibrary-siteaddress-icon-custom{position:absolute;right:.625rem;top:.25rem}.v-g-req-dynamiccreatelibrary-url .v-g-req-dynamiccreatelibrary-siteaddress-icon-custom .ms-Button.ms-Button--icon:hover{background:rgba(0,0,0,0)}.v-g-req-dynamiccreatelibrary-url .v-g-req-dynamiccreatelibrary-validate-spinner{position:absolute;right:-1.813rem !important;top:.563rem !important}.v-g-req-dynamiccreatelibrary-url .v-g-req-dynamiccreatelibrary-validate-spinner i[data-icon-name=fas-check]{color:var(--palette-successful) !important;font-size:20px !important}@media screen and (max-width: 743px){.v-g-req-dynamiccreatelibrary-url .v-g-req-dynamiccreatelibrary-validate-spinner{top:1.25rem !important}}.g-req-dynamiccreatelibrary-scope-panel .dynamic-addScopeView-container{display:flex;flex-direction:column;height:100%;padding:0 16px}.g-req-dynamiccreatelibrary-scope-panel .dynamic-addScopeView-container .scope-prompt{margin:10px 0;font-size:12px;color:#5d6778}.g-req-dynamiccreatelibrary-scope-panel .dynamic-addScopeView-container .addScopeView-detailsList-info{margin-top:16px;padding-left:14px;font-size:14px;margin-bottom:8px;color:#333}.g-req-dynamiccreatelibrary-scope-panel .dynamic-addScopeView-container .addScopeView-searchBoxContainer{display:flex;flex-direction:row-reverse}.g-req-dynamiccreatelibrary-scope-panel .dynamic-addScopeView-container .addScopeView-searchBoxContainer .addScopeView-searchBox{width:234px;margin-right:15px}.g-req-dynamiccreatelibrary-scope-panel .dynamic-addScopeView-container .addScopeView-detailsList{flex:1}.g-req-dynamiccreatelibrary-scope-panel .scope-footer-buttons{margin-left:16px;margin-top:10px}.g-req-dynamiccreatelibrary-scope-panel .scope-add-button{margin-right:8px}
.g-req-dynamic-scopetree-detailsList{height:100%}.g-req-dynamic-scopetree-detailsList .scope-item{align-items:center;line-height:16px;padding-right:24px;display:flex}@media screen and (max-width: 743px){.g-req-dynamic-scopetree-detailsList .scope-item{display:flex;padding-right:0}}@media screen and (max-width: 743px){.g-req-dynamic-scopetree-detailsList .scope-item .ms-TooltipHost.scope-item-name{flex:1;overflow:hidden;text-overflow:ellipsis}}.g-req-dynamic-scopetree-detailsList .scope-item .scope-item-name{color:#767676;flex-grow:1;overflow:hidden;text-overflow:ellipsis}.g-req-dynamic-scopetree-detailsList .scope-item .scope-object-name{flex-grow:1;overflow:hidden;text-overflow:ellipsis}.g-req-dynamic-scopetree-detailsList .scope-item .type-icon{margin-right:10px}.g-req-dynamic-scopetree-detailsList .scope-item .scope-arrow-icon{cursor:pointer;float:right;font-size:16px}.g-req-dynamic-scopetree-detailsList .scope-item .dynamicservice-iconOfficeLogo-root-height{color:#e13903;font-size:16px;height:15px;vertical-align:bottom;margin-top:2px}.g-req-dynamic-scopetree-detailsList .scope-item .dynamicservice-iconAdminSLogoInverse32-root-height{color:#006dbb;font-size:16px;height:15px;vertical-align:bottom;margin-top:2px}@media screen and (max-width: 743px){.v-req-dynamic-scopetree-detailsList .ms-DetailsRow>div.ms-DetailsRow-cellCheck{padding-left:0}}@media screen and (max-width: 743px){.v-req-dynamic-scopetree-detailsList .scope-item .ms-TooltipHost{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.g-req-dynamic-scopetree-container{padding:0 16px}.g-req-dynamic-scopetree-container .scope-type-description{margin:16px 0 8px 0;color:#333}.g-req-dynamic-scopetree-container .scope-tab-container{display:flex}.g-req-dynamic-scopetree-container .scope-tab-container .scope-nav-button{max-width:150px;background:#f4f4f4;border:#f4f4f4 1px solid}.g-req-dynamic-scopetree-container .scope-tab-container .scope-nav-button .ms-Button-textContainer,.g-req-dynamic-scopetree-container .scope-tab-container .scope-nav-button .ms-Button-label{height:32px;line-height:32px}.g-req-dynamic-scopetree-container .scope-tab-container .scope-nav-arrow{margin:0 12px}@media screen and (max-width: 743px){.g-req-dynamic-scopetree-container .scope-tab-container .scope-nav-arrow{margin:0 8px 0 0px}}.g-req-dynamic-scopetree-container .scope-tab-container .scope-searchbox{width:248px}.g-req-dynamic-scopetree-container .scope-tab-container-right{margin-bottom:16px;height:32px}.g-req-dynamic-scopetree-container .scope-tab-container-right .scope-searchbox{width:248px;float:right}.v-g-req-dynamic-scopetree-container{padding:0}.v-g-req-dynamic-scopetree-container .v-scope-type-description{background-color:var(--palette-gray1);font-weight:600;font-size:14px;line-height:20px;height:2.25rem;display:flex;align-items:center;padding-left:.5rem}.v-g-req-dynamic-scopetree-container .v-scope-type-description .v-scope-type-description-custom{color:#5d6778;font-size:12px}@media screen and (max-width: 743px){.v-g-req-dynamic-scopetree-container .v-scope-tab-container{display:flex;flex-direction:row;flex-wrap:wrap;padding:1.5rem 0}}.v-g-req-dynamic-scopetree-container .v-scope-tab-container .ms-TooltipHost .v-scope-nav-button{background:none;padding-left:0;text-decoration:underline;border:none;margin-bottom:1.5rem}@media screen and (max-width: 743px){.v-g-req-dynamic-scopetree-container .v-scope-tab-container .ms-TooltipHost .v-scope-nav-button{margin-bottom:8px}}.v-g-req-dynamic-scopetree-container .v-scope-tab-container .ms-TooltipHost .v-scope-nav-button .ms-Button-flexContainer span{font-weight:400;font-size:16px;line-height:21.79px}@media screen and (max-width: 743px){.v-g-req-dynamic-scopetree-container .v-scope-tab-container .ms-TooltipHost .v-scope-nav-button .scope-nav-arrow{margin-right:.75rem !important}}.v-g-req-dynamic-scopetree-container .v-scope-tab-container .ms-TooltipHost .v-scope-nav-button:hover{background:none !important}@media screen and (max-width: 743px){.v-g-req-dynamic-scopetree-container .v-scope-tab-container .ms-TooltipHost{display:flex;align-items:baseline}}.v-pivot-custom{margin-top:1.5rem}.v-pivot-custom .ms-Button.ms-Button--action.ms-Button--command.ms-Pivot-link{font-weight:700;font-size:14px;line-height:18px;height:1.125rem;padding-left:0px}.v-pivot-custom .ms-Button.ms-Button--action.ms-Button--command.ms-Pivot-link::before{height:0}
.g-req-dynamiccreatelibrary-libraryurl-container{margin-top:10px}.g-req-dynamiccreatelibrary-libraryurl-container .g-req-dynamiccreatelibrary-libraryurl-flex{display:flex;flex-wrap:wrap;align-items:center}.g-req-dynamiccreatelibrary-libraryurl-container .g-req-dynamiccreatelibrary-libraryurl-flex .g-req-dynamiccreatelibrary-parentsiteurl{word-wrap:break-word;word-break:break-all;font-size:14px;font-weight:400;white-space:pre-wrap;margin-right:5px}.g-req-dynamiccreatelibrary-libraryurl-container .g-req-dynamiccreatelibrary-libraryurl-flex .g-req-dynamiccreatelibrary-libraryurl{width:100%}.g-req-dynamiccreatelibrary-libraryurl-container .g-req-dynamiccreatelibrary-libraryurl-flex .g-req-dynamiccreatelibrary-libraryurl-width{min-width:200px;max-width:560px;margin:3px 0 0 0;display:flex;flex-direction:row}.g-req-dynamiccreatelibrary-libraryurl-container .g-req-dynamiccreatelibrary-libraryurl-flex .g-req-dynamiccreatelibrary-libraryurl-width .g-common-request-label{display:none}.g-req-dynamiccreatelibrary-libraryurl-container .g-req-dynamiccreatelibrary-libraryurl-flex .g-req-dynamiccreatelibrary-libraryurl-validate-spinner{margin:6px 0 0 7px}.g-req-dynamiccreatelibrary-libraryurl-container .g-req-dynamiccreatelibrary-libraryurl-flex .g-req-dynamiccreatelibrary-libraryurl-validate-spinner .g-req-dynamiccreatelibrary-libraryurl-validate-icon-completed{font-size:19px;color:#59f100}.g-req-dynamiccreatelibrary-libraryurl-container .g-req-dynamiccreatelibrary-libraryurl-flex .g-req-dynamiccreatelibrary-libraryurl-validate-spinner .g-req-dynamiccreatelibrary-libraryurl-validate-icon-alert{font-size:19px;color:#f32828}.v-g-req-dynamiccreatelibrary-libraryurl-container{margin-top:1.5rem}.v-g-req-dynamiccreatelibrary-libraryurl-container .v-label-custom-no-padding{padding-top:0}.v-g-req-dynamiccreatelibrary-libraryurl-container .v-g-req-dynamiccreatelibrary-libraryurl-flex .g-req-dynamiccreatelibrary-libraryurl .ms-TextField.v-uniform-textfield.requestTextField-wrap{margin-bottom:0}.v-g-req-dynamiccreatelibrary-libraryurl-container .v-g-req-dynamiccreatelibrary-libraryurl-validate-spinner{margin:.5rem 0 0 .75rem}@media screen and (max-width: 743px){.v-g-req-dynamiccreatelibrary-libraryurl-container .v-g-req-dynamiccreatelibrary-libraryurl-validate-spinner{margin:1.25rem 0 0 .75rem !important}}.v-g-req-dynamiccreatelibrary-libraryurl-container .v-g-req-dynamiccreatelibrary-libraryurl-validate-spinner i[data-icon-name=fas-check]{color:var(--palette-successful) !important;font-size:20px !important}
.dynamicservice-request-texterror{font-size:12px;font-weight:400;color:#a4262c;margin-top:5px}.dynamicservice-request-margintop{margin-top:10px}
.dynamicrequest-createsc-sitecollectiontitle-container{display:flex;flex-wrap:wrap;align-items:center}.dynamicrequest-createsc-sitecollectiontitle-container .dynamicrequest-createsc-sitecollectiontitle-prefix-margin,.dynamicrequest-createsc-sitecollectiontitle-container .dynamicrequest-createsc-sitecollectiontitle-text{margin-right:10px}.dynamicrequest-createsc-sitecollectiontitle-container .dynamicrequest-createsc-sitecollectiontitle-input{margin-bottom:0}.dynamicrequest-createsc-sitecollectiontitle-container .dynamicrequest-createsc-sitecollectiontitle-suffix-margin{margin-left:10px}.dynamicrequest-createsc-sitecollectiontitle-container .ms-TextField{min-width:250px;flex-grow:1}.dynamicrequest-createsc-sitecollectiontitle-container .dynamicrequest-createsc-sitecollectiontitle-prefix,.dynamicrequest-createsc-sitecollectiontitle-container .dynamicrequest-createsc-sitecollectiontitle-suffix{word-wrap:break-word;word-break:break-all;font-size:14px;font-weight:400;white-space:pre-wrap;max-width:1000px}.v-dynamicrequest-createsc-sitecollectiontitle-container{width:65%;row-gap:.5rem;column-gap:.25rem;align-items:center;line-height:1.25rem}@media screen and (max-width: 743px){.v-dynamicrequest-createsc-sitecollectiontitle-container{width:100%}}.v-dynamicrequest-createsc-sitecollectiontitle-container .requestTextField-wrap{margin-bottom:0}.v-dynamicrequest-createsc-sitecollectiontitle-container .requestTextField-wrap.v-uniform-textfield{width:unset !important;margin-top:0 !important}.v-dynamicrequest-createsc-sitecollectiontitle-container .v-dropdown.dynamicrequest-groupid-domain .ms-Dropdown-container,.v-dynamicrequest-createsc-sitecollectiontitle-container .v-dropdown.v-dynamicrequest-exchangeresource-domain .ms-Dropdown-container{width:100% !important}.v-dynamicrequest-createsc-sitecollectiontitle-container .v-uniform-textfield .ms-TextField-wrapper{flex:1}
.dynamic-request-createscurl-label{margin-top:10px}.dynamic-request-createscurl .createscurl-rootsite-shimmer{display:inline-block;vertical-align:top;width:200px;margin-right:8px}.dynamic-request-createscurl .createscurl-rootsite{display:inline;margin-right:8px;word-break:break-all;font-size:14px;line-height:32px;color:#333}.dynamic-request-createscurl .createscurl-managedpath{display:inline-block;vertical-align:top;margin-right:8px;min-width:100px}.dynamic-request-createscurl .createscurl-manually-url{display:inline-block;vertical-align:top;width:160px;margin-right:8px}.dynamic-request-createscurl .createscurl-automanually-url{display:inline;font-size:14px;line-height:32px;color:#333}.dynamic-request-createscurl .createscurl-autogenerate-url{display:inline;word-break:break-all;font-size:14px;line-height:32px;color:#333}.dynamic-request-createscurl .v-full-size-input{width:100% !important}.v-dynamic-request-createscurl{display:flex;align-items:center;width:100%;gap:8px}@media(max-width: 480px){.v-dynamic-request-createscurl{flex-wrap:wrap}.v-dynamic-request-createscurl .createscurl-rootsite,.v-dynamic-request-createscurl .createscurl-automanually-url{max-width:224px;line-height:20px}}.v-dynamic-request-createscurl .createscurl-rootsite,.v-dynamic-request-createscurl .createscurl-automanually-url{line-height:20px}.v-dynamic-request-createscurl .createscurl-managedpath{width:120px}.v-dynamic-request-createscurl .createscurl-managedpath .v-dropdown.v-full-size-input .ms-Dropdown[id=ManagedPath]::before{display:none}.v-dynamic-request-createscurl .createscurl-rootsite,.v-dynamic-request-createscurl .createscurl-managedpath{margin-right:0}.v-dynamic-request-createscurl .createscurl-manually-url{min-width:120px;max-width:320px;flex:1;margin-right:0}.v-dynamic-request-createscurl .createscurl-manually-url .v-uniform-textfield{margin-top:0 !important}.v-dynamic-request-createscurl .v-uniform-textfield{margin-bottom:0}.v-dynamic-request-createscurl .v-uniform-textfield textarea.ms-TextField-field{padding:10px;height:40px}.createscurl-managedpath-panel .ms-Panel-commands .ms-Panel-navigation .ms-Panel-header .ms-Panel-headerText{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:22px;hyphens:unset}


.g-req-row-cell{line-height:20px !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.dynamic-sc-permission-edit-placeholder{margin-right:25px}.g-req-row-icon-edit{font-size:15px;color:#0071c7;cursor:pointer;padding-right:10px}.v-g-req-row-icon-edit{font-size:14px;line-height:16px;color:var(--palette-themePrimary);cursor:pointer;padding:.75rem .813rem}.v-g-req-row-icon-edit[data-icon-name=fas-eye]{font-size:14px;line-height:16px;color:var(--palette-themePrimary);cursor:pointer;padding:.75rem .763rem}.v-g-req-row-icon-edit[data-icon-name=fas-trash]{font-size:14px;line-height:16px;color:var(--palette-themePrimary);cursor:pointer;padding:.75rem .869rem}.ms-DetailsRow-cell:has(.v-g-req-row-icon-edit){padding:0}.g-req-row-icon-delete{font-size:15px;color:red;cursor:pointer}.g-req-permission-list-noitem{color:#888;font-size:13px;text-align:center}.g-req-permissions-list-header{width:100%}.g-req-permissions-list-header-action{text-align:right;margin-bottom:5px}.v-req-permissions-list-header-action{text-align:left;margin:18px 0 24px}.v-req-permissions-list-header-action .v-g-req-permissions-list-header-button{height:2.5rem !important;background-color:#fff !important;border:1px solid var(--palette-gray2);border-radius:4px;margin:0;font-weight:600;font-size:14px}.v-req-permissions-list-header-action .v-g-req-permissions-list-header-button .ms-Button-flexContainer i{color:var(--palette-themePrimary);font-size:14px}.g-req-permissions-list-header-title{display:flex}.g-req-permissions-list-header-title .g-common-bubble-inner{margin-top:5px}.g-req-permissions-list-header-button{height:32px !important;background-color:#eee !important;padding-left:11px !important;padding-right:15px !important}.g-req-permissions-list-body{width:100%;border-style:solid;border-width:5px;border-color:#eee}.g-req-dynamicrequest-permission{margin-top:10px;margin-bottom:8px}.g-req-dynamicrequest-permission .g-req-dynamicrequest-welcomeemail .g-common-bubble-inner{margin-top:0 !important}.g-req-dynamicrequest-permission .g-req-dynamicrequest-welcomeemail .g-req-dynamicrequest-welcomeemail-choice .ms-ChoiceFieldGroup-flexContainer{display:flex}.g-req-dynamicrequest-permission .g-req-dynamicrequest-welcomeemail .g-req-dynamicrequest-welcomeemail-choice .ms-ChoiceFieldGroup-flexContainer .ms-ChoiceField{margin-right:30px}
.g-req-permissionspanel-permissionlevels button{padding-top:10px}.g-req-permissionspanel-permissionlevels label{padding-top:5px}.g-req-permissionspanel-permissionlevels{width:80%;padding-top:10px}.g-req-viewpermissionspanel-actionbar{margin-left:-16px}.g-req-permissionspanel-permissionlevels-items{min-height:200px}.g-req-permissionspanel-name{padding-bottom:10px}.g-common-require-name-customized-margin{margin-top:0px !important}.g-req-permissionspanel-name label{padding-bottom:5px}.g-req-permissionspanel-description{padding-bottom:10px}.g-req-permissionspanel-description .g-req-permissionspanel-description-bold{font-weight:600}.dynamic-sc-group-permissionspanel-errormessage{height:16px;font-size:12px;color:#a4262c}.v-req-permissionspanel-permissionlevels .dynamic-sc-group-permissionspanel-errormessage{color:var(--palette-error) !important;font-style:italic;font-size:.8125rem}.g-req-permissionspanel-description label{padding-bottom:5px}.dynamic-sc-group-member-peoplepicker{max-width:600px;min-width:200px}.dynamic-sc-group-member-peoplepicker .dynamic-sc-group-member-peoplepicker-bold{font-weight:600}.dynamic-sc-group-member-peoplepicker .validation-people-spinner-container{top:0}.g-req-permissionspanel-groupowner{padding-bottom:10px}.g-req-permissionspanel-groupowner .g-req-permissionspanel-groupowner-bold{font-weight:600}.g-req-permissionspanel-groupowner .g-req-permission-choicegroup.dy-request-permission-choicegroup{width:100%;max-width:600px}.g-req-permissionspanel-groupowner .g-req-permission-choicegroup.dy-request-permission-choicegroup .ms-ChoiceField-wrapper{width:100%}.g-req-permissionspanel-groupowner .g-req-permission-choicegroup.dy-request-permission-choicegroup .ms-ChoiceField-wrapper .g-req-permissionspanel-sharepointgroup,.g-req-permissionspanel-groupowner .g-req-permission-choicegroup.dy-request-permission-choicegroup .ms-ChoiceField-wrapper .g-req-permissionspanel-sharepointgroup-dropdown,.g-req-permissionspanel-groupowner .g-req-permission-choicegroup.dy-request-permission-choicegroup .ms-ChoiceField-wrapper .dynamic-sc-permission-sharepoint-group,.g-req-permissionspanel-groupowner .g-req-permission-choicegroup.dy-request-permission-choicegroup .ms-ChoiceField-wrapper .g-req-permissionspanel-sharepointgroup>div{width:100%}.g-req-permissionspanel-groupowner .g-req-permission-choicegroup.dy-request-permission-choicegroup .g-req-permissionspanel-sharepointgroup-dropdown{width:100%}@media screen and (max-width: 743px){.g-req-permissionspanel-groupowner .g-req-permission-choicegroup.dy-request-permission-choicegroup .g-req-permissionspanel-sharepointgroup-dropdown{width:100% !important}}@media screen and (max-width: 743px){.g-req-permissionspanel-groupowner .v-req-permission-choicegroup .g-req-permissionspanel-office365user{padding-top:10px !important;padding-bottom:16px}.g-req-permissionspanel-groupowner .v-req-permission-choicegroup .g-req-permissionspanel-office365user .dynamic-sc-permission-office365-user::before{top:25px}}.v-req-permissionspanel-groupowner{padding-bottom:0px !important}.v-req-permissionspanel-groupowner .v-uniform-choice-group.g-req-permission-choicegroup.dy-request-permission-choicegroup.v-req-permission-choicegroup .ms-ChoiceField-wrapper:has(.ms-ChoiceField-input[aria-label=" Microsoft 365 user"]){padding-bottom:12px}.v-req-permissionspanel-groupowner .v-uniform-choice-group.g-req-permission-choicegroup.dy-request-permission-choicegroup.v-req-permission-choicegroup .ms-ChoiceField-wrapper:has(.ms-ChoiceField-input[aria-label=" Microsoft 365 user"]) .g-req-permissionspanel-office365user .dynamic-sc-permission-sharepoint-owner{width:94%}.v-req-permissionspanel-groupowner .v-uniform-choice-group.g-req-permission-choicegroup.dy-request-permission-choicegroup.v-req-permission-choicegroup .dynamic-sc-permission-sharepoint-group{width:94% !important}@media(max-width: 480px){.g-req-permissionspanel-groupowner .g-req-permission-choicegroup{max-width:100% !important}.g-req-permissionspanel-groupowner .g-req-permission-choicegroup .ms-ChoiceField-wrapper{width:100%}.g-req-permissionspanel-groupowner .g-req-permission-choicegroup .ms-ChoiceField-wrapper .g-req-permissionspanel-sharepointgroup div{display:inline !important}.g-req-permissionspanel-groupowner .g-req-permission-choicegroup .ms-ChoiceField-wrapper .g-req-permissionspanel-sharepointgroup div .dynamic-sc-permission-sharepoint-group{width:100%}.g-req-permissionspanel-groupowner .g-req-permission-choicegroup .ms-ChoiceField-wrapper .g-req-permissionspanel-sharepointgroup div .dynamic-sc-permission-sharepoint-group .g-req-permission-choicegroup .g-req-permissionspanel-sharepointgroup-dropdown{width:100% !important}}.g-req-permissionspanel{margin-top:50px}.g-req-permissionspanel-root .ms-Panel-content{padding-bottom:0}.g-req-permissionspanel-root .ms-Dialog-content{overflow:hidden}.g-req-permissionspanel-root .ms-Dialog-content .g-req-permissionspanel-content-container{overflow:auto;flex-shrink:1}.g-req-permissionspanel-root .ms-Dialog-content .v-space-panel-actionbar{flex-shrink:0}.g-req-viewpermissionspanel-detail{width:80%}.g-req-viewpermissionspanel-row{padding-top:20px}.g-req-viewpermissionspanel-row-title{display:inline-block !important;font-size:14px;color:#333;width:40%;word-wrap:break-word}.dynamic-sc-permissionspanel-body{margin-top:30px;display:flex;flex-grow:1;flex-direction:column}.g-req-permissionspanel-button{position:absolute;bottom:20px}.g-req-viewpermissionspanel-row-content{display:inline-block !important;font-size:14px;color:#5d6778;width:60%;vertical-align:top}.g-req-permissionspanel-office365user{padding-left:23px;padding-top:10px}.g-req-permissionspanel-sharepointgroup{padding-left:23px;padding-top:10px}.g-req-permissionspanel-dropdown{display:inline-block !important}.g-req-permissionspanel-dropdown::after{position:absolute;left:14px;margin-top:-32px}.g-req-permissionspanel-user{display:inline-block !important}.g-req-permissionspanel-user::after{position:absolute;left:20px !important;margin-top:-22px}.dynamic-sc-permission-office365-user .validation-people-label{padding:0}.dynamic-sc-permission-office365-user::before{content:" *";color:#a4262c;left:14px;top:23px;position:absolute}.dynamic-sc-permission-sharepoint-owner{margin-top:-10px}.dynamic-sc-permission-sharepoint-owner .validation-people-spinner-container{top:0}.dynamic-sc-permission-sharepoint-members .validation-people-label{padding:0}.v-dynamic-sc-permission-sharepoint-members{width:94%}.dynamic-sc-permission-sharepoint-group{width:350px}.dynamic-sc-permission-sharepoint-group .validation-people-label{padding:0}.dynamic-sc-permission-sharepoint-group::before{content:" *";color:#a4262c;left:14px;top:23px;position:absolute}.g-req-permissionspanel-sharepointgroup-dropdown{width:350px;height:32px}.g-req-permissionspanel-content-container{max-height:68vh}.m-req-viewpermissionspanel-actionbar{width:calc(100% + 32px);margin-left:-16px}.m-req-viewpermissionspanel-actionbar .ms-CommandBar{padding-left:14px}.v-req-permissionspanel-peoplepicker{padding-right:1.5rem}.v-req-permissionspanel-peoplepicker .dynamicrequest-request-label{margin-top:0}.v-req-permissionspanel-peoplepicker .dynamicrequest-request-label .v-validation-people-label{padding-top:0}.v-req-permissionspanel-peoplepicker .g-PeoplePicker-Error .ms-BasePicker-text{border-color:var(--palette-error)}.v-req-permissionspanel-permissionlevels{width:100% !important;padding-right:1.5rem}.v-req-permissionspanel-permissionlevels .ms-Checkbox.v-checkbox{word-break:break-word;white-space:pre-wrap}.v-sc-permission-container{padding:1rem 1.5rem;border:1px solid var(--palette-gray2);border-radius:.5rem;width:calc(100% - 1.5rem)}.v-create-site-collection-tooltip-content-wrap{display:flex;flex-direction:row;align-items:baseline;gap:7px;height:30px !important}
.g-req-dynamicrequest-managepermission-comopnents .actions-wrapper{margin-bottom:8px;text-align:end}.g-req-dynamicrequest-managepermission-comopnents .actions-wrapper .button{display:inline-block;margin:8px 0 0 8px}.g-req-dynamicrequest-managepermission-comopnents .owner-option{margin-top:8px;margin-left:22px}.dynamic-manage-footer{display:flex;align-items:center;justify-content:flex-start;padding-left:40px}.v-dynamic-manage-footer{display:flex;align-items:center;justify-content:flex-end;padding-top:1.5rem;margin-right:0rem}.dynamic-request-permission-label .g-common-bubble-inner{margin-top:0px}.dynamicrequest-request-group-member .g-common-bubble-inner{margin-top:0px}.dynamicrequest-request-temporary-group{margin-bottom:10px}.g-permissions-radio-option{margin-bottom:10px}.v-g-req-dynamicrequest-managepermission-panel-container{padding-bottom:0}.v-g-req-dynamicrequest-managepermission-panel-container .v-common-request-label{margin-top:0}.v-g-req-dynamicrequest-managepermission-panel-container .v-membership-setting-wrapper{margin-top:1.5rem}.v-g-req-dynamicrequest-managepermission-panel-container .g-permissions-radio-option.ms-ChoiceFieldGroup{margin-bottom:0}.v-g-req-dynamicrequest-managepermission-panel-container .v-owner-option{margin-top:.5rem;margin-left:.688rem}.v-g-req-dynamicrequest-managepermission-panel-container .v-user-person{border:1px solid var(--palette-gray2);height:5rem;border-radius:10px;align-items:center;display:flex;justify-content:flex-start;padding:1rem 0 1rem 1.5rem}.v-g-req-dynamicrequest-managepermission-panel-container .v-user-person .ms-Persona-primaryText{font-size:16px;font-weight:700}.v-g-req-dynamicrequest-managepermission-panel-container .v-user-person .g-req-permissionspanel-peoplepicker .request-dropdown-wrapper .ms-Dropdown-container.v-request-dropdown-group{width:100%;margin-top:.5rem}.v-g-req-dynamicrequest-managepermission-panel-container .v-user-person .g-req-panel-persona-view .g-space-panel-persona.g-req-panel-persona-person-card .ms-Persona .ms-Persona-primaryText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:18.5rem}.v-g-req-dynamicrequest-managepermission-panel-container .ms-ChoiceFieldGroup .ms-Label{padding-top:0;line-height:20px;font-size:14px;font-weight:600}.v-g-req-dynamicrequest-managepermission-components .v-uniform-choice-group.g-permissions-radio-option .validation-people-root.v-validation-people-root .ms-Stack.g-peoplePicker-container .v-list-people-picker.v-list-people-picker-hidden .ms-Persona-primaryText{width:18.9375rem}.v-g-req-dynamicrequest-managepermission-components .v-validation-people-root .g-peoplePicker-container .v-space-panel-persona.g-space-panel-persona .ms-PickerPersona-container.common-people-picker-item.v-people-picker-removebutton .ms-Persona-primaryText{width:21.875rem}.v-g-req-dynamicrequest-managepermission-components .v-validation-people-root .g-peoplePicker-container .v-space-panel-persona.g-space-panel-persona .ms-PickerPersona-container.common-people-picker-item.v-people-picker-removebutton .ms-Persona-secondaryText{width:19rem}.v-g-req-dynamicrequest-managepermission-components .ms-TextField-wrapper .ms-Label.v-label{padding-top:0}.v-g-req-dynamicrequest-managepermission-components .g-permissions-radio-option.ms-ChoiceFieldGroup{margin-bottom:0}.v-g-req-dynamicrequest-managepermission-components .ms-TextField.v-uniform-textfield.requestTextField-wrap{margin-bottom:1.5rem;width:100%}.v-g-req-dynamicrequest-managepermission-components .validation-people-root.v-validation-people-root{width:100%}.v-g-req-dynamicrequest-managepermission-components .request-dropdown-wrapper .v-dropdown.v-owner-option{margin-left:1.375rem;padding-top:.75rem}.v-g-req-dynamicrequest-managepermission-components .request-dropdown-wrapper .ms-Dropdown-container.v-owner-option{width:100%}.v-g-req-dynamicrequest-managepermission-components .ms-ChoiceFieldGroup-flexContainer .ms-ChoiceField .owner-option{margin-top:0}.v-g-req-dynamicrequest-managepermission-components .ms-ChoiceFieldGroup-flexContainer .ms-ChoiceField .owner-option .v-validation-people-root{margin-top:.75rem}.v-g-req-dynamicrequest-managepermission-components .v-membership-requests-wrapper{margin-top:1.5rem}.v-g-req-dynamicrequest-managepermission-components .v-membership-setting-wrapper{margin-top:1.5rem}.v-req-dynamicreate-managerpermission-dialog-container .ms-TextField-wrapper .v-common-request-label{margin-top:0}.v-req-dynamicreate-managerpermission-dialog-container .v-g-req-dynamicrequest-managepermission-components .v-common-request-label{margin-top:0}.v-req-dynamicreate-managerpermission-dialog-container .v-g-req-permissions-edit-permission-panel-name{display:flex;flex-direction:row;padding-bottom:.125rem}.v-req-dynamicreate-managerpermission-dialog-container .v-g-req-permissions-edit-permission-panel-name .v-g-req-permissions-edit-permission-title-name{background-color:var(--palette-gray1);width:8.625rem;display:flex;align-items:center;padding-left:.5rem;font-weight:600;height:2.5rem}.v-req-dynamicreate-managerpermission-dialog-container .v-g-req-permissions-edit-permission-panel-name .v-g-req-permissions-edit-permission-title-description{background-color:var(--palette-gray1);width:8.625rem;display:flex;align-items:center;padding-left:.5rem;font-weight:600;height:100%}.v-req-dynamicreate-managerpermission-dialog-container .v-g-req-permissions-edit-permission-panel-name .v-g-req-permission--edit-permissioncontent-name{display:flex;align-items:center;text-align:center;margin-left:.5rem}.v-req-dynamicreate-managerpermission-dialog-container .v-g-req-permissions-edit-permission-panel-name .v-g-req-permission--edit-permissioncontent-name .ms-TooltipHost .ms-Persona.v-g-detailslist-cell-persona .ms-Persona-details .ms-Persona-primaryText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:13.25rem}.v-req-dynamicreate-managerpermission-dialog-container .v-g-req-permissions-edit-permission-panel-name .ms-Label{max-width:16.688rem;display:flex;padding:0 0 0 .5rem}.v-req-dynamicreate-managerpermission-dialog-container .v-g-req-dynamicrequest-managepermission-components{padding-bottom:0}.v-req-dynamicreate-managerpermission-dialog-container .ms-Dialog-inner.dialog-inner .ms-Dialog-content.dialog-innerContent{max-height:calc(100vh - 270px) !important}.v-req-dynamicreate-managerpermission-dialog-container .ms-Dialog-inner.dialog-inner .ms-Dialog-content.dialog-innerContent>div{max-height:none !important}.v-req-dynamicreate-managerpermission-dialog-container .g-req-dynamicrequest-managepermission-panel-container{margin:0}.v-req-dynamicreate-managerpermission-dialog-container .g-req-dynamicrequest-managepermission-panel-container .ms-TextField.v-uniform-textfield.requestTextField-wrap{width:100%;margin-bottom:1.5rem}.v-req-dynamicreate-managerpermission-dialog-container .g-req-dynamicrequest-managepermission-panel-container .ms-TextField.v-uniform-textfield.requestTextField-wrap .ms-TextField-wrapper .ms-Label.v-label{padding-top:0}.v-req-dynamicreate-managerpermission-dialog-container .g-req-dynamicrequest-managepermission-panel-container .validation-people-root.v-validation-people-root{width:100%;margin-top:0}.v-req-dynamicreate-managerpermission-dialog-container .g-req-dynamicrequest-managepermission-panel-container .validation-people-root.v-validation-people-root .dynamicrequest-request-label{margin-top:1rem}.v-req-dynamicreate-managerpermission-dialog-container .g-req-dynamicrequest-managepermission-panel-container .validation-people-root.v-validation-people-root .ms-Label.v-validation-people-label{padding-top:0}.v-req-dynamicreate-managerpermission-dialog-container .g-req-dynamicrequest-managepermission-panel-container .ms-Dropdown-container.v-owner-option{width:97%;padding-top:0}.v-req-dynamicreate-managerpermission-dialog-container .g-req-dynamicrequest-managepermission-panel-container .v-label-container{align-items:baseline}.v-req-dynamicreate-managerpermission-dialog-container .g-req-dynamicrequest-managepermission-panel-container .v-label-container .ms-Label.g-common-require-name.v-dynamicrequest-request-label.v-label{margin-top:0;padding-top:0}.v-req-dynamicreate-managerpermission-dialog-container .g-req-dynamicrequest-managepermission-panel-container .v-dynamicrequest-request-label{margin-top:0;padding-top:1.5rem}.v-dynamicrequest-request-group-member{border-bottom:1px solid #eee;border-top:1px solid #eee;margin-top:1.5rem;padding-top:1.5rem}.v-sub-title-add-users{font-size:13px;line-height:20px;font-weight:400;font-style:italic;padding-bottom:.25rem}.v-dynamicrequest-request-group-member{margin-bottom:0}.v-dynamicrequest-request-group-member .v-label-container .ms-Label.v-label{line-height:20px;font-weight:700;font-size:14px;padding:0}.v-dynamic-request-permission-label{margin-top:1.5rem;margin-bottom:0}.v-dynamic-request-permission-label .g-common-request-label .v-label-container #manage-permission-temporary-duration-label{padding-top:0}
.g-req-permissionspanel-permissionlevels button{padding-top:10px}.g-req-permissionspanel-permissionlevels label{padding-top:5px}.g-req-permissionspanel-permissionlevels{width:80%;padding-top:10px}.dynamic-sc-viewpermissionspanel-actionbar{margin-left:-16px;margin-right:-16px}.g-req-permissionspanel-permissionlevels-items{min-height:200px}.g-req-permissionspanel-name{padding-bottom:10px}.g-req-permissionspanel-name label{padding-bottom:5px}.g-req-permissionspanel-description{padding-bottom:10px}.g-req-group-permissionspanel-errormessage{font-size:12px;color:#a4262c}.g-req-permissionspanel-description label{padding-bottom:5px}.g-req-permissionspanel-peoplepicker{max-width:600px;min-width:200px}.g-req-permissionspanel-groupowner{padding-bottom:10px}.g-req-permissionspanel{margin-top:50px}.g-req-permissionspanel-root .ms-Panel-content{padding-bottom:0}.g-req-viewpermissionspanel-detail{width:80%}.g-req-viewpermissionspanel-row{padding-top:20px}.g-req-viewpermissionspanel-row-title{display:inline-block !important;font-size:14px;color:#333;width:50%;word-wrap:break-word}.g-req-permissionspanel-body{margin-top:30px;display:flex;flex-grow:1;flex-direction:column}.g-req-permissionspanel-button{position:absolute;bottom:20px}.g-req-viewpermissionspanel-row-content{display:inline-block !important;font-size:14px;color:#5d6778;width:50%;vertical-align:top}.g-req-permissionspanel-office365user{padding-left:23px;padding-top:10px}.g-req-permissionspanel-sharepointgroup{padding-left:23px;padding-top:10px}.g-req-permissionspanel-dropdown{display:inline-block !important}.g-req-permissionspanel-dropdown::after{position:absolute;left:14px;margin-top:-32px}.g-req-permissionspanel-user{display:inline-block !important}.g-req-permissionspanel-user::after{position:absolute;left:20px !important;margin-top:-22px}.g-req-permission-office365-user::before{content:" *";color:#a4262c;left:14px;top:23px;position:absolute}.g-req-permission-sharepoint-group{width:350px}.g-req-permission-sharepoint-group::before{content:" *";color:#a4262c;left:14px;top:23px;position:absolute}.g-req-permissionspanel-sharepointgroup-dropdown{width:350px;height:32px}.g-req-permissionspanel-content-container{max-height:68vh}.m-req-viewpermissionspanel-actionbar{width:calc(100% + 32px);margin-left:-16px}.m-req-viewpermissionspanel-actionbar .ms-CommandBar{padding-left:14px}.v-req-viewpermissionspanel-detail{display:flex;flex-direction:column;padding-bottom:1.5rem}.v-req-viewpermissionspanel-detail .g-req-viewpermissionspanel-row{padding-top:0;display:flex;margin-bottom:2px;min-height:34px}.v-req-viewpermissionspanel-detail .g-req-viewpermissionspanel-row .g-req-viewpermissionspanel-row-title{flex:0 0 210px;width:210px;padding:7px 8px;font-size:14px;font-weight:600;line-height:20px;letter-spacing:-0.03em;background:var(--palette-gray1);word-wrap:break-word}.v-req-viewpermissionspanel-detail .g-req-viewpermissionspanel-row .g-req-viewpermissionspanel-row-content{flex:1;padding:7px 8px;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-0.03em;background:#fff;max-width:428px;word-wrap:break-word}@media screen and (max-width: 743px){.v-req-viewpermissionspanel-detail .g-req-viewpermissionspanel-row-title{flex:0 0 calc((100% - 48px)/2) !important}}
.dynamicservice-request-texterror{font-size:12px;font-weight:400;color:#a4262c;margin-top:5px}.dynamicservice-request-margintop{margin-top:10px}.dynamicservice-request-margintop-VNext{margin-top:1rem}.g-req-dynamic-expand-content .request-dropdown-wrapper .dynamicrequest-request-site-template .m-app-common-dropdown-title-description .ms-Label{font-weight:400}
.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-exchangeresource-emailaddress-container{display:flex;flex-wrap:wrap;align-items:flex-start;line-height:32px}.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-exchangeresource-emailaddress-container .dynamicrequest-exchangeresource-address-prefix{word-wrap:break-word;word-break:break-all;font-size:14px;font-weight:400;white-space:pre-wrap}.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-exchangeresource-emailaddress-container .dynamicrequest-exchangeresource-address-suffix{word-wrap:break-word;word-break:break-all;font-size:14px;font-weight:400;white-space:pre-wrap}.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-exchangeresource-emailaddress-container .dynamicrequest-exchangeresource-address-sequence{font-size:14px;font-weight:400}.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-exchangeresource-emailaddress-container .dynamicrequest-exchangeresource-domain{width:150px}.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-exchangeresource-emailaddress-container .requestTextField-wrap{margin-bottom:0}.dynamicrequest-exchangeresource-emailaddress .ms-TextField{min-width:200px;flex-grow:1}.dynamicrequest-exchangeresource-emailaddress.v-dynamicrequest-exchangeresource-emailaddress .v-dynamicrfequest-exchangeresource-emailaddress-container{width:65%;row-gap:.5rem;column-gap:.25rem;align-items:center;line-height:1.25rem}@media screen and (max-width: 743px){.dynamicrequest-exchangeresource-emailaddress.v-dynamicrequest-exchangeresource-emailaddress .v-dynamicrfequest-exchangeresource-emailaddress-container{width:100%}}.dynamicrequest-exchangeresource-emailaddress.v-dynamicrequest-exchangeresource-emailaddress .v-dynamicrfequest-exchangeresource-emailaddress-container .requestTextField-wrap{margin-bottom:0}.dynamicrequest-exchangeresource-emailaddress.v-dynamicrequest-exchangeresource-emailaddress .v-dynamicrfequest-exchangeresource-emailaddress-container .requestTextField-wrap.v-uniform-textfield{width:unset !important;margin-top:0 !important}.dynamicrequest-exchangeresource-emailaddress.v-dynamicrequest-exchangeresource-emailaddress .v-dynamicrfequest-exchangeresource-emailaddress-container .v-dropdown.dynamicrequest-groupid-domain .ms-Dropdown-container,.dynamicrequest-exchangeresource-emailaddress.v-dynamicrequest-exchangeresource-emailaddress .v-dynamicrfequest-exchangeresource-emailaddress-container .v-dropdown.v-dynamicrequest-exchangeresource-domain .ms-Dropdown-container{width:100% !important}.dynamicrequest-exchangeresource-emailaddress.v-dynamicrequest-exchangeresource-emailaddress .v-dynamicrfequest-exchangeresource-emailaddress-container .v-uniform-textfield .ms-TextField-wrapper{flex:1}@media screen and (max-width: 743px){.dynamicrequest-exchangeresource-emailaddress.v-dynamicrequest-exchangeresource-emailaddress .v-dynamicrfequest-exchangeresource-emailaddress-container{flex-wrap:nowrap}}@media screen and (max-width: 743px)and (max-width: 743px){.dynamicrequest-exchangeresource-emailaddress.v-dynamicrequest-exchangeresource-emailaddress .v-dynamicrfequest-exchangeresource-emailaddress-container .v-uniform-textfield{margin-top:0 !important;min-width:auto}}
.dynamicrequest-exchangeresource-nameanddescription .dynamicrequest-exchangeresource-name-container{display:flex;flex-wrap:wrap;align-items:center}.dynamicrequest-exchangeresource-nameanddescription .dynamicrequest-exchangeresource-name-container .dynamicrequest-exchangeresource-name-prefix{word-wrap:break-word;word-break:break-all;font-size:14px;font-weight:400;white-space:pre-wrap}.dynamicrequest-exchangeresource-nameanddescription .dynamicrequest-exchangeresource-name-container .dynamicrequest-exchangeresource-name-suffix{word-wrap:break-word;word-break:break-all;font-size:14px;font-weight:400;white-space:pre-wrap}.dynamicrequest-exchangeresource-nameanddescription .ms-TextField{min-width:250px;flex-grow:1}.dynamicrequest-exchangeresource-nameanddescription.v-dynamicrequest-exchangeresource-nameanddescription .v-dynamicrequest-exchangeresource-name-container{width:65%}@media screen and (max-width: 743px){.dynamicrequest-exchangeresource-nameanddescription.v-dynamicrequest-exchangeresource-nameanddescription .v-dynamicrequest-exchangeresource-name-container{width:100%}}
.dynamic-request-alias-label{margin-top:10px}.dynamic-request-alias-label .g-common-bubble-inner{margin-top:0px !important}.dynamic-request-alias-description{overflow:hidden}.dynamic-request-alias-description .internationalization-label{color:#5d6778}.dynamic-request-alias-description-link{color:#005faa;padding:0 !important}
.SharedMailboxEmailForwarding-request-wrap .content{padding-left:22px;margin-top:5px}.SharedMailboxEmailForwarding-request-wrap .content .ms-ChoiceField-wrapper{width:100%}.SharedMailboxEmailForwarding-request-wrap .content .ms-ChoiceField-wrapper input{width:0}.SharedMailboxEmailForwarding-request-wrap .content .forwardInternalEmail,.SharedMailboxEmailForwarding-request-wrap .content .forwardExternalEmail{padding-left:22px}.SharedMailboxEmailForwarding-request-wrap .content .forwardInternalEmail input,.SharedMailboxEmailForwarding-request-wrap .content .forwardExternalEmail input{width:100%}.SharedMailboxEmailForwarding-request-wrap .content .forwardInternalEmail .validation-people-label,.SharedMailboxEmailForwarding-request-wrap .content .forwardExternalEmail .validation-people-label{padding-top:5px}.SharedMailboxEmailForwarding-request-wrap .content .forwardInternalEmail .validation-people-spinner-container,.SharedMailboxEmailForwarding-request-wrap .content .forwardExternalEmail .validation-people-spinner-container{top:28px;right:3px}.SharedMailboxEmailForwarding-request-wrap .content .forwardInternalEmail .requestTextField-wrap.is-disabled .ms-Label,.SharedMailboxEmailForwarding-request-wrap .content .forwardInternalEmail .readOnly .ms-Label,.SharedMailboxEmailForwarding-request-wrap .content .forwardExternalEmail .requestTextField-wrap.is-disabled .ms-Label,.SharedMailboxEmailForwarding-request-wrap .content .forwardExternalEmail .readOnly .ms-Label{color:#c2c2c2}
.SharedMailboxAutomaticReplies-request-wrap .enableAutomaticReply-content{margin-left:22px;margin-top:8px}.SharedMailboxAutomaticReplies-request-wrap .enableAutomaticReply-content .ms-ChoiceField-wrapper{width:100%}.SharedMailboxAutomaticReplies-request-wrap .enableAutomaticReply-content .ms-ChoiceField-wrapper input{width:0}.SharedMailboxAutomaticReplies-request-wrap .enableAutomaticReply-content .enableReplySenderOutsider-options,.SharedMailboxAutomaticReplies-request-wrap .enableAutomaticReply-content .enableReplySenderOutsider{margin-left:22px;margin-top:8px}.SharedMailboxAutomaticReplies-request-wrap .enableAutomaticReply-content .dynamic-service-assignBy-checkbox{margin:8px 0 0 0}.SharedMailboxAutomaticReplies-request-wrap .dateTimePicker .datePicker,.SharedMailboxAutomaticReplies-request-wrap .dateTimePicker .timePicker{width:200px}.SharedMailboxAutomaticReplies-request-wrap .dateTimePicker .timePicker{margin-left:8px}.timePickerCallout .ms-ComboBox-optionsContainerWrapper button.is-checked{background:#eaeaea}



.resourceMailBox-disable-account{margin-top:8px}
.address-book-policy-container{margin-top:10px}


.dynamic-create-resource-bold-label{font-weight:bold !important}

.dynamicrequest-exchangeresource-nameanddescription .dynamicrequest-exchangeresource-name-container{display:flex;flex-wrap:wrap;align-items:center}.dynamicrequest-exchangeresource-nameanddescription .dynamicrequest-exchangeresource-name-container.v-dynamicrequest-exchangeresource-name-container{width:65%;row-gap:.5rem;column-gap:.25rem;align-items:center;line-height:1.25rem}@media screen and (max-width: 743px){.dynamicrequest-exchangeresource-nameanddescription .dynamicrequest-exchangeresource-name-container.v-dynamicrequest-exchangeresource-name-container{width:100%}}.dynamicrequest-exchangeresource-nameanddescription .dynamicrequest-exchangeresource-name-container.v-dynamicrequest-exchangeresource-name-container .requestTextField-wrap{margin-bottom:0}.dynamicrequest-exchangeresource-nameanddescription .dynamicrequest-exchangeresource-name-container.v-dynamicrequest-exchangeresource-name-container .requestTextField-wrap.v-uniform-textfield{width:unset !important;margin-top:0 !important}.dynamicrequest-exchangeresource-nameanddescription .dynamicrequest-exchangeresource-name-container.v-dynamicrequest-exchangeresource-name-container .v-dropdown.dynamicrequest-groupid-domain .ms-Dropdown-container,.dynamicrequest-exchangeresource-nameanddescription .dynamicrequest-exchangeresource-name-container.v-dynamicrequest-exchangeresource-name-container .v-dropdown.v-dynamicrequest-exchangeresource-domain .ms-Dropdown-container{width:100% !important}.dynamicrequest-exchangeresource-nameanddescription .dynamicrequest-exchangeresource-name-container.v-dynamicrequest-exchangeresource-name-container .v-uniform-textfield .ms-TextField-wrapper{flex:1}.dynamicrequest-exchangeresource-nameanddescription .dynamicrequest-exchangeresource-name-container .dynamicrequest-exchangeresource-name-prefix{word-wrap:break-word;word-break:break-all;font-size:14px;font-weight:400;white-space:pre-wrap}.dynamicrequest-exchangeresource-nameanddescription .dynamicrequest-exchangeresource-name-container .dynamicrequest-exchangeresource-name-suffix{word-wrap:break-word;word-break:break-all;font-size:14px;font-weight:400;white-space:pre-wrap}.dynamicrequest-exchangeresource-nameanddescription .ms-TextField{min-width:250px;flex-grow:1}
.dynamic-request-resourcemailbox-alias-label .g-common-bubble-inner{margin-top:0px !important}.dynamic-request-alias-description{overflow:hidden}.dynamic-request-alias-description .internationalization-label{color:#5d6778}.dynamic-request-alias-description-link{color:#005faa;padding:0 !important}
.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-exchangeresource-emailaddress-container{display:flex;flex-wrap:wrap;align-items:flex-start;line-height:32px}.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-exchangeresource-emailaddress-container.v-dynamicrequest-exchangeresource-emailaddress-container{width:65%;row-gap:.5rem;column-gap:.25rem;align-items:center;line-height:1.25rem}@media screen and (max-width: 743px){.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-exchangeresource-emailaddress-container.v-dynamicrequest-exchangeresource-emailaddress-container{width:100%}}.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-exchangeresource-emailaddress-container.v-dynamicrequest-exchangeresource-emailaddress-container .requestTextField-wrap{margin-bottom:0}.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-exchangeresource-emailaddress-container.v-dynamicrequest-exchangeresource-emailaddress-container .requestTextField-wrap.v-uniform-textfield{width:unset !important;margin-top:0 !important}.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-exchangeresource-emailaddress-container.v-dynamicrequest-exchangeresource-emailaddress-container .v-dropdown.dynamicrequest-groupid-domain .ms-Dropdown-container,.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-exchangeresource-emailaddress-container.v-dynamicrequest-exchangeresource-emailaddress-container .v-dropdown.v-dynamicrequest-exchangeresource-domain .ms-Dropdown-container{width:100% !important}.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-exchangeresource-emailaddress-container.v-dynamicrequest-exchangeresource-emailaddress-container .v-uniform-textfield .ms-TextField-wrapper{flex:1}.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-exchangeresource-emailaddress-container .dynamicrequest-exchangeresource-address-prefix{word-wrap:break-word;word-break:break-all;font-size:14px;font-weight:400;white-space:pre-wrap}.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-exchangeresource-emailaddress-container .dynamicrequest-exchangeresource-address-suffix{word-wrap:break-word;word-break:break-all;font-size:14px;font-weight:400;white-space:pre-wrap}.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-exchangeresource-emailaddress-container .dynamicrequest-exchangeresource-address-sequence{font-size:14px;font-weight:400}.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-exchangeresource-emailaddress-container .dynamicrequest-exchangeresource-domain{width:150px}.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-exchangeresource-emailaddress-container .dynamicrequest-exchangeresource-domain.v-dynamicrequest-exchangeresource-domain{width:10rem !important}.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-exchangeresource-emailaddress-container .dynamicrequest-exchangeresource-domain .ms-Dropdown-container{width:100% !important}.dynamicrequest-exchangeresource-emailaddress .ms-TextField{min-width:200px;flex-grow:1}
.roomPlace-wrap{margin-top:8px}


.dynamicrequest-groupid-emailaddress .dynamicrequest-groupid-emailaddress-container{display:flex;flex-wrap:wrap;align-items:center;line-height:40px}.dynamicrequest-groupid-emailaddress .dynamicrequest-groupid-emailaddress-container.v-dynamicrequest-groupid-emailaddress-container{column-gap:8px;row-gap:12px;line-height:20px;flex-wrap:nowrap}@media(max-width: 480px){.dynamicrequest-groupid-emailaddress .dynamicrequest-groupid-emailaddress-container.v-dynamicrequest-groupid-emailaddress-container{flex-wrap:wrap}.dynamicrequest-groupid-emailaddress .dynamicrequest-groupid-emailaddress-container.v-dynamicrequest-groupid-emailaddress-container .dynamicrequest-groupid-address-prefix,.dynamicrequest-groupid-emailaddress .dynamicrequest-groupid-emailaddress-container.v-dynamicrequest-groupid-emailaddress-container .dynamicrequest-groupid-address-sequence{max-width:164px}}.dynamicrequest-groupid-emailaddress .dynamicrequest-groupid-emailaddress-container.v-dynamicrequest-groupid-emailaddress-container .v-uniform-textfield{min-width:120px;max-width:320px;flex:1;margin-top:0 !important}.dynamicrequest-groupid-emailaddress .dynamicrequest-groupid-emailaddress-container.v-dynamicrequest-groupid-emailaddress-container .dynamicrequest-groupid-address-suffix{display:inline}.dynamicrequest-groupid-emailaddress .dynamicrequest-groupid-emailaddress-container.v-dynamicrequest-groupid-emailaddress-container .request-dropdown-wrapper,.dynamicrequest-groupid-emailaddress .dynamicrequest-groupid-emailaddress-container.v-dynamicrequest-groupid-emailaddress-container .v-dropdown.dynamicrequest-groupid-domain{min-width:120px;max-width:320px;flex:1}.dynamicrequest-groupid-emailaddress .dynamicrequest-groupid-emailaddress-container.v-dynamicrequest-groupid-emailaddress-container .request-dropdown-wrapper .dynamicrequest-groupid-domain,.dynamicrequest-groupid-emailaddress .dynamicrequest-groupid-emailaddress-container.v-dynamicrequest-groupid-emailaddress-container .v-dropdown.dynamicrequest-groupid-domain .dynamicrequest-groupid-domain{width:100% !important}.dynamicrequest-groupid-emailaddress .dynamicrequest-groupid-emailaddress-container .dynamicrequest-groupid-address-prefix{word-wrap:break-word;word-break:break-all;font-size:14px;font-weight:400;white-space:pre-wrap}.dynamicrequest-groupid-emailaddress .dynamicrequest-groupid-emailaddress-container .dynamicrequest-groupid-address-suffix{word-wrap:break-word;word-break:break-all;font-size:14px;font-weight:400;white-space:pre-wrap}.dynamicrequest-groupid-emailaddress .dynamicrequest-groupid-emailaddress-container .dynamicrequest-groupid-address-sequence{font-size:14px;font-weight:400}.dynamicrequest-groupid-emailaddress .dynamicrequest-groupid-emailaddress-container .dynamicrequest-groupid-domain{width:150px}.dynamicrequest-groupid-emailaddress .dynamicrequest-groupid-emailaddress-container .dynamicrequest-groupid-domain.v-dynamicrequest-groupid-domain .ms-Dropdown-container{width:100% !important}.dynamicrequest-groupid-emailaddress .ms-TextField{min-width:200px;flex-grow:1}.dynamicrequest-groupid-emailaddress .v-dynamicrfequest-exchangeresource-emailaddress-container{width:65%;row-gap:.5rem;column-gap:.25rem;align-items:center;line-height:1.25rem}@media screen and (max-width: 743px){.dynamicrequest-groupid-emailaddress .v-dynamicrfequest-exchangeresource-emailaddress-container{width:100%}}.dynamicrequest-groupid-emailaddress .v-dynamicrfequest-exchangeresource-emailaddress-container .requestTextField-wrap{margin-bottom:0}.dynamicrequest-groupid-emailaddress .v-dynamicrfequest-exchangeresource-emailaddress-container .requestTextField-wrap.v-uniform-textfield{width:unset !important;margin-top:0 !important}.dynamicrequest-groupid-emailaddress .v-dynamicrfequest-exchangeresource-emailaddress-container .v-dropdown.dynamicrequest-groupid-domain .ms-Dropdown-container,.dynamicrequest-groupid-emailaddress .v-dynamicrfequest-exchangeresource-emailaddress-container .v-dropdown.v-dynamicrequest-exchangeresource-domain .ms-Dropdown-container{width:100% !important}.dynamicrequest-groupid-emailaddress .v-dynamicrfequest-exchangeresource-emailaddress-container .v-uniform-textfield .ms-TextField-wrapper{flex:1}
.g-req-dynamiccreategroup-outsidesenders{padding-top:15px;padding-bottom:0;margin-bottom:-2px}.g-req-dynamiccreategroup-outsidesenders-checkbox{margin-top:5px}
.g-req-dynamiccreategroup-subscribe{padding-top:15px;padding-bottom:0;margin-bottom:-2px}.g-req-dynamiccreategroup-subscribe-checkbox{margin-top:5px}

.dynamicrequest-teamscope-wrap .g-peoplePicker-container{width:100%}.dynamicrequest-teamscope-wrap .g-peoplePicker-container .ms-StackItem:first-child{width:100%}.dynamicrequest-teamscope-wrap .g-peoplePicker-container .ms-StackItem:first-child .ms-Persona-primaryText span:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dynamicrequest-groupname-wrap .validation-people-spinner-container{right:3px}.dynamicrequest-groupname-wrap .g-common-bubble-inner{margin-top:0}.dynamicrequest-groupname-wrap .validation-people-label{padding-top:5px}.dynamicrequest-groupname-wrap .message{margin-top:5px;background:#d8ecff}.dynamicrequest-groupname-wrap .message i{color:#6aa7dd}
.g-progressbar-wrap{display:flex;flex-wrap:nowrap;background:#fff;padding:2px;border:1px solid #f7f7f7;border-radius:8px}.g-progressbar-wrap .g-progressbar-item{flex:1;height:8px;border:0;background-color:#eee;margin-left:1px}.g-progressbar-wrap .g-progressbar-item:first-child{border-radius:4px 0px 0px 4px;margin-left:0}.g-progressbar-wrap .g-progressbar-item:last-child{border-radius:0px 4px 4px 0px}
.g-userinfo-wrap{display:flex;flex-direction:column;align-items:center}.g-userinfo-wrap .ms-Persona{margin-bottom:7px}.g-userinfo-wrap .ms-Persona .ms-Persona-initials{border-radius:50%}.g-userinfo-wrap .ms-Persona .ms-Persona-details{padding:0}.g-userinfo-wrap .user-info-contact-info{display:flex;flex-direction:column}.g-userinfo-wrap .g-userInfo-primarytext{font-size:14px;color:#333;font-weight:700;width:150px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:center}.g-userinfo-wrap .v-next-userInfo-primarytext{height:1.25rem;font-size:14px;color:var(--palette-slate);font-weight:700;width:150px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:center}.g-userinfo-wrap .g-userInfo-secondarytext{font-size:13px;color:#333;width:150px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:center}.g-userinfo-wrap .v-next-userInfo-secondarytext{font-size:14px;height:1.125rem;font-weight:400;color:var(--palette-slate);width:150px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:center}.g-userinfo-wrap .g-userInfo-tertiarytext{font-size:13px;font-style:italic;color:#0d76b8;line-height:17px}.g-userinfo-wrap .v-next-userInfo-tertiarytext{font-size:14px;font-weight:400;font-style:italic;line-height:18px;color:var(--palette-themePrimary);margin-bottom:.5rem}.g-userinfo-overview-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;background:#f1f2f4;border-radius:4px;gap:.5rem}.g-userinfo-overview-wrap .ms-Persona .ms-Persona-initials{border-radius:50%}.g-userinfo-overview-wrap .ms-Persona .ms-Persona-details{padding:0}.g-userinfo-overview-wrap .user-info-contact-info{display:flex;flex-direction:column}.g-userinfo-overview-wrap .user-info-contact-info .tag-picker{margin-top:8px}.g-userinfo-overview-wrap .user-info-contact-info .tag-picker>span{height:24px}.g-userinfo-overview-wrap .user-info-contact-info .tag-picker>span span :last-child{color:#32363e}.g-userinfo-overview-wrap .user-info-contact-info .tag-picker span span:has(i){width:auto}.g-userinfo-overview-wrap .user-info-contact-info .tag-picker i{font-size:6px;color:#707174}.g-userinfo-overview-wrap .g-userInfo-primarytext{font-size:14px;color:#333;font-weight:700;width:150px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:center}.g-userinfo-overview-wrap .v-next-userInfo-primarytext{height:1.25rem;font-size:14px;color:var(--palette-slate);font-weight:700;width:150px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:center}.g-userinfo-overview-wrap .g-userInfo-secondarytext{font-size:13px;color:#333;width:150px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:center}.g-userinfo-overview-wrap .v-next-userInfo-secondarytext{font-size:14px;height:1.125rem;font-weight:400;color:var(--palette-slate);width:150px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:center}.g-userinfo-overview-wrap .g-userInfo-tertiarytext{font-size:13px;font-style:italic;color:#0d76b8;line-height:17px}.g-userinfo-overview-wrap .v-next-userInfo-tertiarytext{font-size:14px;font-weight:400;font-style:italic;line-height:18px;color:var(--palette-themePrimary)}@media screen and (max-width: 743px){.g-userinfo-overview-wrap{width:100%}}
.renewal-uniform-detail-list{transform:translate(0, 0)}.renewal-uniform-detail-list .ms-DetailsList{overflow-x:visible !important;overflow-y:visible}.renewal-uniform-detail-list .ms-DetailsList .ms-ShimmerElementsGroup-root{flex-shrink:0}.renewal-uniform-detail-list .ms-DetailsList .ms-DetailsList-contentWrapper .is-selected{background-color:#f5f5f5}.renewal-uniform-detail-list .ms-DetailsList .ms-DetailsList-contentWrapper .is-contentUnselectable:hover{background-color:#f7f7f7}.renewal-uniform-detail-list .admin-details-list-shimmer{overflow:visible}.renewal-uniform-detail-list a{color:#0071c7;cursor:pointer;text-decoration:none}.renewal-uniform-detail-list a:hover{color:#0065b3 !important;text-decoration:underline;background-color:rgba(0,0,0,0) !important}.renewal-uniform-detail-list a:active{color:#005697 !important;text-decoration:underline}.renewal-uniform-detail-list a:active:hover{color:#0065b3 !important;text-decoration:underline}.renewal-uniform-detail-list a:visited{color:#0071c7 !important}.renewal-uniform-detail-list a:focus{color:#005faa !important}.renewal-uniform-detail-list .ms-DetailsList-headerWrapper{position:sticky;top:0;z-index:1}.renewal-uniform-detail-list .ms-DetailsList-headerWrapper .ms-DetailsHeader .ms-DetailsHeader-cellName{color:#27313c}.renewal-uniform-detail-list .ms-DetailsList-headerWrapper .ms-DetailsHeader i{color:#5d6778}.renewal-uniform-detail-list .ms-DetailsRow-fields .ms-DetailsRow-cell{color:#27313c;padding:8px 8px 8px 12px;font-size:13px}.renewal-uniform-detail-list .ms-FocusZone{border:none;user-select:text}.renewal-uniform-detail-list .list-no-data{color:#5d6778;font-size:13px;text-align:center}.renewal-uniform-detail-list .list-scroll{z-index:1}.renewal-uniform-detail-list .ms-List-cell:hover .ms-Check,.renewal-uniform-detail-list .uniform-list-header:hover .ms-Check{border:solid 1px #777;border-radius:4px}.renewal-uniform-detail-list .ms-List-cell:hover .ms-Check .ms-Check-check,.renewal-uniform-detail-list .uniform-list-header:hover .ms-Check .ms-Check-check{color:#ddd;font-size:18px;left:-0.5px;top:-2px}.renewal-uniform-detail-list .ms-List-cell:hover .is-checked .ms-Check-check,.renewal-uniform-detail-list .uniform-list-header:hover .is-checked .ms-Check-check{color:#27313c;font-size:18px;left:-0.5px;top:-2px}.renewal-uniform-detail-list .uniform-list-header .ms-DetailsRow-check,.renewal-uniform-detail-list .uniform-list-checkbox .ms-DetailsRow-check{height:50px}.renewal-uniform-detail-list .uniform-list-header .ms-Check-circle,.renewal-uniform-detail-list .uniform-list-checkbox .ms-Check-circle{display:none !important}.renewal-uniform-detail-list .uniform-list-header .ms-Check,.renewal-uniform-detail-list .uniform-list-checkbox .ms-Check{background:#fff;border:solid 1px #777;border-radius:4px}.renewal-uniform-detail-list .uniform-list-header .ms-Check::before,.renewal-uniform-detail-list .uniform-list-checkbox .ms-Check::before{background:rgba(0,0,0,0)}.renewal-uniform-detail-list .uniform-list-header .ms-Check:hover .ms-Check-check,.renewal-uniform-detail-list .uniform-list-checkbox .ms-Check:hover .ms-Check-check{font-size:18px;left:-0.5px;top:-2px}.renewal-uniform-detail-list .uniform-list-header .is-checked .ms-Check-check,.renewal-uniform-detail-list .uniform-list-checkbox .is-checked .ms-Check-check{color:#27313c;font-size:18px;left:-0.5px;top:-2px}.hide-uniform-detailslist-container{display:none}.uniform-detailslist-type-smallfix{height:233px}.uniform-detailslist-type-small,.uniform-detailslist-type-smallfix{border-style:solid;border-width:5px;border-color:#eee}.uniform-detailslist-type-small .ms-Viewport:nth-of-type(1)>.ms-DetailsList .ms-Viewport,.uniform-detailslist-type-smallfix .ms-Viewport:nth-of-type(1)>.ms-DetailsList .ms-Viewport{margin-top:-16px}.uniform-detailslist-type-small .ms-DetailsList-headerWrapper,.uniform-detailslist-type-smallfix .ms-DetailsList-headerWrapper{border-bottom:1px solid #f4f4f4}.uniform-detail-nodata .ms-FocusZone{border-bottom:none}.uniform-detail-nodata .ms-DetailsList-headerWrapper{border-bottom:1px solid #f4f4f4}.admin-detailsList-tooltipWrapper{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.g-comprehensive-filterpanel{height:100%}.g-comprehensive-filterpanel .card-list{height:100%;display:flex;flex-direction:column;word-break:break-word;padding:0 10px 0 22px}.g-comprehensive-filterpanel .card-list .columns-searchbox-wrap{margin:0px 10px;margin-bottom:10px}.g-comprehensive-filterpanel .card-list .columns-searchbox-wrap .columns-searchbox{margin-bottom:8px}.g-comprehensive-filterpanel .card-list .columns-searchbox-wrap .search-nodata{color:#5d6778;font-size:13px;text-align:center}.g-comprehensive-filterpanel .card-list-title{display:flex;flex-direction:row;justify-content:space-between;cursor:pointer;height:58px;line-height:60px;margin-bottom:16px;border-bottom:2px solid #e0e0e0}.g-comprehensive-filterpanel .card-list-title-icon{font-size:25px;font-weight:bolder;align-self:center}.g-comprehensive-filterpanel .card-list .content .ms-List-cell{margin:0 10px}.g-comprehensive-filterpanel .card-list-content .ms-List-cell{display:inline-block}.g-comprehensive-filterpanel .card-list .common-shimmer-terms{margin-right:40px}
.uniform-button-container{width:100%}.uniform-button-container button{margin-left:10px;float:right}.uniform-button-flexContainer{flex-direction:column}.uniform-button-flexContainer .uniform-button-spinnerContainer{display:flex;position:relative;justify-content:center;height:100%}.uniform-button-flexContainer .uniform-button-spinnerContainer .uniform-button-spinner{position:relative;top:-9px;height:16px}.uniform-button-transparentText{color:rgba(0,0,0,0);height:100%}
.leftright-layout-wrap{height:100%}.leftright-layout-wrap .overview-content{display:flex;flex-direction:column;gap:1.5rem;padding:2.5rem 1.5rem}.leftright-layout-wrap .overview-content .overview-scrollbars-wrap .g-overview-scrollbars-content{display:flex;flex-direction:column;gap:1.5rem}.leftright-layout-wrap .leftright-layout{width:100%;height:100%;min-width:870px;display:flex}.leftright-layout-wrap .leftright-overview-layout{width:100%;height:100%;min-width:870px;display:flex;flex-direction:column}.leftright-layout-wrap .leftright-overview-layout .left-side,.leftright-layout-wrap .leftright-overview-layout .v-next-left-side{width:inherit;border-right:1px solid #e6e7e8;border-bottom:1px solid #e8e9ea;display:flex;flex-direction:column;background-color:#fbfdff;padding:1.5rem;gap:1.5rem}.leftright-layout-wrap .leftright-overview-layout .v-next-right-side{width:inherit;flex:1}.leftright-layout-wrap .left-side,.leftright-layout-wrap .v-next-left-side{width:23rem;border-right:1px solid #e6e7e8;display:flex;flex-direction:column;background-color:#fbfdff;padding:2rem 2.5rem;gap:1.5rem}.leftright-layout-wrap .right-side{width:inherit;flex:1;overflow:auto}.leftright-layout-wrap .v-next-right-side{width:calc(100% - 370px);position:relative}.renew-group-wrap-renew-inside .v-next-left-side{background-color:#fff;width:15rem;border-right:none;display:flex;flex-direction:column;padding:0rem;gap:0}.renew-group-wrap-renew-inside .v-next-left-side .v-next-side-title-wrap{padding:0 1.5rem}.renew-group-wrap-renew-inside .v-next-left-side .v-next-side-title-wrap .side-title-left{margin-bottom:0}.renew-group-wrap-renew-inside .v-next-left-side .v-next-side-title-wrap .side-title-left .side-title-left-tooltip-renew-inside{display:block;width:12rem}.renew-group-wrap-renew-inside .v-next-left-side .v-next-side-title-wrap .side-title-left .side-title-left-tooltip-renew-inside .message .ms-TooltipHost{width:12rem}.renew-group-wrap-renew-inside .v-next-left-side .v-next-side-title-wrap .side-title-left .side-title-left-tooltip-renew-inside .message .channelMessage{width:12rem}.renew-group-wrap-renew-inside .v-next-left-side .v-next-left-side-head-button{border-radius:0;font-size:.75rem;cursor:auto;font-weight:400;margin-bottom:.5rem}.renew-group-wrap-renew-inside .v-next-left-side .v-next-left-side-head-button:hover{background:var(--palette-themePrimary)}.renew-group-wrap-renew-inside .v-next-left-side .message{margin-top:.25rem}.renew-group-wrap-renew-inside .v-next-left-side .message .title{font-size:.875rem !important;color:#32363e}.renew-group-wrap-renew-inside .v-next-right-side{width:calc(100% - 240px)}@media screen and (max-width: 743px){.leftright-layout-wrap{height:100%}.leftright-layout-wrap .leftright-layout-scroller{z-index:1;flex:1}.leftright-layout-wrap .leftright-layout-scroller .overview-content{display:flex;flex-direction:column;gap:1.5rem;padding:2.5rem 1.5rem}.leftright-layout-wrap .leftright-layout-scroller .overview-content .overview-scrollbars-wrap .overview-scrollbars-content{display:flex;flex-direction:column;gap:1.5rem}.v-next-leftright-layout-wrap{margin-top:0rem;width:100%}.v-next-leftright-layout-wrap .leftright-layout{min-width:100%;display:flex;flex-direction:column}.v-next-leftright-layout-wrap .v-next-left-side{flex-shrink:0;width:100%;border-right:none;display:flex;flex-direction:column;background-color:#fbfdff;padding:1.5rem;gap:1rem}.v-next-leftright-layout-wrap .v-next-right-side{width:100%;position:relative;border-top:1px solid var(--palette-gray2);margin:0;height:100%}}
.g-renewv2-navitem,.g-renewv2-navitem-checked{width:323px;height:50px;border:1px solid #e6e7e8;border-radius:8px;max-width:100%;background:#fff;margin-top:8px;padding:16px}.g-renewv2-navitem .ms-Button-flexContainer,.g-renewv2-navitem-checked .ms-Button-flexContainer{position:relative;padding-top:0px}.g-renewv2-navitem .ms-Button-flexContainer .ms-Button-label,.g-renewv2-navitem-checked .ms-Button-flexContainer .ms-Button-label{margin-top:0 !important;font-size:13px;line-height:17px;color:#333}.g-renewv2-navitem .ms-Button-flexContainer .ms-Button-description,.g-renewv2-navitem-checked .ms-Button-flexContainer .ms-Button-description{font-size:12px;line-height:16px;color:#333}.g-renewv2-navitem-checked{width:323px;height:106px;border-color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-renewv2-navitem-checked{border-color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-renewv2-navitem-checked{border-color:#cf3900}[data-theme=theme3] .g-renewv2-navitem-checked{border-color:#077fa6}[data-theme=theme4] .g-renewv2-navitem-checked{border-color:#b35c00}[data-theme=theme5] .g-renewv2-navitem-checked{border-color:#3e8628}[data-theme=theme6] .g-renewv2-navitem-checked{border-color:#eb0f0f}[data-theme=theme7] .g-renewv2-navitem-checked{border-color:#278265}[data-theme=theme8] .g-renewv2-navitem-checked{border-color:#7760e6}.renewv2-navitem-icon-completed{color:var(--theme-primary, #0071C7);font-size:18px;position:absolute;left:93%}[data-theme=theme1] .renewv2-navitem-icon-completed{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .renewv2-navitem-icon-completed{color:#cf3900}[data-theme=theme3] .renewv2-navitem-icon-completed{color:#077fa6}[data-theme=theme4] .renewv2-navitem-icon-completed{color:#b35c00}[data-theme=theme5] .renewv2-navitem-icon-completed{color:#3e8628}[data-theme=theme6] .renewv2-navitem-icon-completed{color:#eb0f0f}[data-theme=theme7] .renewv2-navitem-icon-completed{color:#278265}[data-theme=theme8] .renewv2-navitem-icon-completed{color:#7760e6}.v-next-renewv2-navitem-icon-completed{width:1.5rem;height:1.5rem;margin-right:.5rem;border:2px solid var(--palette-themePrimary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;background-color:var(--palette-themePrimary)}.g-renewv2-navitem-icon-disabled{color:#e6e7e8;font-size:18px;position:absolute;left:93%}.v-next-g-renewv2-navitem-icon-disabled{width:1.5rem;height:1.5rem;text-align:center;margin-right:.5rem;border:2px solid var(--palette-gray2);border-radius:50%;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;color:#333}.renewv2-navitem-icon{color:var(--theme-primary, #0071C7);font-size:18px;position:absolute;left:93%}[data-theme=theme1] .renewv2-navitem-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .renewv2-navitem-icon{color:#cf3900}[data-theme=theme3] .renewv2-navitem-icon{color:#077fa6}[data-theme=theme4] .renewv2-navitem-icon{color:#b35c00}[data-theme=theme5] .renewv2-navitem-icon{color:#3e8628}[data-theme=theme6] .renewv2-navitem-icon{color:#eb0f0f}[data-theme=theme7] .renewv2-navitem-icon{color:#278265}[data-theme=theme8] .renewv2-navitem-icon{color:#7760e6}.g-renewv2-section-container{flex-grow:1;display:block;text-align:left}.g-renewv2-section-title{margin-right:0px;margin-bottom:5px;margin-left:0px;display:block;font-weight:600;height:20px;text-align:left}.g-renewv2-section-description{width:296px;font-size:12px;font-weight:normal;color:#5d6778;max-height:80px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical}.v-next-g-renewv2-navitem,.v-next-g-renewv2-navitem-checked{width:100%;height:auto;max-width:100%;background:#fff;padding:1rem 1.5rem;border:1px solid var(--palette-gray2);border-top:1px solid var(--palette-gray2);border-left:none;border-right:none;border-bottom:none;border-radius:0}.v-next-g-renewv2-navitem:last-child,.v-next-g-renewv2-navitem-checked:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.v-next-g-renewv2-navitem .ms-Button-flexContainer,.v-next-g-renewv2-navitem-checked .ms-Button-flexContainer{display:flex;flex-direction:column;position:relative;padding-top:0px}.v-next-g-renewv2-navitem .ms-Button-flexContainer .ms-Button-label,.v-next-g-renewv2-navitem-checked .ms-Button-flexContainer .ms-Button-label{margin-top:0 !important;font-size:13px;line-height:1rem;color:#333}.v-next-g-renewv2-navitem .ms-Button-flexContainer .ms-Button-description,.v-next-g-renewv2-navitem-checked .ms-Button-flexContainer .ms-Button-description{font-size:12px;line-height:1rem;color:#333}.v-next-g-renewv2-section-container{height:auto}.v-next-g-renewv2-section-container .g-renewv2-section-title{margin-right:0;margin-bottom:5px;margin-left:0;display:flex;align-items:center;font-size:13px;font-weight:700;height:1.25rem;text-align:left}.v-next-g-renewv2-section-container .g-renewv2-section-title .v-next-g-renewv2-section-title-step-number-checked{width:1.5rem;height:1.5rem;text-align:center;margin-right:.5rem;border:2px solid var(--palette-themePrimary);border-radius:50%;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center}.v-next-g-renewv2-section-container .g-renewv2-section-title .v-next-g-renewv2-section-title-step-number{width:1.5rem;height:1.5rem;text-align:center;margin-right:.5rem;border:2px solid var(--palette-gray2);border-radius:50%;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center}.v-next-g-renewv2-section-container .g-renewv2-section-description{max-width:12.9375rem;max-height:5rem;margin-left:2rem;text-align:left;font-size:13px;font-weight:400;color:#5d6778;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical}.v-next-g-renewv2-section-container .g-renewv2-section-description .usercardlist-header .ms-Label{font-size:13px;padding:0px}
.renewv2-connection-panel-header{margin:0;padding:16px}.renewv2-connection-panel-header-text{margin:0;padding:0px;font-size:28px;font-weight:lighter;line-height:36px;word-break:break-word}.renewv2-connection-panel-detaillist-margin{margin-left:15px}.renewv2-connection-panel-detaillist{background:rgba(0,0,0,0)}
.g-statusinfo-item{width:100%;height:100%;display:flex;justify-content:space-between;align-items:flex-start}.g-statusinfo-item .v-statusinfo-info{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.g-statusinfo-item .g-statusinfo-icon{font-size:16px;color:var(--palette-themePrimary) !important}.g-statusinfo-item .g-statusinfo-divider{width:24px;height:0;border-bottom:2px solid #e7eaeb;margin-top:8px}.g-statusinfo-item .g-statusinfo-divider-empty{width:24px;height:2px;margin-top:8px}.g-statusinfo-item .g-statusinfo-description{color:#323e4d;font-weight:400;font-size:14px;margin-top:8px}.g-statusinfo-item .g-statusinfo-content{color:#323e4d;font-weight:700;font-size:14px;font-weight:700;line-height:20px;letter-spacing:-0.3px}.g-channel-statusinfo-item{width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}
.renewv2-apps-panel-header{margin:0;padding:16px 16px 16px 32px}.renewv2-apps-panel-header-text{margin:0;padding:0px;font-size:28px;font-weight:lighter;line-height:36px;word-break:break-word}.g-row-name{display:flex}.g-row-name .renewv2-apps-icon{width:24px;height:24px;background-color:#0079dd;display:flex;align-content:center;justify-content:center;align-items:center}.g-row-name .renewv2-apps-icon .g-statusinfo-icon{font-size:19px;color:#fff}.v-renewv2-apps-panel-detaillist .ms-DetailsList-contentWrapper .g-row-cell{height:100%;font-size:.875rem;font-weight:400;color:var(--palette-slate);padding-top:.2rem}
.renewv2-flows-panel-header{margin:0;padding:16px 16px 16px 32px}.renewv2-flows-panel-header-text{margin:0;padding:0px;font-size:28px;font-weight:lighter;line-height:36px;word-break:break-word}.g-row-name{display:flex}.g-row-name .renewv2-flows-icon{width:24px;height:24px;background-color:#ff5454;display:flex;align-content:center;justify-content:center;align-items:center}.g-row-name .renewv2-flows-icon .g-statusinfo-icon{font-size:19px;color:#fff}.renewv2-flows-panel-detaillist{background:rgba(0,0,0,0);height:100%;position:sticky;top:0;z-index:1}.v-renewv2-flows-panel-detaillist .ms-DetailsList-contentWrapper .g-row-cell{height:100%;font-size:.875rem;font-weight:400;color:var(--palette-slate);padding-top:.2rem}.v-renewv2-flows-panel-detaillist .ms-Pivot-text{font-weight:bold}.renewv2-flows-panel-content{margin-left:25px;height:calc(100% - 44px)}.renewv2-flows-panel-content-tab{height:100%}.renewv2-flows-panel-content>div:nth-child(2){height:100%}
.renewv2-apps-panel-header{margin:0;padding:16px 16px 16px 32px}.renewv2-apps-panel-header-text{margin:0;padding:0px;font-size:28px;font-weight:lighter;line-height:36px;word-break:break-word}.g-row-name{display:flex}.g-row-name .renewv2-apps-icon{width:24px;height:24px;background-color:#0079dd;display:flex;align-content:center;justify-content:center;align-items:center}.g-row-name .renewv2-apps-icon .g-statusinfo-icon{font-size:19px;color:#fff}.renewv2-apps-panel-detaillist{background:rgba(0,0,0,0);margin:0 25px;height:100%;position:sticky;top:0;z-index:1}.renewv2-apps-panel-detaillist-power-bi .ms-DetailsList-headerWrapper{border-bottom:1px solid #e3e5e9}
.renewv2-table-panel-header{padding:20px 40px 20px 40px}.renewv2-table-panel-header-text{margin:0;padding:0px;font-size:28px;font-weight:lighter;line-height:36px;word-break:break-word}.v-renewv2-custom-table-detaillist .ms-DetailsList-contentWrapper .details-list-cell{height:100%;font-size:.875rem;font-weight:400;color:var(--palette-slate);padding-top:.2rem}.g-row-name{display:flex}.g-row-name .renewv2-table-icon{width:24px;height:24px;background-color:#40850d;display:flex;align-content:center;justify-content:center;align-items:center}.g-row-name .renewv2-table-icon .g-statusinfo-icon{font-size:19px;color:#fff}.renewv2-table-panel-detaillist{background:rgba(0,0,0,0);height:100%;margin:0 40px 0 40px;position:sticky;top:0;z-index:1}.v-next-table-panel-list{height:100%;margin:0}.v-next-table-panel-list .ms-DetailsList-contentWrapper .g-row-cell{height:100%;font-size:.875rem;font-weight:400;color:var(--palette-slate);padding-top:.2rem}.v-next-table-panel-list .ms-List .ms-DetailsRow-fields{height:3rem}
.renewv2-apps-solution-panel .search-wrap{display:flex;flex-direction:row-reverse}.renewv2-apps-solution-panel .search-wrap .searchBox{width:220px;margin-right:44px}.renewv2-apps-solution-panel .renewv2-apps-panel-detaillist{height:calc(100% - 32px);margin:0}.v-renewal-solution-dialog .renewv2-apps-panel-detaillist{height:calc(100% - 32px);margin:1rem 0 0 0}
.h-request-buttongroup{margin:auto 0;display:inline-flex}.h-request-buttongroup .h-buttongroup-button{border-width:1px;margin-left:16px}.h-request-buttongroup .h-buttongroup-button:first-child{margin-left:0}.h-request-buttongroup .h-buttongroup-button-default{background:none}.h-request-buttongroup .h-loading-button .ms-Button-label{visibility:hidden}.h-request-buttongroup .h-buttongroup-spinner{position:absolute;top:0px;bottom:0px;left:0px;right:0px;margin:auto}
.g-headline-default{display:flex;justify-content:space-between;align-items:center;padding:24px 0}.g-headline-instruction{display:block;padding:24px 0 0}.g-headline-wrap .g-headline-title{color:#27313c;font-size:24px}.g-headline-wrap .g-contact-resetbutton-wrap{height:2rem}.g-headline-wrap .g-contact-resetbutton-wrap .ms-FocusZone{border-bottom:0;background-color:rgba(0,0,0,0);height:24px}.g-headline-wrap .g-contact-resetbutton-wrap .ms-Button{background-color:rgba(0,0,0,0)}.g-headline-wrap .g-contact-resetbutton-wrap .ms-Button:hover{background-color:#f4f4f4;color:#272727}.g-headline-wrap .g-contact-resetbutton-wrap .ms-Icon{color:var(--palette-themePrimary)}.g-headline-wrap .g-contact-resetbutton-wrap .ms-Button-label{font-weight:400;text-decoration:underline}.v-next-headline-wrap{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.v-next-headline-wrap .g-contact-resetbutton-wrap .ms-FocusZone{padding-right:0}.v-next-headline-wrap .g-contact-resetbutton-wrap .ms-FocusZone .ms-OverflowSet .ms-Button--commandBar{background:none}.v-next-headline-wrap .g-contact-resetbutton-wrap .ms-FocusZone .ms-OverflowSet .ms-Button--commandBar .ms-Button-textContainer{color:var(--palette-themePrimary)}.v-next-headline-wrap .g-contact-resetbutton-wrap .ms-FocusZone .ms-OverflowSet .ms-Button--commandBar .ms-Button-textContainer:hover{text-decoration:underline}@media screen and (max-width: 743px){.g-headline-title{font-size:1rem !important;font-weight:700 !important}}
.g-actionfooter-wrap{height:82px;display:flex;justify-content:space-between;align-items:center}.v-next-g-actionfooter-wrap{height:5rem;border-top:1px solid var(--palette-gray2);margin-left:-2rem;margin-right:-2rem;padding-right:1.5rem;display:flex;align-items:center;justify-content:space-between}.v-next-g-actionfooter-wrap .g-actionfooter-slot{margin-left:1.5rem}.v-next-g-actionfooter-wrap .v-next-actionfooter-button{margin:1rem 0rem 1rem 1rem;display:flex;justify-content:flex-end}.v-next-g-actionfooter-wrap .v-next-actionfooter-button button{margin-left:.5rem;border-color:var(--palette-gray2);height:2.5rem;border-radius:4px}@media screen and (max-width: 743px){.v-next-g-actionfooter-wrap{display:block;height:auto}.v-next-g-actionfooter-wrap .g-actionfooter-slot{margin-top:1rem;margin-left:2.5rem;margin-right:1rem}.v-next-g-actionfooter-wrap .g-membership-info{flex-wrap:nowrap !important;align-items:normal !important}.v-next-g-actionfooter-wrap .g-membership-info .g-membership-signin-icon{margin-top:.25rem}.v-next-actionfooter-button{margin:1rem !important}}
.h-popup .ms-Overlay{background-color:#27313c;opacity:.16}.h-popup .ms-Dialog-main{width:390px;min-height:200px;max-width:464px}.h-popup .ms-Dialog-header .ms-Dialog-title{padding:24px 32px;font-size:24px;min-height:24px;line-height:24px;color:#333;box-sizing:content-box}.h-popup .ms-Dialog-header .ms-Dialog-button--close{margin-right:8px}.h-popup .ms-Dialog-inner{padding:0 32px 24px}.h-popup .ms-Dialog-inner .h-popup-description{overflow-wrap:break-word;min-height:48px}.h-popup .ms-Dialog-inner .ms-Dialog-actions{margin-top:24px}.h-popup .ms-Dialog-inner .ms-Dialog-actions .ms-Dialog-actionsRight{margin-right:0}.h-popup .ms-Dialog-inner .ms-Dialog-actions .ms-Dialog-actionsRight .ms-Dialog-action{display:inline-block;margin:0}.h-popup .ms-Dialog-inner .ms-Dialog-actions .ms-Dialog-actionsRight .ms-Button{border-width:1px}.h-popup-sendemail .h-popup-sendemail-textfield .ms-TextField-fieldGroup::after{border-width:0 !important}.h-popup-warnicon{position:absolute;top:0;left:0;color:#f7a108;font-size:20px}.h-popup-warn .h-popup-description{overflow-wrap:break-word;margin-left:32px}.h-popup-warn .h-popup-description-noicon{overflow-wrap:break-word;min-height:48px}.h-popup-warn .h-startrequest-viewall{color:#0071c7;cursor:pointer;text-decoration:none;cursor:pointer}.h-popup-warn .h-startrequest-viewall:hover{color:#0065b3 !important;text-decoration:underline;background-color:rgba(0,0,0,0) !important}.h-popup-warn .h-startrequest-viewall:active{color:#005697 !important;text-decoration:underline}.h-popup-warn .h-startrequest-viewall:active:hover{color:#0065b3 !important;text-decoration:underline}.h-popup-warn .h-startrequest-viewall:visited{color:#0071c7 !important}.h-popup-warn .h-startrequest-viewall:focus{color:#005faa !important}.h-popup-warn .mh-startrequest-viewall{color:#0071c7;cursor:pointer;text-decoration:none;cursor:pointer;outline:none}.h-popup-warn .mh-startrequest-viewall:hover{color:#0065b3 !important;text-decoration:underline;background-color:rgba(0,0,0,0) !important}.h-popup-warn .mh-startrequest-viewall:active{color:#005697 !important;text-decoration:underline}.h-popup-warn .mh-startrequest-viewall:active:hover{color:#0065b3 !important;text-decoration:underline}.h-popup-warn .mh-startrequest-viewall:visited{color:#0071c7 !important}.h-popup-warn .mh-startrequest-viewall:focus{color:#005faa !important}.mh-popup .ms-Dialog-main{width:85%;max-width:327px;min-width:200px}.mh-popup .ms-Dialog-main .ms-Dialog-header .ms-Dialog-title{font-size:20px;font-weight:600;color:#27313c;padding:20px 0px;border-bottom:1px solid #f7f7f7;margin:0px 24px 20px}.mh-popup .ms-Dialog-main .ms-Dialog-inner{padding:0 24px 24px}.mh-popup .ms-Dialog-main .ms-Dialog-inner .h-popup-description{font-size:13px;color:#27313c}.mh-popup .ms-Dialog-main .ms-Dialog-actionsRight{margin-right:8px !important}.mh-popup .ms-Dialog-main .ms-Dialog-actionsRight .ms-Dialog-action{width:100%}.mh-popup .ms-Dialog-main .h-request-buttongroup{display:flex;align-items:center}.mh-popup .ms-Dialog-main .h-request-buttongroup .h-buttongroup-button{margin-left:8px}.mh-popup .ms-Dialog-main .h-request-buttongroup .h-buttongroup-button:first-child{margin-left:0}.mh-popup .ms-Dialog-main .h-request-buttongroup .ms-Button{flex:1;max-width:50%;min-width:50%;display:flex;justify-content:center}.mh-popup-warn .ms-Dialog-action .h-request-buttongroup{justify-content:flex-end}.mh-popup-warn .ms-Dialog-main .ms-Dialog-inner .ms-Dialog-actions{line-height:normal}.h-hidehubpopup-iconname{color:#0071c7 !important}
.side-title-wrap{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;width:370px;border-bottom:1px solid #e6e7e8;margin-left:-2rem;margin-right:-2rem;padding-left:8px}.side-title-wrap .ms-TooltipHost .v-next-side-title-status{width:fit-content;max-width:18rem;display:flex;align-items:center;font-weight:600;border-radius:4px;border:1px solid var(--palette-gray2);padding:.375rem .5rem;height:2rem;gap:.5rem;overflow:hidden}.side-title-wrap .ms-TooltipHost .v-next-side-title-status span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.side-title-wrap .ms-TooltipHost .v-next-side-title-status .g-my-tasks-status{display:flex}.side-title-wrap .ms-TooltipHost .v-next-side-title-status .text-container .text-content i{margin-right:.5rem}.side-title-wrap .ms-TooltipHost .title .channel-icon{width:1.5rem;height:1.5rem;color:var(--palette-themePrimary);margin-right:.5rem;vertical-align:text-top}.side-title-wrap .side-title-left{display:flex;align-items:center;width:80%}.side-title-wrap .side-title-left .side-title-left-tooltip{width:100%;display:flex}.side-title-wrap .side-title-left .side-title-left-tooltip .side-title-left-tooltip-content{display:flex;align-items:center;padding-top:.1rem}.side-title-wrap .side-title-left .side-title-left-tooltip .side-title-left-tooltip-channel-content{padding:16px 0}.side-title-wrap .side-title-left .side-title-left-tooltip .side-title-left-tooltip-channel-content .title{display:inline-block;width:100%;font-size:20px;word-break:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.side-title-wrap .side-title-left .side-title-left-tooltip .side-title-left-tooltip-channel-content .title .side-title-icon{width:1.5rem;height:1.5rem;margin-right:.5rem;vertical-align:text-bottom;margin-top:.2rem}.side-title-wrap .side-title-left .team-icon{color:#4a52bd;margin-right:8px}.side-title-wrap .side-title-left .team-icon img{width:24px}.side-title-wrap .side-title-left .message{padding:16px 0;width:100%}.side-title-wrap .side-title-left .message .title{display:inline-block;width:100%;font-size:20px;word-break:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.side-title-wrap .side-title-left .message .date{font-size:13px;color:#737477;font-style:italic}.side-title-wrap .side-title-left .message .channelMessage{font-size:13px;color:#737477;font-style:italic;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:306px}.side-title-wrap .side-title-left .message .channelMessage .channelMessage-margin{margin:0 3px}.side-title-wrap .details{padding:16px}.side-title-wrap .details .view-details-button .ms-Button-menuIcon{display:none}.v-next-side-title-overview-wrap{width:inherit;display:flex;justify-content:space-between;padding-bottom:1.5rem;border-bottom:1px solid #e8e9ea}.v-next-side-title-overview-wrap .side-title-left .side-title-left-tooltip{display:flex;align-items:center;gap:.75rem}.v-next-side-title-overview-wrap .side-title-left .side-title-left-tooltip .side-title-left-tooltip-content{display:flex;padding-top:.1rem}.v-next-side-title-overview-wrap .side-title-left .message{font-weight:700;width:calc(100vh - 400px)}.v-next-side-title-overview-wrap .side-title-left .message .title{display:inline-block;width:inherit;font-size:20px;word-break:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-next-side-title-overview-wrap .side-title-left .message .title .side-title-icon{width:1.5rem;height:1.5rem;margin-right:.5rem;vertical-align:text-bottom;margin-top:.2rem}.v-next-side-title-overview-wrap .side-title-left .message .date{font-size:13px;color:#737477;font-style:italic}.v-next-side-title-overview-wrap .side-title-left .message .channelMessage{line-height:20px;font-size:14px;font-weight:400;color:var(--palette-gray6);font-style:italic;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:inherit}.v-next-side-title-overview-wrap .side-title-left .message .channelMessage .channelMessage-margin{margin:0 3px}.v-next-side-title-overview-wrap .side-title-right{display:flex;align-items:center;gap:2.125rem}.v-next-side-title-overview-wrap .v-next-side-title-link{font-weight:400;font-size:14px;display:flex;flex-wrap:wrap}.v-next-side-title-overview-wrap .v-next-side-title-link .v-next-teams-details-link{margin-right:1rem;letter-spacing:.0095rem}.v-next-side-title-overview-wrap .v-next-side-title-link .v-next-view-team-link{position:relative;letter-spacing:.0151rem}.v-next-side-title-overview-wrap .v-next-side-title-link .v-next-view-team-link .v-link-icon{position:absolute;top:-0.45rem;font-weight:900;margin-top:6px}.v-next-side-title-overview-wrap .v-next-side-title-status{width:fit-content;max-width:18rem;display:flex;align-items:center;font-weight:600;border-radius:4px;border:1px solid var(--palette-gray2);padding:.375rem .5rem;height:2rem;gap:.5rem;overflow:hidden;background-color:#f1f2f4}.v-next-side-title-overview-wrap .v-next-side-title-status .g-space-panel-status-renewal,.v-next-side-title-overview-wrap .v-next-side-title-status .v-next-g-space-panel-status-pending{height:1rem;width:.875rem}.v-next-side-title-overview-wrap .v-next-side-title-status span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v-next-side-title-overview-wrap .v-next-side-title-status .v-next-side-desc-status{font-size:13px;font-weight:400;letter-spacing:-0.0244rem}.v-next-side-title-overview-wrap .v-next-side-title-status .g-my-tasks-status{display:flex}.v-next-side-title-overview-wrap .v-next-side-title-status .text-container .text-content i{margin-right:.5rem}.v-next-side-title-overview-wrap .details{padding:16px}.v-next-side-title-overview-wrap .details .view-details-button .ms-Button-menuIcon{display:none}.v-next-side-title-overview-wrap .v-next-side-title-status-renew-inside{height:2.375rem;background:var(--palette-themePrimary);margin-left:-1.5rem;margin-right:-1.5rem;display:none;align-items:center;justify-content:center;color:#fff}.v-next-side-title-overview-wrap .v-next-side-title-status-renew-inside .v-next-side-desc-status-renew-inside{font-size:.75rem}.v-next-side-title-overview-wrap .v-next-side-title-status-renew-inside .v-next-side-desc-status{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:.5rem;display:inline-block;max-width:12rem;line-height:1rem}.v-next-side-title-wrap{width:15rem}.v-next-side-title-wrap .ms-Shimmer-container{margin-left:-1.5rem;width:15rem}.v-next-side-title-wrap .side-title-left{width:inherit;margin-top:1rem;margin-bottom:.75rem}.v-next-side-title-wrap .side-title-left .side-title-left-tooltip{display:flex}.v-next-side-title-wrap .side-title-left .side-title-left-tooltip .side-title-left-tooltip-content{display:flex;padding-top:.1rem}.v-next-side-title-wrap .side-title-left .message{font-weight:700;width:90%}.v-next-side-title-wrap .side-title-left .message .title{display:inline-block;width:16rem;font-size:20px;word-break:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-next-side-title-wrap .side-title-left .message .title .side-title-icon{width:1.5rem;height:1.5rem;margin-right:.5rem;vertical-align:text-bottom;margin-top:.2rem}.v-next-side-title-wrap .side-title-left .message .date{font-size:13px;color:#737477;font-style:italic}.v-next-side-title-wrap .side-title-left .message .channelMessage{line-height:20px;font-size:14px;font-weight:400;color:var(--palette-gray6);font-style:italic;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:16rem}.v-next-side-title-wrap .side-title-left .message .channelMessage .channelMessage-margin{margin:0 3px}.v-next-side-title-wrap .side-title-right{display:flex;align-items:center;gap:1.5rem}.v-next-side-title-wrap .v-next-side-title-link{font-weight:400;font-size:14px;display:flex;flex-wrap:wrap}.v-next-side-title-wrap .v-next-side-title-link .v-next-teams-details-link{margin-right:1rem;letter-spacing:.0095rem}.v-next-side-title-wrap .v-next-side-title-link .v-next-view-team-link{position:relative;letter-spacing:.0151rem}.v-next-side-title-wrap .v-next-side-title-link .v-next-view-team-link .v-link-icon{position:absolute;top:-0.45rem;font-weight:900;margin-top:6px}.v-next-side-title-wrap .v-next-side-title-status{width:fit-content;max-width:18rem;display:flex;align-items:center;font-weight:600;border-radius:4px;border:1px solid var(--palette-gray2);padding:.375rem .5rem;height:2rem;gap:.5rem;overflow:hidden;background-color:#f1f2f4}.v-next-side-title-wrap .v-next-side-title-status .g-space-panel-status-renewal,.v-next-side-title-wrap .v-next-side-title-status .v-next-g-space-panel-status-pending{height:1rem;width:.875rem}.v-next-side-title-wrap .v-next-side-title-status span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v-next-side-title-wrap .v-next-side-title-status .v-next-side-desc-status{letter-spacing:-0.0244rem}.v-next-side-title-wrap .v-next-side-title-status .g-my-tasks-status{display:flex}.v-next-side-title-wrap .v-next-side-title-status .text-container .text-content i{margin-right:.5rem}.v-next-side-title-wrap .details{padding:16px}.v-next-side-title-wrap .details .view-details-button .ms-Button-menuIcon{display:none}.v-next-side-title-wrap .v-next-side-title-phase-content{width:15rem;height:2.375rem;background:var(--palette-themePrimary);margin-left:-1.5rem;margin-right:-1.5rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem}.v-next-side-title-wrap .v-next-side-title-phase-content .v-next-side-phase-description{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:.5rem;display:inline-block;max-width:12rem;line-height:1rem}@media screen and (max-width: 743px){.v-next-side-title-wrap{width:100%}.v-next-side-title-wrap .side-title-left{width:inherit;margin:.5rem 0}.v-next-side-title-wrap .side-title-left .message{font-weight:700;width:90%}.v-next-side-title-wrap .side-title-left .message .v-overflow-text .text-container .text-content{font-size:20px;font-weight:700;line-height:26px}.v-next-side-title-wrap .side-title-left .message .v-overflow-text .text-container .text-content .message-icon-style{color:var(--palette-themePrimary);margin-right:.5rem}.v-next-side-title-wrap .side-title-left .message .title{width:18rem;font-size:20px;margin-bottom:4px;word-break:break-word;display:flex;white-space:pre-wrap;overflow:visible}.v-next-side-title-wrap .side-title-left .message .title .team-icon{margin-right:.5rem;color:#4a52bd;font-size:large}.v-next-side-title-wrap .side-title-left .message .date{font-size:13px;color:#737477;font-style:italic}.v-next-side-title-wrap .side-title-left .message .channelMessage{font-size:13px;color:#737477;font-style:italic;white-space:pre-wrap;width:auto}.v-next-side-title-wrap .side-title-left .message .channelMessage .v-overflow-text .text-container .text-content{font-size:14px;font-weight:400;line-height:26px}.v-next-side-title-wrap .side-title-left .message .channelMessage .channelMessage-margin{margin:0 3px}.v-next-side-title-wrap .v-next-side-title-link{font-weight:400;font-size:14px}.v-next-side-title-wrap .v-next-side-title-link .v-next-view-team-link{letter-spacing:.0151rem !important}.v-next-side-title-wrap .v-next-side-title-link .v-next-view-team-link .v-link-icon{color:var(--palette-themePrimary) !important}.v-next-side-title-wrap .v-next-side-title-status{width:fit-content;max-width:21.5625rem;display:flex;align-items:center;font-weight:600;border-radius:4px;border:1px solid var(--palette-gray2);padding:.375rem .5rem;height:auto;gap:.5rem;overflow:hidden}.v-next-side-title-wrap .v-next-side-title-status span{white-space:pre-wrap}.v-next-side-title-wrap .v-next-side-title-status .g-my-tasks-status{display:flex}.v-next-side-title-wrap .details{padding:16px}.v-next-side-title-wrap .details .view-details-button .ms-Button-menuIcon{display:none}.v-next-side-title-overview-wrap{width:inherit;display:flex;flex-direction:column;gap:.5rem;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid #e8e9ea}}
.renew-message-wrap{margin:24px;width:322px;display:flex;flex-direction:column;overflow:hidden;height:calc(100% - 24px)}.renew-message-wrap .message-wrap{border-top-left-radius:8px;border-top-right-radius:8px;border:1px solid #e6e7e8;border-bottom:none;padding:4px 0}.renew-message-wrap .message-wrap .content{padding:8px 24px}.renew-message-wrap .message-wrap .content .message{flex-grow:10;word-wrap:break-word;font-size:13px;color:#323e4d}.renew-message-wrap .message-wrap .content .message img,.renew-message-wrap .message-wrap .content .message div{max-width:100% !important}.renew-message-wrap .estimated-time{height:48px;display:flex;border:1px solid #e6e7e8;border-top:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px;padding:12px 24px;margin-bottom:24px;align-items:center;background:#f2f3f4;font-size:12px;color:#5d6778}.renew-message-wrap .estimated-time .icon{color:var(--palette-themePrimary);margin-right:.5rem;width:1rem;height:1rem}.renew-message-wrap .estimated-time .description{font-style:italic}.renew-message-wrap .estimated-time .description .internationalization-label{color:#5d6778 !important;font-size:12px}.renew-message-wrap .estimated-time .description .internationalization-input .time{color:#5d6778 !important;font-weight:600}.renew-message-wrap .confirm-estimated-time{height:48px;display:flex;border:1px solid #e6e7e8;border-top:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px;padding:12px 24px;margin-bottom:8px;align-items:center;background:var(--palette-gray1);font-size:12px;color:#5d6778}.renew-message-wrap .confirm-estimated-time .icon{color:var(--palette-themePrimary);margin-right:.5rem;width:1rem;height:1rem}.renew-message-wrap .confirm-estimated-time .description{font-style:italic}.renew-message-wrap .confirm-estimated-time .description .internationalization-label{color:#5d6778 !important;font-size:12px}.renew-message-wrap .confirm-estimated-time .description .internationalization-input .time{color:#5d6778 !important;font-weight:600}.v-next-renew-message-wrap{display:flex;flex-direction:column;overflow:hidden;max-width:inherit;height:calc(100% - 24px);gap:1.5rem}.v-next-renew-message-wrap .message-wrap .scrollbar-track{background:rgba(0,0,0,0)}.v-next-renew-message-wrap .message-wrap .content .message{flex-grow:10;word-wrap:break-word;color:var(--palette-slate);line-height:1.125rem;margin-bottom:3px}.v-next-renew-message-wrap .message-wrap .content .message img,.v-next-renew-message-wrap .message-wrap .content .message div{max-width:100% !important}.v-next-left-side .estimated-time,.left-side .estimated-time{height:1.125rem;display:flex;border-top:none;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;align-items:center;font-size:14px;font-weight:400;color:#707174}.v-next-left-side .estimated-time .icon,.left-side .estimated-time .icon{color:#707174;margin-right:.5rem;width:1rem;height:1rem}.v-next-left-side .estimated-time .description,.left-side .estimated-time .description{font-size:14px;font-style:italic;line-height:1.125rem;font-weight:400}.confirm-estimated-time{height:1.125rem;display:flex;border-top:none;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;align-items:center;font-size:14px;font-weight:400;color:#707174}.confirm-estimated-time .icon{color:#707174;margin-right:.5rem;width:1rem;height:1rem}.confirm-estimated-time .description{font-size:14px;font-style:italic;line-height:1.125rem;font-weight:400}@media screen and (max-width: 743px){.v-next-renew-message-wrap{width:100%;max-width:21.5625rem;gap:1rem}}
.side-bottom-wrap{margin:0 0 24px 0;font-size:13px}.side-bottom-wrap button#remind-disabled{color:#999}.side-bottom-wrap button#remind-disabled:hover{color:#999 !important;text-decoration:none}.side-bottom-wrap .start-renew{margin-left:16px}.side-bottom-wrap .ms-TooltipHost .v-next-reminder-later-link{min-width:9.5625rem;height:2.5rem}.side-bottom-wrap-confirm button{font-size:14px;font-weight:600;line-height:20px;min-width:8.5625rem;height:2.5rem;padding:.625rem .75rem;border-radius:4px}.side-bottom-wrap-confirm button#remind-disabled{background-color:var(--palette-gray2)}.side-bottom-wrap-confirm button#remind-disabled:hover{text-decoration:none}.side-bottom-wrap-confirm .start-renew-confirm{margin-top:12px}.v-next-side-bottom-wrap-confirm button{font-size:14px;font-weight:600;line-height:20px;min-width:8.5625rem;height:2.5rem;padding:.625rem .75rem;border-radius:4px}.v-next-side-bottom-wrap-confirm button#remind-disabled{background-color:var(--palette-gray2)}.v-next-side-bottom-wrap-confirm button#remind-disabled:hover{text-decoration:none}.v-next-side-bottom-wrap-confirm .v-next-reminder-later-link{font-size:14px;font-weight:600;border:1px solid var(--palette-gray2);border-radius:.25rem;padding:.625rem .75rem .625rem .75rem;color:var(--palette-slate) !important;background-color:rgba(0,0,0,0)}.v-next-side-bottom-wrap-confirm .v-next-reminder-later-link:hover{color:var(--palette-slate) !important;text-decoration:none}.g-remind-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:var(--theme-primary, #0071C7);border-color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-remind-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-remind-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:#cf3900}[data-theme=theme3] .g-remind-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:#077fa6}[data-theme=theme4] .g-remind-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:#b35c00}[data-theme=theme5] .g-remind-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:#3e8628}[data-theme=theme6] .g-remind-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:#eb0f0f}[data-theme=theme7] .g-remind-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:#278265}[data-theme=theme8] .g-remind-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:#7760e6}
.g-renew-contact-card{border:1px solid #e6e7e8;border-radius:8px;fill:#e6e7e8;width:200px;height:189px;margin-right:24px;padding:14px;display:flex;position:relative;padding-bottom:10px;cursor:pointer}.g-renew-contact-card .g-card-change-userinfo{display:flex;width:200px;justify-content:center}.g-renew-contact-card .g-card-change-right-button{position:absolute;right:16px;top:16px}.g-renew-contact-card .g-card-change-button{position:absolute;bottom:16px;width:130px;height:34px;margin:0 auto;left:0;right:0;border:1px solid #e6e7e8;padding:0px}.g-renew-contact-card .change-button{border-radius:50%;border:1px solid #e6e7e8;width:34px;height:34px;color:#415364}.g-renew-contact-card .change-button-hovered{border-radius:50%;border:1px solid #0079dd}.g-renew-contact-card .v-next-g-card-change-right-button{position:absolute;right:.25rem;top:.25rem}.g-renew-contact-card .v-next-change-button{color:#415364}.g-renew-contact-card-add{border:1px solid #e6e7e8;border-radius:8px;fill:#e6e7e8;margin-right:24px;padding:14px;width:200px;height:189px;position:relative;padding-bottom:10px;cursor:pointer}.g-renew-contact-card-add .g-renew-contact-card-add-container{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:100%}.g-renew-contact-card-add .g-renew-contact-card-add-container .g-renew-add-button{text-align:center}.g-renew-contact-card-add .g-renew-contact-card-add-container .v-next-g-renew-add-button{display:flex;align-items:center;justify-content:center}.g-renew-contact-card-add .g-renew-contact-card-add-container .v-next-g-renew-add-button .g-contact-add-icon{width:3rem;height:3rem;border:1px solid #fff;border-radius:50%;background-color:var(--palette-gray2);color:#fff;display:flex;justify-content:center;align-items:center;font-size:x-large}.g-renew-contact-card-add .g-renew-contact-card-add-container .v-next-g-renew-add-text{width:171px;height:32px;border:1px solid var(--palette-gray2);border-radius:4px;display:flex;align-items:center;justify-content:center;margin:1rem auto;font-size:14px;font-weight:600}.g-renew-contact-card-add .g-renew-contact-card-add-container .add-button{border-radius:50%;border:1px solid #0079dd;width:34px;height:34px}.g-renew-contact-card-add .g-renew-contact-card-add-container .g-renew-add-text{text-align:center;margin-top:8px;font-size:13px;line-height:17px}.g-renew-contact-card-error,.v-renew-contact-card-error{border-color:#a4262c !important}.v-renew-contact-card{display:flex;align-items:center;justify-content:center;flex-direction:column;fill:#e6e7e8;position:relative;cursor:pointer;border-radius:.5rem;width:100%;max-width:15rem;height:15rem;padding:1rem 0 1.75rem;border:.0625rem solid var(--palette-gray2);gap:.75rem}.v-renew-contact-card .g-card-change-userinfo{flex:1}.v-renew-contact-card .g-card-change-userinfo .g-userinfo-wrap{gap:.25rem}.v-renew-contact-card .g-card-change-userinfo .g-userinfo-wrap .g-renew-contact-persona{margin-bottom:.5rem}.v-renew-contact-card .g-card-change-button .button-text{display:flex !important;align-items:center;justify-content:center;gap:.5rem}.v-renew-contact-card .g-card-change-button .button-text .g-card-change-button-icon{color:var(--palette-themePrimary)}.v-renew-contact-card .v-next-g-card-change-right-button{position:absolute;right:.25rem;top:.25rem}.v-renew-contact-card .g-renew-contact-card-add-container{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:100%}.v-renew-contact-card .g-renew-contact-card-add-container .g-renew-add-button{text-align:center}.v-renew-contact-card .g-renew-contact-card-add-container .v-next-g-renew-add-button{display:flex;align-items:center;justify-content:center}.v-renew-contact-card .g-renew-contact-card-add-container .v-next-g-renew-add-button .g-contact-add-icon{width:3rem;height:3rem;border:1px solid #fff;border-radius:50%;background-color:var(--palette-gray2);color:#fff;display:flex;justify-content:center;align-items:center;font-size:x-large}.v-renew-contact-card .g-renew-contact-card-add-container .v-next-g-renew-add-text{width:fit-content !important;height:2rem;border:.0625rem solid var(--palette-gray2);border-radius:.125rem;display:flex;align-items:center;justify-content:center;margin:1rem auto;font-size:.875rem;font-weight:600;padding:0 .5rem}.v-renew-contact-card .g-renew-contact-card-add-container .add-button{border-radius:50%;border:1px solid #0079dd;width:2.125rem;height:2.125rem}.v-renew-contact-card .g-renew-contact-card-add-container .g-renew-add-text{text-align:center;margin-top:.5rem;font-size:.8125rem;line-height:1.0625rem}@media screen and (max-width: 743px){.v-renew-contact-card,.g-renew-contact-card-add{width:100%}.v-renew-contact-card .g-card-change-userinfo,.g-renew-contact-card-add .g-card-change-userinfo{padding-top:.625rem}.v-renew-contact-card{padding-top:.375rem}}
.g-renewalv2-loading-area{text-align:center;width:100%;height:100%;position:absolute;left:0;bottom:0;top:0;right:0;z-index:98}.g-renewalv2-loading-area .g-renewalv2-loading-cover{position:absolute;width:100%;height:100%;background:rgba(255,255,255,.6)}.g-renewalv2-loading-area .g-renewalv2-loading-context{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:99}.g-renewalv2-loading-area .g-renewalv2-loading-context .g-renewalv2-loading-dot span{display:inline-block;width:6px;height:6px;border-radius:50%;margin:0 4px;background:rgba(0,0,0,.3);animation:loadingdot 1.5s linear infinite}.g-renewalv2-loading-area .g-renewalv2-loading-context .g-renewalv2-loading-dot span:nth-child(2){animation-delay:.1428571429s}.g-renewalv2-loading-area .g-renewalv2-loading-context .g-renewalv2-loading-dot span:nth-child(3){animation-delay:.2857142857s}.g-renewalv2-loading-area .g-renewalv2-loading-context .g-renewalv2-loading-dot span:nth-child(4){animation-delay:.4285714286s}.g-renewalv2-loading-area .g-renewalv2-loading-context .g-renewalv2-loading-dot span:nth-child(5){animation-delay:.5714285714s}.g-renewalv2-loading-area .g-renewalv2-loading-context .g-renewalv2-loading-dot span:nth-child(6){animation-delay:.7142857143s}.g-renewalv2-loading-area .g-renewalv2-loading-context .g-renewalv2-loading-dot span:nth-child(7){animation-delay:.8571428571s}.g-renewalv2-loading-area .g-renewalv2-loading-context .g-renewalv2-loading-dot span:nth-child(8){animation-delay:1s}.g-renewalv2-loading-area .g-renewalv2-loading-context .g-renewalv2-loading-dot span:nth-child(9){animation-delay:1.1428571429s}@keyframes loadingdot{0%{background:#005697}17%{background:#0065b3}34%{background:#0071c7}51%{background:#197fce}68%{background:#59a4dd}85%{background:#a7cfee}100%{background:#cfe5f6}}.v-renewalv2-loading-area{text-align:center;width:100%;height:100%;position:absolute;left:0;bottom:0;top:0;right:0;z-index:98}.v-renewalv2-loading-area .v-renewalv2-loading-cover{position:absolute;width:100%;height:100%;background:rgba(255,255,255,.6)}.v-renewalv2-loading-area .v-renewalv2-loading-context{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:99}
.v-percentage-chart-wrap{height:100px}.v-percentage-chart-wrap .k-chart{height:auto !important}.v-percentage-chart-wrap .v-percentage-chart{margin-right:1rem}.percentage-chart-wrap{display:flex;align-items:center}.percentage-chart-wrap .admin-dashboard-header-icon{height:15px;width:14px;color:#323e4d;display:flex;align-items:center}.percentage-chart-wrap .k-chart{height:100px}.percentage-chart-wrap .message-wrap .hr{width:20px;margin:0;height:3px;border:none}.percentage-chart-wrap .message-wrap .text{font-size:14px;font-weight:400;color:#323e4d;margin:6px 0 2px}.percentage-chart-wrap .message-wrap .margin{margin:1px 0 8px}.percentage-chart-wrap .message-wrap .number{font-size:14px;font-weight:700;color:#323e4d}.percentage-chart-wrap .message-wrap .intro{min-width:150px;display:flex;justify-content:space-between;align-items:center;margin:1px 0 8px;gap:5px}.percentage-chart-wrap .message-wrap .intro .text{line-height:16px}.percentage-chart-wrap .message-wrap .intro:nth-last-child(1){margin:1px 0 0}.percentage-chart-wrap .v-next-chart-body-content{width:4.25rem;height:4.25rem;border-radius:4.25rem;background:#f2f3f4;display:flex;align-items:center;justify-content:center;margin-right:1rem;flex-shrink:0}.percentage-chart-wrap .v-next-chart-body-content .v-next-chart-body-content-icon{width:14px;height:15px;color:#6668c6}
.ms-DetailsRow:hover .g-renewal-more-actions{display:inline-block}.g-renewal-more-actions-container .g-renewal-more-actions{display:none;width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.g-renewal-more-actions-container .g-renewal-more-actions-display{display:inline-block}
.g-sharingLinks-dialog-copied-container .g-sharingLinks-dialog-copied-prompt{display:flex;align-items:center;justify-content:flex-start;margin-bottom:20px;margin-top:10px}.g-sharingLinks-dialog-copied-container .g-sharingLinks-dialog-copied-prompt .g-sharingLinks-signin-icon{color:#28cc74;margin-right:5px}.g-sharingLinks-dialog-copied-container .g-sharingLinks-dialog-copied-prompt .g-sharingLinks-dialog-prompt-description{margin:0;line-height:0}.g-sharingLinks-dialog-copied-container .g-sharingLinks-dialog-copied-link{display:flex;align-items:center;justify-content:flex-start}.g-sharingLinks-dialog-copied-container .g-sharingLinks-dialog-copied-link .g-sharingLinks-link-text{margin-right:10px;width:70%}.v-next-g-sharingLinks-dialog-copied-container{padding:0}.v-next-g-sharingLinks-dialog-copied-container .g-sharingLinks-dialog-copied-prompt{display:flex;align-items:center;justify-content:flex-start;margin-bottom:1.25rem;border:1px solid var(--palette-successful);border-radius:.25rem;background:#f5fff9;height:2rem}.v-next-g-sharingLinks-dialog-copied-container .g-sharingLinks-dialog-copied-prompt .g-sharingLinks-signin-icon{margin:0 .5rem}.v-next-g-sharingLinks-dialog-copied-container .g-sharingLinks-dialog-copied-prompt .g-sharingLinks-signin-icon{color:#28cc74;margin-right:5px}.v-next-g-sharingLinks-dialog-copied-container .g-sharingLinks-dialog-copied-prompt .g-sharingLinks-dialog-prompt-description{margin:0;line-height:0}.v-next-g-sharingLinks-dialog-copied-container .g-sharingLinks-dialog-copied-link{display:flex;align-items:center;justify-content:flex-start}.v-next-g-sharingLinks-dialog-copied-container .g-sharingLinks-dialog-copied-link .g-sharingLinks-link-text{flex:2;margin-right:10px}.v-next-g-sharingLinks-dialog-copied-container .g-sharingLinks-dialog-copied-link .ms-TextField .ms-Label{padding:0}.v-next-g-sharingLinks-dialog-copied-container .g-sharingLinks-dialog-copied-link .v-primary-button{height:2.5rem}.v-next-link-dialog .v-next-line{border-top:1px solid #e6e7e8;margin:0rem;margin-top:1.25rem}.v-next-link-dialog .dialog-inner .ms-Dialog-actions .ms-Dialog-action{margin-right:0}.v-next-link-dialog .dialog-inner .ms-Dialog-actions .ms-Dialog-action .v-primary-button{display:none}
.g-contact-renew-footer{margin:0 32px;width:100%}.g-contact-renew-footer>button{margin-right:8px}.g-renew-contact-commonds{position:relative;z-index:2}.g-renew-contact-stretch{height:100%}.g-renew-contact-container{display:flex;flex-direction:column;height:100%;width:calc(100% - 10px)}.g-contact-panel-wrap{height:100%;margin-left:34px}.g-contact-panel-wrap .g-contact-peoplepicker{max-width:272px}.g-contact-panel-wrap .g-contact-ownerlist-title{display:inline-block}.g-contact-panel-wrap .g-contact-ownerlist{height:60%;width:86%}.g-contact-panel-wrap .g-contact-ownerlist .g-owners-content{height:100%;display:flex;flex-wrap:wrap}.g-contact-panel-wrap .g-contact-ownerlist .ms-Viewport .ms-DetailsList{background:#fff}.g-contact-panel-wrap .g-contact-ownerlist .ms-DetailsRow{background:#fff;border-color:#fff}.g-contact-panel-wrap .g-contact-ownerlist .ms-DetailsRow .ms-DetailsRow-cell{padding:0}.g-contact-panel-wrap .g-contact-ownerlist .ms-FocusZone:focus{background:#d4d6d8}.g-contact-panel-wrap .g-contact-ownerlist .ms-FocusZone:focus .add-owner-button{opacity:1 !important}.g-contact-panel-wrap .g-contact-ownerlist .g-owner-persona-content{width:98%;height:58px;padding:0 6px;display:flex;justify-content:space-between;align-items:center}.g-contact-panel-wrap .g-contact-ownerlist .g-owner-persona-content:hover{background:#d4d6d8}.g-contact-panel-wrap .g-contact-ownerlist .g-owner-persona-content:hover .add-owner-button{display:block;opacity:1}.g-contact-panel-wrap .g-contact-ownerlist .g-owner-persona-content .ms-Persona-secondaryText{color:#5d6778}.g-contact-panel-wrap .g-contact-ownerlist .g-owner-persona-content .add-owner-button{border-radius:50%;border:1px solid #e6e7e8;opacity:0}.g-contact-panel-wrap .g-contact-ownerlist .g-owner-persona-content-button{width:98%;height:58px;padding:0 6px;display:flex;justify-content:space-between;align-items:center;background:#d4d6d8}.g-contact-panel-wrap .g-contact-ownerlist .g-owner-persona-content-button .add-owner-button{border-radius:50%;border:1px solid #e6e7e8;opacity:1 !important}.v-next-renew-contact .g-contact-panel-wrap{margin-left:0}.v-next-renew-contact .g-contact-panel-wrap .g-contact-peoplepicker{max-width:100%}.v-next-renew-contact .g-contact-panel-wrap .g-contact-peoplepicker .verifyPeoplePicker-wrap .g-common-request-label{margin-top:0}.v-next-renew-contact .g-contact-panel-wrap .g-contact-peoplepicker .verifyPeoplePicker-wrap .v-list-people-picker .ms-PeoplePicker-Outer .ms-SelectionZone .ms-BasePicker-selectedItems .ms-PickerPersona-container{border:none;background-color:rgba(0,0,0,0)}.v-next-renew-contact .g-contact-panel-wrap .v-next-Contact-avatar .ms-Persona-secondaryText{display:inline-block}.v-next-renew-contact .g-contact-panel-wrap .g-contact-ownerlist-title{font-weight:600;font-size:14px;margin-top:.875rem}.v-next-renew-contact .g-contact-panel-wrap .v-next-renew-contact-error{font-size:13px;font-weight:400;color:#d01b1b;margin-top:5px !important;word-break:break-word;word-wrap:break-word;font-style:italic}.v-next-renew-contact .g-contact-ownerlist{width:100% !important;height:fit-content}.v-next-renew-contact .g-contact-ownerlist .g-owners-content{height:100%;display:flex;flex-wrap:wrap;flex-direction:column}.v-next-renew-contact .g-contact-ownerlist .g-owners-content .scrollbar-wrap{width:98%}.v-next-renew-contact .ms-DetailsRow>div:first-child>.ms-DetailsRow-cell:first-child{padding-left:0}
.renewal-view-language{word-wrap:break-word}
.contact-renew-wrap{padding:0 24px !important}.g-renewalv2-contact-renew-wrap{display:flex;flex-wrap:nowrap;flex-direction:column;padding:24px;position:relative;height:100%;width:100%;padding-bottom:0}.g-renewalv2-contact-renew-wrap .g-renewalv2-contact-instruction{border:1px solid #e6e7e8;border-radius:8px;margin-bottom:24px;float:left;width:100%;padding:12px;max-height:220px}.g-renewalv2-contact-renew-wrap .g-renewalv2-contact-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.g-renewalv2-contact-renew-wrap .g-renewalv2-contact-wrap{height:inherit;flex:1;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,0)}.g-renewalv2-contact-renew-wrap .g-renewalv2-contact-renew-header{width:100%;justify-content:space-between;display:flex}.g-renewalv2-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-title{color:#27313c;font-size:24px}.g-renewalv2-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-FocusZone{border-bottom:0;background-color:rgba(0,0,0,0)}.g-renewalv2-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Button{background-color:rgba(0,0,0,0)}.g-renewalv2-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Button:hover{background-color:#f4f4f4;color:#272727}.g-renewalv2-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-renewalv2-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-renewalv2-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#cf3900}[data-theme=theme3] .g-renewalv2-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#077fa6}[data-theme=theme4] .g-renewalv2-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#b35c00}[data-theme=theme5] .g-renewalv2-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#3e8628}[data-theme=theme6] .g-renewalv2-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#eb0f0f}[data-theme=theme7] .g-renewalv2-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#278265}[data-theme=theme8] .g-renewalv2-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#7760e6}.g-renewalv2-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Button-label{font-weight:400}.g-renewalv2-contact-renew-wrap .g-renewv2-contact-renew-container{flex:1}.g-renewalv2-contact-renew-wrap .g-renewv2-contact-renew-container .g-renewv2-contact-renew-content{display:flex;justify-content:flex-start;margin-top:24px;flex-grow:1}.g-renewalv2-contact-renew-wrap .g-renewv2-contact-renew-container .g-renewv2-contact-renew-content .g-renew-contact-persona{margin-left:2px}.g-renewalv2-contact-renew-wrap .g-renewv2-contact-renew-container .g-renewv2-contact-renew-content .g-renew-contact-persona .ms-Persona-details{display:none}.g-renewalv2-contact-renew-wrap .renewal-contact-error{margin-top:8px;color:#a4262c;font-size:12px;outline:none}.g-renewalv2-contact-renew-wrap .vnext-renewal-contact-error{font-size:13px !important;font-style:italic;color:var(--palette-error)}.g-renewalv2-contact-renew-wrap .h-contact-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.g-renewalv2-contact-renew-wrap .h-contact-wrapper .h-contact-inner{width:calc(100% - 24px);height:inherit}.g-renewalv2-contact-renew-wrap .h-contact-scrollbar{height:100%}.g-renewalv2-contact-renew-wrap .h-contact-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.g-renewalv2-contact-renew-wrap div.ms-CommandBar{background-color:rgba(0,0,0,0);height:24px}.g-renewalv2-contact-renew-wrap .ms-OverflowSet-item .ms-Button--commandBar,.g-renewalv2-contact-renew-wrap .ms-OverflowSet-overflowButton .ms-CommandBar-overflowButton{background-color:rgba(0,0,0,0)}.v-next-g-contact-renew-wrap{border:1px solid #e6e7e8;display:flex;flex-wrap:nowrap;flex-direction:column;position:relative;height:100%;width:100%;padding:0 1.5rem 0 !important}.v-next-g-contact-renew-wrap .g-renewalv2-contact-instruction{width:100%;padding:0;margin-bottom:1rem;max-height:13.75rem}.v-next-g-contact-renew-wrap .v-next-headline-wrap{height:2.5rem;padding:0}.v-next-g-contact-renew-wrap .v-next-headline-wrap .g-contact-resetbutton-wrap{height:1.5rem}.v-next-g-contact-renew-wrap .v-next-headline-wrap .g-headline-title{color:var(--palette-slate);font-size:16px;font-weight:700}.v-next-g-contact-renew-wrap .g-renewalv2-contact-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.v-next-g-contact-renew-wrap .g-renewalv2-contact-wrap{height:inherit;flex:1;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,0)}.v-next-g-contact-renew-wrap .g-renewalv2-contact-wrap .ms-FocusZone{height:2.5rem;padding:0}.v-next-g-contact-renew-wrap .g-renewalv2-contact-wrap .ms-FocusZone .ms-OverflowSet .ms-OverflowSet-item{border:1px solid var(--palette-gray2);border-radius:4px;height:2.5rem}.v-next-g-contact-renew-wrap .g-renewalv2-contact-renew-header{padding:1.5rem 1.5rem 0 1.5rem;width:100%;justify-content:space-between;display:flex}.v-next-g-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-title{color:#27313c;font-size:24px}.v-next-g-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-FocusZone{border-bottom:0;background-color:rgba(0,0,0,0)}.v-next-g-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Button{background-color:rgba(0,0,0,0)}.v-next-g-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Button:hover{background-color:#f4f4f4;color:#272727}.v-next-g-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .v-next-g-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .v-next-g-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#cf3900}[data-theme=theme3] .v-next-g-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#077fa6}[data-theme=theme4] .v-next-g-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#b35c00}[data-theme=theme5] .v-next-g-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#3e8628}[data-theme=theme6] .v-next-g-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#eb0f0f}[data-theme=theme7] .v-next-g-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#278265}[data-theme=theme8] .v-next-g-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#7760e6}.v-next-g-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Button-label{font-weight:400}.v-next-g-contact-renew-wrap .g-renewv2-contact-renew-container{padding:0;flex:1}.v-next-g-contact-renew-wrap .g-renewv2-contact-renew-container .g-renewv2-contact-renew-content{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem;flex-grow:1}.v-next-g-contact-renew-wrap .g-renewv2-contact-renew-container .g-renewv2-contact-renew-content .g-renew-contact-persona{margin-left:2px}.v-next-g-contact-renew-wrap .g-renewv2-contact-renew-container .g-renewv2-contact-renew-content .g-renew-contact-persona .ms-Persona-details{display:none}.v-next-g-contact-renew-wrap .renewal-contact-error{margin-top:8px;color:#a4262c;font-size:12px;outline:none}.v-next-g-contact-renew-wrap .vnext-renewal-contact-error{font-size:13px !important;font-style:italic;color:var(--palette-error);text-align:center}.v-next-g-contact-renew-wrap .h-contact-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.v-next-g-contact-renew-wrap .h-contact-wrapper .h-contact-inner{width:calc(100% - 24px);height:inherit}.v-next-g-contact-renew-wrap .h-contact-scrollbar{height:100%}.v-next-g-contact-renew-wrap .h-contact-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.v-next-g-contact-renew-wrap div.ms-CommandBar{background-color:rgba(0,0,0,0);height:24px}.v-next-g-contact-renew-wrap .ms-OverflowSet-item .ms-Button--commandBar,.v-next-g-contact-renew-wrap .ms-OverflowSet-overflowButton .ms-CommandBar-overflowButton{background-color:rgba(0,0,0,0)}.v-next-g-contact-renew-wrap .v-next-g-actionfooter-wrap{height:5rem;border-top:1px solid var(--palette-gray2);margin-left:-2rem !important;margin-right:-2rem !important;padding-right:1.5rem !important;display:flex;align-items:center;justify-content:space-between}.v-next-g-contact-renew-wrap .v-next-headline-wrap{margin-top:1.5rem}@media screen and (max-width: 743px){.v-next-g-contact-renew-wrap{padding:1.25rem 1.5rem 0 !important}.v-next-g-contact-renew-wrap .g-renewv2-contact-renew-content{display:flex;flex-direction:column;align-items:center;gap:0px}.v-next-g-contact-renew-wrap .g-renewv2-contact-renew-content .g-renew-contact-card{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.v-next-g-contact-renew-wrap .h-contact-wrapper{height:calc(100% - 76px)}.v-next-g-contact-renew-wrap .h-contact-wrapper .g-renewalv2-contact-wrap .g-renewv2-contact-renew-container .g-renewv2-contact-renew-content .v-renew-contact-card:first-child{margin-bottom:1.5rem}.v-next-g-contact-renew-wrap .h-contact-wrapper .g-renewalv2-contact-wrap .g-renewv2-contact-renew-container .vnext-renewal-contact-error{padding-bottom:5rem}}
.g-renewal-adduserspanel-content{padding:0 32px}.g-renewal-adduserspanel-content .g-renewal-peoplepicker-label{margin-top:16px}.g-renewal-adduserspanel-content .g-renewal-peoplepicker-membership{width:100%}.g-renewal-adduserspanel-footer{width:100%;display:flex;justify-content:flex-end}.g-renewal-users-info{display:flex;align-items:center;border:1px solid #e6e7e8;border-radius:2px;font-size:12px;font-style:italic}.g-renewal-users-info .g-renewal-users-info-all{display:flex;align-items:flex-start;padding:5px}.g-renewal-users-info .g-renewal-users-info-all .g-renewal-users-info-icon{margin:3px 8px}.g-renewal-search-prompt{display:flex;align-items:center;border:1px solid #e6e7e8;border-radius:2px;font-size:12px;font-style:italic;margin:0 32px !important}.g-renewal-search-prompt .g-renewal-channel-info-all{display:flex;align-items:flex-start;padding:5px}.g-renewal-search-prompt .g-renewal-channel-info-all .g-renewal-channel-info-icon{margin:3px 8px}.v-next-renewal-channel-info-all .v-common-dialog .dialog-innerContent{padding:1rem 0rem;gap:1.5rem}.v-next-renewal-channel-info-all .verifyPeoplePicker-wrap{width:100%}.v-next-renewal-channel-info-all .g-renewal-search-prompt,.v-next-renewal-channel-info-all .g-renewal-member-info{display:flex;align-items:normal;border:1px solid var(--palette-information);padding:.375rem .5rem;background:var(--palette-informationLight);border-radius:.25rem;font-style:normal;font-size:14px;font-weight:400}.v-next-renewal-channel-info-all .g-renewal-search-prompt .g-renewal-channel-info-all,.v-next-renewal-channel-info-all .g-renewal-search-prompt .g-renewal-member-info-all,.v-next-renewal-channel-info-all .g-renewal-member-info .g-renewal-channel-info-all,.v-next-renewal-channel-info-all .g-renewal-member-info .g-renewal-member-info-all{padding:0}.v-next-renewal-channel-info-all .g-renewal-search-prompt .g-renewal-channel-info-all .g-renewal-member-info-icon,.v-next-renewal-channel-info-all .g-renewal-search-prompt .g-renewal-member-info-all .g-renewal-member-info-icon,.v-next-renewal-channel-info-all .g-renewal-member-info .g-renewal-channel-info-all .g-renewal-member-info-icon,.v-next-renewal-channel-info-all .g-renewal-member-info .g-renewal-member-info-all .g-renewal-member-info-icon{margin-right:.5rem}.v-next-renewal-channel-info-all .g-renewal-adduserspanel-content{padding:0 2rem !important}.v-next-renewal-channel-info-all .g-renewal-adduserspanel-content .choiceGroup-wrap input{width:0}.v-next-renewal-channel-info-all .g-renewal-adduserspanel-content label{font-size:14px;color:var(--palette-slate);font-weight:600}.v-next-renewal-channel-info-all .g-renewal-adduserspanel-content label .ms-ChoiceFieldLabel{font-weight:400}@media screen and (max-width: 743px){.v-common-dialog-content .dialog-inner .dialog-innerContent-mobile{gap:1.5rem}.v-common-dialog-content .dialog-inner .g-renewal-search-prompt{display:flex;align-items:normal;border:1px solid var(--palette-information);padding:.375rem .5rem;background:var(--palette-informationLight);border-radius:.25rem;margin:0 !important;font-style:normal;font-size:14px;font-weight:400}.v-common-dialog-content .dialog-inner .g-renewal-search-prompt .g-renewal-channel-info-all{padding:0}.v-common-dialog-content .dialog-inner .g-renewal-adduserspanel-content{padding:0rem !important}.v-common-dialog-content .dialog-inner .g-renewal-adduserspanel-content .v-validation-people-root{margin-top:1.5rem;width:auto}.v-common-dialog-content .dialog-inner .g-renewal-adduserspanel-content .v-validation-people-root .dynamicrequest-request-label{margin-top:0}.v-common-dialog-content .dialog-inner .g-renewal-adduserspanel-content .v-validation-people-root .v-list-people-picker{width:auto}.v-common-dialog-content .dialog-inner .g-renewal-adduserspanel-content .v-verifyPeoplePicker-wrap{width:auto}.v-common-dialog-content .dialog-inner .g-renewal-adduserspanel-content .v-verifyPeoplePicker-wrap .v-list-people-picker{width:inherit}}
.g-membership-detailslist{height:100%}.g-membership-detailslist .ms-DetailsRow:hover .g-renewal-cell-action{opacity:1}.g-membership-detailslist .ms-DetailsRow:hover .recent-list-menu{opacity:1}.g-membership-detailslist .ms-DetailsRow:hover .recent-list-menu:hover{background:var(--palette-gray2)}.g-membership-detailslist .g-renewal-cell-action:focus{opacity:1 !important}.g-membership-detailslist .g-renewal-detailslist-cell{width:100%;height:100%;display:flex;align-items:center}.g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-primaryText{font-weight:bold;font-size:13px;color:#27313c}.g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-secondaryText{color:#7d848b;font-size:13px;font-style:italic}.g-membership-detailslist .g-renewal-detailslist-cell .g-renewal-cell-action{opacity:0;width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.g-membership-detailslist .g-renewal-detailslist-cell .h-tooltip-icon-button{margin-left:0}.g-membership-detailslist .g-renewal-detailslist-cell-action .h-tooltip-icon-button{margin-left:0}.v-membership-detailslist .g-renewal-detailslist-cell{font-size:.875rem !important}.v-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-primaryText{font-size:.875rem !important}.v-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-secondaryText{font-size:.875rem !important}.details-list-cell .recent-list-menu{width:2.5rem;height:2.5rem}
.g-renewal-edituserspanel-footer{width:100%;display:flex;justify-content:flex-end}.g-renewal-edituserspanel-content{height:100%;margin-left:34px}.g-renewal-edituserspanel-content .g-renewal-peoplepicker{max-width:272px}.g-renewal-edituserspanel-content .g-renewal-ownerlist-title{display:inline-block;margin-top:16px}.g-renewal-edituserspanel-content .g-renewal-ownerlist{height:80%;width:86%;padding-bottom:10px}.g-renewal-edituserspanel-content .g-renewal-ownerlist .g-owners-content{height:100%;display:flex;flex-wrap:wrap}.g-renewal-edituserspanel-content .g-renewal-ownerlist .ms-Viewport .ms-DetailsList{background:#fff}.g-renewal-edituserspanel-content .g-renewal-ownerlist .ms-DetailsRow{background:#fff;border-color:#fff}.g-renewal-edituserspanel-content .g-renewal-ownerlist .ms-DetailsRow .ms-DetailsRow-cell{padding:0}.g-renewal-edituserspanel-content .g-renewal-ownerlist .g-owner-persona-content{width:98%;height:58px;padding:0 6px;display:flex;justify-content:space-between;align-items:center}.g-renewal-edituserspanel-content .g-renewal-ownerlist .g-owner-persona-content:hover{background:#d4d6d8}.g-renewal-edituserspanel-content .g-renewal-ownerlist .g-owner-persona-content:hover .add-owner-button{display:block}.g-renewal-edituserspanel-content .g-renewal-ownerlist .g-owner-persona-content .ms-Persona-secondaryText{color:#5d6778}.g-renewal-edituserspanel-content .g-renewal-ownerlist .g-owner-persona-content .add-owner-button{border-radius:50%;border:1px solid #e6e7e8;display:none}.v-next-renew-edit-user .g-renewal-edituserspanel-content{margin-left:0}.v-next-renew-edit-user .g-renewal-edituserspanel-content .g-renewal-peoplepicker{max-width:100%}.v-next-renew-edit-user .g-renewal-edituserspanel-content .g-renewal-peoplepicker .verifyPeoplePicker-wrap .g-common-request-label{margin-top:0}.v-next-renew-edit-user .g-renewal-edituserspanel-content .g-renewal-peoplepicker .verifyPeoplePicker-wrap .v-list-people-picker .ms-PeoplePicker-Outer .ms-SelectionZone .ms-BasePicker-selectedItems .ms-PickerPersona-container{border:none;background-color:rgba(0,0,0,0)}.v-next-renew-edit-user .g-renewal-edituserspanel-content .g-renewal-ownerlist-title{font-weight:600;font-size:14px;margin-top:.875rem}.v-next-renew-edit-user .g-renewal-ownerlist{width:100% !important;height:fit-content}.v-next-renew-edit-user .g-renewal-ownerlist .g-owners-content{height:100%;display:flex;flex-wrap:wrap;flex-direction:column}.v-next-renew-edit-user .g-renewal-ownerlist .g-owners-content .scrollbar-wrap{width:98%}.v-next-renew-edit-user .ms-DetailsRow>div:first-child>.ms-DetailsRow-cell:first-child{padding-left:0}
.g-membership-wrap{height:100%;display:flex;flex-direction:column;padding:0 24px}.g-membership-wrap .g-membership-instruction{border:1px solid #e6e7e8;border-radius:8px;margin-bottom:24px;float:left;width:100%;padding:12px;max-height:220px}.g-membership-wrap .g-membership-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.g-membership-wrap .g-membership-content-wrap{border:1px solid #e6e7e8;border-radius:8px;flex-grow:1;display:flex;flex-direction:column;height:inherit}.g-membership-wrap .g-membership-content-wrap .ms-CommandBar{padding:0;padding-top:22px;border:0}.g-membership-wrap .g-membership-content-wrap .ms-CommandBar .g-membership-actionbar-number{line-height:44px;color:#737477;font-style:italic}.g-membership-wrap .g-membership-content-wrap .g-membership-detailslist-wrap{flex-grow:1;padding-top:4px;padding-left:8px}.g-membership-wrap .g-membership-info{font-size:12px;font-style:italic;display:flex;align-items:center;flex-wrap:wrap}.g-membership-wrap .g-membership-info .g-membership-owner-icon{color:#28cc74;margin-right:8px}.g-membership-wrap .g-membership-info .g-membership-signin-icon{color:var(--theme-primary, #0071C7);margin-right:8px}[data-theme=theme1] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#cf3900}[data-theme=theme3] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#077fa6}[data-theme=theme4] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#b35c00}[data-theme=theme5] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#3e8628}[data-theme=theme6] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#eb0f0f}[data-theme=theme7] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#278265}[data-theme=theme8] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#7760e6}.g-membership-wrap .g-membership-info .g-membership-signin-title{font-weight:600;color:#27313c;font-size:12px;line-height:18px}.g-membership-wrap .g-membership-info .complete-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-membership-wrap .g-membership-info .complete-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-membership-wrap .g-membership-info .complete-icon{color:#cf3900}[data-theme=theme3] .g-membership-wrap .g-membership-info .complete-icon{color:#077fa6}[data-theme=theme4] .g-membership-wrap .g-membership-info .complete-icon{color:#b35c00}[data-theme=theme5] .g-membership-wrap .g-membership-info .complete-icon{color:#3e8628}[data-theme=theme6] .g-membership-wrap .g-membership-info .complete-icon{color:#eb0f0f}[data-theme=theme7] .g-membership-wrap .g-membership-info .complete-icon{color:#278265}[data-theme=theme8] .g-membership-wrap .g-membership-info .complete-icon{color:#7760e6}.g-membership-wrap .g-membership-info .g-membership-signin-notice{color:#0078d4;font-style:italic}.g-membership-wrap .g-membership-info .internationalization-label,.g-membership-wrap .g-membership-info .internationalization-input{font-size:12px;line-height:18px;color:#27313c}.g-membership-wrap .g-membership-common-errormessage{color:#a4262c;font-size:12px;margin-top:5px;animation-duration:.367s;animation-timing-function:cubic-bezier(0.1, 0.9, 0.2, 1);animation-fill-mode:both;-webkit-font-smoothing:antialiased;display:flex;align-items:center}.g-membership-wrap .h-membership-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.g-membership-wrap .h-membership-wrapper .h-membership-inner{width:calc(100% - 24px);height:inherit}.g-membership-wrap .h-membership-scrollbar{height:100%}.g-membership-wrap .h-membership-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.g-membership-wrap .g-recommendation-div{display:flex}.g-membership-wrap .g-recommendation-div .g-membership-signin-icon{margin-top:.2rem}.g-membership-wrap .member-ship-title-custom{padding-right:24px}.v-next-membership-actionbar .ms-OverflowSet-item button{margin-right:.5rem;border:1px solid var(--palette-gray2);border-radius:4px;height:2.5rem}.v-next-membership-actionbar .ms-OverflowSet-item button .ms-Button-label{font-weight:600;color:var(--palette-slate);line-height:20px}.v-next-membership-wrap{border:1px solid var(--palette-gray2);height:100%;display:flex;flex-direction:column;padding:0 1.5rem 0}.v-next-membership-wrap .v-next-headline-wrap{height:2.5rem;margin-top:1.5rem;padding:0 1.5rem 0 0}.v-next-membership-wrap .v-next-headline-wrap .g-headline-title{color:var(--palette-slate);font-size:16px;font-weight:700}.v-next-membership-wrap .g-membership-instruction{border-radius:8px;margin-bottom:24px;float:left;width:100%;padding:0;max-height:13.75rem}.v-next-membership-wrap .g-membership-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.v-next-membership-wrap .g-membership-content-wrap{border-radius:8px;flex-grow:1;display:flex;flex-direction:column;height:inherit;width:100%}.v-next-membership-wrap .g-membership-content-wrap .v-membership-filter-wrap{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:.5rem}.v-next-membership-wrap .g-membership-content-wrap .v-membership-filter-wrap .ms-searchBox-box{max-width:15rem;width:100%}.v-next-membership-wrap .g-membership-content-wrap .v-renewal-detail-list{height:100%;flex-grow:1}.v-next-membership-wrap .g-membership-content-wrap .v-renewal-detail-list .freeze-first-column .ms-DetailsRow:hover .ms-DetailsRow-cell:first-child{background-color:#fff !important}.v-next-membership-wrap .g-membership-content-wrap .v-renewal-detail-list .ms-List-cell>.is-selected{background-color:#fff !important}.v-next-membership-wrap .g-membership-content-wrap .v-renewal-detail-list .ms-List-cell>.ms-DetailsRow:hover{background-color:#fff !important}.v-next-membership-wrap .g-membership-content-wrap .v-renewal-detail-list .ms-DetailsRow-cell{margin-top:0;padding-top:0;background-color:#fff;display:flex;align-items:center;padding-bottom:0}.v-next-membership-wrap .g-membership-content-wrap .v-renewal-detail-list .freeze-first-column .is-selected .ms-DetailsRow-cell:first-child{background-color:#fff !important}.v-next-membership-wrap .g-membership-content-wrap .ms-FocusZone{margin:0}.v-next-membership-wrap .g-membership-content-wrap .ms-FocusZone .ms-DetailsHeader-cell .ms-DetailsHeader-cellName{font-weight:400;color:var(--palette-slate)}.v-next-membership-wrap .g-membership-content-wrap .ms-FocusZone .ms-DetailsRow-fields{height:3rem}.v-next-membership-wrap .g-membership-content-wrap .ms-FocusZone .ms-DetailsRow-fields .g-renewal-detailslist-cell .ms-Persona-details .ms-Persona-primaryText{font-size:.875rem;font-weight:400;color:var(--palette-slate)}.v-next-membership-wrap .g-membership-content-wrap .ms-FocusZone .ms-DetailsRow-fields .g-renewal-detailslist-cell .g-space-panel-persona{padding-bottom:.3rem}.v-next-membership-wrap .g-membership-content-wrap .ms-CommandBar{padding:0;padding-top:22px;border:0}.v-next-membership-wrap .g-membership-content-wrap .ms-CommandBar .g-membership-actionbar-number{line-height:44px;color:#737477;font-style:italic}.v-next-membership-wrap .g-membership-content-wrap .v-next-membership-actionbar .ms-CommandBar{margin-left:0 !important;padding-top:0px;margin-bottom:1rem;margin-right:0}.v-next-membership-wrap .g-membership-content-wrap .g-membership-detailslist-wrap{flex-grow:1;padding-top:0px;padding-left:0px}.v-next-membership-wrap .g-membership-content-wrap .g-membership-detailslist-wrap .ms-DetailsList-contentWrapper .details-list-cell{height:100%;font-size:.875rem;font-weight:400;color:var(--palette-slate)}.v-next-membership-wrap .g-membership-content-wrap .filter-button-wrap-content{gap:.5rem;flex:1}.v-next-membership-wrap .g-membership-content-wrap .filter-button-wrap-content .v-default-button{height:2rem}.v-next-membership-wrap .g-membership-info{font-size:12px;font-style:normal;display:flex}.v-next-membership-wrap .g-membership-info .g-membership-owner-icon{color:#28cc74;margin-right:8px}.v-next-membership-wrap .g-membership-info .g-membership-signin-icon{color:var(--palette-slate);margin-right:8px;margin-top:.25rem}.v-next-membership-wrap .g-membership-info .g-membership-signin-title{font-weight:600;color:#27313c;font-size:13px;line-height:20px;padding-bottom:.1rem}.v-next-membership-wrap .g-membership-info .complete-icon{color:var(--palette-successful);font-weight:bold}.v-next-membership-wrap .g-membership-info .g-membership-signin-notice{font-style:normal}.v-next-membership-wrap .g-membership-info .internationalization-label,.v-next-membership-wrap .g-membership-info .internationalization-input{position:relative;font-size:13px;line-height:20px;color:#27313c}.v-next-membership-wrap .g-membership-info .internationalization-label .complete-icon,.v-next-membership-wrap .g-membership-info .internationalization-input .complete-icon{display:inline-block;width:13px;height:14px;position:absolute;top:-13px;left:8px}.v-next-membership-wrap .g-membership-info .internationalization-input-position{position:relative;font-size:13px;line-height:20px;color:#27313c}.v-next-membership-wrap .g-membership-info .internationalization-input-position .complete-icon{display:inline-block;width:13px;height:14px;position:absolute;top:-9px;left:8px}.v-next-membership-wrap .g-membership-common-errormessage{color:#a4262c;font-size:12px;margin-top:5px;animation-duration:.367s;animation-timing-function:cubic-bezier(0.1, 0.9, 0.2, 1);animation-fill-mode:both;-webkit-font-smoothing:antialiased;display:flex;align-items:center}.v-next-membership-wrap .h-membership-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.v-next-membership-wrap .h-membership-wrapper .h-membership-inner{width:calc(100% - 24px);height:inherit}.v-next-membership-wrap .h-membership-scrollbar{height:100%}.v-next-membership-wrap .h-membership-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.v-next-membership-wrap .g-recommendation-div{display:flex}.v-next-membership-wrap .g-recommendation-div .g-membership-signin-icon{margin-top:.25rem}.v-next-membership-wrap .v-recommendation-div{overflow:hidden}.v-next-membership-wrap .v-recommendation-div .g-membership-signin-icon{margin-top:.25rem}.g-membership-sensitivity-messagebar{margin:8px 0}.v-next-membership-sensitivity-messagebar{margin:8px 0;background-color:var(--palette-informationLight);border-radius:5px;border:var(--palette-information) 1px solid}.v-next-membership-sensitivity-messagebar .ms-MessageBar-innerText{font-size:14px;color:var(--palette-slate)}.v-next-membership-internationalization{font-size:14px;color:var(--palette-slate)}.v-next-membership-internationalization .internationalization-label{font-size:14px;color:var(--palette-slate)}.v-next-membership-internationalization .internationalization-input .v-uniform-link{font-size:14px;font-weight:600;color:var(--palette-themePrimary, var(--palette-themePrimary)) !important;text-decoration:underline !important}.h-membership-internationalization{font-size:12px}.h-membership-internationalization .internationalization-label{font-size:12px}.h-membership-internationalization .internationalization-input .g-uniform-link{font-size:12px}@media screen and (max-width: 743px){.v-next-membership-wrap{padding:1.25rem 1.5rem 0}.v-next-membership-wrap .h-membership-wrapper{height:calc(100% - 109px - 52px)}}
.g-renewal-adduserspanel-content{padding:0 32px}.g-renewal-adduserspanel-content .g-renewal-peoplepicker-label{margin-top:16px}.g-renewal-adduserspanel-footer{width:100%;display:flex;justify-content:flex-end}.g-renewal-users-info{display:flex;align-items:center;border:1px solid #e6e7e8;border-radius:2px;font-size:12px;font-style:italic}.g-renewal-users-info .g-renewal-users-info-all{display:flex;align-items:flex-start;padding:5px}.g-renewal-users-info .g-renewal-users-info-all .g-renewal-users-info-icon{margin:3px 8px}.g-renewal-search-prompt{display:flex;align-items:center;border:1px solid #e6e7e8;border-radius:2px;font-size:12px;font-style:italic;margin:0 32px 12px}.g-renewal-search-prompt .g-renewal-channel-info-all{display:flex;align-items:flex-start;padding:5px}.g-renewal-search-prompt .g-renewal-channel-info-all .g-renewal-channel-info-icon{margin:3px 8px}.power-automate-add-panel .g-PeoplePicker-ErrorText{word-break:break-word}.power-automate-add-panel .validation-people-root{width:95%}.g-renewal-automate-membership .dynamicrequest-request-label{margin-top:0}.g-renewal-automate-membership .dynamicrequest-request-label .v-common-request-label{margin-top:0}.g-renewal-automate-info{display:flex;align-items:normal;border:1px solid var(--palette-information);padding:.375rem .5rem;background:var(--palette-informationLight);border-radius:.25rem;font-style:normal;font-size:14px;font-weight:400;margin-top:1rem}.g-renewal-automate-info .g-renewal-automate-info-all{display:flex;padding:0}.g-renewal-automate-info .g-renewal-automate-info-all .g-renewal-automate-info-icon{margin-right:.5rem;margin-top:.2rem}.v-next-picker-list-scroll{flex-grow:0;overflow:hidden}.v-next-picker-list-scroll .ms-PeoplePicker-Outer{overflow:hidden;height:100%}.v-next-picker-list-scroll .ms-PeoplePicker-Outer .ms-SelectionZone{overflow-y:auto}.v-next-picker-list-scroll .ms-PeoplePicker-Outer .ms-BasePicker .ms-BasePicker-input{font-size:14px}.v-next-picker-list-scroll .ms-PeoplePicker-Outer>div{height:100%;display:flex;flex-direction:column}.v-next-picker-list-scroll .ms-SelectionZone{max-height:19rem}.v-next-picker-list-scroll .ms-SelectionZone .ms-PickerPersona-container{width:26rem}
.g-membership-detailslist{height:100%}.g-membership-detailslist .ms-DetailsRow:hover .g-renewal-cell-action{opacity:1}.g-membership-detailslist .g-renewal-cell-action:focus{opacity:1 !important}.g-membership-detailslist .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-primaryText{font-weight:bold;font-size:13px;color:#27313c}.g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-secondaryText{color:#7d848b;font-size:13px;font-style:italic}.g-membership-detailslist .g-renewal-detailslist-cell .g-renewal-cell-action{opacity:0;width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.g-membership-detailslist .g-renewal-detailslist-cell-action .h-tooltip-icon-button{margin-left:0}.v-renewal-detailslist-action-button-remove{color:#e44e20}.v-renewal-detailslist-action-button-remove i{font-size:15px}.v-renewal-detailslist-action-button-remove:hover{background-color:rgba(0,0,0,0)}.v-renewal-detailslist-action-button-common{color:var(--palette-themePrimary)}.v-renewal-detailslist-action-button-common i{font-size:15px}.v-renewal-detailslist-action-button-common:hover{color:var(--palette-themePrimary);background-color:rgba(0,0,0,0)}
.g-renewal-edituserspanel-footer{width:100%;display:flex;justify-content:flex-end}.g-renewal-edituserspanel-content{height:100%;margin-left:34px;padding-right:30px;display:flex;flex-direction:column}.g-renewal-edituserspanel-content .g-renewal-peoplepicker{max-width:272px}.g-renewal-edituserspanel-content .g-renewal-ownerlist-title{display:inline-block;margin-top:16px}.g-renewal-edituserspanel-content .g-renewal-ownerlist,.g-renewal-edituserspanel-content .g-team-renewal-ownerlist{flex:2;width:95%;padding-bottom:10px}.g-renewal-edituserspanel-content .g-renewal-ownerlist .g-owners-content,.g-renewal-edituserspanel-content .g-team-renewal-ownerlist .g-owners-content{height:100%;display:flex;flex-wrap:wrap}.g-renewal-edituserspanel-content .g-renewal-ownerlist .ms-Viewport .ms-DetailsList,.g-renewal-edituserspanel-content .g-team-renewal-ownerlist .ms-Viewport .ms-DetailsList{background:#fff}.g-renewal-edituserspanel-content .g-renewal-ownerlist .ms-DetailsRow,.g-renewal-edituserspanel-content .g-team-renewal-ownerlist .ms-DetailsRow{background:#fff;border-color:#fff}.g-renewal-edituserspanel-content .g-renewal-ownerlist .ms-DetailsRow .ms-DetailsRow-cell,.g-renewal-edituserspanel-content .g-team-renewal-ownerlist .ms-DetailsRow .ms-DetailsRow-cell{padding:0}.g-renewal-edituserspanel-content .g-renewal-ownerlist .g-owner-persona-content,.g-renewal-edituserspanel-content .g-team-renewal-ownerlist .g-owner-persona-content{width:98%;height:58px;padding:0 6px;display:flex;justify-content:space-between;align-items:center}.g-renewal-edituserspanel-content .g-renewal-ownerlist .g-owner-persona-content:hover,.g-renewal-edituserspanel-content .g-team-renewal-ownerlist .g-owner-persona-content:hover{background:#d4d6d8}.g-renewal-edituserspanel-content .g-renewal-ownerlist .g-owner-persona-content:hover .add-owner-button,.g-renewal-edituserspanel-content .g-team-renewal-ownerlist .g-owner-persona-content:hover .add-owner-button{display:block}.g-renewal-edituserspanel-content .g-renewal-ownerlist .g-owner-persona-content .ms-Persona-secondaryText,.g-renewal-edituserspanel-content .g-team-renewal-ownerlist .g-owner-persona-content .ms-Persona-secondaryText{color:#5d6778}.g-renewal-edituserspanel-content .g-renewal-ownerlist .g-owner-persona-content .add-owner-button,.g-renewal-edituserspanel-content .g-team-renewal-ownerlist .g-owner-persona-content .add-owner-button{border-radius:50%;border:1px solid #e6e7e8;display:none}.g-renewal-automate-title{color:#27313c;font-weight:600 !important}.g-renewal-automate-peoplepicker #cg-renewal-peoplepicker{font-weight:600;color:#27313c}.g-team-renewal-ownerlist{min-height:200px}.g-team-renewal-ownerlist .g-owners-content{min-height:200px}.v-renewal-edit-automate-users-content{height:100%;display:flex;flex-direction:column}.v-renewal-edit-automate-users-content .g-renewal-peoplepicker{width:100%}.v-renewal-edit-automate-users-content .g-renewal-ownerlist-title{display:inline-block;margin-top:1rem}.v-renewal-edit-automate-users-content .g-renewal-ownerlist,.v-renewal-edit-automate-users-content .g-team-renewal-ownerlist{flex:2;width:95%;padding-bottom:10px}.v-renewal-edit-automate-users-content .g-renewal-ownerlist .g-owners-content,.v-renewal-edit-automate-users-content .g-team-renewal-ownerlist .g-owners-content{height:100%;display:flex;flex-wrap:wrap}.v-renewal-edit-automate-users-content .g-renewal-ownerlist .ms-Viewport .ms-DetailsList,.v-renewal-edit-automate-users-content .g-team-renewal-ownerlist .ms-Viewport .ms-DetailsList{background:#fff}.v-renewal-edit-automate-users-content .g-renewal-ownerlist .ms-DetailsRow,.v-renewal-edit-automate-users-content .g-team-renewal-ownerlist .ms-DetailsRow{background:#fff;border-color:#fff}.v-renewal-edit-automate-users-content .g-renewal-ownerlist .ms-DetailsRow .ms-DetailsRow-cell,.v-renewal-edit-automate-users-content .g-team-renewal-ownerlist .ms-DetailsRow .ms-DetailsRow-cell{padding:0}.v-renewal-edit-automate-users-content .g-renewal-ownerlist .g-owner-persona-content,.v-renewal-edit-automate-users-content .g-team-renewal-ownerlist .g-owner-persona-content{width:98%;height:3.625rem;padding:0 .375rem;display:flex;justify-content:space-between;align-items:center}.v-renewal-edit-automate-users-content .g-renewal-ownerlist .g-owner-persona-content:hover,.v-renewal-edit-automate-users-content .g-team-renewal-ownerlist .g-owner-persona-content:hover{background:#d4d6d8}.v-renewal-edit-automate-users-content .g-renewal-ownerlist .g-owner-persona-content:hover .add-owner-button,.v-renewal-edit-automate-users-content .g-team-renewal-ownerlist .g-owner-persona-content:hover .add-owner-button{display:block}.v-renewal-edit-automate-users-content .g-renewal-ownerlist .g-owner-persona-content .ms-Persona-secondaryText,.v-renewal-edit-automate-users-content .g-team-renewal-ownerlist .g-owner-persona-content .ms-Persona-secondaryText{color:#5d6778}.v-renewal-edit-automate-users-content .g-renewal-ownerlist .g-owner-persona-content .add-owner-button,.v-renewal-edit-automate-users-content .g-team-renewal-ownerlist .g-owner-persona-content .add-owner-button{border-radius:50%;border:1px solid #e6e7e8;display:none}
.g-membership-wrap{height:100%;display:flex;flex-direction:column;padding:0 24px}.g-membership-wrap .g-membership-instruction{border:1px solid #e6e7e8;border-radius:8px;margin-bottom:24px;float:left;width:100%;padding:12px}.g-membership-wrap .g-membership-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.g-membership-wrap .g-membership-content-wrap{border:1px solid #e6e7e8;border-radius:8px;flex-grow:1;display:flex;flex-direction:column;height:inherit}.g-membership-wrap .g-membership-content-wrap .ms-CommandBar{padding:0;padding-top:22px;border:0}.g-membership-wrap .g-membership-content-wrap .ms-CommandBar .g-membership-actionbar-number{line-height:44px;color:#737477;font-style:italic}.g-membership-wrap .g-membership-content-wrap .g-membership-detailslist-wrap{flex-grow:1;padding-top:4px;padding-left:8px}.g-membership-wrap .g-membership-info{font-size:12px;font-style:italic;display:flex;align-items:center;flex-wrap:wrap}.g-membership-wrap .g-membership-info .g-membership-owner-icon{color:#28cc74;margin-right:8px}.g-membership-wrap .g-membership-info .g-membership-signin-icon{color:var(--theme-primary, #0071C7);margin-right:8px}[data-theme=theme1] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#cf3900}[data-theme=theme3] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#077fa6}[data-theme=theme4] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#b35c00}[data-theme=theme5] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#3e8628}[data-theme=theme6] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#eb0f0f}[data-theme=theme7] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#278265}[data-theme=theme8] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#7760e6}.g-membership-wrap .g-membership-info .g-membership-signin-title{font-weight:600;color:#27313c;font-size:12px;line-height:18px}.g-membership-wrap .g-membership-info .complete-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-membership-wrap .g-membership-info .complete-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-membership-wrap .g-membership-info .complete-icon{color:#cf3900}[data-theme=theme3] .g-membership-wrap .g-membership-info .complete-icon{color:#077fa6}[data-theme=theme4] .g-membership-wrap .g-membership-info .complete-icon{color:#b35c00}[data-theme=theme5] .g-membership-wrap .g-membership-info .complete-icon{color:#3e8628}[data-theme=theme6] .g-membership-wrap .g-membership-info .complete-icon{color:#eb0f0f}[data-theme=theme7] .g-membership-wrap .g-membership-info .complete-icon{color:#278265}[data-theme=theme8] .g-membership-wrap .g-membership-info .complete-icon{color:#7760e6}.g-membership-wrap .g-membership-info .g-membership-signin-notice{color:#0078d4;font-style:italic}.g-membership-wrap .g-membership-info .internationalization-label,.g-membership-wrap .g-membership-info .internationalization-input{font-size:12px;line-height:18px;color:#27313c}.g-membership-wrap .g-membership-common-errormessage{color:#a4262c;font-size:12px;margin-top:5px;animation-duration:.367s;animation-timing-function:cubic-bezier(0.1, 0.9, 0.2, 1);animation-fill-mode:both;-webkit-font-smoothing:antialiased;display:flex;align-items:center}.g-membership-wrap .h-membership-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.g-membership-wrap .h-membership-wrapper .h-membership-inner{width:calc(100% - 24px);height:inherit}.g-membership-wrap .h-membership-scrollbar{height:100%}.g-membership-wrap .h-membership-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.v-next-footBar{overflow:hidden}.v-next-footBar .g-membership-info-warp{flex-wrap:nowrap}.v-next-footBar .g-membership-info-warp .internationalization-wrapper{display:flex;overflow:hidden;align-items:center}.v-next-footBar .g-membership-info-warp .internationalization-wrapper .internationalization-label:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;flex:1}.v-next-footBar .g-membership-info-warp .internationalization-wrapper .internationalization-input:nth-child(3){width:6rem}.v-membership-filter-wrap{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:.5rem}.v-membership-filter-wrap .ms-searchBox-box{max-width:15rem;width:100%}
.g-guest-membership-detailslist{height:100%}.g-guest-membership-detailslist .ms-DetailsRow:hover .g-renewal-cell-action{opacity:1}.g-guest-membership-detailslist .g-renewal-cell-action:focus{opacity:1 !important}.g-guest-membership-detailslist .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.g-guest-membership-detailslist .g-renewal-detailslist-cell .g-space-panel-persona{width:auto;text-overflow:ellipsis;overflow:hidden}.g-guest-membership-detailslist .g-renewal-detailslist-cell .g-detaillist-workspace-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.g-guest-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-tooltipbutton{margin-left:-12px;height:16px;width:16px;vertical-align:middle}.g-guest-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-item-removed{color:#c2c5c8;text-decoration:line-through;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.g-guest-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-item-name{font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.g-guest-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-item-desc{color:#7d848b;font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.g-guest-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-primaryText{font-weight:bold;font-size:13px;color:#27313c}.g-guest-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-secondaryText{color:#7d848b;font-size:13px;font-style:italic}.g-guest-membership-detailslist .g-renewal-detailslist-cell .g-renewal-cell-action{opacity:0;width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.g-guest-membership-detailslist .g-renewal-detailslist-cell-action .h-tooltip-icon-button{margin-left:0}.v-guest-membership-detailslist .ms-DetailsHeader-cellName{font-weight:400}.v-guest-membership-detailslist .details-list-cell{height:4rem}.v-guest-membership-detailslist .g-renewal-detailslist-cell{font-size:.875rem !important}.v-guest-membership-detailslist .g-renewal-detailslist-cell .g-detaillist-name-info{width:100%}.v-guest-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-primaryText{font-size:.875rem !important;font-weight:normal}.v-guest-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-secondaryText{font-size:.875rem !important}.v-guest-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-item-name{font-weight:normal;color:var(--palette-slate)}.v-guest-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-item-desc{color:var(--palette-gray6);margin-top:2px}
.g-membership-wrap{height:100%;display:flex;flex-direction:column;padding:0 24px}.g-membership-wrap .g-membership-instruction{border:1px solid #e6e7e8;border-radius:8px;margin-bottom:24px;float:left;width:100%;padding:12px}.g-membership-wrap .g-membership-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.g-membership-wrap .g-membership-content-wrap{border:1px solid #e6e7e8;border-radius:8px;flex-grow:1;display:flex;flex-direction:column;height:inherit}.g-membership-wrap .g-membership-content-wrap .ms-CommandBar{padding:0;padding-top:22px;border:0}.g-membership-wrap .g-membership-content-wrap .ms-CommandBar .g-membership-actionbar-number{line-height:44px;color:#737477;font-style:italic}.g-membership-wrap .g-membership-content-wrap .g-membership-detailslist-wrap{flex-grow:1;padding-top:4px;padding-left:8px}.g-membership-wrap .g-membership-content-wrap .v-next-g-membership-detailslist-wrap{flex-grow:1;padding-top:1.5rem}.g-membership-wrap .g-membership-content-wrap .v-next-g-membership-actionbar .ms-FocusZone{margin:0}.g-membership-wrap .g-membership-content-wrap .v-next-g-membership-actionbar .ms-OverflowSet-item button{margin-right:.5rem;border:1px solid var(--palette-gray2);border-radius:4px;height:2.5rem}.g-membership-wrap .g-membership-content-wrap .v-next-g-membership-actionbar .ms-OverflowSet-item button .ms-Button-label{font-weight:600;color:var(--palette-slate)}.g-membership-wrap .g-membership-content-wrap .filter-button-wrap-content{gap:.5rem}.g-membership-wrap .g-membership-content-wrap .filter-button-wrap-content .v-default-button{height:2rem}.g-membership-wrap .g-membership-info{font-size:12px;font-style:italic;display:flex;align-items:center;flex-wrap:wrap}.g-membership-wrap .g-membership-info .g-membership-owner-icon{color:#28cc74;margin-right:8px}.g-membership-wrap .g-membership-info .g-membership-signin-icon{color:var(--theme-primary, #0071C7);margin-right:8px}[data-theme=theme1] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#cf3900}[data-theme=theme3] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#077fa6}[data-theme=theme4] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#b35c00}[data-theme=theme5] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#3e8628}[data-theme=theme6] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#eb0f0f}[data-theme=theme7] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#278265}[data-theme=theme8] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#7760e6}.g-membership-wrap .g-membership-info .g-membership-signin-title{font-weight:600;color:#27313c;font-size:12px;line-height:18px}.g-membership-wrap .g-membership-info .complete-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-membership-wrap .g-membership-info .complete-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-membership-wrap .g-membership-info .complete-icon{color:#cf3900}[data-theme=theme3] .g-membership-wrap .g-membership-info .complete-icon{color:#077fa6}[data-theme=theme4] .g-membership-wrap .g-membership-info .complete-icon{color:#b35c00}[data-theme=theme5] .g-membership-wrap .g-membership-info .complete-icon{color:#3e8628}[data-theme=theme6] .g-membership-wrap .g-membership-info .complete-icon{color:#eb0f0f}[data-theme=theme7] .g-membership-wrap .g-membership-info .complete-icon{color:#278265}[data-theme=theme8] .g-membership-wrap .g-membership-info .complete-icon{color:#7760e6}.g-membership-wrap .g-membership-info .g-membership-signin-notice{color:#0078d4;font-style:italic}.g-membership-wrap .g-membership-info .internationalization-label,.g-membership-wrap .g-membership-info .internationalization-input{font-size:12px;line-height:18px;color:#27313c}.g-membership-wrap .g-membership-common-errormessage{color:#a4262c;font-size:12px;margin-top:5px;animation-duration:.367s;animation-timing-function:cubic-bezier(0.1, 0.9, 0.2, 1);animation-fill-mode:both;-webkit-font-smoothing:antialiased;display:flex;align-items:center}.g-membership-wrap .h-membership-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.g-membership-wrap .h-membership-wrapper .h-membership-inner{width:calc(100% - 24px);height:inherit}.g-membership-wrap .h-membership-scrollbar{height:100%}.g-membership-wrap .h-membership-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.v-next-g-membership-wrap .g-membership-instruction{float:none !important;border:none !important}.v-next-g-membership-wrap .g-membership-content-wrap{border:none !important}.v-next-g-membership-wrap .g-membership-content-wrap .v-guestaccess-membership-filter-wrap{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:.5rem}.v-next-g-membership-wrap .g-membership-content-wrap .v-guestaccess-membership-filter-wrap .ms-searchBox-box{max-width:15rem;width:100%}
.renewv2-metadata-content-task-wrap{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;position:relative;padding:0 24px}.renewv2-metadata-content-task-wrap .g-renewalv2-metadata-instruction{border:1px solid #e6e7e8;border-radius:8px;margin-bottom:24px;float:left;width:100%;padding:12px;max-height:220px}.renewv2-metadata-content-task-wrap .g-renewalv2-metadata-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap{height:inherit;flex:1;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,0)}.renewv2-metadata-content-task-wrap .metadata-content-head{width:100%;justify-content:space-between;display:flex}.renewv2-metadata-content-task-wrap .metadata-content-head .metadata-head-title{color:#27313c;font-size:24px}.renewv2-metadata-content-task-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .renewv2-metadata-content-task-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .renewv2-metadata-content-task-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#cf3900}[data-theme=theme3] .renewv2-metadata-content-task-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#077fa6}[data-theme=theme4] .renewv2-metadata-content-task-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#b35c00}[data-theme=theme5] .renewv2-metadata-content-task-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#3e8628}[data-theme=theme6] .renewv2-metadata-content-task-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#eb0f0f}[data-theme=theme7] .renewv2-metadata-content-task-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#278265}[data-theme=theme8] .renewv2-metadata-content-task-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#7760e6}.renewv2-metadata-content-task-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Button-label{font-weight:400}.renewv2-metadata-content-task-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-FocusZone{border-bottom:0;background-color:rgba(0,0,0,0)}.renewv2-metadata-content-task-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Button{background-color:rgba(0,0,0,0)}.renewv2-metadata-content-task-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Button:hover{background-color:#dadada}.renewv2-metadata-content-task-wrap .metadata-scrollbar-wrap{width:100%;min-width:200px;height:100%;border:1px solid #e6e7e8;border-radius:8px;padding:24px 0 0 24px;flex:1}.renewv2-metadata-content-task-wrap .metadata-scrollbar-wrap .g-metadata-list{padding-bottom:20px}.renewv2-metadata-content-task-wrap .h-metadata-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.renewv2-metadata-content-task-wrap .h-metadata-wrapper .h-metadata-inner{width:calc(100% - 24px);height:inherit}.renewv2-metadata-content-task-wrap .h-metadata-scrollbar{height:100%}.renewv2-metadata-content-task-wrap .h-metadata-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.renewv2-metadata-content-task-wrap div.ms-CommandBar{background-color:rgba(0,0,0,0);height:24px}.renewv2-metadata-content-task-wrap .ms-OverflowSet-item .ms-Button--commandBar,.renewv2-metadata-content-task-wrap .ms-OverflowSet-overflowButton .ms-CommandBar-overflowButton{background-color:rgba(0,0,0,0)}.renewv2-metadata-content-task-wrap .g-headline-instruction.g-headline-wrap{padding-right:24px}.v-next-renewv2-metadata-content-task-wrap{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;position:relative;padding:0 1.5rem 0}.v-next-renewv2-metadata-content-task-wrap .metadata-scrollbar-wrap .g-metadata-terms-wrap+.g-metadata-loading-spinner{margin-left:auto;position:absolute;right:30%}.v-next-renewv2-metadata-content-task-wrap .v-next-headline-wrap{height:2.5rem;padding:0}.v-next-renewv2-metadata-content-task-wrap .v-next-headline-wrap .g-headline-title{color:var(--palette-slate);font-size:16px;font-weight:700}.v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-instruction{margin-bottom:24px;float:left;width:100%;padding:0;max-height:13.75rem}.v-next-renewv2-metadata-content-task-wrap .v-next-headline-wrap{margin-top:1.5rem;padding-right:1.5rem}.v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap{height:inherit;flex:1;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,0)}.v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap .metadata-head-button{margin-left:-1.5rem}.v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-CommandBar{background-color:rgba(0,0,0,0)}.v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#cf3900}[data-theme=theme3] .v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#077fa6}[data-theme=theme4] .v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#b35c00}[data-theme=theme5] .v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#3e8628}[data-theme=theme6] .v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#eb0f0f}[data-theme=theme7] .v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#278265}[data-theme=theme8] .v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#7760e6}.v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Button-label{font-weight:600;font-size:14px;color:var(--palette-slate)}.v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-FocusZone{border-bottom:0;background-color:rgba(0,0,0,0)}.v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Button{background-color:rgba(0,0,0,0);border:1px solid var(--palette-gray2);border-radius:4px;width:6.5rem;height:2.5rem}.v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Button:hover{background-color:#dadada}.v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap .metadata-head-button .g-metadata-resetbutton-wrap-vnext .ms-CommandBar{background-color:rgba(0,0,0,0)}.v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap .metadata-head-button .g-metadata-resetbutton-wrap-vnext .ms-Icon{color:var(--palette-themePrimary)}.v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap .metadata-head-button .g-metadata-resetbutton-wrap-vnext .ms-Button-label{font-weight:600;font-size:14px;color:var(--palette-slate)}.v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap .metadata-head-button .g-metadata-resetbutton-wrap-vnext .ms-FocusZone{border-bottom:0;background-color:rgba(0,0,0,0)}.v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap .metadata-head-button .g-metadata-resetbutton-wrap-vnext .ms-Button{background-color:rgba(0,0,0,0);border:1px solid var(--palette-gray2);border-radius:4px;width:6.5rem;height:2.5rem}.v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap .metadata-head-button .g-metadata-resetbutton-wrap-vnext .ms-Button:hover{background-color:#dadada}.v-next-renewv2-metadata-content-task-wrap .g-renewalv2-metadata-wrap .metadata-head-button .g-metadata-resetbutton-wrap-vnext .metadata-button-full-content .ms-Button{width:100% !important}.v-next-renewv2-metadata-content-task-wrap .metadata-content-head{width:100%;justify-content:space-between;display:flex}.v-next-renewv2-metadata-content-task-wrap .metadata-content-head .metadata-head-title{color:#27313c;font-size:24px}.v-next-renewv2-metadata-content-task-wrap .metadata-scrollbar-wrap{width:100%;min-width:200px;height:100%;margin-top:1.5rem;border-radius:8px;flex:1}.v-next-renewv2-metadata-content-task-wrap .metadata-scrollbar-wrap .g-metadata-list{padding-bottom:20px;padding-bottom:1.25rem}.v-next-renewv2-metadata-content-task-wrap .metadata-scrollbar-wrap .g-metadata-list .v-next-g-metadata-box-noshadow{padding:0 0 1.5rem 0}.v-next-renewv2-metadata-content-task-wrap .metadata-scrollbar-wrap .g-metadata-list .v-next-g-metadata-box-noshadow .g-metadata-common-root-hasborder{padding-left:0}.v-next-renewv2-metadata-content-task-wrap .metadata-scrollbar-wrap .g-metadata-list .v-next-g-metadata-box-noshadow .g-metadata-common-root-hasborder .g-metadata-common-content-hasborder .verifyPeoplePicker-wrap{width:100%}.v-next-renewv2-metadata-content-task-wrap .metadata-scrollbar-wrap .g-metadata-list .v-next-g-metadata-box-noshadow .g-metadata-common-root-hasborder .g-metadata-common-content-hasborder label{font-weight:400;font-size:14px;color:var(--palette-slate)}.v-next-renewv2-metadata-content-task-wrap .metadata-scrollbar-wrap .g-metadata-list .v-next-g-metadata-box-noshadow .g-metadata-common-root-hasborder .g-metadata-common-content-hasborder .ms-PeoplePicker-Outer{width:100%}.v-next-renewv2-metadata-content-task-wrap .metadata-scrollbar-wrap .g-metadata-list .v-next-g-metadata-box-noshadow .v-g-metadata-common-title-hasborder{padding:0}.v-next-renewv2-metadata-content-task-wrap .metadata-scrollbar-wrap .g-metadata-list .v-next-g-metadata-box-noshadow .v-g-metadata-common-title-hasborder .g-common-bubbletitle .g-common-bubble-defaulttitle{padding:0;font-weight:600;font-size:14px;color:var(--palette-slate)}.v-next-renewv2-metadata-content-task-wrap .h-metadata-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.v-next-renewv2-metadata-content-task-wrap .h-metadata-wrapper .h-metadata-inner{width:calc(100% - 24px);height:inherit}.v-next-renewv2-metadata-content-task-wrap .h-metadata-scrollbar{height:100%}.v-next-renewv2-metadata-content-task-wrap .h-metadata-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.v-next-renewv2-metadata-content-task-wrap div.ms-CommandBar{background-color:rgba(0,0,0,0);height:24px}.v-next-renewv2-metadata-content-task-wrap .ms-OverflowSet-item .ms-Button--commandBar,.v-next-renewv2-metadata-content-task-wrap .ms-OverflowSet-overflowButton .ms-CommandBar-overflowButton{background-color:rgba(0,0,0,0)}.v-next-metadata-list .v-next-g-metadata-box-noshadow{padding:1.5rem 0 1.5rem 0;margin-top:0 !important;max-width:70% !important;width:100% !important;display:flex;flex-direction:column}.v-next-metadata-list .v-next-g-metadata-box-noshadow .v-g-metadata-common-title-hasborder{margin-top:0 !important}.v-next-metadata-list .v-next-g-metadata-box-noshadow .v-g-metadata-common-title-hasborder .g-common-bubbletitle{height:auto}.v-next-metadata-list .v-next-g-metadata-box-noshadow .g-metadata-common-root-hasborder{padding-left:0;max-width:100%}.v-next-metadata-list .v-next-g-metadata-box-noshadow .g-metadata-common-root-hasborder .g-metadata-common-content-hasborder .verifyPeoplePicker-wrap{width:100%}.v-next-metadata-list .v-next-g-metadata-box-noshadow .g-metadata-common-root-hasborder .g-metadata-common-content-hasborder label{font-weight:400;font-size:14px;color:var(--palette-slate)}.v-next-metadata-list .v-next-g-metadata-box-noshadow .g-metadata-common-root-hasborder .g-metadata-common-content-hasborder .ms-PeoplePicker-Outer{width:100%}.v-next-metadata-list .v-next-g-metadata-box-noshadow .g-metadata-common-root-hasborder .g-metadata-loading-spinner{margin-left:71%}.v-next-metadata-list .v-next-g-metadata-box-noshadow .v-g-metadata-common-title-hasborder{padding:0}.v-next-metadata-list .v-next-g-metadata-box-noshadow .v-g-metadata-common-title-hasborder .g-common-bubbletitle .g-common-bubble-defaulttitle{padding:0;font-weight:600;font-size:14px;color:var(--palette-slate)}.v-next-metadata-list .v-next-metadata-hr:last-child{display:none}@media screen and (max-width: 743px){.v-next-renewv2-metadata-content-task-wrap{padding:1.25rem 1.5rem 0}}
.g-health-wrap .g-health-title{color:#323e4d;font-size:16px;font-weight:bold}.g-health-wrap .g-health-content{display:grid;grid-gap:1rem;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr))}.g-health-wrap .g-health-content .g-health-tip{background:#f1f2f4;padding:1rem;border-radius:4px}.g-health-wrap .g-health-content .g-health-tip:only-child{width:50%}.v-next-health-wrap .shares{margin-bottom:16px}.v-next-health-wrap .g-health-title{font-size:.875rem}.v-next-health-wrap .g-statusinfo-item .g-statusinfo-icon{color:#4a5b70}
.g-renewalv2-shimmer-wrap{margin:40px 0 0 20px;padding:10px}.g-renewalv2-shimmer-wrap .renewalv2-loading-container{display:flex;justify-content:start;margin:30px 30px 0 0;padding:0 0 0 280px}.m-g-renewalv2-shimmer-wrap{margin:40px 0 0 20px;padding:10px}.m-g-renewalv2-shimmer-wrap .m-renewalv2-loading-container{display:flex;justify-content:start;margin:30px 30px 0 0;padding:0 0 0 60px}.v-renewalv2-overview-shimmer-wrap{padding:0 24px;height:calc(100vh - 43rem)}.v-renewalv2-overview-shimmer-wrap .v-renewalv2-title{padding:1rem 0;display:flex}.v-renewalv2-overview-shimmer-wrap .v-renewalv2-description{display:flex;flex-direction:column;gap:.5rem}.v-renewalv2-overview-shimmer-wrap .v-renewalv2-description .renewalv2-description-left{align-self:flex-start;margin-right:24px;flex-grow:1;width:100%}.v-renewalv2-overview-shimmer-wrap .v-renewalv2-description .renewalv2-description-left .renewalv2-description-left-line{margin-top:8px}.v-renewalv2-overview-shimmer-wrap .v-renewalv2-description .renewalv2-description-left .renewalv2-description-left-line:first-child{margin-top:0}.v-renewalv2-overview-shimmer-wrap .v-renewalv2-description .renewalv2-description-right{width:309px;height:34px;padding:16px;border:1px solid #e6e7e8;border-radius:8px;background:#f2f3f4;display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:flex-end;margin-top:16px}.v-renewalv2-overview-shimmer-wrap .v-renewalv2-description .renewalv2-description-right .renewalv2-description-right-line{margin-top:4px}.v-renewalv2-overview-shimmer-wrap .v-renewalv2-description .renewalv2-description-right .renewalv2-description-right-line:first-child{margin-top:0}.v-renewalv2-overview-shimmer-wrap .v-renewalv2-part{margin-top:16px;border-radius:8px;padding:1.5rem 0}.v-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-ownership-content{display:flex;justify-content:space-between;gap:1rem}.v-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-ownership-content .renewalv2-ownership-content-left,.v-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-ownership-content .renewalv2-ownership-content-right{flex-grow:1}.v-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-ownership-content .renewalv2-ownership-circle{margin:0 auto;margin-bottom:8px;width:68px}.v-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-memberstatistics-content{display:flex}.v-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-memberstatistics-content .renewalv2-memberstatistics-pie{display:flex;align-items:center}.v-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-memberstatistics-content .renewalv2-memberstatistics-pie .renewalv2-memberstatistics-circle{width:68px;margin:16px 16px 16px 0}.v-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-memberstatistics-content .renewalv2-memberstatistics-pie .renewalv2-memberstatistics-pie-count{display:flex;flex-direction:column;justify-content:center;align-items:center}.v-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-memberstatistics-content .renewalv2-memberstatistics-pie .renewalv2-memberstatistics-pie-count .renewalv2-memberstatistics-pie-line{margin-top:8px}.v-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-activity-content .renewalv2-activity-content-item{display:flex;gap:1rem}.v-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-activity-content .renewalv2-activity-content-item .renewalv2-activity-item-icon{padding-bottom:8px;border-bottom:2px solid #e7eaeb}.v-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-activity-content .renewalv2-activity-content-item .renewalv2-activity-item-title{margin-top:8px}.v-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-activity-content .renewalv2-activity-content-item .renewalv2-activity-item-date{margin-top:4px}.renewalv2-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e6e7e8;padding:1rem 1.5rem;width:-webkit-fill-available;position:fixed;bottom:0}.renewalv2-footer .renewalv2-footer-left{display:flex;flex-direction:column;gap:.5rem}.renewalv2-footer .renewalv2-footer-right{display:flex;flex-direction:row;gap:.5rem}@media screen and (max-width: 743px){.v-mobile-renewalv2-overview-shimmer-wrap{padding:0 24px}.v-mobile-renewalv2-overview-shimmer-wrap .v-renewalv2-title{padding:1rem 0;display:flex;align-items:center;justify-content:center}.v-mobile-renewalv2-overview-shimmer-wrap .v-renewalv2-description{padding:0 1.5rem 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.v-mobile-renewalv2-overview-shimmer-wrap .v-renewalv2-description .renewalv2-description-left{align-self:flex-start;margin-right:24px;flex-grow:1;width:100%}.v-mobile-renewalv2-overview-shimmer-wrap .v-renewalv2-description .renewalv2-description-left .renewalv2-description-left-line{margin-top:8px}.v-mobile-renewalv2-overview-shimmer-wrap .v-renewalv2-description .renewalv2-description-left .renewalv2-description-left-line:first-child{margin-top:0}.v-mobile-renewalv2-overview-shimmer-wrap .v-renewalv2-description .renewalv2-description-right{width:309px;height:34px;padding:16px;border:1px solid #e6e7e8;border-radius:8px;background:var(--palette-gray1);display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:flex-end;margin-top:16px}.v-mobile-renewalv2-overview-shimmer-wrap .v-renewalv2-description .renewalv2-description-right .renewalv2-description-right-line{margin-top:4px}.v-mobile-renewalv2-overview-shimmer-wrap .v-renewalv2-description .renewalv2-description-right .renewalv2-description-right-line:first-child{margin-top:0}.v-mobile-renewalv2-overview-shimmer-wrap .v-renewalv2-part{margin-top:16px;border:1px solid #e6e7e8;border-radius:8px;padding:24px}.v-mobile-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-ownership-content{margin-top:24px;display:flex;flex-direction:column;align-items:center;gap:1rem}.v-mobile-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-ownership-content .renewalv2-ownership-content-left{flex-grow:1}.v-mobile-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-ownership-content .renewalv2-ownership-circle{margin:0 auto;margin-bottom:8px;width:68px}.v-mobile-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-memberstatistics-content{margin-top:24px;display:flex;flex-direction:column;align-items:center;gap:.5rem}.v-mobile-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-memberstatistics-content .renewalv2-memberstatistics-pie{display:flex;align-items:center}.v-mobile-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-memberstatistics-content .renewalv2-memberstatistics-pie .renewalv2-memberstatistics-circle{width:68px;margin:16px 16px 16px 0}.v-mobile-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-memberstatistics-content .renewalv2-memberstatistics-pie .renewalv2-memberstatistics-pie-count{display:flex;flex-direction:column;justify-content:center;align-items:center}.v-mobile-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-memberstatistics-content .renewalv2-memberstatistics-pie .renewalv2-memberstatistics-pie-count .renewalv2-memberstatistics-pie-line{margin-top:8px}.v-mobile-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-activity-content{margin-top:24px;display:flex;flex-direction:column;align-items:center;gap:.5rem}.v-mobile-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-activity-content .renewalv2-activity-content-item{display:flex;flex-direction:column;align-items:center}.v-mobile-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-activity-content .renewalv2-activity-content-item .renewalv2-activity-item-icon{padding-bottom:8px;border-bottom:2px solid #e7eaeb}.v-mobile-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-activity-content .renewalv2-activity-content-item .renewalv2-activity-item-title{margin-top:8px}.v-mobile-renewalv2-overview-shimmer-wrap .v-renewalv2-part .renewalv2-activity-content .renewalv2-activity-content-item .renewalv2-activity-item-date{margin-top:4px}.v-mobile-renewalv2-overview-shimmer-wrap .renewalv2-footer{display:flex;align-items:flex-end;border-top:1px solid #e6e7e8;padding:1rem .5rem;gap:.5rem;flex-direction:column-reverse;margin:10rem -1.5rem 0 -1.5rem}.v-mobile-renewalv2-overview-shimmer-wrap .renewalv2-footer .renewalv2-footer-left{display:flex;flex-direction:row;gap:.5rem}.v-mobile-renewalv2-overview-shimmer-wrap .renewalv2-footer .renewalv2-footer-right{display:flex;flex-direction:row;gap:.5rem}}
.v-overview-wrap{display:flex;flex-direction:column;height:100%}.v-overview-wrap .g-overview-startresponse-wrap{padding:0 24px}.g-overview-scrollbars-wrap{flex-grow:1;padding-top:16px}.g-overview-scrollbars-wrap .g-overview-scrollbars-content{padding:0 24px}.v-overview-div{display:flex;gap:.5rem;align-items:flex-start;justify-content:center;flex-direction:column}.v-overview-title{line-height:1.25rem;font-size:14px;font-weight:700;color:var(--palette-slate)}.margin-top-1_5{margin-top:1.5rem}.margin-left-22{margin-left:22px}.g-overview-v-next-content{font-size:.875rem;font-weight:400;color:var(--palette-slate)}.v-next-bottom-div{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:baseline;align-content:center;padding:1.5rem 2rem;border-top:1px solid var(--palette-gray2);gap:1.5rem}.v-next-questions-wrap{position:fixed;padding:1.5rem 2.5rem;border-top:1px solid var(--palette-gray2);bottom:0;z-index:999;width:-webkit-fill-available;background-color:#fff}.overview-required-intake-questions{display:flex;justify-content:space-between;flex-wrap:nowrap;align-items:flex-end;align-content:center;gap:1.5rem}.overview-required-intake-questions .overview-required-intake-questions-content{display:flex;flex-direction:column;gap:.5rem}.overview-required-intake-questions .overview-required-intake-questions-content .overview-required-intake-questions-content-tag{background:var(--palette-themePrimary);width:fit-content;color:#fff;border-radius:2px;padding:0px .25rem;font-size:13px;line-height:16px;letter-spacing:-0.3px}.overview-required-intake-questions .overview-required-intake-questions-content .overview-required-intake-questions-content-title{font-weight:700;letter-spacing:-0.3px;line-height:20px}.overview-required-intake-questions .overview-required-intake-questions-content .overview-required-intake-questions-content-description{font-weight:400;letter-spacing:-0.1px;line-height:18px}.overview-required-intake-questions .overview-required-intake-questions-button{display:flex;flex-wrap:nowrap;gap:.5rem;flex-direction:row}.overview-required-intake-questions .overview-required-intake-questions-button .overview-required-intake-questions-cancel-button{border:none !important}.v-next-bottom-div-button{display:flex;justify-content:flex-end;flex-wrap:wrap;align-items:center;align-content:center;gap:1.5rem;height:fit-content}.v-next-bottom-div-button .ms-Button--primary{background-color:var(--palette-themePrimary)}.g-next-bottom-div .v-next-bottom-div-button{display:flex;align-items:center;justify-content:end}.g-next-bottom-div .v-next-bottom-div-button .ms-Button--primary{background-color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-next-bottom-div .v-next-bottom-div-button .ms-Button--primary{background-color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-next-bottom-div .v-next-bottom-div-button .ms-Button--primary{background-color:#cf3900}[data-theme=theme3] .g-next-bottom-div .v-next-bottom-div-button .ms-Button--primary{background-color:#077fa6}[data-theme=theme4] .g-next-bottom-div .v-next-bottom-div-button .ms-Button--primary{background-color:#b35c00}[data-theme=theme5] .g-next-bottom-div .v-next-bottom-div-button .ms-Button--primary{background-color:#3e8628}[data-theme=theme6] .g-next-bottom-div .v-next-bottom-div-button .ms-Button--primary{background-color:#eb0f0f}[data-theme=theme7] .g-next-bottom-div .v-next-bottom-div-button .ms-Button--primary{background-color:#278265}[data-theme=theme8] .g-next-bottom-div .v-next-bottom-div-button .ms-Button--primary{background-color:#7760e6}.v-next-font-weight-700{font-weight:700 !important}.margin-bottom-1{margin-bottom:1rem}.v-next-bottom-div-button button{margin-left:.625rem;height:2.5rem;border-radius:.25rem}.v-next-bottom-div-link{display:flex;align-items:center}.v-next-bottom-div-link-button{font-size:14px}.v-next-bottom-div-link-button:last-child{margin-left:1rem}.v-next-bottom-div-link-button:last-child{margin-right:1rem}.response-content .not-response-knowOption{margin-bottom:1rem}.g-change-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:var(--theme-primary, #0071C7);border-color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-change-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-change-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:#cf3900}[data-theme=theme3] .g-change-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:#077fa6}[data-theme=theme4] .g-change-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:#b35c00}[data-theme=theme5] .g-change-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:#3e8628}[data-theme=theme6] .g-change-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:#eb0f0f}[data-theme=theme7] .g-change-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:#278265}[data-theme=theme8] .g-change-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:#7760e6}.v-next-bottom-div-link-renew-inside{padding:0 1.5rem}.v-next-bottom-div-link-renew-inside .v-next-bottom-div-link-button{font-size:.8125rem}.v-next-bottom-div-link-renew-inside .v-next-bottom-div-link-button:last-child{margin-left:0rem;display:block}.v-next-bottom-div-link-renew-inside .v-next-bottom-div-link-button:last-child{margin-right:0rem;margin-top:.5rem}@media screen and (max-width: 743px){.v-overview-wrap .v-overview-div{min-width:auto;margin:0 auto;padding:0 !important;align-items:flex-start}.v-overview-wrap .v-overview-div .v-overview-title{line-height:2rem;font-size:24px !important;font-weight:400 !important}.v-overview-wrap .v-overview-div .g-overview-v-next-content{text-align:left}.v-overview-wrap .g-overview-scrollbars-wrap{flex-grow:1}.v-overview-wrap .overview-footer-content{height:5.5rem;display:flex;flex-direction:column-reverse;align-items:flex-end;position:fixed;left:0;right:0;bottom:0;z-index:999;background:#fff}.overview-required-intake-questions{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:flex-end}.v-next-bottom-div{padding:1.5rem 2rem;margin:0;display:block;position:fixed;left:0;right:0;bottom:0;z-index:999;background-color:#fff}.v-next-bottom-div-button{flex-wrap:wrap;z-index:9999}.g-health-wrap{padding-bottom:0;margin-bottom:5.25rem}.g-health-wrap .g-health-content{flex-direction:column}.g-ownership-wrap .g-ownership-person-wrap{display:flex;align-items:center;flex-direction:column;height:100%}.g-ownership-wrap .g-ownership-person-wrap .g-ownership-person{width:100% !important}.g-ownership-wrap .g-ownership-person-wrap .g-ownership-person .g-userInfo-secondarytext{color:var(--palette-slate);font-size:14px;font-weight:400}.g-overview-v-next-content{text-align:center}.v-common-dialog-content .dialog-inner{padding:0}.v-common-dialog-content .dialog-inner .dialog-innerContent{padding:0 1.5rem !important}.v-common-dialog-content .dialog-inner .ms-Dialog-actions{padding:0 1.5rem}.v-common-dialog-content .dialog-inner .g-response-peoplepicker{width:90%}.v-next-bottom-div-link-button:first-child{margin-left:0}.v-mobile-dialog-content{padding:1.5rem 0}}.team-archiving-profile-renew-overview-dropdown{margin-top:8px;margin-left:22px;width:390px}.ms-BasePicker-text .v-response-peoplepicker{border:1px solid #a4262c !important}.g-overview-v-next-choice-group .ms-ChoiceField .ms-ChoiceFieldLabel{white-space:pre-wrap}
.v-overview-contact-wrap .g-ownership-title-wrap{display:flex;justify-content:space-between;align-items:center}.v-overview-contact-wrap .g-ownership-title-wrap .g-ownership-title{color:#323e4d;font-size:16px;font-weight:bold}.v-overview-contact-wrap .g-ownership-title-wrap .g-ownership-description{color:#707174;font-style:italic;font-size:13px}.v-overview-contact-wrap .g-ownership-title-wrap .g-ownership-description .g-ownership-description-link{color:#0078d4}.v-overview-contact-wrap .v-ownership-person-wrap{margin-bottom:.5rem;display:flex;text-align:center;gap:1rem;height:11.437rem}.v-overview-contact-wrap .v-ownership-person-wrap .g-ownership-person{flex:1}.v-overview-contact-wrap .v-ownership-person-wrap .g-ownership-person .ms-Persona-details{display:none}.v-overview-contact-wrap .v-ownership-person-wrap .g-ownership-person .g-userInfo-secondarytext{color:#323e4d;font-size:14px;font-weight:400}.v-overview-contact-wrap .list-no-data{color:#888;font-size:13px;text-align:center}.v-next-ownership-wrap .g-ownership-title-wrap .g-ownership-title{font-size:.875rem}.v-next-ownership-wrap .g-ownership-title-wrap .v-admins-description-link{font-size:.875rem}.v-next-owner-list-dialog .v-next-owner-list{max-height:17.5rem;overflow-y:auto}.v-next-owner-list-dialog .v-next-owner-list .v-space-panel-persona{width:65%;margin-bottom:.5rem}@media screen and (max-width: 743px){.v-overview-contact-wrap .g-ownership-title-wrap{display:flex;flex-wrap:wrap;gap:.5rem}.v-overview-contact-wrap .g-ownership-title-wrap .v-admins-description-link{font-size:.875rem}.v-overview-contact-wrap .v-ownership-person-wrap{display:flex;text-align:center;flex-direction:column;align-items:center;height:fit-content}}
.guest-basic-info-wrap{border-radius:8px}.guest-basic-info-wrap .basic-info-title-wrap{display:flex;justify-content:space-between;align-items:center}.guest-basic-info-wrap .basic-info-title-wrap .basic-info-title{color:var(--palette-slate);font-size:16px;font-weight:bold}.guest-basic-info-wrap .basic-info-context .basic-info-content{display:grid;grid-gap:1rem;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr))}.guest-basic-info-wrap .basic-info-context .basic-info-content .basic-info-tip{background:#f1f2f4;padding:1rem;border-radius:4px}@media screen and (max-width: 763px){.guest-basic-info-wrap .basic-info-context{grid-template-columns:repeat(2, 1fr)}}
.v-basic-info-wrap{border-radius:8px}.v-basic-info-wrap .g-basic-info-title-wrap{display:flex;justify-content:space-between;align-items:center}.v-basic-info-wrap .g-basic-info-title-wrap .g-basic-info-title{color:var(--palette-slate);font-size:16px;font-weight:bold}.v-basic-info-wrap .basic-info-context .v-basic-info-content{display:grid;grid-gap:1rem;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr))}.v-basic-info-wrap .basic-info-context .v-basic-info-content .basic-info-tip{background:#f1f2f4;padding:1rem;border-radius:4px}@media screen and (max-width: 743px){.v-basic-info-wrap .basic-info-context .v-basic-info-content{display:flex;flex-wrap:wrap;gap:1rem}.v-basic-info-wrap .basic-info-context .v-basic-info-content .basic-info-tip{background:#f1f2f4;padding:1rem;border-radius:4px;width:calc(50% - 1rem)}}
.g-permission-detailslists{height:100%}.g-permission-detailslists .ms-DetailsRow:hover .g-renewal-cell-action{display:inline-block}.g-permission-detailslists .ms-DetailsRow .recent-list-menu{opacity:0}.g-permission-detailslists .ms-DetailsRow:hover .recent-list-menu{opacity:1}.g-permission-detailslists .ms-DetailsRow:hover .recent-list-menu:hover{background:var(--palette-gray2)}.g-permission-detailslists .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.g-permission-detailslists .g-renewal-detailslist-cell .ms-Persona-secondaryText .ms-TooltipHost{font-style:normal}.g-permission-detailslists .g-renewal-detailslist-cell .g-renewal-name-icon{width:24px;height:24px;margin-right:8px}.g-permission-detailslists .g-renewal-detailslist-cell .g-detaillist-name-tooltip{position:relative;overflow:hidden;flex:1}.g-permission-detailslists .g-renewal-detailslist-cell .g-detaillist-name-tooltip .g-renewal-detaillist-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-permission-detailslists .g-renewal-detailslist-cell .g-detaillist-icon{color:#0079dd}.g-permission-detailslists .g-renewal-detailslist-cell .g-renewal-cell-action{display:none;width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.g-permission-detailslists .g-renewal-detailslist-cell .g-level-common{font-size:14px;line-height:19px;padding:2px 8px;color:#27313c;border-radius:2px;display:flex;align-items:center}.g-permission-detailslists .g-renewal-detailslist-cell .g-level-tooltip{height:14px;margin:0 0 2px 8px;color:#333;cursor:pointer}.g-permission-detailslists .g-renewal-detailslist-cell .g-level-low{background-color:#d1f2e0}.g-permission-detailslists .g-renewal-detailslist-cell .g-level-medium{background-color:#fff4d6}.g-permission-detailslists .g-renewal-detailslist-cell .g-level-high{background-color:#f6d7d4}.g-permission-detailslists .g-renewal-detailslist-cell .v-next-level-common{background:rgba(0,0,0,0);font-weight:400;color:var(--palette-slate)}.g-permission-detailslists .g-renewal-detailslist-cell .v-next-level-common .v-next-level-common-span{width:.5rem;height:.5rem;border-radius:.5rem;display:inline-block;margin-right:.25rem;margin-top:.1rem}.g-permission-detailslists .g-renewal-detailslist-cell .v-next-level-common .v-next-level-low{background:var(--palette-successful)}.g-permission-detailslists .g-renewal-detailslist-cell .v-next-level-common .v-next-level-medium{background:var(--palette-warning)}.g-permission-detailslists .g-renewal-detailslist-cell .v-next-level-common .v-next-level-high{background:var(--palette-error)}.g-permission-detailslists .g-renewal-detailslist-cell .recent-file-icon{display:inline-block;width:1.25rem;height:1.25rem;margin-right:.5rem;margin-top:.2rem}.g-permission-detailslists .g-detailslist-cell-disable{text-decoration:line-through;color:#858587}.g-permission-detailslists .g-detailslist-cell-disable .v-next-level-common{color:#858587}.g-permission-detailslists .v-next-links-icon .g-renewal-detaillist-name{color:var(--palette-themePrimary) !important}.g-permission-detailslists .g-renewal-detailslist-cell-link .h-tooltip-icon-button{margin:0}.g-permission-detailslists .g-renewal-detailslist-cell-action .h-tooltip-icon-button{margin-left:0}.g-permission-detailslists .g-detailslist-cell-disable{text-decoration:line-through;color:#858587}.g-permission-detailslists .g-detailslist-cell-disable .g-detaillist-name-value{color:#858587}.g-permission-detailslist-disable-style .ms-DetailsRow .ms-Checkbox-checkbox{height:18px !important;width:18px !important;background:#e8e9ea;border:1px solid #707174 !important}.risk-level-detail-callout{width:400px;padding:15px;background-color:var(--palette-gray1)}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-box-close{margin-left:90%}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-flex{display:flex;margin-bottom:10px;justify-content:flex-start}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-flex:last-child{margin-bottom:0}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-flex .risk-level-detail-title{font-weight:600;width:125px}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-flex .risk-level-detail-content{margin-left:40px;flex:1}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-flex .risk-level-detail-content .sensitive-info-decription{margin-bottom:10px}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-flex .risk-level-detail-content .exposure-rule-description{margin-bottom:10px}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-flex .v-next-permission-risk-level-detail-content .v-next-level-common{display:flex;align-items:center}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-flex .v-next-permission-risk-level-detail-content .v-next-level-common i{margin-right:.5rem;display:inline-block;width:.8125rem;height:.875rem}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-line{border-bottom:1px solid #eaebec;margin:15px 0}.risk-level-detail-callout .ms-Callout-beak{background-color:var(--palette-gray1);box-shadow:none;border:0}.risk-level-detail-callout .ms-Callout-beakCurtain{background-color:rgba(0,0,0,0)}.risk-level-detail-callout .ms-Callout-main{background-color:rgba(0,0,0,0)}.risk-level-detail-callout-mob{width:95%}.v-permission-detailslists .g-renewal-detailslist-cell{font-size:.875rem !important}.v-permission-detailslists .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-primaryText{color:#323e4d;font-weight:700}.v-permission-detailslists .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-secondaryText{color:#707174;font-weight:400;font-style:normal}.v-permission-detailslists .g-renewal-detailslist-cell .g-renewal-detailslist-cell-action{display:flex;align-items:center;justify-content:flex-end;width:100%;padding-right:.5rem}.v-permission-detailslists .g-renewal-detailslist-cell .g-renewal-detailslist-cell-action .ms-TooltipHost{display:flex;align-items:center;justify-content:center;width:1rem;height:1rem}.v-permission-detailslists .g-renewal-detailslist-cell .g-renewal-detailslist-cell-action .ms-TooltipHost i{display:inline-block;width:.75rem;height:.75rem;font-size:.75rem}.v-permission-detailslists .g-renewal-detailslist-cell .g-renewal-detailslist-cell-action .g-renewal-detailslist-cell-action-eyes{margin-left:.75rem}.v-permission-detailslists .g-renewal-detailslist-cell .g-renewal-detailslist-cell-action .g-renewal-detailslist-cell-action-center{margin-left:.75rem}.v-permission-detailslists .g-renewal-detailslist-cell .g-renewal-detailslist-cell-action .g-renewal-detailslist-cell-action-ban{color:#e44e20}.v-permission-detailslists .g-renewal-detailslist-cell .g-renewal-detailslist-cell-action .g-renewal-detailslist-cell-action-eye{color:#323e4d}.v-permission-detailslists .v-checkbox .ms-Checkbox-checkbox{margin-right:0 !important;top:0 !important}
.renew-permission-user-count{font-style:italic;color:#5d6778}.renew-permission-action-bar{margin-left:4px}.renew-permission-action-bar .ms-FocusZone{border:none}
.g-renewal-editgrouppermission-panel-wrap .content{height:100%;display:flex;flex-direction:column;padding:0 32px}.g-renewal-editgrouppermission-panel-wrap .content .v-permission-message-error{color:var(--palette-error);font-size:.8125rem;font-style:italic;font-weight:400;outline:none}.g-renewal-editgrouppermission-panel-wrap .content .permission{margin-top:16px}.g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description{display:flex;border:1px solid #eceded;padding:8px;border-radius:8px}.g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .info-icon{margin-right:8px;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .info-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .info-icon{color:#cf3900}[data-theme=theme3] .g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .info-icon{color:#077fa6}[data-theme=theme4] .g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .info-icon{color:#b35c00}[data-theme=theme5] .g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .info-icon{color:#3e8628}[data-theme=theme6] .g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .info-icon{color:#eb0f0f}[data-theme=theme7] .g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .info-icon{color:#278265}[data-theme=theme8] .g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .info-icon{color:#7760e6}.g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .description{font-size:12px}.g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .description .description-bold{font-weight:bold;font-style:italic}.g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .description .description-additional{display:inline;font-style:italic}.g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .description .description-link{display:inline;font-style:italic}.g-renewal-editgrouppermission-panel-wrap .content .permission .checkbox-list .checkbox-item{width:100%}.g-renewal-editgrouppermission-panel-wrap .content .permission .checkbox-list .checkbox-item-half{width:50%;display:inline-block}.g-renewal-editgrouppermission-panel-wrap .content .remove-link{margin:8px 0}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap{flex:1;display:flex;flex-direction:column;border-top:1px solid #eceded}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .members-label{display:flex;justify-content:space-between;margin:16px 0}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .add-button{border:1px solid #eceded}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .add-button i{color:#0079dd}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .members{flex:1}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .members .member-detaillist{height:100%}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .members .member-detaillist .ms-DetailsRow-cell{padding:0}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .members .g-owner-persona-content{width:100%;padding:9px 16px 9px 6px;display:flex;justify-content:space-between;align-items:center}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .members .g-owner-persona-content .persona{display:flex;align-items:center;overflow:hidden;max-width:360px}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .members .g-owner-persona-content .type{display:flex;justify-content:space-between;align-items:center;width:200px}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .members .g-owner-persona-content:hover{background:#d4d6d8}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .members .g-owner-persona-content:hover .add-owner-button{display:block}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .members .g-owner-persona-content .ms-Persona-secondaryText{color:#5d6778}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .members .g-owner-persona-content .add-owner-button{border-radius:50%;border:1px solid #e6e7e8;display:none}.v-next-view-edit-permission-dialog .v-dialog-main{width:46.25rem;min-height:22.75rem}.v-next-view-edit-permission-dialog .dialog-inner .dialog-innerContent{height:100%;padding-top:0rem}.v-next-view-edit-permission-dialog .content{height:100%;display:flex;flex-direction:column}.v-next-view-edit-permission-dialog .content .v-permission-message-error{color:var(--palette-error);font-size:.8125rem;font-style:italic;font-weight:400;outline:none}.v-next-view-edit-permission-dialog .content .permission{margin-top:1rem}.v-next-view-edit-permission-dialog .content .permission .ms-Label{font-weight:600}.v-next-view-edit-permission-dialog .content .permission .permission-description{display:flex;border:1px solid #0d0f0f;padding:.5rem;border-radius:.5rem}.v-next-view-edit-permission-dialog .content .permission .permission-description .info-icon{margin-right:8px;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .v-next-view-edit-permission-dialog .content .permission .permission-description .info-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .v-next-view-edit-permission-dialog .content .permission .permission-description .info-icon{color:#cf3900}[data-theme=theme3] .v-next-view-edit-permission-dialog .content .permission .permission-description .info-icon{color:#077fa6}[data-theme=theme4] .v-next-view-edit-permission-dialog .content .permission .permission-description .info-icon{color:#b35c00}[data-theme=theme5] .v-next-view-edit-permission-dialog .content .permission .permission-description .info-icon{color:#3e8628}[data-theme=theme6] .v-next-view-edit-permission-dialog .content .permission .permission-description .info-icon{color:#eb0f0f}[data-theme=theme7] .v-next-view-edit-permission-dialog .content .permission .permission-description .info-icon{color:#278265}[data-theme=theme8] .v-next-view-edit-permission-dialog .content .permission .permission-description .info-icon{color:#7760e6}.v-next-view-edit-permission-dialog .content .permission .permission-description .description{font-size:12px}.v-next-view-edit-permission-dialog .content .permission .permission-description .description .description-bold{font-weight:bold;font-style:italic}.v-next-view-edit-permission-dialog .content .permission .permission-description .description .description-additional{display:inline;font-style:italic}.v-next-view-edit-permission-dialog .content .permission .permission-description .description .description-link{display:inline;font-style:italic}.v-next-view-edit-permission-dialog .content .permission .checkbox-list .checkbox-item{width:100%}.v-next-view-edit-permission-dialog .content .permission .checkbox-list .checkbox-item-half{width:100%;display:inline-block}.v-next-view-edit-permission-dialog .content .remove-link{margin:1.5rem 0}.v-next-view-edit-permission-dialog .content .remove-link .ms-Link{color:var(--palette-themePrimary)}.v-next-view-edit-permission-dialog .content .members-wrap{flex:1;display:flex;flex-direction:column;border-top:1px solid #eceded}.v-next-view-edit-permission-dialog .content .members-wrap .members-label{display:flex;justify-content:space-between;margin:1rem 0 .375rem 0}.v-next-view-edit-permission-dialog .content .members-wrap .members-label .v-members-label-message{font-weight:700}.v-next-view-edit-permission-dialog .content .members-wrap .add-button{border:1px solid #eceded}.v-next-view-edit-permission-dialog .content .members-wrap .add-button i{color:#0079dd}.v-next-view-edit-permission-dialog .content .members-wrap .members{flex:1}.v-next-view-edit-permission-dialog .content .members-wrap .members .member-detaillist{height:100%}.v-next-view-edit-permission-dialog .content .members-wrap .members .member-detaillist .ms-DetailsRow-cell{padding:0}.v-next-view-edit-permission-dialog .content .members-wrap .members .g-owner-persona-content{width:100%;padding:9px 16px 9px 6px;display:flex;justify-content:space-between;align-items:center}.v-next-view-edit-permission-dialog .content .members-wrap .members .g-owner-persona-content .persona{display:flex;align-items:center;overflow:hidden;max-width:360px}.v-next-view-edit-permission-dialog .content .members-wrap .members .g-owner-persona-content .type{display:flex;justify-content:space-between;align-items:center;width:200px}.v-next-view-edit-permission-dialog .content .members-wrap .members .g-owner-persona-content:hover{background:#d4d6d8}.v-next-view-edit-permission-dialog .content .members-wrap .members .g-owner-persona-content:hover .add-owner-button{display:block}.v-next-view-edit-permission-dialog .content .members-wrap .members .g-owner-persona-content .ms-Persona-secondaryText{color:#5d6778}.v-next-view-edit-permission-dialog .content .members-wrap .members .g-owner-persona-content .add-owner-button{border-radius:50%;border:1px solid #e6e7e8;display:none}.v-next-view-edit-permission-dialog .ms-Persona-details .ms-Persona-secondaryText span{color:var(--palette-gray6)}
.g-view-permission-panel{padding:0 32px}.g-view-permission-panel .panel-content{height:100%;display:flex;flex-direction:column}.g-view-permission-panel .panel-content .view-permission-border{border:1px solid #e6e7e8;border-radius:8px;height:100%;margin:0 16px 32px 32px}.g-view-permission-panel .panel-content .view-permission-border .renewal-uniform-detail-list .ms-Persona-secondaryText{color:#5d6778}.g-view-permission-panel .g-detailslist-cell-persona-disable .ms-Persona-primaryText{color:#333;text-decoration:none}.g-view-permission-panel .panel-recommendation{display:flex;margin:16px 32px;font-size:12px}.g-view-permission-panel .panel-recommendation .recommendation-icon{width:12px;height:12px;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-view-permission-panel .panel-recommendation .recommendation-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-view-permission-panel .panel-recommendation .recommendation-icon{color:#cf3900}[data-theme=theme3] .g-view-permission-panel .panel-recommendation .recommendation-icon{color:#077fa6}[data-theme=theme4] .g-view-permission-panel .panel-recommendation .recommendation-icon{color:#b35c00}[data-theme=theme5] .g-view-permission-panel .panel-recommendation .recommendation-icon{color:#3e8628}[data-theme=theme6] .g-view-permission-panel .panel-recommendation .recommendation-icon{color:#eb0f0f}[data-theme=theme7] .g-view-permission-panel .panel-recommendation .recommendation-icon{color:#278265}[data-theme=theme8] .g-view-permission-panel .panel-recommendation .recommendation-icon{color:#7760e6}.g-view-permission-panel .panel-recommendation .recommendation-bold{font-weight:bold;margin-left:8px;margin-right:4px}.g-view-permission-panel .panel-recommendation .recommendation-text{font-style:italic}.g-view-permission-panel .panel-recommendation .internationalization-wrapper{margin-left:8px;font-size:12px}.g-view-permission-panel .panel-recommendation .internationalization-wrapper .internationalization-input .g-sharelink-recommendation-title{color:#27313c;font-weight:600}.g-view-permission-panel .panel-recommendation .internationalization-label{font-size:12px}.g-view-permission-panel .panel-recommendation .g-uniform-link{font-style:italic}.g-view-permission-panel .align-center{align-items:center}.g-view-permission-panel .align-start{align-items:flex-start}.g-view-permission-panel .margin-top{margin-top:3px}.g-view-permission-panel .panel-header{display:flex;justify-content:flex-start;align-items:center;margin:0 32px;padding:24px 22px;border-bottom:1px solid #e6e7e8}.g-view-permission-panel .panel-header .header-icon{height:48px}.g-view-permission-panel .panel-header .header-name{margin-left:16px}.g-view-permission-panel .panel-header .header-name .name-label{display:flex;justify-content:flex-start;flex-direction:column;align-items:flex-start}.g-view-permission-panel .panel-header .header-name .name-label .object-name{font-size:16px;color:#333;font-weight:bold}.g-view-permission-panel .panel-header .header-name .name-label .risk-level{font-size:16px;color:#333;padding:2px 8px}.g-view-permission-panel .panel-header .header-name .name-label .high-level{background-color:#f6d7d4}.g-view-permission-panel .panel-header .header-name .name-label .medium-level{background-color:#fff4d6}.g-view-permission-panel .panel-header .header-name .name-label .low-level{background-color:#d4f5e3}.g-req-permission-dialogwrap .ms-Dialog-subText{margin-bottom:0;min-height:49px;color:#333}.g-req-permission-dialogwrap .v-dialog-main{width:740px}.g-req-permission-dialogwrap .v-dialog-main .ms-Modal-scrollableContent .ms-Dialog--close .ms-Dialog-header{margin-left:2rem;margin-right:2rem}.g-req-permission-dialogwrap .v-dialog-main .ms-Modal-scrollableContent .ms-Dialog--close .ms-Dialog-inner .ms-Dialog-content{padding:0rem 2rem}.g-req-permission-dialogwrap .v-dialog-main .ms-Modal-scrollableContent .ms-Dialog--close .ms-Dialog-inner .ms-Dialog-content .dialog-customizedContent-container{margin-top:1.5rem}.g-req-permission-dialogwrap .v-dialog-main .ms-Modal-scrollableContent .ms-Dialog--close .ms-Dialog-inner .ms-Dialog-content .ms-Dialog-actions{margin-top:1.5rem}.g-req-permission-dialogwrap .v-dialog-main .ms-Modal-scrollableContent .ms-Dialog--close .ms-Dialog-inner .ms-Dialog-content .ms-Dialog-actions .ms-Dialog-actionsRight .ms-Dialog-action{margin-right:-0.5625rem}.v-next-new-view-permission-dialog .v-dialog-main{width:880px !important}.v-next-new-view-permission-dialog .dialog-inner .dialog-innerContent{height:100%}.v-next-new-view-permission-dialog .panel-header{display:flex;justify-content:space-between;align-items:center;margin:0rem;padding:0rem;border-bottom:1px solid #e0e2e6;padding-bottom:1.5rem}.v-next-new-view-permission-dialog .panel-header .permissions-breadcrumb .ms-Breadcrumb-listItem .ms-Breadcrumb-itemLink{font-size:.875rem !important}.v-next-new-view-permission-dialog .panel-header .v-next-panel-header-wrap{display:flex;flex:1}.v-next-new-view-permission-dialog .panel-header .v-next-panel-header-wrap .g-space-panel-persona{width:100% !important}.v-next-new-view-permission-dialog .panel-header .v-next-panel-header-wrap .g-detailslist-cell-persona .ms-Persona-details .ms-Persona-primaryText{font-size:.875rem;font-weight:700;color:var(--palette-slate)}.v-next-new-view-permission-dialog .panel-header .v-next-panel-header-wrap .g-detailslist-cell-persona .ms-Persona-details .ms-Persona-secondaryText{font-weight:400;color:var(--palette-gray6);font-style:italic}.v-next-new-view-permission-dialog .panel-header .v-next-permission-object-header .header-icon{display:flex;width:2.5rem !important;height:2.5rem !important;background:#f1f2f4;border-radius:100%;align-items:center;justify-content:center}.v-next-new-view-permission-dialog .panel-header .v-next-permission-object-header .object-header-icon{background:#006c71;color:#fff}.v-next-new-view-permission-dialog .panel-header .v-next-permission-object-header .object-header-icon .ms-Image-image{width:1rem;height:1rem}.v-next-new-view-permission-dialog .panel-header .v-next-permission-object-header .ms-Image{background:#f1f2f4 !important}.v-next-new-view-permission-dialog .panel-header .v-next-permission-object-header .v-renewal-name-icon{display:flex;width:2.5rem !important;height:2.5rem !important;background:#f1f2f4;border-radius:100%;align-items:center;justify-content:center}.v-next-new-view-permission-dialog .panel-header .v-next-permission-object-header .v-space-panel-persona .g-detailslist-cell-persona .ms-Persona-imageArea .ms-Persona-image{background:none !important}.v-next-new-view-permission-dialog .panel-header .v-next-permission-details-risk{display:flex;align-items:center}.v-next-new-view-permission-dialog .panel-header .v-next-permission-details-risk i{display:inline-block;width:.75rem;height:.75rem;margin-right:0px;margin-right:.25rem}.v-next-new-view-permission-dialog .panel-header .v-next-permission-details-risk .v-next-level-span{font-size:.75rem;font-weight:700;font-style:italic;text-decoration:underline}.v-next-new-view-permission-dialog .panel-header .v-next-risk-level-div{display:flex;align-items:center}.v-next-new-view-permission-dialog .panel-header .v-next-risk-level-div-span{display:inline-block;width:.5rem;height:.5rem;margin-right:.25rem}.v-next-new-view-permission-dialog .panel-header .v-next-high-level{background-color:#f52323;border:1px solid #f52323;border-radius:.5rem}.v-next-new-view-permission-dialog .panel-header .v-next-medium-level{background-color:var(--palette-warning);border:1px solid var(--palette-warning);border-radius:.5rem}.v-next-new-view-permission-dialog .panel-header .v-next-low-level{background-color:var(--palette-successful);border:1px solid var(--palette-successful);border-radius:.5rem}.v-next-new-view-permission-dialog .panel-header .header-icon{width:1.5rem !important;height:1.5rem !important}.v-next-new-view-permission-dialog .panel-header .header-name{margin-left:.5rem;width:100%}.v-next-new-view-permission-dialog .panel-header .header-name .name-label{display:flex;justify-content:flex-start;flex-direction:column;align-items:flex-start}.v-next-new-view-permission-dialog .panel-header .header-name .name-label .object-name{font-size:.875rem;color:var(--palette-themePrimary);font-weight:600}.v-next-new-view-permission-dialog .panel-header .header-name .name-label .object-name .g-uniform-link{color:var(--palette-themePrimary);font-weight:600}.v-next-new-view-permission-dialog .panel-header .header-name .name-label .object-name .v-link-icon{color:var(--palette-themePrimary);position:absolute;top:1.5rem;font-size:.64rem}.v-next-new-view-permission-dialog .panel-header .header-name .name-label .risk-level{font-size:1rem;color:#333;padding:2px 8px}.v-next-new-view-permission-dialog .panel-header .header-name .name-label .high-level{background-color:#f6d7d4}.v-next-new-view-permission-dialog .panel-header .header-name .name-label .medium-level{background-color:#fff4d6}.v-next-new-view-permission-dialog .panel-header .header-name .name-label .low-level{background-color:#d4f5e3}.v-next-new-view-permission-dialog .panel-header .header-name .name-label .object-title-name{font-weight:700}.v-next-new-view-permission-dialog .panel-header .header-name .name-label .object-title-link{position:relative;color:#707174}.v-next-new-view-permission-dialog .panel-header .header-name .name-label .object-title-link .object-title-link-span{font-size:.8125rem;color:#707174}.v-next-new-view-permission-dialog .panel-header .header-name .name-label .object-title-link .object-title-link-icon{position:absolute;top:-5px;font-size:.5rem;color:#636a79}.v-next-new-view-permission-dialog .panel-header .header-name .name-label .v-permissions-details-group{width:100%;display:flex;align-items:center;margin-bottom:1rem}.v-next-new-view-permission-dialog .panel-header .header-name .name-label .v-permissions-details-group .v-permissions-details-group-icon{font-size:1rem;margin-right:.5rem}.v-next-new-view-permission-dialog .panel-header .header-name .name-label .v-permissions-details-group .permissions-obj-breadcrumb .ms-Breadcrumb-list .ms-Breadcrumb-listItem .ms-Breadcrumb-itemLink{text-decoration:underline;cursor:pointer}.v-next-new-view-permission-dialog .v-next-panel-content{height:100%;display:flex;flex-direction:column}.v-next-new-view-permission-dialog .v-next-panel-content .v-next-permission-view{height:17rem;overflow:hidden}.v-next-new-view-permission-dialog .v-next-panel-content .v-next-permission-view .v-details-list{height:14rem !important}.v-next-new-view-permission-dialog .v-next-panel-content .v-next-permission-view .v-common-details-list .ms-List .ms-FocusZone .g-renewal-detailslist-cell .v-space-panel-persona .g-detailslist-cell-persona{height:2.25rem !important}.v-next-new-view-permission-dialog .v-next-panel-content .v-next-permission-view .v-common-details-list .ms-List .ms-FocusZone .g-renewal-detailslist-cell .v-space-panel-persona .ms-Persona-details{height:2.5rem;justify-content:left}.v-next-new-view-permission-dialog .v-next-panel-content .v-next-permission-view .v-common-details-list .ms-List .ms-FocusZone .g-renewal-detailslist-cell .v-space-panel-persona .v-permission-common-detail .ms-Persona-details{height:auto}.v-next-new-view-permission-dialog .v-next-panel-content .v-next-permission-view-group .v-details-list{height:12.125rem !important}.v-next-new-view-permission-dialog .v-next-panel-content .panel-recommendation{display:block;align-items:normal;border:1px solid #e0e2e6;padding:.75rem;border-radius:.5rem;margin:1rem 0}.v-next-new-view-permission-dialog .v-next-panel-content .panel-recommendation .recommendation-icon{display:inline-block;width:1rem;height:1rem;color:#f5b423}.v-next-new-view-permission-dialog .v-next-panel-content .view-permission-border{border-radius:8px;height:100%}.v-next-new-view-permission-dialog .v-next-panel-content .view-permission-border .renew-permission-action-bar{margin-left:0px;margin-bottom:1rem}.v-next-new-view-permission-dialog .v-next-panel-content .view-permission-border .renewal-uniform-detail-list .ms-Persona-secondaryText{color:#5d6778}.v-next-new-view-permission-dialog .v-next-panel-content .ms-DetailsRow{border-bottom:1px solid #f1f2f4}.v-next-new-view-permission-dialog .v-next-panel-content .ms-FocusZone{margin:0}.v-next-new-view-permission-dialog .v-next-panel-content .ms-FocusZone .ms-OverflowSet .ms-OverflowSet-item button{margin-right:.5rem;border:1px solid var(--palette-gray2);border-radius:4px;height:2.5rem}.v-next-new-view-permission-dialog .v-next-panel-content .ms-FocusZone .ms-OverflowSet .ms-OverflowSet-item button .ms-Button-label{font-weight:600;color:var(--palette-slate)}.v-next-new-view-permission-dialog .v-next-panel-content .ms-FocusZone .g-permission-actionbar-number{line-height:44px;color:#737477;font-style:italic}.v-next-new-view-permission-dialog .v-next-panel-content .ms-DetailsHeader{height:2.5rem;line-height:2.5rem;background:#f1f2f4}.v-next-new-view-permission-dialog .v-next-panel-content .ms-DetailsHeader .ms-DetailsHeader-cellIsCheck{height:2.5rem}.v-next-new-view-permission-dialog .v-next-panel-content .ms-DetailsHeader .ms-DetailsHeader-cell{height:2.5rem;background:#f1f2f4}.v-next-new-view-permission-dialog .v-next-panel-content .ms-DetailsHeader .ms-DetailsHeader-cell .ms-DetailsHeader-cellName{color:var(--palette-slate);font-weight:400}.v-next-new-view-permission-dialog .v-next-panel-content .filter-button-wrap-content{gap:.5rem}.v-next-new-view-permission-dialog .v-next-panel-content .filter-button-wrap-content .v-default-button{height:2rem}.v-next-new-view-permission-dialog .v-next-panel-content .panel-recommendation .recommendation-bolds{font-size:.75rem;font-weight:700;color:#323e4d}.v-next-new-view-permission-dialog .v-next-panel-content .panel-recommendation .recommendation-description{font-size:.6875rem;font-weight:400;color:#323e4d;margin-top:.25rem}.v-next-new-view-permission-dialog .v-next-panel-content .panel-recommendation .recommendation-icon{margin-top:.25rem}.v-next-new-view-permission-dialog .v-next-panel-content .group-message .recommendation-bold{font-size:.875rem}.v-next-new-view-permission-dialog .v-next-panel-content .group-message .recommendation-description{font-size:.875rem;font-weight:400;color:#323e4d}.v-next-new-view-permission-dialog .v-next-panel-content .group-message .internationalization-wrapper .internationalization-input{font-weight:600;color:#323e4d}.v-next-new-view-permission-dialog .v-next-panel-group-content{padding-top:1rem}.v-next-new-view-permission-dialog .v-next-panel-group-content .ms-Pivot{margin-bottom:1rem}.v-next-new-view-permission-dialog .v-next-panel-group-content .view-permission-border .renew-permission-action-bar .ms-FocusZone{padding:0}.v-next-new-view-permission-dialog .v-next-panel-group-content .view-pivot-item .ms-FocusZone .is-selected{font-weight:600}.v-next-new-view-permission-dialog .v-next-line{border-top:1px solid #e6e7e8;margin-top:1.25rem}.v-next-new-view-permission-dialog .v-next-new-view-permission-dialog-footer{display:flex;align-items:center;justify-content:flex-end;border-top:1px solid #e8e9ea;padding-top:1.5rem;margin-bottom:-1.5rem}.v-next-permission-callout-drop .ms-Callout-main{padding:1px}@media screen and (max-width: 743px){.v-next-new-view-permission-dialog .v-next-panel-header-wrap{width:90%}.v-next-new-view-permission-dialog .header-name{width:80%}.v-next-new-view-permission-dialog .name-label{display:flex;justify-content:flex-start;flex-direction:column;align-items:flex-start}.v-next-new-view-permission-dialog .name-label .object-name{display:flex;font-size:1rem;color:var(--palette-themePrimary);font-weight:bold;word-break:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:80%}.v-next-new-view-permission-dialog .name-label .object-name button{width:80%}.v-next-new-view-permission-dialog .v-next-panel-content .panel-recommendation{display:flex;align-items:normal}.v-next-new-view-permission-dialog .v-next-panel-content .panel-recommendation .recommendation-icon{margin-top:.25rem}}

.g-viewpermission-detailslists{height:calc(100% - 48px)}.g-viewpermission-detailslists .ms-DetailsRow:hover .g-renewal-cell-action{display:inline-block}.g-viewpermission-detailslists .ms-DetailsRow .recent-list-menu{opacity:0}.g-viewpermission-detailslists .ms-DetailsRow:hover .recent-list-menu{opacity:1}.g-viewpermission-detailslists .ms-DetailsRow:hover .recent-list-menu:hover{background:var(--palette-gray2)}.g-viewpermission-detailslists .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.g-viewpermission-detailslists .g-renewal-detailslist-cell .g-renewal-detaillist-name .v-next-details-link-name{color:#4a52bd}.g-viewpermission-detailslists .g-renewal-detailslist-cell .ms-TooltipHost{overflow:hidden}.g-viewpermission-detailslists .g-renewal-detailslist-cell .ms-TooltipHost .g-detaillist-name-value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-viewpermission-detailslists .g-renewal-detailslist-cell .h-detaillist-name-info{overflow:hidden}.g-viewpermission-detailslists .g-renewal-detailslist-cell .h-detaillist-name-info .g-detaillist-name-value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-viewpermission-detailslists .g-renewal-detailslist-cell .ms-TooltipHost{margin:0}.g-viewpermission-detailslists .g-renewal-detailslist-cell .g-detaillist-icon{color:#0079dd}.g-viewpermission-detailslists .g-renewal-detailslist-cell .g-detaillist-name-tooltip{overflow:hidden;flex:1}.g-viewpermission-detailslists .g-renewal-detailslist-cell .g-detaillist-name-tooltip .g-renewal-detaillist-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-viewpermission-detailslists .g-renewal-detailslist-cell .g-renewal-name-icon{width:24px;height:24px;margin-right:8px}.g-viewpermission-detailslists .g-renewal-detailslist-cell .v-renewal-name-icon{display:flex !important;width:2rem !important;height:2rem !important;align-items:center;justify-content:center;background:#f1f2f4;border-radius:100%}.g-viewpermission-detailslists .g-renewal-detailslist-cell .v-renewal-name-icon img{display:inline-block;width:1rem;height:1rem}.g-viewpermission-detailslists .g-renewal-detailslist-cell .site-icon-globe{background:#006c71;color:#fff}.g-viewpermission-detailslists .g-renewal-detailslist-cell .g-renewal-cell-action{display:none;width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.g-viewpermission-detailslists .g-renewal-detailslist-cell .g-detailslist-cell-persona-disable .ms-Persona-primaryText{text-decoration:line-through;color:#858587}.g-viewpermission-detailslists .g-renewal-detailslist-cell .g-detailslist-cell-persona-disable .ms-Persona-secondaryText .ms-TooltipHost{color:#858587}.g-viewpermission-detailslists .g-renewal-detailslist-cell .g-detailslist-cell-object-disable{text-decoration:line-through;color:#858587}.g-viewpermission-detailslists .g-renewal-detailslist-cell .g-level-common{font-size:14px;line-height:19px;padding:2px 8px;color:#27313c;border-radius:2px;display:flex;align-items:center}.g-viewpermission-detailslists .g-renewal-detailslist-cell .g-level-tooltip{height:14px;margin:0 0 2px 8px;color:#333;cursor:pointer}.g-viewpermission-detailslists .g-renewal-detailslist-cell .g-level-low{background-color:#d1f2e0}.g-viewpermission-detailslists .g-renewal-detailslist-cell .g-level-medium{background-color:#fff4d6}.g-viewpermission-detailslists .g-renewal-detailslist-cell .g-level-high{background-color:#f6d7d4}.g-viewpermission-detailslists .g-renewal-detailslist-cell .v-next-level-common{background:rgba(0,0,0,0);font-weight:400;color:var(--palette-slate);cursor:pointer}.g-viewpermission-detailslists .g-renewal-detailslist-cell .v-next-level-common .v-next-level-common-span{width:.5rem;height:.5rem;border-radius:.5rem;display:inline-block;margin-right:.25rem;margin-top:.1rem}.g-viewpermission-detailslists .g-renewal-detailslist-cell .v-next-level-common .v-next-level-common-svg{width:.8125rem;height:.875rem}.g-viewpermission-detailslists .g-renewal-detailslist-cell .v-next-level-common .v-next-level-span{margin-left:.25rem;text-decoration:underline}.g-viewpermission-detailslists .g-renewal-detailslist-cell .v-next-level-common .v-next-level-span-na{margin-left:.25rem}.g-viewpermission-detailslists .g-renewal-detailslist-cell .v-next-level-common .v-next-level-low{background:var(--palette-successful)}.g-viewpermission-detailslists .g-renewal-detailslist-cell .v-next-level-common .v-next-level-medium{background:var(--palette-warning)}.g-viewpermission-detailslists .g-renewal-detailslist-cell .v-next-level-common .v-next-level-high{background:var(--palette-error)}.g-viewpermission-detailslists .g-renewal-detailslist-cell .v-next-level-common-pointer{cursor:pointer}.g-viewpermission-detailslists .g-renewal-detailslist-cell .g-renewal-detailslist-cell-link .h-tooltip-icon-button{margin:0}.g-viewpermission-detailslists .g-renewal-detailslist-cell .g-renewal-detailslist-cell-action .h-tooltip-icon-button{margin-left:0}.g-viewpermission-detailslists .g-renewal-detailslist-cell .g-renewal-cell-action{width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.g-viewpermission-detailslists .g-renewal-detailslist-cell .g-renewal-detailslist-cell-access-from .primary-text{font-weight:400;color:#323e4d}.g-viewpermission-detailslists .g-renewal-detailslist-cell .g-renewal-detailslist-cell-access-from .secondary-text{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.g-viewpermission-detailslists .g-renewal-detailslist-cell .g-renewal-detailslist-cell-access-from .secondary-text .ms-TooltipHost{color:#707174}.g-viewpermission-detailslists .g-detailslist-cell-disable{text-decoration:line-through;color:#858587}.g-viewpermission-detailslists .g-detailslist-cell-disable .g-renewal-detaillist-name .v-next-level-common{color:#858587}.g-viewpermission-detailslists .g-detailslist-cell-disable .g-renewal-detailslist-cell-access-from{width:100%}.g-viewpermission-detailslists .g-detailslist-cell-disable .g-renewal-detailslist-cell-access-from .primary-text{color:#858587}.g-viewpermission-detailslists .g-detailslist-cell-disable .g-renewal-detailslist-cell-access-from .secondary-text{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.g-viewpermission-detailslists .g-detailslist-cell-disable .g-renewal-detailslist-cell-access-from .secondary-text .ms-TooltipHost{color:#858587}.g-viewpermission-detailslists .ms-DetailsRow-fields{height:3.625rem;font-size:.875rem;font-weight:400;color:var(--palette-slate)}.g-viewpermission-detailslists .ms-DetailsRow-fields .details-list-cell{height:100%}.g-viewpermission-detailslists .ms-DetailsRow-fields .details-list-cell .g-renewal-details-cell-action{display:flex;align-items:center;justify-content:flex-end;margin-right:2rem}.g-viewpermission-detailslists .ms-DetailsRow-fields .details-list-cell .g-renewal-details-cell-action .g-renewal-detailslist-cell-action-ban{color:#e44e20}.g-viewpermission-detailslists .ms-DetailsRow-fields .details-list-cell .g-renewal-details-cell-action .ms-TooltipHost{width:1rem;height:1rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.g-viewpermission-detailslists .ms-DetailsRow-fields .details-list-cell .g-renewal-details-cell-action .ms-TooltipHost i{display:inline-block;width:.75rem;height:.75rem;font-size:.75rem}.g-viewpermission-detailslists .ms-DetailsRow-fields .details-list-cell .g-renewal-detailslist-cell .v-permission-access{flex:1;overflow:hidden}.g-viewpermission-detailslists .ms-DetailsRow-fields .details-list-cell .g-renewal-detailslist-cell .v-permission-access .v-next-links-icon{width:100%}.g-viewpermission-detailslists .ms-DetailsRow-fields .details-list-cell .g-renewal-detailslist-cell .v-permission-access .v-next-links-icon .g-detaillist-name-tooltip{flex:unset;text-decoration:underline;color:#707174}.g-viewpermission-detailslists .ms-DetailsRow-fields .details-list-cell .g-renewal-detailslist-cell .recent-file-icon{display:inline-block;width:1.25rem;height:1.25rem;margin-right:.5rem;margin-top:.2rem}.g-viewpermission-detailslists .ms-DetailsRow-fields .details-list-cell .g-renewal-detailslist-cell .h-detaillist-name-info{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%}.g-viewpermission-detailslists .ms-DetailsRow-fields .details-list-cell .g-renewal-detailslist-cell .h-detaillist-name-info .h-detaillist-name-info-drop .ms-StackItem{width:100%}.g-viewpermission-detailslists .ms-DetailsRow-fields .details-list-cell .g-renewal-detailslist-cell .h-detaillist-name-info .h-detaillist-name-info-drop .ms-Dropdown-titleIsPlaceHolder{border:none;background:none}.g-viewpermission-detailslists .ms-DetailsRow-fields .details-list-cell .g-renewal-detailslist-cell .h-detaillist-name-info .h-detaillist-name-info-drop .ms-Dropdown{display:flex}.g-viewpermission-detailslists .ms-DetailsRow-fields .details-list-cell .g-renewal-detailslist-cell .h-detaillist-name-info .h-detaillist-name-info-drop .ms-Dropdown:focus::after{border:none}.g-viewpermission-detailslists .ms-DetailsRow-fields .details-list-cell .g-renewal-detailslist-cell .h-detaillist-name-info .h-detaillist-name-info-drop .ms-Dropdown-title{border:none;background:none;box-shadow:none}.g-viewpermission-detailslists .ms-DetailsRow-fields .details-list-cell .g-renewal-detailslist-cell .h-detaillist-name-info .h-detaillist-name-info-drop .ms-Dropdown-title{width:auto;padding-right:.5rem;padding-left:0}.g-viewpermission-detailslists .ms-DetailsRow-fields .details-list-cell .g-renewal-detailslist-cell .h-detaillist-name-info .h-detaillist-name-info-drop .ms-Dropdown-caretDownWrapper{position:unset}.g-viewpermission-detailslists .ms-DetailsRow-fields .details-list-cell .g-renewal-detailslist-cell-action i{cursor:pointer}.g-viewpermission-detailslists .ms-DetailsRow-fields .details-list-cell .g-renewal-detailslist-cell-action .g-renewal-detailslist-cell-action-ban{color:#e44e20}.g-viewpermission-detailslists .ms-DetailsRow-fields .details-list-cell .ms-Link .permission-link-icon{display:inline-block;width:.5rem;height:1.25rem;font-size:.5rem;margin-left:.25rem;margin-right:.25rem;color:#636a79}.g-viewpermission-detailslists .ms-DetailsRow-fields .details-list-cell .ms-Link .g-renewal-detaillist-name-link-icon{height:1.3125rem}.g-viewpermission-detailslists .ms-DetailsList-headerWrapper .ms-FocusZone .ms-DetailsHeader-cell .ms-DetailsHeader-cellTitle .ms-DetailsHeader-cellName{font-weight:400;color:var(--palette-slate)}
.permission-search-box{width:15rem;margin:1rem 0}.v-permissions-group-header{display:flex;align-items:center;justify-content:space-between}.v-permissions-group-header .v-default-button{height:2rem;margin-right:0 !important}
.g-renewalprogress-errorpage-area{height:100%;width:100%;display:flex;justify-items:center;align-items:center;justify-content:center;align-content:center}.g-renewalprogress-errorpage-area .g-renewalprogress-errorpage-inner{display:flex;width:100%;gap:20px;flex-direction:column;align-items:center;align-content:center;margin:20px}.g-renewalprogress-errorpage-area .g-renewalprogress-errorpage-inner .g-renewalprogress-errorpage-img{user-select:none}.g-renewalprogress-errorpage-area .g-renewalprogress-errorpage-inner .g-renewalprogress-errorpage-img .h-font-error-errorpage-telescope{width:100%;height:100%}.g-renewalprogress-errorpage-area .g-renewalprogress-errorpage-inner .g-renewalprogress-errorpage-text{user-select:none}
@-webkit-keyframes inputChangeFocus{0%{margin-left:24px;margin-right:0px}100%{margin-left:0px;margin-right:24px}}@-webkit-keyframes iconChangeFocus{0%{position:absolute;left:10px;display:block}100%{left:0px;display:none}}@keyframes inputChangeFocus{0%{margin-left:24px;margin-right:0px}100%{margin-left:0px;margin-right:24px}}@keyframes iconChangeFocus{0%{position:absolute;left:10px;display:block}100%{left:0px;display:none}}@-webkit-keyframes inputChange{0%{margin-left:0px;margin-right:24px}100%{margin-left:24px;margin-right:0px}}@keyframes inputChange{0%{margin-left:0px;margin-right:24px}100%{margin-left:24px;margin-right:0px}}.g-permission-wrap{height:100%;display:flex;flex-direction:column;padding:0 24px}.g-permission-wrap .g-permission-actionfooter-slot{padding-bottom:8px}.g-permission-wrap .g-permission-instruction{border:1px solid #e6e7e8;border-radius:8px;margin-bottom:24px;float:left;width:100%;padding:12px;max-height:220px}.g-permission-wrap .g-permission-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.g-permission-wrap .g-permission-content-wrap{border:1px solid #e6e7e8;border-radius:8px;flex-grow:1;display:flex;flex-direction:column;height:inherit}.g-permission-wrap .g-permission-content-wrap .ms-FocusZone{height:52px}.g-permission-wrap .g-permission-content-wrap .ms-CommandBar{padding:0;padding-top:22px;border:0}.g-permission-wrap .g-permission-content-wrap .ms-CommandBar .ms-Button--commandBar .ms-Icon{width:13px;height:13px}.g-permission-wrap .g-permission-content-wrap .ms-CommandBar .g-permission-actionbar-number{line-height:44px;color:#737477;font-style:italic}.g-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap{flex-grow:1;padding-top:4px;padding-left:8px}.g-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-headerWrapper .ms-DetailsHeader-cell .ms-DetailsHeader-cellName{font-size:13px;color:#27313c}.g-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .g-renewal-name-icon{width:24px !important;height:24px !important}.g-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .g-renewal-detaillist-name{font-size:13px;font-weight:600}.g-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .h-tooltip-icon-button{margin-left:0}.g-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell-link .ms-Icon{width:13px;height:13px}.g-permission-wrap .g-permission-info{font-size:12px;font-style:italic;display:flex;align-items:center;flex-wrap:wrap}.g-permission-wrap .g-permission-info .complete-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-permission-wrap .g-permission-info .complete-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-permission-wrap .g-permission-info .complete-icon{color:#cf3900}[data-theme=theme3] .g-permission-wrap .g-permission-info .complete-icon{color:#077fa6}[data-theme=theme4] .g-permission-wrap .g-permission-info .complete-icon{color:#b35c00}[data-theme=theme5] .g-permission-wrap .g-permission-info .complete-icon{color:#3e8628}[data-theme=theme6] .g-permission-wrap .g-permission-info .complete-icon{color:#eb0f0f}[data-theme=theme7] .g-permission-wrap .g-permission-info .complete-icon{color:#278265}[data-theme=theme8] .g-permission-wrap .g-permission-info .complete-icon{color:#7760e6}.g-permission-wrap .g-permission-info .g-permission-owner-icon{color:#28cc74;margin-right:8px}.g-permission-wrap .g-permission-info .g-permission-signin-icon{color:var(--theme-primary, #0071C7);margin-right:8px}[data-theme=theme1] .g-permission-wrap .g-permission-info .g-permission-signin-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-permission-wrap .g-permission-info .g-permission-signin-icon{color:#cf3900}[data-theme=theme3] .g-permission-wrap .g-permission-info .g-permission-signin-icon{color:#077fa6}[data-theme=theme4] .g-permission-wrap .g-permission-info .g-permission-signin-icon{color:#b35c00}[data-theme=theme5] .g-permission-wrap .g-permission-info .g-permission-signin-icon{color:#3e8628}[data-theme=theme6] .g-permission-wrap .g-permission-info .g-permission-signin-icon{color:#eb0f0f}[data-theme=theme7] .g-permission-wrap .g-permission-info .g-permission-signin-icon{color:#278265}[data-theme=theme8] .g-permission-wrap .g-permission-info .g-permission-signin-icon{color:#7760e6}.g-permission-wrap .g-permission-info .g-permission-signin-title{font-weight:600;color:#27313c;font-size:12px;line-height:18px}.g-permission-wrap .g-permission-info .g-permission-signin-notice{color:#0078d4;font-style:italic}.g-permission-wrap .g-permission-info .internationalization-label,.g-permission-wrap .g-permission-info .internationalization-input{font-size:12px;line-height:18px;color:#27313c}.g-permission-wrap .g-permission-signin-content{font-size:12px;font-style:italic}.g-permission-wrap .h-permission-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.g-permission-wrap .h-permission-wrapper .h-permission-inner{width:calc(100% - 24px);height:inherit}.g-permission-wrap .h-permission-scrollbar{height:100%}.g-permission-wrap .h-permission-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.g-permission-search-wrap{display:flex;flex-direction:row;justify-content:center;align-items:center}.g-permission-search-wrap .ms-BasePicker-text{width:224px}.g-permission-search-wrap .ms-BasePicker-text input{animation:inputChange .1s forwards}.g-permission-search-wrap .mh-search-icon{position:absolute;left:10px}.g-permission-search-wrap:focus-within .ms-BasePicker-text input{animation:inputChangeFocus .1s forwards}.g-permission-search-wrap:focus-within .mh-search-icon{animation:iconChangeFocus .1s forwards;display:none}.g-permission-search-wrap:focus-visible{background-color:#000}.v-next-filter-div{display:flex;align-items:center;justify-content:space-between;height:2.5rem;margin-bottom:1.5rem;margin-top:.5rem}.v-next-filter-div .v-next-permission-search-wrap{width:15rem;position:relative}.v-next-filter-div .v-next-permission-search-wrap .ms-BasePicker-text input{animation:inputChange .1s forwards}.v-next-filter-div .v-next-permission-search-wrap .v-next-permission-icon{position:absolute;top:.45rem;left:.8rem}.v-next-filter-div .v-next-permission-search-wrap .verifyPeoplePicker-wrap{width:100%}.v-next-filter-div .v-next-permission-search-wrap .verifyPeoplePicker-wrap .v-list-people-picker .ms-BasePicker .ms-BasePicker-text{border-color:#e8e9ea;width:100%;min-height:2rem}.v-next-filter-div .v-next-permission-search-wrap .verifyPeoplePicker-wrap .v-list-people-picker .ms-SelectionZone .v-space-panel-persona{margin-bottom:2rem}.v-next-filter-div .v-next-permission-search-wrap .verifyPeoplePicker-wrap .v-list-people-picker .ms-BasePicker-input{margin:0 !important;padding-left:2.25rem;height:2rem}.v-next-filter-div .v-next-filter-wrap{flex:2}.v-next-permission-filter-div{display:flex}.v-next-permission-filter-div .filter-button-wrap-content{flex:1}.v-next-permission-filter-div .permission-search-box{margin-top:0}.v-next-new-permission-wrap{border:1px solid var(--palette-gray2);height:100%;display:flex;flex-direction:column;padding:0 1.5rem 0}.v-next-new-permission-wrap .v-next-headline-wrap{height:2.5rem;padding:0}.v-next-new-permission-wrap .v-next-headline-wrap .g-headline-title{color:var(--palette-slate);font-size:16px;font-weight:700}.v-next-new-permission-wrap .g-permission-actionfooter-slot{padding-bottom:8px}.v-next-new-permission-wrap .g-permission-instruction{border:1px solid #e6e7e8;border-radius:8px;margin-bottom:24px;float:left;width:100%;padding:12px;max-height:13.75rem}.v-next-new-permission-wrap .g-permission-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.v-next-new-permission-wrap .g-permission-content-wrap{width:100%;border-radius:8px;flex-grow:1;display:flex;flex-direction:column;height:inherit}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-actionbar .ms-OverflowSet-item button{margin-right:.5rem;border:1px solid var(--palette-gray2);border-radius:4px;height:2.5rem}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-actionbar .ms-OverflowSet-item button .ms-Button-label{font-weight:600;color:var(--palette-slate)}.v-next-new-permission-wrap .g-permission-content-wrap .ms-FocusZone{margin:0}.v-next-new-permission-wrap .g-permission-content-wrap .ms-FocusZone .ms-DetailsRow-fields{height:3.625rem}.v-next-new-permission-wrap .g-permission-content-wrap .ms-DetailsHeader{height:2.5rem;line-height:2.5rem;background:#f1f2f4}.v-next-new-permission-wrap .g-permission-content-wrap .ms-DetailsHeader .ms-DetailsHeader-cellIsCheck{height:2.5rem}.v-next-new-permission-wrap .g-permission-content-wrap .ms-CommandBar{padding:0;padding-top:0;border:0;margin-bottom:1rem}.v-next-new-permission-wrap .g-permission-content-wrap .ms-CommandBar .g-permission-actionbar-number{line-height:44px;color:#737477;font-style:italic}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap{flex-grow:1;padding-top:0px;padding-left:0px}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-headerWrapper .ms-DetailsHeader-cell{height:2.5rem;background:#f1f2f4}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-headerWrapper .ms-DetailsHeader-cell .ms-DetailsHeader-cellName{color:var(--palette-slate);font-weight:400}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .details-list-cell{height:100%}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell{width:100%;text-decoration:none}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .g-renewal-name-icon{width:32px !important;height:32px !important}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .g-renewal-detaillist-name{font-weight:400;color:var(--palette-slate)}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .v-permission-object-view-access .g-renewal-detaillist-name{font-weight:700;color:var(--palette-slate)}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .v-permission-object-view-access .g-renewal-detaillist-name-link-name{font-weight:400;color:#636a79;font-size:.75rem}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .g-renewal-detaillist-link-name{text-decoration:underline;font-weight:400;color:#4a52bd}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .v-space-panel-persona .ms-Persona{height:2.625rem !important}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .v-space-panel-persona .ms-Persona .ms-Persona-details .ms-Persona-secondaryText{color:var(--palette-gray6);margin-top:2px}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .h-detaillist-name-info{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .h-detaillist-name-info .g-detaillist-name-value{color:#323e4d}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .h-detaillist-name-info .h-detaillist-name-info-drop .ms-StackItem{width:100%}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .h-detaillist-name-info .h-detaillist-name-info-drop .ms-Dropdown-titleIsPlaceHolder{border:none;background:none}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .h-detaillist-name-info .h-detaillist-name-info-drop .ms-Dropdown{display:flex}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .h-detaillist-name-info .h-detaillist-name-info-drop .ms-Dropdown:focus::after{border:none}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .h-detaillist-name-info .h-detaillist-name-info-drop .ms-Dropdown-title{border:none;background:none;box-shadow:none}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .h-detaillist-name-info .h-detaillist-name-info-drop .ms-Dropdown-title{width:auto;padding-right:.5rem;padding-left:0}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .h-detaillist-name-info .h-detaillist-name-info-drop .ms-Dropdown-caretDownWrapper{position:unset}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .v-detailslist-cell-user-disable .h-detaillist-name-info{text-decoration:line-through}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell-link .ms-Icon{width:13px;height:13px}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .v-renewal-detail-list{height:100%}.v-next-new-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .v-renewal-detail-list .ms-DetailsRow-cell{margin-top:0;padding-top:0;display:flex;align-items:center;padding-bottom:0}.v-next-new-permission-wrap .g-permission-content-wrap .filter-button-wrap-content{gap:.5rem}.v-next-new-permission-wrap .g-permission-content-wrap .filter-button-wrap-content .v-default-button{height:2rem}.v-next-new-permission-wrap .g-permission-info{font-size:12px;font-style:normal;display:flex;align-items:center;flex-wrap:wrap}.v-next-new-permission-wrap .g-permission-info .complete-icon{color:var(--palette-successful);display:inline-block;width:13px;height:14px;position:absolute;top:-13px;left:8px}.v-next-new-permission-wrap .g-permission-info .v-permission-icon-size{font-size:14px;margin-right:.4375rem}.v-next-new-permission-wrap .g-permission-info .g-permission-owner-icon{color:#28cc74;margin-right:8px}.v-next-new-permission-wrap .g-permission-info .g-permission-signin-icon{color:var(--palette-slate);margin-right:8px}.v-next-new-permission-wrap .g-permission-info .g-permission-signin-title{font-weight:600;color:var(--palette-slate);font-size:13px;line-height:20px;padding-bottom:.1rem}.v-next-new-permission-wrap .g-permission-info .g-permission-signin-notice{font-style:normal}.v-next-new-permission-wrap .g-permission-info .internationalization-label,.v-next-new-permission-wrap .g-permission-info .internationalization-input{font-size:13px;font-weight:400;line-height:20px;color:var(--palette-slate);position:relative}.v-next-new-permission-wrap .v-permission-info{font-size:12px;font-style:normal;flex-wrap:wrap}.v-next-new-permission-wrap .v-permission-info .v-permission-signin-title{display:inline;font-weight:400;color:var(--palette-slate);font-size:.875rem;line-height:18px}.v-next-new-permission-wrap .v-permission-info .v-permission-signin-icon{display:inline;color:var(--palette-slate);margin-right:8px;font-size:14px}.v-next-new-permission-wrap .h-permission-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.v-next-new-permission-wrap .h-permission-wrapper .h-permission-inner{width:calc(100% - 24px);height:inherit}.v-next-new-permission-wrap .h-permission-wrapper .h-permission-inner .v-next-user-view-filter{margin-bottom:1rem}.v-next-new-permission-wrap .h-permission-wrapper .h-permission-inner .v-next-user-view-filter .v-next-filter-wrap .filter-button-wrap-content{margin-bottom:0}.v-next-new-permission-wrap .h-permission-scrollbar{height:100%}.v-next-new-permission-wrap .h-permission-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.v-next-new-permission-wrap .g-renewal-detailslist-cell{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v-next-new-permission-wrap .g-renewal-detailslist-cell .permission-link-icon{font-size:.64rem;color:#636a79;height:1.5rem;margin-left:.4rem}.v-next-new-permission-wrap .v-permission-footer-bar{display:flex}.v-next-new-permission-wrap .v-next-headline-wrap{margin-top:1.5rem;padding-right:1.5rem}@media screen and (max-width: 743px){.v-next-permission-wrap{padding:1.25rem 1.5rem 0}}
.g-permission-detailslist{height:100%}.g-permission-detailslist .ms-DetailsRow:hover .g-renewal-cell-action{display:inline-block}.g-permission-detailslist .ms-DetailsRow .recent-list-menu{opacity:0}.g-permission-detailslist .ms-DetailsRow:hover .recent-list-menu{opacity:1}.g-permission-detailslist .ms-DetailsRow:hover .recent-list-menu:hover{background:var(--palette-gray2)}.g-permission-detailslist .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.g-permission-detailslist .g-renewal-detailslist-cell .ms-Persona-secondaryText .ms-TooltipHost{font-style:normal}.g-permission-detailslist .g-renewal-detailslist-cell .g-renewal-name-icon{width:24px;height:24px;margin-right:8px}.g-permission-detailslist .g-renewal-detailslist-cell .g-renewal-detaillist-name,.g-permission-detailslist .g-renewal-detailslist-cell .g-detaillist-name-value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-permission-detailslist .g-renewal-detailslist-cell .g-detaillist-icon{color:#0079dd}.g-permission-detailslist .g-renewal-detailslist-cell .g-renewal-cell-action{display:none;width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.g-permission-detailslist .g-renewal-detailslist-cell .g-level-common{font-size:14px;line-height:19px;padding:2px 8px;color:#27313c;border-radius:2px;display:flex;align-items:center}.g-permission-detailslist .g-renewal-detailslist-cell .g-level-tooltip{height:14px;margin:0 0 2px 8px;color:#333;cursor:pointer}.g-permission-detailslist .g-renewal-detailslist-cell .g-level-low{background-color:#d1f2e0}.g-permission-detailslist .g-renewal-detailslist-cell .g-level-medium{background-color:#fff4d6}.g-permission-detailslist .g-renewal-detailslist-cell .g-level-high{background-color:#f6d7d4}.g-permission-detailslist .g-renewal-detailslist-cell .v-next-level-common{background:rgba(0,0,0,0);font-weight:400;color:var(--palette-slate)}.g-permission-detailslist .g-renewal-detailslist-cell .v-next-level-common .v-next-level-common-span{width:.5rem;height:.5rem;border-radius:.5rem;display:inline-block;margin-right:.25rem;margin-top:.1rem}.g-permission-detailslist .g-renewal-detailslist-cell .v-next-level-common .v-next-level-low{background:var(--palette-successful)}.g-permission-detailslist .g-renewal-detailslist-cell .v-next-level-common .v-next-level-medium{background:var(--palette-warning)}.g-permission-detailslist .g-renewal-detailslist-cell .v-next-level-common .v-next-level-high{background:var(--palette-error)}.g-permission-detailslist .g-renewal-detailslist-cell .recent-file-icon{display:inline-block;width:1.25rem;height:1.25rem;margin-right:.5rem;margin-top:.2rem}.g-permission-detailslist .g-detailslist-cell-disable{text-decoration:line-through;color:#858587}.g-permission-detailslist .g-detailslist-cell-disable .v-next-level-common{color:#858587}.g-permission-detailslist .v-next-links-icon .g-renewal-detaillist-name{color:var(--palette-themePrimary) !important}.g-permission-detailslist .g-renewal-detailslist-cell-link .h-tooltip-icon-button{margin:0}.g-permission-detailslist .g-renewal-detailslist-cell-action .h-tooltip-icon-button{margin-left:0}.g-permission-detailslist .g-detailslist-cell-disable{text-decoration:line-through;color:#858587}.g-permission-detailslist .g-detailslist-cell-disable .g-detaillist-name-value{color:#858587}.g-permission-detailslist-disable-style .ms-DetailsRow .ms-Checkbox-checkbox{height:18px !important;width:18px !important;background:#e8e9ea;border:1px solid #707174 !important}.risk-level-detail-callout{width:400px;padding:15px;background-color:var(--palette-gray1)}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-box-close{margin-left:90%}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-flex{display:flex;margin-bottom:10px;justify-content:flex-start}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-flex:last-child{margin-bottom:0}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-flex .risk-level-detail-title{font-weight:600;width:125px}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-flex .risk-level-detail-content{margin-left:40px;flex:1}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-flex .risk-level-detail-content .sensitive-info-decription{margin-bottom:10px}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-flex .risk-level-detail-content .exposure-rule-description{margin-bottom:10px}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-line{border-bottom:1px solid #eaebec;margin:15px 0}.risk-level-detail-callout .ms-Callout-beak{background-color:var(--palette-gray1);box-shadow:none;border:0}.risk-level-detail-callout .ms-Callout-beakCurtain{background-color:rgba(0,0,0,0)}.risk-level-detail-callout .ms-Callout-main{background-color:rgba(0,0,0,0)}.risk-level-detail-callout-mob{width:95%}.v-permission-detailslist .g-renewal-detailslist-cell{font-size:.875rem !important}.v-permission-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-primaryText{font-size:.75rem !important;color:#323e4d;font-weight:700}.v-permission-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-secondaryText{font-size:.75rem !important;color:#707174;font-weight:400;font-style:normal}.v-permission-detailslist .g-renewal-detailslist-cell .g-renewal-detailslist-cell-action i{display:inline-block;width:1rem;height:1rem}.v-permission-detailslist .g-renewal-detailslist-cell .g-renewal-detailslist-cell-action .g-renewal-detailslist-cell-action-ban{margin-right:.75rem;color:#e44e20}.v-permission-detailslist .g-renewal-detailslist-cell .g-renewal-detailslist-cell-action .g-renewal-detailslist-cell-action-ban-hidden{visibility:hidden}.v-permission-detailslist .g-renewal-detailslist-cell .g-renewal-detailslist-cell-action .g-renewal-detailslist-cell-action-eye{color:#323e4d}.v-permission-detailslist .v-checkbox .ms-Checkbox-checkbox{margin-right:0 !important;top:0 !important}
.v-next-view-copilot-permission-dialog .v-dialog-main{width:880px !important}.v-next-view-copilot-permission-dialog .dialog-inner .dialog-innerContent{height:100%}.v-next-view-copilot-permission-dialog .panel-header{margin:0rem;padding:0rem;border-bottom:1px solid #e0e2e6;padding-bottom:1.5rem}.v-next-view-copilot-permission-dialog .panel-header .permissions-breadcrumb .ms-Breadcrumb-listItem .ms-Breadcrumb-itemLink{font-size:.875rem !important}.v-next-view-copilot-permission-dialog .panel-header .g-detailslist-cell-persona .ms-Persona-details .ms-Persona-primaryText{font-size:.875rem;font-weight:700;color:var(--palette-slate)}.v-next-view-copilot-permission-dialog .panel-header .g-detailslist-cell-persona .ms-Persona-details .ms-Persona-secondaryText{font-weight:400;color:var(--palette-gray6)}.v-next-view-copilot-permission-dialog .g-detailslist-cell-persona-group-bold .ms-Persona-primaryText{font-weight:700}.v-next-view-copilot-permission-dialog .panel-recommendation{display:block;align-items:normal;border:1px solid #e0e2e6;padding:.75rem;border-radius:.5rem;margin-top:1rem}.v-next-view-copilot-permission-dialog .panel-recommendation .recommendation-bold{font-size:14px;font-weight:700;color:#323e4d}.v-next-view-copilot-permission-dialog .panel-recommendation .recommendation-description{font-size:.6875rem;font-weight:400;color:#323e4d;margin-top:.25rem}.v-next-view-copilot-permission-dialog .panel-recommendation .recommendation-description .internationalization-wrapper .internationalization-input{font-weight:600;color:#323e4d}.v-next-view-copilot-permission-dialog .panel-recommendation .recommendation-icon{display:inline-block;width:1rem;height:1rem;color:#f5b423}.v-next-view-copilot-permission-dialog .group-message .recommendation-bold{font-size:.875rem}.v-next-view-copilot-permission-dialog .group-message .recommendation-description{font-size:.875rem;font-weight:400;color:#323e4d}.v-next-view-copilot-permission-dialog .group-message .internationalization-wrapper .internationalization-input{font-weight:600;color:#323e4d}.v-next-view-copilot-permission-dialog .v-next-panel-content{height:100%;display:flex;flex-direction:column}.v-next-view-copilot-permission-dialog .v-next-panel-content .v-next-permission-view{height:15rem}.v-next-view-copilot-permission-dialog .v-next-panel-content .v-next-permission-view-group .search-box{margin:16px 0;width:240px}.v-next-view-copilot-permission-dialog .v-next-panel-content .v-next-permission-view-group .v-details-list{height:12.125rem !important}.v-next-view-copilot-permission-dialog .v-next-panel-content .view-permission-border{border-radius:8px;height:100%}.v-next-view-copilot-permission-dialog .v-next-panel-content .view-permission-border .renew-permission-action-bar{margin-left:0px;margin-bottom:1rem}.v-next-view-copilot-permission-dialog .v-next-panel-content .view-permission-border .renewal-uniform-detail-list .ms-Persona-secondaryText{color:#5d6778}.v-next-view-copilot-permission-dialog .v-next-panel-content .ms-DetailsRow{border-bottom:1px solid #f1f2f4}.v-next-view-copilot-permission-dialog .v-next-panel-content .ms-FocusZone{margin:0}.v-next-view-copilot-permission-dialog .v-next-panel-content .ms-FocusZone .ms-OverflowSet .ms-OverflowSet-item button{margin-right:.5rem;border:1px solid var(--palette-gray2);border-radius:4px;height:2.5rem}.v-next-view-copilot-permission-dialog .v-next-panel-content .ms-FocusZone .ms-OverflowSet .ms-OverflowSet-item button .ms-Button-label{font-weight:600;color:var(--palette-slate)}.v-next-view-copilot-permission-dialog .v-next-panel-content .ms-FocusZone .g-permission-actionbar-number{line-height:44px;color:#737477;font-style:italic}.v-next-view-copilot-permission-dialog .v-next-panel-content .ms-DetailsHeader{height:2.5rem;line-height:2.5rem;background:#f1f2f4}.v-next-view-copilot-permission-dialog .v-next-panel-content .ms-DetailsHeader .ms-DetailsHeader-cellIsCheck{height:2.5rem}.v-next-view-copilot-permission-dialog .v-next-panel-content .ms-DetailsHeader .ms-DetailsHeader-cell{height:2.5rem;background:#f1f2f4}.v-next-view-copilot-permission-dialog .v-next-panel-content .ms-DetailsHeader .ms-DetailsHeader-cell .ms-DetailsHeader-cellName{font-size:.6875rem;color:var(--palette-slate);font-weight:400}.v-next-view-copilot-permission-dialog .v-next-panel-content .filter-button-wrap-content{gap:.5rem}.v-next-view-copilot-permission-dialog .v-next-panel-content .filter-button-wrap-content .v-default-button{height:2rem}.v-next-view-copilot-permission-dialog .v-next-line{border-top:1px solid #e6e7e8;margin-top:1.25rem}@media screen and (max-width: 743px){.v-next-view-permission-dialog .v-next-panel-header-wrap{width:90%}.v-next-view-permission-dialog .header-name{width:80%}.v-next-view-permission-dialog .name-label{display:flex;justify-content:flex-start;flex-direction:column;align-items:flex-start}.v-next-view-permission-dialog .name-label .object-name{display:flex;font-size:1rem;color:var(--palette-themePrimary);font-weight:bold;word-break:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:80%}.v-next-view-permission-dialog .name-label .object-name button{width:80%}.v-next-view-permission-dialog .v-next-panel-content .panel-recommendation{display:flex;align-items:normal}.v-next-view-permission-dialog .v-next-panel-content .panel-recommendation .recommendation-icon{margin-top:.25rem}}
.g-permission-userapi-wrap{font-style:italic;color:#323e4d;margin-bottom:16px}.g-permission-userapi-wrap .g-permission-userapi-icon{color:#f5b423;margin-right:4px}.v-next-copilot-permission-wrap .g-detailslist-cell-persona-disable .ms-Persona-primaryText{text-decoration:line-through;color:#858587}.v-next-copilot-permission-wrap .g-detailslist-cell-persona-disable .ms-Persona-secondaryText .ms-TooltipHost{color:#858587;text-decoration:line-through}
.share-dialog-wrap .copilot-message .left{margin-right:16px}.share-dialog-wrap .copilot-message .left img{width:44px;height:44px;border-radius:8px}.share-dialog-wrap .copilot-message .right{color:#323e4d}.share-dialog-wrap .copilot-message .right .co{font-size:12px;font-weight:600}.share-dialog-wrap .copilot-message .right .title{font-size:14px}.share-dialog-wrap .copilot-has-group{justify-content:space-between}.share-dialog-wrap .copilot-has-group .left .ms-Persona-primaryText{font-size:14px;font-weight:700}.share-dialog-wrap .copilot-has-group .left .ms-Persona-secondaryText{font-size:13px}.share-dialog-wrap .permission-message-wrap .permission-message{font-size:14px;color:#323e4d;margin:16px 0}.share-dialog-wrap .permission-message-wrap .left .side-title-icon{color:#00a84e;margin-right:10px}.share-dialog-wrap .permission-message-wrap .right .viewer{font-weight:600;font-size:14px}.share-dialog-wrap .permission-message-wrap .right .des{font-size:12px;color:#707174;font-style:italic}
.g-step-bar-items{display:flex;flex-direction:column;height:100%;margin:0 -1.5rem}.g-step-bar-items .g-step-bar-progress{width:322px;margin:16px 0 16px 0}.g-step-bar-items .g-step-bar-progress .g-progressbar-wrap .g-progressbar-item-finished,.g-step-bar-items .g-step-bar-progress .g-progressbar-wrap .g-progressbar-item-pending{background-color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-step-bar-items .g-step-bar-progress .g-progressbar-wrap .g-progressbar-item-finished,[data-theme=theme1] .g-step-bar-items .g-step-bar-progress .g-progressbar-wrap .g-progressbar-item-pending{background-color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-step-bar-items .g-step-bar-progress .g-progressbar-wrap .g-progressbar-item-finished,[data-theme=theme2] .g-step-bar-items .g-step-bar-progress .g-progressbar-wrap .g-progressbar-item-pending{background-color:#cf3900}[data-theme=theme3] .g-step-bar-items .g-step-bar-progress .g-progressbar-wrap .g-progressbar-item-finished,[data-theme=theme3] .g-step-bar-items .g-step-bar-progress .g-progressbar-wrap .g-progressbar-item-pending{background-color:#077fa6}[data-theme=theme4] .g-step-bar-items .g-step-bar-progress .g-progressbar-wrap .g-progressbar-item-finished,[data-theme=theme4] .g-step-bar-items .g-step-bar-progress .g-progressbar-wrap .g-progressbar-item-pending{background-color:#b35c00}[data-theme=theme5] .g-step-bar-items .g-step-bar-progress .g-progressbar-wrap .g-progressbar-item-finished,[data-theme=theme5] .g-step-bar-items .g-step-bar-progress .g-progressbar-wrap .g-progressbar-item-pending{background-color:#3e8628}[data-theme=theme6] .g-step-bar-items .g-step-bar-progress .g-progressbar-wrap .g-progressbar-item-finished,[data-theme=theme6] .g-step-bar-items .g-step-bar-progress .g-progressbar-wrap .g-progressbar-item-pending{background-color:#eb0f0f}[data-theme=theme7] .g-step-bar-items .g-step-bar-progress .g-progressbar-wrap .g-progressbar-item-finished,[data-theme=theme7] .g-step-bar-items .g-step-bar-progress .g-progressbar-wrap .g-progressbar-item-pending{background-color:#278265}[data-theme=theme8] .g-step-bar-items .g-step-bar-progress .g-progressbar-wrap .g-progressbar-item-finished,[data-theme=theme8] .g-step-bar-items .g-step-bar-progress .g-progressbar-wrap .g-progressbar-item-pending{background-color:#7760e6}.g-step-bar-items .g-step-bar-title{font-weight:600;font-size:16px}.g-step-bar-items .g-step-details{flex:1}.g-step-bar-items .g-step-details button:last-child{margin-bottom:.125rem}.v-next-step-bar-items{margin-top:1.5rem}.v-next-step-bar-items .v-next-step-bar-items-container{padding:1rem 1.5rem;border-bottom:1px solid #f1f2f4}.v-next-step-bar-items .v-next-step-bar-items-container .v-next-step-bar-items-container-index .v-next-step-bar-items-container-index-text{font-size:.75rem;display:block;width:1rem;height:1rem;text-align:center;background:#f1f2f4;border-radius:.25rem;color:#32363e}.v-next-step-bar-items .v-next-step-bar-items-container .v-next-step-bar-items-container-index .v-next-step-bar-items-container-index-icon{font-size:.625rem;display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;background:#f1f2f4;border-radius:.25rem;color:#32363e;font-weight:900}.v-next-step-bar-items .v-next-step-bar-items-container .v-next-step-bar-items-container-head{margin-top:.5rem}.v-next-step-bar-items .v-next-step-bar-items-container .v-next-step-bar-items-container-head .v-next-step-bar-items-container-head-text{font-size:.875rem;color:#32363e;margin-top:.5rem;font-weight:400}.v-next-step-bar-items .v-next-step-bar-items-container .v-next-step-bar-items-container-description{margin-top:.25rem}.v-next-step-bar-items .v-next-step-bar-items-container .v-next-step-bar-items-container-description .v-next-step-bar-items-container-description-text{font-size:.8125rem;color:#32363e;font-weight:400}.v-next-step-bar-items .v-next-step-bar-items-container .v-next-step-bar-items-container-permission{margin-top:1rem}.v-next-step-bar-items .v-next-step-bar-items-container .v-next-step-bar-items-container-permission .v-next-step-bar-items-container-user{display:flex;align-items:center;justify-content:space-between}.v-next-step-bar-items .v-next-step-bar-items-container .v-next-step-bar-items-container-permission .v-next-step-bar-items-container-user .v-next-step-bar-items-container-user-text-active{font-size:.8125rem;font-weight:600;color:#32363e}.v-next-step-bar-items .v-next-step-bar-items-container .v-next-step-bar-items-container-permission .v-next-step-bar-items-container-user .v-next-step-bar-items-container-user-text{font-size:.8125rem;font-weight:400;color:#32363e}.v-next-step-bar-items .v-next-step-bar-items-container .v-next-step-bar-items-container-permission .v-next-step-bar-items-container-user i{display:inline-block;width:.75rem;height:.75rem;color:var(--palette-themePrimary)}.v-next-step-bar-items .v-next-step-bar-items-container .v-next-step-bar-items-container-permission .v-next-step-bar-items-container-group{margin-top:.25rem;display:flex;align-items:center;justify-content:space-between}.v-next-step-bar-items .v-next-step-bar-items-container .v-next-step-bar-items-container-permission .v-next-step-bar-items-container-group .v-next-step-bar-items-container-group-text{font-size:.8125rem;color:#32363e}.v-next-step-bar-items .v-next-step-bar-items-container .v-next-step-bar-items-container-permission .v-next-step-bar-items-container-group .v-next-step-bar-items-container-group-text-active{font-size:.8125rem;color:#32363e;font-weight:600}.v-next-step-bar-items .v-next-step-bar-items-container .v-next-step-bar-items-container-permission .v-next-step-bar-items-container-group i{display:inline-block;width:.75rem;height:.75rem;color:var(--palette-themePrimary)}.v-next-step-bar-items .v-next-step-bar-items-container-active{background:#f1f2f4}.v-next-step-bar-items .v-next-step-bar-items-container-active .v-next-step-bar-items-container-index .v-next-step-bar-items-container-index-text{background:var(--palette-themePrimary);color:#fff}.v-next-step-bar-items .v-next-step-bar-items-container-active .v-next-step-bar-items-container-head .v-next-step-bar-items-container-head-text{font-weight:700}.v-next-step-bar-items .v-next-step-bar-items-container-completed{cursor:pointer}@media screen and (max-width: 743px){.v-next-step-bar-items{display:flex;flex-direction:column;height:auto;width:90%;margin:0 auto;margin-top:-1.5rem;border:none;background-color:rgba(0,0,0,0)}.v-next-step-bar-items .v-next-step-bar-progress{max-width:100%;padding:1rem 0}.v-next-step-bar-items .v-next-step-bar-progress .g-progressbar-wrap{border:none}.v-next-step-bar-items .v-next-step-bar-progress .g-progressbar-wrap .g-progressbar-item-finished{background-color:var(--palette-themePrimary)}.v-next-step-bar-items .v-next-step-bar-progress .g-progressbar-wrap .g-progressbar-item-pending{background-color:#d4d5ef}}
.g-response-wrap{border:1px solid #0078d4;border-radius:8px;padding:16px 24px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background:#f4fafe}.g-response-wrap .g-response-left{align-self:flex-start;margin-right:24px}.g-response-wrap .g-response-left .g-response-title{color:var(--palette-slate);font-weight:bold;font-size:16px}.g-response-wrap .g-response-left .g-response-description{font-size:13px;color:var(--palette-slate);margin-top:8px;word-break:break-word}.g-response-wrap .g-response-right{max-width:388px;min-width:220px;height:34px;flex-shrink:0;padding:16px 0;border:1px solid #e6e7e8;border-radius:8px;background:#fff;align-self:flex-end}.g-response-wrap .g-response-right .g-response-button{background:inherit;width:100%;height:100%;display:flex;align-items:center}.g-response-wrap .g-response-right .g-response-button .ms-Button-flexContainer{display:flex;flex-direction:row}.g-response-wrap .g-response-right .g-response-button .ms-Button-flexContainer .g-response-icon{font-size:14px;color:#0079dd;margin-bottom:0px}.g-response-wrap .g-response-right .g-response-button .ms-Button-flexContainer .g-response-content{margin-left:8px;color:#2a2c2e;font-size:13px}.g-response-peoplepicker{margin-top:8px;margin-left:22px;width:305px}.g-response-peoplepicker .v-list-people-picker{width:24.625rem}.g-response-require{float:left;color:#a4262c !important;margin-left:-10px !important;margin-top:-10px !important}.renew-config-popup .ms-Dialog-main{max-width:500px;width:500px}.response-delete-warn-message{color:#b5232a;margin:5px 0 5px 22px}.v-common-dialog-content .not-response-knowOption{margin-bottom:1rem}.overview-footer-content-confirm-inside{padding:0 1.5rem}.overview-footer-content-confirm-inside .overview-footer-content-link{font-size:.8125rem}.overview-footer-content-confirm-inside .overview-footer-content-link-confirm-inside:first-child{margin-top:.25rem}.overview-footer-content-confirm-inside .overview-footer-content-link-confirm-inside:last-child{margin-left:0rem;display:block;margin-right:0rem;margin-top:.5rem}.v-next-bottom-div-link-renew-inside{padding:0 1.5rem}.v-next-bottom-div-link-renew-inside .v-next-bottom-div-link-button{font-size:.8125rem}.v-next-bottom-div-link-renew-inside .v-next-bottom-div-link-button:first-child{margin-top:.25rem}.v-next-bottom-div-link-renew-inside .v-next-bottom-div-link-button:last-child{margin-left:0rem;display:block;margin-right:0rem}@media screen and (max-width: 743px){.v-next-content-div{margin:1.5rem 0 0 0 !important}.v-next-content-div .g-response-peoplepicker .v-list-people-picker{width:auto}.g-response-peoplepicker .v-list-people-picker{width:auto}}
.g-sharelink-panel-container{height:98%;padding:0 32px}.g-sharelink-panel-container .g-sharelink-detailslist{height:100%}.g-sharelink-panel-container .g-sharelink-detailslist-wrap{height:100%;border:1px solid #e6e7e8;border-radius:8px;flex-grow:1;display:flex;flex-direction:column}.g-sharelink-panel-container .g-sharelink-detailslist-wrap .g-action-bar-team .ms-FocusZone{border-bottom:0}.g-sharelink-panel-container .g-sharelink-detailslist-wrap .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.g-sharelink-panel-container .g-sharelink-detailslist-wrap .g-renewal-detailslist-cell .g-detailslist-cell-persona-disable .ms-Persona-primaryText{text-decoration:line-through;color:#c2c5c8}.g-sharelink-panel-container .g-sharelink-detailslist-wrap .g-detaillist-name-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.g-sharelink-panel-container .g-sharelink-detailslist-wrap .g-renew-contact-commonds{position:relative;z-index:2}.g-sharelink-panel-container .g-sharelink-detailslist-wrap .g-renew-contact-stretch{height:100%}.g-sharelink-panel-container .g-sharelink-detailslist-wrap .g-detailslist-cell-disable{text-decoration:line-through;color:#c2c5c8 !important}.g-sharelink-panel-container .g-sharelink-detailslist-wrap .g-detailslist-cell-disable .ms-Persona-details .ms-Persona-primaryText{color:#c2c5c8}.g-sharelink-panel-container .g-sharelink-detailslist-wrap .g-detailslist-cell-disable .ms-Persona-details .ms-Persona-secondaryText .ms-TooltipHost{color:#c2c5c8 !important}.g-sharelinks-panel-header{display:flex;justify-content:flex-start;align-items:center;margin:0 32px;padding:24px 0 16px}.g-sharelinks-panel-header .g-header-icon{width:48px;height:48px;margin-left:8px}.g-sharelinks-panel-header .g-header-message{margin-left:16px}.g-sharelinks-panel-header .g-header-message .g-header-message-name{display:flex;justify-content:flex-start;align-items:center;margin-bottom:6px}.g-sharelinks-panel-header .g-header-message .g-header-message-name .g-header-file-name{font-size:16px;line-height:21px;color:#333}.g-sharelinks-panel-header .g-header-message .g-header-message-name .g-header-file-icon{width:16px;height:16px;margin-left:7px}.g-sharelinks-panel-header .g-level-common{font-size:14px;line-height:19px;padding:2px 8px;color:#27313c;border-radius:2px}.g-sharelinks-panel-header .g-level-low{background-color:#d1f2e0}.g-sharelinks-panel-header .g-level-medium{background-color:#fff4d6}.g-sharelinks-panel-header .g-level-high{background-color:#f6d7d4;width:fit-content}.v-next-sharelinks-panel-header{display:flex;justify-content:flex-start;align-items:center;margin:0;padding:0;margin-bottom:1rem;padding-bottom:1.5rem;border-bottom:1px solid #e8e9ea}.v-next-sharelinks-panel-header .v-sharinglink-file-icon-box{height:32px;width:32px;border-radius:50%;background-color:#f1f2f4;display:flex;align-items:center;justify-content:center}.v-next-sharelinks-panel-header .v-sharinglink-file-icon-box .g-header-icon{width:1.5rem;height:1.5rem;margin-left:.5rem}.v-next-sharelinks-panel-header .v-next-header-message{margin-left:1rem;display:flex;align-items:center;flex:1;justify-content:space-between}.v-next-sharelinks-panel-header .v-next-header-message .g-header-message-name{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-top:.3rem;flex:1;gap:.25rem;overflow:hidden}.v-next-sharelinks-panel-header .v-next-header-message .g-header-message-name .v-next-header-file-title{font-size:.875rem;font-weight:600;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-next-sharelinks-panel-header .v-next-header-message .g-header-message-name .v-next-header-file-link-wrap{display:flex;align-items:center;justify-content:center;height:1.5rem;gap:.25rem}.v-next-sharelinks-panel-header .v-next-header-message .g-header-message-name .v-next-header-file-name{font-size:.75rem;font-weight:400;flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all;color:#707174}.v-next-sharelinks-panel-header .v-next-header-message .g-header-message-name .g-header-file-icon{width:1rem;height:1rem;margin-left:.5rem}.v-next-sharelinks-panel-header .v-next-header-message .g-header-message-name .cg-link-icon{color:#707174;font-size:8px;margin-bottom:1rem}.v-next-sharelinks-panel-header .v-next-header-message .g-header-message-name .cg-link-icon:hover{text-decoration:none !important;color:#707174 !important}.v-next-sharelinks-panel-header .v-next-header-message .g-header-message-name a{margin-top:-0.625rem}.v-next-sharelinks-panel-header .v-next-header-message .v-next-level-common{background:rgba(0,0,0,0);font-weight:600;color:var(--palette-slate);display:flex;align-items:center;justify-content:center;font-style:italic;text-decoration:underline}.v-next-sharelinks-panel-header .g-level-common{font-size:14px;line-height:19px;padding:2px 8px;color:#27313c;border-radius:2px}.v-next-sharelinks-panel-header .g-level-low{background-color:#d1f2e0}.v-next-sharelinks-panel-header .g-level-medium{background-color:#fff4d6}.v-next-sharelinks-panel-header .g-level-high{background-color:#f6d7d4}.v-sharing-link-dialog-wrap .ms-Dialog-content{padding-top:0 !important;padding-right:0 !important}.v-sharing-link-dialog-wrap .v-next-sharelinks-dialog{max-height:23.5rem;padding-top:1.5rem;padding-right:2rem;overflow:auto}.v-next-sharelinks-dialog{height:100%}.v-next-sharelinks-dialog .v-next-sharelinks-dialog-content{height:18.75rem}.v-next-sharelinks-dialog .v-next-share-link-dialog-container{height:98%;padding:0}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist{height:100%}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist-wrap{height:100%;border:none;border-radius:8px;flex-grow:1;display:flex;flex-direction:column}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist-wrap .g-sharelink-searchbox{width:100%;display:flex;align-items:center;justify-content:flex-start;margin-bottom:1rem}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist-wrap .g-sharelink-searchbox .ms-searchBox-box{max-width:15rem;width:100%}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist-wrap .g-action-bar-team .ms-FocusZone{border-bottom:0;margin-bottom:1rem}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist-wrap .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist-wrap .g-renewal-detailslist-cell .g-detailslist-cell-persona-disable .ms-Persona-primaryText{text-decoration:line-through;color:#858587}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist-wrap .v-renewal-detailslist-action-button-list{display:flex;align-items:center;justify-content:flex-start;gap:1rem}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist-wrap .v-renewal-detailslist-action-button-list .h-tooltip-icon-button{margin-left:0}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist-wrap .g-detailslist-cell-disable{text-decoration:line-through;color:#858587}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist-wrap .g-detailslist-cell-disable .ms-Persona-details .ms-Persona-primaryText{color:#858587}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist-wrap .g-detailslist-cell-disable .ms-Persona-details .ms-Persona-secondaryText .ms-TooltipHost{color:#858587}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist-wrap .g-detaillist-name-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist-wrap .g-renew-contact-commonds{position:relative;z-index:2}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist-wrap .g-renew-contact-stretch{height:100%}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist-wrap .ms-FocusZone{padding:0;margin:0}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist-wrap .ms-FocusZone .ms-OverflowSet .ms-OverflowSet-item{border:1px solid var(--palette-gray2);border-radius:4px;height:2.5rem;margin-right:.5rem}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist-wrap .ms-FocusZone .ms-OverflowSet .ms-OverflowSet-item .ms-Button .ms-Button-textContainer .ms-Button-label{font-weight:600;font-size:.875rem;color:var(--palette-slate)}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist-wrap .ms-FocusZone .ms-DetailsRow-fields{height:3rem;font-size:.875rem;color:var(--palette-slate)}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist-wrap .ms-FocusZone .ms-DetailsRow-fields .g-renewal-detailslist-cell .g-space-panel-persona{padding-bottom:.3rem}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist-wrap .ms-FocusZone .ms-DetailsHeader-cell .ms-DetailsHeader-cellTitle .ms-DetailsHeader-cellName{font-weight:400}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist-wrap .ms-DetailsList-contentWrapper .details-list-cell{height:100%}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist-wrap .ms-CommandBar-secondaryCommand .ms-OverflowSet-item{border:none !important}.v-next-sharelinks-dialog .v-next-share-link-dialog-container .g-sharelink-detailslist-wrap .ms-CommandBar-secondaryCommand .ms-OverflowSet-item .v-next-action-number{line-height:2.75rem;color:#737477;font-style:italic}.v-next-sharing-link-dialog-footer{gap:.5rem;margin-right:2rem !important}.v-renewal-detailslist-action-button-remove i{color:#e44e20}
.g-sharinglinks-wrap{height:100%;display:flex;flex-direction:column;padding:0 24px}.g-sharinglinks-wrap .g-sharinglinks-instruction{border:1px solid #e6e7e8;border-radius:8px;margin-bottom:24px;float:left;width:100%;padding:12px;max-height:220px}.g-sharinglinks-wrap .g-sharinglinks-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.g-sharinglinks-wrap .g-sharinglinks-content-wrap{border:1px solid #e6e7e8;border-radius:8px;flex-grow:1;display:flex;flex-direction:column;height:inherit}.g-sharinglinks-wrap .g-sharinglinks-content-wrap .ms-CommandBar{padding:0;padding-top:22px;border:0}.g-sharinglinks-wrap .g-sharinglinks-content-wrap .ms-CommandBar .g-sharinglinks-actionbar-number{line-height:44px;color:#737477;font-style:italic}.g-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap{flex-grow:1;padding-top:4px;padding-left:8px}.g-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist{height:100%}.g-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center;width:100%}.g-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .v-renewal-detailslist-cell-tooltip{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.g-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona{margin-left:15px}.g-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .g-detaillist-name-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.g-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .g-detaillist-name-value .g-detaillist-name-value-disable{text-decoration:line-through;color:#c2c5c8}.g-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .g-sharinglink-sharedby-persona{margin-left:16px}.g-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .g-sharinglink-sharedby-persona .ms-Persona-details{display:none}.g-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .g-sharinglink-file-icon{height:24px;width:24px}.g-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .g-sharinglink-file-name{margin-left:8px;font-weight:600}.g-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .g-renewal-more-actions-container .h-tooltip-icon-button{margin-left:0}.g-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-level-common{font-size:14px;line-height:19px;padding:2px 8px;color:#27313c;border-radius:2px;display:flex;align-items:center}.g-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-level-tooltip{height:14px;margin:0 0 2px 8px;color:#333;cursor:pointer}.g-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-level-low{background-color:#d1f2e0}.g-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-level-medium{background-color:#fff4d6}.g-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-level-high{background-color:#f6d7d4}.g-sharinglinks-wrap .g-detailslist-cell-disable .g-detaillist-name-value{text-decoration:line-through;color:#c2c5c8}.g-sharinglinks-wrap .g-detailslist-cell-disable .g-level-common{text-decoration:line-through;color:#c2c5c8 !important}.g-sharinglinks-wrap .g-sharinglinks-info{font-size:12px;font-style:italic;display:flex;align-items:center;flex-wrap:wrap}.g-sharinglinks-wrap .g-sharinglinks-info .g-sharingLinks-signin-icon{color:var(--theme-primary, #0071C7);margin-right:8px}[data-theme=theme1] .g-sharinglinks-wrap .g-sharinglinks-info .g-sharingLinks-signin-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-sharinglinks-wrap .g-sharinglinks-info .g-sharingLinks-signin-icon{color:#cf3900}[data-theme=theme3] .g-sharinglinks-wrap .g-sharinglinks-info .g-sharingLinks-signin-icon{color:#077fa6}[data-theme=theme4] .g-sharinglinks-wrap .g-sharinglinks-info .g-sharingLinks-signin-icon{color:#b35c00}[data-theme=theme5] .g-sharinglinks-wrap .g-sharinglinks-info .g-sharingLinks-signin-icon{color:#3e8628}[data-theme=theme6] .g-sharinglinks-wrap .g-sharinglinks-info .g-sharingLinks-signin-icon{color:#eb0f0f}[data-theme=theme7] .g-sharinglinks-wrap .g-sharinglinks-info .g-sharingLinks-signin-icon{color:#278265}[data-theme=theme8] .g-sharinglinks-wrap .g-sharinglinks-info .g-sharingLinks-signin-icon{color:#7760e6}.g-sharinglinks-wrap .g-sharinglinks-info .g-sharingLinks-signin-title{font-weight:600;color:#27313c;font-size:12px;line-height:18px}.g-sharinglinks-wrap .g-sharinglinks-info .complete-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-sharinglinks-wrap .g-sharinglinks-info .complete-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-sharinglinks-wrap .g-sharinglinks-info .complete-icon{color:#cf3900}[data-theme=theme3] .g-sharinglinks-wrap .g-sharinglinks-info .complete-icon{color:#077fa6}[data-theme=theme4] .g-sharinglinks-wrap .g-sharinglinks-info .complete-icon{color:#b35c00}[data-theme=theme5] .g-sharinglinks-wrap .g-sharinglinks-info .complete-icon{color:#3e8628}[data-theme=theme6] .g-sharinglinks-wrap .g-sharinglinks-info .complete-icon{color:#eb0f0f}[data-theme=theme7] .g-sharinglinks-wrap .g-sharinglinks-info .complete-icon{color:#278265}[data-theme=theme8] .g-sharinglinks-wrap .g-sharinglinks-info .complete-icon{color:#7760e6}.g-sharinglinks-wrap .g-sharinglinks-info .g-sharingLinks-signin-notice{color:#0078d4;font-style:italic}.g-sharinglinks-wrap .g-sharinglinks-info .internationalization-label,.g-sharinglinks-wrap .g-sharinglinks-info .internationalization-input{font-size:12px;line-height:18px;color:#27313c}.g-sharinglinks-wrap .h-sharingLinks-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.g-sharinglinks-wrap .h-sharingLinks-wrapper .h-sharingLinks-inner{width:calc(100% - 24px);height:inherit}.g-sharinglinks-wrap .h-sharingLinks-scrollbar{height:100%}.g-sharinglinks-wrap .h-sharingLinks-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.g-sharinglinks-wrap .g-headline-instruction.g-headline-wrap{padding-right:24px}.v-next-sharinglinks-wrap{border:1px solid var(--palette-gray2);height:100%;display:flex;flex-direction:column;padding:0 1.5rem 0}.v-next-sharinglinks-wrap .ms-DetailsRow:hover .recent-list-menu{opacity:1}.v-next-sharinglinks-wrap .ms-DetailsRow:hover .recent-list-menu:hover{background:var(--palette-gray2)}.v-next-sharinglinks-wrap .v-next-headline-wrap{height:2.5rem;padding:0}.v-next-sharinglinks-wrap .v-next-headline-wrap .g-headline-title{color:var(--palette-slate);font-size:16px;font-weight:700}.v-next-sharinglinks-wrap .g-sharinglinks-instruction{border-radius:.5rem;margin-bottom:1.5rem;float:left;width:100%;padding:0;max-height:220px}.v-next-sharinglinks-wrap .g-sharinglinks-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap{width:100%;border-radius:8px;flex-grow:1;display:flex;flex-direction:column;height:inherit}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .v-sharinglinks-filter-wrap{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:.5rem}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .v-sharinglinks-filter-wrap .ms-searchBox-box{max-width:15rem;width:100%}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-actionbar{margin-bottom:1rem}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-actionbar .ms-OverflowSet-item button{margin-right:.5rem;border:1px solid var(--palette-gray2);border-radius:4px;height:2.5rem}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-actionbar .ms-OverflowSet-item button .ms-Button-label{font-weight:600;color:var(--palette-slate)}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .ms-FocusZone{margin:0}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .ms-FocusZone .ms-DetailsHeader-cellTitle .ms-DetailsHeader-cellName{font-size:.875rem;font-weight:400;color:var(--palette-slate)}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .ms-FocusZone .ms-DetailsRow-fields{height:3rem}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .ms-CommandBar{padding:0;padding-top:0;border:0}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .ms-CommandBar .g-sharinglinks-actionbar-number{line-height:44px;color:#737477;font-style:italic}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap{flex-grow:1;padding-top:.25rem;padding-left:0}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist{height:100%}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .ms-DetailsList-contentWrapper .details-list-cell{height:100%}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center;width:100%}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .v-renewal-detaillist-cell-name{display:flex;flex-direction:column;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .v-renewal-detailslist-cell-tooltip{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .v-renewal-detailslist-cell-tooltip-link{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:1.5rem;cursor:pointer}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .v-renewal-detailslist-cell-tooltip-link span{margin-left:8px;color:#707174;text-decoration:underline}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .v-renewal-detailslist-cell-tooltip-link .sharing-link-icon{font-size:.64rem;color:#707174;height:1.5rem;margin-left:.4rem}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .v-renewal-detailslist-cell-marginLeft{margin-left:.5rem}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .v-renewal-detailslist-action-button-remove{color:#e44e20}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .v-renewal-detailslist-action-button-remove i{font-size:15px}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .v-renewal-detailslist-action-button-remove:hover{background-color:rgba(0,0,0,0)}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .v-renewal-detailslist-action-button-common{color:var(--palette-themePrimary)}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .v-renewal-detailslist-action-button-common i{font-size:15px}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .v-renewal-detailslist-action-button-common:hover{background-color:rgba(0,0,0,0)}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .v-renewal-detailslist-action-button-copy{color:#323e4d}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .v-renewal-detailslist-action-button-copy i{font-size:15px}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .v-renewal-detailslist-action-button-copy:hover{background-color:rgba(0,0,0,0)}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona{margin-left:15px}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .g-detaillist-name-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.875rem;color:var(--palette-slate)}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .g-detaillist-name-value .g-detaillist-name-value-disable{text-decoration:line-through;color:#858587}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .g-detaillist-name-value .v-uniform-link{width:100%}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .g-sharinglink-sharedby-persona .ms-Persona-details{display:none}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .g-sharinglink-file-icon-box{height:32px;width:32px;border-radius:50%;background-color:#f1f2f4;display:flex;align-items:center;justify-content:center}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .g-sharinglink-file-icon{height:24px;width:24px}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .g-sharinglink-file-name{margin-left:8px;font-weight:400;font-size:.875rem;color:var(--palette-slate)}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-renewal-detailslist-cell .h-tooltip-icon-button{margin-left:0}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-detailslist-cell-disable{text-decoration:line-through;color:#858587}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-detailslist-cell-disable .g-detaillist-name-value{color:#858587}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-detailslist-cell-disable .v-disabled-link{color:#858587 !important}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-detailslist-cell-disable .v-next-level-common{text-decoration:line-through;color:#858587}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-level-common{font-size:14px;line-height:19px;padding:2px 8px;color:#27313c;border-radius:2px;display:flex;align-items:center}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-level-tooltip{height:14px;margin:0 0 2px 8px;color:#333;cursor:pointer}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-level-low{background-color:#d1f2e0}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-level-medium{background-color:#fff4d6}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .g-level-high{background-color:#f6d7d4}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .v-next-level-common{background:rgba(0,0,0,0);font-weight:400;color:var(--palette-slate)}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .v-next-level-common-pointer{cursor:pointer}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .v-next-level-span{margin-left:.25rem;text-decoration:underline}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .g-sharinglinks-detailslist .v-next-level-span-na{margin-left:.25rem}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .v-renewal-detail-list{height:100%;flex-grow:1}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .g-sharinglinks-detailslist-wrap .v-renewal-detail-list .ms-DetailsRow-cell{margin-top:0;padding-top:0;display:flex;align-items:center;padding-bottom:0}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .filter-button-wrap-content{gap:.5rem;margin-bottom:0;flex:1}.v-next-sharinglinks-wrap .g-sharinglinks-content-wrap .filter-button-wrap-content .v-default-button{height:2rem}.v-next-sharinglinks-wrap .g-sharinglinks-info{font-size:12px;font-style:normal;display:flex;align-items:center;flex-wrap:wrap}.v-next-sharinglinks-wrap .g-sharinglinks-info .g-sharingLinks-signin-icon{margin-right:8px;color:var(--palette-slate)}.v-next-sharinglinks-wrap .g-sharinglinks-info .g-sharingLinks-signin-title{font-weight:600;color:var(--palette-slate);font-size:13px;line-height:18px}.v-next-sharinglinks-wrap .g-sharinglinks-info .complete-icon{color:var(--palette-successful);position:absolute;display:inline-block;width:13px;height:14px;top:-14px;left:8px}.v-next-sharinglinks-wrap .g-sharinglinks-info .g-sharingLinks-signin-notice{font-size:.8125rem;font-style:normal}.v-next-sharinglinks-wrap .g-sharinglinks-info .internationalization-label,.v-next-sharinglinks-wrap .g-sharinglinks-info .internationalization-input{position:relative;font-size:.8125rem;line-height:18px;color:var(--palette-slate)}.v-next-sharinglinks-wrap .h-sharingLinks-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.v-next-sharinglinks-wrap .h-sharingLinks-wrapper .h-sharingLinks-inner{width:calc(100% - 24px);height:inherit}.v-next-sharinglinks-wrap .h-sharingLinks-scrollbar{height:100%}.v-next-sharinglinks-wrap .h-sharingLinks-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.v-next-sharinglinks-wrap .v-next-headline-wrap{margin-top:1.5rem;padding-right:1.5rem}.v-next-sharing-risk-level-detail-content .v-next-level-common{display:flex;align-items:center}@media screen and (max-width: 743px){.v-next-sharinglinks-wrap{padding:1.25rem 1.5rem 0}}
.g-permission-wrap{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;position:relative;padding:0 24px}.g-permission-wrap .g-permission-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.g-permission-wrap .g-permission-wrapper .g-permission-scrollbar{height:100%}.g-permission-wrap .g-permission-wrapper .g-permission-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.g-permission-wrap .g-permission-wrapper .g-permission-inner{width:calc(100% - 24px);height:inherit}.g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-instruction{border:1px solid #e6e7e8;border-radius:8px;margin-bottom:24px;float:left;width:100%;padding:12px}.g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap{border:1px solid #e6e7e8;border-radius:8px;flex-grow:1;display:flex;flex-direction:column;height:inherit}.g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .ms-CommandBar{padding:0;padding-top:22px;border:0}.g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .ms-CommandBar .g-permission-actionbar-numberr{line-height:44px;color:#737477;font-style:italic}.g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .g-permission-detailslist-wrap{flex-grow:1;padding-top:4px;padding-left:8px}.g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .g-permission-detailslist-wrap .g-permission-detailslist-inner{height:calc(100% - 75px)}.g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .g-permission-detailslist-wrap .g-permission-detailslist-inner .g-permission-detailslist{height:100%}.g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .g-permission-detailslist-wrap .g-permission-detailslist-inner .g-permission-detailslist .ms-DetailsRow:hover .g-renewal-cell-action{opacity:1}.g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .g-permission-detailslist-wrap .g-permission-detailslist-inner .g-permission-detailslist .g-renewal-cell-action:focus{opacity:1 !important}.g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .g-permission-detailslist-wrap .g-permission-detailslist-inner .g-permission-detailslist .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .g-permission-detailslist-wrap .g-permission-detailslist-inner .g-permission-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-primaryText{font-weight:bold;font-size:13px;color:#27313c}.g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .g-permission-detailslist-wrap .g-permission-detailslist-inner .g-permission-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-secondaryText{color:#7d848b;font-size:13px;font-style:italic}.g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .g-permission-detailslist-wrap .g-permission-detailslist-inner .g-permission-detailslist .g-renewal-detailslist-cell .g-renewal-cell-action{opacity:0;width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .g-permission-detailslist-wrap .g-permission-detailslist-inner .g-permission-detailslist .g-renewal-detailslist-cell-action .h-tooltip-icon-button{margin-left:0}.g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-headerWrapper .ms-DetailsHeader-cell .ms-DetailsHeader-cellName{font-size:13px;color:#27313c}.v-g-permission-wrap{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;position:relative;padding:2rem 2rem 0}.v-g-permission-wrap .v-next-headline-wrap{height:2.5rem;padding:0}.v-g-permission-wrap .v-next-headline-wrap .g-headline-title{color:var(--palette-slate);font-size:16px;font-weight:700}.v-g-permission-wrap .g-permission-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.v-g-permission-wrap .g-permission-wrapper .g-permission-scrollbar{height:100%}.v-g-permission-wrap .g-permission-wrapper .g-permission-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.v-g-permission-wrap .g-permission-wrapper .g-permission-inner{width:calc(100% - 24px);height:100%}.v-g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-instruction{border-radius:8px;margin-bottom:24px;float:left;width:100%;padding:0}.v-g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.v-g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap{border-radius:8px;flex-grow:1;display:flex;flex-direction:column;height:inherit;width:100%}.v-g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .v-g-permission-detailslist-wrap{flex-grow:1;padding-top:4px;padding-left:8px}.v-g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .v-g-permission-detailslist-wrap .g-permission-detailslist-inner{height:100%}.v-g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .v-g-permission-detailslist-wrap .g-permission-detailslist-inner .g-permission-detailslist{height:100%}.v-g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .v-g-permission-detailslist-wrap .g-permission-detailslist-inner .ms-DetailsRow:hover .more-action{opacity:1}.v-g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .v-g-permission-detailslist-wrap .g-permission-detailslist-inner .ms-DetailsList-contentWrapper .details-list-cell{height:100%;font-size:.875rem;font-weight:400;color:var(--palette-slate);padding-top:.2rem}.v-g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .v-g-permission-detailslist-wrap .g-permission-detailslist-inner .ms-DetailsRow-cell{padding-top:0;display:flex;align-items:center;padding-bottom:0}.v-g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .ms-FocusZone{margin:0}.v-g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .ms-FocusZone .ms-DetailsHeader-cell .ms-DetailsHeader-cellName{font-weight:400;color:var(--palette-slate)}.v-g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .ms-FocusZone .ms-DetailsRow-fields{height:3rem}.v-g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .ms-FocusZone .ms-DetailsRow-fields .g-renewal-detailslist-cell .ms-Persona-details .ms-Persona-primaryText{font-size:.875rem;font-weight:400;color:var(--palette-slate)}.v-g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .ms-FocusZone .ms-DetailsRow-fields .g-renewal-detailslist-cell .g-space-panel-persona{padding-bottom:.3rem}.v-g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .filter-button-wrap-content{gap:.5rem}.v-g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .filter-button-wrap-content .v-default-button{height:2rem}.v-g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .ms-CommandBar{padding:0;border:0;align-items:center;margin-bottom:1rem}.v-g-permission-wrap .g-permission-wrapper .g-permission-inner .g-permission-content-wrap .ms-CommandBar .g-permission-actionbar-number{line-height:44px;color:var(--palette-gray6);font-style:italic}.v-g-permission-wrap .g-permission-info{font-size:12px;font-style:normal;display:flex}.v-g-permission-wrap .g-permission-info .complete-icon{color:var(--palette-successful)}.v-g-permission-wrap .g-permission-info .g-permission-owner-icon{color:#28cc74;margin-right:8px}.v-g-permission-wrap .g-permission-info .g-permission-signin-icon{color:var(--theme-primary, #0071C7);margin-top:.2rem;margin-right:8px}[data-theme=theme1] .v-g-permission-wrap .g-permission-info .g-permission-signin-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .v-g-permission-wrap .g-permission-info .g-permission-signin-icon{color:#cf3900}[data-theme=theme3] .v-g-permission-wrap .g-permission-info .g-permission-signin-icon{color:#077fa6}[data-theme=theme4] .v-g-permission-wrap .g-permission-info .g-permission-signin-icon{color:#b35c00}[data-theme=theme5] .v-g-permission-wrap .g-permission-info .g-permission-signin-icon{color:#3e8628}[data-theme=theme6] .v-g-permission-wrap .g-permission-info .g-permission-signin-icon{color:#eb0f0f}[data-theme=theme7] .v-g-permission-wrap .g-permission-info .g-permission-signin-icon{color:#278265}[data-theme=theme8] .v-g-permission-wrap .g-permission-info .g-permission-signin-icon{color:#7760e6}.v-g-permission-wrap .g-permission-info .g-permission-signin-title{font-weight:600;color:var(--palette-slate);font-size:13px;line-height:20px;padding-bottom:.1rem}.v-g-permission-wrap .g-permission-info .g-permission-signin-notice{color:var(--palette-gray6) !important;font-style:normal}.v-g-permission-wrap .g-permission-info .internationalization-label,.v-g-permission-wrap .g-permission-info .internationalization-input{font-size:13px;font-weight:400;line-height:20px;color:var(--palette-slate)}.g-permission-adduserspanel .g-permission-adduserspanel-content{padding:0 32px}.g-permission-adduserspanel .g-permission-adduserspanel-content .g-permission-peoplepicker-label{margin-top:16px}.g-permission-adduserspanel .g-permission-adduserspanel-footer{width:100%;display:flex;justify-content:flex-end}.v-g-permission-adduserspanel .g-permission-adduserspanel-content .g-permission-peoplepicker-label{padding:.25rem 0}.v-g-permission-adduserspanel .g-permission-adduserspanel-footer{width:100%;display:flex;justify-content:flex-end}
.g-sensitivity-wrap{height:100%;display:flex;flex-direction:column;padding:0 24px}.g-sensitivity-wrap .g-sensitivity-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.g-sensitivity-wrap .g-sensitivity-wrapper .g-sensitivity-scrollbar{height:100%}.g-sensitivity-wrap .g-sensitivity-wrapper .g-sensitivity-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.g-sensitivity-wrap .g-sensitivity-wrapper .g-sensitivity-inner{width:calc(100% - 24px);height:inherit}.g-sensitivity-wrap .g-sensitivity-wrapper .g-sensitivity-inner .g-sensitivity-instruction{border:1px solid #e6e7e8;border-radius:8px;margin-bottom:24px;float:left;width:100%;padding:12px;max-height:220px}.g-sensitivity-wrap .g-sensitivity-wrapper .g-sensitivity-inner .g-sensitivity-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.g-sensitivity-wrap .g-sensitivity-wrapper .g-sensitivity-inner .g-sensitivity-current-shimmer{width:400px}.g-sensitivity-wrap .g-sensitivity-wrapper .g-sensitivity-inner .g-sensitivity-content-wrap{border:1px solid #e6e7e8;border-radius:8px;flex-grow:1;display:flex;flex-direction:column;height:inherit;padding:22px 24px 0}.g-sensitivity-wrap .g-sensitivity-wrapper .g-sensitivity-inner .g-sensitivity-content-wrap .ms-CommandBar{padding:0;padding-top:22px;border:0}.g-sensitivity-wrap .g-sensitivity-wrapper .g-sensitivity-inner .g-sensitivity-content-wrap .g-sensitivity-tochange-dropdown{width:350px;margin-left:8px;margin-top:4px}.g-sensitivity-wrap .g-headline-instruction.g-headline-wrap{padding-right:24px}.v-next-sensitivity-wrap{border:1px solid var(--palette-gray2);height:100%;display:flex;flex-direction:column;padding:0 1.5rem 0}.v-next-sensitivity-wrap .v-next-headline-wrap{height:2.5rem;padding:0}.v-next-sensitivity-wrap .v-next-headline-wrap .g-headline-title{color:var(--palette-slate);font-size:16px;font-weight:700}.v-next-sensitivity-wrap .v-next-sensitivity-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.v-next-sensitivity-wrap .v-next-sensitivity-wrapper .v-next-sensitivity-inner{width:calc(100% - 24px);height:inherit}.v-next-sensitivity-wrap .v-next-sensitivity-wrapper .v-next-sensitivity-inner .g-sensitivity-instruction{border:1px solid #e6e7e8;border-radius:8px;margin-bottom:24px;float:left;width:100%;padding:12px;max-height:13.75rem}.v-next-sensitivity-wrap .v-next-sensitivity-wrapper .v-next-sensitivity-inner .g-sensitivity-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.v-next-sensitivity-wrap .v-next-sensitivity-wrapper .v-next-sensitivity-inner .v-next-sensitivity-current-label{color:var(--palette-slate);font-weight:500}.v-next-sensitivity-wrap .v-next-sensitivity-wrapper .v-next-sensitivity-inner .g-sensitivity-current-shimmer{width:500px;margin-bottom:6px}.v-next-sensitivity-wrap .v-next-sensitivity-wrapper .v-next-sensitivity-inner .v-next-sensitivity-current-labelvalue{margin-bottom:10px}.v-next-sensitivity-wrap .v-next-sensitivity-wrapper .v-next-sensitivity-inner .g-sensitivity-tochange-dropdown{width:350px;margin-left:8px}.v-next-sensitivity-wrap .v-next-sensitivity-wrapper .v-next-sensitivity-inner #cg-sensitivity-tochange-dropdown{font-family:inherit}.v-next-sensitivity-wrap .v-next-sensitivity-wrapper .v-next-sensitivity-inner .g-common-dropdown-errormessage{max-width:33.75rem;font-size:.8125rem;font-weight:400;color:#d01b1b;word-break:break-word;word-wrap:break-word;font-style:italic}.v-next-sensitivity-wrap .v-next-headline-wrap{margin-top:1.5rem;padding-right:1.5rem}.g-sensitivity-tochange-wrap{display:flex;flex-wrap:wrap}.g-sensitivity-tochange-wrap .g-sensitivity-tochange-checkbox{margin:8px 0}@media screen and (max-width: 743px){.v-next-sensitivity-wrap{padding:1.25rem 1.5rem 0}.g-sensitivity-current-shimmer{width:100% !important;margin-bottom:6px}.g-sensitivity-tochange-dropdown{width:100% !important;margin:6px 0 !important;padding-left:10px;margin-top:4px}}
.g-permission-detailslist{height:100%}.g-permission-detailslist .ms-DetailsRow:hover .g-renewal-cell-action{display:inline-block}.g-permission-detailslist .ms-DetailsRow .recent-list-menu{opacity:0}.g-permission-detailslist .ms-DetailsRow:hover .recent-list-menu{opacity:1}.g-permission-detailslist .ms-DetailsRow:hover .recent-list-menu:hover{background:var(--palette-gray2)}.g-permission-detailslist .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.g-permission-detailslist .g-renewal-detailslist-cell .g-space-panel-persona .g-detailslist-cell-persona{height:40px !important}.g-permission-detailslist .g-renewal-detailslist-cell .ms-Persona-secondaryText .ms-TooltipHost{font-style:italic}.g-permission-detailslist .g-renewal-detailslist-cell .g-renewal-name-icon{width:24px;height:24px;margin-right:8px}.g-permission-detailslist .g-renewal-detailslist-cell .g-detaillist-name-tooltip{position:relative;overflow:hidden;flex:1}.g-permission-detailslist .g-renewal-detailslist-cell .g-detaillist-name-tooltip .g-renewal-detaillist-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-permission-detailslist .g-renewal-detailslist-cell .g-detaillist-icon{color:#0079dd}.g-permission-detailslist .g-renewal-detailslist-cell .g-renewal-cell-action{display:none;width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.g-permission-detailslist .g-renewal-detailslist-cell .g-level-common{font-size:14px;line-height:19px;padding:2px 8px;color:#27313c;border-radius:2px;display:flex;align-items:center}.g-permission-detailslist .g-renewal-detailslist-cell .g-level-tooltip{height:14px;margin:0 0 2px 8px;color:#333;cursor:pointer}.g-permission-detailslist .g-renewal-detailslist-cell .g-level-low{background-color:#d1f2e0}.g-permission-detailslist .g-renewal-detailslist-cell .g-level-medium{background-color:#fff4d6}.g-permission-detailslist .g-renewal-detailslist-cell .g-level-high{background-color:#f6d7d4}.g-permission-detailslist .g-renewal-detailslist-cell .v-next-level-common{background:rgba(0,0,0,0);font-weight:400;color:var(--palette-slate)}.g-permission-detailslist .g-renewal-detailslist-cell .v-next-level-common .v-next-level-common-span{width:.5rem;height:.5rem;border-radius:.5rem;display:inline-block;margin-right:.25rem;margin-top:.1rem}.g-permission-detailslist .g-renewal-detailslist-cell .v-next-level-common .v-next-level-low{background:var(--palette-successful)}.g-permission-detailslist .g-renewal-detailslist-cell .v-next-level-common .v-next-level-medium{background:var(--palette-warning)}.g-permission-detailslist .g-renewal-detailslist-cell .v-next-level-common .v-next-level-high{background:var(--palette-error)}.g-permission-detailslist .g-renewal-detailslist-cell .recent-file-icon{display:inline-block;width:1.25rem;height:1.25rem;margin-right:.5rem;margin-top:.2rem}.g-permission-detailslist .g-detailslist-cell-disable{text-decoration:line-through;color:#858587}.g-permission-detailslist .g-detailslist-cell-disable .v-next-level-common{color:#858587}.g-permission-detailslist .v-next-links-icon .g-renewal-detaillist-name{color:var(--palette-themePrimary) !important}.g-permission-detailslist .g-renewal-detailslist-cell-link .h-tooltip-icon-button{margin:0}.g-permission-detailslist .g-renewal-detailslist-cell-action .h-tooltip-icon-button{margin-left:0}.g-permission-detailslist .g-detailslist-cell-disable{text-decoration:line-through;color:#858587}.g-permission-detailslist .g-detailslist-cell-disable .g-detaillist-name-value{color:#858587}.g-permission-detailslist-disable-style .ms-DetailsRow .ms-Checkbox-checkbox{height:18px !important;width:18px !important;background:#e8e9ea;border:1px solid #707174 !important}.risk-level-detail-callout{width:400px;padding:15px;background-color:var(--palette-gray1)}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-box-close{margin-left:90%}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-flex{display:flex;margin-bottom:10px;justify-content:flex-start}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-flex:last-child{margin-bottom:0}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-flex .risk-level-detail-title{font-weight:600;width:125px}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-flex .risk-level-detail-content{margin-left:40px;flex:1}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-flex .risk-level-detail-content .v-next-level-common{display:flex;align-items:center}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-flex .risk-level-detail-content .sensitive-info-decription{margin-bottom:10px}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-flex .risk-level-detail-content .exposure-rule-description{margin-bottom:10px}.risk-level-detail-callout .risk-level-detail-box .risk-level-detail-line{border-bottom:1px solid #eaebec;margin:15px 0}.risk-level-detail-callout .ms-Callout-beak{background-color:var(--palette-gray1);box-shadow:none;border:0}.risk-level-detail-callout .ms-Callout-beakCurtain{background-color:rgba(0,0,0,0)}.risk-level-detail-callout .ms-Callout-main{background-color:rgba(0,0,0,0)}.risk-level-detail-callout-mob{width:95%}.v-permission-detailslist .g-renewal-detailslist-cell{font-size:.875rem !important}.v-permission-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-primaryText{font-size:.875rem !important}.v-permission-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-secondaryText{font-size:.875rem !important}.v-permission-detailslist .v-checkbox .ms-Checkbox-checkbox{margin-right:0 !important;top:0 !important}
.g-renewal-editgrouppermission-panel-wrap .content{height:100%;display:flex;flex-direction:column;padding:0 32px}.g-renewal-editgrouppermission-panel-wrap .content .v-permission-message-error{color:var(--palette-error);font-size:.8125rem;font-style:italic;font-weight:400;outline:none}.g-renewal-editgrouppermission-panel-wrap .content .permission{margin-top:16px}.g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description{display:flex;border:1px solid #eceded;padding:8px;border-radius:8px}.g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .info-icon{margin-right:8px;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .info-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .info-icon{color:#cf3900}[data-theme=theme3] .g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .info-icon{color:#077fa6}[data-theme=theme4] .g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .info-icon{color:#b35c00}[data-theme=theme5] .g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .info-icon{color:#3e8628}[data-theme=theme6] .g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .info-icon{color:#eb0f0f}[data-theme=theme7] .g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .info-icon{color:#278265}[data-theme=theme8] .g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .info-icon{color:#7760e6}.g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .description{font-size:12px}.g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .description .description-bold{font-weight:bold;font-style:italic}.g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .description .description-additional{display:inline;font-style:italic}.g-renewal-editgrouppermission-panel-wrap .content .permission .permission-description .description .description-link{display:inline;font-style:italic}.g-renewal-editgrouppermission-panel-wrap .content .permission .checkbox-list .checkbox-item{width:100%}.g-renewal-editgrouppermission-panel-wrap .content .permission .checkbox-list .checkbox-item-half{width:50%;display:inline-block}.g-renewal-editgrouppermission-panel-wrap .content .remove-link{margin:8px 0}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap{flex:1;display:flex;flex-direction:column;border-top:1px solid #eceded}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .members-label{display:flex;justify-content:space-between;margin:16px 0}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .add-button{border:1px solid #eceded}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .add-button i{color:#0079dd}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .members{flex:1}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .members .member-detaillist{height:100%}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .members .member-detaillist .ms-DetailsRow-cell{padding:0}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .members .g-owner-persona-content{width:100%;padding:9px 16px 9px 6px;display:flex;justify-content:space-between;align-items:center}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .members .g-owner-persona-content .persona{display:flex;align-items:center;overflow:hidden;max-width:360px}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .members .g-owner-persona-content .type{display:flex;justify-content:space-between;align-items:center;width:200px}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .members .g-owner-persona-content:hover{background:#d4d6d8}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .members .g-owner-persona-content:hover .add-owner-button{display:block}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .members .g-owner-persona-content .ms-Persona-secondaryText{color:#5d6778}.g-renewal-editgrouppermission-panel-wrap .content .members-wrap .members .g-owner-persona-content .add-owner-button{border-radius:50%;border:1px solid #e6e7e8;display:none}.cg-renewal-primary-contact-add .verifyPeoplePicker-wrap .verifyPeoplePicker-label-wrap{text-align:left}.v-next-view-edit-permission-dialog .v-dialog-main{width:46.25rem;min-height:22.75rem}.v-next-view-edit-permission-dialog .dialog-inner .dialog-innerContent{height:100%;padding-top:0rem}.v-next-view-edit-permission-dialog .content{height:100%;display:flex;flex-direction:column}.v-next-view-edit-permission-dialog .content .v-permission-message-error{color:var(--palette-error);font-size:.8125rem;font-style:italic;font-weight:400;outline:none}.v-next-view-edit-permission-dialog .content .permission{margin-top:1rem}.v-next-view-edit-permission-dialog .content .permission .ms-Label{font-weight:600}.v-next-view-edit-permission-dialog .content .permission .permission-description{display:flex;border:1px solid #0d0f0f;padding:.5rem;border-radius:.5rem}.v-next-view-edit-permission-dialog .content .permission .permission-description .info-icon{margin-right:8px;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .v-next-view-edit-permission-dialog .content .permission .permission-description .info-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .v-next-view-edit-permission-dialog .content .permission .permission-description .info-icon{color:#cf3900}[data-theme=theme3] .v-next-view-edit-permission-dialog .content .permission .permission-description .info-icon{color:#077fa6}[data-theme=theme4] .v-next-view-edit-permission-dialog .content .permission .permission-description .info-icon{color:#b35c00}[data-theme=theme5] .v-next-view-edit-permission-dialog .content .permission .permission-description .info-icon{color:#3e8628}[data-theme=theme6] .v-next-view-edit-permission-dialog .content .permission .permission-description .info-icon{color:#eb0f0f}[data-theme=theme7] .v-next-view-edit-permission-dialog .content .permission .permission-description .info-icon{color:#278265}[data-theme=theme8] .v-next-view-edit-permission-dialog .content .permission .permission-description .info-icon{color:#7760e6}.v-next-view-edit-permission-dialog .content .permission .permission-description .description{font-size:12px}.v-next-view-edit-permission-dialog .content .permission .permission-description .description .description-bold{font-weight:bold;font-style:italic}.v-next-view-edit-permission-dialog .content .permission .permission-description .description .description-additional{display:inline;font-style:italic}.v-next-view-edit-permission-dialog .content .permission .permission-description .description .description-link{display:inline;font-style:italic}.v-next-view-edit-permission-dialog .content .permission .checkbox-list .checkbox-item{width:100%}.v-next-view-edit-permission-dialog .content .permission .checkbox-list .checkbox-item-half{width:100%;display:inline-block}.v-next-view-edit-permission-dialog .content .remove-link{margin:1.5rem 0}.v-next-view-edit-permission-dialog .content .remove-link .ms-Link{color:var(--palette-themePrimary)}.v-next-view-edit-permission-dialog .content .members-wrap{flex:1;display:flex;flex-direction:column;border-top:1px solid #eceded}.v-next-view-edit-permission-dialog .content .members-wrap .members-label{display:flex;justify-content:space-between;margin:1rem 0 .375rem 0}.v-next-view-edit-permission-dialog .content .members-wrap .members-label .v-members-label-message{font-weight:700}.v-next-view-edit-permission-dialog .content .members-wrap .add-button{border:1px solid #eceded}.v-next-view-edit-permission-dialog .content .members-wrap .add-button i{color:#0079dd}.v-next-view-edit-permission-dialog .content .members-wrap .members{flex:1}.v-next-view-edit-permission-dialog .content .members-wrap .members .member-detaillist{height:100%}.v-next-view-edit-permission-dialog .content .members-wrap .members .member-detaillist .ms-DetailsRow-cell{padding:0}.v-next-view-edit-permission-dialog .content .members-wrap .members .g-owner-persona-content{width:100%;padding:9px 16px 9px 6px;display:flex;justify-content:space-between;align-items:center}.v-next-view-edit-permission-dialog .content .members-wrap .members .g-owner-persona-content .persona{display:flex;align-items:center;overflow:hidden;max-width:360px}.v-next-view-edit-permission-dialog .content .members-wrap .members .g-owner-persona-content .type{display:flex;justify-content:space-between;align-items:center;width:200px}.v-next-view-edit-permission-dialog .content .members-wrap .members .g-owner-persona-content:hover{background:#d4d6d8}.v-next-view-edit-permission-dialog .content .members-wrap .members .g-owner-persona-content:hover .add-owner-button{display:block}.v-next-view-edit-permission-dialog .content .members-wrap .members .g-owner-persona-content .ms-Persona-secondaryText{color:#5d6778}.v-next-view-edit-permission-dialog .content .members-wrap .members .g-owner-persona-content .add-owner-button{border-radius:50%;border:1px solid #e6e7e8;display:none}.v-next-view-edit-permission-dialog .ms-Persona-details .ms-Persona-secondaryText span{color:var(--palette-gray6)}
.g-view-permission-panel{padding:0 32px}.g-view-permission-panel .panel-content{height:100%;display:flex;flex-direction:column}.g-view-permission-panel .panel-content .view-permission-border{border:1px solid #e6e7e8;border-radius:8px;height:100%;margin:0 16px 32px 32px}.g-view-permission-panel .panel-content .view-permission-border .renewal-uniform-detail-list .ms-Persona-secondaryText{color:#5d6778}.g-view-permission-panel .g-detailslist-cell-persona-disable .ms-Persona-primaryText{color:#333;text-decoration:none}.g-view-permission-panel .panel-recommendation{display:flex;margin:16px 32px;font-size:12px}.g-view-permission-panel .panel-recommendation .recommendation-icon{width:12px;height:12px;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-view-permission-panel .panel-recommendation .recommendation-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-view-permission-panel .panel-recommendation .recommendation-icon{color:#cf3900}[data-theme=theme3] .g-view-permission-panel .panel-recommendation .recommendation-icon{color:#077fa6}[data-theme=theme4] .g-view-permission-panel .panel-recommendation .recommendation-icon{color:#b35c00}[data-theme=theme5] .g-view-permission-panel .panel-recommendation .recommendation-icon{color:#3e8628}[data-theme=theme6] .g-view-permission-panel .panel-recommendation .recommendation-icon{color:#eb0f0f}[data-theme=theme7] .g-view-permission-panel .panel-recommendation .recommendation-icon{color:#278265}[data-theme=theme8] .g-view-permission-panel .panel-recommendation .recommendation-icon{color:#7760e6}.g-view-permission-panel .panel-recommendation .recommendation-bold{font-weight:bold;margin-left:8px;margin-right:4px}.g-view-permission-panel .panel-recommendation .recommendation-text{font-style:italic}.g-view-permission-panel .panel-recommendation .internationalization-wrapper{margin-left:8px;font-size:12px}.g-view-permission-panel .panel-recommendation .internationalization-wrapper .internationalization-input .g-sharelink-recommendation-title{color:#27313c;font-weight:600}.g-view-permission-panel .panel-recommendation .internationalization-label{font-size:12px}.g-view-permission-panel .panel-recommendation .g-uniform-link{font-style:italic}.g-view-permission-panel .align-center{align-items:center}.g-view-permission-panel .align-start{align-items:flex-start}.g-view-permission-panel .margin-top{margin-top:3px}.g-view-permission-panel .panel-header{display:flex;justify-content:flex-start;align-items:center;margin:0 32px;padding:24px 22px;border-bottom:1px solid #e6e7e8}.g-view-permission-panel .panel-header .header-icon{height:48px}.g-view-permission-panel .panel-header .header-name{margin-left:16px}.g-view-permission-panel .panel-header .header-name .name-label{display:flex;justify-content:flex-start;flex-direction:column;align-items:flex-start}.g-view-permission-panel .panel-header .header-name .name-label .object-name{font-size:16px;color:#333;font-weight:bold}.g-view-permission-panel .panel-header .header-name .name-label .risk-level{font-size:16px;color:#333;padding:2px 8px}.g-view-permission-panel .panel-header .header-name .name-label .high-level{background-color:#f6d7d4}.g-view-permission-panel .panel-header .header-name .name-label .medium-level{background-color:#fff4d6}.g-view-permission-panel .panel-header .header-name .name-label .low-level{background-color:#d4f5e3}.g-req-permission-dialogwrap .ms-Dialog-subText{margin-bottom:0;min-height:49px;color:#333}.g-req-permission-dialogwrap .v-dialog-main{width:740px}.g-req-permission-dialogwrap .v-dialog-main .ms-Modal-scrollableContent .ms-Dialog--close .ms-Dialog-header{margin-left:2rem;margin-right:2rem}.g-req-permission-dialogwrap .v-dialog-main .ms-Modal-scrollableContent .ms-Dialog--close .ms-Dialog-inner .ms-Dialog-content{padding:0rem 2rem}.g-req-permission-dialogwrap .v-dialog-main .ms-Modal-scrollableContent .ms-Dialog--close .ms-Dialog-inner .ms-Dialog-content .dialog-customizedContent-container{margin-top:1.5rem}.g-req-permission-dialogwrap .v-dialog-main .ms-Modal-scrollableContent .ms-Dialog--close .ms-Dialog-inner .ms-Dialog-content .ms-Dialog-actions{margin-top:1.5rem}.g-req-permission-dialogwrap .v-dialog-main .ms-Modal-scrollableContent .ms-Dialog--close .ms-Dialog-inner .ms-Dialog-content .ms-Dialog-actions .ms-Dialog-actionsRight .ms-Dialog-action{margin-right:-0.5625rem}.v-next-view-permission-dialog .v-dialog-main{width:880px !important}.v-next-view-permission-dialog .dialog-inner .dialog-innerContent{height:100%}.v-next-view-permission-dialog .panel-header{display:flex;justify-content:space-between;align-items:center;margin:0rem;padding:0rem;border-bottom:none}.v-next-view-permission-dialog .panel-header .v-next-panel-header-wrap{display:flex}.v-next-view-permission-dialog .panel-header .v-next-panel-header-wrap .g-detailslist-cell-persona .ms-Persona-details .ms-Persona-primaryText{font-size:.875rem;font-weight:600;color:var(--palette-slate)}.v-next-view-permission-dialog .panel-header .v-next-panel-header-wrap .g-detailslist-cell-persona .ms-Persona-details .ms-Persona-secondaryText{font-weight:400;color:var(--palette-gray6);font-style:italic}.v-next-view-permission-dialog .panel-header .v-next-risk-level-div{display:flex;align-items:center}.v-next-view-permission-dialog .panel-header .v-next-risk-level-div-span{display:inline-block;width:.5rem;height:.5rem;margin-right:.25rem}.v-next-view-permission-dialog .panel-header .v-next-high-level{background-color:#f52323;border:1px solid #f52323;border-radius:.5rem}.v-next-view-permission-dialog .panel-header .v-next-medium-level{background-color:var(--palette-warning);border:1px solid var(--palette-warning);border-radius:.5rem}.v-next-view-permission-dialog .panel-header .v-next-low-level{background-color:var(--palette-successful);border:1px solid var(--palette-successful);border-radius:.5rem}.v-next-view-permission-dialog .panel-header .header-icon{width:1.5rem !important;height:1.5rem !important}.v-next-view-permission-dialog .panel-header .header-name{margin-left:.5rem}.v-next-view-permission-dialog .panel-header .header-name .name-label{display:flex;justify-content:flex-start;flex-direction:column;align-items:flex-start}.v-next-view-permission-dialog .panel-header .header-name .name-label .object-name{font-size:.875rem;color:var(--palette-themePrimary);font-weight:600}.v-next-view-permission-dialog .panel-header .header-name .name-label .object-name .g-uniform-link{color:var(--palette-themePrimary);font-weight:600}.v-next-view-permission-dialog .panel-header .header-name .name-label .object-name .v-link-icon{color:var(--palette-themePrimary);position:absolute;top:1.5rem;font-size:.64rem}.v-next-view-permission-dialog .panel-header .header-name .name-label .risk-level{font-size:1rem;color:#333;padding:2px 8px}.v-next-view-permission-dialog .panel-header .header-name .name-label .high-level{background-color:#f6d7d4}.v-next-view-permission-dialog .panel-header .header-name .name-label .medium-level{background-color:#fff4d6}.v-next-view-permission-dialog .panel-header .header-name .name-label .low-level{background-color:#d4f5e3}.v-next-view-permission-dialog .v-next-panel-content{height:100%;display:flex;flex-direction:column}.v-next-view-permission-dialog .v-next-panel-content .v-next-permission-view{height:15rem}.v-next-view-permission-dialog .v-next-panel-content .panel-recommendation{display:flex;align-items:normal;border:1px solid var(--palette-information);padding:.5rem;background:var(--palette-informationLight);border-radius:.25rem;margin:1rem 0}.v-next-view-permission-dialog .v-next-panel-content .panel-recommendation .recommendation-icon{color:var(--palette-information);margin-right:.5rem;margin-top:.2rem}.v-next-view-permission-dialog .v-next-panel-content .view-permission-border{border-radius:8px;height:100%}.v-next-view-permission-dialog .v-next-panel-content .view-permission-border .renew-permission-action-bar{margin-left:0px;margin-bottom:1rem}.v-next-view-permission-dialog .v-next-panel-content .view-permission-border .renewal-uniform-detail-list .ms-Persona-secondaryText{color:#5d6778}.v-next-view-permission-dialog .v-next-panel-content .ms-FocusZone{margin:0}.v-next-view-permission-dialog .v-next-panel-content .ms-FocusZone .ms-OverflowSet .ms-OverflowSet-item button{margin-right:.5rem;border:1px solid var(--palette-gray2);border-radius:4px;height:2.5rem}.v-next-view-permission-dialog .v-next-panel-content .ms-FocusZone .ms-OverflowSet .ms-OverflowSet-item button .ms-Button-label{font-weight:600;color:var(--palette-slate)}.v-next-view-permission-dialog .v-next-panel-content .ms-FocusZone .g-permission-actionbar-number{line-height:44px;color:#737477;font-style:italic}.v-next-view-permission-dialog .v-next-panel-content .filter-button-wrap-content{gap:.5rem}.v-next-view-permission-dialog .v-next-panel-content .filter-button-wrap-content .v-default-button{height:2rem}.v-next-view-permission-dialog .v-next-line{border-top:1px solid #e6e7e8;margin-top:1.25rem}@media screen and (max-width: 743px){.v-next-view-permission-dialog .v-next-panel-header-wrap{width:90%}.v-next-view-permission-dialog .header-name{width:80%}.v-next-view-permission-dialog .name-label{display:flex;justify-content:flex-start;flex-direction:column;align-items:flex-start}.v-next-view-permission-dialog .name-label .object-name{display:flex;font-size:1rem;color:var(--palette-themePrimary);font-weight:bold;word-break:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:80%}.v-next-view-permission-dialog .name-label .object-name button{width:80%}.v-next-view-permission-dialog .v-next-panel-content .panel-recommendation{display:flex;align-items:normal}.v-next-view-permission-dialog .v-next-panel-content .panel-recommendation .recommendation-icon{margin-top:.25rem}}
.renew-permission-user-count{font-style:italic;color:#5d6778}.renew-permission-action-bar{margin-left:4px}.renew-permission-action-bar .ms-FocusZone{border:none}

.g-viewpermission-detailslist{height:calc(100% - 48px)}.g-viewpermission-detailslist .ms-DetailsRow:hover .g-renewal-cell-action{display:inline-block}.g-viewpermission-detailslist .ms-DetailsRow .recent-list-menu{opacity:0}.g-viewpermission-detailslist .ms-DetailsRow:hover .recent-list-menu{opacity:1}.g-viewpermission-detailslist .ms-DetailsRow:hover .recent-list-menu:hover{background:var(--palette-gray2)}.g-viewpermission-detailslist .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.g-viewpermission-detailslist .g-renewal-detailslist-cell .ms-TooltipHost{overflow:hidden}.g-viewpermission-detailslist .g-renewal-detailslist-cell .ms-TooltipHost .g-detaillist-name-value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-viewpermission-detailslist .g-renewal-detailslist-cell .h-detaillist-name-info{overflow:hidden}.g-viewpermission-detailslist .g-renewal-detailslist-cell .h-detaillist-name-info .g-detaillist-name-value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-viewpermission-detailslist .g-renewal-detailslist-cell .ms-TooltipHost{margin:0}.g-viewpermission-detailslist .g-renewal-detailslist-cell .g-detaillist-icon{color:#0079dd}.g-viewpermission-detailslist .g-renewal-detailslist-cell .g-detaillist-name-tooltip{overflow:hidden;flex:1}.g-viewpermission-detailslist .g-renewal-detailslist-cell .g-detaillist-name-tooltip .g-renewal-detaillist-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-viewpermission-detailslist .g-renewal-detailslist-cell .g-renewal-name-icon{width:24px;height:24px;margin-right:8px}.g-viewpermission-detailslist .g-renewal-detailslist-cell .g-renewal-cell-action{display:none;width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.g-viewpermission-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona-disable .ms-Persona-primaryText{text-decoration:line-through;color:#858587}.g-viewpermission-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona-disable .ms-Persona-secondaryText .ms-TooltipHost{color:#858587}.g-viewpermission-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-object-disable{text-decoration:line-through;color:#858587}.g-viewpermission-detailslist .g-renewal-detailslist-cell .g-level-common{font-size:14px;line-height:19px;padding:2px 8px;color:#27313c;border-radius:2px;display:flex;align-items:center}.g-viewpermission-detailslist .g-renewal-detailslist-cell .g-level-tooltip{height:14px;margin:0 0 2px 8px;color:#333;cursor:pointer}.g-viewpermission-detailslist .g-renewal-detailslist-cell .g-level-low{background-color:#d1f2e0}.g-viewpermission-detailslist .g-renewal-detailslist-cell .g-level-medium{background-color:#fff4d6}.g-viewpermission-detailslist .g-renewal-detailslist-cell .g-level-high{background-color:#f6d7d4}.g-viewpermission-detailslist .g-renewal-detailslist-cell .v-next-level-common{background:rgba(0,0,0,0);font-weight:400;color:var(--palette-slate)}.g-viewpermission-detailslist .g-renewal-detailslist-cell .v-next-level-common .v-next-level-common-span{width:.5rem;height:.5rem;border-radius:.5rem;display:inline-block;margin-right:.25rem;margin-top:.1rem}.g-viewpermission-detailslist .g-renewal-detailslist-cell .v-next-level-common .v-next-level-low{background:var(--palette-successful)}.g-viewpermission-detailslist .g-renewal-detailslist-cell .v-next-level-common .v-next-level-medium{background:var(--palette-warning)}.g-viewpermission-detailslist .g-renewal-detailslist-cell .v-next-level-common .v-next-level-high{background:var(--palette-error)}.g-viewpermission-detailslist .g-renewal-detailslist-cell .g-renewal-detailslist-cell-link .h-tooltip-icon-button{margin:0}.g-viewpermission-detailslist .g-renewal-detailslist-cell .g-renewal-detailslist-cell-action .h-tooltip-icon-button{margin-left:0}.g-viewpermission-detailslist .g-renewal-detailslist-cell .g-renewal-cell-action{width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.g-viewpermission-detailslist .g-detailslist-cell-disable{text-decoration:line-through;color:#858587}.g-viewpermission-detailslist .g-detailslist-cell-disable .g-renewal-detaillist-name .v-next-level-common{color:#858587}.g-viewpermission-detailslist .ms-DetailsRow-fields{height:3rem;font-size:.875rem;font-weight:400;color:var(--palette-slate)}.g-viewpermission-detailslist .ms-DetailsRow-fields .details-list-cell{height:100%}.g-viewpermission-detailslist .ms-DetailsRow-fields .details-list-cell .v-next-icon-container{width:100%;display:flex;align-items:center;justify-content:flex-end;padding-right:.5rem}.g-viewpermission-detailslist .ms-DetailsRow-fields .details-list-cell .v-next-icon-container .ms-TooltipHost{display:flex;align-items:center;justify-content:center;width:1rem;height:1rem}.g-viewpermission-detailslist .ms-DetailsRow-fields .details-list-cell .v-next-icon-container .ms-TooltipHost i{display:inline-block;width:.75rem;height:.75rem;font-size:.75rem;cursor:pointer}.g-viewpermission-detailslist .ms-DetailsRow-fields .details-list-cell .v-next-icon-container .v-next-icon-container-center{margin-left:.75rem}.g-viewpermission-detailslist .ms-DetailsRow-fields .details-list-cell .v-next-icon-container .v-next-icon-container-center i{color:#e44e20}.g-viewpermission-detailslist .ms-DetailsRow-fields .details-list-cell .v-next-icon-container .v-next-icon-container-right{margin-left:.75rem}.g-viewpermission-detailslist .ms-DetailsRow-fields .details-list-cell .v-next-icon-container .v-next-icon-container-right i{color:#323e4d}.g-viewpermission-detailslist .ms-DetailsRow-fields .details-list-cell .v-next-icon-container .v-next-icon-container-edit i{color:#4a52bd}.g-viewpermission-detailslist .ms-DetailsRow-fields .details-list-cell .g-renewal-detailslist-cell .recent-file-icon{display:inline-block;width:1.25rem;height:1.25rem;margin-right:.5rem;margin-top:.2rem}.g-viewpermission-detailslist .ms-DetailsRow-fields .details-list-cell .g-renewal-detailslist-cell .h-detaillist-name-info{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%}.g-viewpermission-detailslist .ms-DetailsRow-fields .details-list-cell .g-renewal-detailslist-cell .g-space-panel-persona{height:2.5rem}.g-viewpermission-detailslist .ms-DetailsRow-fields .details-list-cell .ms-Link .permission-link-icon{height:1.5rem;font-size:.64rem}.g-viewpermission-detailslist .ms-DetailsList-headerWrapper .ms-FocusZone .ms-DetailsHeader-cell .ms-DetailsHeader-cellTitle .ms-DetailsHeader-cellName{font-size:.875rem;font-weight:400;color:var(--palette-slate)}
@-webkit-keyframes inputChangeFocus{0%{margin-left:24px;margin-right:0px}100%{margin-left:0px;margin-right:24px}}@-webkit-keyframes iconChangeFocus{0%{position:absolute;left:10px;display:block}100%{left:0px;display:none}}@keyframes inputChangeFocus{0%{margin-left:24px;margin-right:0px}100%{margin-left:0px;margin-right:24px}}@keyframes iconChangeFocus{0%{position:absolute;left:10px;display:block}100%{left:0px;display:none}}@-webkit-keyframes inputChange{0%{margin-left:0px;margin-right:24px}100%{margin-left:24px;margin-right:0px}}@keyframes inputChange{0%{margin-left:0px;margin-right:24px}100%{margin-left:24px;margin-right:0px}}.g-permission-wrap{height:100%;display:flex;flex-direction:column;padding:0 24px}.g-permission-wrap .g-permission-actionfooter-slot{padding-bottom:8px}.g-permission-wrap .g-permission-instruction{border:1px solid #e6e7e8;border-radius:8px;margin-bottom:24px;float:left;width:100%;padding:12px}.g-permission-wrap .g-permission-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.g-permission-wrap .g-permission-content-wrap{border:1px solid #e6e7e8;border-radius:8px;flex-grow:1;display:flex;flex-direction:column;height:inherit}.g-permission-wrap .g-permission-content-wrap .ms-FocusZone{height:52px}.g-permission-wrap .g-permission-content-wrap .ms-CommandBar{padding:0;padding-top:22px;border:0}.g-permission-wrap .g-permission-content-wrap .ms-CommandBar .ms-Button--commandBar .ms-Icon{width:13px;height:13px}.g-permission-wrap .g-permission-content-wrap .ms-CommandBar .g-permission-actionbar-number{line-height:44px;color:#737477;font-style:italic}.g-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap{flex-grow:1;padding-top:4px;padding-left:8px}.g-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-headerWrapper .ms-DetailsHeader-cell .ms-DetailsHeader-cellName{font-size:13px;color:#27313c}.g-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .g-renewal-name-icon{width:24px !important;height:24px !important}.g-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .g-renewal-detaillist-name{font-size:13px;font-weight:600}.g-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .h-tooltip-icon-button{margin-left:0}.g-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell-link .ms-Icon{width:13px;height:13px}.g-permission-wrap .g-permission-info{font-size:12px;font-style:italic;display:flex;align-items:center;flex-wrap:wrap}.g-permission-wrap .g-permission-info .complete-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-permission-wrap .g-permission-info .complete-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-permission-wrap .g-permission-info .complete-icon{color:#cf3900}[data-theme=theme3] .g-permission-wrap .g-permission-info .complete-icon{color:#077fa6}[data-theme=theme4] .g-permission-wrap .g-permission-info .complete-icon{color:#b35c00}[data-theme=theme5] .g-permission-wrap .g-permission-info .complete-icon{color:#3e8628}[data-theme=theme6] .g-permission-wrap .g-permission-info .complete-icon{color:#eb0f0f}[data-theme=theme7] .g-permission-wrap .g-permission-info .complete-icon{color:#278265}[data-theme=theme8] .g-permission-wrap .g-permission-info .complete-icon{color:#7760e6}.g-permission-wrap .g-permission-info .g-permission-owner-icon{color:#28cc74;margin-right:8px}.g-permission-wrap .g-permission-info .g-permission-signin-icon{color:var(--theme-primary, #0071C7);margin-right:8px}[data-theme=theme1] .g-permission-wrap .g-permission-info .g-permission-signin-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-permission-wrap .g-permission-info .g-permission-signin-icon{color:#cf3900}[data-theme=theme3] .g-permission-wrap .g-permission-info .g-permission-signin-icon{color:#077fa6}[data-theme=theme4] .g-permission-wrap .g-permission-info .g-permission-signin-icon{color:#b35c00}[data-theme=theme5] .g-permission-wrap .g-permission-info .g-permission-signin-icon{color:#3e8628}[data-theme=theme6] .g-permission-wrap .g-permission-info .g-permission-signin-icon{color:#eb0f0f}[data-theme=theme7] .g-permission-wrap .g-permission-info .g-permission-signin-icon{color:#278265}[data-theme=theme8] .g-permission-wrap .g-permission-info .g-permission-signin-icon{color:#7760e6}.g-permission-wrap .g-permission-info .g-permission-signin-title{font-weight:600;color:#27313c;font-size:12px;line-height:18px}.g-permission-wrap .g-permission-info .g-permission-signin-notice{color:#0078d4;font-style:italic}.g-permission-wrap .g-permission-info .internationalization-label,.g-permission-wrap .g-permission-info .internationalization-input{font-size:12px;line-height:18px;color:#27313c}.g-permission-wrap .g-permission-signin-content{font-size:12px;font-style:italic}.g-permission-wrap .h-permission-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.g-permission-wrap .h-permission-wrapper .h-permission-inner{width:calc(100% - 24px);height:inherit}.g-permission-wrap .h-permission-scrollbar{height:100%}.g-permission-wrap .h-permission-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.g-permission-search-wrap{display:flex;flex-direction:row;justify-content:center;align-items:center}.g-permission-search-wrap .ms-BasePicker-text{width:224px}.g-permission-search-wrap .ms-BasePicker-text input{animation:inputChange .1s forwards}.g-permission-search-wrap .mh-search-icon{position:absolute;left:10px}.g-permission-search-wrap:focus-within .ms-BasePicker-text input{animation:inputChangeFocus .1s forwards}.g-permission-search-wrap:focus-within .mh-search-icon{animation:iconChangeFocus .1s forwards;display:none}.g-permission-search-wrap:focus-visible{background-color:#000}.v-next-filter-div{display:flex;align-items:center;justify-content:space-between;height:2.5rem;margin-bottom:1.5rem;margin-top:.5rem}.v-next-filter-div .v-next-permission-search-wrap{width:15rem;position:relative}.v-next-filter-div .v-next-permission-search-wrap .ms-BasePicker-text input{animation:inputChange .1s forwards}.v-next-filter-div .v-next-permission-search-wrap .v-next-permission-icon{position:absolute;top:.45rem;left:.8rem}.v-next-filter-div .v-next-permission-search-wrap .verifyPeoplePicker-wrap{width:100%}.v-next-filter-div .v-next-permission-search-wrap .verifyPeoplePicker-wrap .v-list-people-picker .ms-BasePicker .ms-BasePicker-text{border-color:#e8e9ea;width:100%;min-height:2rem}.v-next-filter-div .v-next-permission-search-wrap .verifyPeoplePicker-wrap .v-list-people-picker .ms-SelectionZone .v-space-panel-persona{margin-bottom:2rem}.v-next-filter-div .v-next-permission-search-wrap .verifyPeoplePicker-wrap .v-list-people-picker .ms-BasePicker-input{margin:0 !important;padding-left:2.25rem;height:2rem}.v-next-filter-div .v-next-filter-wrap{flex:2}.v-next-permission-wrap{border:1px solid var(--palette-gray2);height:100%;display:flex;flex-direction:column;padding:2rem 2rem 0}.v-next-permission-wrap .v-next-headline-wrap{height:2.5rem;padding:0}.v-next-permission-wrap .v-next-headline-wrap .g-headline-title{color:var(--palette-slate);font-size:16px;font-weight:700}.v-next-permission-wrap .g-permission-actionfooter-slot{padding-bottom:8px}.v-next-permission-wrap .g-permission-instruction{border:1px solid #e6e7e8;border-radius:8px;margin-bottom:24px;float:left;width:100%;padding:12px}.v-next-permission-wrap .g-permission-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.v-next-permission-wrap .g-permission-content-wrap{width:100%;border-radius:8px;flex-grow:1;display:flex;flex-direction:column;height:inherit}.v-next-permission-wrap .g-permission-content-wrap .g-permission-actionbar .ms-OverflowSet-item button{margin-right:.5rem;border:1px solid var(--palette-gray2);border-radius:4px;height:2.5rem}.v-next-permission-wrap .g-permission-content-wrap .g-permission-actionbar .ms-OverflowSet-item button .ms-Button-label{font-weight:600;color:var(--palette-slate)}.v-next-permission-wrap .g-permission-content-wrap .ms-FocusZone{margin:0}.v-next-permission-wrap .g-permission-content-wrap .ms-FocusZone .ms-DetailsRow-fields{height:4rem}.v-next-permission-wrap .g-permission-content-wrap .ms-CommandBar{padding:0;padding-top:0;border:0;margin-bottom:1rem}.v-next-permission-wrap .g-permission-content-wrap .ms-CommandBar .g-permission-actionbar-number{line-height:44px;color:#737477;font-style:italic}.v-next-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap{flex-grow:1;padding-top:0px;padding-left:0px}.v-next-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-headerWrapper .ms-DetailsHeader-cell .ms-DetailsHeader-cellName{font-size:14px;color:var(--palette-slate);font-weight:400}.v-next-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .details-list-cell{height:100%}.v-next-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .g-renewal-name-icon{width:24px !important;height:24px !important}.v-next-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .g-renewal-detaillist-name{font-size:14px;font-weight:400;color:var(--palette-slate)}.v-next-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .g-renewal-detaillist-link-name{text-decoration:underline}.v-next-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .v-space-panel-persona .ms-Persona{height:2.625rem !important}.v-next-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell .v-space-panel-persona .ms-Persona .ms-Persona-details .ms-Persona-secondaryText{color:var(--palette-gray6);margin-top:2px}.v-next-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .ms-DetailsList-contentWrapper .g-renewal-detailslist-cell-link .ms-Icon{width:13px;height:13px}.v-next-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .v-renewal-detail-list{height:100%}.v-next-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .v-renewal-detail-list .ms-DetailsRow-cell{margin-top:0;padding-top:0;display:flex;align-items:center;padding-bottom:0}.v-next-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .v-renewal-detail-list .ms-DetailsRow-cell .v-next-icon-container{width:100%;display:flex;align-items:center;justify-content:flex-end;padding-right:.5rem}.v-next-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .v-renewal-detail-list .ms-DetailsRow-cell .v-next-icon-container .ms-TooltipHost{display:flex;align-items:center;justify-content:center;width:1rem;height:1rem}.v-next-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .v-renewal-detail-list .ms-DetailsRow-cell .v-next-icon-container .ms-TooltipHost i{display:inline-block;width:.75rem;height:.75rem;font-size:.75rem;cursor:pointer}.v-next-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .v-renewal-detail-list .ms-DetailsRow-cell .v-next-icon-container .v-next-icon-container-center{margin-left:.75rem}.v-next-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .v-renewal-detail-list .ms-DetailsRow-cell .v-next-icon-container .v-next-icon-container-center i{color:#e44e20}.v-next-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .v-renewal-detail-list .ms-DetailsRow-cell .v-next-icon-container .v-next-icon-container-right{margin-left:.75rem}.v-next-permission-wrap .g-permission-content-wrap .g-permission-detailslist-wrap .v-renewal-detail-list .ms-DetailsRow-cell .v-next-icon-container .v-next-icon-container-right i{color:#323e4d}.v-next-permission-wrap .g-permission-content-wrap .filter-button-wrap-content{gap:.5rem}.v-next-permission-wrap .g-permission-content-wrap .filter-button-wrap-content .v-default-button{height:2rem}.v-next-permission-wrap .g-permission-info{font-size:12px;font-style:normal;display:flex;align-items:center;flex-wrap:wrap}.v-next-permission-wrap .g-permission-info .complete-icon{color:var(--palette-successful);display:inline-block;width:13px;height:14px;position:absolute;top:-13px;left:8px}.v-next-permission-wrap .g-permission-info .v-permission-icon-size{font-size:14px;margin-right:.4375rem}.v-next-permission-wrap .g-permission-info .g-permission-owner-icon{color:#28cc74;margin-right:8px}.v-next-permission-wrap .g-permission-info .g-permission-signin-icon{color:var(--palette-slate);margin-right:8px}.v-next-permission-wrap .g-permission-info .g-permission-signin-title{font-weight:600;color:var(--palette-slate);font-size:13px;line-height:20px;padding-bottom:.1rem}.v-next-permission-wrap .g-permission-info .g-permission-signin-notice{font-style:normal}.v-next-permission-wrap .g-permission-info .internationalization-label,.v-next-permission-wrap .g-permission-info .internationalization-input{font-size:13px;font-weight:400;line-height:20px;color:var(--palette-slate);position:relative}.v-next-permission-wrap .v-permission-info{font-size:12px;font-style:normal;flex-wrap:wrap}.v-next-permission-wrap .v-permission-info .v-permission-signin-title{display:inline;font-weight:400;color:var(--palette-slate);font-size:.875rem;line-height:18px}.v-next-permission-wrap .v-permission-info .v-permission-signin-icon{display:inline;color:var(--palette-slate);margin-right:8px;font-size:14px}.v-next-permission-wrap .h-permission-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.v-next-permission-wrap .h-permission-wrapper .h-permission-inner{width:calc(100% - 24px);height:inherit}.v-next-permission-wrap .h-permission-scrollbar{height:100%}.v-next-permission-wrap .h-permission-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.v-next-permission-wrap .g-renewal-detailslist-cell{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v-next-permission-wrap .g-renewal-detailslist-cell .permission-link-icon{font-size:.64rem;color:var(--palette-themePrimary);height:1.5rem;margin-left:.4rem}.v-next-permission-wrap .v-permission-footer-bar{display:flex}@media screen and (max-width: 743px){.v-next-permission-wrap{padding:1.25rem 1.5rem 0}}
.g-userinfo-wrap{display:flex;flex-direction:column;align-items:center}.g-userinfo-wrap .ms-Persona{margin-bottom:7px}.g-userinfo-wrap .ms-Persona .ms-Persona-initials{border-radius:50%}.g-userinfo-wrap .ms-Persona .ms-Persona-details{padding:0}.g-userinfo-wrap .g-userInfo-primarytext{font-size:14px;color:#333;font-weight:700;width:150px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:center}.g-userinfo-wrap .v-next-userInfo-primarytext{height:1.25rem;font-size:14px;color:var(--palette-slate);font-weight:700;width:150px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:center}.g-userinfo-wrap .g-userInfo-secondarytext{font-size:13px;color:#333;width:150px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:center}.g-userinfo-wrap .v-next-userInfo-secondarytext{font-size:14px;height:1.125rem;font-weight:400;color:var(--palette-slate);width:150px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:center}.g-userinfo-wrap .g-userInfo-tertiarytext{font-size:13px;font-style:italic;color:#0d76b8;line-height:17px}.g-userinfo-wrap .v-next-userInfo-tertiarytext{font-size:14px;font-weight:400;font-style:italic;line-height:18px;color:var(--palette-themePrimary)}
.leftright-layout-wrap{height:100%}.leftright-layout-wrap .leftright-layout-scroller{z-index:1}.leftright-layout-wrap .leftright-layout{width:100%;height:100%;min-width:870px;display:flex}.leftright-layout-wrap .g-left-side{width:23rem;border-right:1px solid #e6e7e8;display:flex;flex-direction:column;background-color:#fbfdff;padding:2rem 2.5rem;gap:1.5rem}.leftright-layout-wrap .g-right-side{width:calc(100% - 370px);position:relative}.leftright-layout-wrap .g-right-side{width:calc(100% - 370px);position:relative;margin-left:1px}@media screen and (max-width: 743px){.leftright-layout-wrap{height:100%}.v-next-leftright-layout-wrap{margin-top:0rem;width:100%}.v-next-leftright-layout-wrap .leftright-layout{min-width:100%;display:flex;flex-direction:column}.v-next-leftright-layout-wrap .g-left-side{flex-shrink:0;width:100%;border-right:none;display:flex;flex-direction:column;background-color:#fbfdff;padding:1.5rem}.v-next-leftright-layout-wrap .g-right-side{width:100%;position:relative;border-top:1px solid var(--palette-gray2);margin:0;height:100%}}
.statusinfo-item{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.statusinfo-item .statusinfo-icon{font-size:24px}.statusinfo-item .statusinfo-divider{width:24px;height:0;border-bottom:2px solid #e7eaeb;margin-top:8px}.statusinfo-item .statusinfo-divider-empty{width:24px;height:2px;margin-top:8px}.statusinfo-item .statusinfo-description{color:#323e4d;font-weight:400;font-size:14px;margin-top:8px}.statusinfo-item .statusinfo-content{color:#323e4d;font-size:14px;margin-top:4px;font-weight:bold}.channel-statusinfo-item{width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}
.g-side-title-wrap{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;width:inherit;border-bottom:1px solid #e6e7e8;margin-left:-2.5rem;margin-right:-2.5rem;padding-left:1.5rem}.g-side-title-wrap .ms-TooltipHost .side-title-status{width:fit-content;max-width:18rem;display:flex;align-items:center;font-weight:600;border-radius:4px;border:1px solid var(--palette-gray2);padding:.375rem .5rem;height:2rem;gap:.5rem;overflow:hidden}.g-side-title-wrap .ms-TooltipHost .side-title-status span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-side-title-wrap .ms-TooltipHost .side-title-status .g-my-tasks-status{display:flex}.g-side-title-wrap .ms-TooltipHost .side-title-status .text-container .text-content i{margin-right:.5rem}.g-side-title-wrap .ms-TooltipHost .title .channel-icon{width:1.5rem;height:1.5rem;color:var(--palette-themePrimary);margin-right:.5rem;vertical-align:text-top}.g-side-title-wrap .side-title-left{display:flex;align-items:center;width:80%}.g-side-title-wrap .side-title-left .side-title-left-tooltip{width:100%;display:flex}.g-side-title-wrap .side-title-left .side-title-left-tooltip .side-title-left-tooltip-content{display:flex;align-items:center;padding-top:.1rem}.g-side-title-wrap .side-title-left .side-title-left-tooltip .side-title-left-tooltip-channel-content{padding:16px 0}.g-side-title-wrap .side-title-left .side-title-left-tooltip .side-title-left-tooltip-channel-content .title{display:inline-block;width:100%;font-size:20px;word-break:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.g-side-title-wrap .side-title-left .side-title-left-tooltip .side-title-left-tooltip-channel-content .title .side-title-icon{width:1.5rem;height:1.5rem;margin-right:.5rem;vertical-align:text-bottom;margin-top:.2rem}.g-side-title-wrap .side-title-left .team-icon{color:#4a52bd;margin-right:8px}.g-side-title-wrap .side-title-left .team-icon img{width:24px}.g-side-title-wrap .side-title-left .message{padding:16px 0;width:100%}.g-side-title-wrap .side-title-left .message .title{display:inline-block;width:100%;font-size:20px;word-break:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.g-side-title-wrap .side-title-left .message .date{font-size:13px;color:#737477;font-style:italic}.g-side-title-wrap .side-title-left .message .channelMessage{font-size:13px;color:#737477;font-style:italic;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:306px}.g-side-title-wrap .side-title-left .message .channelMessage .channelMessage-margin{margin:0 3px}.g-side-title-wrap .g-side-title-link{font-weight:400;font-size:14px;display:flex;flex-wrap:wrap;padding-bottom:.5rem}.g-side-title-wrap .g-side-title-link .g-teams-details-link{margin-right:1rem;letter-spacing:.0095rem}.g-side-title-wrap .g-side-title-link .g-view-team-link{position:relative;letter-spacing:.0151rem}.g-side-title-wrap .g-side-title-link .g-view-team-link .v-link-icon{position:absolute;top:-0.45rem;font-weight:900;margin-top:6px}.g-side-title-wrap .details{padding:16px}.g-side-title-wrap .details .view-details-button .ms-Button-menuIcon{display:none}.v-next-side-title-wrap{width:18rem}.v-next-side-title-wrap .side-title-left{width:inherit;margin-top:1rem;margin-bottom:.75rem}.v-next-side-title-wrap .side-title-left .side-title-left-tooltip{display:flex}.v-next-side-title-wrap .side-title-left .side-title-left-tooltip .side-title-left-tooltip-content{display:flex;padding-top:.1rem}.v-next-side-title-wrap .side-title-left .message{font-weight:700;width:90%}.v-next-side-title-wrap .side-title-left .message .title{display:inline-block;width:16rem;font-size:20px;word-break:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-next-side-title-wrap .side-title-left .message .title .side-title-icon{width:1.5rem;height:1.5rem;margin-right:.5rem;vertical-align:text-bottom;margin-top:.2rem}.v-next-side-title-wrap .side-title-left .message .date{font-size:13px;color:#737477;font-style:italic}.v-next-side-title-wrap .side-title-left .message .channelMessage{line-height:20px;font-size:14px;font-weight:400;color:var(--palette-gray6);font-style:italic;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:16rem}.v-next-side-title-wrap .side-title-left .message .channelMessage .channelMessage-margin{margin:0 3px}.v-next-side-title-wrap .v-next-side-title-link{font-weight:400;font-size:14px;display:flex;flex-wrap:wrap}.v-next-side-title-wrap .v-next-side-title-link .v-next-teams-details-link{margin-right:1rem;letter-spacing:.0095rem}.v-next-side-title-wrap .v-next-side-title-link .v-next-view-team-link{position:relative;letter-spacing:.0151rem}.v-next-side-title-wrap .v-next-side-title-link .v-next-view-team-link .v-link-icon{position:absolute;top:-0.45rem;font-weight:900;margin-top:6px}.v-next-side-title-wrap .v-side-title-status{width:fit-content;max-width:18rem;display:flex;align-items:center;font-weight:600;border-radius:4px;border:1px solid var(--palette-gray2);padding:.375rem .5rem;height:2rem;gap:.5rem;overflow:hidden}.v-next-side-title-wrap .v-side-title-status .g-space-panel-status-renewal,.v-next-side-title-wrap .v-side-title-status .v-next-g-space-panel-status-pending{height:1rem;width:.875rem}.v-next-side-title-wrap .v-side-title-status span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v-next-side-title-wrap .v-side-title-status .v-next-side-desc-status{letter-spacing:-0.0244rem}.v-next-side-title-wrap .v-side-title-status .g-my-tasks-status{display:flex}.v-next-side-title-wrap .v-side-title-status .text-container .text-content i{margin-right:.5rem}.v-next-side-title-wrap .details{padding:16px}.v-next-side-title-wrap .details .view-details-button .ms-Button-menuIcon{display:none}@media screen and (max-width: 743px){.v-next-side-title-wrap{width:100%}.v-next-side-title-wrap .side-title-left{width:inherit;margin:.5rem 0}.v-next-side-title-wrap .side-title-left .message{font-weight:700;width:90%}.v-next-side-title-wrap .side-title-left .message .v-overflow-text .text-container .text-content{font-size:20px;font-weight:700;line-height:26px}.v-next-side-title-wrap .side-title-left .message .v-overflow-text .text-container .text-content .message-icon-style{color:var(--palette-themePrimary);margin-right:.5rem}.v-next-side-title-wrap .side-title-left .message .title{width:18rem;font-size:20px;margin-bottom:4px;word-break:break-word;display:flex;white-space:pre-wrap;overflow:visible}.v-next-side-title-wrap .side-title-left .message .title .team-icon{margin-right:.5rem;color:#4a52bd;font-size:large}.v-next-side-title-wrap .side-title-left .message .date{font-size:13px;color:#737477;font-style:italic}.v-next-side-title-wrap .side-title-left .message .channelMessage{font-size:13px;color:#737477;font-style:italic;white-space:pre-wrap;width:auto}.v-next-side-title-wrap .side-title-left .message .channelMessage .v-overflow-text .text-container .text-content{font-size:14px;font-weight:400;line-height:26px}.v-next-side-title-wrap .side-title-left .message .channelMessage .channelMessage-margin{margin:0 3px}.v-next-side-title-wrap .g-side-title-link{font-weight:400;font-size:14px}.v-next-side-title-wrap .g-side-title-link .g-view-team-link{letter-spacing:.0151rem !important}.v-next-side-title-wrap .g-side-title-link .g-view-team-link .v-link-icon{color:var(--palette-themePrimary) !important}.v-next-side-title-wrap .side-title-status{width:fit-content;max-width:21.5625rem;display:flex;align-items:center;font-weight:600;border-radius:4px;border:1px solid var(--palette-gray2);padding:.375rem .5rem;height:auto;gap:.5rem;overflow:hidden}.v-next-side-title-wrap .side-title-status span{white-space:pre-wrap}.v-next-side-title-wrap .side-title-status .g-my-tasks-status{display:flex}.v-next-side-title-wrap .details{padding:16px}.v-next-side-title-wrap .details .view-details-button .ms-Button-menuIcon{display:none}}
.old-renew-message-wrap{width:18rem;display:flex;flex-direction:column;overflow:hidden;max-width:23.875rem;height:calc(100% - 24px);gap:1.5rem;margin-left:-0.75rem}.old-renew-message-wrap .message-wrap .scrollbar-track{background:rgba(0,0,0,0)}.old-renew-message-wrap .message-wrap .content .message{flex-grow:10;word-wrap:break-word;color:var(--palette-slate);line-height:1.125rem;margin-bottom:3px}.old-renew-message-wrap .message-wrap .content .message img,.old-renew-message-wrap .message-wrap .content .message div{max-width:100% !important}.old-renew-message-wrap .g-estimated-time{width:18rem;height:1.125rem;display:flex;border-top:none;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;align-items:center;font-size:14px;font-weight:400;color:var(--palette-themePrimary)}.old-renew-message-wrap .g-estimated-time .icon{color:var(--palette-themePrimary);margin-right:.5rem;width:1rem;height:1rem}.old-renew-message-wrap .g-estimated-time .g-description{width:16.5rem;font-size:14px;font-style:italic;line-height:1.125rem;font-weight:400}.v-next-left-side .g-estimated-time,.left-side .g-estimated-time{width:18rem;height:1.125rem;display:flex;border-top:none;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;align-items:center;font-size:14px;font-weight:400;color:var(--palette-themePrimary)}.v-next-left-side .g-estimated-time .icon,.left-side .g-estimated-time .icon{color:var(--palette-themePrimary);margin-right:.5rem;width:1rem;height:1rem}.v-next-left-side .g-estimated-time .g-description,.left-side .g-estimated-time .g-description{width:16.5rem;font-size:14px;font-style:italic;line-height:1.125rem;font-weight:400}.g-confirm-estimated-time{width:18rem;height:1.125rem;display:flex;border-top:none;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;align-items:center;font-size:14px;font-weight:400;color:var(--palette-themePrimary)}.g-confirm-estimated-time .icon{color:var(--palette-themePrimary);margin-right:.5rem;width:1rem;height:1rem}.g-confirm-estimated-time .g-description{width:16.5rem;font-size:14px;font-style:italic;line-height:1.125rem;font-weight:400}@media screen and (max-width: 743px){.old-renew-message-wrap{width:100%;max-width:21.5625rem}}
.g-memberstatistics-wrap{border:1px solid #e6e7e8;border-radius:8px;padding:1rem 1.5rem 1.5rem 1.5rem;margin-top:16px;margin-bottom:16px}.g-memberstatistics-wrap .g-memberstatistics-title{color:#323e4d;font-size:16px;font-weight:bold}.g-memberstatistics-wrap .g-memberstatistics-content{margin-top:24px;display:flex;align-items:center;justify-content:space-around}.g-memberstatistics-wrap .g-memberstatistics-content .g-memberstatistics-pie{flex:1}.g-memberstatistics-wrap .g-accesstatistics-content{margin-top:24px;display:grid;grid-template-columns:repeat(2, 1fr);margin-left:94px}.g-memberstatistics-wrap .g-accesstatistics-content .g-memberstatistics-pie{flex:1}.v-next-memberstatistics-wrap .g-memberstatistics-title{font-size:.875rem}@media screen and (max-width: 1023px){.g-memberstatistics-wrap .g-accesstatistics-content{grid-template-columns:auto}}@media screen and (max-width: 743px){.g-memberstatistics-wrap{padding:1rem 1.5rem .5rem 1.5rem}.g-memberstatistics-content{display:flex;flex-direction:column}.g-memberstatistics-content .percentage-chart-wrap{justify-content:center}.g-memberstatistics-content .v-next-chart-body{display:flex;justify-items:center}.g-memberstatistics-content .v-next-chart-body .v-next-chart-body-content{margin-left:2.4rem;margin-top:1rem}.g-memberstatistics-content .v-next-chart-body-team .v-next-chart-body-content{margin-left:-4rem}.v-statistics{margin-bottom:1.25rem}.g-memberstatistics-wrap .g-power-bi-memberstatistics-content{margin-top:2.5rem}}
.ownership-wrap{border:1px solid #e6e7e8;border-radius:8px;padding:1rem 1.5rem 1.5rem 1.5rem}.ownership-wrap .g-ownership-title-wrap{display:flex;justify-content:space-between;align-items:center}.ownership-wrap .g-ownership-title-wrap .g-ownership-title{color:#323e4d;font-size:16px;font-weight:bold}.ownership-wrap .g-ownership-title-wrap .g-ownership-description{color:#323e4d;font-style:italic;font-size:13px}.ownership-wrap .g-ownership-title-wrap .g-ownership-description .g-ownership-description-link{color:#0078d4;font-size:.875rem}.ownership-wrap .g-ownership-person-wrap{margin-top:24px;display:flex;text-align:center}.ownership-wrap .g-ownership-person-wrap .g-ownership-person{flex:1}.ownership-wrap .g-ownership-person-wrap .g-ownership-person .ms-Persona-details{display:none}.ownership-wrap .g-ownership-person-wrap .g-ownership-person .g-userInfo-secondarytext{margin-top:4px;color:#323e4d;font-size:14px;font-weight:400}.ownership-wrap .list-no-data{color:#888;font-size:13px;text-align:center}.v-next-ownership-wrap .g-ownership-title-wrap .g-ownership-title{font-size:.875rem}.v-next-ownership-wrap .g-ownership-title-wrap .v-admins-description-link{font-size:.875rem}.v-next-owner-list-dialog .v-next-owner-list{max-height:17.5rem;overflow-y:auto}.v-next-owner-list-dialog .v-next-owner-list .v-space-panel-persona{width:65%;margin-bottom:.5rem}@media screen and (max-width: 743px){.ownership-wrap .g-ownership-title-wrap{display:flex;flex-wrap:wrap;gap:.5rem}.ownership-wrap .g-ownership-title-wrap .v-admins-description-link{font-size:.875rem}.ownership-wrap .g-ownership-person-wrap{margin-top:1.5rem;display:flex;text-align:center;flex-direction:column;align-items:center}.ownership-wrap .g-ownership-person-wrap .g-ownership-person{margin-bottom:1rem}}
.g-renewalv2-shimmer-wrap{margin:40px 0 0 20px;padding:10px}.g-renewalv2-shimmer-wrap .renewalv2-loading-container{display:flex;justify-content:start;margin:30px 30px 0 0;padding:0 0 0 280px}.m-g-renewalv2-shimmer-wrap{margin:40px 0 0 20px;padding:10px}.m-g-renewalv2-shimmer-wrap .m-renewalv2-loading-container{display:flex;justify-content:start;margin:30px 30px 0 0;padding:0 0 0 60px}.g-renewalv2-overview-shimmer-wrap{padding:0 24px}.g-renewalv2-overview-shimmer-wrap .renewalv2-title{padding:1rem 0;display:flex;align-items:center;justify-content:center}.g-renewalv2-overview-shimmer-wrap .renewalv2-description{padding:0 1.5rem 1.5rem 1.5rem;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem}.g-renewalv2-overview-shimmer-wrap .renewalv2-description .renewalv2-description-left{align-self:flex-start;margin-right:24px;flex-grow:1;width:100%}.g-renewalv2-overview-shimmer-wrap .renewalv2-description .renewalv2-description-left .renewalv2-description-left-line{margin-top:8px}.g-renewalv2-overview-shimmer-wrap .renewalv2-description .renewalv2-description-left .renewalv2-description-left-line:first-child{margin-top:0}.g-renewalv2-overview-shimmer-wrap .renewalv2-description .renewalv2-description-right{width:309px;height:34px;padding:16px;border:1px solid #e6e7e8;border-radius:8px;background:#f2f3f4;display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:flex-end;margin-top:16px}.g-renewalv2-overview-shimmer-wrap .renewalv2-description .renewalv2-description-right .renewalv2-description-right-line{margin-top:4px}.g-renewalv2-overview-shimmer-wrap .renewalv2-description .renewalv2-description-right .renewalv2-description-right-line:first-child{margin-top:0}.g-renewalv2-overview-shimmer-wrap .renewalv2-part{margin-top:16px;border:1px solid #e6e7e8;border-radius:8px;padding:24px}.g-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-ownership-content{margin-top:24px;display:flex;justify-content:space-around}.g-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-ownership-content .renewalv2-ownership-circle{margin:0 auto;margin-bottom:8px;width:68px}.g-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-memberstatistics-content{margin-top:24px;display:flex;justify-content:space-around}.g-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-memberstatistics-content .renewalv2-memberstatistics-pie{display:flex;align-items:center}.g-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-memberstatistics-content .renewalv2-memberstatistics-pie .renewalv2-memberstatistics-circle{width:68px;margin:16px 16px 16px 0}.g-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-memberstatistics-content .renewalv2-memberstatistics-pie .renewalv2-memberstatistics-pie-count{display:flex;flex-direction:column;justify-content:center;align-items:center}.g-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-memberstatistics-content .renewalv2-memberstatistics-pie .renewalv2-memberstatistics-pie-count .renewalv2-memberstatistics-pie-line{margin-top:8px}.g-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-activity-content{margin-top:24px;display:flex;justify-content:space-around}.g-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-activity-content .renewalv2-activity-content-item{display:flex;flex-direction:column;align-items:center}.g-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-activity-content .renewalv2-activity-content-item .renewalv2-activity-item-icon{padding-bottom:8px;border-bottom:2px solid #e7eaeb}.g-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-activity-content .renewalv2-activity-content-item .renewalv2-activity-item-title{margin-top:8px}.g-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-activity-content .renewalv2-activity-content-item .renewalv2-activity-item-date{margin-top:4px}.g-renewalv2-overview-shimmer-wrap .renewalv2-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e6e7e8;padding:1rem 1.5rem;margin:14rem -1.5rem 0 -1.5rem}.g-renewalv2-overview-shimmer-wrap .renewalv2-footer .renewalv2-footer-left{display:flex;flex-direction:row;gap:.5rem}.g-renewalv2-overview-shimmer-wrap .renewalv2-footer .renewalv2-footer-right{display:flex;flex-direction:row;gap:.5rem}@media screen and (max-width: 743px){.g-mobile-renewalv2-overview-shimmer-wrap{padding:0 24px}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-title{padding:1rem 0;display:flex;align-items:center;justify-content:center}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-description{padding:0 1.5rem 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-description .renewalv2-description-left{align-self:flex-start;margin-right:24px;flex-grow:1;width:100%}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-description .renewalv2-description-left .renewalv2-description-left-line{margin-top:8px}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-description .renewalv2-description-left .renewalv2-description-left-line:first-child{margin-top:0}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-description .renewalv2-description-right{width:309px;height:34px;padding:16px;border:1px solid #e6e7e8;border-radius:8px;background:var(--palette-gray1);display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:flex-end;margin-top:16px}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-description .renewalv2-description-right .renewalv2-description-right-line{margin-top:4px}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-description .renewalv2-description-right .renewalv2-description-right-line:first-child{margin-top:0}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-part{margin-top:16px;border:1px solid #e6e7e8;border-radius:8px;padding:24px}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-ownership-content{margin-top:24px;display:flex;flex-direction:column;align-items:center;gap:.5rem}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-ownership-content .renewalv2-ownership-circle{margin:0 auto;margin-bottom:8px;width:68px}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-memberstatistics-content{margin-top:24px;display:flex;flex-direction:column;align-items:center;gap:.5rem}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-memberstatistics-content .renewalv2-memberstatistics-pie{display:flex;align-items:center}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-memberstatistics-content .renewalv2-memberstatistics-pie .renewalv2-memberstatistics-circle{width:68px;margin:16px 16px 16px 0}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-memberstatistics-content .renewalv2-memberstatistics-pie .renewalv2-memberstatistics-pie-count{display:flex;flex-direction:column;justify-content:center;align-items:center}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-memberstatistics-content .renewalv2-memberstatistics-pie .renewalv2-memberstatistics-pie-count .renewalv2-memberstatistics-pie-line{margin-top:8px}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-activity-content{margin-top:24px;display:flex;flex-direction:column;align-items:center;gap:.5rem}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-activity-content .renewalv2-activity-content-item{display:flex;flex-direction:column;align-items:center}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-activity-content .renewalv2-activity-content-item .renewalv2-activity-item-icon{padding-bottom:8px;border-bottom:2px solid #e7eaeb}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-activity-content .renewalv2-activity-content-item .renewalv2-activity-item-title{margin-top:8px}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-part .renewalv2-activity-content .renewalv2-activity-content-item .renewalv2-activity-item-date{margin-top:4px}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-footer{display:flex;align-items:flex-end;border-top:1px solid #e6e7e8;padding:1rem .5rem;gap:.5rem;flex-direction:column-reverse;margin:10rem -1.5rem 0 -1.5rem}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-footer .renewalv2-footer-left{display:flex;flex-direction:row;gap:.5rem}.g-mobile-renewalv2-overview-shimmer-wrap .renewalv2-footer .renewalv2-footer-right{display:flex;flex-direction:row;gap:.5rem}}
.g-basic-info-wrap{border:1px solid #e6e7e8;border-radius:8px;padding:24px;margin-bottom:16px}.g-basic-info-wrap .g-basic-info-title-wrap{display:flex;justify-content:space-between;align-items:center}.g-basic-info-wrap .g-basic-info-title-wrap .g-basic-info-title{color:var(--palette-slate);font-size:16px;font-weight:bold}.g-basic-info-wrap .v-basic-info-context{display:grid;margin-top:24px;row-gap:2px;grid-template-columns:100%}.g-basic-info-wrap .v-basic-info-context .g-basic-info-context-role{display:grid;grid-template-columns:33.3% 66.6%;align-items:center}.g-basic-info-wrap .v-basic-info-context .g-basic-info-context-role .g-basic-info-context-role-left{background-color:var(--palette-gray1);height:100%;min-height:34px;display:grid;align-items:flex-start;padding:.5rem;padding-left:11px;font-weight:600;font-size:14px;word-break:break-all}.g-basic-info-wrap .v-basic-info-context .g-basic-info-context-role .g-basic-info-context-role-right{min-height:34px;height:100%;display:grid;align-items:flex-start;padding:.5rem;font-size:14px;word-break:break-all}.g-basic-info-wrap .v-basic-info-context .g-basic-info-context-role .g-basic-info-context-role-right .v-space-panel-persona{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:2.5rem}@media screen and (min-width: 1600px){.g-basic-info-wrap .v-basic-info-context{grid-template-columns:repeat(2, 1fr)}}.g-basic-info-wrap .g-basic-info-context{display:grid;margin-top:24px;grid-template-columns:repeat(2, 1fr);row-gap:2px}.g-basic-info-wrap .g-basic-info-context .g-basic-info-context-role{display:grid;grid-template-columns:40% 60%;align-items:center}.g-basic-info-wrap .g-basic-info-context .g-basic-info-context-role .g-basic-info-context-role-left{background-color:#f7f7f7;height:100%;min-height:34px;display:grid;align-items:flex-start;padding:.5rem;padding-left:11px;font-weight:500;font-size:14px;word-break:break-all}.g-basic-info-wrap .g-basic-info-context .g-basic-info-context-role .g-basic-info-context-role-right{min-height:34px;height:100%;display:grid;align-items:flex-start;padding:.5rem;font-size:14px;word-break:break-all}.g-basic-info-wrap .g-basic-info-context .g-basic-info-context-role .g-basic-info-context-role-right .g-space-panel-persona{height:2.5rem}
.g-admins-wrap{border:1px solid #e6e7e8;border-radius:8px;padding:24px}.g-admins-wrap .g-admins-title-wrap{display:flex;justify-content:space-between;align-items:center}.g-admins-wrap .g-admins-title-wrap .g-admins-title{color:#323e4d;font-size:16px;font-weight:bold}.g-admins-wrap .g-admins-title-wrap .g-admins-description{color:#323e4d;font-style:italic;font-size:13px}.g-admins-wrap .g-admins-title-wrap .g-admins-description .g-admins-description-link{color:#0078d4}.g-admins-wrap .g-admins-person-wrap{margin-top:24px;display:flex;text-align:center}.g-admins-wrap .g-admins-person-wrap .g-admins-person{flex:1}.g-admins-wrap .g-admins-person-wrap .g-admins-person .ms-Persona-details{display:none}.g-admins-wrap .g-admins-person-wrap .g-admins-person .g-userInfo-secondarytext{margin-top:4px;color:#737477}.g-admins-wrap .list-no-data{color:#888;font-size:13px;text-align:center}.g-all-owner-ownerlist-title{margin-bottom:1rem}
.g-all-owner-panel-wrap{height:100%}.g-all-owner-panel-wrap .g-all-owner-ownerlist-title{display:inline-block;margin:0 0 16px 32px}.g-all-owner-panel-wrap .g-all-owner-ownerlist{width:86%;padding-left:32px;display:grid;gap:9px;position:relative;padding-bottom:11px}
.g-admins-wrap{border:1px solid #e6e7e8;border-radius:8px;padding:24px}.g-admins-wrap .g-admins-title-wrap{display:flex;justify-content:space-between;align-items:center}.g-admins-wrap .g-admins-title-wrap .g-admins-title{color:#323e4d;font-size:16px;font-weight:bold}.g-admins-wrap .g-admins-title-wrap .g-admins-description{color:#323e4d;font-style:italic;font-size:13px}.g-admins-wrap .g-admins-title-wrap .g-admins-description .g-admins-description-link{color:#0078d4}.g-admins-wrap .g-admins-person-wrap{margin-top:24px;display:flex;text-align:center}.g-admins-wrap .g-admins-person-wrap .g-admins-person{flex:1}.g-admins-wrap .g-admins-person-wrap .g-admins-person .ms-Persona-details{display:none}.g-admins-wrap .g-admins-person-wrap .g-admins-person .g-userInfo-secondarytext{margin-top:4px;color:#737477}.g-admins-wrap .list-no-data{color:#888;font-size:13px;text-align:center}.g-all-owner-panel-wrap{padding:24px}.g-all-owner-panel-wrap .g-all-owner-ownerlist .ms-Persona{margin-bottom:10px}.v-next-admins-wrap{border:1px solid #e6e7e8;border-radius:.5rem;padding:1.5rem}.v-next-admins-wrap .g-admins-title-wrap{display:flex;justify-content:space-between;align-items:center}.v-next-admins-wrap .g-admins-title-wrap .g-admins-title{color:var(--palette-slate);font-size:1rem;font-weight:bold}.v-next-admins-wrap .g-admins-title-wrap .g-admins-description{color:var(--palette-slate);font-style:italic;font-size:13px}.v-next-admins-wrap .g-admins-title-wrap .g-admins-description .g-admins-description-link{color:#0078d4}.v-next-admins-wrap .g-admins-person-wrap{margin-top:1.5rem;display:flex;text-align:center}.v-next-admins-wrap .g-admins-person-wrap .g-admins-person{flex:1}.v-next-admins-wrap .g-admins-person-wrap .g-admins-person .ms-Persona-details{display:none}.v-next-admins-wrap .g-admins-person-wrap .g-admins-person .g-userInfo-secondarytext{margin-top:4px;color:#737477}.v-next-admins-wrap .list-no-data{color:#888;font-size:13px;text-align:center}.v-next-admins-wrap .v-admins-description-link{font-size:.875rem}@media screen and (max-width: 743px){.v-next-admins-wrap .g-admins-title-wrap{display:flex;flex-wrap:wrap;gap:.5rem}.v-next-admins-wrap .g-admins-title-wrap .v-admins-description-link{font-size:.875rem}.v-next-admins-wrap .g-admins-person-wrap{margin-top:1.5rem;display:flex;text-align:center;flex-direction:column;align-items:center}.v-next-admins-wrap .g-admins-person-wrap .g-admins-person{margin-bottom:1rem}}
.g-overview-wrap{display:flex;flex-direction:column;height:100%}.g-overview-wrap .g-overview-startresponse-wrap{padding:0 24px}.g-overview-scrollbars-wrap{flex-grow:1;padding-top:16px}.g-overview-scrollbars-wrap .g-overview-scrollbars-content{padding:0 24px}.g-overview-v-next-div{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:1.5rem}.g-overview-v-next-title{font-size:1.5rem;font-weight:400;color:var(--palette-slate);margin-bottom:1rem}.margin-top-1_5{margin-top:1.5rem}.margin-left-22{margin-left:22px}.g-overview-v-next-content{font-size:.875rem;font-weight:400;color:var(--palette-slate)}.v-next-bottom-div{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:baseline;align-content:center;padding:1.5rem 2rem;border-top:1px solid var(--palette-gray2);gap:1.5rem}.g-bottom-div-button{display:flex;align-items:center;justify-content:flex-end;flex-grow:1}.g-bottom-div-button .ms-Button--primary{background-color:var(--palette-themePrimary)}.g-next-bottom-div .g-bottom-div-button{display:flex;align-items:center;justify-content:end}.g-next-bottom-div .g-bottom-div-button .ms-Button--primary{background-color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-next-bottom-div .g-bottom-div-button .ms-Button--primary{background-color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-next-bottom-div .g-bottom-div-button .ms-Button--primary{background-color:#cf3900}[data-theme=theme3] .g-next-bottom-div .g-bottom-div-button .ms-Button--primary{background-color:#077fa6}[data-theme=theme4] .g-next-bottom-div .g-bottom-div-button .ms-Button--primary{background-color:#b35c00}[data-theme=theme5] .g-next-bottom-div .g-bottom-div-button .ms-Button--primary{background-color:#3e8628}[data-theme=theme6] .g-next-bottom-div .g-bottom-div-button .ms-Button--primary{background-color:#eb0f0f}[data-theme=theme7] .g-next-bottom-div .g-bottom-div-button .ms-Button--primary{background-color:#278265}[data-theme=theme8] .g-next-bottom-div .g-bottom-div-button .ms-Button--primary{background-color:#7760e6}.v-next-font-weight-700{font-weight:700 !important}.margin-bottom-1{margin-bottom:1rem}.g-bottom-div-button button{margin-left:.625rem;height:2.5rem;border-radius:.25rem}.v-next-bottom-div-link{display:flex;align-items:center}.v-next-bottom-div-link-button{font-size:14px}.v-next-bottom-div-link-button:last-child{margin-left:1rem}.v-next-bottom-div-link-button:last-child{margin-right:1rem}.response-content .not-response-knowOption{margin-bottom:1rem}.g-change-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:var(--theme-primary, #0071C7);border-color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-change-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-change-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:#cf3900}[data-theme=theme3] .g-change-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:#077fa6}[data-theme=theme4] .g-change-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:#b35c00}[data-theme=theme5] .g-change-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:#3e8628}[data-theme=theme6] .g-change-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:#eb0f0f}[data-theme=theme7] .g-change-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:#278265}[data-theme=theme8] .g-change-dialog .dialog-inner .ms-Dialog-action .v-primary-button{background-color:#7760e6}@media screen and (max-width: 743px){.g-overview-wrap .g-overview-v-next-div{min-width:auto;margin:0 auto;padding:0 !important;margin-bottom:1.5rem}.g-overview-wrap .g-overview-v-next-div .g-overview-v-next-title{max-width:15.5625rem;line-height:2rem;font-size:24px !important;font-weight:400 !important;text-align:center}.g-overview-wrap .g-overview-scrollbars-wrap{flex-grow:1;padding:0 0 1rem 0}.g-overview-wrap .overview-footer-content{height:5.5rem;display:flex;flex-direction:column-reverse;align-items:flex-end;position:fixed;left:0;right:0;bottom:0;z-index:999;background:#fff}.v-next-bottom-div{padding:1.5rem 2rem;margin:0;display:block;position:fixed;left:0;right:0;bottom:0;z-index:999;background-color:#fff}.g-bottom-div-button{flex-wrap:wrap;margin-top:1.5rem;z-index:9999}.g-health-wrap{padding-bottom:0;margin-bottom:5.25rem}.g-health-wrap .g-health-content{flex-direction:column}.g-health-wrap .g-health-content .g-health-tip{margin-bottom:1rem}.g-ownership-wrap .g-ownership-person-wrap{display:flex;align-items:center;flex-direction:column}.g-ownership-wrap .g-ownership-person-wrap .g-ownership-person{margin-bottom:1rem}.g-ownership-wrap .g-ownership-person-wrap .g-ownership-person .g-userInfo-secondarytext{color:var(--palette-slate);font-size:14px;font-weight:400}.g-overview-v-next-content{margin-bottom:1rem;text-align:center}.v-common-dialog-content .dialog-inner{padding:0}.v-common-dialog-content .dialog-inner .dialog-innerContent{padding:0 1.5rem !important}.v-common-dialog-content .dialog-inner .ms-Dialog-actions{padding:0 1.5rem}.v-common-dialog-content .dialog-inner .g-response-peoplepicker{width:90%}.v-next-bottom-div-link-button:first-child{margin-left:0}.v-mobile-dialog-content{padding:1.5rem 0}}.team-archiving-profile-renew-overview-dropdown{margin-top:8px;margin-left:22px;width:390px}.ms-BasePicker-text .v-response-peoplepicker{border:1px solid #a4262c !important}.g-overview-v-next-choice-group .ms-ChoiceField .ms-ChoiceFieldLabel{white-space:pre-wrap}
.health-wrap{border:1px solid #e6e7e8;border-radius:8px;padding:1rem 1.5rem 1.5rem 1.5rem;margin-top:16px;margin-bottom:16px}.health-wrap .health-title{color:#323e4d;font-size:16px;font-weight:bold}.health-wrap .health-content{margin-top:24px;display:flex;gap:24px;flex-wrap:wrap;justify-content:space-around}.health-wrap .health-content .health-tip{flex:1;width:8.625rem;min-width:8.625rem;max-width:8.625rem}.v-next-health-wrap .g-health-title{font-size:.875rem}.v-next-health-wrap .g-statusinfo-item .g-statusinfo-icon{color:#4a5b70}@media screen and (max-width: 743px){.g-health-wrap .g-health-content{margin-top:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.g-health-wrap .g-health-content #g-health-tip{flex:1;margin-bottom:.5rem}}
.admins-wrap{border:1px solid #e6e7e8;border-radius:8px;padding:24px !important}.admins-wrap .admins-title-wrap{display:flex;justify-content:space-between;align-items:center}.admins-wrap .admins-title-wrap .admins-title{color:var(--palette-slate);font-size:16px;font-weight:bold}.admins-wrap .admins-title-wrap .admins-description{color:var(--palette-slate);font-style:italic;font-size:13px}.admins-wrap .admins-title-wrap .admins-description .g-admins-description-link{color:#0078d4}.admins-wrap .admins-person-wrap{margin-top:24px;display:flex;text-align:center}.admins-wrap .admins-person-wrap .admins-person{flex:1}.admins-wrap .admins-person-wrap .admins-person .ms-Persona-details{display:none}.admins-wrap .admins-person-wrap .admins-person .g-userInfo-secondarytext{margin-top:4px;color:#737477}.admins-wrap .list-no-data{color:#888;font-size:13px;text-align:center}
.g-all-owner-panel-wrap{height:100%}.g-all-owner-panel-wrap .g-all-owner-ownerlist-title{display:inline-block;margin:0 0 16px 32px}.g-all-owner-panel-wrap .g-all-owner-ownerlist{width:86%;padding-left:32px;display:grid;gap:9px;position:relative;padding-bottom:11px}.v-all-owner-panel-wrap{height:100%}.v-all-owner-panel-wrap .g-all-owner-ownerlist-title{display:inline-block}.v-all-owner-panel-wrap .g-all-owner-ownerlist{display:grid;position:relative}.v-all-owner-panel-wrap .g-all-owner-ownerlist .g-space-panel-persona{margin-bottom:.5rem}
.dynamic-view-membership-panel-container{height:93%;padding:0 2px}.dynamic-view-membership-panel-container .dynamic-view-membership-pane-search-box{min-width:200px;width:234px}.dynamic-view-membership-panel-container .dynamic-view-membership-detailslist-wrap{height:100%;flex-grow:1;display:flex;flex-direction:column}.dynamic-view-membership-panel-container .dynamic-view-membership-list{height:100%}.dynamic-changemember-table-delete{font-size:13px;color:#ff5454}.dynamic-changemember-table-delete:hover,.dynamic-changemember-table-delete:active{color:#ff5454}.v-dynamic-changemember-action-button:not(.is-disabled):hover{background-color:rgba(0,0,0,0);color:#000}.v-dynamic-changemember-action-button:not(.is-disabled):hover .v-dynamic-changemember-table-delete{color:var(--palette-themePrimary)}.v-dynamic-changemember-table-delete{font-size:14px;line-height:16px;color:var(--palette-themePrimary);cursor:pointer}.v-dynamic-changemember-table-delete:hover{color:var(--palette-themePrimary)}.v-req-changegroupownermember-actionbutton{background-color:#fff;padding:0 15px;border:1px solid var(--palette-gray2);border-radius:4px;font-weight:600;font-size:14px}.v-req-changegroupownermember-actionbutton i{color:var(--palette-themePrimary);font-size:14px}.v-req-changegroupownermember-actionbutton:hover i{color:var(--palette-themePrimary) !important;font-size:14px}.dynamic-changemember-table-bold{color:#333;font-weight:600;font-size:13px}.dynamicrequest-changegroupownermember-label-text{font-weight:600 !important}.dynamicrequest-changegroupmember-label-prompt{color:#7d848b;opacity:1;font-size:14px}.dynamicrequest-dynamicchangegroupmember-label-prompt{display:flex;justify-content:space-between;color:#7d848b;opacity:1;font-size:14px}.dynamicrequest-dynamicchangegroupmember-label-prompt .g-req-dynamic-request-dynamic-team-member-action-button{height:32px !important;background-color:#eee !important;padding:0 15px !important;margin-left:15px;margin-bottom:5px}.dynamicrequest-changegroupmember-listheader{display:flex;flex-direction:row;justify-content:end;margin-bottom:16px}.v-dynamicrequest-changegroupmember-listheader{display:flex;flex-direction:row;justify-content:start;margin-bottom:24px;margin-top:16px}.dynamic-request-adduser-panel-content{display:flex;flex-direction:column;height:100%;width:calc(100% - 32px);margin-left:32px}.dynamic-request-adduser-panel-content .dynamicrequest-adduser-peoplepicker-content .verifyPeoplePicker-wrap .g-peoplePicker-container .ms-StackItem:first-child{width:100%}.dynamicrequest-adduser-peoplepicker-content{max-width:272px}.dynamic-request-adduser-dialog-content{display:flex;flex-direction:column;height:100%}.dynamic-request-adduser-dialog-content .dynamicrequest-adduser-dialog-peoplepicker-content{max-width:unset}.dynamic-changegroup-adduser-panelfooter{width:100%;display:flex;justify-content:flex-end}.dynamic-changegroup-adduser-panelfooter>button{margin-right:8px}.dynamic-changemember-table-column .ms-Button{height:20px}.g-req-creategroup-notesdropdownwrap{display:flex;justify-content:space-between;padding-top:5px !important;padding-bottom:5px !important}.g-req-creategroup-notesdropdownwrap .g-common-request-label{width:100%}.v-g-req-creategroup-notesdropdownwrap .request-dropdown-wrapper .v-dropdown.v-g-req-creategroup-addmembermethod .ms-Dropdown-container.g-req-creategroup-addmembermethod.v-g-req-creategroup-addmembermethod{width:100%}.v-dynamicrequest-dynamicchangegroupmember-label-prompt{display:flex;justify-content:start;flex-direction:column}.v-dynamicrequest-dynamicchangegroupmember-label-prompt .v-dynamicrequest-changegroupmember-listheader-custom{margin-top:1rem;margin-bottom:1.5rem;gap:8px;display:flex}.v-dynamicrequest-dynamicchangegroupmember-label-prompt .v-dynamicrequest-changegroupmember-listheader-custom .ms-Button.ms-Button--action.ms-Button--command.g-req-dynamic-request-dynamic-team-member-action-button{background:none !important;margin-left:0;margin-bottom:0;height:40px !important;border-radius:4px}.v-req-dynamicreate-changemembership-viewmembership-container .ms-Dialog-main.v-dialog-main .ms-Modal-scrollableContent .ms-Dialog--close.v-common-dialog.v-common-dialog-content .ms-Dialog-inner.dialog-inner .ms-Dialog-content.dialog-innerContent{height:100vh}.v-req-dynamicreate-changemembership-addmember-container .ms-Dialog-main.v-dialog-main .ms-Modal-scrollableContent .ms-Dialog--close.v-common-dialog.v-common-dialog-content .dynamic-request-adduser-panel-content{margin-left:0;width:100%}.v-req-dynamicreate-changemembership-addmember-container .ms-Dialog-main.v-dialog-main .ms-Modal-scrollableContent .ms-Dialog--close.v-common-dialog.v-common-dialog-content .dynamic-request-adduser-panel-content .dynamicrequest-adduser-peoplepicker-content{max-width:100%}.v-icon-custom{border:none}.v-icon-custom:hover{background:none !important}.v-icon-custom:hover{background:none !important}.v-req-creategroup-notesdropdownwrap{margin-top:1rem}.v-req-creategroup-notesdropdownwrap .ms-Label.v-label{font-weight:600;font-size:14px;line-height:20px;padding-top:0}.v-dynamicrequest-adduser-peoplepicker-content .verifyPeoplePicker-label-wrap .v-common-request-label{margin-top:0 !important}
.v-dynamicrequest-changegroupmember-listheader-custom{margin-top:1rem;margin-bottom:1.5rem}.v-dynamicrequest-changegroupmember-listheader-custom .ms-Button.ms-Button--action.ms-Button--command.g-req-changesitecontact-actionbutton{background:none !important;height:40px !important;border-radius:4px}.v-req-dynamicreate-changemembership-addowner-container .ms-Dialog-inner.dialog-inner .ms-Dialog-content.dialog-innerContent .dynamic-request-adduser-panel-content{margin-left:0;width:100%}.v-req-dynamicreate-changemembership-addowner-container .ms-Dialog-inner.dialog-inner .ms-Dialog-content.dialog-innerContent .dynamic-request-adduser-panel-content .dynamicrequest-adduser-peoplepicker-content{margin-left:0;max-width:100vw}.dynamic-changemember-table-column .g-space-panel-persona{display:block}
.dynamic-inherit-hidden{display:none}.dynamicrequest-groupname-wrap .validation-people-spinner-container{right:3px}
.g-shared-header{max-width:260px;font-size:28px;font-weight:lighter;line-height:36px;word-break:break-word}
.dynamicrequest-groupname-wrap .validation-people-spinner-container{right:3px}.dynamicrequest-groupname-wrap .g-common-bubble-inner{margin-top:0}.dynamicrequest-groupname-wrap .validation-people-label{padding-top:5px}.dynamicrequest-groupname-wrap .message{margin-top:5px;background:#d8ecff}.dynamicrequest-groupname-wrap .message i{color:#6aa7dd}
.dynamic-view-membership-panel-container{height:93%;padding:0 2px}.dynamic-view-membership-panel-container .dynamic-view-membership-pane-search-box{min-width:200px;width:234px}.dynamic-view-membership-panel-container .dynamic-view-membership-detailslist-wrap{height:100%;flex-grow:1;display:flex;flex-direction:column}.dynamic-view-membership-panel-container .dynamic-view-membership-list{height:100%}.dynamic-changemember-table-delete{font-size:13px;color:#ff5454}.dynamic-changemember-table-delete:hover,.dynamic-changemember-table-delete:active{color:#ff5454}.dynamic-changemember-table-bold{color:#333;font-weight:600;font-size:13px}.dynamicrequest-changegroupownermember-label-text{font-weight:600 !important}.dynamicrequest-changegroupmember-label-prompt{color:#7d848b;opacity:1;font-size:14px}.dynamicrequest-changegroupmember-listheader{display:flex;flex-direction:row;justify-content:end;margin-bottom:16px}.v-dynamicrequest-changegroupmember-listheader{display:flex;justify-content:flex-start;margin-top:18px;margin-bottom:24px}.dynamic-request-adduser-panel-content{display:flex;flex-direction:column;height:100%;width:calc(100% - 32px);margin-left:32px}.dynamicrequest-adduser-peoplepicker-content{max-width:272px}.dynamic-changegroup-adduser-panelfooter{width:100%;display:flex;justify-content:flex-end}.dynamic-changegroup-adduser-panelfooter>button{margin-right:8px}.dynamic-changemember-table-column .ms-Button{height:20px}.g-req-creategroup-notesdropdownwrap{display:flex;justify-content:space-between;padding-top:5px !important;padding-bottom:5px !important}.g-req-creategroup-notesdropdownwrap .g-common-request-label{width:100%}.dynamicrequest-hidden{display:none}.labelStyle>label{font-weight:600}.vnext-dynamic-change-site-scope .v-common-validate-container .requestTextField-wrap{margin-bottom:5px}.v-callout-panel .g-common-personcard-container .g-common-personcard-avatar .ms-Persona{height:40px !important}.v-callout-panel .g-common-personcard-container .g-common-personcard-avatar .ms-Persona-details .ms-Persona-primaryText .g-common-personcard-primarytext .ms-TooltipHost{font-weight:600;line-height:20px}.v-callout-panel .g-common-personcard-container .g-common-personcard-avatar .ms-Persona-details .ms-Persona-secondaryText .g-common-personcard-secondarytext .ms-TooltipHost{font-size:13px;font-weight:400;line-height:20px}
.dynamic-view-membership-panel-container{height:93%;padding:0 2px}.dynamic-view-membership-panel-container .dynamic-view-membership-pane-search-box{min-width:200px;width:234px}.dynamic-view-membership-panel-container .dynamic-view-membership-detailslist-wrap{height:100%;flex-grow:1;display:flex;flex-direction:column}.dynamic-view-membership-panel-container .dynamic-view-membership-list{height:100%}.dynamic-changemember-table-delete{font-size:13px;color:#ff5454}.dynamic-changemember-table-delete:hover,.dynamic-changemember-table-delete:active{color:#ff5454}.dynamic-changemember-table-bold{color:#333;font-weight:600;font-size:13px}.dynamicrequest-changegroupownermember-label-text{font-weight:600 !important}.dynamicrequest-changegroupmember-label-prompt{color:#7d848b;opacity:1;font-size:14px}.dynamicrequest-changegroupmember-listheader{display:flex;flex-direction:row;justify-content:end;margin-bottom:16px}.dynamicrequest-changegroupmember-listheader.v-dynamicrequest-changegroupmember-listheader{justify-content:start}.dynamic-request-adduser-panel-content{display:flex;flex-direction:column;height:100%;width:calc(100% - 32px);margin-left:32px}.dynamicrequest-adduser-peoplepicker-content{max-width:272px}.dynamic-changegroup-adduser-panelfooter{width:100%;display:flex;justify-content:flex-end}.dynamic-changegroup-adduser-panelfooter>button{margin-right:8px}.dynamic-changemember-table-column .ms-Button{height:20px}.g-req-creategroup-notesdropdownwrap{display:flex;justify-content:space-between;padding-top:5px !important;padding-bottom:5px !important}.g-req-creategroup-notesdropdownwrap .g-common-request-label{width:100%}.dynamic-request-label{font-weight:600 !important}
.dynamic-changeteam-hidden{display:none}.dynamicrequest-teamscope-wrap .validation-people-spinner-container{right:3px}.dynamicrequest-teamscope-wrap .validation-people-root.v-validation-people-root{margin-top:-1.5rem}
.v-team-outlook-choice{margin-top:1.5rem}
.dynamic-service-request-description .ms-TextField-field{scrollbar-width:thin;scrollbar-color:#cbcbcb;scrollbar-arrow-color:#f5f5f5;scrollbar-track-color:#f5f5f5;scrollbar-base-color:#cbcbcb}.dynamic-service-request-description .ms-TextField-field::-webkit-scrollbar{width:8px}.dynamic-service-request-description .ms-TextField-field::-webkit-scrollbar-thumb{border-radius:8px;background-color:#cbcbcb}.dynamic-service-request-description .ms-TextField-field::-webkit-scrollbar-track{bottom:0;top:0;background-color:#f5f5f5}.dynamic-service-request-description .ms-TextField-field::-webkit-scrollbar-corner{display:none}
.g-dynamic-lock-message{font-size:13px;background-color:#e0f2fc}
.v-dynamic-request-invite-template{align-items:center;margin-bottom:18px}.v-dynamic-request-invite-template .dynamic-request-invite-template-icon{color:var(--palette-themePrimary);margin-right:8px}.v-dynamic-request-invite-template button{text-decoration:underline}.v-file-upload-name{font-weight:600 !important}.v-dynamic-request-error-message{font-size:13px !important;font-style:italic;color:var(--palette-error) !important}.v-dynamic-request-error-message label{font-size:13px !important;font-style:italic;color:var(--palette-error) !important}.v-dynamic-request-error-message span{margin-top:0;color:var(--palette-error) !important}.v-dynamic-request-error-message .v-dynamic-request-error-message-link{font-style:italic;text-decoration:underline}.v-dynamic-request-success-message{font-size:13px !important;font-style:italic;color:var(--palette-successful)}.v-dynamic-request-error-message{width:65%}@media screen and (max-width: 743px){.v-dynamic-request-error-message{width:100% !important}}.dynamic-request-invite-template{display:flex}.dynamic-request-invite-template .g-uniform-link{font-size:14px}.file-upload-name{display:inline-block}.file-upload .file-upload-button{min-width:max-content}.dynamic-request-profile-photo .file-upload-description{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .dynamic-request-profile-photo .file-upload-description{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .dynamic-request-profile-photo .file-upload-description{color:#cf3900}[data-theme=theme3] .dynamic-request-profile-photo .file-upload-description{color:#077fa6}[data-theme=theme4] .dynamic-request-profile-photo .file-upload-description{color:#b35c00}[data-theme=theme5] .dynamic-request-profile-photo .file-upload-description{color:#3e8628}[data-theme=theme6] .dynamic-request-profile-photo .file-upload-description{color:#eb0f0f}[data-theme=theme7] .dynamic-request-profile-photo .file-upload-description{color:#278265}[data-theme=theme8] .dynamic-request-profile-photo .file-upload-description{color:#7760e6}.dynamic-request-profile-photo .file-upload{display:flex;column-gap:8px}.dynamic-request-profile-photo .g-uniform-textfield{width:100%}.dynamic-request-invite-file-div{display:flex;align-items:center}.dynamic-request-profile-photo{flex:1}.dynamic-request-success-message{font-size:14px;color:var(--palette-successful);margin-top:5px;flex-grow:1}.dynamic-request-success-message span{margin-top:0;color:var(--palette-successful)}.dynamic-request-error-message{font-size:12px;color:#a4262c;margin-top:5px;flex-grow:1}.dynamic-request-error-message span{margin-top:0;color:#a4262c}.dynamic-request-profile-photo-error .ms-TextField-fieldGroup::after{border-color:#a4262c;font-size:12px}.dynamic-request-profile-photo .file-upload-description{position:relative}.dynamic-request-profile-photo .file-upload-description i{position:absolute;top:4px}.dynamic-request-invite-template-icon{color:#0071c7;margin-right:5px}.dynamic-request-error-message label{font-size:12px;color:#a4262c;margin-top:5px}.dynamic-request-invite-file-div .file-upload-name{line-height:20px}.v-dynamic-request-invite-file-div .ms-Label::after{padding-right:4px !important}.v-dynamic-request-invite-file-div .dynamic-request-error-message{margin-top:4px}.v-dynamic-request-invite-file-div .v-file-upload-attachment-field{margin-bottom:0}@media screen and (max-width: 743px){.v-dynamic-request-invite-file-div .v-file-upload-attachment-field{margin-top:0 !important}}
.dynamicrequest-groupname-wrap .validation-people-spinner-container{right:3px}.dynamicrequest-groupname-wrap .g-common-bubble-inner{margin-top:0}.dynamicrequest-groupname-wrap .validation-people-label{padding-top:5px}.dynamicrequest-groupname-wrap .message{margin-top:5px;background:#d8ecff}.dynamicrequest-groupname-wrap .message i{color:#6aa7dd}
.dynamic-changeteam-hidden{display:none}.dynamicrequest-teamscope-wrap .validation-people-spinner-container{right:3px}
.g-dynamic-lock-message{font-size:13px;background-color:#e0f2fc}
.g-dynamic-lock-message{font-size:13px;background-color:#e0f2fc}
.g-dynamic-lock-message{font-size:13px;background-color:#e0f2fc}.v-dynamic-lock-message{font-size:14px;background-color:#e0f2fc}
.g-dynamic-lock-message{font-size:13px;background-color:#e0f2fc}
.dynamic-changegroup-hidden{display:none}.dynamicrequest-groupscope-wrap .validation-people-spinner-container{right:3px}
.g-dynamic-lock-message{font-size:13px;background-color:#e0f2fc}
.g-dynamic-lock-message{font-size:13px;background-color:#e0f2fc}
.g-dynamic-lock-message{font-size:13px;background-color:#e0f2fc}
.g-dynamic-lock-message{font-size:13px;background-color:#e0f2fc}
.dynamic-changegroup-hidden{display:none}.dynamicrequest-groupscope-wrap .validation-people-spinner-container{right:3px}
.dynamic-service-request-description .ms-TextField-field{scrollbar-width:thin;scrollbar-color:#cbcbcb;scrollbar-arrow-color:#f5f5f5;scrollbar-track-color:#f5f5f5;scrollbar-base-color:#cbcbcb}.dynamic-service-request-description .ms-TextField-field::-webkit-scrollbar{width:8px}.dynamic-service-request-description .ms-TextField-field::-webkit-scrollbar-thumb{border-radius:8px;background-color:#cbcbcb}.dynamic-service-request-description .ms-TextField-field::-webkit-scrollbar-track{bottom:0;top:0;background-color:#f5f5f5}.dynamic-service-request-description .ms-TextField-field::-webkit-scrollbar-corner{display:none}
.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-exchangeresource-emailaddress-container .requestTextField-wrap{margin-bottom:8px}.dynamicrequest-exchangeresource-emailaddress .v-dynamicrequest-exchangeresource-emailaddress-container-usersetting{width:65%;row-gap:.5rem;column-gap:.25rem;align-items:center;line-height:1.25rem}@media screen and (max-width: 743px){.dynamicrequest-exchangeresource-emailaddress .v-dynamicrequest-exchangeresource-emailaddress-container-usersetting{width:100%}}.dynamicrequest-exchangeresource-emailaddress .v-dynamicrequest-exchangeresource-emailaddress-container-usersetting .requestTextField-wrap{margin-bottom:0}.dynamicrequest-exchangeresource-emailaddress .v-dynamicrequest-exchangeresource-emailaddress-container-usersetting .requestTextField-wrap.v-uniform-textfield{width:unset !important;margin-top:0 !important}.dynamicrequest-exchangeresource-emailaddress .v-dynamicrequest-exchangeresource-emailaddress-container-usersetting .v-dropdown.dynamicrequest-groupid-domain .ms-Dropdown-container,.dynamicrequest-exchangeresource-emailaddress .v-dynamicrequest-exchangeresource-emailaddress-container-usersetting .v-dropdown.v-dynamicrequest-exchangeresource-domain .ms-Dropdown-container{width:100% !important}.dynamicrequest-exchangeresource-emailaddress .v-dynamicrequest-exchangeresource-emailaddress-container-usersetting .v-uniform-textfield .ms-TextField-wrapper{flex:1}.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-distribution-group-alia-container{display:flex;flex-wrap:wrap;align-items:center;line-height:32px;width:500px;margin-left:32px}.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-distribution-group-alia-container .requestTextField-wrap{margin-bottom:8px}.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-distribution-group-alia-container .dynamicrequest-exchangeresource-address-prefix{word-wrap:break-word;word-break:break-all;font-size:14px;font-weight:400;white-space:pre-wrap}.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-distribution-group-alia-container .dynamicrequest-exchangeresource-address-suffix{word-wrap:break-word;word-break:break-all;font-size:14px;font-weight:400;white-space:pre-wrap}.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-distribution-group-alia-container .dynamicrequest-exchangeresource-address-sequence{font-size:14px;font-weight:400}.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-distribution-group-alia-container .dynamicrequest-exchangeresource-domain{width:150px}.dynamicrequest-exchangeresource-emailaddress .dynamicrequest-changedistributiongroup-email-label-text{font-weight:600 !important}.dynamicrequest-exchangeresource-emailaddress .ms-TextField{min-width:230px;flex-grow:1}.dynamicrequest-exchangeresource-emailaddress .text-overflow-ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.v-dynamicrequest-exchangeresource-emailaddress .v-dynamicrequest-distribution-group-alia-container{width:65%;row-gap:.5rem;column-gap:.25rem;align-items:center;line-height:1.25rem;width:100%;display:flex;align-items:center;line-height:32px}@media screen and (max-width: 743px){.v-dynamicrequest-exchangeresource-emailaddress .v-dynamicrequest-distribution-group-alia-container{width:100%}}.v-dynamicrequest-exchangeresource-emailaddress .v-dynamicrequest-distribution-group-alia-container .requestTextField-wrap{margin-bottom:0}.v-dynamicrequest-exchangeresource-emailaddress .v-dynamicrequest-distribution-group-alia-container .requestTextField-wrap.v-uniform-textfield{width:unset !important;margin-top:0 !important}.v-dynamicrequest-exchangeresource-emailaddress .v-dynamicrequest-distribution-group-alia-container .v-dropdown.dynamicrequest-groupid-domain .ms-Dropdown-container,.v-dynamicrequest-exchangeresource-emailaddress .v-dynamicrequest-distribution-group-alia-container .v-dropdown.v-dynamicrequest-exchangeresource-domain .ms-Dropdown-container{width:100% !important}.v-dynamicrequest-exchangeresource-emailaddress .v-dynamicrequest-distribution-group-alia-container .v-uniform-textfield .ms-TextField-wrapper{flex:1}.margin-left-32{margin-left:32px}
.g-shared-header{max-width:260px;font-size:28px;font-weight:lighter;line-height:36px;word-break:break-word}
.dynamic-global-prompt-message{background-color:#e0f2fc}.dynamic-global-prompt-message .message-link-font{font-weight:400;font-size:14px}.dynamic-change-site-scope .ms-TextField-wrapper{width:558px}.dynamic-change-site-scope .g-common-validate-spinner{margin-left:21px}.dynamic-change-site-scope .v-dynamic-change-site-scope-textfield{width:65%}@media screen and (max-width: 743px){.dynamic-change-site-scope .v-dynamic-change-site-scope-textfield{width:100%}}.dynamic-change-site-scope .v-dynamic-change-site-scope-textfield .ms-TextField-wrapper{width:unset}.dynamic-change-site-scope .v-dynamic-change-site-scope-textfield .g-common-validate-textfield{max-width:unset}.dynamic-change-site-address-original{margin-top:10px;color:#5d6778;font-size:14px;word-break:break-word}.v-dynamic-change-site-address-original{width:65%;row-gap:.5rem;column-gap:.25rem;align-items:center;line-height:1.25rem}@media screen and (max-width: 743px){.v-dynamic-change-site-address-original{width:100%}}.v-dynamic-change-site-address-original .requestTextField-wrap{margin-bottom:0}.v-dynamic-change-site-address-original .requestTextField-wrap.v-uniform-textfield{width:unset !important;margin-top:0 !important}.v-dynamic-change-site-address-original .v-dropdown.dynamicrequest-groupid-domain .ms-Dropdown-container,.v-dynamic-change-site-address-original .v-dropdown.v-dynamicrequest-exchangeresource-domain .ms-Dropdown-container{width:100% !important}.v-dynamic-change-site-address-original .v-uniform-textfield .ms-TextField-wrapper{flex:1}.dynamic-change-site-sharing .margin-left{margin-left:22px}.dynamic-change-site-sharing .organization-level-settings{margin-left:22px;color:#5d6778;font-size:14px}.dynamic-change-site-sharing .domain-prompt-margin{margin-left:22px}.dynamic-change-site-sharing .domain-prompt{color:#5d6778;font-size:14px;margin-top:8px;margin-bottom:8px}.dynamic-change-site-sharing .v-dynamicrequest-sharingsetting-messagerBar{border:1px solid #b85218 !important;background-color:#fdf8f6 !important}.dynamic-change-site-sharing .v-dynamicrequest-sharingsetting-messagerBar .ms-MessageBar-icon i{color:#b85218 !important}.dynamic-change-site-sharing .guest-access .guest-access-text-field{width:80px}.dynamic-change-site-sharing .guest-access .guest-access-option-radioErrorContainer-error{margin:0 0 30px 0}.dynamic-change-site-sharing .guest-access .guest-access-option{display:flex;align-items:baseline}.dynamic-change-site-sharing .guest-access .guest-access-limit{display:flex;align-items:baseline}.dynamic-change-site-sharing .guest-access .guest-access-limit-text-field{margin-right:5px;width:80px}.dynamic-change-site-sharing .guest-access .guest-access-label{margin-left:22px;line-height:32px}.dynamic-change-site-sharing .guest-access .guest-access-label .flex-container{display:flex}.dynamic-change-site-sharing .guest-access .ms-ChoiceField-field::after{border-width:3px !important;width:6px !important;height:6px !important;left:4px !important;top:14px !important;transition-duration:0ms !important}.dynamic-change-site-sharing .guest-access .ms-ChoiceField-field::before{height:14px !important;width:14px !important;top:10px !important;background-color:#fff !important;transition-duration:0ms !important}.dynamic-change-site-sharing .v-guest-access.guest-access .ms-ChoiceField-field::after,.dynamic-change-site-sharing .v-guest-access.guest-access .ms-ChoiceField-field.is-checked:hover::after{top:0 !important;left:0 !important;border-width:4px !important;transform:translate(calc(50% - 1.25px), calc(50% + 9px));width:8px !important;height:8px !important}.dynamic-change-site-sharing .v-guest-access.guest-access .ms-ChoiceField-field::before{transform:translate(calc(50% - 7.25px), calc(50% - 7px))}.dynamic-change-site-storage-value{margin-left:22px}.dynamic-change-site-bold-label{font-weight:bold !important}.dynamic-change-site-storage-label{display:inline}.v-input-change-site-margin{margin-top:.5rem}.v-guest-access-text-field{width:80px !important;margin-bottom:0}
.v-dynamic-request-invite-template{align-items:center;margin-bottom:18px}.v-dynamic-request-invite-template .dynamic-request-invite-template-icon{color:var(--palette-themePrimary);margin-right:8px}.v-dynamic-request-invite-template button{text-decoration:underline}.v-file-upload-name{font-weight:600 !important}.v-dynamic-request-error-message{font-size:13px !important;font-style:italic;color:var(--palette-error) !important}.v-dynamic-request-error-message label{font-size:13px !important;font-style:italic;color:var(--palette-error) !important}.v-dynamic-request-error-message span{margin-top:0;color:var(--palette-error) !important}.v-dynamic-request-error-message .v-dynamic-request-error-message-link{font-style:italic;text-decoration:underline}.v-dynamic-request-success-message{font-size:13px !important;font-style:italic;color:var(--palette-successful)}.v-dynamic-request-error-message{width:65%}@media screen and (max-width: 743px){.v-dynamic-request-error-message{width:100% !important}}.dynamic-request-invite-template{display:flex}.dynamic-request-invite-template .g-uniform-link{font-size:14px}.file-upload-name{display:inline-block}.file-upload .file-upload-button{min-width:max-content}.dynamic-request-profile-photo .file-upload-description{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .dynamic-request-profile-photo .file-upload-description{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .dynamic-request-profile-photo .file-upload-description{color:#cf3900}[data-theme=theme3] .dynamic-request-profile-photo .file-upload-description{color:#077fa6}[data-theme=theme4] .dynamic-request-profile-photo .file-upload-description{color:#b35c00}[data-theme=theme5] .dynamic-request-profile-photo .file-upload-description{color:#3e8628}[data-theme=theme6] .dynamic-request-profile-photo .file-upload-description{color:#eb0f0f}[data-theme=theme7] .dynamic-request-profile-photo .file-upload-description{color:#278265}[data-theme=theme8] .dynamic-request-profile-photo .file-upload-description{color:#7760e6}.dynamic-request-profile-photo .file-upload{display:flex;column-gap:8px}.dynamic-request-profile-photo .g-uniform-textfield{width:100%}.dynamic-request-invite-file-div{display:flex;align-items:center}.dynamic-request-profile-photo{flex:1}.dynamic-request-success-message{font-size:14px;color:var(--palette-successful);margin-top:5px;flex-grow:1}.dynamic-request-success-message span{margin-top:0;color:var(--palette-successful)}.dynamic-request-error-message{font-size:12px;color:#a4262c;margin-top:5px;flex-grow:1}.dynamic-request-error-message span{margin-top:0;color:#a4262c}.dynamic-request-profile-photo-error .ms-TextField-fieldGroup::after{border-color:#a4262c;font-size:12px}.dynamic-request-profile-photo .file-upload-description{position:relative}.dynamic-request-profile-photo .file-upload-description i{position:absolute;top:4px}.dynamic-request-invite-template-icon{color:#0071c7;margin-right:5px}.dynamic-request-error-message label{font-size:12px;color:#a4262c;margin-top:5px}.dynamic-request-invite-file-div .file-upload-name{line-height:20px}.v-dynamic-request-invite-file-div .ms-Label::after{padding-right:4px !important}.v-dynamic-request-invite-file-div .dynamic-request-error-message{margin-top:4px}.v-dynamic-request-invite-file-div .v-file-upload-attachment-field{margin-bottom:0}@media screen and (max-width: 743px){.v-dynamic-request-invite-file-div .v-file-upload-attachment-field{margin-top:0 !important}}
.dynamic-changeteam-hidden{display:none}.dynamicrequest-teamscope-wrap .validation-people-spinner-container{right:3px}
.dynamicrequest-exchangeresource-nameanddescription .dynamicrequest-exchangeresource-name-container{display:flex;flex-wrap:wrap;align-items:center}.dynamicrequest-exchangeresource-nameanddescription .dynamicrequest-exchangeresource-name-container .dynamicrequest-exchangeresource-name-prefix{word-wrap:break-word;word-break:break-all;font-size:14px;font-weight:400;white-space:pre-wrap}.dynamicrequest-exchangeresource-nameanddescription .dynamicrequest-exchangeresource-name-container .dynamicrequest-exchangeresource-name-suffix{word-wrap:break-word;word-break:break-all;font-size:14px;font-weight:400;white-space:pre-wrap}.dynamicrequest-exchangeresource-nameanddescription .ms-TextField{min-width:250px;flex-grow:1}
.g-req-dynamicceategroup-preDefineOwners #preDefineOwners{height:0px}.g-req-dynamicrequest-teamowner .validation-people-spinner-container{top:32px;right:3px}.g-req-dynamicrequest-teamowner .validation-people-label{padding-top:5px !important}.g-req-dynamicrequest-teamowner .g-common-bubble-inner{margin-top:0 !important}
.g-req-dynamicrequest-teammember .validation-people-label{padding-top:5px !important}.g-req-dynamicrequest-teammember .g-common-bubble-inner{margin-top:0 !important}.g-req-dynamicrequest-teammember .validation-people-spinner-container{top:32px;right:3px}.g-req-dynamicrequest-teammember .validation-people-root .g-PeoplePicker-ErrorText{word-wrap:break-word}
.dynamic-changeteam-hidden{display:none}.dynamicrequest-teamscope-wrap .validation-people-spinner-container{right:3px}
.dynamic-service-request-description .ms-TextField-field{scrollbar-width:thin;scrollbar-color:#cbcbcb;scrollbar-arrow-color:#f5f5f5;scrollbar-track-color:#f5f5f5;scrollbar-base-color:#cbcbcb}.dynamic-service-request-description .ms-TextField-field::-webkit-scrollbar{width:8px}.dynamic-service-request-description .ms-TextField-field::-webkit-scrollbar-thumb{border-radius:8px;background-color:#cbcbcb}.dynamic-service-request-description .ms-TextField-field::-webkit-scrollbar-track{bottom:0;top:0;background-color:#f5f5f5}.dynamic-service-request-description .ms-TextField-field::-webkit-scrollbar-corner{display:none}
.v-next-request-adduser-view-detail-dialog .v-dialog-main .ms-Modal-scrollableContent .v-common-dialog .ms-Dialog-inner .ms-Dialog-content{padding:1.5rem 2rem 1.5rem 0rem}.v-next-request-adduser-view-detail-dialog .v-dialog-main .ms-Modal-scrollableContent .v-common-dialog .ms-Dialog-inner .ms-Dialog-content .dynamic-request-adduser-panel-content .dynamicrequest-adduser-peoplepicker-content{max-width:100% !important}.text-strong{font-weight:700}
.g-shared-header{max-width:260px;font-size:28px;font-weight:lighter;line-height:36px;word-break:break-word}.v-next-dynamic-view-detail-dialog .v-dialog-main .ms-Modal-scrollableContent .v-common-dialog .ms-Dialog-inner .dialog-innerContent{height:100vh;overflow:hidden}.v-next-dynamic-view-detail-dialog .v-dialog-main .ms-Modal-scrollableContent .v-common-dialog .ms-Dialog-inner .dialog-innerContent .dynamic-request-adduser-panel-content{overflow:auto}
.dynamic-global-prompt-message{background-color:#e0f2fc}.dynamic-global-prompt-message .message-link-font{font-weight:400;font-size:14px}.dynamic-change-site-scope .ms-TextField-wrapper{width:558px}.dynamic-change-site-scope .g-common-validate-spinner{margin-left:21px}.dynamic-change-site-address-original{margin-top:10px;color:#5d6778;font-size:14px;word-break:break-word}.dynamic-change-site-sharing .margin-left{margin-left:22px}.dynamic-change-site-sharing .organization-level-settings{margin-left:22px;color:#5d6778;font-size:14px}.dynamic-change-site-sharing .domain-prompt-margin{margin-left:22px}.dynamic-change-site-sharing .domain-prompt{color:#5d6778;font-size:14px;margin-top:8px;margin-bottom:8px}.dynamic-change-site-sharing .guest-access .guest-access-text-field{width:80px}.dynamic-change-site-sharing .guest-access .guest-access-option-radioErrorContainer-error{margin:0 0 30px 0}.dynamic-change-site-sharing .guest-access .guest-access-option{display:flex;align-items:baseline}.dynamic-change-site-sharing .guest-access .guest-access-limit{display:flex;align-items:baseline}.dynamic-change-site-sharing .guest-access .guest-access-limit-text-field{margin-right:5px;width:80px}.dynamic-change-site-sharing .guest-access .guest-access-label{margin-left:22px;line-height:32px}.dynamic-change-site-sharing .guest-access .guest-access-label .flex-container{display:flex}.dynamic-change-site-sharing .guest-access .ms-ChoiceField-field::after{border-width:3px !important;width:6px !important;height:6px !important;left:4px !important;top:14px !important;transition-duration:0ms !important}.dynamic-change-site-sharing .guest-access .ms-ChoiceField-field::before{height:14px !important;width:14px !important;top:10px !important;background-color:#fff !important;transition-duration:0ms !important}.dynamic-change-site-storage-value{margin-left:22px}.dynamic-change-site-bold-label{font-weight:bold !important}.dynamic-change-site-storage-label{display:inline}.dynamic-change-site-storage-container{margin-top:10px}
.dynamicrequest-groupname-wrap .validation-people-spinner-container{right:3px}.dynamicrequest-groupname-wrap .g-common-bubble-inner{margin-top:0}.dynamicrequest-groupname-wrap .validation-people-label{padding-top:5px}.dynamicrequest-groupname-wrap .message{margin-top:5px;background:#d8ecff}.dynamicrequest-groupname-wrap .message i{color:#6aa7dd}.dynamic-request-enableteam-flexContainer{column-gap:2em;display:inline-flex;flex-direction:row;flex-wrap:wrap}

.v-dynamicrequest-request-label{margin-top:-1.5rem !important;position:relative !important}.vnext-dynamic-sitelifecycle-scope{max-width:65% !important}@media screen and (max-width: 743px){.vnext-dynamic-sitelifecycle-scope{max-width:100% !important}}


.g-dynamic-lock-message{font-size:13px;background-color:#e0f2fc}.dynamic-changesiteprofile-scope{padding-bottom:5px}.dynamic-changesiteprofile-scope .ms-TextField-wrapper{width:558px}.dynamic-changesiteprofile-scope .v-dynamic-changesiteprofile-scope-textfield{width:65%}@media screen and (max-width: 743px){.dynamic-changesiteprofile-scope .v-dynamic-changesiteprofile-scope-textfield{width:100%}}.dynamic-changesiteprofile-scope .v-dynamic-changesiteprofile-scope-textfield .ms-TextField-wrapper{width:unset}.dynamic-changesiteprofile-scope .v-dynamic-changesiteprofile-scope-textfield .g-common-validate-textfield{max-width:unset}@media screen and (max-width: 743px){.dynamic-changesiteprofile-scope .v-common-validate-container.v-dynamic-changesiteprofile-scope-textfield .v-g-common-validate-spinner{top:18px !important}}.dynamic-changesiteprofile-scope .g-common-validate-spinner{margin-left:21px}
.dynamic-view-membership-panel-container{height:93%;padding:0 2px}.dynamic-view-membership-panel-container .dynamic-view-membership-pane-search-box{min-width:200px;width:234px}.dynamic-view-membership-panel-container .dynamic-view-membership-detailslist-wrap{height:100%;flex-grow:1;display:flex;flex-direction:column}.dynamic-view-membership-panel-container .dynamic-view-membership-list{height:100%}.dynamic-changemember-table-delete{font-size:13px;color:#ff5454}.dynamic-changemember-table-delete:hover,.dynamic-changemember-table-delete:active{color:#ff5454}.dynamic-changemember-table-bold{color:#333;font-weight:600;font-size:13px}.dynamicrequest-changegroupownermember-label-text{font-weight:600 !important}.dynamicrequest-changegroupmember-label-prompt{color:#7d848b;opacity:1;font-size:14px}.dynamicrequest-changegroupmember-listheader{display:flex;flex-direction:row;justify-content:end;margin-bottom:16px}.dynamic-request-adduser-panel-content{display:flex;flex-direction:column;height:100%;width:calc(100% - 32px);margin-left:32px}.dynamicrequest-adduser-peoplepicker-content{max-width:272px}.dynamic-changegroup-adduser-panelfooter{width:100%;display:flex;justify-content:flex-end}.dynamic-changegroup-adduser-panelfooter>button{margin-right:8px}.dynamic-changemember-table-column .ms-Button{height:20px}.g-req-creategroup-notesdropdownwrap{display:flex;justify-content:space-between;padding-top:5px !important;padding-bottom:5px !important}.g-req-creategroup-notesdropdownwrap .g-common-request-label{width:100%}.dynamicrequest-hidden{display:none}.v-dynamicrequest-changemetadata-scope-wrap .ms-Label{font-weight:600}.v-dynamicrequest-changemetadata-split{width:100%;border-bottom:1px solid var(--palette-gray2);margin:24px 0}.v-dynamicrequest-scope-wrap{width:65%}.v-dynamicrequest-scope-wrap .dynamic-change-site-scope .v-uniform-textfield{max-width:100% !important}.v-dynamicrequest-scope-wrap .dynamic-change-site-scope .v-uniform-textfield .ms-TextField-wrapper{width:100%}.v-dynamicrequest-scope-wrap .dynamic-change-site-scope .g-common-validate-spinner{position:absolute;right:-32px}
.dynamic-view-membership-panel-container{height:93%;padding:0 2px}.dynamic-view-membership-panel-container .dynamic-view-membership-pane-search-box{min-width:200px;width:234px}.dynamic-view-membership-panel-container .dynamic-view-membership-detailslist-wrap{height:100%;flex-grow:1;display:flex;flex-direction:column}.dynamic-view-membership-panel-container .dynamic-view-membership-list{height:100%}.dynamic-changemember-table-delete{font-size:13px;color:#ff5454}.dynamic-changemember-table-delete:hover,.dynamic-changemember-table-delete:active{color:#ff5454}.dynamic-changemember-table-bold{color:#333;font-weight:600;font-size:13px}.dynamicrequest-changegroupownermember-label-text{font-weight:600 !important}.dynamicrequest-changegroupmember-label-prompt{color:#7d848b;opacity:1;font-size:14px}.dynamicrequest-changegroupmember-listheader{display:flex;flex-direction:row;justify-content:end;margin-bottom:16px}.dynamic-request-adduser-panel-content{display:flex;flex-direction:column;height:100%;width:calc(100% - 32px);margin-left:32px}.dynamicrequest-adduser-peoplepicker-content{max-width:272px}.dynamic-changegroup-adduser-panelfooter{width:100%;display:flex;justify-content:flex-end}.dynamic-changegroup-adduser-panelfooter>button{margin-right:8px}.dynamic-changemember-table-column .ms-Button{height:20px}.g-req-creategroup-notesdropdownwrap{display:flex;justify-content:space-between;padding-top:5px !important;padding-bottom:5px !important}.g-req-creategroup-notesdropdownwrap .g-common-request-label{width:100%}.dynamic-request-label{font-weight:600 !important}.button-area{color:#5d6778;margin-top:10px;display:flex;align-items:center}
.g-req-dynamic-metadata .g-req-dynamic-metadata-item{max-width:510px}.g-req-dynamic-metadata .g-req-dynamic-metadata-item .g-metadata-peoplepicker-validate-icon{right:-20px}.g-req-dynamic-metadata .g-req-dynamic-metadata-item .verifyPeoplePicker-icon{right:-20px}.g-req-dynamic-metadata .g-req-dynamic-metadata-item .g-metadata-loading-spinner{right:-20px}.g-req-dynamic-metadata .g-req-dynamic-metadata-item .g-metadata-common-root-hasborder{position:relative;width:510px}
.dynamic-view-membership-panel-container{height:100%;padding:0 2px}.dynamic-view-membership-panel-container .dynamic-view-membership-pane-search-box{min-width:200px;width:234px}.dynamic-view-membership-panel-container .dynamic-view-membership-detailslist-wrap{height:100%;flex-grow:1;display:flex;flex-direction:column}.dynamic-view-membership-panel-container .dynamic-view-membership-list{height:calc(100% - 65px)}.dynamic-changemember-table-delete{font-size:13px;color:#ff5454}.dynamic-changemember-table-delete:hover,.dynamic-changemember-table-delete:active{color:#ff5454}.dynamic-changemember-table-bold{color:#333;font-weight:600;font-size:13px}.dynamicrequest-changegroupownermember-label-text{font-weight:600 !important}.dynamicrequest-changegroupmember-label-prompt{color:#7d848b;opacity:1;font-size:14px}.dynamicrequest-changegroupmember-listheader{display:flex;flex-direction:row;justify-content:end;margin-bottom:16px}.dynamic-request-adduser-panel-content{display:flex;flex-direction:column;height:100%;width:calc(100% - 32px);margin-left:32px}.dynamicrequest-adduser-peoplepicker-content{max-width:272px}.dynamic-changegroup-adduser-panelfooter{width:100%;display:flex;justify-content:flex-end}.dynamic-changegroup-adduser-panelfooter>button{margin-right:8px}.dynamic-changemember-table-column .ms-Button{height:20px}.g-req-creategroup-notesdropdownwrap{display:flex;justify-content:space-between;padding-top:5px !important;padding-bottom:5px !important}.g-req-creategroup-notesdropdownwrap .g-common-request-label{width:100%}.dynamic-request-label{font-weight:600 !important}.button-area{color:#5d6778;margin-top:10px;display:flex;align-items:center}
.dynamic-request-userlicense-link{color:#0071c7;cursor:pointer;text-decoration:none;font-size:14px}.dynamic-request-userlicense-link:hover{color:#0065b3 !important;text-decoration:underline;background-color:rgba(0,0,0,0) !important}.dynamic-request-userlicense-link:active{color:#005697 !important;text-decoration:underline}.dynamic-request-userlicense-link:active:hover{color:#0065b3 !important;text-decoration:underline}.dynamic-request-userlicense-link:visited{color:#0071c7 !important}.dynamic-request-userlicense-link:focus{color:#005faa !important}.dynamic-request-userlicense-peoplepicker .validation-people-spinner-container{right:2px}.dynamic-request-userlicense-panel-header{padding:0px 40px 0px 20px}.dynamic-request-userlicense-panel-content{display:flex;flex-direction:column;height:100%;margin-left:32px}.dynamic-request-userlicense-panel-content .content-container{padding-bottom:10px}.dynamic-request-userlicense-panel-content .app-disabled{color:#c2c2c2 !important}.dynamic-request-userlicense-panel-content .app-disabled .app-license{color:#c2c2c2 !important}.dynamic-request-userlicense-panel-content .app-label{margin-top:4px}.dynamic-request-userlicense-panel-content .app-license{margin-left:4px;color:#5d6778}.v-dynamic-request-userlicense-panel-content{margin-left:0 !important}.v-dynamic-request-userlicense-panel-content .ms-Shimmer-container{width:25.937rem !important}.v-dynamic-request-userlicense-peoplepicker .g-peoplePicker-container{align-items:baseline}@media screen and (max-width: 768px){.v-dynamic-request-userlicense-panel-content .ms-Shimmer-container{width:19.3rem !important}}
.v-search-box .ms-SearchBox-field{padding-right:.75rem}
.dynamic-manage-permission-scope{display:flex}.dynamic-manage-permission-scope .has-browser-button input{padding-right:3rem}.dynamic-manage-permission-scope .tree-icon{width:24px;margin-left:0px;color:#106ebe;cursor:pointer}.dynamic-manage-permission-scope-tree .g-panel-header-container{padding:20px 40px 15px 40px}.dynamic-manage-permission-scope-tree .g-req-managepermission-tree{padding:0 16px}.dynamic-manage-permission-scope-tree .g-req-managepermission-tree .g-tree-column-container :first-child{width:480px;overflow:hidden;text-overflow:ellipsis}.dynamic-manage-permission-scope-tree .g-common-pivot{margin-left:-10px}.dynamic-manage-permission-scope-tree .g-tree-nav{margin-left:-13px}.dynamic-manage-permission-scope-tree .g-tree-list{margin-left:-10px}.dynamic-manage-permission-scope-label .label{margin-top:0px}.dynamic-manage-permission-scope-icon{color:#0071c7;cursor:pointer;text-decoration:none;padding:0;background-color:#fff}.dynamic-manage-permission-scope-icon .ms-Icon{font-size:19px;height:19px}.dynamic-manage-permission-scope-icon .ms-Icon:hover{font-size:19px;height:19px;color:#0071c7;background-color:#fff}.dynamic-manage-permission-scope-icon .span:hover{color:#0071c7;background-color:#fff}.root-148:hover{color:#0071c7;background-color:#fff}.v-dynamic-manage-permission-scope-label .v-dynamic-manage-permission-scope{position:relative}.v-dynamic-manage-permission-scope-label .v-dynamic-manage-permission-scope .g-common-validate-spinner{position:absolute;transform:translate(0, 50%);right:-0.938rem;margin:0;width:1.25rem}.v-dynamic-manage-permission-scope-label .v-dynamic-manage-permission-scope .m-g-common-validate-spinner{position:absolute;transform:translate(0, 50%);right:-0.938rem;margin:0;width:1.25rem}@media screen and (max-width: 743px){.v-dynamic-manage-permission-scope-label .v-dynamic-manage-permission-scope .m-g-common-validate-spinner{transform:translate(0, 100%) !important}}.v-dynamic-manage-permission-scope-label .v-dynamicrequest-request-label .label-scope-title{font-weight:600;font-size:14px;line-height:20px}.dynamicrequest-request-header-label{font-weight:400;font-size:14px;line-height:18px;padding-bottom:1.188rem}.v-dynamicrequest-request-header-label{margin-top:1.5rem}.v-tree-icon-custom{position:absolute;right:1.563rem;top:.313rem}@media screen and (max-width: 743px){.v-tree-icon-custom{top:1.05rem !important;position:absolute;right:1.563rem}}.v-tree-icon-custom .ms-Icon.ms-Button-icon{font-weight:900;font-size:14px;line-height:20px}.v-tree-icon-custom .ms-Button.ms-Button--icon.dynamic-manage-permission-scope-icon{color:var(--palette-themePrimary);background:none}.v-tree-icon-custom .ms-Button.ms-Button--icon.dynamic-manage-permission-scope-icon i{margin:0}.v-tree-icon-custom .ms-Button.ms-Button--icon.dynamic-manage-permission-scope-icon i:hover{color:var(--palette-themePrimary)}
.g-req-dynamicrequest-managepermission .permissions-loading .ms-DetailsList{border-style:solid;border-width:5px;border-color:#eee}.g-req-dynamicrequest-managepermission .permission-action-remove{padding-right:10px}.g-req-dynamicrequest-managepermission .permissions-label{margin:8px 0}.g-req-dynamicrequest-managepermission .actions-wrapper{text-align:end}.g-req-dynamicrequest-managepermission .actions-wrapper .button{display:inline-block;margin:8px 0 0 8px}.g-req-dynamicrequest-managepermission .permissions{margin-top:8px}.g-req-dynamicrequest-managepermission .permission-changed .ms-DetailsRow{background-color:#fffae6}.g-req-dynamicrequest-managepermission .permission-changed .ms-DetailsRow:hover{background-color:#fffae6}.g-req-dynamicrequest-managepermission .permission-removed{border:#e6e7e8;position:relative}.g-req-dynamicrequest-managepermission .permission-removed div,.g-req-dynamicrequest-managepermission .permission-removed span,.g-req-dynamicrequest-managepermission .permission-removed a,.g-req-dynamicrequest-managepermission .permission-removed button{color:#c2c5c8 !important}.g-req-dynamicrequest-managepermission .permission-removed::after{content:"";display:block;height:1px;background-color:#e6e7e8;position:absolute;left:0;right:100px;margin:auto;top:50%}.g-req-dynamicrequest-managepermission .v-permission-removed{border:var(--palette-gray6);position:relative}.g-req-dynamicrequest-managepermission .v-permission-removed div,.g-req-dynamicrequest-managepermission .v-permission-removed span,.g-req-dynamicrequest-managepermission .v-permission-removed a,.g-req-dynamicrequest-managepermission .v-permission-removed button{color:var(--palette-gray6) !important}.g-req-dynamicrequest-managepermission .v-permission-removed .g-req-row-cell{width:fit-content;position:relative}.g-req-dynamicrequest-managepermission .v-permission-removed .g-req-row-cell:first-child::after{content:"";display:block;height:1px;background-color:var(--palette-gray6);position:absolute;left:0;right:0;margin:auto;top:50%}.g-req-dynamicrequest-managepermission .ms-List-cell{min-height:0}.g-req-row-action-notedit{display:flex;align-items:center}.g-req-row-action-notedit .g-req-row-icon-notedit{font-size:15px;cursor:pointer;margin-right:4px;color:#0071c7}.g-req-row-action-notedit .g-req-row-font-notedit{font-size:12px;padding:2px 0 8px 0}.v-g-req-row-action-notedit{display:flex;align-items:center}.v-g-req-row-action-notedit .v-g-req-row-icon-notedit{font-size:14px;cursor:pointer;margin-right:4px;color:var(--palette-themePrimary)}.v-g-req-row-action-notedit .v-g-req-row-font-notedit{font-size:12px}.g-req-dynamicrequest-managepermission-panel-container{display:flex;flex-direction:column;height:100%;margin:0 35px;padding-bottom:10px}.g-req-dynamicrequest-managepermission-panel-header{margin:0;padding:16px 32px;padding-right:44px}.margin-left-22{margin-left:22px}.g-req-manage-permission-list{margin-top:30px}.g-renew-common-title .ms-Panel-headerText{min-width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.permissions .g-req-common-details-list{min-height:130px}.permissions .g-req-common-details-list .g-req-details-noitem{margin:25px}.g-manage-permission-view-member .g-req-row-cell{max-width:180px}.v-g-req-dynamicrequest-managepermission .v-m-action-wrapper{display:flex;align-items:center;text-align:center;justify-content:space-between}.v-g-req-dynamicrequest-managepermission .v-actions-wrapper{display:flex;align-items:center;margin-top:1rem;margin-bottom:1.5rem;gap:.5rem}.v-g-req-dynamicrequest-managepermission .v-actions-wrapper .v-g-req-permissions-list-header-button{height:2.5rem !important}.v-g-req-dynamicrequest-managepermission .v-actions-wrapper .g-req-permissions-list-header-button{background-color:#fff !important;border:1px solid var(--palette-gray2);border-radius:4px;margin:0;font-weight:600;font-size:14px}.v-g-req-dynamicrequest-managepermission .v-actions-wrapper .g-req-permissions-list-header-button .ms-Button-flexContainer i{color:var(--palette-themePrimary);font-size:14px}.v-req-dynamicreate-managerpermission-dialog-view-member-container .ms-Modal-scrollableContent .ms-Dialog--close.v-common-dialog.v-common-dialog-content .ms-Dialog-inner.dialog-inner .ms-Dialog-content.dialog-innerContent .v-g-req-dynamicrequest-managepermission-panel-container{margin:0}.v-req-dynamicreate-managerpermission-dialog-view-member-container .ms-Modal-scrollableContent .ms-Dialog--close.v-common-dialog.v-common-dialog-content .ms-Dialog-inner.dialog-inner .ms-Dialog-content.dialog-innerContent .g-req-manage-permission-list{margin-top:1.5rem}.v-req-dynamicreate-managerpermission-dialog-view-member-container .ms-Modal-scrollableContent .ms-Dialog--close.v-common-dialog.v-common-dialog-content .ms-Dialog-inner.dialog-inner .ms-Dialog-content.dialog-innerContent .g-req-manage-permission-list .v-g-req-common-details-list .ms-DetailsList.is-horizontalConstrained.v-detailList.g-req-details-list .ms-DetailsList-headerWrapper .ms-DetailsHeader-cell{width:8.688rem !important}.v-req-dynamicreate-managerpermission-dialog-view-member-container .ms-Modal-scrollableContent .ms-Dialog--close.v-common-dialog.v-common-dialog-content .ms-Dialog-inner.dialog-inner .ms-Dialog-content.dialog-innerContent .g-req-manage-permission-list .v-g-req-common-details-list .ms-DetailsList.is-horizontalConstrained.v-detailList.g-req-details-list-no-data .ms-DetailsList-headerWrapper .ms-DetailsHeader-cell{width:8.688rem !important}.v-req-dynamicreate-managerpermission-dialog-view-member-container .ms-Modal-scrollableContent .ms-Dialog--close.v-common-dialog.v-common-dialog-content .ms-Dialog-inner.dialog-inner .ms-Dialog-content.dialog-innerContent .g-req-manage-permission-list .v-g-req-common-details-list .ms-DetailsList-contentWrapper .ms-List-surface .ms-List-cell .ms-DetailsRow-fields .g-row-cell-container.ms-DetailsRow-cell{width:8.688rem !important}.v-req-dynamicreate-managerpermission-dialog-view-member-container .g-req-manage-permission-list .g-row-cell{font-size:.875rem}.v-g-manage-permission-person{cursor:pointer;line-height:20px}.v-hidden-label{display:none}.v-g-manage-permission-name{font-size:.875rem}.v-req-dynamicreate-managerpermission-breakInherit-dialog-container .g-req-dynamicrequest-managepermission-panel-container{padding-bottom:0px;margin-left:0px}.v-req-dynamicreate-managerpermission-breakInherit-dialog-container .g-req-dynamicrequest-managepermission-panel-container .ms-Label.v-label{padding-top:0px;font-weight:600}
.g-req-dynamicrequest-managepermission-levels .permission-level-name{line-height:24px}.v-req-dynamicrequest-managepermission-levels{margin-top:1.5rem}.v-req-dynamicrequest-managepermission-levels .v-common-request-label{margin-top:0}.g-req-dynamicrequest-managepermission-levels .permission-level-name,.v-req-dynamicrequest-managepermission-levels .permission-level-name{word-break:break-word}.dynamic-request-duration-field{display:flex}.dynamic-request-duration-field .duration{width:100px;margin-right:8px}.g-manage-permissions-error-message{min-height:24px}.dynamic-request-permission-label{margin-bottom:10px}.dynamic-request-grant-duration-dropdown{width:80px !important}.v-dynamic-request-grant-duration-dropdown{width:120px !important}.g-req-remove-permissions-panel-name .g-common-request-label label{font-weight:400 !important}.v-g-req-dynamicrequest-managepermission-dialog-remove-permission-container .ms-Label.v-label{font-weight:600;font-size:14px;line-height:20px;padding-top:0;margin-top:1.5rem}.v-g-req-dynamicrequest-managepermission-dialog-remove-permission-container .ms-Label.v-label:first-child{margin-top:0}.v-g-req-dynamicrequest-managepermission-dialog-remove-permission-container .ms-MessageBar.ms-MessageBar-multiline.dynamic-global-prompt-message{margin-top:.75rem;border:1px solid var(--palette-information);background-color:var(--palette-informationLight);color:var(--palette-slate);border-radius:4px}.v-g-req-dynamicrequest-managepermission-dialog-remove-permission-container .ms-MessageBar.ms-MessageBar-multiline.dynamic-global-prompt-message .ms-MessageBar-content .ms-MessageBar-icon i[data-icon-name=Info]{color:var(--palette-information)}.v-g-req-dynamicrequest-managepermission-dialog-remove-permission-container .v-g-req-remove-permissions-panel-name{display:flex;flex-direction:row;padding-bottom:.125rem}.v-g-req-dynamicrequest-managepermission-dialog-remove-permission-container .v-g-req-remove-permissions-panel-name .v-g-req-remove-permissions-title-name{height:2.5rem;background-color:var(--palette-gray1);width:8.625rem;display:flex;align-items:center;padding-left:.5rem;font-weight:600}.v-g-req-dynamicrequest-managepermission-dialog-remove-permission-container .v-g-req-remove-permissions-panel-name .v-req-remove-permissions-title-description{height:auto;background-color:var(--palette-gray1);width:8.625rem;display:flex;align-items:center;padding-left:.5rem;font-weight:600}.v-g-req-dynamicrequest-managepermission-dialog-remove-permission-container .v-g-req-remove-permissions-panel-name .v-req-remove-permissions-content-description{max-width:65%;padding-left:.5rem;padding-top:0}.v-g-req-dynamicrequest-managepermission-dialog-remove-permission-container .v-g-req-remove-permissions-panel-name .v-g-req-remove-permission-content-name{display:flex;align-items:center;text-align:center;margin-left:.5rem}.v-g-req-dynamicrequest-managepermission-dialog-remove-permission-container .v-g-req-remove-permissions-panel-name .v-g-req-remove-permission-content-name .ms-TooltipHost .ms-Persona-details{padding-left:.5rem}.v-g-req-permissions-list-header-button-mobile{height:2.5rem !important;margin-right:.5rem !important}@media screen and (max-width: 743px){.v-g-req-dynamicrequest-managepermission-dialog-remove-permission-container .v-g-req-remove-permissions-panel-name .v-g-req-remove-permissions-title-name{width:6rem}}@media screen and (max-width: 743px){.v-g-req-dynamicrequest-managepermission-dialog-remove-permission-container .v-g-req-remove-permissions-panel-name .v-req-remove-permissions-title-description{width:6rem}}@media screen and (max-width: 743px){.v-g-req-dynamicrequest-managepermission-dialog-remove-permission-container .v-g-req-remove-permissions-panel-name .v-g-req-remove-permission-content-name .ms-TooltipHost{width:15.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width: 743px){.v-g-req-dynamicrequest-managepermission-dialog-remove-permission-container .v-g-req-remove-permissions-panel-name .v-req-remove-permissions-content-description{max-width:70%;padding-left:.5rem;padding-top:0}}.v-notification-custom{font-size:14px}
.permission-required-signal{position:absolute}.permission-required-signal::after{left:-8px;content:"*";color:#a4262c;position:relative;top:-5px}.g-req-dynamicrequest-managepermission-panel-container.v-g-req-dynamicrequest-managepermission-panel-container{margin:0 2rem}.g-req-dynamicrequest-managepermission-panel-container.v-g-req-dynamicrequest-managepermission-panel-container.g-req-dynamicrequest-managepermission-panel-container{padding-bottom:0}.g-req-dynamicrequest-managepermission-panel-container.v-g-req-dynamicrequest-managepermission-panel-container .request-dropdown-wrapper.v-dropdown.ms-Dropdown-container{width:100%}.g-req-dynamicrequest-managepermission-panel-container.v-g-req-dynamicrequest-managepermission-panel-container .ms-Label.v-label{font-weight:600;padding-top:0}.g-req-dynamicrequest-managepermission-panel-container.v-g-req-dynamicrequest-managepermission-panel-container .v-temporary-duration-wrapper{margin-top:1.5rem}.g-req-dynamicrequest-managepermission-panel-container.v-g-req-dynamicrequest-managepermission-panel-container .v-temporary-duration-wrapper .v-common-request-label{margin-top:0}.v-g-req-dynamicrequest-managepermission-panel-container,.v-req-dynamicreate-managerpermission-dialog-container{margin:0 !important}.v-g-req-dynamicrequest-managepermission-panel-container .g-peoplePicker-container .v-peoplePicker-input,.v-req-dynamicreate-managerpermission-dialog-container .g-peoplePicker-container .v-peoplePicker-input{flex-grow:1;overflow:hidden}.v-g-req-dynamicrequest-managepermission-panel-container .g-peoplePicker-container .v-peoplePicker-suffix,.v-req-dynamicreate-managerpermission-dialog-container .g-peoplePicker-container .v-peoplePicker-suffix{flex-grow:0}.v-g-req-dynamicrequest-managepermission-panel-container .ms-StackItem:has(.ms-Dropdown-container),.v-req-dynamicreate-managerpermission-dialog-container .ms-StackItem:has(.ms-Dropdown-container){max-width:100%}.v-g-req-dynamicrequest-managepermission-panel-container .v-checkbox .ms-Checkbox-text,.v-req-dynamicreate-managerpermission-dialog-container .v-checkbox .ms-Checkbox-text{word-break:break-word}.g-temporary-duration-wrapper .g-common-request-label .g-common-bubbletitle .g-common-bubble-inner{margin-top:0px !important}.v-grand-user-permission .v-margin-left-22{margin-left:1.375rem}.v-grand-user-permission .v-margin-left-22 .ms-Dropdown-container.v-margin-left-22{margin-left:0;width:100%}.v-grand-user-permission .v-margin-left-22 .ms-Dropdown-container.v-margin-left-22 .v-common-request-label{margin-top:0}.v-grand-user-permission .v-dropdown.v-margin-left-22 .ms-Label.v-label{padding-top:1rem;font-weight:600}.v-grand-user-permission .g-req-permissionspanel-peoplepicker.v-margin-left-22{margin-bottom:0rem}.v-grand-user-permission .g-req-permissionspanel-peoplepicker.v-margin-left-22 .validation-people-root.v-validation-people-root{width:100%}.v-grand-user-permission .g-req-permissionspanel-peoplepicker .request-dropdown-wrapper .ms-Dropdown-container.v-request-dropdown-group{width:100%}.v-grand-user-permission .g-req-permissionspanel-peoplepicker .v-dropdown.v-request-dropdown-group{margin-left:1.375rem}.v-grand-user-permission-custom .v-margin-left-22{margin-left:0}.v-grand-user-permission-custom .g-req-permissionspanel-peoplepicker .v-dropdown.v-request-dropdown-group{margin-left:0}.v-grand-user-permission-custom .v-dropdown.v-request-dropdown-custom .ms-Label.v-label{padding-top:0;font-weight:600}.v-grand-user-permission-custom .v-request-dropdown-group .ms-Label.v-label{padding-top:1rem}.v-dynamic-manage-footer .v-button-default{height:2.5rem;width:5rem}.v-dynamic-manage-footer .v-button-save{height:2.5rem;width:5rem;margin-right:0;background-color:var(--palette-themePrimary)}.v-validation-people-root .v-list-people-picker .ms-BasePicker-text:has(input[aria-invalid=true]){border-color:#d01b1b}.v-validation-people-root .v-list-people-picker .ms-BasePicker-text:has(input[aria-invalid=true])::after{border-color:rgba(0,0,0,0) !important}
.welcome-email-send-choice .ms-ChoiceFieldGroup-flexContainer{display:flex}.welcome-email-send-choice .ms-ChoiceFieldGroup-flexContainer .ms-ChoiceField{margin-right:30px}.v-welcome-email-send-choice .ms-ChoiceFieldGroup-flexContainer{display:flex;flex-direction:column}.v-dynamicrequest-wrapper .v-label-container{align-items:baseline}@media(max-width: 479px){.v-dynamicrequest-wrapper{margin-top:1.5rem}.g-common-request-label.v-common-request-label{display:block}.g-common-request-label.v-common-request-label .v-label-container .ms-Label.dynamicrequest-request-label.v-label{margin-top:0}.ms-ChoiceFieldGroup .ms-ChoiceFieldGroup-flexContainer .ms-ChoiceField{margin-bottom:0}}
.g-req-dynamicrequest-sharinglink .sharingLinks-loading .ms-DetailsList{border-style:solid;border-width:5px;border-color:#eee}.g-req-dynamicrequest-sharinglink .sharingLinks-label{margin:8px 0}.g-req-dynamicrequest-sharinglink .actions-wrapper{text-align:end}.g-req-dynamicrequest-sharinglink .actions-wrapper .button{display:inline-block;margin:8px 0 0 8px}.g-req-dynamicrequest-sharinglink .sharingLinks{margin-top:8px}.g-req-dynamicrequest-sharinglink .sharingLink-changed .ms-DetailsRow{background-color:#fffae6}.g-req-dynamicrequest-sharinglink .sharingLink-changed .ms-DetailsRow:hover{background-color:#fffae6}.g-req-dynamicrequest-sharinglink .sharingLink-removed{border:#e6e7e8;position:relative}.g-req-dynamicrequest-sharinglink .sharingLink-removed div,.g-req-dynamicrequest-sharinglink .sharingLink-removed span,.g-req-dynamicrequest-sharinglink .sharingLink-removed a,.g-req-dynamicrequest-sharinglink .sharingLink-removed button{color:#c2c5c8 !important}.g-req-dynamicrequest-sharinglink .sharingLink-removed::after{content:"";display:block;height:1px;background-color:#e6e7e8;position:absolute;left:0;right:100px;margin:auto;top:50%}.g-req-dynamicrequest-sharinglink .ms-List-cell{min-height:0}.g-req-dynamicrequest-managepermission-panel-container{display:flex;flex-direction:column;height:100%;margin:0 35px;padding-bottom:10px}.g-req-dynamicrequest-managepermission-panel-header{margin:0;padding:16px 32px;padding-right:44px}.margin-left-22{margin-left:22px}.g-req-manage-permission-list{margin-top:30px}.g-renew-common-title .ms-Panel-headerText{min-width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.permissions .g-req-common-details-list{min-height:130px}.permissions .g-req-common-details-list .g-req-details-noitem{margin:25px}.g-manage-permission-view-member .g-req-row-cell{max-width:180px}.v-req-dynamicreate-managerpermission-dialog-container-border-bottom-none .v-dropdown.g-req-permissionspanel-name .ms-Dropdown-container.g-req-permissionspanel-name{width:100%}.v-req-dynamicreate-managerpermission-dialog-container-border-bottom-none .ms-Dialog-actions .ms-Dialog-actionsRight{border-top:none;padding-top:0}.v-g-req-dynamicrequest-managepermission-comopnents .request-dropdown-wrapper .v-dropdown .ms-Dropdown-container{width:100%}.v-g-req-dynamicrequest-managepermission-comopnents .request-dropdown-wrapper .v-g-req-permissionspanel-name .ms-Label.v-label{font-weight:600}.v-g-req-dynamicrequest-managepermission-comopnents .g-req-permissionspanel-name{padding-bottom:1.188rem}.v-g-req-dynamicrequest-managepermission-comopnents .g-req-permissionspanel-name .g-common-request-label .ms-Label.v-label{font-size:14px;font-weight:600;line-height:20px;padding:0}.v-g-req-dynamicrequest-managepermission-comopnents .g-req-permissionspanel-name .ms-Label{padding-top:.25rem}.v-g-req-dynamicrequest-managepermission-comopnents .request-dropdown-wrapper .v-dropdown.g-req-permissionspanel-name{padding-bottom:0}.v-g-req-dynamicrequest-managepermission-comopnents .request-dropdown-wrapper .ms-Label.v-label{padding-top:0}.v-g-req-dynamicrequest-managepermission-comopnents .request-dropdown-wrapper .ms-Dropdown-container.g-req-permissionspanel-name{padding-bottom:0}.v-g-req-dynamicrequest-managepermission-comopnents .dynamicrequest-request-group-member{border-top:1px solid var(--palette-gray2);padding-top:1.188rem;margin-top:1.5rem}.v-g-req-dynamicrequest-managepermission-comopnents .dynamicrequest-request-group-member .people-picker-wrapper{margin-bottom:0 !important}.v-g-req-dynamicrequest-managepermission-comopnents .dynamicrequest-request-group-member .g-common-request-label .v-label-container .ms-Label.v-label{font-weight:700;font-size:14px;line-height:20px;padding-bottom:0}.v-g-req-dynamicrequest-managepermission-comopnents .dynamicrequest-request-group-member .validation-people-root.v-validation-people-root{margin-top:0;width:100%}.v-g-req-dynamicrequest-managepermission-comopnents .dynamicrequest-request-group-member .dynamicrequest-request-label{margin-top:1rem}.v-g-req-dynamicrequest-managepermission-comopnents .dynamicrequest-request-group-member .dynamicrequest-request-label .ms-Label.v-validation-people-label.v-label{padding-top:0}.v-g-req-dynamicrequest-managepermission .v-actions-wrapper .v-g-req-permissions-list-header-button-sharing-link{margin:0;background-color:#fff !important;border:1px solid var(--palette-gray2);border-radius:4px;font-weight:600;font-size:14px;height:2.5rem !important}.v-req-dynamicreate-managerpermission-dialog-view-sharing-link-container .ms-Modal-scrollableContent .ms-Dialog-inner.dialog-inner .ms-Dialog-actions{display:none}.v-req-dynamicreate-managerpermission-dialog-view-sharing-link-container .ms-Modal-scrollableContent .ms-Dialog--close.v-common-dialog.v-common-dialog-content .ms-Dialog-content.dialog-innerContent .view-details-line .v-view-details-line-left.view-details-line-plain{color:#27313c;font-size:14px;flex:2 0 4.75rem;word-break:break-word;white-space:pre-wrap;font-weight:600}.v-req-dynamicreate-managerpermission-dialog-view-sharing-link-container .ms-Modal-scrollableContent .ms-Dialog--close.v-common-dialog.v-common-dialog-content .ms-Dialog-content.dialog-innerContent .view-details-line .view-details-line-right{color:#5d6778;overflow:hidden;flex:1 0 20rem;margin-left:1.5rem;padding:0;word-break:break-word;white-space:pre-wrap}.v-req-dynamicreate-managerpermission-dialog-view-sharing-link-container .ms-Modal-scrollableContent .ms-Dialog--close.v-common-dialog.v-common-dialog-content .ms-Dialog-content.dialog-innerContent .view-details-line:last-child{padding-bottom:0}.v-req-dynamicreate-managerpermission-dialog-view-sharing-link-container .ms-Modal-scrollableContent .ms-Dialog--close.v-common-dialog.v-common-dialog-content .ms-Dialog-content.dialog-innerContent .v-view-details-line-left.view-details-line-custom .dynamicrequest-request-group-member .g-common-request-label{margin-bottom:0}.v-req-dynamicreate-managerpermission-dialog-view-sharing-link-container .ms-Modal-scrollableContent .ms-Dialog--close.v-common-dialog.v-common-dialog-content .ms-Dialog-content.dialog-innerContent .v-view-details-line-left.view-details-line-custom .dynamicrequest-request-group-member .g-common-request-label .ms-Label.v-label{padding-bottom:0px}.v-req-dynamicreate-managerpermission-dialog-view-sharing-link-container .ms-Modal-scrollableContent .ms-Dialog--close.v-common-dialog.v-common-dialog-content .ms-Dialog-content.dialog-innerContent .v-view-details-line-left.view-details-line-custom .people-picker-wrapper{margin-bottom:0 !important}.v-req-dynamicreate-managerpermission-dialog-view-sharing-link-container .ms-Modal-scrollableContent .ms-Dialog--close.v-common-dialog.v-common-dialog-content .ms-Dialog-content.dialog-innerContent .v-view-details-line-left.view-details-line-custom .people-picker-wrapper .validation-people-root.v-validation-people-root{width:100%;margin-top:1rem}.v-req-dynamicreate-managerpermission-dialog-view-sharing-link-container .ms-Modal-scrollableContent .ms-Dialog--close.v-common-dialog.v-common-dialog-content .ms-Dialog-content.dialog-innerContent .v-view-details-line-left.view-details-line-custom .people-picker-wrapper .validation-people-root.v-validation-people-root .dynamicrequest-request-label .g-common-request-label .ms-Label.v-validation-people-label.v-label{padding-top:0}.v-req-dynamicreate-managerpermission-dialog-view-sharing-link-container .ms-Dialog-actionsRight{display:none}
.g-req-multi-guest-metadata-root{max-width:100%}.g-req-multi-guest-metadata-box{max-width:100% !important}.g-req-multi-guest-metadata-box .g-metadata-loading-spinner{margin:-25px 0 0 799px}.g-req-multi-guest-metadata-box .g-metadata-loading-spinner .ms-Spinner-circle{height:16px;width:16px}.g-req-multi-guest-metadata-content .g-metadata-terms-tag{max-width:96%}.g-req-multi-guest-renewal-error{font-size:12px;font-weight:400;color:#a4262c}.g-req-multi-guest-email-email{position:relative}.g-req-multi-guest-email-email .g-req-multi-guest-email-icon{position:absolute;top:35px;right:-20px}.g-req-multi-guest-email-email .g-req-multi-guest-email-icon .g-req-multi-guest-email-icon-alert{color:#e60f0f}.g-req-multi-guest-email-email .g-req-multi-guest-email-icon .g-req-multi-guest-email-icon-complete{color:#59f100}.g-req-multi-guest-email-email .g-req-multi-guest-email-description{color:#666;font-size:12px;margin-top:5px}
.inviting-guest-basicInfo-invite-error{font-size:12px;font-weight:400}.inviting-guest-basicInfo-invite-error .internationalization-label{font-size:12px;color:#a4262c !important}.inviting-guest-basicInfo-invite-error .v-inviting-guest-basicInfo-invite-error{font-style:italic !important;text-decoration:underline}.v-next-picker-submit-list-scroll{flex-grow:0}.v-next-picker-submit-list-scroll .ms-PeoplePicker-Outer{overflow:hidden;height:100%}.v-next-picker-submit-list-scroll .ms-PeoplePicker-Outer .ms-SelectionZone{overflow-y:auto}.v-next-picker-submit-list-scroll .ms-PeoplePicker-Outer .ms-BasePicker .ms-BasePicker-input{font-size:14px}.v-next-picker-submit-list-scroll .ms-PeoplePicker-Outer>div{height:100%;display:flex;flex-direction:column}.v-next-picker-submit-list-scroll .ms-SelectionZone{max-height:19rem}.v-next-picker-submit-list-scroll .ms-SelectionZone .ms-PickerPersona-container{width:100%}.v-next-picker-submit-list-scroll .validation-people-spinner-container .validation-people-spinner{transform:none !important;bottom:-0.9rem !important;right:0 !important;display:flex;align-items:center;justify-content:center;height:30px;width:30px}.v-invite-guest-user-addToGroup .vnext-PeoplePicker-ErrorText{max-width:100% !important}.v-invite-guest-user-addToGroup .vnext-PeoplePicker-ErrorText .inviting-guest-basicInfo-invite-error .internationalization-label{font-size:13px;color:#d01b1b !important}.v-invite-guest-user-addToGroup .vnext-PeoplePicker-ErrorText .inviting-guest-basicInfo-invite-error .internationalization-input .v-inviting-guest-basicInfo-invite-error{font-size:13px}
.dynamicRequest-inviteGuestUserName .dynamicRequest-inviteGuestUserName-container{display:flex;flex-wrap:wrap;align-items:center}.dynamicRequest-inviteGuestUserName .dynamicRequest-inviteGuestUserName-container .dynamicRequest-inviteGuestUserName-prefix{word-wrap:break-word;word-break:break-all;font-size:14px;font-weight:400;white-space:pre-wrap}.dynamicRequest-inviteGuestUserName .dynamicRequest-inviteGuestUserName-container .dynamicRequest-inviteGuestUserName-suffix{word-wrap:break-word;word-break:break-all;font-size:14px;font-weight:400;white-space:pre-wrap}.dynamicRequest-inviteGuestUserName .ms-TextField{min-width:250px;flex-grow:1}
.v-dynamic-request-invite-template{align-items:center;margin-bottom:18px}.v-dynamic-request-invite-template .dynamic-request-invite-template-icon{color:var(--palette-themePrimary);margin-right:8px}.v-dynamic-request-invite-template button{text-decoration:underline}.v-file-upload-name{font-weight:600 !important}.v-dynamic-request-error-message{font-size:13px !important;font-style:italic;color:var(--palette-error) !important}.v-dynamic-request-error-message label{font-size:13px !important;font-style:italic;color:var(--palette-error) !important}.v-dynamic-request-error-message span{margin-top:0;color:var(--palette-error) !important}.v-dynamic-request-error-message .v-dynamic-request-error-message-link{font-style:italic;text-decoration:underline}.v-dynamic-request-success-message{font-size:13px !important;font-style:italic;color:var(--palette-successful)}.v-dynamic-request-error-message{width:65%}@media screen and (max-width: 743px){.v-dynamic-request-error-message{width:100% !important}}.dynamic-request-invite-template{display:flex}.dynamic-request-invite-template .g-uniform-link{font-size:14px}.file-upload-name{display:inline-block}.file-upload .file-upload-button{min-width:max-content}.dynamic-request-invite-template-file .file-upload-description{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .dynamic-request-invite-template-file .file-upload-description{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .dynamic-request-invite-template-file .file-upload-description{color:#cf3900}[data-theme=theme3] .dynamic-request-invite-template-file .file-upload-description{color:#077fa6}[data-theme=theme4] .dynamic-request-invite-template-file .file-upload-description{color:#b35c00}[data-theme=theme5] .dynamic-request-invite-template-file .file-upload-description{color:#3e8628}[data-theme=theme6] .dynamic-request-invite-template-file .file-upload-description{color:#eb0f0f}[data-theme=theme7] .dynamic-request-invite-template-file .file-upload-description{color:#278265}[data-theme=theme8] .dynamic-request-invite-template-file .file-upload-description{color:#7760e6}.dynamic-request-invite-template-file .file-upload{display:flex;column-gap:8px}.dynamic-request-invite-template-file .g-uniform-textfield{width:100%}.dynamic-request-invite-file-div{display:flex;align-items:center}.dynamic-request-invite-template-file{flex:1}.dynamic-request-success-message{font-size:14px;color:var(--palette-successful);margin-top:5px;flex-grow:1}.dynamic-request-success-message span{margin-top:0;color:var(--palette-successful)}.dynamic-request-error-message{font-size:12px;color:#a4262c;margin-top:5px;flex-grow:1}.dynamic-request-error-message span{margin-top:0;color:#a4262c}.dynamic-request-invite-template-file-error .ms-TextField-fieldGroup::after{border-color:#a4262c;font-size:12px}.dynamic-request-invite-template-file .file-upload-description{position:relative}.dynamic-request-invite-template-file .file-upload-description i{position:absolute;top:4px}.dynamic-request-invite-template-icon{color:#0071c7;margin-right:5px}.dynamic-request-error-message label{font-size:12px;color:#a4262c;margin-top:5px}.dynamic-request-invite-file-div .file-upload-name{line-height:20px}.v-dynamic-request-invite-file-div .ms-Label::after{padding-right:4px !important}.v-dynamic-request-invite-file-div .dynamic-request-error-message{margin-top:4px}.v-dynamic-request-invite-file-div .v-file-upload-attachment-field{margin-bottom:0}@media screen and (max-width: 743px){.v-dynamic-request-invite-file-div .v-file-upload-attachment-field{margin-top:0 !important}}
.margin-top-8{margin-top:8px}.invite-guestuser-contactinfomation-top-16 .v-uniform-textfield .ms-TextField-wrapper .v-common-request-label{margin-top:16px !important}.invite-guestuser-contactinfomation-border{border:0 solid var(--palette-gray2);border-width:.0625rem 0 .0625rem;padding-bottom:1.5rem;margin-top:1.5rem}
.g-req-multi-newguest-email-email{position:relative}.g-req-multi-newguest-email-email .g-req-multi-newguest-email-icon{position:absolute;top:35px;right:-20px}.g-req-multi-newguest-email-email .g-req-multi-newguest-email-icon .g-req-multi-newguest-email-icon-alert{color:#e60f0f}.g-req-multi-newguest-email-email .g-req-multi-newguest-email-icon .g-req-multi-newguest-email-icon-complete{color:#59f100}.g-req-multi-newguest-email-email .g-req-multi-newguest-email-description{color:#666;font-size:12px;margin-top:5px}.g-req-multi-newguest-email-email .v-g-req-multi-newguest-email-description{font-weight:400;font-style:italic;line-height:20px;color:var(--palette-gray6);font-size:13px}.v-dynamicrequest-exchangeresource-name-container{width:65%}@media screen and (max-width: 743px){.v-dynamicrequest-exchangeresource-name-container{width:100%}}.v-dynamicrequest-exchangeresource-name-container .dynamic-change-site-scope{width:100% !important}.v-dynamicrequest-exchangeresource-name-container .dynamic-change-site-scope .v-uniform-textfield{max-width:100% !important}.v-dynamicrequest-exchangeresource-name-container .dynamic-change-site-scope .v-uniform-textfield .ms-TextField-wrapper{width:100% !important}.v-dynamicrequest-exchangeresource-name-container .dynamic-change-site-scope .v-g-common-validate-spinner{margin-left:10px;margin-top:10px;position:absolute;right:-25px}@media screen and (max-width: 743px){.v-dynamicrequest-exchangeresource-name-container .dynamic-change-site-scope .v-g-common-validate-spinner{right:-1.5rem;margin-top:1.25rem}}
.invite-guest-user-contact .g-PeoplePicker-ErrorText{word-break:break-word;width:auto !important}.vnext-PeoplePicker-ErrorText{max-width:100%}
.g-req-dynamicrequest-renewal{margin-top:5px}.dynamic-request-inviting-guest-advancedInfo{max-width:540px;margin:0px}.dynamic-request-inviting-guest-advancedInfo .inviting-guest-advancedInfo-escalation{margin-top:8px}.dynamic-request-inviting-guest-advancedInfo .inviting-guest-advancedInfo-escalation .inviting-guest-advancedInfo-title{font-weight:500}.dynamic-request-inviting-guest-advancedInfo .inviting-guest-advancedInfo-escalation .inviting-guest-advancedInfo-description{margin:0px 0px}.dynamic-request-inviting-guest-advancedInfo .inviting-guest-advancedInfo-escalation .inviting-guest-advancedInfo-choice .ms-ChoiceField{padding-top:0px}.dynamic-request-inviting-guest-advancedInfo .inviting-guest-advancedInfo-escalation .inviting-guest-advancedInfo-choice .ms-ChoiceField:nth-child(1) .ms-ChoiceField-field{margin-top:0px}.dynamic-request-inviting-guest-advancedInfo .inviting-guest-advancedInfo-escalation .inviting-guest-advancedInfo-choice .inviting-guest-advancedInfo-aftertimecontainer{display:flex;padding:10px 0 0 0}.dynamic-request-inviting-guest-advancedInfo .inviting-guest-advancedInfo-escalation .inviting-guest-advancedInfo-choice .inviting-guest-advancedInfo-specifictime .g-req-createteam-calendar{margin:10px 0 0 22px}.dynamic-request-inviting-guest-advancedInfo .inviting-guest-advancedInfo-escalation .inviting-guest-advancedInfo-choice .v-inviting-guest-advancedInfo-specifictime>div{margin:10px 0 0 10% !important}.dynamic-request-inviting-guest-advancedInfo .inviting-guest-advancedInfo-escalation .inviting-guest-advancedInfo-aftertime .inviting-guest-advancedInfo-onetime{margin:0 5px 0 22px}.dynamic-request-inviting-guest-advancedInfo .inviting-guest-advancedInfo-escalation .inviting-guest-advancedInfo-aftertime .internationalization-wrapper{display:inline}.dynamic-request-inviting-guest-advancedInfo .inviting-guest-advancedInfo-escalation .inviting-guest-advancedInfo-aftertime .internationalization-label{margin-right:10px}.dynamic-request-inviting-guest-advancedInfo .inviting-guest-advancedInfo-escalation .inviting-guest-advancedInfo-aftertime .ms-TextField-fieldGroup,.dynamic-request-inviting-guest-advancedInfo .inviting-guest-advancedInfo-escalation .inviting-guest-advancedInfo-aftertime .g-req-common-dropdown-content{width:150px}.dynamic-request-inviting-guest-advancedInfo .inviting-guest-advancedInfo-escalation .inviting-guest-advancedInfo-aftertime .inviting-guest-advancedInfo-error{font-size:12px;font-weight:400;color:#a4262c;margin:5px 0 0 20px}.dynamic-request-inviting-guest-advancedInfo .inviting-guest-advancedInfo-escalation .inviting-guest-advancedInfo-aftertime .v-inviting-guest-advancedInfo-error{font-size:13px !important;font-weight:400;font-style:italic;color:var(--palette-error)}.dynamic-request-inviting-guest-advancedInfo .inviting-guest-advancedInfo-metadata-title{font-weight:500;margin-top:20px}
.dynamic-changegroup-hidden{display:none}.dynamicrequest-groupscope-wrap .validation-people-spinner-container{right:3px}
.v-dynamic-request-invite-template{align-items:center;margin-bottom:18px}.v-dynamic-request-invite-template .dynamic-request-invite-template-icon{color:var(--palette-themePrimary);margin-right:8px}.v-dynamic-request-invite-template button{text-decoration:underline}.v-file-upload-name{font-weight:600 !important}.v-dynamic-request-error-message{font-size:13px !important;font-style:italic;color:var(--palette-error) !important}.v-dynamic-request-error-message label{font-size:13px !important;font-style:italic;color:var(--palette-error) !important}.v-dynamic-request-error-message span{margin-top:0;color:var(--palette-error) !important}.v-dynamic-request-error-message .v-dynamic-request-error-message-link{font-style:italic;text-decoration:underline}.v-dynamic-request-success-message{font-size:13px !important;font-style:italic;color:var(--palette-successful)}.v-dynamic-request-error-message{width:65%}@media screen and (max-width: 743px){.v-dynamic-request-error-message{width:100% !important}}.dynamic-request-invite-template{display:flex}.dynamic-request-invite-template .g-uniform-link{font-size:14px}.file-upload-name{display:inline-block}.file-upload .file-upload-button{min-width:max-content}.dynamic-request-profile-photo .file-upload-description{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .dynamic-request-profile-photo .file-upload-description{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .dynamic-request-profile-photo .file-upload-description{color:#cf3900}[data-theme=theme3] .dynamic-request-profile-photo .file-upload-description{color:#077fa6}[data-theme=theme4] .dynamic-request-profile-photo .file-upload-description{color:#b35c00}[data-theme=theme5] .dynamic-request-profile-photo .file-upload-description{color:#3e8628}[data-theme=theme6] .dynamic-request-profile-photo .file-upload-description{color:#eb0f0f}[data-theme=theme7] .dynamic-request-profile-photo .file-upload-description{color:#278265}[data-theme=theme8] .dynamic-request-profile-photo .file-upload-description{color:#7760e6}.dynamic-request-profile-photo .file-upload{display:flex;column-gap:8px}.dynamic-request-profile-photo .g-uniform-textfield{width:100%}.dynamic-request-invite-file-div{display:flex;align-items:center}.dynamic-request-profile-photo{flex:1}.dynamic-request-success-message{font-size:14px;color:var(--palette-successful);margin-top:5px;flex-grow:1}.dynamic-request-success-message span{margin-top:0;color:var(--palette-successful)}.dynamic-request-error-message{font-size:12px;color:#a4262c;margin-top:5px;flex-grow:1}.dynamic-request-error-message span{margin-top:0;color:#a4262c}.dynamic-request-profile-photo-error .ms-TextField-fieldGroup::after{border-color:#a4262c;font-size:12px}.dynamic-request-profile-photo .file-upload-description{position:relative}.dynamic-request-profile-photo .file-upload-description i{position:absolute;top:4px}.dynamic-request-invite-template-icon{color:#0071c7;margin-right:5px}.dynamic-request-error-message label{font-size:12px;color:#a4262c;margin-top:5px}.dynamic-request-invite-file-div .file-upload-name{line-height:20px}.v-dynamic-request-invite-file-div .ms-Label::after{padding-right:4px !important}.v-dynamic-request-invite-file-div .dynamic-request-error-message{margin-top:4px}.v-dynamic-request-invite-file-div .v-file-upload-attachment-field{margin-bottom:0}@media screen and (max-width: 743px){.v-dynamic-request-invite-file-div .v-file-upload-attachment-field{margin-top:0 !important}}
.request-change-security-group-name{margin-bottom:10px}.request-change-security-group-name .g-common-bubbletitle .g-common-bubble-inner{margin-top:0 !important}
.request-change-security-group-scope{margin-bottom:10px}.request-change-security-group-scope .request-change-security-group-scope-picker{padding-top:0}
.request-change-security-group-visibility .g-common-bubbletitle .g-common-bubble-inner{margin-top:0 !important}.request-change-security-group-visibility .request-change-security-group-visibility-message{width:100%;background-color:#e0f2fc}.request-change-security-group-visibility .request-change-security-group-visibility-message .ms-MessageBar-icon{font-size:14px}.request-change-security-group-visibility .request-change-security-group-visibility-message .ms-MessageBar-icon i{color:#41aee8}
.request-change-security-group-description{margin-bottom:10px}.request-change-security-group-description .g-common-bubbletitle .g-common-bubble-inner{margin-top:0 !important}





.dynamic-service-request-team-private-description .ms-TextField .ms-TextField-wrapper .g-common-request-label .g-common-bubbletitle .g-common-bubble-inner{margin-top:0}



/*Covered by AvePoint copyright and license agreement*/
.text-wrap-pretty {
    text-wrap: pretty;
}
.text-overflow-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.white-space-nowrap{white-space:nowrap}.ms-DetailsList-contentWrapper .margin-top-negative-5{margin-top:-5px}.ms-DetailsList-contentWrapper .width-370{width:370px}
.cg-workspace-filter-area{background:#f4f4f4;margin-top:5px;padding:8px}.cg-workspace-filter-area .workspace-filter-area-title{display:flex;justify-content:space-between}.cg-workspace-filter-area .workspace-filter-area-title .workspace-filter-area-title-name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:110px}.cg-workspace-filter-area .workspace-filter-area-title .workspace-filter-area-title-right{display:flex}.cg-workspace-filter-area .workspace-filter-area-title .workspace-filter-area-title-right .workspace-filter-area-title-count-valid{color:#0071c7;text-decoration:none;cursor:pointer;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:120px}.cg-workspace-filter-area .workspace-filter-area-title .workspace-filter-area-title-right .workspace-filter-area-title-count-inValid{color:#a4262c;text-decoration:none;cursor:pointer;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:120px}.cg-workspace-filter-area .workspace-filter-area-title .workspace-filter-area-title-right .workspace-filter-area-title-chevronup{color:#858585;font-size:12px;height:auto}.cg-workspace-filter-area .workspace-filter-area-title .workspace-filter-area-title-right .workspace-filter-area-title-cancel{color:red;font-size:12px;height:auto}.cg-workspace-filter-area .workspace-filter-area-content{height:234px;margin-top:10px;background:#fff;padding-left:5px}.cg-workspace-filter-area .workspace-filter-area-content .choose-select-all{margin:0px 0 10px}.cg-workspace-filter-area .workspace-filter-area-content .workspace-filter-area-padding{padding-right:17px}.cg-workspace-filter-area .workspace-filter-area-content .workspace-filter-area-content-checkbox{margin:0px 0 10px;word-break:break-word}.cg-workspace-filter-area .workspace-filter-area-content .workspace-filter-area-content-checkbox .ms-Checkbox-text{margin-right:10px}.cg-workspace-filter-area .workspace-filter-area-content .workspace-filter-area-content-person{margin-left:22px}.cg-workspace-filter-area .workspace-filter-area-content .workspace-filter-area-content-person .workspace-filter-area-content-people-picker{margin-right:10px}.cg-workspace-filter-area .workspace-filter-area-content .workspace-filter-area-content-person .g-PeoplePicker-ErrorText{word-break:break-word}.cg-workspace-filter-area .workspace-filter-area-content .workspace-filter-area-content-text{margin-left:22px;margin-right:10px}.cg-workspace-filter-area .workspace-filter-area-content .workspace-filter-area-hub-choicegroup{margin-left:22px}.cg-workspace-filter-area .workspace-filter-area-content .workspace-filter-area-hub-specify{margin-left:44px}.cg-workspace-filter-area .workspace-filter-area-content .workspace-filter-area-multiline-text{margin-right:10px}.cg-workspace-filter-area-collapsed{border:2px solid #f4f4f4;margin-top:5px;padding:5px}.cg-workspace-filter-area-collapsed .workspace-filter-area-title{display:flex;justify-content:space-between}.cg-workspace-filter-area-collapsed .workspace-filter-area-title .workspace-filter-area-title-name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:110px}.cg-workspace-filter-area-collapsed .workspace-filter-area-title .workspace-filter-area-title-right{display:flex}.cg-workspace-filter-area-collapsed .workspace-filter-area-title .workspace-filter-area-title-right .workspace-filter-area-title-count-valid{color:#0071c7;text-decoration:none;cursor:pointer;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:120px}.cg-workspace-filter-area-collapsed .workspace-filter-area-title .workspace-filter-area-title-right .workspace-filter-area-title-count-inValid{color:#a4262c;text-decoration:none;cursor:pointer;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:120px}.cg-workspace-filter-area-collapsed .workspace-filter-area-title .workspace-filter-area-title-right .workspace-filter-area-title-cancel{color:red;font-size:12px;height:auto}.workspace-filter-area-date-choicegroup .workspace-filter-area-date-within{display:flex;margin:5px 0 5px 22px;max-width:217px}.workspace-filter-area-date-choicegroup .workspace-filter-area-date-within .ms-TextField-errorMessage{max-width:200%}.workspace-filter-area-date-choicegroup .workspace-filter-area-date-within .workspace-filter-area-date-within-input{flex-grow:1;margin-right:5px;width:50%}.workspace-filter-area-date-choicegroup .workspace-filter-area-date-within .workspace-filter-area-date-within-dropdown{flex-grow:1;width:50%}.workspace-filter-area-date-choicegroup .workspace-filter-area-date-between{margin:5px 10px 5px 22px}.workspace-filter-area-date-choicegroup .workspace-filter-area-date-between .workspace-filter-area-date-picker{width:120px}.cg-workspace-filter-panel{margin-top:50px}.cg-workspace-filter-panel .filter-panel-header{font-size:21px;margin:0 24px;font-weight:400}.cg-workspace-filter-panel .filter-panel-content{display:flex;flex-direction:column;height:100%;padding-right:0;padding-bottom:16px}.cg-workspace-filter-panel .details-list{height:100%;padding-left:24px}.cg-workspace-filter-panel .details-list .filter-panel-dashed{margin-top:10px;border-bottom:1px dashed #000;margin-right:40px}.cg-workspace-filter-panel .details-list .filter-name{margin-top:5px;margin-right:40px}.cg-workspace-filter-panel .details-list .panel-reset-button{color:#0071c7;width:100%;text-align:right;overflow:hidden;margin-top:10px;padding-right:40px}.cg-workspace-filter-panel .details-list .filter-data-container{height:calc(100% - 230px);margin-top:10px;padding-right:20px}.cg-workspace-filter-panel .details-list .filter-data-container .filter-values{padding-right:20px}.cg-workspace-filter-panel .filter-panel-footer{display:flex;padding-left:24px;padding-top:30px}.cg-workspace-filter-panel .filter-panel-footer .apply-button{margin-right:10px}.cg-workspace-sorterby{margin-right:40px}.cg-workspace-sorterby .sorter-order{margin-top:5px}.cg-workspace-save-button-modified .list-icon::after{content:"*";color:var(--theme-primary, #0071C7);position:absolute;right:-9px;top:-4px;font-size:12px}[data-theme=theme1] .cg-workspace-save-button-modified .list-icon::after{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .cg-workspace-save-button-modified .list-icon::after{color:#cf3900}[data-theme=theme3] .cg-workspace-save-button-modified .list-icon::after{color:#077fa6}[data-theme=theme4] .cg-workspace-save-button-modified .list-icon::after{color:#b35c00}[data-theme=theme5] .cg-workspace-save-button-modified .list-icon::after{color:#3e8628}[data-theme=theme6] .cg-workspace-save-button-modified .list-icon::after{color:#eb0f0f}[data-theme=theme7] .cg-workspace-save-button-modified .list-icon::after{color:#278265}[data-theme=theme8] .cg-workspace-save-button-modified .list-icon::after{color:#7760e6}.m-save-view-button{background-color:rgba(0,0,0,0);height:32px}.m-save-view-button i{color:#27313c !important}.cg-workspace-save-button{position:relative;display:flex;height:100%;flex-wrap:nowrap;justify-content:center;align-items:center;padding-right:6px}.cg-workspace-save-button .list-icon{color:var(--theme-primary, #0071C7);position:relative;line-height:16px;font-size:20px}[data-theme=theme1] .cg-workspace-save-button .list-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .cg-workspace-save-button .list-icon{color:#cf3900}[data-theme=theme3] .cg-workspace-save-button .list-icon{color:#077fa6}[data-theme=theme4] .cg-workspace-save-button .list-icon{color:#b35c00}[data-theme=theme5] .cg-workspace-save-button .list-icon{color:#3e8628}[data-theme=theme6] .cg-workspace-save-button .list-icon{color:#eb0f0f}[data-theme=theme7] .cg-workspace-save-button .list-icon{color:#278265}[data-theme=theme8] .cg-workspace-save-button .list-icon{color:#7760e6}.cg-workspace-save-button .save-icon{color:var(--theme-primary, #0071C7);position:absolute;top:50%;right:1px;zoom:.65;background:#fff;padding-left:2px}[data-theme=theme1] .cg-workspace-save-button .save-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .cg-workspace-save-button .save-icon{color:#cf3900}[data-theme=theme3] .cg-workspace-save-button .save-icon{color:#077fa6}[data-theme=theme4] .cg-workspace-save-button .save-icon{color:#b35c00}[data-theme=theme5] .cg-workspace-save-button .save-icon{color:#3e8628}[data-theme=theme6] .cg-workspace-save-button .save-icon{color:#eb0f0f}[data-theme=theme7] .cg-workspace-save-button .save-icon{color:#278265}[data-theme=theme8] .cg-workspace-save-button .save-icon{color:#7760e6}.m-workspace-filter-panel-root{margin:0}.m-workspace-filter-panel-root .m-is-teams{top:40px}.m-workspace-filter-panel-root .details-list{display:flex;flex-direction:column;flex:1;height:initial}.m-workspace-filter-panel-root .details-list .filter-data-container{flex:1;height:initial}.m-workspace-filter-panel-root .filter-panel-footer{margin-top:16px}.workspace-filter-area-content-checkbox{margin:10px 0 0 0;word-break:break-word}.workspace-filter-area-content-checkbox .ms-Checkbox-text{margin-right:10px}
.vnext-filter-common-wrap .filter-common-button{background-color:#fff;border:none;width:100%;padding:0;height:3rem;cursor:pointer;display:none}.vnext-filter-common-wrap .filter-common-button .filter-common-button-content{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between}.vnext-filter-common-wrap .filter-common-button .filter-common-button-content .filter-common-button-content-title{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vnext-filter-common-wrap .filter-common-button .filter-common-button-content .filter-common-button-content-icon{display:flex;align-items:center}.vnext-filter-common-wrap .filter-common-button .filter-common-button-content .filter-common-button-content-icon .filter-common-button-content-icon-items{height:1.5rem;background-color:#4e52bd;display:flex;justify-content:space-between;border-radius:4px;color:#fff;align-items:center;padding:0 .5rem;max-width:15rem}.vnext-filter-common-wrap .filter-common-button .filter-common-button-content .filter-common-button-content-icon .filter-common-button-content-icon-items .vnext-filter-displayname-button{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vnext-filter-common-wrap .filter-common-button .filter-common-button-content .filter-common-button-content-icon .filter-common-button-content-icon-items .vnext-filter-date-displayname-button{white-space:pre;text-align:right}.vnext-filter-common-wrap .filter-common-button .filter-common-button-content .filter-common-button-content-icon .filter-common-button-date-content{height:2.5rem;padding:.25rem .5rem}.vnext-filter-common-wrap .filter-common-option-content{width:100%}.vnext-filter-common-wrap .filter-common-option-content .v-checkbox{line-height:1.25rem;margin:0 0 .25rem 0}.vnext-filter-common-wrap .filter-common-option-content .vnext-datepicker-errormessage{margin-left:1.375rem;margin-top:-0.3rem}.vnext-filter-common-wrap .filter-common-option-content .vnext-datepicker-errormessage .g-common-errormessage{margin-top:0;font-size:13px;font-style:italic}.vnext-filter-common-wrap .filter-common-option-content>.g-common-errormessage{margin-top:.5rem;font-size:13px;font-style:italic;margin-left:1.375rem}.vnext-workspace-filter-area-date-within{display:flex;margin:5px 0 5px 22px}.vnext-workspace-filter-area-date-within .ms-TextField-errorMessage{width:270px;color:#a4262c}.vnext-workspace-filter-area-date-within .vnext-workspace-filter-area-date-within-input{width:5.5rem;margin-right:.5rem}.vnext-workspace-filter-area-date-within .vnext-workspace-filter-area-date-within-dropdown{width:7.5rem}.vnext-workspace-filter-area-date-between{margin:5px 10px 5px 22px}
.view-details-wrapper{height:100%}.view-details-wrapper-hidden{visibility:hidden;overflow:hidden}.view-details-pivot{display:flex;flex-direction:column;height:calc(100% - 40px - 44px);flex-grow:1}.view-details-pivot .pivot-tabs .pivot-tab{padding:0 10px;margin-right:10px}.view-details-pivot .pivot-tabs .pivot-tab .tab-title-tooltip{line-height:44px;font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:130px}.view-details-pivot .pivot-tabs .pivot-tab .tab-title{line-height:44px;font-size:18px}.view-details-pivot .pivot-tabs .pivot-tab-selected .tab-title-tooltip{font-weight:600}.view-details-pivot .pivot-tabs .pivot-tab-selected .tab-title{font-weight:600}.view-details-pivot .pivot-tabs .pivot-tab-selected::before{bottom:0px;content:"";height:2px;left:8px;right:8px;position:absolute;transition:left .267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s,right .267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s;background-color:var(--theme-primary, #0071C7)}[data-theme=theme1] .view-details-pivot .pivot-tabs .pivot-tab-selected::before{background-color:var(--theme-primary, #0071C7)}[data-theme=theme2] .view-details-pivot .pivot-tabs .pivot-tab-selected::before{background-color:#cf3900}[data-theme=theme3] .view-details-pivot .pivot-tabs .pivot-tab-selected::before{background-color:#077fa6}[data-theme=theme4] .view-details-pivot .pivot-tabs .pivot-tab-selected::before{background-color:#b35c00}[data-theme=theme5] .view-details-pivot .pivot-tabs .pivot-tab-selected::before{background-color:#3e8628}[data-theme=theme6] .view-details-pivot .pivot-tabs .pivot-tab-selected::before{background-color:#eb0f0f}[data-theme=theme7] .view-details-pivot .pivot-tabs .pivot-tab-selected::before{background-color:#278265}[data-theme=theme8] .view-details-pivot .pivot-tabs .pivot-tab-selected::before{background-color:#7760e6}.view-details-pivot .pivot-tabs .pivot-tab-selected:hover::before{left:0px;right:0px}.view-details-pivot .pivot-content{height:100%}.view-details-collapse-header{background:#f7f7f7;height:40px;margin-left:-8px;padding:16px 8px}.view-details-collapse-header .header-title{font-size:16px;font-weight:600}.view-details-collapse-header .header-right-wrap{display:flex;justify-content:space-between;margin-top:-8px}.view-details-collapse-header .header-left-wrap{display:flex;justify-content:space-between;margin-top:-8px}.view-details-collapse-header .header-chevron-icon{color:#333;height:24px}.view-details-configure-workspace-all{font-size:13px}.view-details-configure-workspace-all-content{font-size:13px;margin-bottom:8px}.view-details-collapse-header:hover{background:#f4f4f4;cursor:pointer}.view-details-collapse-content{padding-top:16px}.view-details-collapse-content-hidden{height:0;width:0;visibility:hidden;overflow:hidden}.dynamic-request-view-details-line:has(>.view-details-line-hidden){overflow:hidden;height:0;margin:0}.view-details-line-hidden{height:0;width:0;visibility:hidden;overflow:hidden}.view-details-properties{display:flex;padding-bottom:16px}.view-details-properties .view-details-line-detailproperties{font-weight:600;font-size:14px;margin-right:10px;word-break:break-word}.view-details-properties .view-details-line-customplain{color:#27313c;font-size:14px;word-break:break-word;white-space:pre-wrap}.view-details-line{display:flex;padding-bottom:16px}.view-details-line .view-details-line-right{color:#5d6778;overflow:hidden;flex:1 0 352px;margin-left:24px;padding:0 15px 0 0;word-break:break-word;white-space:pre-wrap}.view-details-line .view-details-line-right a{color:#0071c7;text-decoration:none;cursor:pointer}.view-details-line .view-details-line-right a:hover{text-decoration:underline}.view-details-line .view-details-line-right .collapsed{-webkit-line-clamp:4;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.view-details-line:focus{outline:none}.view-details-line .view-details-line-rich-right{flex:1 0 352px;margin:-14px 0 0 24px;word-break:break-word}.view-details-line .view-details-line-plain{color:#27313c;font-size:14px;flex:2 0 232px;word-break:break-word;white-space:pre-wrap}.view-details-line .view-details-line-title{font-size:16px;font-weight:600;flex:2 0 232px}.view-details-line .view-details-line-custom{width:100%}.view-details-line .view-details-line-boldproperties{font-weight:600;font-size:14px;flex:2 0 232px;word-break:break-word}.view-details-line .view-details-line-boldTitleWithProperties{font-weight:600;font-size:16px;flex:2 0 232px;word-break:break-word}.view-change-details-list{border:5px solid #eee;background:#fff}.v-view-details-subitems{border:none;margin:8px 0px 24px 0px}.view-details-subitems{border:5px solid #eee;background:#fff;padding-top:16px}.view-details-subitems .subitem-left{padding-left:16px;padding-right:16px}.view-details-subitems .subitem-left .view-details-line-right{padding-left:7px}.view-details-subitems .subitem-left .g-space-panel-pivotList-view-site-line{margin-right:0}.view-details-section{background:#f7f7f7;margin-left:-16px;padding-left:16px;padding-top:16px}.view-details-section .view-details-subitems{margin-right:16px}.grouped-choice-content .view-details-collapse-header{background:#fff;padding-top:12px}.grouped-choice-content .header-left-wrap{border-bottom:1px solid;color:#5d6778}.grouped-choice-content .ms-Button i{color:#5d6778}.grouped-choice-content .view-details-collapse-content{padding-top:8px}.grouped-choice-content .header-title{font-size:12px}.columns-filter-searchbox{max-width:280px}.grouped-list-noresult{color:#888;font-size:13px;text-align:center}.sc-lifecycle-renewalProfile-detailsPanel-contentContainer .uniform-detail-list{margin-right:16px}.sc-lifecycle-renewalProfile-detailsPanel-contentContainer .view-details-line-right{margin-left:50px;padding-right:30px}.lifecycle-renewalProfile-detailsPanel-contentContainer .uniform-detail-list{margin-right:16px}.sc-view-details-subitems{margin-right:0 !important}.sc-view-details-subitems .view-details-line-right{padding:0 50px 0 0;margin-left:20px}.viewchangedetailslist-item{white-space:initial !important;text-overflow:initial !important}.viewchangedetailslist-value{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dynamic-request-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.changeteam-list-item-row{overflow:hidden;text-overflow:ellipsis}
.g-filter-panel-people-picker{margin-left:22px;margin-right:20px}.g-filter-panel-text-field{margin-left:22px;margin-right:20px}.workspace-filter-area-content-text{margin-left:22px;margin-right:20px}
.dynamic-request-membership-subrequest-panel .actionbar,.dynamic-request-membership-subrequest-panel-hideCheckbox .actionbar{margin-bottom:16px}.dynamic-request-membership-subrequest-panel .details-list,.dynamic-request-membership-subrequest-panel-hideCheckbox .details-list{display:flex;flex-direction:column;height:calc(100% - 60px)}.dynamic-request-membership-subrequest-panel .details-list .g-req-common-details-list,.dynamic-request-membership-subrequest-panel-hideCheckbox .details-list .g-req-common-details-list{border:none;max-width:100% !important}.dynamic-request-membership-subrequest-panel .status,.dynamic-request-membership-subrequest-panel-hideCheckbox .status{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dynamic-request-membership-subrequest-panel .status .icon,.dynamic-request-membership-subrequest-panel-hideCheckbox .status .icon{margin-right:8px}.dynamic-request-membership-subrequest-panel-hideCheckbox .details-list{margin-left:25px}.changegroup-list-item-row .ms-HoverCard-host{display:inline}.changegroup-list-item-row .g-space-panel-persona{display:block}.v-component-member-info-custom-wrap{display:flex;flex-direction:column;justify-content:start;align-items:self-start;gap:1rem;padding-bottom:1rem;padding-top:1.5rem}.v-component-member-info-custom-wrap[id=groupMember]{margin-top:1.5rem;border-top:1px solid #ebebec}.v-component-member-info-custom-wrap .v-component-member-info-left-field{font-size:14px;font-weight:700;line-height:20px;color:#323e4d}.v-component-member-info-custom-wrap .v-component-member-info-right-field-button.g-uniform-default-button{border-radius:4px;border:#e8e9ea 1px solid;font-weight:600;size:14px;line-height:20px;color:#323e4d;padding:.5rem .75rem;display:flex}.v-component-member-info-custom-wrap .v-component-member-info-right-field-button.g-uniform-default-button .v-component-member-info-right-field-icon{color:#4a52bd;padding-right:.5rem}.v-req-subrequest-dialog-container .subrequest-action-header{display:flex;justify-content:space-between;padding-top:.5rem}.v-req-subrequest-dialog-container .subrequest-action-header .filter-button-wrap-content{flex:1}.v-req-subrequest-dialog-container .v-subrequest-list{height:15rem}.v-req-subrequest-dialog-container .v-subrequest-list .v-subrequest-status{overflow:hidden;text-overflow:ellipsis}.v-req-subrequest-dialog-container .v-subrequest-list .ms-DetailsRow-fields{font-size:14px}
.dynamic-request-inviteguest-subrequest-panel .common-panel-content .subrequest-details-wrap{padding:0 16px 20px 16px}.dynamic-request-inviteguest-subrequest-panel .common-panel-content .subrequest-details-wrap .subrequest-tab{margin-top:8px;margin-left:12px}.dynamic-resource-mailbox-contact-information{width:90%}.dynamic-request-view-details-line .v-view-details-collapse-content .view-subrequest-button-left-content .v-view-details-line-left{background:none !important}.dynamic-request-view-details-line .v-view-details-collapse-content .v-view-sub-request-icon{color:var(--palette-themePrimary)}.g-req-invite-guest-request-report .internationalization-label{color:inherit}.mytask-inviteguest-guestuserinfomation-subitem{margin-right:16px}
.dynamic-request-membership-subrequest-panel .actionbar{margin-bottom:16px}.dynamic-request-membership-subrequest-panel .details-list{display:flex;flex-direction:column;height:calc(100% - 60px)}.dynamic-request-membership-subrequest-panel .details-list .g-req-common-details-list{border:none;max-width:100% !important}.dynamic-request-membership-subrequest-panel .status{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dynamic-request-membership-subrequest-panel .status .icon{margin-right:8px}.change-shared-channel-setting .view-change-details-list{margin-bottom:16px}
/*Covered by AvePoint copyright and license agreement*/
.changemetadata-list-item-row {
    overflow: hidden;
    text-overflow: ellipsis;
}
.dynamic-resource-mailbox-room-place{margin-bottom:16px}.dynamic-resource-mailbox .view-details-line .view-details-subitems{margin-bottom:0}.dynamic-resource-mailbox>.view-details-line .view-details-line-left{max-width:290px}
.delegate-info-header{padding:0;padding-top:16px;padding-bottom:8px}.changeMailEnabledSecurityGroup-list-item-row{overflow:hidden;text-overflow:ellipsis}.ms-DetailsRow-cell .g-common-personcard-avatar{margin-bottom:0}.v-viewchangedetailslist-item{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

.dynamic-request-sharing-item .internationalization-label{font-size:12px}.v-dynamic-request-sharing-item .internationalization-label{font-size:14px}.v-dynamic-request-change-site-sharing-setting{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dynamic-request-manage-permission-details .g-req-common-details-list{max-width:100%}.dynamic-request-manage-permission-details .view-details-line:nth-child(1) .view-details-line-left{max-width:290px}.dynamic-request-manage-permission-details .managepermission-list-item-row{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.dynamic-request-action-details-panel .details-panel-content{padding:8px 8px 20px 16px}.dynamic-request-action-details-panel .margin-right-12{margin-right:12px}.dynamic-request-action-details-panel .dynamic-request-panel-header{width:100%;display:flex;align-items:stretch;padding:16px 32px;padding-right:44px;color:#333;font-size:28px;font-weight:300;line-height:36px;word-break:break-word}.dynamic-request-action-details-panel .dynamic-request-panel-header .dynamic-request-panel-header-text{min-width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.dynamic-request-manage-details-container{margin-top:8px}.dynamic-request-manage-details-container .g-req-common-details-list{max-width:100%}.v-detail-dialog .v-view-details-body .v-view-details-body-wrapper{padding-bottom:1.5rem}.v-detail-dialog .v-view-details-body .v-view-details-body-wrapper .dynamic-request-manage-details-container.sharepoint-group-members .sharepoint-group-members-list .v-space-panel-persona.g-space-panel-persona.g-manage-permission-person .v-permission-person .ms-Persona-primaryText .v-permission-person-title{width:589px !important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-detail-dialog .v-view-details-body .v-view-details-body-section-details .view-details-line-title{padding-top:0 !important}.v-detail-dialog .v-view-details-body .sharepoint-group-members .view-details-line-custom{padding:0 !important}.v-detail-dialog .v-view-details-body .sharepoint-group-members .sharepoint-group-members-list{display:flex;flex-direction:column}.v-detail-dialog .v-view-details-body .sharepoint-group-members .sharepoint-group-members-list .g-manage-permission-person{width:fit-content}.v-detail-dialog .v-view-details-body .sharepoint-group-members .sharepoint-group-members-list .v-permission-person{height:57px;padding:0 0 0 12px;display:flex;align-items:center}.v-detail-dialog .v-view-details-body .sharepoint-group-members .sharepoint-group-members-list .v-permission-person .v-permission-person-title{line-height:1rem;color:var(--palette-slate);font-weight:400;order:1}.v-detail-dialog .v-view-details-body .sharepoint-group-members .sharepoint-group-members-list .v-permission-person .ms-Persona-secondaryText{font-size:13px;font-weight:400;line-height:17px;color:var(--palette-gray6)}.v-detail-dialog .v-view-details-body .sharepoint-group-members .sharepoint-group-members-list .v-permission-person .v-permission-person-action{margin-left:.5rem;font-size:14px;font-style:italic;font-weight:400;line-height:20px;color:var(--palette-gray6)}.v-detail-dialog .v-view-details-body .v-view-details-body-section-last .view-details-line--single .view-details-line-title{padding-top:1.5rem !important}.v-detail-dialog .v-view-details-body .v-title-padding-top{padding-top:.5rem}.v-detail-dialog .v-view-details-body .v-title-padding-bottom{padding-bottom:1.5rem}
.changeSendAs-list-item-details-list{max-width:100%;border-style:solid;border-width:5px;border-color:#eee;overflow:auto}.changeSendAs-list-item-details-list .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.changeSendAs-list-item-details-list .g-space-panel-persona{width:auto}.changeSendAs-list-item-details-list .all-request-multiple-cards{padding-bottom:0px}
/*Covered by AvePoint copyright and license agreement*/
.changemetadata-list-item-row {
    overflow: hidden;
    text-overflow: ellipsis;
}

.changeM365group-list-item {
    padding-left: 16px;
    padding-right: 16px;
}

.m365-group-gallery .view-change-details-list {
    margin-bottom: 16px;
    width: calc(100% - 10px);
}

.m365-group-gallery .changeSendAs-list-item-details-list {
    margin-bottom: 16px;
    width: calc(100% - 10px) !important;
}
.dynamic-request-change-security-group-details .g-req-common-details-list{max-width:100%}
.view-change-details-list{margin-bottom:1rem}
/*Covered by AvePoint copyright and license agreement*/
.g-home-taskcontent {
    margin-top: 20px;
}

.m-g-home-taskcontent {
    padding: 10px 16px;
}
/*Covered by AvePoint copyright and license agreement*/
.v-next-election-task-message {
    margin-bottom: 1rem;
}

.v-next-election-details-dialog-content {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.03em;
    text-align: left;
    color: var(--palette-slate);
}

.v-next-election-task-message {
    width: 98%;
}

.g-space-panel-pivot-list {
    height: fit-content;
}

.v-next-custom-election-detailsInfo .v-space-panel-line .v-space-panel-linename {
    word-break: break-word !important;
}

@media screen and (max-width: 768px) {
    .v-next-election-task-message {
        width: 95%;
    }

    #v-next-election-detailsInfo .v-space-panel-line .v-space-panel-linevalue {
        padding: 7px 8px !important;
        word-break: break-word;
    }
}

/*Covered by AvePoint copyright and license agreement*/
.g-space-panel-againloadicon {
    margin-top: 160px;
}

.g-space-panel-confirm-summaryblock {
    margin-bottom: 10px;
}

.g-space-panel-confirm-summarycontent {
    word-break: normal;
}

.g-loading-Spinner {
    margin-left: 15px;
}

.g-loading-spinner-prefix {
    margin-right: 10px;
    width: 80px;
    height: 32px;
}

.g-task-action-button {
    position: absolute;
    bottom: 40px;
}

.g-space-panel-actionbar .ms-Button-textContainer {
    margin-right: 4px;
    margin-left: 4px;
}

.g-taskcard-taskpanel {
    margin-top: 50px;
}

.g-taskcard-taskpanel-top {
    margin-top: 0;
}

.g-taskcard-taskpanel-headertext {
    color: #333;
    font-size: 28px;
    font-weight: 300;
    max-width: 66%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 60px 0 15px 0;
    position: absolute;
    top: 0;
}

.g-taskcard-taskpanel-apierror {
    margin-top: 20px;
}

.g-taskcard-taskpanel-body {
    margin-top: 80px;
}

.m-g-space-panel {
    display: none;
}

.g-space-panel-delete-guest-user-text {
    margin-top: 25px;
}

@media screen and (max-width: 768px) {
    .m-g-space-panel {
        display: block;
        margin-bottom: 50px;
    }

    .p-g-space-panel {
        display: none;
    }

    .g-task-action-button {
        position: absolute;
        bottom: 70px;
    }
}

.g-guest-user-task-header {
    color: #333;
    font-size: 28px;
    font-weight: 300;
    max-width: 56%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    top: 20px;
}

.g-guest-user-task-bar {
    margin-left: -15px;
}

.g-guest-user-task-bar .ms-CommandBar {
    padding-left: 20px;
}

/* .g-guest-user-task-content {
    margin: 15px;
} */

.g-guest-user-task-row {
    display: flex;
    margin: 10px 0;
    font-size: 14px;
}

.g-guest-user-task-key {
    display: inline-block;
    font-size: 14px;
    color: #333;
    width: 40%;
    padding-right: 10px;
    max-width: 330px;
    min-height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.g-guest-user-task-value {
    display: inline-block;
    font-size: 14px;
    color: #5D6778;
    vertical-align: top;
    min-height: 24px;
    line-height: 24px;
    overflow: hidden;
    word-wrap: break-word;
    width: 55%;
}

.g-guest-user-task-value-status {
    display: flex;
}

.g-guest-user-task-value-description {
    word-break: break-word;
}

.guest-user-task-confirmbutton-container {
    display: flex;
    padding: 0 0 10px 6px;
}

.guest-user-task-confirmbutton:hover {
    border: 0px;
}
.task-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent{flex-grow:1;display:flex}.task-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content{flex-grow:1;display:flex;flex-direction:column;overflow:hidden}.task-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-guest-user-task{height:100%;display:flex;flex-direction:column;margin-left:-6px}.task-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-guest-user-task .guest-user-task-content-wrap{height:100%}.task-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar{display:flex;flex-direction:column;flex-grow:1}.task-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar>.g-common-pivot-container{flex-grow:1;display:flex;flex-direction:column}.task-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar>.g-common-pivot-container>div[role=tabpanel]{flex-grow:1;display:flex}.task-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar>.g-common-pivot-container>div[role=tabpanel]>div{flex-grow:1}.task-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar>.g-common-pivot-container>div[role=tabpanel]>div .g-space-panel-pivot-list,.task-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar>.g-common-pivot-container>div[role=tabpanel]>div .g-space-panel-pivotlist{height:100%}.task-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar>.g-common-pivot-container>div[role=tabpanel]>div .g-space-panel-pivot-list .g-req-invite-guest-error label,.task-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar>.g-common-pivot-container>div[role=tabpanel]>div .g-space-panel-pivotlist .g-req-invite-guest-error label{color:inherit}.task-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar .g-space-panel-pivot-list,.task-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar .g-space-panel-pivotlist{height:100%}.task-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-list-approval-history .ms-DetailsRow-cell{padding-top:16px;padding-bottom:16px}.task-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-list-approval-history .ms-DetailsRow-cell .g-space-panel-line{margin-bottom:0px}.task-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-list-approval-history .ms-DetailsRow-cell .g-space-panel-line .g-req-panel-persona{margin-bottom:0px}.task-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-list-approval-history .ms-DetailsRow-cell .g-req-row-cell{padding-top:2px}.task-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar-mobilepatch{position:relative}.task-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar-mobilepatch .g-space-panel-pivotlist-mobilepatch{position:absolute;top:0;left:0;bottom:0;right:0;height:initial;width:initial}.m-task-panel-root{margin:0;padding-left:0;padding-right:0}.m-task-panel-root .m-task-content-container{height:100%}.m-task-panel-root .m-task-content-container .g-guest-user-task{height:100%;padding:10px}.m-task-panel-root .m-task-content-container .g-guest-user-task .guest-user-task-content-wrap{height:100%}.m-task-panel-root .g-mobile-panel-header{padding:0 16px}.m-task-panel-root .g-space-panel-panelpivotbar{padding:0 0 0 16px}.m-channelrenew-panel-header{padding:0 0 10px 16px;display:flex}.m-channelrenew-panel-wrap{padding:0 16px}.g-space-panel-pivot-tabindex:focus{outline:rgba(0,0,0,0)}.g-space-pivot-wrap{flex-grow:1;display:flex;flex-direction:column;width:99%;height:100%}.g-space-pivot-wrap>div[role=tabpanel]{flex-grow:1;display:flex}.g-space-pivot-wrap>div[role=tabpanel]>div{display:flex;flex-grow:1}.g-space-pivot-wrap .g-space-pivot-content{display:flex;flex-grow:1;flex-direction:column}.g-space-panel-channel-pivotlist{margin-left:8px;margin-right:8px}.g-guest-panel-wrap{position:inherit}.task-panel-wrap .g-uniform-detail::-webkit-scrollbar{height:7px}.task-panel-wrap .g-uniform-detail::-webkit-scrollbar-thumb{border-radius:5px;background-color:#bbb}.task-panel-wrap .g-uniform-detail::-webkit-scrollbar-track{background-color:#f5f5f5}
.renew-timeline-details-detailsList{height:222px !important;border-style:solid;border-width:5px;border-color:#eee;margin-right:20px}.model-driven-auto-height .g-req-details-list .ms-DetailsRow{height:auto}.model-driven-auto-height .model-driven-column .role{margin:5px 0}.renew-details-detailslist-title{font-weight:600;font-size:15px;margin-top:20px;margin-bottom:10px}.export-spinner{display:flex;height:100%;flex-wrap:nowrap;justify-content:center;align-items:center;padding:0 4px}.export-spinner .ms-Icon{margin:0 4px}.export-spinner .ms-Spinner-circle{margin:0 4px}.export-spinner-label{margin:0 4px}.renewal-metadata-column{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.renewal-metadata-column .g-space-panel-person{width:100%}.renew-details-workspace-role-title{font-size:12px;margin:10px 0}
.v-next-guest-user-detail-dialog .g-space-panel-pivotlist{height:300px;margin-top:0 !important;margin-left:0 !important}.v-next-guest-user-detail-dialog .g-space-panel-pivotlist .g-space-panel-line{display:flex}.v-next-guest-user-detail-dialog .g-space-panel-pivotlist .g-space-panel-line .g-space-panel-linename{width:210px;padding:7px 8px;font-weight:600;color:#27313c;background-color:var(--palette-gray1)}.v-next-guest-user-detail-dialog .g-space-panel-pivotlist .g-space-panel-line .g-space-panel-linevalue{justify-content:center;line-height:1.25rem;padding:7px 8px;color:var(--palette-slate);font-weight:400;font-size:.875rem;display:flex;flex-direction:column;align-items:flex-start;max-width:unset;flex:1;word-break:break-all}.v-next-guest-user-detail-dialog .g-space-panel-pivotlist .g-space-panel-line .g-space-panel-linevalue .team-icon{font-size:1.125rem;color:var(--palette-themePrimary);margin-right:.5rem;margin-top:-1rem}.v-next-guest-user-detail-dialog .v-next-metadata-line{flex-direction:column}
/*Covered by AvePoint copyright and license agreement*/
.g-renewal-metadata-title {
    background-color: #f7f7f7;
    margin-bottom: 10px;
    padding: 9px 25px;
    margin-top: 0;
}
.g-renewal-metadatawrap{
    max-width: 600px;
    width: 100%;
    padding: 0 30px;
}
/*Covered by AvePoint copyright and license agreement*/
.g-renewal-permission {
    /* position: relative; */
    /* top: 182px;
    bottom: 100px;
    left: 300px;
    right: 30px; */
    /* z-index: 2;
    max-width: 1370px;
    height: calc(100vh - 370px); */
    flex-grow: 1;
}

.g-renewal-permission .ms-DetailsList-headerWrapper {
    background: rgb(255, 255, 255);
}

.g-renewal-permission-lower {
    position: relative;
    /* top: 260px;
    bottom: 100px;
    left: 300px;
    right: 30px; */
    z-index: 2;
    height: calc(100vh - 370px);
}

.g-renewal-permission .ms-Viewport .ms-DetailsList .ms-DetailsRow {
    width: 100%;
    max-width: 1370px !important;
}

.g-renewal-permission .ms-Viewport .ms-DetailsList .ms-FocusZone {
    border-bottom-width: 0;
}

#cg-renew .ms-DetailsRow-cellCheck {
    display: flex;
    align-items: center;
}

#cg-renew .ms-SelectionZone .ms-List-cell .ms-DetailsRow-fields {
    line-height: 35px;
}

.g-renewal-permission-tooltip {
    margin-left: 5px;
}

.g-renewal-permission-access-icon {
    margin-right: 10px;
}

.g-renewal-permission-chevron {
    position: absolute;
    right: 30px;
}
.renew-wrap{height:100%}.renew-wrap .renew-content-wrap{height:100%;display:flex;flex-direction:column}.renew-wrap .renew-content-wrap .g-renew-message-wrap{max-width:600px;word-break:break-word;font-family:"Segoe UI","Segoe UI Web (West European)","Helvetica Neue",Helvetica,Arial,sans-serif,Segoe,"Open Sans"}.renew-wrap .renew-content-wrap .g-renew-content-container{padding:0 0 0 30px;height:100%;display:flex;flex-direction:column}.renew-wrap .renew-content-wrap .g-renew-content-container header{margin:20px 0;font-size:28px;font-weight:300;max-width:1000px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-bottom:8px}.renew-wrap .renew-content-wrap .m-g-renew-content-container{padding:0;height:100%;display:flex;flex-direction:column}.renew-wrap .renew-content-wrap .m-g-renew-content-container .g-renew-content{height:calc(100% - 120px);padding:0 30px}.renew-wrap .renew-content-wrap .m-g-renew-content-container header{margin:20px 0;font-size:28px;font-weight:300;padding:0 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0}.renew-wrap .renew-content-wrap-teams .ms-CommandBar{background-color:rgba(0,0,0,0)}.renew-wrap>div{height:100%;display:flex;flex-direction:column}.renew-wrap>div .g-renew-page-wrap{height:100%}.renew-wrap>div .g-renew-page-wrap .g-renew-page{height:100%;display:flex}.renew-wrap>div .g-renew-page-wrap .g-renew-page .renew-page-nav-wrap{width:290px;flex-shrink:0}.renew-wrap>div .g-renew-page-wrap .g-renew-page .renew-page-content-wrap{width:100%;min-width:200px;height:100%}.renew-wrap>div .g-renew-page-wrap .g-renew-page .m-renew-page-content-wrap{height:calc(100% - 110px)}.renew-wrap>div .g-renew-page-wrap .g-renew-page .g-renew-container{height:100%;display:flex;flex-direction:column}.renew-wrap>div .g-renew-page-wrap .g-renew-page .g-renew-container .g-permission-uniformDetailsList{height:100%;display:flex;flex-direction:column}.g-renew-nav .ms-Button .ms-Button-description{color:#5d6778}
/*Covered by AvePoint copyright and license agreement*/
.g-renew-message-bar {
    margin: 20px 30px 0 30px;
    width: 90% !important;
    font-size: 12px !important;
}

.g-renew-submit-error {
    margin: 20px 30px 0 30px;
}

.g-renew-submit-error-focus {
    width: 0px;
    height: 0px;
}

.g-renew-submit-error-focus .ms-TextField-fieldGroup {
    border-width: 0px;
}

.g-renew-submit-error-message {
    font-size: 12px !important;
}

.g-renew-header {
    font-size: 28px;
    font-weight: 300;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    /* height: 40px; */
}

.g-renew-header:focus {
    outline: none;
}

.g-renew-content {
    /* margin-top: 60px; */
    /* margin-left: 30px; */
    /* max-width: 630px; */
    /* margin-right: 30px;
    margin-bottom: 150px; */
    height: 100%;
    width: 100%;
}

.g-renew-nav {
    margin-left: 30px;
    /* width: 250px;
    height: 400px; */
    -ms-box-sizing: border-box;
}

.g-renew-nav-title {
    width: 250px;
    height: 40px;
    background-color: #f7f7f7;
}

.g-renew-nav-title-content {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    background-color: #f7f7f7;
    padding: 10px 20px;
}

.g-renew-nav-button {
    width: 250px;
    height: 120px;
    margin-top: 1px;
    background-color: #f7f7f7;
}

.g-renew-nav-button .ms-Button-description {
    padding-top: 5px;
}

.g-renew-container {
    margin-left: 20px;
    margin-right: 30px;
    /* margin-bottom: 20px; */
    /* width: calc(100% - 250px); */
    /* max-width: 1370px; */
}

.g-renew-message {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}

.g-renew-button {
    max-width: 600px;
    margin: 30px 0;
    text-align: right;
    /* float: right; */
}

.g-renew-confirm-button-container {
    float: right;
}

.g-renew-button-container {
    display: flex;
    flex-direction: row-reverse;
    padding: 17px 0;
}

.g-renew-button .g-renew-button-no {
    margin-right: 10px;
}

.g-renew-assignee {
    margin: 15px 0px;
}

.g-renew-assignee-user {
    padding-top: 5px;
    margin-left: 22px;
}

.g-renew-require {
    float: left;
    color: rgb(164, 38, 44) !important;
    margin-left: -10px !important;
    margin-top: -10px !important;
}

.g-renew-assignee-user-input {
    max-width: 578px;
    width: 100%;
}

.g-renew-assignee-default {
    margin-left: 22px;
    color: #888888;
}

.g-renew-button-load-container {
    flex-direction: row-reverse;
    position: absolute;
    bottom: 6px;
    display: flex;
    left: 0px;
    width: 100%;
    padding-right: 30px;
    max-width: 1680px;
}

.g-renew-button-container-short {
    margin-top: 25px;
    margin-bottom: 30px;
    max-width: 540px;
    display: flex;
    flex-direction: row-reverse;
    /* display: flex;
    flex-direction: row-reverse;
    width: 540px;
    height: 50px; */
}

.g-renew-button-load-container-short {
    margin-top: 25px;
    margin-bottom: 6px;
    display: flex;
    flex-direction: row-reverse;
    width: 540px;
}

.g-renew-button-primary-container {
    display: inline-flex;
    flex-direction: column;
}

.g-renew-button-container-short .g-renew-button-primary,
.g-renew-button-submitting{
    margin-left: 8px;
}

.g-renew-button-container .g-renew-button-secondary {
    margin-right: 8px;
}

.g-renew-button-message {
    float: right;
    margin-top: 5px;
    font-size: 14px;
}

.g-renew-button-message-absolute {
    position: fixed !important;
    bottom: 5px;
    right: 30px;
    font-size: 14px;
}

.g-workspace-renew-sitepermission {
    width: 100%;
}

.g-renew-sitepermission-list-fix {
    position: absolute;
    top: 220px;
    bottom: 0;
    left: 310px;
    right: 0;
}

.m-g-renew-page {
    display: none;
}


.m-g-renew-nav {
    display: none;
}

.g-renew-continue-use {
    margin: 10px 0px;
}

.g-renew-assignee .g-renew-continue-use {
    margin: 10px 20px;
}

.g-renew-continue-use-choice {
    margin-bottom: 10px;
}

.g-renew-manage-lifecycle {
    margin-top: 5px;
    margin-left: 25px;
}

@media screen and (max-width: 768px) {
    .g-renew-button {
        margin-top: 25px;
        float: right;
        margin-right: 50px;
    }

    .g-renew-content .g-renew-button {
        margin: 25px 0 50px 0;
    }

    .m-g-renew-nav {
        display: block;
        margin-bottom: 20px;
    }

    .m-g-renew-page,
    .m-g-renew-membership {
        display: block;
    }

    .g-renew-content {
        margin-top: 0;
    }

    .g-renew-nav,
    .g-renew-membership {
        display: none!important;
    }

    .g-renew-header {
        font-size: 20px;
        padding-top: 0;
        margin-top: 15px;
        margin-bottom: 15px;
        height: auto;
        padding-right: 30px;
    }

    .g-renew-container {
        width: 100%;
        max-width: 540px;
        margin: 0;
    }

    .m-g-renew-button-container {
        display: flex;
        margin-top: 25px;
        margin-bottom: 50px;
        padding: 0 30px;
        flex-direction: row-reverse;
    }

    .m-g-renew-button-container .ms-Button {
        margin-left: 8px;
    }

    .m-g-renew-contact {
        padding: 0 30px;
    }

    .m-g-renew-membership-card {
        padding: 10px 15px;
        border: 1px solid #efefef;
        box-shadow: 2px 2px 0 #efefef;
        margin-top: 10px;
        overflow: hidden;
        color: rgb(51, 51, 51);
    }

    .m-g-renew-nav .m-app-step-content {
        margin: 0 2px;
        display: block;
    }

    .g-renew-button-container-short,
    .g-renewal-contact-title,
    .g-renew-button-container {
        display: none;
    }

    .m-g-renew-membership {
        padding: 0 20px;
    }

    .m-g-renew-membership-cardTitle {
        display: flex;
        justify-content: space-between;
    }

    .m-g-renew-cardPeople {
        color: rgb(255, 94, 94);
        font-size: 18px;
        margin-left: 18px;
    }

    .m-g-renew-cardSortUp {
        font-size: 18px;
        color: rgb(16, 110, 190);
    }

    .m-g-renew-cardSpan {
        font-size: 18px;
        font-weight: 500;
    }

    .m-g-renew-cardRole {
        color: rgb(102, 102, 102);
        font-size: 14px;
        line-height: 26px;
    }

    .m-g-renew-membership .m-g-renew-membership-resetButton {
        position: absolute;
        top: 10px;
        left: 100px;
    }

    .m-g-renew-membership-button button {
        background: #fff;
    }

    .g-renewal-metadata-title {
        display: none;
    }

    .m-g-renew-nav .m-app-step-selectedcontent {
        flex: 3
    }

    .g-renew-page .g-metadata-list {
        padding: 0 30px;
    }

    .g-renew-content p {
        max-width: 350px !important;
        width: 100% !important;
    }
}

.dialog-main{min-height:200px}.renewal-channel-dialog-content .dialog-channel-header-title{overflow:hidden;overflow-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#333;font-weight:400;margin:20px 24px 24px;white-space:pre-wrap;width:90%;padding:0;font-size:24px}.renewal-channel-dialog-content .dialog-header-topButton{padding:0 24px 0 0}.renewal-channel-dialog-content .dialog-header-topButton .dialog-header-closeButton-root{color:#333}.renewal-channel-dialog-content .dialog-inner{padding:0 24px 24px}.renewal-channel-dialog-content .dialog-inner .dialog-innerContent{display:flex;flex-direction:column}.renewal-channel-dialog-content .dialog-inner .dialog-innerContent .dialog-message-text{margin-bottom:0;min-height:49px;color:#333}.renewal-channel-dialog-content .dialog-inner .dialog-innerContent .dialog-customizedContent-container{min-height:49px;width:100%}.renewal-channel-dialog-content .dialog-inner .dialog-innerContent .dialog-customizedContent-container .dialog-customizedContent-text{margin-bottom:10px;color:#333;margin-top:0}.dialog-footer-spinnerContainer{display:flex;position:relative;justify-content:center;height:100%}.dialog-footer-spinnerContainer .dialog-footer-spinner{position:relative;top:-7px;height:16px}.dialog-footer-cancelButton{margin-right:8px}.dialog-footer-noButton{margin-left:8px}.dialog-footer-confirmButton-transparentText{color:rgba(0,0,0,0)}.dialog-footer-confirmButton:hover{border:none}.dialog-footer-confirmButton-loading{vertical-align:top}.dialog-footer-buttonGroup{margin-top:24px}
.g-channel-membership-detailslist{height:100%}.g-channel-membership-detailslist .scrollbar-wrap{min-height:27vh}.g-channel-membership-detailslist .ms-DetailsRow:hover .g-renewal-cell-action{opacity:1}.g-channel-membership-detailslist .ms-DetailsList .ms-DetailsList-headerWrapper .ms-DetailsHeader{padding-top:1px;border-bottom:1px solid #e6e7e8}.g-channel-membership-detailslist .g-renewal-cell-action:focus{opacity:1 !important}.g-channel-membership-detailslist .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.g-channel-membership-detailslist .g-renewal-detailslist-cell .g-detaillist-name-info.g-detaillist-three-dots{overflow:hidden}.g-channel-membership-detailslist .g-renewal-detailslist-cell .g-detaillist-name-info.g-detaillist-three-dots .ms-TooltipHost .g-detaillist-name-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.g-channel-membership-detailslist .g-renewal-detailslist-cell.g-renewal-detailslist-three-dots .ms-HoverCard-host.g-channel-usercardlist-host .g-renewal-channellist-ellipsis .ms-TooltipHost{width:100px;display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.g-channel-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-primaryText{font-weight:bold;font-size:13px;color:#27313c}.g-channel-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-secondaryText{color:#7d848b;font-size:13px;font-style:italic}.g-channel-membership-detailslist .g-renewal-detailslist-cell .g-renewal-cell-action{opacity:0;width:30px;height:30px;border:1px solid #e6e7e8;border-radius:50%;padding:0 0 0 1px;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.g-channel-membership-detailslist .g-renewal-detailslist-cell .g-renewal-channellist-ellipsis{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:120px}.g-channel-membership-detailslist .g-renewal-detailslist-cell .g-renewal-channellist-task-status-link{line-height:normal !important}.g-channel-membership-detailslist .g-renewal-detailslist-cell-action .h-tooltip-icon-button{margin-left:0}.g-channel-membership-detailslist .g-renewal-detailslist-status-content{line-height:normal !important}.g-channel-membership-detailslist .g-renewal-detailslist-link-info{height:auto;line-height:normal !important;margin:0 18px}
.g-mytaks-title{font-size:26px;font-weight:lighter;color:#333}.g-mytasks-page{background-color:#fff;display:flex;flex-direction:column}.m-g-mytasks-page{height:100%}.g-mytasks-header{margin:16px 30px;min-height:32px}.g-mytasks-header-bar .ms-FocusZone{background-color:#f4f4f4}.g-mytasks-header-bar .ms-Button div:hover{background-color:#dadada}.g-mytasks-page .g-space-list-fixed .ms-List-cell .ms-DetailsRow-cell{display:flex;align-items:center;height:42px}.g-space-list-fixed{flex-grow:1}.g-space-row-cell .g-space-action-button{border-color:rgba(0,0,0,0)}.g-space-row-name{width:75%;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.g-space-row-name:focus{outline:-webkit-focus-ring-color auto 0 !important}.g-space-row-name-a{width:75%;cursor:pointer !important;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#0071c7}#cg-mytasks .ms-DetailsRow-cellCheck{display:flex;align-items:center}.g-tasks-title{display:flex;align-items:center;justify-content:space-between;width:100%}.g-tasks-title-link{color:#0071c7;text-decoration:none;cursor:pointer;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.g-tasks-title-link .g-mytasks-title-link-tooltip{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.g-mytasks-column-item{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#cg-mytasks{height:100%}.m-g-workspace-titlewrap{display:flex}.m-g-workspace-title{max-width:75%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:20px;flex-grow:1}.m-g-workspace-messagebar{color:#666}.m-g-workspace-titlewrap .m-g-workspace-filter{background:#fff}.m-space-list-fixed-nomestop{top:48px;bottom:40px}.m-g-mytasks-header{font-size:28px;font-weight:lighter;color:#333;width:100%;padding:10px;z-index:3}.my-tasks-rejects{color:#de4343}.my-tasks-cancelled{color:#bbb}.my-tasks-submited{color:#ff9607}.v-my-tasks-submited{color:var(--palette-warning)}.my-tasks-completed{color:#96d054}.v-my-tasks-completed{color:var(--palette-successful)}.my-tasks-expired{color:#999}.v-my-tasks-expired{color:var(--palette-gray6)}.my-tasks-exception{color:#ed9631}.my-tasks-pending{color:#44dcdc}.v-my-tasks-pending{color:var(--palette-information)}.status-content{display:flex;align-items:center;line-height:32px}.status-content .status-text{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.g-my-tasks-status{margin-right:5px}@media screen and (max-width: 768px){.g-mytasks-header{top:30px;padding:10px;z-index:3}.tasks-title-link{color:#0071c7 !important;text-decoration:none;cursor:pointer}.g-space-list-fixed-nomestop{top:48px;bottom:40px}.g-mytasks-header-bar .ms-Button:hover{background-color:#fff}.g-mytasks-header-bar .ms-Button div:hover{background-color:#fff}.g-space-list-fixed .ms-Viewport .ms-DetailsList .ms-FocusZone{border-bottom-width:1px}}.g-mytask-batch-reassign-dialog .ms-Dialog-title{color:#333;font-weight:400;padding:20px 32px 24px}.g-mytask-batch-reassign-dialog .g-mytask-batch-reassign-container{border:5px solid #eee;width:380px;height:230px;margin-top:10px}.g-mytask-batch-reassign-dialog .g-mytask-batch-reassign-container .ms-DetailsList-headerWrapper{position:sticky;top:0;z-index:1}
.channel-person-app-links{height:40px;display:flex;float:left}.v-next-channel-person-app-links{height:40px;display:flex;float:left;margin-block:24px 8px}.channel-feedback-dialog{overflow:hidden}.channel-feedback-dialog .ms-Modal-scrollableContent{flex-grow:1;max-height:100vh;overflow:hidden;min-height:27vh}.channel-feedback-dialog .ms-Dialog-content{display:flex;flex-direction:column;align-items:center}.channel-feedback-dialog .ms-Dialog-content .feedback-details-list{height:222px;margin-top:10px;border-style:solid;border-width:5px;border-color:#eee}.channel-feedback-dialog .g-channel-warning{width:100%;background:#fffae6;padding:10px 20px 10px 0;display:flex}.channel-feedback-dialog .g-channel-prompt{margin-bottom:10px;font-size:13px;color:#737477;font-style:italic;text-overflow:clip;width:80%}.channel-feedback-dialog .g-channel-warning-icon{color:#f7a108;margin:2px 8px 0 8px}.channel-feedback-dialog .g-channel-warning-name{font-weight:500;padding-left:4px}.channel-feedback-dialog .g-channel-membership-wrap{height:100%;display:flex;flex-direction:column;padding:0}.channel-feedback-dialog .g-channel-membership-wrap .g-channel-content-wrap{flex-grow:1;display:flex;flex-direction:column}.channel-feedback-dialog .g-channel-membership-wrap .g-channel-content-wrap .ms-CommandBar{padding:0;padding-top:6px;border:0;margin:0}.channel-feedback-dialog .g-channel-membership-wrap .g-channel-content-wrap .ms-CommandBar .g-membership-actionbar-number{line-height:44px;color:#737477;font-style:italic}.channel-feedback-dialog .g-channel-membership-wrap .g-channel-content-wrap .g-membership-detailslist-wrap{flex-grow:1;padding-top:4px;padding-left:8px;height:27vh}.channel-feedback-dialog .g-channel-membership-wrap .g-channel-content-wrap .g-membership-detailslist-wrap .g-list-scroll{z-index:1}.v-next-channel-feedback-dialog .v-dialog-main{width:1080px}.v-next-channel-feedback-dialog .dialog-inner .dialog-innerContent{height:630px}.v-next-channel-feedback-dialog .v-next-channel-content{width:100%;height:100%}.v-next-channel-feedback-dialog .ms-Modal-scrollableContent{flex-grow:1;max-height:100vh;overflow:hidden;min-height:27vh}.v-next-channel-feedback-dialog .ms-Dialog-content{display:flex;flex-direction:column;align-items:center}.v-next-channel-feedback-dialog .ms-Dialog-content .feedback-details-list{height:222px;margin-top:10px;border-style:solid;border-width:5px;border-color:#eee}.v-next-channel-feedback-dialog .g-channel-warning{width:100%;background:#fffae6;padding:10px 20px 10px 0;display:flex}.v-next-channel-feedback-dialog .g-channel-prompt{font-size:14px;color:#737477;font-style:normal;text-overflow:clip;width:100%;display:flex;align-items:center;border:1px solid var(--palette-information);padding:.5rem;background:var(--palette-informationLight);border-radius:.25rem;margin:1rem 0}.v-next-channel-feedback-dialog .g-channel-prompt .recommendation-icon{color:var(--palette-information);margin-right:.5rem}.v-next-channel-feedback-dialog .g-channel-warning-icon{color:#f7a108;margin:2px 8px 0 8px}.v-next-channel-feedback-dialog .g-channel-warning-name{font-weight:500;padding-left:4px}.v-next-channel-feedback-dialog .g-channel-membership-wrap{height:100%;display:flex;flex-direction:column;padding:0}.v-next-channel-feedback-dialog .g-channel-membership-wrap .g-channel-content-wrap{flex-grow:1;display:flex;flex-direction:column}.v-next-channel-feedback-dialog .g-channel-membership-wrap .g-channel-content-wrap .ms-DetailsList-contentWrapper .details-list-cell{height:100%}.v-next-channel-feedback-dialog .g-channel-membership-wrap .g-channel-content-wrap .ms-DetailsRow-fields{height:3rem}.v-next-channel-feedback-dialog .g-channel-membership-wrap .g-channel-content-wrap .ms-OverflowSet .ms-OverflowSet-item{margin-right:.5rem;border:1px solid var(--palette-gray2);border-radius:4px;height:2.5rem}.v-next-channel-feedback-dialog .g-channel-membership-wrap .g-channel-content-wrap .ms-CommandBar-secondaryCommand .ms-OverflowSet-item{margin-right:.5rem;border:none;border-radius:4px}.v-next-channel-feedback-dialog .g-channel-membership-wrap .g-channel-content-wrap .ms-CommandBar{padding:0;padding-top:6px;border:0;margin:0 0 1rem 0}.v-next-channel-feedback-dialog .g-channel-membership-wrap .g-channel-content-wrap .ms-CommandBar .g-membership-actionbar-number{line-height:44px;color:#737477;font-style:italic}.v-next-channel-feedback-dialog .g-channel-membership-wrap .g-channel-content-wrap .filter-button-wrap-content .v-default-button{height:2rem;margin-left:.5rem}.v-next-channel-feedback-dialog .g-channel-membership-wrap .g-channel-content-wrap .g-membership-detailslist-wrap{flex-grow:1;padding-top:.25rem;padding-left:0rem;height:27vh}.v-next-channel-feedback-dialog .g-channel-membership-wrap .g-channel-content-wrap .g-membership-detailslist-wrap .g-list-scroll{z-index:1}.v-next-channel-feedback-dialog .v-next-line{width:100%;border-top:1px solid #e6e7e8;margin-top:1.25rem}@media screen and (max-width: 743px){.v-next-channel-content .g-channel-membership-wrap .g-channel-prompt{align-items:normal}.v-next-channel-content .g-channel-membership-wrap .g-channel-prompt .recommendation-icon{margin-top:.25rem}}
.g-renewal-adduserspanel-content{padding:0 32px}.g-renewal-adduserspanel-content .g-renewal-peoplepicker-label{margin-top:16px}.g-renewal-site-admin-footer{width:100%;display:flex;justify-content:flex-start;padding-bottom:20px}.g-renewal-site-admin-footer .ms-Button--primary{margin-left:34px !important}.g-renewal-users-info{display:flex;align-items:center;border:1px solid #e6e7e8;border-radius:2px;font-size:12px;font-style:italic}.g-renewal-users-info .g-renewal-users-info-all{display:flex;align-items:flex-start;padding:5px}.g-renewal-users-info .g-renewal-users-info-all .g-renewal-users-info-icon{margin:3px 8px}.g-renewal-search-prompt{display:flex;align-items:center;border:1px solid #e6e7e8;border-radius:2px;font-size:12px;font-style:italic;margin:0 32px 12px}.g-renewal-search-prompt .g-renewal-channel-info-all{display:flex;align-items:flex-start;padding:5px}.g-renewal-search-prompt .g-renewal-channel-info-all .g-renewal-channel-info-icon{margin:3px 8px}.dynamic-request-site-admin-panel .ms-Panel-content{padding:0px}.dynamic-request-site-admin-panel .margin-right-12{margin-right:12px}.dynamic-request-site-admin-panel .dynamic-request-panel-header{width:100%;display:flex;align-items:stretch;padding:16px 32px;padding-right:44px;color:#333;font-size:28px;font-weight:300;line-height:36px;word-break:break-word}.dynamic-request-site-admin-panel .dynamic-request-panel-header .dynamic-request-panel-header-text{min-width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.v-next-renewal-site-admin-all .v-common-dialog .dialog-innerContent{padding:1rem 0rem}.v-next-renewal-site-admin-all .g-renewal-adduserspanel-content{padding:0px 2rem}.v-next-renewal-site-admin-all .g-renewal-adduserspanel-content label{font-size:14px;color:var(--palette-slate);font-weight:600}.v-next-renewal-site-admin-all .g-renewal-adduserspanel-content label .ms-ChoiceFieldLabel{font-weight:400}.v-next-renewal-site-admin-all .g-renewal-adduserspanel-content .g-renewal-peoplepicker-label{margin-top:0px}.v-next-renewal-site-admin-all .v-next-line{border-top:1px solid #e6e7e8;margin:0 2rem;margin-top:1.25rem}@media screen and (max-width: 743px){.v-next-renewal-site-admin-all .v-common-dialog .dialog-innerContent{padding:1.5rem}}
.g-membership-detailslist{height:100%}.g-membership-detailslist .ms-DetailsRow:hover .g-renewal-cell-action{opacity:1}.g-membership-detailslist .g-renewal-cell-action:focus{opacity:1 !important}.g-membership-detailslist .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona{height:auto !important}.g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-primaryText{font-weight:bold;font-size:13px;color:#27313c}.g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-secondaryText{color:#7d848b;font-size:13px;font-style:italic}.g-membership-detailslist .g-renewal-detailslist-cell .g-renewal-cell-action{opacity:0;width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.g-membership-detailslist .g-renewal-detailslist-cell-action .h-tooltip-icon-button{margin-left:0}.admin-user-card-primary{display:flex}.admin-user-card-primary-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.admin-user-card-primary-text{height:20px;font-size:12px;border:1px solid #ccc;padding:0px 8px;text-align:center;line-height:16px;border-radius:2px;background:#e6e7e8;color:#27313c;font-weight:500;margin-left:10px}.v-membership-detailslist .g-renewal-detailslist-cell{font-size:.875rem !important}.v-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-primaryText{font-size:.875rem !important;color:var(--palette-slate) !important;font-weight:400 !important}.v-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-secondaryText{font-size:.875rem !important;color:var(--palette-gray6) !important;font-weight:400 !important}.v-membership-detailslist .g-renewal-detailslist-cell .v-renewal-detailslist-action-button-remove{color:#e44e20}.v-membership-detailslist .g-renewal-detailslist-cell .v-renewal-detailslist-action-button-remove i{font-size:15px}.v-membership-detailslist .g-renewal-detailslist-cell .v-renewal-detailslist-action-button-remove:hover{background-color:rgba(0,0,0,0)}.v-membership-detailslist .g-renewal-detailslist-cell .v-renewal-detailslist-action-button-common{color:var(--palette-themePrimary)}.v-membership-detailslist .g-renewal-detailslist-cell .v-renewal-detailslist-action-button-common i{font-size:15px}.v-membership-detailslist .g-renewal-detailslist-cell .v-renewal-detailslist-action-button-common:hover{background-color:rgba(0,0,0,0)}
.g-renewal-edit-site-admin-footer{width:100%;display:flex;justify-content:flex-start;padding-bottom:20px}.g-renewal-edit-site-admin-footer .ms-Button--primary{margin-left:34px !important}.g-renewal-edituserspanel-content{height:100%;margin-left:34px}.g-renewal-edituserspanel-content .g-renewal-peoplepicker{max-width:272px}.g-renewal-edituserspanel-content .g-renewal-ownerlist-title{display:inline-block;margin-top:0px}.g-renewal-edituserspanel-content .g-renewal-list{height:80%;width:100%;padding-bottom:10px}.g-renewal-edituserspanel-content .g-renewal-list .g-owners-content{height:100%;display:flex;flex-wrap:wrap}.g-renewal-edituserspanel-content .g-renewal-list .ms-Viewport .ms-DetailsList{background:#fff}.g-renewal-edituserspanel-content .g-renewal-list .ms-DetailsRow{background:#fff;border-color:#fff}.g-renewal-edituserspanel-content .g-renewal-list .ms-DetailsRow .ms-DetailsRow-cell{padding:0}.g-renewal-edituserspanel-content .g-renewal-list .g-owner-persona-content{width:98%;height:58px;padding:0 6px;display:flex;justify-content:space-between;align-items:center}.g-renewal-edituserspanel-content .g-renewal-list .g-owner-persona-content:hover{background:#d4d6d8}.g-renewal-edituserspanel-content .g-renewal-list .g-owner-persona-content:hover .add-owner-button{display:block}.g-renewal-edituserspanel-content .g-renewal-list .g-owner-persona-content .ms-Persona-secondaryText{color:#5d6778}.g-renewal-edituserspanel-content .g-renewal-list .g-owner-persona-content .add-owner-button{border-radius:50%;border:1px solid #e6e7e8;display:none}.dynamic-request-site-admin-panel .ms-Panel-content{padding:0px}.dynamic-request-site-admin-panel .margin-right-12{margin-right:12px}.dynamic-request-site-admin-panel .dynamic-request-panel-header{width:100%;display:flex;align-items:stretch;padding:16px 32px;padding-right:44px;color:#333;font-size:28px;font-weight:300;line-height:36px;word-break:break-word}.dynamic-request-site-admin-panel .dynamic-request-panel-header .dynamic-request-panel-header-text{min-width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.g-renewal-edit-users-info{display:flex;align-items:center;border:1px solid #e6e7e8;border-radius:2px;font-size:12px;font-style:italic}.g-renewal-edit-users-info .g-renewal-edit-users-info-all{display:flex;align-items:flex-start;padding:5px}.g-renewal-edit-users-info .g-renewal-edit-users-info-all .g-renewal-edit-users-info-icon{margin:3px 8px}.v-next-edit-renewal-site-admin-all .v-common-dialog .dialog-innerContent{padding:1rem 0rem}.v-next-edit-renewal-site-admin-all .v-next-g-renewal-edit-users-info{margin-top:8px;margin-bottom:14px}.v-next-edit-renewal-site-admin-all .v-next-g-renewal-edit-users-info-all{border:1px solid #e0e2e6;padding:12px;background:rgba(0,0,0,0);border-radius:8px}.v-next-edit-renewal-site-admin-all .v-next-g-renewal-edit-users-info-all .v-next-g-renewal-edit-users-info-title{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;margin-bottom:.25rem}.v-next-edit-renewal-site-admin-all .v-next-g-renewal-edit-users-info-all .v-next-g-renewal-edit-users-info-title .v-next-g-renewal-edit-users-info-icon{color:#f5b423;font-size:15px}.v-next-edit-renewal-site-admin-all .v-next-g-renewal-edit-users-info-all .v-next-g-renewal-edit-users-info-title .v-next-g-renewal-edit-users-info-title-text{font-size:13px;font-weight:700}.v-next-edit-renewal-site-admin-all .v-next-g-renewal-edit-users-info-all .v-next-g-renewal-edit-users-info-content{font-size:13px;word-break:break-word}.v-next-edit-renewal-site-admin-all .g-common-request-label .g-common-require-name{font-weight:600}.v-next-edit-renewal-site-admin-all .g-renewal-ownerlist-title{font-weight:600}.v-next-edit-renewal-site-admin-all .g-renewal-list{max-height:200px}.v-next-edit-renewal-site-admin-all .g-renewal-edituserspanel-content{padding:0px 2rem;margin-left:0px}.v-next-edit-renewal-site-admin-all .g-renewal-edituserspanel-content label{font-size:14px;color:var(--palette-slate);font-weight:600}.v-next-edit-renewal-site-admin-all .g-renewal-edituserspanel-content label .ms-ChoiceFieldLabel{font-weight:400}.v-next-edit-renewal-site-admin-all .g-renewal-edituserspanel-content .g-renewal-peoplepicker-label{margin-top:0px}.v-next-edit-renewal-site-admin-all .v-next-line{border-top:1px solid #e6e7e8;margin:0 2rem;margin-top:1.25rem}
.g-membership-wrap{height:100%;display:flex;flex-direction:column;padding:0 24px}.g-membership-wrap .g-membership-instruction{border:1px solid #e6e7e8;border-radius:8px;margin-bottom:24px;float:left;width:100%;padding:12px;max-height:220px}.g-membership-wrap .g-membership-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.g-membership-wrap .g-membership-content-wrap{border:1px solid #e6e7e8;border-radius:8px;flex-grow:1;display:flex;flex-direction:column;height:inherit}.g-membership-wrap .g-membership-content-wrap .ms-CommandBar{padding:0;padding-top:22px;border:0}.g-membership-wrap .g-membership-content-wrap .ms-CommandBar .g-membership-actionbar-number{line-height:44px;color:#737477;font-style:italic}.g-membership-wrap .g-membership-content-wrap .g-membership-detailslist-wrap{flex-grow:1;padding-top:4px;padding-left:8px}.g-membership-wrap .g-membership-info{font-size:12px;font-style:italic;display:flex;align-items:center;flex-wrap:wrap}.g-membership-wrap .g-membership-info .g-membership-owner-icon{color:#28cc74;margin-right:8px}.g-membership-wrap .g-membership-info .g-membership-signin-icon{color:var(--theme-primary, #0071C7);margin-right:8px}[data-theme=theme1] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#cf3900}[data-theme=theme3] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#077fa6}[data-theme=theme4] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#b35c00}[data-theme=theme5] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#3e8628}[data-theme=theme6] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#eb0f0f}[data-theme=theme7] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#278265}[data-theme=theme8] .g-membership-wrap .g-membership-info .g-membership-signin-icon{color:#7760e6}.g-membership-wrap .g-membership-info .g-membership-signin-title{font-weight:600;color:#27313c;font-size:12px;line-height:18px}.g-membership-wrap .g-membership-info .complete-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-membership-wrap .g-membership-info .complete-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-membership-wrap .g-membership-info .complete-icon{color:#cf3900}[data-theme=theme3] .g-membership-wrap .g-membership-info .complete-icon{color:#077fa6}[data-theme=theme4] .g-membership-wrap .g-membership-info .complete-icon{color:#b35c00}[data-theme=theme5] .g-membership-wrap .g-membership-info .complete-icon{color:#3e8628}[data-theme=theme6] .g-membership-wrap .g-membership-info .complete-icon{color:#eb0f0f}[data-theme=theme7] .g-membership-wrap .g-membership-info .complete-icon{color:#278265}[data-theme=theme8] .g-membership-wrap .g-membership-info .complete-icon{color:#7760e6}.g-membership-wrap .g-membership-info .g-membership-signin-notice{color:#0078d4;font-style:italic}.g-membership-wrap .g-membership-info .internationalization-label,.g-membership-wrap .g-membership-info .internationalization-input{font-size:12px;line-height:18px;color:#27313c}.g-membership-wrap .g-membership-common-errormessage{color:#a4262c;font-size:12px;margin-top:5px;animation-duration:.367s;animation-timing-function:cubic-bezier(0.1, 0.9, 0.2, 1);animation-fill-mode:both;-webkit-font-smoothing:antialiased;display:flex;align-items:center}.g-membership-wrap .h-membership-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.g-membership-wrap .h-membership-wrapper .h-membership-inner{width:calc(100% - 24px);height:inherit}.g-membership-wrap .h-membership-scrollbar{height:100%}.g-membership-wrap .h-membership-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.g-site-admin-wrap .g-headline-instruction.g-headline-wrap{padding-right:24px}.v-next-site-admin-actionbar .ms-OverflowSet-item button{margin-right:.5rem;border:1px solid var(--palette-gray2);border-radius:4px;height:2.5rem}.v-next-site-admin-actionbar .ms-OverflowSet-item button .ms-Button-label{font-weight:600;color:var(--palette-slate)}.v-next-site-admin-wrap{border:1px solid #e6e7e8;height:100%;display:flex;flex-direction:column;padding:0 1.5rem 0}.v-next-site-admin-wrap .v-next-headline-wrap{height:2.5rem;padding:0}.v-next-site-admin-wrap .v-next-headline-wrap .g-headline-title{color:var(--palette-slate);font-size:16px;font-weight:700}.v-next-site-admin-wrap .g-membership-instruction{border-radius:8px;margin-bottom:24px;float:left;width:100%;padding:.75rem .75rem .75rem 0;max-height:13.75rem}.v-next-site-admin-wrap .g-membership-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.v-next-site-admin-wrap .g-membership-content-wrap{border-radius:8px;flex-grow:1;display:flex;flex-direction:column;height:inherit;width:100%}.v-next-site-admin-wrap .g-membership-content-wrap .v-site-admin-filter-wrap{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:.5rem}.v-next-site-admin-wrap .g-membership-content-wrap .v-site-admin-filter-wrap .ms-searchBox-box{max-width:15rem;width:100%}.v-next-site-admin-wrap .g-membership-content-wrap .ms-FocusZone{margin:0}.v-next-site-admin-wrap .g-membership-content-wrap .ms-FocusZone .ms-DetailsHeader-cellTitle .ms-DetailsHeader-cellName{font-size:.875rem;font-weight:400;color:var(--palette-slate)}.v-next-site-admin-wrap .g-membership-content-wrap .ms-FocusZone .ms-DetailsRow-fields{height:4rem}.v-next-site-admin-wrap .g-membership-content-wrap .ms-FocusZone .ms-DetailsRow-fields .g-renewal-detailslist-cell .g-space-panel-persona{padding-bottom:.3rem}.v-next-site-admin-wrap .g-membership-content-wrap .ms-CommandBar{padding:0;padding-top:22px;border:0}.v-next-site-admin-wrap .g-membership-content-wrap .ms-CommandBar .g-membership-actionbar-number{line-height:44px;color:#737477;font-style:italic}.v-next-site-admin-wrap .g-membership-content-wrap .v-next-site-admin-actionbar .ms-CommandBar{margin-left:0 !important;padding-top:0px;margin-bottom:1rem;margin-right:0}.v-next-site-admin-wrap .g-membership-content-wrap .g-membership-detailslist-wrap{flex-grow:1;padding-top:0px;padding-left:0px}.v-next-site-admin-wrap .g-membership-content-wrap .g-membership-detailslist-wrap .ms-DetailsList-contentWrapper .details-list-cell{height:100%}.v-next-site-admin-wrap .g-membership-content-wrap .g-membership-detailslist-wrap .v-renewal-detail-list{height:100%}.v-next-site-admin-wrap .g-membership-content-wrap .g-membership-detailslist-wrap .v-renewal-detail-list .ms-DetailsRow-cell{margin-top:0;padding-top:0;display:flex;align-items:center;padding-bottom:0}.v-next-site-admin-wrap .g-membership-content-wrap .filter-button-wrap-content{gap:.5rem;margin-bottom:0;flex:1}.v-next-site-admin-wrap .g-membership-content-wrap .filter-button-wrap-content .v-default-button{height:2rem}.v-next-site-admin-wrap .g-membership-info{font-size:12px;font-style:italic;display:flex;align-items:center;flex-wrap:wrap}.v-next-site-admin-wrap .g-membership-info .g-membership-owner-icon{color:#28cc74;margin-right:8px}.v-next-site-admin-wrap .g-membership-info .g-membership-signin-icon{color:var(--theme-primary, #0071C7);margin-right:8px}[data-theme=theme1] .v-next-site-admin-wrap .g-membership-info .g-membership-signin-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .v-next-site-admin-wrap .g-membership-info .g-membership-signin-icon{color:#cf3900}[data-theme=theme3] .v-next-site-admin-wrap .g-membership-info .g-membership-signin-icon{color:#077fa6}[data-theme=theme4] .v-next-site-admin-wrap .g-membership-info .g-membership-signin-icon{color:#b35c00}[data-theme=theme5] .v-next-site-admin-wrap .g-membership-info .g-membership-signin-icon{color:#3e8628}[data-theme=theme6] .v-next-site-admin-wrap .g-membership-info .g-membership-signin-icon{color:#eb0f0f}[data-theme=theme7] .v-next-site-admin-wrap .g-membership-info .g-membership-signin-icon{color:#278265}[data-theme=theme8] .v-next-site-admin-wrap .g-membership-info .g-membership-signin-icon{color:#7760e6}.v-next-site-admin-wrap .g-membership-info .g-membership-signin-title{font-weight:600;color:#27313c;font-size:12px;line-height:18px}.v-next-site-admin-wrap .g-membership-info .complete-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .v-next-site-admin-wrap .g-membership-info .complete-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .v-next-site-admin-wrap .g-membership-info .complete-icon{color:#cf3900}[data-theme=theme3] .v-next-site-admin-wrap .g-membership-info .complete-icon{color:#077fa6}[data-theme=theme4] .v-next-site-admin-wrap .g-membership-info .complete-icon{color:#b35c00}[data-theme=theme5] .v-next-site-admin-wrap .g-membership-info .complete-icon{color:#3e8628}[data-theme=theme6] .v-next-site-admin-wrap .g-membership-info .complete-icon{color:#eb0f0f}[data-theme=theme7] .v-next-site-admin-wrap .g-membership-info .complete-icon{color:#278265}[data-theme=theme8] .v-next-site-admin-wrap .g-membership-info .complete-icon{color:#7760e6}.v-next-site-admin-wrap .g-membership-info .g-membership-signin-notice{color:#0078d4;font-style:italic}.v-next-site-admin-wrap .g-membership-info .internationalization-label,.v-next-site-admin-wrap .g-membership-info .internationalization-input{font-size:12px;line-height:18px;color:#27313c}.v-next-site-admin-wrap .g-membership-common-errormessage{color:#a4262c;font-size:12px;margin-top:5px;animation-duration:.367s;animation-timing-function:cubic-bezier(0.1, 0.9, 0.2, 1);animation-fill-mode:both;-webkit-font-smoothing:antialiased;display:flex;align-items:center}.v-next-site-admin-wrap .h-membership-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.v-next-site-admin-wrap .h-membership-wrapper .h-membership-inner{width:calc(100% - 24px);height:inherit}.v-next-site-admin-wrap .h-membership-scrollbar{height:100%}.v-next-site-admin-wrap .h-membership-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.v-next-site-admin-wrap .v-next-headline-wrap{margin-top:1.5rem;padding-right:1.5rem}@media screen and (max-width: 743px){.v-next-site-admin-wrap{padding:1.25rem 1.5rem 0}}

.g-renewalv2-shimmer-side-title-wrap .renewalv2-shimmer-side-title{display:flex;flex-direction:row;padding:1rem 0;gap:.5rem}.g-renewalv2-shimmer-side-title-wrap .renewalv2-shimmer-side-title .renewalv2-shimmer-title{margin-bottom:6px}.g-renewalv2-shimmer-side-title-wrap .renewalv2-shimmer-side-title .renewalv2-shimmer-description{margin-bottom:5px}.g-renewalv2-shimmer-side-title-wrap .renewalv2-shimmer-side-title-details{display:flex;flex-direction:row;padding-bottom:1.5rem;gap:.5rem}.g-renewalv2-shimmer-side-message-wrap .renewalv2-shimmer-side-message-content{margin-bottom:1rem}.g-renewalv2-shimmer-side-message-wrap .renewalv2-shimmer-side-message-content .renewalv2-shimmer-message-line{margin-bottom:.5rem}.g-renewalv2-shimmer-side-message-wrap .renewalv2-shimmer-side-message-bottom{background:#f2f3f4;padding:12px 24px}.g-renewalv2-shimmer-side-estimate-time{margin-bottom:1.5rem}.g-renewalv2-shimmer-side-footer-wrap{padding-right:11.875rem}
.renewalv2-shimmer-side-title-wrap{display:flex;justify-content:space-between;align-items:baseline}.renewalv2-shimmer-side-title-wrap .renewalv2-shimmer-side-title{display:flex;flex-direction:row;padding:1rem 0;gap:.5rem}.renewalv2-shimmer-side-title-wrap .renewalv2-shimmer-side-title .renewalv2-shimmer-title{margin-bottom:6px}.renewalv2-shimmer-side-title-wrap .renewalv2-shimmer-side-title .renewalv2-shimmer-description{margin-bottom:5px}.renewalv2-shimmer-side-title-wrap .renewalv2-shimmer-side-title-details{display:flex;flex-direction:row;align-items:flex-end;padding-bottom:1.5rem;gap:.5rem}.renewalv2-shimmer-side-message-wrap .renewalv2-shimmer-side-message-content{margin-bottom:1rem}.renewalv2-shimmer-side-message-wrap .renewalv2-shimmer-side-message-content .renewalv2-shimmer-message-line{margin-bottom:.5rem}.renewalv2-shimmer-side-message-wrap .renewalv2-shimmer-side-message-bottom{background:#f2f3f4;padding:12px 24px}.renewalv2-shimmer-side-estimate-time{margin-bottom:1.5rem}.renewalv2-shimmer-side-footer-wrap{padding-right:11.875rem}
.g-access-wrap{display:flex;flex-wrap:nowrap;flex-direction:column;position:relative;height:100%;width:100%;padding:0 24px}.g-access-wrap .g-renewalv2-access-instruction{border:1px solid #e6e7e8;border-radius:8px;margin-bottom:24px;float:left;width:100%;padding:12px}.g-access-wrap .g-renewalv2-access-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.g-access-wrap .g-renewalv2-access-wrap{height:inherit;flex:1;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,0)}.g-access-wrap .h-access-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.g-access-wrap .h-access-wrapper .h-access-inner{width:calc(100% - 24px);height:inherit}.g-access-wrap .h-access-scrollbar{height:100%}.g-access-wrap .h-access-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.g-access-wrap div.ms-CommandBar{background-color:rgba(0,0,0,0);height:24px}.g-access-wrap .ms-OverflowSet-item .ms-Button--commandBar,.g-access-wrap .ms-OverflowSet-overflowButton .ms-CommandBar-overflowButton{background-color:rgba(0,0,0,0)}.v-g-access-wrap{display:flex;flex-wrap:nowrap;flex-direction:column;position:relative;height:100%;width:100%;padding:2rem 2rem 0}.v-g-access-wrap .v-next-headline-wrap{height:2.5rem;padding:0}.v-g-access-wrap .v-next-headline-wrap .g-headline-title{color:var(--palette-slate);font-size:16px;font-weight:700}.v-g-access-wrap .g-renewalv2-access-instruction{border:1px solid #e6e7e8;border-radius:8px;margin-bottom:24px;float:left;width:100%;padding:12px}.v-g-access-wrap .g-renewalv2-access-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.v-g-access-wrap .g-renewalv2-access-wrap{height:inherit;flex:1;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,0)}.v-g-access-wrap .h-access-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.v-g-access-wrap .h-access-wrapper .h-access-inner{width:calc(100% - 24px);height:inherit}.v-g-access-wrap .h-access-scrollbar{height:100%}.v-g-access-wrap .h-access-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.v-g-access-wrap div.ms-CommandBar{background-color:rgba(0,0,0,0);padding:0;border:0;align-items:center;margin:0 0 1rem 0}.v-g-access-wrap .ms-OverflowSet-item .ms-Button--commandBar,.v-g-access-wrap .ms-OverflowSet-overflowButton .ms-CommandBar-overflowButton{background-color:rgba(0,0,0,0)}
.g-membership-detailslist{height:100%}.g-membership-detailslist .ms-DetailsRow:hover .g-renewal-cell-action{opacity:1}.g-membership-detailslist .g-renewal-cell-action:focus{opacity:1 !important}.g-membership-detailslist .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-primaryText{font-weight:bold;font-size:13px;color:#27313c}.g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-secondaryText{color:#7d848b;font-size:13px;font-style:italic}.g-membership-detailslist .g-renewal-detailslist-cell .g-renewal-cell-action{opacity:0;width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.g-membership-detailslist .g-renewal-detailslist-cell-action .h-tooltip-icon-button{margin-left:0}.v-g-membership-detailslist{height:100%}.v-g-membership-detailslist .ms-DetailsRow:hover .g-renewal-cell-action{opacity:1}.v-g-membership-detailslist .ms-DetailsRow:hover .more-action{opacity:1}.v-g-membership-detailslist .g-renewal-cell-action:focus{opacity:1 !important}.v-g-membership-detailslist .ms-DetailsList-contentWrapper .details-list-cell{height:100%;font-size:.875rem;font-weight:400;color:var(--palette-slate);padding-top:.2rem}.v-g-membership-detailslist .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.v-g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-primaryText{font-weight:bold;font-size:13px;color:#27313c}.v-g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-secondaryText{color:#7d848b;font-size:13px;font-style:italic}.v-g-membership-detailslist .g-renewal-detailslist-cell .g-renewal-cell-action{opacity:0;width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.v-g-membership-detailslist .g-renewal-detailslist-cell-action .h-tooltip-icon-button{margin-left:0}
.g-renewal-adduserspanel-content{padding:0 32px}.g-renewal-adduserspanel-content .g-renewal-peoplepicker-label{margin-top:16px}.v-g-renewal-adduserspanel-content{padding:0}.v-g-renewal-adduserspanel-content .g-renewal-peoplepicker-label{padding:.25rem 0}.g-renewal-adduserspanel-footer{width:100%;display:flex;justify-content:flex-end}.g-renewal-users-info{display:flex;align-items:center;border:1px solid #e6e7e8;border-radius:2px;font-size:12px;font-style:italic}.g-renewal-users-info .g-renewal-users-info-all{display:flex;align-items:flex-start;padding:5px}.g-renewal-users-info .g-renewal-users-info-all .g-renewal-users-info-icon{margin:3px 8px}.g-renewal-search-prompt{display:flex;align-items:center;border:1px solid #e6e7e8;border-radius:2px;font-size:12px;font-style:italic;margin:0 32px 12px}.g-renewal-search-prompt .g-renewal-channel-info-all{display:flex;align-items:flex-start;padding:5px}.g-renewal-search-prompt .g-renewal-channel-info-all .g-renewal-channel-info-icon{margin:3px 8px}
.g-accesswithout-content-wrap{border:1px solid #e6e7e8;border-radius:8px;flex-grow:1;display:flex;flex-direction:column}.g-accesswithout-content-wrap .ms-CommandBar{padding:0;padding-top:22px;border:0}.g-accesswithout-content-wrap .ms-CommandBar .ms-Button--commandBar .ms-Icon{width:13px;height:13px}.g-accesswithout-content-wrap .ms-CommandBar .g-permission-actionbar-number{line-height:44px;color:#737477;font-style:italic}.g-accesswithout-content-wrap .g-accesswithout-detailslist-wrap{flex-grow:1;padding-top:4px;padding-left:8px}.v-g-accesswithout-content-wrap{flex-grow:1;display:flex}.v-g-accesswithout-content-wrap .filter-button-wrap-content{gap:.5rem}.v-g-accesswithout-content-wrap .filter-button-wrap-content .v-default-button{height:2rem}.v-g-accesswithout-content-wrap .g-accesswithout-detailslist-wrap{flex-grow:1;padding-top:4px;padding-left:8px}.v-g-accesswithout-content-wrap .g-accesswithout-detailslist-wrap .v-accesswithout-filter-wrap{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:.5rem}.v-g-accesswithout-content-wrap .g-accesswithout-detailslist-wrap .v-accesswithout-filter-wrap .ms-searchBox-box{max-width:15rem;width:100%}.v-g-accesswithout-content-wrap .g-accesswithout-actionbar .ms-OverflowSet-item button{margin-right:.5rem;border:1px solid var(--palette-gray2);border-radius:4px;height:2.5rem}.v-g-accesswithout-content-wrap .g-accesswithout-actionbar .ms-OverflowSet-item button .ms-Button-label{font-weight:600;color:var(--palette-slate);line-height:20px}.v-g-accesswithout-content-wrap .ms-CommandBar{padding:0;border:0}.v-g-accesswithout-content-wrap .ms-CommandBar .g-accessteam-actionbar-number{line-height:44px;color:var(--palette-gray6);font-style:italic}
.g-membership-detailslist{height:100%}.g-membership-detailslist .ms-DetailsRow:hover .g-renewal-cell-action{opacity:1}.g-membership-detailslist .ms-DetailsList-contentWrapper .details-list-cell{height:100%;font-size:.875rem;font-weight:400;color:var(--palette-slate)}.g-membership-detailslist .g-renewal-cell-action:focus{opacity:1 !important}.g-membership-detailslist .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-primaryText{font-weight:bold;font-size:13px;color:#27313c}.g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-secondaryText{color:#7d848b;font-size:13px;font-style:italic}.g-membership-detailslist .g-renewal-detailslist-cell .g-renewal-cell-action{opacity:0;width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.g-membership-detailslist .g-renewal-detailslist-cell-action .h-tooltip-icon-button{margin-left:0}.v-g-membership-detailslist{height:100%}.v-g-membership-detailslist .ms-DetailsRow:hover .g-renewal-cell-action{opacity:1}.v-g-membership-detailslist .ms-DetailsRow:hover .more-action{opacity:1}.v-g-membership-detailslist .ms-FocusZone{margin:0}.v-g-membership-detailslist .ms-FocusZone .ms-DetailsHeader-cell .ms-DetailsHeader-cellName{font-weight:400;color:var(--palette-slate)}.v-g-membership-detailslist .ms-FocusZone .ms-DetailsRow-fields{height:3rem}.v-g-membership-detailslist .ms-FocusZone .ms-DetailsRow-fields .g-renewal-detailslist-cell .ms-Persona-details .ms-Persona-primaryText{font-size:.875rem;font-weight:400;color:var(--palette-slate)}.v-g-membership-detailslist .ms-FocusZone .ms-DetailsRow-fields .g-renewal-detailslist-cell .g-space-panel-persona{padding-bottom:.3rem}.v-g-membership-detailslist .ms-DetailsRow-cell{padding-top:0;display:flex;align-items:center;padding-bottom:0}.v-g-membership-detailslist .g-renewal-cell-action:focus{opacity:1 !important}.v-g-membership-detailslist .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.v-g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-primaryText{font-weight:bold;font-size:13px;color:#27313c}.v-g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-secondaryText{color:#7d848b;font-size:13px;font-style:italic}.v-g-membership-detailslist .g-renewal-detailslist-cell .g-renewal-cell-action{opacity:0;width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.v-g-membership-detailslist .g-renewal-detailslist-cell-action .h-tooltip-icon-button{margin-left:0}
.g-accessteam-content-wrap{border:1px solid #e6e7e8;border-radius:8px;flex-grow:1;display:flex;flex-direction:column}.g-accessteam-content-wrap .ms-CommandBar{padding:0;padding-top:22px;border:0}.g-accessteam-content-wrap .ms-CommandBar .g-accessteam-actionbar-number{line-height:44px;color:#737477;font-style:italic}.g-accessteam-content-wrap .g-accessteam-detailslist-wrap{flex-grow:1;padding-top:4px;padding-left:8px}.v-g-accessteam-content-wrap{flex-grow:1;display:flex;flex-direction:column}.v-g-accessteam-content-wrap .filter-button-wrap-content{gap:.5rem}.v-g-accessteam-content-wrap .filter-button-wrap-content .v-default-button{height:2rem}.v-g-accessteam-content-wrap .g-accessteam-detailslist-wrap{flex-grow:1;padding-top:4px;padding-left:8px}.v-g-accessteam-content-wrap .g-accessteam-detailslist-wrap .v-accessteam-filter-wrap{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:.5rem}.v-g-accessteam-content-wrap .g-accessteam-detailslist-wrap .v-accessteam-filter-wrap .ms-searchBox-box{max-width:15rem;width:100%}.v-g-accessteam-content-wrap .g-accessteam-actionbar .ms-OverflowSet-item button{margin-right:.5rem;border:1px solid var(--palette-gray2);border-radius:4px;height:2.5rem}.v-g-accessteam-content-wrap .g-accessteam-actionbar .ms-OverflowSet-item button .ms-Button-label{font-weight:600;color:var(--palette-slate);line-height:20px}.v-g-accessteam-content-wrap .ms-CommandBar{padding:0;border:0}.v-g-accessteam-content-wrap .ms-CommandBar .g-accessteam-actionbar-number{line-height:44px;color:var(--palette-gray6);font-style:italic}
.g-renewal-adduserspanel-content{padding:0 32px}.g-renewal-adduserspanel-content .g-renewal-peoplepicker-label{margin-top:16px}.v-g-renewal-adduserspanel-content{padding:0}.v-g-renewal-adduserspanel-content .g-renewal-peoplepicker-label{padding:.25rem 0}.g-renewal-adduserspanel-footer{width:100%;display:flex;justify-content:flex-end}.g-renewal-users-info{display:flex;align-items:center;border:1px solid #e6e7e8;border-radius:2px;font-size:12px;font-style:italic}.g-renewal-users-info .g-renewal-users-info-all{display:flex;align-items:flex-start;padding:5px}.g-renewal-users-info .g-renewal-users-info-all .g-renewal-users-info-icon{margin:3px 8px}.g-renewal-search-prompt{display:flex;align-items:center;border:1px solid #e6e7e8;border-radius:2px;font-size:12px;font-style:italic;margin:0 32px 12px}.g-renewal-search-prompt .g-renewal-channel-info-all{display:flex;align-items:flex-start;padding:5px}.g-renewal-search-prompt .g-renewal-channel-info-all .g-renewal-channel-info-icon{margin:3px 8px}
.g-membership-wrap{height:100%;display:flex;flex-direction:column}.g-membership-wrap .g-membership-content-wrap{border:1px solid #e6e7e8;border-radius:8px;flex-grow:1;display:flex;flex-direction:column}.g-membership-wrap .g-membership-content-wrap .ms-CommandBar{padding:0;padding-top:22px;border:0}.g-membership-wrap .g-membership-content-wrap .ms-CommandBar .g-membership-actionbar-number{line-height:44px;color:#737477;font-style:italic}.g-membership-wrap .g-membership-content-wrap .g-membership-detailslist-wrap{flex-grow:1;padding-top:4px;padding-left:8px}.v-g-membership-wrap{height:100%;display:flex;flex-direction:column}.v-g-membership-wrap .ms-DetailsList-contentWrapper .details-list-cell{height:100%;font-size:.875rem;font-weight:400;color:var(--palette-slate);padding-top:.2rem}.v-g-membership-wrap .ms-FocusZone{margin:0}.v-g-membership-wrap .ms-FocusZone .ms-DetailsHeader-cell .ms-DetailsHeader-cellName{font-weight:400;color:var(--palette-slate)}.v-g-membership-wrap .ms-FocusZone .ms-DetailsRow-fields{height:3rem}.v-g-membership-wrap .ms-FocusZone .ms-DetailsRow-fields .g-renewal-detailslist-cell .ms-Persona-details .ms-Persona-primaryText{font-size:.875rem;font-weight:400;color:var(--palette-slate)}.v-g-membership-wrap .ms-FocusZone .ms-DetailsRow-fields .g-renewal-detailslist-cell .g-space-panel-persona{padding-bottom:.3rem}.v-g-membership-wrap .filter-button-wrap-content{gap:.5rem}.v-g-membership-wrap .filter-button-wrap-content .v-default-button{height:2rem}.v-g-membership-wrap .g-membership-content-wrap{display:flex;flex-grow:1;flex-direction:column}.v-g-membership-wrap .g-membership-content-wrap .v-membership-filter-wrap{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:.5rem}.v-g-membership-wrap .g-membership-content-wrap .v-membership-filter-wrap .ms-searchBox-box{max-width:15rem;width:100%}.v-g-membership-wrap .g-membership-content-wrap .ms-CommandBar{padding:0;border:0}.v-g-membership-wrap .g-membership-content-wrap .ms-CommandBar .g-membership-actionbar-number{line-height:44px;color:var(--palette-gray6);font-style:italic}.v-g-membership-wrap .g-membership-content-wrap .g-membership-detailslist-wrap{flex-grow:1;padding-top:4px;padding-left:8px}
.g-membership-detailslist{height:100%}.g-membership-detailslist .ms-DetailsRow:hover .g-renewal-cell-action{opacity:1}.g-membership-detailslist .ms-DetailsRow:hover .more-action{opacity:1}.g-renewal-detailslist-cell .conditionDetailsList-blueLink{color:var(--palette-themePrimary)}.g-renewal-detailslist-cell .conditionDetailsList-blueLink:active,.g-renewal-detailslist-cell .conditionDetailsList-blueLink:visited,.g-renewal-detailslist-cell .conditionDetailsList-blueLink:hover,.g-renewal-detailslist-cell .conditionDetailsList-blueLink:focus{color:var(--palette-themePrimary) !important}
.g-access-teams-detailslist{height:100%;padding:0 32px}.g-access-teams-detailslist .ms-DetailsRow:hover .g-renewal-cell-action{opacity:1}.g-access-teams-detailslist .g-renewal-cell-action:focus{opacity:1 !important}.g-access-teams-detailslist .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.g-access-teams-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-primaryText{font-weight:bold;font-size:13px;color:#27313c}.g-access-teams-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-secondaryText{color:#7d848b;font-size:13px;font-style:italic}.g-access-teams-detailslist .g-renewal-detailslist-cell .g-renewal-cell-action{opacity:0;width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.g-access-teams-detailslist .g-renewal-detailslist-cell-action .h-tooltip-icon-button{margin-left:0}.v-g-access-teams-detailslist{height:100%}.v-g-access-teams-detailslist .ms-DetailsRow:hover .g-renewal-cell-action{opacity:1}.v-g-access-teams-detailslist .ms-DetailsList-contentWrapper .details-list-cell{height:100%;font-size:.875rem;font-weight:400;color:var(--palette-slate);padding-top:.2rem}.v-g-access-teams-detailslist .ms-FocusZone{margin:0}.v-g-access-teams-detailslist .ms-FocusZone .ms-DetailsHeader-cell .ms-DetailsHeader-cellName{font-weight:400;color:var(--palette-slate)}.v-g-access-teams-detailslist .ms-FocusZone .ms-DetailsRow-fields{height:3rem}.v-g-access-teams-detailslist .ms-FocusZone .ms-DetailsRow-fields .g-renewal-detailslist-cell .ms-Persona-details .ms-Persona-primaryText{font-size:.875rem;font-weight:400;color:var(--palette-slate)}.v-g-access-teams-detailslist .ms-FocusZone .ms-DetailsRow-fields .g-renewal-detailslist-cell .g-space-panel-persona{padding-bottom:.3rem}.v-g-access-teams-detailslist .ms-DetailsRow-cell{padding-top:0;background-color:#fff;display:flex;align-items:center;padding-bottom:0}.v-g-access-teams-detailslist .g-renewal-cell-action:focus{opacity:1 !important}.v-g-access-teams-detailslist .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.v-g-access-teams-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-primaryText{font-weight:bold;font-size:13px;color:#27313c}.v-g-access-teams-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-secondaryText{color:#7d848b;font-size:13px;font-style:italic}.v-g-access-teams-detailslist .g-renewal-detailslist-cell .g-renewal-cell-action{opacity:0;width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.v-g-access-teams-detailslist .g-renewal-detailslist-cell-action .h-tooltip-icon-button{margin-left:0}
.dataverse-addteam-panel-content{display:flex;flex-direction:column;height:100%;width:calc(100% - 32px);margin-left:32px;padding-right:32px}.v-dataverse-addteam-panel-content{display:flex;flex-direction:column;height:100%}
.g-membership-detailslist{height:100%}.g-membership-detailslist .ms-DetailsRow:hover .g-renewal-cell-action{opacity:1}.g-membership-detailslist .g-renewal-cell-action:focus{opacity:1 !important}.g-membership-detailslist .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-primaryText{font-weight:bold;font-size:13px;color:#27313c}.g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-secondaryText{color:#7d848b;font-size:13px;font-style:italic}.g-membership-detailslist .g-renewal-detailslist-cell .g-renewal-cell-action{opacity:0;width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.g-membership-detailslist .g-renewal-detailslist-cell-action .h-tooltip-icon-button{margin-left:0}.v-g-membership-detailslist{height:100%}.v-g-membership-detailslist .ms-DetailsRow:hover .g-renewal-cell-action{opacity:1}.v-g-membership-detailslist .ms-DetailsRow:hover .more-action{opacity:1}.v-g-membership-detailslist .ms-FocusZone{margin:0}.v-g-membership-detailslist .ms-FocusZone .ms-DetailsHeader-cell .ms-DetailsHeader-cellName{font-weight:400;color:var(--palette-slate)}.v-g-membership-detailslist .ms-FocusZone .ms-DetailsRow-fields{height:3rem}.v-g-membership-detailslist .ms-FocusZone .ms-DetailsRow-fields .g-renewal-detailslist-cell .ms-Persona-details .ms-Persona-primaryText{font-size:.875rem;font-weight:400;color:var(--palette-slate)}.v-g-membership-detailslist .ms-FocusZone .ms-DetailsRow-fields .g-renewal-detailslist-cell .g-space-panel-persona{padding-bottom:.3rem}.v-g-membership-detailslist .ms-DetailsRow-cell{padding-top:0;display:flex;align-items:center;padding-bottom:0}.v-g-membership-detailslist .g-renewal-cell-action:focus{opacity:1 !important}.v-g-membership-detailslist .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.v-g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-primaryText{font-weight:bold;font-size:13px;color:#27313c}.v-g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-secondaryText{color:#7d848b;font-size:13px;font-style:italic}.v-g-membership-detailslist .g-renewal-detailslist-cell .g-renewal-cell-action{opacity:0;width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.v-g-membership-detailslist .g-renewal-detailslist-cell-action .h-tooltip-icon-button{margin-left:0}
.dataverse-adduser-panel-content{display:flex;flex-direction:column;height:100%;width:calc(100% - 32px);margin-left:32px;padding-right:32px}.v-dataverse-adduser-panel-content{display:flex;flex-direction:column;height:100%;padding:0}.v-dataverse-adduser-panel-content .g-renewal-peoplepicker-label{padding:.25rem 0}
.g-membership-wrap{height:100%;display:flex;flex-direction:column}.g-membership-wrap .g-membership-content-wrap{border:1px solid #e6e7e8;border-radius:8px;flex-grow:1;display:flex;flex-direction:column}.g-membership-wrap .g-membership-content-wrap .ms-CommandBar{padding:0;padding-top:22px;border:0}.g-membership-wrap .g-membership-content-wrap .ms-CommandBar .g-membership-actionbar-number{line-height:44px;color:#737477;font-style:italic}.g-membership-wrap .g-membership-content-wrap .g-membership-detailslist-wrap{flex-grow:1;padding-top:4px;padding-left:8px}.v-g-membership-wrap{height:100%;display:flex;flex-direction:column}.v-g-membership-wrap .ms-FocusZone{margin:0}.v-g-membership-wrap .ms-FocusZone .ms-DetailsHeader-cell .ms-DetailsHeader-cellName{font-weight:400;color:var(--palette-slate)}.v-g-membership-wrap .ms-FocusZone .ms-DetailsRow-fields{height:3rem}.v-g-membership-wrap .ms-FocusZone .ms-DetailsRow-fields .g-renewal-detailslist-cell .ms-Persona-details .ms-Persona-primaryText{font-size:.875rem;font-weight:400;color:var(--palette-slate)}.v-g-membership-wrap .ms-FocusZone .ms-DetailsRow-fields .g-renewal-detailslist-cell .g-space-panel-persona{padding-bottom:.3rem}.v-g-membership-wrap .filter-button-wrap-content{gap:.5rem}.v-g-membership-wrap .filter-button-wrap-content .v-default-button{height:2rem}.v-g-membership-wrap .g-membership-actionbar{margin-bottom:1rem}.v-g-membership-wrap .g-membership-actionbar .ms-OverflowSet-item button{margin-right:.5rem;border:1px solid var(--palette-gray2);border-radius:4px;height:2.5rem}.v-g-membership-wrap .g-membership-actionbar .ms-OverflowSet-item button .ms-Button-label{font-weight:600;color:var(--palette-slate);line-height:20px}.v-g-membership-wrap .g-membership-content-wrap{display:flex;flex-grow:1;flex-direction:column}.v-g-membership-wrap .g-membership-content-wrap .v-membership-filter-wrap{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:.5rem}.v-g-membership-wrap .g-membership-content-wrap .v-membership-filter-wrap .ms-searchBox-box{max-width:15rem;width:100%}.v-g-membership-wrap .g-membership-content-wrap .ms-CommandBar{padding:0;border:0}.v-g-membership-wrap .g-membership-content-wrap .ms-CommandBar .g-membership-actionbar-number{line-height:44px;color:var(--palette-slate);font-style:italic}.v-g-membership-wrap .g-membership-content-wrap .g-membership-detailslist-wrap{flex-grow:1;padding-top:4px;padding-left:8px}
.g-membership-detailslist{height:100%}.g-membership-detailslist .ms-DetailsRow:hover .g-renewal-cell-action{opacity:1}.g-membership-detailslist .g-renewal-cell-action:focus{opacity:1 !important}.g-membership-detailslist .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-primaryText{font-weight:bold;font-size:13px;color:#27313c}.g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-secondaryText{color:#7d848b;font-size:13px;font-style:italic}.g-membership-detailslist .g-renewal-detailslist-cell .g-renewal-cell-action{opacity:0;width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.g-membership-detailslist .g-renewal-detailslist-cell-action .h-tooltip-icon-button{margin-left:0}.v-g-membership-detailslist{height:100%}.v-g-membership-detailslist .ms-DetailsRow:hover .g-renewal-cell-action{opacity:1}.v-g-membership-detailslist .ms-DetailsRow:hover .more-action{opacity:1}.v-g-membership-detailslist .ms-FocusZone{margin:0}.v-g-membership-detailslist .ms-FocusZone .ms-DetailsHeader-cell .ms-DetailsHeader-cellName{font-weight:400;color:var(--palette-slate)}.v-g-membership-detailslist .ms-FocusZone .ms-DetailsRow-fields{height:3rem}.v-g-membership-detailslist .ms-FocusZone .ms-DetailsRow-fields .g-renewal-detailslist-cell .ms-Persona-details .ms-Persona-primaryText{font-size:.875rem;font-weight:400;color:var(--palette-slate)}.v-g-membership-detailslist .ms-FocusZone .ms-DetailsRow-fields .g-renewal-detailslist-cell .g-space-panel-persona{padding-bottom:.3rem}.v-g-membership-detailslist .ms-DetailsRow{border-bottom:1px solid #f3f2f1}.v-g-membership-detailslist .ms-DetailsRow-cell{padding-top:0;display:flex;align-items:center;padding-bottom:0}.v-g-membership-detailslist .g-renewal-cell-action:focus{opacity:1 !important}.v-g-membership-detailslist .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.v-g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-primaryText{font-weight:bold;font-size:13px;color:#27313c}.v-g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-secondaryText{color:#7d848b;font-size:13px;font-style:italic}.v-g-membership-detailslist .g-renewal-detailslist-cell .g-renewal-cell-action{opacity:0;width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.v-g-membership-detailslist .g-renewal-detailslist-cell-action .h-tooltip-icon-button{margin-left:0}
.dataverse-editrole-panel-content{display:flex;flex-direction:column;height:99%;width:calc(100% - 32px);margin-left:32px;padding-right:32px}.dataverse-editrole-panel-content label.ms-Label{font-weight:bolder}.dataverse-editrole-panel-content .customRoles{flex-grow:2}.dataverse-editrole-panel-content .customRoles .ms-Checkbox:last-child{margin-bottom:10px}.v-edit-app-security-dialog .dialog-inner .dialog-innerContent{padding:0 2rem}.v-edit-app-security-dialog .v-dataverse-editrole-panel-content{padding:1.5rem 0;overflow:auto}.v-edit-app-security-dialog .v-dataverse-editrole-panel-content .v-title{font-weight:bolder;margin-top:1.5rem;margin-bottom:.4rem}.v-edit-app-security-dialog .v-dataverse-editrole-panel-content .ms-Checkbox{margin-bottom:.4rem}.v-edit-app-security-dialog .ms-Dialog-actionsRight{margin-right:0}
.g-accesswith-content-wrap{border:1px solid #e6e7e8;border-radius:8px;flex-grow:1;display:flex;flex-direction:column}.g-accesswith-content-wrap .ms-CommandBar{padding:0;padding-top:22px;border:0}.g-accesswith-content-wrap .ms-CommandBar .ms-Button--commandBar .ms-Icon{width:13px;height:13px}.g-accesswith-content-wrap .ms-CommandBar .g-accesswith-actionbar-number{line-height:44px;color:#737477;font-style:italic}.g-accesswith-content-wrap .g-accesswith-detailslist-wrap{flex-grow:1;padding-top:4px;padding-left:32px}.v-g-accesswith-content-wrap{display:flex;flex-grow:1;flex-direction:column}.v-g-accesswith-content-wrap .ms-FocusZone{margin:0}.v-g-accesswith-content-wrap .ms-FocusZone .ms-DetailsHeader-cell .ms-DetailsHeader-cellName{font-weight:400;color:var(--palette-slate)}.v-g-accesswith-content-wrap .ms-FocusZone .ms-DetailsRow-fields{height:3rem}.v-g-accesswith-content-wrap .ms-FocusZone .ms-DetailsRow-fields .g-renewal-detailslist-cell .ms-Persona-details .ms-Persona-primaryText{font-size:.875rem;font-weight:400;color:var(--palette-slate)}.v-g-accesswith-content-wrap .ms-FocusZone .ms-DetailsRow-fields .g-renewal-detailslist-cell .g-space-panel-persona{padding-bottom:.3rem}.v-g-accesswith-content-wrap .filter-button-wrap-content{gap:.5rem}.v-g-accesswith-content-wrap .filter-button-wrap-content .v-default-button{height:2rem}.v-g-accesswith-content-wrap .g-accesswithout-actionbar .ms-OverflowSet-item button{margin-right:.5rem;border:1px solid var(--palette-gray2);border-radius:4px;height:2.5rem}.v-g-accesswith-content-wrap .g-accesswithout-actionbar .ms-OverflowSet-item button .ms-Button-label{font-weight:600;color:var(--palette-slate);line-height:20px}.v-g-accesswith-content-wrap .ms-CommandBar{padding:0;border:0}.v-g-accesswith-content-wrap .ms-CommandBar .g-accesswith-actionbar-number{line-height:44px;color:var(--palette-gray6);font-style:italic}.v-g-accesswith-content-wrap .g-accesswith-detailslist-wrap{flex-grow:1;display:flex;flex-direction:column}.v-g-accesswith-content-wrap .g-accesswith-detailslist-wrap .v-accesswith-filter-wrap{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:.5rem}.v-g-accesswith-content-wrap .g-accesswith-detailslist-wrap .v-accesswith-filter-wrap .ms-searchBox-box{max-width:15rem;width:100%}.v-g-accesswith-content-wrap .g-accesswith-detailslist-wrap .v-details-list{flex-grow:1}.v-g-accesswith-content-wrap .ms-List-cell:first-child .ms-ShimmerLine-root{margin-top:-1px}
.g-access-wrap{display:flex;flex-wrap:nowrap;flex-direction:column;position:relative;height:100%;width:100%;padding:0 24px}.g-access-wrap .g-renewalv2-access-instruction{border:1px solid #e6e7e8;border-radius:8px;margin-bottom:24px;float:left;width:100%;padding:12px}.g-access-wrap .g-renewalv2-access-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.g-access-wrap .g-renewalv2-access-wrap{height:inherit;flex:1;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,0)}.g-access-wrap .h-access-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.g-access-wrap .h-access-wrapper .h-access-inner{width:calc(100% - 24px);height:inherit}.g-access-wrap .h-access-scrollbar{height:100%}.g-access-wrap .h-access-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.g-access-wrap div.ms-CommandBar{background-color:rgba(0,0,0,0);height:24px}.g-access-wrap .ms-OverflowSet-item .ms-Button--commandBar,.g-access-wrap .ms-OverflowSet-overflowButton .ms-CommandBar-overflowButton{background-color:rgba(0,0,0,0)}.g-workspace-role-info{display:flex;align-items:center;font-size:12px}.g-workspace-role-info-div{color:#27313c;font-size:12px;font-style:italic}.g-workspace-role-info label{color:#27313c;font-size:12px;font-style:italic}.g-workspace-role-info .g-membership-signin-title{font-weight:700;font-style:italic}.g-workspace-signin-icon{color:var(--theme-primary, #0071C7);margin-right:5px}[data-theme=theme1] .g-workspace-signin-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-workspace-signin-icon{color:#cf3900}[data-theme=theme3] .g-workspace-signin-icon{color:#077fa6}[data-theme=theme4] .g-workspace-signin-icon{color:#b35c00}[data-theme=theme5] .g-workspace-signin-icon{color:#3e8628}[data-theme=theme6] .g-workspace-signin-icon{color:#eb0f0f}[data-theme=theme7] .g-workspace-signin-icon{color:#278265}[data-theme=theme8] .g-workspace-signin-icon{color:#7760e6}.g-workspace-Accept-icon{margin-left:5px;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-workspace-Accept-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-workspace-Accept-icon{color:#cf3900}[data-theme=theme3] .g-workspace-Accept-icon{color:#077fa6}[data-theme=theme4] .g-workspace-Accept-icon{color:#b35c00}[data-theme=theme5] .g-workspace-Accept-icon{color:#3e8628}[data-theme=theme6] .g-workspace-Accept-icon{color:#eb0f0f}[data-theme=theme7] .g-workspace-Accept-icon{color:#278265}[data-theme=theme8] .g-workspace-Accept-icon{color:#7760e6}.g-workspace-role-info .g-workspace-recommendation-box label:first-child{font-weight:600;color:#27313c}.g-workspace-role-info .g-workspace-recommendation label{font-weight:400 !important;color:#27313c !important}.g-workspace-role-info .g-membership-signin-notice{font-style:italic}.g-workspace-role-info .g-workspace-common-internationalization div.internationalization-input{color:#27313c !important}.v-next-access-wrap{border:1px solid var(--palette-gray2);height:100%;display:flex;flex-direction:column;padding:2rem 2rem 0}.v-next-access-wrap .v-next-headline-wrap{height:2.5rem;padding:0}.v-next-access-wrap .v-next-headline-wrap .g-headline-title{color:var(--palette-slate);font-size:16px;font-weight:700}.v-next-access-wrap .g-renewalv2-access-instruction{border-radius:.5rem;margin-bottom:1.5rem;float:left;width:100%;padding:0}.v-next-access-wrap .g-renewalv2-access-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.v-next-access-wrap .g-renewalv2-access-wrap{height:inherit;flex:1;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,0)}.v-next-access-wrap .h-access-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.v-next-access-wrap .h-access-wrapper .h-access-inner{width:calc(100% - 24px);height:inherit}.v-next-access-wrap .h-access-scrollbar{height:100%}.v-next-access-wrap .h-access-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.v-next-access-wrap .ms-OverflowSet-item .ms-Button--commandBar,.v-next-access-wrap .ms-OverflowSet-overflowButton .ms-CommandBar-overflowButton{background-color:rgba(0,0,0,0)}@media screen and (max-width: 743px){.g-admins-wrap .g-admins-title-wrap{display:flex;flex-wrap:wrap;gap:.5rem}.g-admins-wrap .g-admins-title-wrap .g-admins-description{font-size:.875rem}.g-admins-wrap .g-admins-person-wrap{margin-top:1.5rem;display:flex;text-align:center;flex-direction:column;align-items:center}.g-admins-wrap .g-admins-person-wrap .g-admins-person{margin-bottom:1rem}}
.g-accesswithout-content-wrap{border:1px solid #e6e7e8;border-radius:8px;flex-grow:1;display:flex;flex-direction:column}.g-accesswithout-content-wrap .ms-CommandBar{padding:0;padding-top:22px;border:0}.g-accesswithout-content-wrap .ms-CommandBar .ms-Button--commandBar .ms-Icon{width:13px;height:13px}.g-accesswithout-content-wrap .ms-CommandBar .g-permission-actionbar-number{line-height:44px;color:#737477;font-style:italic}.g-accesswithout-content-wrap .g-accesswithout-detailslist-wrap{flex-grow:1;padding-top:4px;padding-left:8px}.g-workspace-role-actionbar .ms-OverflowSet-item .ms-Icon{font-size:16px}.g-workspace-role-actionbar .ms-OverflowSet-item .ms-Button-textContainer{font-size:14px;color:#415364}.g-workspace-role-actionbar-number{margin-top:10px;color:#737477;font-size:14px;font-style:italic}.g-workspace-role-actionbar .ms-CommandBar .ms-Button--commandBar .ms-Icon{width:16px !important;height:16px !important}.g-workspace-role-more-action{margin:5px}.v-accesswithout-content-wrap{flex-grow:1;display:flex;flex-direction:column}.v-accesswithout-content-wrap .v-workspacerole-filter-wrap{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:.5rem}.v-accesswithout-content-wrap .v-workspacerole-filter-wrap .ms-searchBox-box{max-width:15rem;width:100%}.v-accesswithout-content-wrap .ms-FocusZone{margin:0}.v-accesswithout-content-wrap .ms-FocusZone .ms-DetailsHeader-cell .ms-DetailsHeader-cellName{font-weight:400;color:var(--palette-slate)}.v-accesswithout-content-wrap .ms-FocusZone .ms-DetailsRow-fields{height:3rem}.v-accesswithout-content-wrap .ms-FocusZone .ms-DetailsRow-fields .g-renewal-detailslist-cell .ms-Persona-details .ms-Persona-primaryText{font-size:.875rem;font-weight:400;color:var(--palette-slate)}.v-accesswithout-content-wrap .ms-FocusZone .ms-DetailsRow-fields .g-renewal-detailslist-cell .g-space-panel-persona{padding-bottom:.3rem}.v-accesswithout-content-wrap .ms-CommandBar{padding:0;border:0;margin-bottom:1rem}.v-accesswithout-content-wrap .ms-CommandBar .g-permission-actionbar-number{line-height:2.75rem;color:#737477;font-style:italic}.v-accesswithout-content-wrap .filter-button-wrap-content{gap:.5rem}.v-accesswithout-content-wrap .filter-button-wrap-content .v-default-button{height:2rem}.v-accesswithout-content-wrap .g-accesswithout-detailslist-wrap{flex-grow:1;padding-top:0;padding-left:0}.v-accesswithout-content-wrap .g-accesswithout-detailslist-wrap .v-renewal-detail-list{height:100%}.v-accesswithout-content-wrap .g-accesswithout-detailslist-wrap .v-renewal-detail-list .freeze-first-column .ms-DetailsRow:hover .ms-DetailsRow-cell:first-child{background-color:#fff !important}.v-accesswithout-content-wrap .g-accesswithout-detailslist-wrap .v-renewal-detail-list .ms-List-cell>.is-selected{background-color:#fff !important}.v-accesswithout-content-wrap .g-accesswithout-detailslist-wrap .v-renewal-detail-list .ms-List-cell>.ms-DetailsRow:hover{background-color:#fff !important}.v-accesswithout-content-wrap .g-accesswithout-detailslist-wrap .v-renewal-detail-list .ms-DetailsRow-cell{margin-top:0;padding-top:0;background-color:#fff;display:flex;align-items:center;padding-bottom:0}.v-accesswithout-content-wrap .g-accesswithout-detailslist-wrap .v-renewal-detail-list .freeze-first-column .is-selected .ms-DetailsRow-cell:first-child{background-color:#fff !important}
.g-membership-detailslist{height:100%}.g-membership-detailslist .ms-DetailsRow:hover .g-renewal-cell-action{opacity:1}.g-membership-detailslist .g-renewal-cell-action:focus{opacity:1 !important}.g-membership-detailslist .g-renewal-detailslist-cell{height:100%;display:flex;align-items:center}.g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-primaryText{font-weight:bold;font-size:13px;color:#27313c}.g-membership-detailslist .g-renewal-detailslist-cell .g-detailslist-cell-persona .ms-Persona-secondaryText{color:#7d848b;font-size:13px;font-style:italic}.g-membership-detailslist .g-renewal-detailslist-cell .g-renewal-cell-action{opacity:0;width:34px;height:34px;border:1px solid #e6e7e8;border-radius:50%;background-color:#fff;font-size:16px;text-align:center;line-height:32px;color:#415364}.g-membership-detailslist .g-renewal-detailslist-cell-action .h-tooltip-icon-button{margin-left:0}.g-detailslist-cell-persona-disable .ms-Persona-primaryText{text-decoration:line-through;color:#c2c5c8}.g-workspace-role-more-action{margin:5px}.g-workspace-role-more-action-remove{margin:0 5px 5px 5px;border-top:1px solid #e6e7e8}.renewal-more-action-header{font-size:14px;font-weight:600;background-color:rgba(0,0,0,0);padding-top:.75rem}
.g-renewal-adduserspanel-content{padding:0 32px}.g-renewal-adduserspanel-content .g-renewal-peoplepicker-label{margin-top:16px}.g-renewal-adduserspanel-footer{width:100%;display:flex;justify-content:flex-end}.g-renewal-users-info{display:flex;align-items:center;border:1px solid #e6e7e8;border-radius:2px;font-size:12px;font-style:italic}.g-renewal-users-info .g-renewal-users-info-all{display:flex;align-items:flex-start;padding:5px}.g-renewal-users-info .g-renewal-users-info-all .g-renewal-users-info-icon{margin:3px 8px}.g-renewal-search-prompt{display:flex;align-items:center;border:1px solid #e6e7e8;border-radius:2px;font-size:12px;font-style:italic;margin:0 32px 12px}.g-renewal-search-prompt .g-renewal-channel-info-all{display:flex;align-items:flex-start;padding:5px}.g-renewal-search-prompt .g-renewal-channel-info-all .g-renewal-channel-info-icon{margin:3px 8px}
/*Covered by AvePoint copyright and license agreement*/
.g-space-confirmgovernance-index {
    margin-left: 30px;
    margin-right: 30px;
}

.g-space-confirmgovernance-title {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 15px;
    max-width: 760px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g-space-confirmgovernance-notestitle {
    font-size: 16px;
    margin-bottom: 0.3em;
}

.g-space-confirmgovernance-tooltip {
    max-height: 345px !important;
}

.g-space-confirmgovernance-text {
    color: #999999;
    font-size: 14px;
    margin-top: 13px;
}

.g-space-confirmgovernance-notestext {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 20px;
    color: #999999;
}

.g-space-confirmgovernance-selecteditem {
    margin-left: 22px;
}

.g-space-confirmgovernance-policydropdown {
    margin-bottom: 10px;
    max-width: 540px;
    width: 100%;
}

.g-space-confirmgovernance-choice {
    max-width: 540px;
    width: 100%;
}

.g-space-confirmgovernance-item {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 14px;
}

.g-space-confirmgovernance-policy {
    white-space: normal;
    word-wrap: break-word;
    margin-left: -10px;
    margin-top: -10px;
    margin-bottom: -6px;
}

.g-space-confirmgovernance-peoplepicker {
    width: 518px;
}

.g-space-confirmgovernance-informationitem {
    max-width: 560px;
    margin-bottom: 10px;
}

.g-space-confirmgovernance-informationtitle {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.g-space-confirmgovernance-body {
    margin-left: 30px;
    margin-top: 10px;
    max-width: 600px;
    width: 100%;
    padding-right: 60px;
}

.g-space-confirmgovernance-confirmsitebody {
    margin-left: 30px;
    margin-top: 10px;
}

.g-space-confirmgovernance-buttons {
    margin-top: 0;
}

.g-space-confirmgovernance-button {
    margin-left: 10px;
    display: inline-block;
}

.g-space-confirmgovernance-metadatalist {
    margin-left: -10px;
}

.g-space-confirmgovernance-bubble {
    display: inline-flex;
    vertical-align: 5px;
}

.g-space-confirmgovernance-dialog-icon {
    font-weight: 500;
    font-size: 36px;
    color: #F88700;
    margin-top: -15px;
}

.g-space-confirmgovernance-dialog-button {
    margin-top: 15px;
    float: right;
    margin-right: -5px;
    margin-bottom: 15px;
}

.g-space-confirmgovernance-dialog-title {
    margin-top: 15px;
}

.g-space-confirmgovernance-notes {
    color: #333;
    font-weight: 600;
    font-size: 16px;
}

.g-req-dialog-icon {
    font-weight: 500;
    font-size: 36px;
    color: #F88700;
    margin-left: 10px;
}

.g-req-dialog-title {
    font-size: 12px;
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.g-req-dialog-button {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-top: 10px;
    float: right;
}

.g-space-confirmgovernance-message-bar {
    margin: 20px 30px 0 30px;
    width: 90% !important;
    font-size: 12px !important;
}

.g-space-confirmgovernance-message-bar i {
    font-size: 12px ;
}

.g-space-confirmgovernance-informationtitle-content p {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .g-space-confirmgovernance-title {
        padding-right: 30px;
        font-size: 24px !important;
    }

    .g-space-confirmgovernance-peoplepicker {
        max-width: 518px !important;
        width: 100%;
    }
}
.v-next-g-renewalv2-contact-renew-wrap{border:1px solid #e6e7e8;display:flex;flex-wrap:nowrap;flex-direction:column;position:relative;height:100%;width:100%;padding:0 1.5rem 0}.v-next-g-renewalv2-contact-renew-wrap .v-next-headline-wrap{padding:1.5rem 0 0 0}.v-next-g-renewalv2-contact-renew-wrap .v-next-headline-wrap .g-headline-title .g-confirm-contact-title.v-label{color:#323e4d;font-size:16px;font-weight:700}.v-next-g-renewalv2-contact-renew-wrap .v-next-headline-wrap .v-commandBar{display:flex;align-items:center}.v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-instruction{width:100%;padding:0;margin-bottom:1.5rem}.v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-wrap{height:inherit;flex:1;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,0)}.v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-renew-header{width:100%;display:flex;align-items:center;justify-content:space-between;height:2.5rem}.v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-renew-header .g-confirm-contact-title{font-size:16px;font-weight:700}.v-next-g-renewalv2-contact-renew-wrap .g-renewv2-contact-renew-container{margin-top:1.5rem;margin-bottom:1.5rem;flex:1}.v-next-g-renewalv2-contact-renew-wrap .g-renewv2-contact-renew-container .g-renewv2-contact-renew-content{display:flex;justify-content:center;gap:1.5rem;flex-grow:1;margin-top:1rem}.v-next-g-renewalv2-contact-renew-wrap .g-renewv2-contact-renew-container .g-renewv2-contact-renew-content .g-renew-contact-persona{margin-left:2px}.v-next-g-renewalv2-contact-renew-wrap .g-renewv2-contact-renew-container .g-renewv2-contact-renew-content .g-renew-contact-persona .ms-Persona-details{display:none}.v-next-g-renewalv2-contact-renew-wrap .renewal-contact-error{margin-top:8px;color:#a4262c;font-size:12px;outline:none}.v-next-g-renewalv2-contact-renew-wrap .vnext-renewal-contact-error{font-size:13px !important;font-style:italic;color:var(--palette-error);text-align:center}.v-next-g-renewalv2-contact-renew-wrap .h-contact-wrapper{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;width:calc(100% + 24px)}.v-next-g-renewalv2-contact-renew-wrap .h-contact-wrapper .h-contact-inner{width:calc(100% - 24px);height:auto}.v-next-g-renewalv2-contact-renew-wrap .h-contact-wrapper .h-contact-inner.h-contact-inner-custom .g-renewalv2-contact-instruction{max-height:13.75rem}.v-next-g-renewalv2-contact-renew-wrap .h-contact-scrollbar{height:100%}.v-next-g-renewalv2-contact-renew-wrap .h-contact-scrollbar>:first-child{height:inherit !important;overflow-x:hidden !important}.v-next-g-renewalv2-contact-renew-wrap div.ms-CommandBar{background-color:rgba(0,0,0,0);height:24px}.v-next-g-renewalv2-contact-renew-wrap .ms-OverflowSet-item .ms-Button--commandBar,.v-next-g-renewalv2-contact-renew-wrap .ms-OverflowSet-overflowButton .ms-CommandBar-overflowButton{background-color:rgba(0,0,0,0)}.v-next-g-renewalv2-contact-renew-wrap .v-next-g-actionfooter-wrap{height:5rem;border-top:1px solid var(--palette-gray2);margin-left:-2rem !important;margin-right:-2rem !important;padding-right:1.5rem !important;display:flex;align-items:center;justify-content:space-between}.v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-CommandBar{background-color:rgba(0,0,0,0)}.v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-FocusZone{border-bottom:0;background-color:rgba(0,0,0,0);padding:0}.v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Button{background-color:rgba(0,0,0,0);border:1px solid var(--palette-gray2);border-radius:4px;width:7rem;height:2.5rem}.v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Button:hover{background-color:#f4f4f4;color:#272727}.v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#cf3900}[data-theme=theme3] .v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#077fa6}[data-theme=theme4] .v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#b35c00}[data-theme=theme5] .v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#3e8628}[data-theme=theme6] .v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#eb0f0f}[data-theme=theme7] .v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#278265}[data-theme=theme8] .v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#7760e6}.v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Button-label{font-size:14px;font-weight:600}.v-next-g-renewalv2-contact-renew-wrap .rich-text-view.renewal-view-language{max-height:13.75rem}.g-renewalv2-contact-renew-wrap{padding-top:0}.g-renewalv2-contact-renew-wrap .h-contact-wrapper .h-contact-scrollbar.scrollbar-wrap .h-contact-inner.h-contact-inner-custom{display:flex;flex-direction:column;max-height:none !important;overflow:visible !important}.g-renewalv2-contact-renew-wrap .h-contact-wrapper .h-contact-scrollbar.scrollbar-wrap .h-contact-inner.h-contact-inner-custom .g-confirm-task-guidance-contact-wrap{display:flex;flex-direction:column}.g-renewalv2-contact-renew-wrap .h-contact-wrapper .h-contact-scrollbar.scrollbar-wrap .h-contact-inner.h-contact-inner-custom .g-confirm-task-guidance-contact-wrap .g-renewalv2-contact-instruction{margin-bottom:24px}.g-renewalv2-contact-renew-wrap .h-contact-wrapper .h-contact-scrollbar.scrollbar-wrap .h-contact-inner.h-contact-inner-custom .h-contact-title-unenable-wrap{display:flex;align-items:baseline;justify-content:space-between}.g-renewalv2-contact-renew-wrap .h-contact-wrapper .h-contact-scrollbar.scrollbar-wrap .h-contact-inner.h-contact-inner-custom .h-contact-title-unenable-wrap .g-headline-default.g-headline-wrap{padding-bottom:0}.g-renewalv2-contact-renew-wrap .h-contact-wrapper .h-contact-scrollbar.scrollbar-wrap .h-contact-inner.h-contact-inner-custom .g-renewalv2-contact-instruction{max-height:220px}.g-renewalv2-contact-renew-wrap .h-contact-wrapper .h-contact-scrollbar.scrollbar-wrap .h-contact-inner.h-contact-inner-custom .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Button{background-color:rgba(0,0,0,0);border-radius:4px;width:7rem;height:2.5rem;padding-bottom:8px}.g-renewalv2-contact-renew-wrap .h-contact-wrapper .h-contact-scrollbar.scrollbar-wrap .h-contact-inner.h-contact-inner-custom .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Button:hover{background-color:#f4f4f4;color:#272727}@media screen and (max-width: 743px){.v-next-g-renewalv2-contact-renew-wrap{padding:1.25rem 1.5rem 0;gap:1rem;border:none}.v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-renew-header .g-renewalv2-contact-title{font-size:16px;font-weight:700}.v-next-g-renewalv2-contact-renew-wrap .v-next-g-actionfooter-wrap{padding-right:0 !important;margin-right:0 !important;margin-left:0 !important}.v-next-g-renewalv2-contact-renew-wrap .g-renewv2-contact-renew-container{margin-top:0 !important}.v-next-g-renewalv2-contact-renew-wrap .g-renewv2-contact-renew-container .g-renewv2-contact-renew-content{display:flex;flex-direction:column;align-items:center;gap:0px}.v-next-g-renewalv2-contact-renew-wrap .g-renewv2-contact-renew-container .g-renewv2-contact-renew-content .g-renew-contact-card-add{margin-bottom:1rem;width:90%;margin-right:0}.v-next-g-renewalv2-contact-renew-wrap .h-contact-wrapper{height:calc(100% - 76px)}.v-next-g-renewalv2-contact-renew-wrap .h-contact-wrapper .g-renewv2-contact-renew-container .g-renewv2-contact-renew-content .v-renew-contact-card:first-child{margin-bottom:1.5rem}.v-next-g-renewalv2-contact-renew-wrap .h-contact-wrapper .g-renewv2-contact-renew-container .vnext-renewal-contact-error{padding-bottom:5rem}.v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-CommandBar{background-color:rgba(0,0,0,0)}.v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-FocusZone{border-bottom:0;background-color:rgba(0,0,0,0)}.v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Button{background-color:rgba(0,0,0,0);border:1px solid var(--palette-gray2);border-radius:4px;width:7rem;height:2.5rem}.v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Button:hover{background-color:#f4f4f4;color:#272727}.v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#cf3900}[data-theme=theme3] .v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#077fa6}[data-theme=theme4] .v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#b35c00}[data-theme=theme5] .v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#3e8628}[data-theme=theme6] .v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#eb0f0f}[data-theme=theme7] .v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#278265}[data-theme=theme8] .v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Icon{color:#7760e6}.v-next-g-renewalv2-contact-renew-wrap .g-renewalv2-contact-reset-button .g-contact-resetbutton-wrap .ms-Button-label{font-size:14px;font-weight:600}}
.g-confirmgovernance-profile-wrap{display:flex;flex-wrap:nowrap;flex-direction:column;padding:24px;position:relative;height:100%;width:100%;padding-bottom:0}.g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header{width:100%;justify-content:space-between;display:flex}.g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-title{color:#27313c;font-size:24px}.g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-FocusZone{border-bottom:0;background-color:rgba(0,0,0,0)}.g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Button{background-color:rgba(0,0,0,0)}.g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Button:hover{background-color:#f4f4f4;color:#272727}.g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:#cf3900}[data-theme=theme3] .g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:#077fa6}[data-theme=theme4] .g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:#b35c00}[data-theme=theme5] .g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:#3e8628}[data-theme=theme6] .g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:#eb0f0f}[data-theme=theme7] .g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:#278265}[data-theme=theme8] .g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:#7760e6}.g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Button-label{font-weight:400}.g-confirmgovernance-profile-wrap .g-space-confirmgovernance-scrollbar-wrap{width:100%;min-width:200px;height:100%;border:1px solid #e6e7e8;border-radius:8px;padding:24px 0 0 24px;flex:1}
.g-space-confirmgovernance-profiledropdown{margin-bottom:10px;max-width:540px;width:100%}.g-space-confirmgovernance-profiledropdown .confirm-task-profile{margin-bottom:16px}
.g-response-wrap{border:1px solid #0078d4;border-radius:8px;padding:16px 24px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background:#f4fafe}.g-response-wrap .g-response-left{align-self:flex-start;margin-right:24px}.g-response-wrap .g-response-left .g-response-title{color:var(--palette-slate);font-weight:bold;font-size:16px}.g-response-wrap .g-response-left .g-response-description{font-size:13px;color:var(--palette-slate);margin-top:8px;word-break:break-word}.g-response-wrap .g-response-right{max-width:388px;min-width:220px;height:34px;flex-shrink:0;padding:16px 0;border:1px solid #e6e7e8;border-radius:8px;background:#fff;align-self:flex-end}.g-response-wrap .g-response-right .g-response-button{background:inherit;width:100%;height:100%;display:flex;align-items:center}.g-response-wrap .g-response-right .g-response-button .ms-Button-flexContainer{display:flex;flex-direction:row}.g-response-wrap .g-response-right .g-response-button .ms-Button-flexContainer .g-response-icon{font-size:14px;color:#0079dd;margin-bottom:0px}.g-response-wrap .g-response-right .g-response-button .ms-Button-flexContainer .g-response-content{margin-left:8px;color:#2a2c2e;font-size:13px}.g-response-peoplepicker{margin-top:8px;margin-left:22px;width:305px}.g-response-peoplepicker .v-list-people-picker{width:24.625rem}.g-response-require{float:left;color:#a4262c !important;margin-left:-10px !important;margin-top:-10px !important}.renew-config-popup .ms-Dialog-main{max-width:500px;width:500px}.response-delete-warn-message{color:#b5232a;margin:5px 0 5px 22px}.v-common-dialog-content .not-response-knowOption{margin-bottom:1rem}.overview-footer-content-confirm-inside{padding:0 1.5rem}.overview-footer-content-confirm-inside .overview-footer-content-link{font-size:.8125rem}.overview-footer-content-confirm-inside .overview-footer-content-link-confirm-inside:first-child{margin-top:.25rem}.overview-footer-content-confirm-inside .overview-footer-content-link-confirm-inside:last-child{margin-left:0rem;display:block;margin-right:0rem;margin-top:.5rem}.v-next-questions-wrap{position:fixed;padding:1.5rem 2.5rem;border-top:1px solid var(--palette-gray2);margin-top:calc(100vh - 24.65rem);z-index:999;width:-webkit-fill-available;background-color:#fff}.v-next-bottom-div-link-renew-inside{padding:0 1.5rem}.v-next-bottom-div-link-renew-inside .v-next-bottom-div-link-button{font-size:.8125rem}.v-next-bottom-div-link-renew-inside .v-next-bottom-div-link-button:first-child{margin-top:.25rem}.v-next-bottom-div-link-renew-inside .v-next-bottom-div-link-button:last-child{margin-left:0rem;display:block;margin-right:0rem}@media screen and (max-width: 743px){.v-next-content-div{margin:1.5rem 0 0 0 !important}.v-next-content-div .g-response-peoplepicker .v-list-people-picker{width:auto}.g-response-peoplepicker .v-list-people-picker{width:auto}}
.v-overview-scrollbars-wrap{flex-grow:1;padding:0}.v-overview-scrollbars-wrap .v-overview-scrollbars-content{padding:0 !important}.g-overview-wrap{padding:2rem 2rem 0 2rem;height:100%}.g-overview-wrap .g-overview-startresponse-wrap{min-width:35.875rem;margin:0 auto;padding:0 !important;margin-bottom:1.5rem}.g-overview-wrap .g-overview-startresponse-wrap .v-next-headline-wrap{padding:0 !important}.g-overview-wrap .g-headline-default{display:block;margin:0 !important}.g-overview-wrap .g-headline-default .g-headline-slot{font-weight:400;margin-top:1rem !important;line-height:1.25rem !important}.g-overview-wrap .overview-footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:baseline;align-content:center;padding:1.5rem 2rem;border-top:1px solid var(--palette-gray2);margin-left:-2rem;margin-right:-2rem;gap:.5rem}.g-overview-wrap .overview-footer-content .overview-footer-content-button-wrap .overview-footer-content-button{height:2.5rem;margin-left:.5rem}.g-overview-wrap .overview-footer-content .overview-footer-content-button-wrap{display:flex;align-items:center;justify-content:flex-end;flex-grow:1}.g-overview-wrap .overview-footer-content-link{margin-right:1rem;text-decoration:underline !important}@media screen and (max-width: 743px){.g-overview-wrap{height:auto;padding:1rem 1.5rem 0 1.5rem}.g-overview-wrap .g-overview-startresponse-wrap{min-width:auto;margin:0 auto;padding:0 !important}.g-overview-wrap .g-overview-startresponse-wrap .v-next-headline-wrap{padding:0 !important;display:flex;flex-direction:column;gap:.5rem}.g-overview-wrap .g-overview-startresponse-wrap .v-next-headline-wrap .g-headline-title{line-height:2rem;font-size:24px !important;font-weight:400 !important}.g-overview-wrap .g-overview-startresponse-wrap .v-next-headline-wrap .g-headline-slot{margin-top:0 !important}.g-overview-wrap .v-overview-scrollbars-wrap{flex-grow:1}.g-overview-wrap .overview-footer-content{height:8.125rem;display:block;padding:1.5rem 2rem;margin:0}.g-overview-wrap .overview-footer-content .overview-footer-content-link{display:flex;margin-right:0;letter-spacing:-1px}.g-overview-wrap .overview-footer-content .overview-footer-content-link button{margin-right:1rem}.g-overview-wrap .overview-footer-content .overview-footer-content-button-wrap{display:flex;align-items:center;justify-content:flex-end;margin-top:1.5rem}.g-overview-wrap .overview-footer-content .overview-footer-content-button-wrap .overview-footer-content-button{height:2.5rem;margin-top:0;margin-left:.5rem}}
.renewv2-metadata-content-wrap{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;position:relative;gap:1.5rem;overflow:hidden;padding:0 0 0 24px}.renewv2-metadata-content-wrap .g-renewalv2-contact-instruction{border:1px solid #e6e7e8;border-radius:8px;margin-bottom:24px;float:left;width:100%;padding:12px;max-height:220px}.renewv2-metadata-content-wrap .g-renewalv2-contact-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.renewv2-metadata-content-wrap .metadata-content-head{width:100%;justify-content:end;display:flex}.renewv2-metadata-content-wrap .metadata-content-head .metadata-head-title{color:#27313c;font-size:24px}.renewv2-metadata-content-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .renewv2-metadata-content-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .renewv2-metadata-content-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#cf3900}[data-theme=theme3] .renewv2-metadata-content-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#077fa6}[data-theme=theme4] .renewv2-metadata-content-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#b35c00}[data-theme=theme5] .renewv2-metadata-content-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#3e8628}[data-theme=theme6] .renewv2-metadata-content-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#eb0f0f}[data-theme=theme7] .renewv2-metadata-content-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#278265}[data-theme=theme8] .renewv2-metadata-content-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#7760e6}.renewv2-metadata-content-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Button-label{font-weight:400}.renewv2-metadata-content-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-FocusZone{border-bottom:0;background-color:rgba(0,0,0,0)}.renewv2-metadata-content-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Button{background-color:rgba(0,0,0,0)}.renewv2-metadata-content-wrap .metadata-content-head .metadata-head-button .g-metadata-resetbutton-wrap .ms-Button:hover{background-color:#dadada}.renewv2-metadata-content-wrap .metadata-scrollbar-wrap{width:100%;min-width:200px;height:100%;border:1px solid #e6e7e8;border-radius:8px;padding:24px 0 0 24px;flex:1}.renewv2-metadata-content-wrap .metadata-scrollbar-wrap .g-metadata-list{padding-bottom:20px}.renewv2-metadata-content-wrap .metadata-scrollbar-wrap-custom{overflow:scroll;padding-right:16px;display:flex;flex-wrap:nowrap;flex-direction:column;height:100%}.renewv2-metadata-content-wrap .metadata-scrollbar-wrap-custom .g-renewv2-metadata-renew-container{margin-top:1rem;border:1px solid #e6e7e8;border-radius:8px;padding:24px;flex:1}.renewv2-metadata-content-wrap .g-actionfooter-wrap{padding-right:24px}.renewv2-metadata-content-wrap .g-confirm-task-guidance-metadata-profile-unable-wrap{display:flex;align-items:center;padding-top:24px}.renewv2-metadata-content-wrap .g-confirm-task-guidance-metadata-profile-unable-wrap .g-headline-default{padding:0}.renewv2-metadata-content-wrap .g-confirm-task-guidance-metadata-profile-unable-wrap .metadata-content-head{margin-bottom:0}.renewv2-metadata-content-wrap:last-child{gap:0}.v-next-renewv2-metadata-content-wrap{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;position:relative;border:1px solid #e6e7e8}.v-next-renewv2-metadata-content-wrap .v-next-headline-wrap{padding:1.5rem 0 0 0}.v-next-renewv2-metadata-content-wrap .v-next-headline-wrap .g-headline-title .metadata-head-title.v-label{color:#323e4d;font-size:16px;font-weight:700}.v-next-renewv2-metadata-content-wrap .v-next-headline-wrap .v-commandBar{display:flex;align-items:center}.v-next-renewv2-metadata-content-wrap .v-g-confirm-task-guidance-metadata-profile-wrap br{display:none}.v-next-renewv2-metadata-content-wrap .g-renewalv2-contact-instruction{width:100%;padding:0;margin-bottom:1.5rem}.v-next-renewv2-metadata-content-wrap .metadata-scrollbar-wrap .g-metadata-terms-wrap+.g-metadata-loading-spinner{margin-left:auto;position:absolute;right:30%}.v-next-renewv2-metadata-content-wrap .metadata-content-head{width:100%;display:flex;align-items:center;justify-content:space-between;height:1.375rem}.v-next-renewv2-metadata-content-wrap .metadata-content-head .metadata-head-title{font-size:16px;font-weight:700}.v-next-renewv2-metadata-content-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-CommandBar{background-color:rgba(0,0,0,0)}.v-next-renewv2-metadata-content-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .v-next-renewv2-metadata-content-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .v-next-renewv2-metadata-content-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#cf3900}[data-theme=theme3] .v-next-renewv2-metadata-content-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#077fa6}[data-theme=theme4] .v-next-renewv2-metadata-content-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#b35c00}[data-theme=theme5] .v-next-renewv2-metadata-content-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#3e8628}[data-theme=theme6] .v-next-renewv2-metadata-content-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#eb0f0f}[data-theme=theme7] .v-next-renewv2-metadata-content-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#278265}[data-theme=theme8] .v-next-renewv2-metadata-content-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Icon{color:#7760e6}.v-next-renewv2-metadata-content-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Button-label{font-size:14px;font-weight:600;color:var(--palette-slate)}.v-next-renewv2-metadata-content-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-FocusZone{border-bottom:0;background-color:rgba(0,0,0,0);padding:0}.v-next-renewv2-metadata-content-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Button{background-color:rgba(0,0,0,0);border:1px solid var(--palette-gray2);border-radius:4px;width:6.5rem;height:2.5rem}.v-next-renewv2-metadata-content-wrap .metadata-head-button .g-metadata-resetbutton-wrap .ms-Button:hover{background-color:#dadada}.v-next-renewv2-metadata-content-wrap .metadata-scrollbar-wrap{width:100%;min-width:200px;height:100%;border-radius:8px;flex:1}.v-next-renewv2-metadata-content-wrap .metadata-scrollbar-wrap .g-metadata-list{padding-bottom:1.25rem}.v-next-renewv2-metadata-content-wrap .metadata-scrollbar-wrap .g-metadata-list .v-next-g-metadata-box-noshadow{padding:0 0 1.5rem 0}.v-next-renewv2-metadata-content-wrap .metadata-scrollbar-wrap .g-metadata-list .v-next-g-metadata-box-noshadow .g-metadata-common-root-hasborder{padding-left:0}.v-next-renewv2-metadata-content-wrap .metadata-scrollbar-wrap .g-metadata-list .v-next-g-metadata-box-noshadow .g-metadata-common-root-hasborder .g-metadata-common-content-hasborder .verifyPeoplePicker-wrap{width:100%}.v-next-renewv2-metadata-content-wrap .metadata-scrollbar-wrap .g-metadata-list .v-next-g-metadata-box-noshadow .g-metadata-common-root-hasborder .g-metadata-common-content-hasborder label{font-weight:400;font-size:14px;color:var(--palette-slate)}.v-next-renewv2-metadata-content-wrap .metadata-scrollbar-wrap .g-metadata-list .v-next-g-metadata-box-noshadow .g-metadata-common-root-hasborder .g-metadata-common-content-hasborder .ms-PeoplePicker-Outer{width:100%}.v-next-renewv2-metadata-content-wrap .metadata-scrollbar-wrap .g-metadata-list .v-next-g-metadata-box-noshadow .v-g-metadata-common-title-hasborder{padding:0}.v-next-renewv2-metadata-content-wrap .metadata-scrollbar-wrap .g-metadata-list .v-next-g-metadata-box-noshadow .v-g-metadata-common-title-hasborder .g-common-bubbletitle .g-common-bubble-defaulttitle{padding:0;font-weight:600;font-size:14px;color:var(--palette-slate)}.v-next-renewv2-metadata-content-wrap .rich-text-view.renewal-view-language{max-height:13.75rem}.v-next-renewv2-metadata-content-wrap .metadata-scrollbar-wrap-custom{overflow:scroll;display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;padding-right:1rem;padding-left:1.5rem}.v-next-renewv2-metadata-content-wrap .metadata-scrollbar-wrap-custom .g-renewv2-metadata-renew-container{margin-top:1rem;border:1px solid #e6e7e8;border-radius:8px;padding:24px;flex:1;margin-bottom:1.5rem}.v-next-renewv2-metadata-content-wrap .metadata-scrollbar-wrap-custom .g-renewalv2-contact-instruction{max-height:13.75rem}.v-next-renewv2-metadata-content-wrap .v-next-g-actionfooter-wrap{margin-right:0 !important;margin-left:0 !important}@media screen and (max-width: 743px){.v-next-renewv2-metadata-content-wrap{display:flex;flex-wrap:nowrap;flex-direction:column;height:auto;position:relative;padding:1.25rem 1.5rem 0}.v-next-renewv2-metadata-content-wrap .metadata-content-head .metadata-head-title{font-size:16px;font-weight:700}.metadata-scrollbar-wrap .g-metadata-list{padding-bottom:4.5rem !important}}
.g-memberstatistics-wrap{border:1px solid #e6e7e8;border-radius:8px;padding:1rem 1.5rem 1.5rem 1.5rem;margin-top:16px;margin-bottom:16px}.g-memberstatistics-wrap .g-memberstatistics-title{color:#323e4d;font-size:16px;font-weight:bold}.g-memberstatistics-wrap .g-memberstatistics-content{margin-top:24px;display:flex;align-items:center;justify-content:space-around}.g-memberstatistics-wrap .g-memberstatistics-content .g-memberstatistics-pie{flex:1}.g-memberstatistics-wrap .g-accesstatistics-content{margin-top:24px;display:grid;grid-template-columns:repeat(2, 1fr);margin-left:94px}.g-memberstatistics-wrap .g-accesstatistics-content .g-memberstatistics-pie{flex:1}.v-next-memberstatistics-wrap .g-memberstatistics-title{font-size:.875rem}@media screen and (max-width: 1023px){.g-memberstatistics-wrap .g-accesstatistics-content{grid-template-columns:auto}}@media screen and (max-width: 743px){.g-memberstatistics-wrap{padding:1rem 1.5rem .5rem 1.5rem}.g-memberstatistics-content{display:flex;flex-direction:column}.g-memberstatistics-content .percentage-chart-wrap{justify-content:center}.g-memberstatistics-content .v-next-chart-body{display:flex;justify-items:center}.g-memberstatistics-content .v-next-chart-body .v-next-chart-body-content{margin-left:2.4rem;margin-top:1rem}.g-memberstatistics-content .v-next-chart-body-team .v-next-chart-body-content{margin-left:-4rem}.v-statistics{margin-bottom:1.25rem}.g-memberstatistics-wrap .g-power-bi-memberstatistics-content{margin-top:2.5rem}}

.overview-scrollbars-wrap{flex-grow:1;padding:0}.overview-scrollbars-wrap .overview-scrollbars-content{padding:0 !important}.overview-wrap{padding:2rem 2rem 0 2rem;height:100%;display:flex;flex-direction:column}.overview-wrap .overview-startresponse-wrap{min-width:35.875rem;margin:0 auto;padding:0 !important;margin-bottom:1.5rem}.overview-wrap .overview-startresponse-wrap .v-next-headline-wrap{padding:0 !important}.overview-wrap .g-headline-default{display:block;text-align:center;margin:0 !important}.overview-wrap .g-headline-default .g-headline-slot{font-weight:400;margin-top:1rem !important;line-height:1.25rem !important}.overview-wrap .overview-footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:baseline;align-content:center;padding:1.5rem 2rem;border-top:1px solid var(--palette-gray2);margin-left:-2rem;margin-right:-2rem;gap:.5rem}.overview-wrap .overview-footer-content .overview-footer-content-button-wrap .overview-footer-content-button{height:2.5rem;margin-left:.5rem}.overview-wrap .overview-footer-content .overview-footer-content-button-wrap{display:flex;align-items:center;justify-content:flex-end;flex-grow:1}.overview-wrap .overview-footer-content-link{margin-right:1rem;text-decoration:underline !important}@media screen and (max-width: 743px){.overview-wrap{height:auto;padding:1rem 1.5rem 0 1.5rem}.overview-wrap .overview-startresponse-wrap{min-width:auto;margin:0 auto;padding:0 !important;margin-bottom:1.5rem}.overview-wrap .overview-startresponse-wrap .v-next-headline-wrap{padding:0 !important}.overview-wrap .overview-startresponse-wrap .v-next-headline-wrap .g-headline-title{max-width:15.5625rem;margin:0 auto;line-height:2rem;font-size:24px !important;font-weight:400 !important}.overview-wrap .overview-scrollbars-wrap{flex-grow:1;padding:0 0 8.5rem 0}.overview-wrap .overview-footer-content{height:8.125rem;display:block;padding:1.5rem 2rem;margin:0}.overview-wrap .overview-footer-content .overview-footer-content-link{display:flex;margin-right:0;letter-spacing:-1px}.overview-wrap .overview-footer-content .overview-footer-content-link button{margin-right:1rem}.overview-wrap .overview-footer-content .overview-footer-content-button-wrap{display:flex;align-items:center;justify-content:flex-end;margin-top:1.5rem}.overview-wrap .overview-footer-content .overview-footer-content-button-wrap .overview-footer-content-button{height:2.5rem;margin-top:0;margin-left:.5rem}}
.g-response-wrap{border:1px solid #0078d4;border-radius:8px;padding:16px 24px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background:#f4fafe}.g-response-wrap .g-response-left{align-self:flex-start;margin-right:24px}.g-response-wrap .g-response-left .g-response-title{color:var(--palette-slate);font-weight:bold;font-size:16px}.g-response-wrap .g-response-left .g-response-description{font-size:13px;color:var(--palette-slate);margin-top:8px;word-break:break-word}.g-response-wrap .g-response-right{max-width:388px;min-width:220px;height:34px;flex-shrink:0;padding:16px 0;border:1px solid #e6e7e8;border-radius:8px;background:#fff;align-self:flex-end}.g-response-wrap .g-response-right .g-response-button{background:inherit;width:100%;height:100%;display:flex;align-items:center}.g-response-wrap .g-response-right .g-response-button .ms-Button-flexContainer{display:flex;flex-direction:row}.g-response-wrap .g-response-right .g-response-button .ms-Button-flexContainer .g-response-icon{font-size:14px;color:#0079dd;margin-bottom:0px}.g-response-wrap .g-response-right .g-response-button .ms-Button-flexContainer .g-response-content{margin-left:8px;color:#2a2c2e;font-size:13px}.g-response-peoplepicker{margin-top:8px;margin-left:22px;width:305px}.g-response-peoplepicker .v-list-people-picker{width:24.625rem}.g-response-require{float:left;color:#a4262c !important;margin-left:-10px !important;margin-top:-10px !important}.renew-config-popup .ms-Dialog-main{max-width:500px;width:500px}.response-delete-warn-message{color:#b5232a;margin:5px 0 5px 22px}.v-common-dialog-content .not-response-knowOption{margin-bottom:1rem}@media screen and (max-width: 743px){.v-next-content-div{margin:1.5rem 0 0 0 !important}.v-next-content-div .g-response-peoplepicker .v-list-people-picker{width:auto}.g-response-peoplepicker .v-list-people-picker{width:auto}}
.g-confirmgovernance-profile-wrap{display:flex;flex-wrap:nowrap;flex-direction:column;position:relative;height:100%;width:100%;gap:1.5rem;overflow:hidden;padding:0 0 0 24px}.g-confirmgovernance-profile-wrap .g-renewalv2-contact-instruction{border:1px solid #e6e7e8;border-radius:8px;margin-bottom:24px;float:left;width:100%;padding:12px;max-height:220px}.g-confirmgovernance-profile-wrap .g-renewalv2-contact-instruction::after{content:"";display:block;height:0;clear:both;visibility:hidden}.g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header{width:100%;justify-content:end;display:flex}.g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-title{color:#27313c;font-size:24px}.g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-FocusZone{border-bottom:0;background-color:rgba(0,0,0,0)}.g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Button{background-color:rgba(0,0,0,0)}.g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Button:hover{background-color:#f4f4f4;color:#272727}.g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:#cf3900}[data-theme=theme3] .g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:#077fa6}[data-theme=theme4] .g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:#b35c00}[data-theme=theme5] .g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:#3e8628}[data-theme=theme6] .g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:#eb0f0f}[data-theme=theme7] .g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:#278265}[data-theme=theme8] .g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:#7760e6}.g-confirmgovernance-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Button-label{font-weight:400}.g-confirmgovernance-profile-wrap .g-space-confirmgovernance-scrollbar-wrap{width:100%;min-width:200px;height:100%;border:1px solid #e6e7e8;border-radius:8px;padding:24px 0 0 24px;flex:1;margin-top:1rem}.g-confirmgovernance-profile-wrap .g-confirm-task-guidance-profile-profile-unable-wrap{display:flex;align-items:center;padding-top:24px}.g-confirmgovernance-profile-wrap .g-confirm-task-guidance-profile-profile-unable-wrap .g-headline-default.g-headline-wrap{padding:0}.g-confirmgovernance-profile-wrap .g-confirm-task-guidance-profile-profile-unable-wrap .g-confirmgovernance-profile-header{padding-top:0}.g-confirmgovernance-profile-wrap .profile-scrollbar-wrap-custom{overflow:scroll;padding-right:16px;display:flex;flex-wrap:nowrap;flex-direction:column;height:100%}.g-confirmgovernance-profile-wrap .profile-scrollbar-wrap-custom .g-renewv2-metadata-renew-container{margin-top:1rem;border:1px solid #e6e7e8;border-radius:8px;padding:24px;flex:1}.g-confirmgovernance-profile-wrap .g-actionfooter-wrap{padding-right:24px}.g-confirmgovernance-profile-wrap:last-child{gap:0}.externalSharing-dropdown-message-task{margin:8px 0 16px;background-color:#e0f2fc}.margin-bottom-0{margin-bottom:0 !important}.v-next-g-confirmTask-profile-wrap{display:flex;flex-wrap:nowrap;flex-direction:column;position:relative;height:100%;width:100%;border:1px solid #e6e7e8}.v-next-g-confirmTask-profile-wrap .v-next-headline-wrap{padding:1.5rem 0 0 0}.v-next-g-confirmTask-profile-wrap .v-next-headline-wrap .g-headline-title .g-confirmgovernance-profile-title.v-label{color:#323e4d;font-size:16px;font-weight:700}.v-next-g-confirmTask-profile-wrap .v-next-headline-wrap .v-commandBar{display:flex;align-items:center}.v-next-g-confirmTask-profile-wrap .g-renewalv2-contact-instruction{width:100%;padding:0;margin-bottom:1.5rem}.v-next-g-confirmTask-profile-wrap .g-confirmgovernance-profile-header{width:100%;display:flex;justify-content:space-between;align-items:center;height:2.5rem}.v-next-g-confirmTask-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-title{font-size:16px;font-weight:700}.v-next-g-confirmTask-profile-wrap .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-CommandBar{background-color:rgba(0,0,0,0)}.v-next-g-confirmTask-profile-wrap .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-FocusZone{border-bottom:0;background-color:rgba(0,0,0,0);padding:0}.v-next-g-confirmTask-profile-wrap .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Button{background-color:rgba(0,0,0,0);border:1px solid var(--palette-gray2);border-radius:4px;width:6.5rem;height:2.5rem}.v-next-g-confirmTask-profile-wrap .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Button:hover{background-color:#f4f4f4;color:#272727}.v-next-g-confirmTask-profile-wrap .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .v-next-g-confirmTask-profile-wrap .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .v-next-g-confirmTask-profile-wrap .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:#cf3900}[data-theme=theme3] .v-next-g-confirmTask-profile-wrap .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:#077fa6}[data-theme=theme4] .v-next-g-confirmTask-profile-wrap .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:#b35c00}[data-theme=theme5] .v-next-g-confirmTask-profile-wrap .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:#3e8628}[data-theme=theme6] .v-next-g-confirmTask-profile-wrap .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:#eb0f0f}[data-theme=theme7] .v-next-g-confirmTask-profile-wrap .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:#278265}[data-theme=theme8] .v-next-g-confirmTask-profile-wrap .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Icon{color:#7760e6}.v-next-g-confirmTask-profile-wrap .g-confirmgovernance-profile-reset-button .g-confirmgovernance-profile-resetbutton-wrap .ms-Button-label{font-size:14px;font-weight:600}.v-next-g-confirmTask-profile-wrap .g-space-confirmgovernance-scrollbar-wrap{width:100%;min-width:200px;height:100%;flex:1;margin-top:1rem}.v-next-g-confirmTask-profile-wrap .g-space-confirmgovernance-scrollbar-wrap .g-space-confirmgovernance-profiledropdown{margin-bottom:.25rem}.v-next-g-confirmTask-profile-wrap .g-space-confirmgovernance-scrollbar-wrap .g-space-confirmgovernance-profiledropdown .confirm-task-profile .ms-Label{font-weight:600}.v-next-g-confirmTask-profile-wrap .v-next-g-actionfooter-wrap{height:5rem;border-top:1px solid var(--palette-gray2);display:flex;align-items:center;justify-content:space-between}.v-next-g-confirmTask-profile-wrap .v-next-g-actionfooter-wrap .v-next-actionfooter-button .ms-Button--primary{background-color:var(--palette-themePrimary)}.v-next-g-confirmTask-profile-wrap .rich-text-view.renewal-view-language{max-height:13.75rem}.v-next-g-confirmTask-profile-wrap .g-actionfooter-slot{margin-right:0}.v-next-g-confirmTask-profile-wrap .v-next-actionfooter-button.h-request-buttongroup{margin-right:0;padding-right:24px}.v-next-g-confirmTask-profile-wrap .profile-scrollbar-wrap-custom{overflow:scroll;display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;padding-right:1rem;padding-left:1.5rem}.v-next-g-confirmTask-profile-wrap .profile-scrollbar-wrap-custom .g-renewv2-metadata-renew-container{margin-top:1rem;border:1px solid #e6e7e8;border-radius:8px;padding:24px;flex:1;margin-bottom:1.5rem}.v-next-g-confirmTask-profile-wrap .profile-scrollbar-wrap-custom .g-renewalv2-contact-instruction{max-height:13.75rem}.v-next-g-confirmTask-profile-wrap .v-next-actionfooter-button{margin-right:1.5rem}@media screen and (max-width: 743px){.v-next-g-confirmTask-profile-wrap{padding:1.25rem 1.5rem 0}.v-next-g-confirmTask-profile-wrap .v-next-g-actionfooter-wrap{margin:0;padding-right:0}.v-next-g-confirmTask-profile-wrap .g-confirmgovernance-profile-header .g-confirmgovernance-profile-title{font-size:16px;font-weight:700}.v-next-g-confirmTask-profile-wrap .g-space-confirmgovernance-scrollbar-wrap{width:100%;min-width:200px;height:100%;flex:1}}
.cloudGovernanceSiteDialog{border-bottom:1px solid var(--Colors-Neutral-1, #F1F2F4);width:55rem;background-color:#fff}.cloudGovernanceSiteDialog .ms-List .ms-List-page{margin-right:0rem !important}.cloudGovernanceSiteDialog .ms-List .ms-List-page .ms-List-cell{display:inline-block}.cloudGovernanceSiteDialog .cloudGovernanceSiteDialog-timeline .ms-List .ms-List-page{margin-left:-0.9375rem}.cloudGovernanceSiteDialog .v-common-page-padding{padding:1.5rem 2rem 1.5rem 2rem}.cloudGovernanceSiteDialog .tab-button{height:2.5rem;gap:8px;border-top-left-radius:4px;border-top-right-radius:4px;padding-top:.75rem;padding-right:1rem;padding-bottom:.75rem;padding-left:1rem;background-color:var(--Colors-Neutral-2, #E0E2E6)}.cloudGovernanceSiteDialog .tab-button .ms-Button-flexContainer{width:100%}.cloudGovernanceSiteDialog .tab-button .ms-Button-flexContainer .ms-Button-textContainer{width:100%}.cloudGovernanceSiteDialog .tab-button .ms-Button-flexContainer .ms-Button-textContainer .ms-Button-label{text-overflow:ellipsis;overflow:hidden}.cloudGovernanceSiteDialog .v-g-servicesall-filter-button{height:2rem;width:8.125rem;gap:8px;border-top-left-radius:4px;border-top-right-radius:4px;padding-top:.75rem;padding-right:1rem;padding-bottom:.75rem;padding-left:1rem;background-color:#fff}.cloudGovernanceSiteDialog .request-tab-button{max-width:11rem}.cloudGovernanceSiteDialog .contact-tab-button{max-width:11rem}.cloudGovernanceSiteDialog .properties-tab-button{max-width:11rem}.cloudGovernanceSiteDialog .object-name{font-size:.8125rem;font-weight:700;color:#32363e}.cloudGovernanceSiteDialog .dialog-title{height:4.5rem;display:flex;align-items:center;padding-left:2rem;padding-right:2rem}.cloudGovernanceSiteDialog .tab-title-text{display:flex;align-items:flex-end}.cloudGovernanceSiteDialog .tab-title-text .ms-Button-label{font-weight:600 !important}.cloudGovernanceSiteDialog .tab-title{background:var(--Colors-Neutral-2, #E0E2E6);height:3rem;display:flex;justify-content:space-between;padding-left:2rem;padding-right:2rem}.cloudGovernanceSiteDialog .renew-button{display:flex;align-items:center}.cloudGovernanceSiteDialog .selected{background-color:#fff;border:.0625rem solid #e8e9ea;border-radius:.25rem;min-width:4.5rem}.cloudGovernanceSiteDialog .properties-view{height:100%;padding:1.5rem 2rem 1.5rem 2rem}.cloudGovernanceSiteDialog .properties-view>div:first-child{height:100%}.cloudGovernanceSiteDialog .properties-content{height:100%}.cloudGovernanceSiteDialog .properties-content button{padding-left:0rem}.cloudGovernanceSiteDialog .dialog-body{height:calc(100% - 4.5rem)}.cloudGovernanceSiteDialog .tab-content{height:calc(100% - 3rem)}.cloudGovernanceSiteDialog .v-serviceall-container>div:first-child{height:100%}.cloudGovernanceSiteDialog [role=tabpanel]{height:calc(100% - 25px)}.cloudGovernanceSiteDialog [role=tabpanel]>div:first-child{height:100%}.cloudGovernanceSiteDialog .ms-Viewport{height:100%}.cloudGovernanceSiteDialog .v-detailList{border-width:0}.cloudGovernanceSiteDialog .v-detailList .ms-DetailsList-headerWrapper{height:auto !important}.cloudGovernanceSiteDialog .v-detailList .ms-DetailsList-headerWrapper .ms-DetailsHeader{padding-top:0 !important;height:48px !important;line-height:48px !important;background:#e8e9ea}.cloudGovernanceSiteDialog .v-detailList .ms-DetailsList-headerWrapper .ms-DetailsHeader .ms-DetailsHeader-cell{height:48px !important}.cloudGovernanceSiteDialog .v-detailList .ms-DetailsRow-fields{font-size:14px;font-weight:400;line-height:20px;color:var(--palette-slate)}.cloudGovernanceSiteDialog .v-detailList .g-req-row-cell{font-size:14px;font-weight:400}.cloudGovernanceSiteDialog .v-detailList .ms-DetailsHeader-cellName{font-weight:400}.cloudGovernanceSiteDialog .cloudGovernanceSiteDialog-contacts{margin-left:2rem;margin-right:2rem;display:flex;padding-top:1.5rem;padding-bottom:1.5rem}.cloudGovernanceSiteDialog .cloudGovernanceSiteDialog-contacts .title{font-weight:700;font-size:12px;line-height:100%;letter-spacing:-2%;padding-bottom:1.5rem;height:1rem}.cloudGovernanceSiteDialog .cloudGovernanceSiteDialog-contacts .g-space-panel-primarytext{color:var(--Colors-Neutral-9, #32363E);font-weight:600;font-size:12px;line-height:100%;height:16px}.cloudGovernanceSiteDialog .cloudGovernanceSiteDialog-contacts .contact{width:50%}.cloudGovernanceSiteDialog .cloudGovernanceSiteDialog-contacts .g-space-panel-persona{width:fit-content}.cloudGovernanceSiteDialog .no-access{width:480;height:106;gap:24px;padding-top:24px;padding-right:32px;padding-bottom:24px;padding-left:32px}.cloudGovernanceSiteDialog .no-access-title{font-weight:700;font-size:13px;line-height:100%;letter-spacing:-2%;text-align:center;vertical-align:middle}.cloudGovernanceSiteDialog .no-access-content{font-weight:400;font-size:12px;line-height:100%;letter-spacing:-2%;text-align:center;vertical-align:middle}.cloudGovernanceSiteDialog .g-req-metadata-details-list{max-height:calc(100% - 48px)}.cloudGovernanceSiteDialog #metadata{height:100%}.cloudGovernanceSiteDialog #metadata>div:first-child{height:100%}
.CloudGovernanceSiteDialogServiceCard{left:.9375rem;width:16.3125rem;height:4.0625rem;display:block;transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;transition-delay:50ms;line-break:strict;box-sizing:border-box;list-style:none;margin:0 .5rem .5rem 0px;border-width:0 !important;border-radius:.5rem}.CloudGovernanceSiteDialogServiceCard .v-g-req-servicecard-content{width:100%;height:4.0625rem;display:inline-block;vertical-align:top;background-color:#fff;border:1px solid #e8e9ea;position:relative;cursor:pointer;border-radius:.5rem}.CloudGovernanceSiteDialogServiceCard .v-g-req-servicecard-content .v-g-req-servicecard-name{display:flex;padding:1rem;flex-direction:column;height:4.0625rem}.CloudGovernanceSiteDialogServiceCard .v-g-req-servicecard-content .v-g-req-servicecard-name .v-g-req-servicecard-name-content{font-weight:700;font-size:.875rem;color:#323e4d}.CloudGovernanceSiteDialogServiceCard .v-g-req-servicecard-content .v-g-req-servicecard-name .v-g-req-servicecard-name-content .v-g-req-card-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;word-break:break-word}.CloudGovernanceSiteDialogServiceCard .v-g-req-servicecard-content .v-g-req-servicecard-name .v-g-req-servicecard-describe{display:flex;flex-direction:column;flex:1;justify-content:space-between}.CloudGovernanceSiteDialogServiceCard .v-g-req-servicecard-content .v-g-req-servicecard-name .v-g-req-servicecard-describe .v-g-req-servicecard-describe-content{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;margin-top:.5rem;font-size:.8125rem;word-break:break-word}.CloudGovernanceSiteDialogServiceCard .v-g-req-servicecard-content .v-g-req-servicecard-name .v-g-req-servicecard-describe .v-g-req-servicecard-bottom{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.CloudGovernanceSiteDialogServiceCard .v-g-req-servicecard-content .v-g-req-servicecard-name .v-g-req-servicecard-describe .v-g-req-servicecard-bottom .v-g-req-servicecard-bottom-text{color:var(--palette-themePrimary);font-size:.8125rem;font-weight:400;text-decoration:underline}.CloudGovernanceSiteDialogServiceCard .v-g-req-servicecard-content .v-g-req-servicecard-name .v-g-req-servicecard-describe .v-g-req-servicecard-bottom .v-g-req-servicecard-bottom-owner{color:#707174;font-weight:400;font-size:.8125rem;font-style:italic;overflow:hidden;padding-right:.125rem;text-align:right;word-break:break-word}
.h-collapselist-wrap{background:#f7f7f7;margin-bottom:4px}.h-collapselist-wrap .view-details-line-plain{width:100%;flex:1}.h-collapselist-wrap .view-details-collapse-header{height:auto;padding:9px 8px}.h-collapselist-wrap .view-details-collapse-header .header-left-wrap{margin-top:0}.h-collapselist-wrap .view-details-collapse-header .header-left-wrap .header-title{font-size:13px;color:#27313c}.h-collapselist-wrap .view-details-collapse-header .header-left-wrap .header-chevron-icon{height:auto}.h-collapselist-wrap .view-details-collapse-content{padding-top:0}.h-collapselist-wrap .view-details-collapse-content .h-collapselist-item{display:flex;align-items:center;justify-content:space-between;margin:0 8px;border-bottom:1px solid #d4d6d8}.h-collapselist-wrap .view-details-collapse-content .h-collapselist-item .h-collapselist-item-left{display:flex;align-items:center;overflow:hidden}.h-collapselist-wrap .view-details-collapse-content .h-collapselist-item .h-collapselist-item-left .h-collapselist-item-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 8px;color:#27313c}.h-collapselist-wrap .view-details-collapse-content .h-collapselist-item .h-collapselist-item-icon{margin-top:3px}.h-collapselist-wrap .view-details-collapse-content .h-collapselist-item:last-child{border-bottom:0px}.h-collapselist-wrap-mobile{background:#fff !important}
.h-objectservices-wrap-mobile{background:#fff !important}.h-objectservices-wrap-mobile .h-objectservices-header-mobile{justify-content:space-between;border-bottom-color:#f7f7f7 !important}.h-objectservices-wrap-mobile .h-objectservices-header-mobile .h-objectservices-header-title{font-size:15px;font-weight:bold;color:#27313c}.h-objectservices-wrap-mobile .h-objectservices-searchbox-mobile{border-radius:17px !important;line-height:34px}.h-objectservices-wrap-mobile .h-objectservices-searchbox-mobile .ms-SearchBox-icon{margin-top:-2px !important}.h-objectservices-wrap{padding:20px 28px;padding-bottom:16px;width:100%;height:100%;background:#fff;display:flex;flex-direction:column;border-left:1px solid #d4d6d8}.h-objectservices-wrap .h-objectservices-header{display:flex;border-bottom:1px solid #fff;margin-bottom:10px;line-height:28px;align-items:center}.h-objectservices-wrap .h-objectservices-searchbox{border:1px solid #d4d6d8;border-radius:2px;height:34px;margin-bottom:10px}.h-objectservices-wrap .h-objectservices-searchbox input,.h-objectservices-wrap .h-objectservices-searchbox i{font-size:14px;color:#27313c !important}.h-objectservices-wrap .h-objectservices-searchbox .ms-SearchBox-icon{overflow:hidden;margin-top:1px}.h-objectservices-wrap .h-objectservices-searchbox .ms-Button-icon{transform:scale(0.8)}.h-objectservices-wrap .h-objectservices-uniformscrollbars-wrap .h-objectservices-uniformscrollbars .view-details-collapse-header{margin-left:0}.h-objectservices-wrap .h-objectservices-uniformscrollbars-wrap .h-objectservices-uniformscrollbars .view-details-collapse-header .view-details-line-plain{flex:2 0 216px}.h-objectservices-wrap .h-objectservices-uniformscrollbars-wrap .h-objectservices-uniformscrollbars .h-objectservices-nodata-content{color:#1a1a1a;font-size:13px;text-align:center;margin-top:60px}.h-objectservices-wrap .h-objectservices-uniformscrollbars-wrap .h-objectservices-uniformscrollbars .h-collapselist-wrap .h-collapselist-item{padding:8px 0px}.h-objectservices-wrap .h-objectservices-uniformscrollbars-wrap .h-objectservices-uniformscrollbars .h-collapselist-wrap .h-collapselist-item-left i{background-color:#fff;border-radius:50%}.h-objectservices-wrap .h-objectservices-uniformscrollbars-wrap .h-objectservices-uniformscrollbars .h-collapselist-wrap .h-tooltip-icon-button{margin-right:4px}.h-objectservices-wrap .h-objectservices-uniformscrollbars-wrap .h-objectservices-uniformscrollbars .h-collapselist-wrap .h-tooltip-icon-button .ms-Button{width:26px;height:26px;background-color:#fff}
.h-filter{margin-bottom:16px}.h-filter .h-filter-title{margin-bottom:6px;font-size:13px;color:#333}.h-filter .h-workspace-type-title{font-size:14px}.h-filter .h-active-title{margin-top:24px}.h-filter .h-filter-body{display:flex;flex-wrap:wrap}.h-filter .h-filter-gatagpicker-mh,.h-filter .h-filter-gatagpicker-ga{width:300px;margin-top:16px}.h-filter .h-filter-inline{flex:1;max-width:50%;min-width:50%;display:flex}.h-filter .h-filter-inline .h-tooltip-icon{margin-top:6px}.h-filter .h-filter-inline-description{display:block;margin-left:6px;margin-top:4px;cursor:pointer}.h-filter .h-checkbox-label{display:flex;align-items:center;margin-top:4px}.h-filter .h-checkbox-label .h-object-icon{margin-right:6px}.h-filter .h-checkbox-label .h-tooltip-icon{height:14px}.h-filter .h-filter-active label>.internationalization-wrapper{margin-top:-10px}.h-filter .h-checkbox-label-disabled{color:#c8c8c8}.mh-filter-inline{min-width:48%;display:flex;flex-wrap:wrap;margin-right:2%}.mh-filter-inline .ms-Checkbox{padding-bottom:12px}
.m-term-tree-header{display:flex;align-items:flex-start;justify-content:space-between;padding:0 0 10px 0}.m-term-tree-header .m-term-tree-header-title{color:#5d6778;font-size:16px;font-weight:bold;word-break:break-word;display:flex}.m-term-tree-header .m-term-tree-header-title-back{line-height:21px;margin-right:10px}.m-term-tree-header .m-term-tree-header-dismiss-icon{font-size:18px;color:#27313c}.m-term-tree-list-shimmer .m-term-tree-list-item-shimmer{padding:11px;border-bottom:1px solid #f4f4f4}.m-term-tree{width:100%;height:100%}.m-term-tree .m-term-tree-list{width:100%;height:calc(100% - 45px);margin-bottom:10px;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.m-term-tree .m-term-tree-list .m-term-tree-list-nodata{height:200px;text-align:center;line-height:200px}.m-term-tree .m-term-tree-list .ms-DetailsRow-check{height:54px}.m-term-tree .m-term-tree-list .m-term-tree-list-item{display:flex;justify-content:space-between;width:100%;line-height:32px}.m-term-tree .m-term-tree-list .m-term-tree-list-item .m-term-tree-list-item-left{display:flex}.m-term-tree .m-term-tree-list .m-term-tree-list-item .m-term-tree-list-item-left .m-term-tree-list-item-left-icon{font-size:18px;margin-right:5px}.m-term-tree .m-term-tree-list .m-term-tree-list-item .m-term-tree-list-item-left .m-term-tree-list-item-left-text{font-size:15px;font-weight:700;white-space:normal}.m-term-tree .m-term-tree-footer{width:100%;height:40px;border-radius:20px}.m-term-tree .mh-header-title-back{line-height:22px;margin-right:5px}@media(min-width: 480px){.g-createrequest-termspickerpanel .ms-Panel-main{width:664px}}
.h-filter-toggle{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ddd;border-bottom:1px solid #ddd;line-height:40px;margin-bottom:-1px}.h-filter-toggle .h-filter-toggle-content{display:flex;align-items:center}.h-filter-toggle .h-filter-toggle-content .h-filter-toggle-label{color:#333}.h-filter-toggle .ms-Toggle{margin-bottom:0px}.h-filter-content{margin-bottom:20px}.h-filter-content .h-filter-description{margin-top:22px;display:flex;align-items:center}.h-filter-content .h-filter-description .h-filter-description-label{font-size:14px;color:#333}.h-filter-content .h-filter-description .h-filter-description-icon{margin-left:8px;margin-top:3px}.h-filter-content .h-filter-checkbox{margin-top:10px;display:flex;flex-wrap:wrap}.h-filter-content .h-filter-checkbox .h-filter-inline-checkbox{width:240px}.h-filter-content .h-filter-checkbox .h-checkbox-label-disabled{color:#c8c8c8}.h-filter-content .h-filter-pickerandlink-mh{display:flex;align-items:flex-end}.h-filter-content .h-filter-pickerandlink-mh .h-filter-tag-mh{margin-bottom:15px;width:300px}.h-filter-content .h-filter-pickerandlink-mh .h-filter-taglink-mh{font-size:13px;margin-left:10px;min-height:32px}.h-filter-content .h-filter-tag-ga{margin-top:15px}.h-filter-content .h-filter-tag-ga .h-filter-tag-header{display:flex}.h-filter-content .h-filter-tag-ga .h-filter-gatagpicker-ga{width:300px}.h-filter-content .h-filter-tag-ga .h-filter-gatagpicker-ga .mh-filter-gatagpicker-ga-input{max-height:70%}.h-filter-content .h-filter-tag-ga .h-filter-gatagpicker-ga .ms-BasePicker-text{border-color:#605e5c}.h-filter-content .h-filter-tag-ga .h-filter-taglink-ga{font-size:13px;margin-left:10px}.h-filter-content .h-filter-tag-ga .h-filter-textfield{width:578px;margin-top:10px}.h-filter-content .h-filter-active{margin-top:16px;display:flex;align-items:center}.h-filter-content .h-filter-active .ms-Checkbox-checkbox{margin-top:0}.h-filter-content .h-filter-active .ms-TextField-errorMessage{width:400px}.h-filter-gatagpicker-mh{width:578px}.h-filter-gatagpicker-mh .ms-BasePicker-text{align-content:flex-start;align-items:self-start;height:90px;overflow:auto}.h-filter-gatagpicker-mh.h-filter-gatagpicker-mh-width{max-width:578px;width:100%}.ms-BasePicker-text::-webkit-scrollbar{width:6px}.ms-BasePicker-text::-webkit-scrollbar:hover::after,.ms-BasePicker-text::-webkit-scrollbar:active::after,.ms-BasePicker-text::-webkit-scrollbar.touched::after{width:10px}.ms-BasePicker-text::-webkit-scrollbar-thumb{border-radius:3px;background-color:#cbcbcb}.ms-BasePicker-text::-webkit-scrollbar-track{background-color:#f5f5f5}.h-filter-gatagpicker-ga-suggestions{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:10px}.h-filter-gatagpicker-ga-suggestions .ms-TooltipHost{white-space:pre}.h-suggest-tag-tooltip .ms-Tooltip-subtext{white-space:pre-wrap}.h-hub-metadata-nodata{margin-bottom:10px;width:100%;padding:2px}.h-tags-pivot .ms-Pivot-link{height:34px;border:solid 1px #d0d0d0}.h-tags-pivot .ms-Pivot-link .is-selected{height:34px;border:solid 1px;border-color:var(--theme-primary, #0071C7);background-color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-tags-pivot .ms-Pivot-link .is-selected{border-color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-tags-pivot .ms-Pivot-link .is-selected{border-color:#cf3900}[data-theme=theme3] .h-tags-pivot .ms-Pivot-link .is-selected{border-color:#077fa6}[data-theme=theme4] .h-tags-pivot .ms-Pivot-link .is-selected{border-color:#b35c00}[data-theme=theme5] .h-tags-pivot .ms-Pivot-link .is-selected{border-color:#3e8628}[data-theme=theme6] .h-tags-pivot .ms-Pivot-link .is-selected{border-color:#eb0f0f}[data-theme=theme7] .h-tags-pivot .ms-Pivot-link .is-selected{border-color:#278265}[data-theme=theme8] .h-tags-pivot .ms-Pivot-link .is-selected{border-color:#7760e6}[data-theme=theme1] .h-tags-pivot .ms-Pivot-link .is-selected{background-color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-tags-pivot .ms-Pivot-link .is-selected{background-color:#cf3900}[data-theme=theme3] .h-tags-pivot .ms-Pivot-link .is-selected{background-color:#077fa6}[data-theme=theme4] .h-tags-pivot .ms-Pivot-link .is-selected{background-color:#b35c00}[data-theme=theme5] .h-tags-pivot .ms-Pivot-link .is-selected{background-color:#3e8628}[data-theme=theme6] .h-tags-pivot .ms-Pivot-link .is-selected{background-color:#eb0f0f}[data-theme=theme7] .h-tags-pivot .ms-Pivot-link .is-selected{background-color:#278265}[data-theme=theme8] .h-tags-pivot .ms-Pivot-link .is-selected{background-color:#7760e6}.h-filter-note{color:#7b7b7b;margin:23px 0px 20px;font-size:14px;font-weight:600}.h-include-teams-note{color:#333;font-size:14px;margin:23px 0px 9px}.h-include-teams-note.h-include-teams-note-bold{font-weight:600;margin-bottom:16px;font-size:13px;margin-top:0px}.h-filter-Terms{display:flex;align-items:center}.h-filter-Terms .ms-Link{margin-top:17px}.h-tags-header{margin-bottom:10px;font-size:13px;font-weight:600;color:#333;margin-top:20px}.h-filter-gatagpicker-mh .ms-TagItem .ms-TagItem-text,.h-filter-tag-mh .ms-TagItem .ms-TagItem-text,.h-tagpicker-all-tags .ms-TagItem .ms-TagItem-text{white-space:pre}.h-filter-gatagpicker-ga,.h-filter-textfield{width:578px;margin-top:16px}.h-filter-gatagpicker-mh,.h-filter-textfield{margin-top:16px}.h-filter-textfield{margin-top:12px !important}.h-add-button-wrap{display:flex;justify-content:space-between;margin-top:20px}.h-add-button-wrap .h-add-button-title{height:32px;line-height:32px;font-size:13px;color:#333}.h-add-button-wrap .h-uniform-add-button:hover,.h-add-button-wrap .h-disable-add-button:hover{border:none}.h-add-button-wrap .h-uniform-add-button:active,.h-add-button-wrap .h-disable-add-button:active{border:none}.h-add-button-wrap.h-add-button-wrap-margin-top{margin-top:16px}.h-add-button-content{background-color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-add-button-content{background-color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-add-button-content{background-color:#cf3900}[data-theme=theme3] .h-add-button-content{background-color:#077fa6}[data-theme=theme4] .h-add-button-content{background-color:#b35c00}[data-theme=theme5] .h-add-button-content{background-color:#3e8628}[data-theme=theme6] .h-add-button-content{background-color:#eb0f0f}[data-theme=theme7] .h-add-button-content{background-color:#278265}[data-theme=theme8] .h-add-button-content{background-color:#7760e6}.h-add-button-content i,.h-add-button-content .h-add-button-text{color:#fff}.h-uniform-add-button{height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;max-width:210px;border:none}.h-uniform-add-button .h-add-button-text{font-size:13px;font-weight:600;margin-left:10px}.h-disable-add-button{background:#dce2e9 !important;cursor:default !important}.h-disable-add-button i,.h-disable-add-button .h-add-button-text{color:#99a5af}.h-tagpicker-all-tags{margin-top:16px}.h-tagpicker-all-tags .ms-Persona-coin{display:none}.h-tagpicker-all-tags .ms-BasePicker-text{align-content:flex-start;min-height:100px;align-items:self-start;max-height:260px;overflow:auto}.h-tagpicker-all-tags .ms-BasePicker-text .ms-BasePicker-input{align-self:flex-start}.mh-add-button-wrap{display:flex;justify-content:space-between;width:98%;align-items:center;margin-top:16px}.mh-add-button-wrap .mh-add-button-title{font-size:13px;color:#333}.mh-add-button-wrap .ms-Button{padding:0px;height:20px}.mh-disable-add-button i{color:#dce2e9 !important;font-size:20px}.mh-add-button i{color:var(--theme-primary, #0071C7);font-size:20px}[data-theme=theme1] .mh-add-button i{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .mh-add-button i{color:#cf3900}[data-theme=theme3] .mh-add-button i{color:#077fa6}[data-theme=theme4] .mh-add-button i{color:#b35c00}[data-theme=theme5] .mh-add-button i{color:#3e8628}[data-theme=theme6] .mh-add-button i{color:#eb0f0f}[data-theme=theme7] .mh-add-button i{color:#278265}[data-theme=theme8] .mh-add-button i{color:#7760e6}.mh-add-text{font-size:13px;color:#27313c;font-weight:600;margin-left:4px}.mh-tags-pivot,.mh-all-tags-picker{width:98% !important}.mh-uniform-tag-picker{width:100% !important}.mh-tags-pivot .ms-Pivot-link{width:50% !important;height:40px}.mh-tags-pivot .ms-Pivot-link .ms-Pivot-linkContent{display:flex;align-items:center;justify-content:center}.mh-tags-pivot .ms-Pivot-link .ms-Pivot-text{vertical-align:middle;white-space:normal;word-break:break-word;line-height:14px}.mh-tags-pivot .h-filter-textfield{width:100% !important}.h-filtersetting-guest{min-width:100% !important}.mh-filter-content .mh-filter{margin-bottom:2px}.mh-filter-content .h-filter .h-filter-title{margin-bottom:2px}.mh-filter-content .h-include-teams-note{margin:0px 0px 9px}.h-match-tags-mode,.mh-match-tags-mode{min-width:166px}.h-match-tags-mode{margin-right:16px}.mh-match-tags-mode{margin-right:6px}.h-standalone-match-mode{width:170px}.h-tagpicker-all-tags .ms-BasePicker-text,.h-filter-gatagpicker-mh .ms-BasePicker-text{overflow:inherit}.h-personal-tags-callout .ms-Suggestions-item::after{border:none}.wrapper-h-filter{background-color:#f5f5f5;margin-bottom:24px;padding:12px;margin-right:14px}.wrapper-h-filter .h-filter .h-filter-body .h-filter-inline .ms-Checkbox:not(.is-checked) .ms-Checkbox-checkbox{background-color:#fff}.wrapper-h-filter .h-tags-header{margin-top:0;margin-bottom:16px}.wrapper-h-filter .h-filter:last-child{margin-bottom:0}.wrapper-h-filter .ms-BasePicker-text{background-color:#fff}.h-filter-title.h-filter-title-font-size{font-size:14px}.h-filter.h-filter-margin-bottom{margin-bottom:24px}
.h-panel-life-inline{display:flex;align-items:center;margin-top:10px;margin-left:10px}.h-panel-life-data{flex-direction:row;margin-left:30px}
.mh-add-object-panel .uniform-panel-scrollableContent{height:calc(100% - 52px)}.mh-add-object-panel .mh-add-object-wrap{height:100%}.mh-add-object-panel .mh-add-object-wrap .mh-manually-add-list{height:100%}.mh-add-object-panel .mh-add-object-wrap .mh-manually-add-list .mh-add-object-content{display:flex;flex-direction:column}.mh-add-object-panel .mh-add-object-wrap .mh-manually-add-list .mh-add-object-content .mh-object-name{font-weight:bold;color:#252424;font-size:17px;max-width:100%;word-break:break-word;white-space:normal}.mh-add-object-panel .mh-add-object-wrap .mh-manually-add-list .mh-add-object-content .mh-object-des{margin-top:6px;color:#5d6778;font-size:13px;white-space:normal}
.h-manually-header{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ddd;border-bottom:1px solid #ddd;line-height:40px;margin-bottom:-1px}.h-manually-header .h-manually-icon-group{display:flex;align-items:center}.h-manually-header .h-manually-icon-group .h-manually-icon-label{color:#333}.h-manually-header .ms-Toggle{margin-bottom:0px}.mh-manually-header{border-top:none;border-bottom:none}.h-manually-add-content{padding-left:20px;padding-right:10px;min-width:300px;background:#f7f7f7 0% 0% no-repeat padding-box}.h-manually-add-content .h-manually-add-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.h-manually-add-content .h-manually-add-header .h-manually-add-buttons{margin-right:20px;margin-top:10px}.h-manually-add-content .h-manually-add-header .h-manually-add-buttons .ms-Button{background:0% 0% no-repeat padding-box;background-color:var(--theme-primary, #0071C7);color:#fff;font-size:12px}[data-theme=theme1] .h-manually-add-content .h-manually-add-header .h-manually-add-buttons .ms-Button{background-color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-manually-add-content .h-manually-add-header .h-manually-add-buttons .ms-Button{background-color:#cf3900}[data-theme=theme3] .h-manually-add-content .h-manually-add-header .h-manually-add-buttons .ms-Button{background-color:#077fa6}[data-theme=theme4] .h-manually-add-content .h-manually-add-header .h-manually-add-buttons .ms-Button{background-color:#b35c00}[data-theme=theme5] .h-manually-add-content .h-manually-add-header .h-manually-add-buttons .ms-Button{background-color:#3e8628}[data-theme=theme6] .h-manually-add-content .h-manually-add-header .h-manually-add-buttons .ms-Button{background-color:#eb0f0f}[data-theme=theme7] .h-manually-add-content .h-manually-add-header .h-manually-add-buttons .ms-Button{background-color:#278265}[data-theme=theme8] .h-manually-add-content .h-manually-add-header .h-manually-add-buttons .ms-Button{background-color:#7760e6}.h-manually-add-content .h-manually-add-header .h-manually-add-buttons .ms-Button .h-manually-icon-add{position:relative;font-size:13px;height:12px}.h-manually-add-content .h-manually-add-searchbox{width:200px;height:34px;margin-top:10px;border:1px solid #d4d6d8;background:#fff 0% 0% no-repeat padding-box}.h-manually-add-content .h-manually-add-noitem{height:70px;display:flex;align-items:center;justify-content:center;margin:auto}.h-manually-add-content .h-manually-add-uniformscroll{height:300px}.h-manually-add-content .h-manually-add-objectlist{display:flex;flex-wrap:wrap}.mh-manually-add-content{padding-left:10px;padding-right:10px;min-width:300px;background:#f7f7f7 0% 0% no-repeat padding-box}.mh-manually-add-content .mh-manually-add-header{border-bottom:1px solid #ececec;margin:0 -10px 10px -10px;padding:0 10px 5px 10px;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.mh-manually-add-content .mh-manually-add-header .mh-manually-add-buttons{margin-top:10px}.mh-manually-add-content .mh-manually-add-header .mh-manually-add-buttons .ms-Button{background-color:inherit;font-size:14px;padding-right:0}.mh-manually-add-content .mh-manually-add-header .mh-manually-add-buttons .ms-Button .h-manually-icon-add{position:relative;font-size:18px;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .mh-manually-add-content .mh-manually-add-header .mh-manually-add-buttons .ms-Button .h-manually-icon-add{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .mh-manually-add-content .mh-manually-add-header .mh-manually-add-buttons .ms-Button .h-manually-icon-add{color:#cf3900}[data-theme=theme3] .mh-manually-add-content .mh-manually-add-header .mh-manually-add-buttons .ms-Button .h-manually-icon-add{color:#077fa6}[data-theme=theme4] .mh-manually-add-content .mh-manually-add-header .mh-manually-add-buttons .ms-Button .h-manually-icon-add{color:#b35c00}[data-theme=theme5] .mh-manually-add-content .mh-manually-add-header .mh-manually-add-buttons .ms-Button .h-manually-icon-add{color:#3e8628}[data-theme=theme6] .mh-manually-add-content .mh-manually-add-header .mh-manually-add-buttons .ms-Button .h-manually-icon-add{color:#eb0f0f}[data-theme=theme7] .mh-manually-add-content .mh-manually-add-header .mh-manually-add-buttons .ms-Button .h-manually-icon-add{color:#278265}[data-theme=theme8] .mh-manually-add-content .mh-manually-add-header .mh-manually-add-buttons .ms-Button .h-manually-icon-add{color:#7760e6}
.h-object-details{display:flex;margin-top:10px}.h-details-item-name{width:30%;padding:6px}.h-details-item-value{width:70%;color:#d3d3d3;padding:6px}
.h-group-information{margin:24px 12px 24px 32px}.h-group-information div:focus{outline:none}.h-group-information .information-header{margin:10px 0 25px 0;width:260px;font-size:15px;font-weight:bold;color:#27313c}.h-group-information .mobile-contact-information,.h-group-information .contact-information,.h-group-information .mobile-metadata-information,.h-group-information .metadata-information{display:-webkit-box;color:#27313c;font-size:13px;margin-bottom:1px;align-items:center}.h-group-information .mobile-contact-information .information-left,.h-group-information .mobile-metadata-information .information-left{padding:8px;margin-right:14px;height:auto;word-break:break-word}.h-group-information .mobile-contact-information .information-right,.h-group-information .mobile-metadata-information .information-right{height:auto;word-break:break-word;padding:8px 0px}.h-group-information .metadata-information .information-left .ms-TooltipHost{width:100%}.h-group-information .metadata-information .information-left .h-metadata-name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:0px 8px}.h-group-information .contact-information .information-left{line-height:34px}.h-group-information .contact-information .information-right{line-height:34px;margin-left:16px}.h-group-information .contact-information .information-right .g-req-panel-persona{margin-bottom:0px}.h-group-information .contact-information .information-right .g-req-panel-persona .ms-Persona{height:34px !important}.h-group-information .contact-information .information-right .g-req-panel-primarytext{max-width:400px}.h-group-information .timeline-group{display:flex;align-items:flex-start}.h-group-information .timeline-group i{margin-top:2px;cursor:default;font-size:14px;color:#333}.h-group-information .timeline-group p{font-size:13px;color:#5d6778;margin-top:0}.h-group-information .timeline-group .time-tit{width:99%;color:#415364;font-weight:600;margin-bottom:0}.h-group-information .timeline-group .timeline-info{margin-left:8px;margin-bottom:14px;width:100%}.h-group-information .timeline-group .timeline-info .time-description{padding-top:4px;margin-bottom:0;font-size:13px;color:#5d6778;width:99%}.h-group-information .timeline-group .timeline-info .time-description .internationalization-wrapper .internationalization-label{color:#5d6778}.h-group-information .timeline-group .timeline-info .time-description .internationalization-wrapper .g-space-panel-persona{color:#415364;font-weight:bold}.h-group-information .metadata-information div{height:34px;line-height:34px}.h-group-information .metadata-information .information-right{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-left:16px}.h-group-information .metadata-information .information-right a{color:#0071c7;cursor:pointer;text-decoration:none}.h-group-information .metadata-information .information-right a:hover{color:#0065b3 !important;text-decoration:underline;background-color:rgba(0,0,0,0) !important}.h-group-information .metadata-information .information-right a:active{color:#005697 !important;text-decoration:underline}.h-group-information .metadata-information .information-right a:active:hover{color:#0065b3 !important;text-decoration:underline}.h-group-information .metadata-information .information-right a:visited{color:#0071c7 !important}.h-group-information .metadata-information .information-right a:focus{color:#005faa !important}.h-group-information .site-information-left{width:27% !important}.h-group-information .site-information-right{width:72% !important}.h-group-information .information-left{width:35%;font-weight:600;padding-left:8px;background:#f7f7f7}.h-group-information .information-right{max-width:60%;color:#27313c}.h-information-policy{box-shadow:0px 2px 12px rgba(39,49,60,.1607843137);padding:14px 24px 16px}.h-information-policy p{font-size:13px;margin:0 4px 0 0}.h-information-policy .policy-tit{font-size:13px;width:99%;margin-top:7px;color:#27313c;font-weight:600}.h-information-policy .policy-subtit{width:99%;font-size:13px;color:#3a3b3d;font-weight:bold}.h-information-policy .policy-description{width:99%;color:#5d6778;font-size:13px;margin-top:3px;word-break:break-word}.h-information-policy .policy-type{width:99%;font-style:italic;color:#5d6778;margin-top:6px}.h-information-policy .profile-box{margin-bottom:20px}.h-information-policy .profile-title{margin-top:10px;font-size:15px;font-weight:bold;color:#27313c;border-bottom:1px solid #ebebeb;padding-bottom:20px;margin-bottom:15px}.h-information-policy .profile-head{font-size:13px;width:99%;color:#27313c;font-weight:600}.h-information-policy .profile-name{width:99%;font-size:13px;color:#3a3b3d;font-weight:400;margin-top:2px}.h-information-policy .profile-description{width:99%;font-style:italic;color:#5d6778;margin-top:6px}.h-information-policy .profile-head,.h-information-policy .profile-name,.h-information-policy .profile-description,.h-information-policy .policy-tit,.h-information-policy .policy-subtit,.h-information-policy .policy-description,.h-information-policy .policy-type{word-break:break-word}.h-information-timeline{box-shadow:0px 2px 12px rgba(39,49,60,.1607843137);padding:14px 24px 16px}.h-information-policy-shimmer{width:545px}.h-information-policy-shimmer .information-header-shimmer{width:260px;margin:24px 0 34px 0}.h-information-policy-shimmer .policy-title-shimmer{margin-top:7px}.h-information-metadata-shimmer{width:545px;display:flex;margin-top:7px}.h-information-metadata-shimmer .metadata-left-shimmer{width:47%}.h-information-metadata-shimmer .metadata-right-shimmer{margin-left:3%;width:50%}.mh-fold-button{width:100%;background-color:#fff;margin-top:16px;border:1px solid #bbbebf}.mh-fold-button:active{background-color:#fff}.mh-fold-button:hover{background-color:#fff}
.h-group-activity .h-activity-tip{color:#5d6778;font-size:13px;margin-top:16px}.h-activity-content{display:flex;margin-bottom:8px}.h-activity-content .h-activity-left,.h-activity-content .h-activity-right{display:flex;align-items:center}.h-activity-content .h-activity-left i,.h-activity-content .h-activity-right i{cursor:default !important;color:#333;font-size:14px}.h-activity-content .h-activity-left a,.h-activity-content .h-activity-right a{color:#0071c7;cursor:pointer;text-decoration:none}.h-activity-content .h-activity-left a:hover,.h-activity-content .h-activity-right a:hover{color:#0065b3 !important;text-decoration:underline;background-color:rgba(0,0,0,0) !important}.h-activity-content .h-activity-left a:active,.h-activity-content .h-activity-right a:active{color:#005697 !important;text-decoration:underline}.h-activity-content .h-activity-left a:active:hover,.h-activity-content .h-activity-right a:active:hover{color:#0065b3 !important;text-decoration:underline}.h-activity-content .h-activity-left a:visited,.h-activity-content .h-activity-right a:visited{color:#0071c7 !important}.h-activity-content .h-activity-left a:focus,.h-activity-content .h-activity-right a:focus{color:#005faa !important}.h-activity-content .h-activity-left p,.h-activity-content .h-activity-right p{font-size:14px;color:#3a444e;margin:0 12px 2px}.h-activity-content .h-activity-left .subtit,.h-activity-content .h-activity-right .subtit{font-size:12px;color:#5d6778}.h-activity-content .h-activity-right{width:45%;margin-left:4%}.h-activity-content .h-activity-right .timeline-info{width:100%}.h-activity-content .h-activity-right .title{color:#3a444e;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 12px 2px}.h-activity-content .h-activity-right .title span{font-weight:bold;color:#27313c}.h-activity-content .h-activity-left{width:50%;color:var(--theme-primary, #0071C7)}.h-activity-content .h-activity-left a{color:#0071c7;cursor:pointer;text-decoration:none}.h-activity-content .h-activity-left a:hover{color:#0065b3 !important;text-decoration:underline;background-color:rgba(0,0,0,0) !important}.h-activity-content .h-activity-left a:active{color:#005697 !important;text-decoration:underline}.h-activity-content .h-activity-left a:active:hover{color:#0065b3 !important;text-decoration:underline}.h-activity-content .h-activity-left a:visited{color:#0071c7 !important}.h-activity-content .h-activity-left a:focus{color:#005faa !important}[data-theme=theme1] .h-activity-content .h-activity-left{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-activity-content .h-activity-left{color:#cf3900}[data-theme=theme3] .h-activity-content .h-activity-left{color:#077fa6}[data-theme=theme4] .h-activity-content .h-activity-left{color:#b35c00}[data-theme=theme5] .h-activity-content .h-activity-left{color:#3e8628}[data-theme=theme6] .h-activity-content .h-activity-left{color:#eb0f0f}[data-theme=theme7] .h-activity-content .h-activity-left{color:#278265}[data-theme=theme8] .h-activity-content .h-activity-left{color:#7760e6}.h-activity-content .h-activity-left .timeline-info{width:96%}.h-activity-content .h-activity-left .timeline-info .activity-link{max-width:96%;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#0071c7}.h-activity-content .h-activity-left .timeline-info .activity-link .h-item-icon{margin-left:8px;font-size:10px;cursor:default;color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-activity-content .h-activity-left .timeline-info .activity-link .h-item-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-activity-content .h-activity-left .timeline-info .activity-link .h-item-icon{color:#cf3900}[data-theme=theme3] .h-activity-content .h-activity-left .timeline-info .activity-link .h-item-icon{color:#077fa6}[data-theme=theme4] .h-activity-content .h-activity-left .timeline-info .activity-link .h-item-icon{color:#b35c00}[data-theme=theme5] .h-activity-content .h-activity-left .timeline-info .activity-link .h-item-icon{color:#3e8628}[data-theme=theme6] .h-activity-content .h-activity-left .timeline-info .activity-link .h-item-icon{color:#eb0f0f}[data-theme=theme7] .h-activity-content .h-activity-left .timeline-info .activity-link .h-item-icon{color:#278265}[data-theme=theme8] .h-activity-content .h-activity-left .timeline-info .activity-link .h-item-icon{color:#7760e6}.h-activity-title{width:20%;margin-bottom:10px}.mh-group-activity{width:99%;min-height:100px;height:auto;padding:16px 16px 8px 16px;background:#fff 0% 0% no-repeat padding-box;box-shadow:0px 0px 12px rgba(58,68,78,.16);border-radius:2px;opacity:1;margin-right:2%;margin-bottom:16px}.mh-group-activity .h-activity-title{margin-bottom:16px}.mh-group-activity .mh-activity-wrap{display:flex;align-items:flex-start;padding-bottom:20px}.mh-group-activity .mh-file-content{margin-left:16px;display:flex;flex-direction:column}.mh-group-activity .mh-file-content .mh-file-name{color:#3a444e;font-size:14px;font-weight:600;padding-bottom:6px}.mh-group-activity .mh-file-content .mh-file-name,.mh-group-activity .mh-file-content .mh-file-modified-user,.mh-group-activity .mh-file-content .mh-file-modified-time{max-width:98%;white-space:normal;word-break:break-word}.mh-group-activity .mh-file-content .mh-file-modified{display:flex;align-items:flex-start}.mh-group-activity .mh-file-content .mh-file-modified i{font-size:14px;color:#3a444e;margin-right:8px}.mh-group-activity .mh-file-content .mh-file-modified-time{margin-left:22px}.mh-group-activity .mh-file-content .mh-file-modified-user,.mh-group-activity .mh-file-content .mh-file-modified-time{color:#5d6778;font-size:13px}
.h-tag-tooltip-wrap{padding:0px !important}.h-tag-tooltip-wrap .h-tag-tooltip-content{color:#415364;padding:8px}.h-tag-tooltip-wrap .h-tag-tooltip-content .h-tag-value-wrap{font-weight:600}.h-tag-tooltip-wrap .h-tag-tooltip-content .h-tag-value-wrap .h-tag-value{white-space:pre-line}.h-tag-tooltip-wrap .h-tag-tooltip-content .h-tag-type{margin-top:8px;display:flex;align-items:center}.h-tag-tooltip-wrap .h-tag-tooltip-content .h-tag-type .h-tag-type-des{margin-left:8px}
.h-mobile-tags-content .uniform-panel-scrollableContent{height:calc(100% - 43px)}.h-mobile-tags-content .ms-Panel-content{padding:0px}.h-mobile-tags-content .ms-Pivot-text{font-size:13px}.h-mobile-tags-content .h-tags-tab .is-selected:active{background-color:rgba(0,0,0,0)}.h-mobile-tags-content .h-tags-tab .is-selected:hover{background-color:rgba(0,0,0,0)}.h-mobile-tags-content .h-mobile-tags-info .h-object-name{font-size:16px;color:#5d6778;font-weight:bold;padding:16px}.h-mobile-tags-content .h-mobile-tags-info .h-tags-wrap{display:flex;flex-wrap:wrap;padding:0px 16px}.h-mobile-tags-content .h-mobile-tags-info .h-uniform-tag-item{width:fit-content;margin-right:8px;margin-bottom:12px}.h-mobile-tags-content .h-mobile-tags-info .h-tag-item-context{font-size:15px;color:#252424;background:#f7f7f7;padding:8px;border-radius:4px;word-break:break-word;white-space:pre-wrap}.mh-uniform-pivot{display:flex;height:auto;min-height:44px;width:100%}.mh-uniform-pivot .mh-pivot-tab{width:100%}.mh-uniform-pivot .ms-Pivot{border-bottom:1px solid #eaedee}.mh-uniform-pivot .ms-Pivot-text{white-space:break-spaces;word-break:break-word;line-height:14px;vertical-align:middle;padding:4px}.mh-uniform-pivot .ms-Pivot-link{height:inherit;margin-right:0px}.mh-pivot-both .ms-Pivot-link{width:50%}.mh-pivot-one .ms-Pivot-link{width:100%}.mh-pivot-one .is-selected::after{display:none}.mh-pivot-one .is-selected::before{display:none}
.h-edit-tags-panel{height:100%}.h-edit-tags-panel .ms-TextField-field{width:285px}.h-edit-tags-panel .h-tags-wrap{display:flex;justify-content:space-between;flex-direction:column;height:100%}.h-edit-tags-panel .h-only-native-tags{height:93% !important}.h-edit-tags-panel .h-native-tags-part{height:49%}.h-edit-tags-panel .h-native-tags-part .h-tag-input-label{font-weight:600 !important;margin-bottom:4px}.h-edit-tags-panel .h-native-tags-part .h-tags-value{width:330px}.h-edit-tags-panel .h-native-tags-part .h-native-tags-content{margin-top:8px;max-width:605px;height:calc(100% - 65px)}.h-edit-tags-panel .h-gao-tags-part{height:49%;margin-top:2%}.h-edit-tags-panel .h-gao-tags-part .h-gao-tags-title{color:#27313c;font-weight:600;margin-bottom:8px}.h-edit-tags-panel .h-gao-tags-part .h-gao-tags-content{height:calc(100% - 45px)}.h-edit-tags-panel .h-gao-tags-part .h-metadata-list .h-metadata-item{max-width:520px;height:24px;padding:0 8px;margin:4px 8px 4px 0;color:#484644;text-align:left;font-size:12px;cursor:default;border-radius:2px;display:flex;align-items:center;overflow:hidden;background:#e9e8e7;text-overflow:ellipsis;white-space:nowrap}.h-edit-tags-panel .h-gao-tags-part .h-metadata-list .h-metadata-item .h-metadata-item-context{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:500px;display:block}.h-edit-tags-panel .h-tag-error-message{color:#a4262c;font-size:12px;padding-top:5px}.h-edit-tags-panel .h-edit-tags-footer{text-align:right;margin-right:10px}.h-native-tags-popup .ms-Callout-main{padding:24px}.h-native-tags-popup .h-edit-tags-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.h-native-tags-popup .h-edit-tags-header .h-close-button{color:#27313c}.h-native-tags-popup .h-edit-tags-title{font-size:18px;font-weight:600;color:#27313c}.h-native-tags-popup .h-edit-tags-footer{text-align:center;display:flex;flex-direction:column;border-top:3px solid #e2dada;padding-top:20px}.h-native-tags-popup .h-edit-tags-footer .h-action-button{margin-bottom:8px;width:300px}.h-native-tags-popup .h-tags-value{width:300px}.h-native-tags-popup .h-no-applied-tag{width:286px !important;color:#999}.h-native-tags-popup .h-tag-name{max-width:246px !important}.h-native-tags-popup .h-native-tag-checkboxes{height:240px;max-width:300px;margin-top:8px}.h-native-tags-popup .h-native-tag-checkbox{margin-bottom:6px;max-width:300px;color:#27313c}.h-tag-search-input{display:flex;align-items:center;position:relative}.h-tag-search-input .h-action-icon{position:absolute;left:286px;top:2px}.h-tag-search-input .h-action-icon .h-create-icon{cursor:pointer;height:30px;line-height:30px}.h-tag-search-input .h-action-icon .h-search-icon{color:var(--theme-primary, #0071C7);font-weight:600;margin-left:8px}[data-theme=theme1] .h-tag-search-input .h-action-icon .h-search-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-tag-search-input .h-action-icon .h-search-icon{color:#cf3900}[data-theme=theme3] .h-tag-search-input .h-action-icon .h-search-icon{color:#077fa6}[data-theme=theme4] .h-tag-search-input .h-action-icon .h-search-icon{color:#b35c00}[data-theme=theme5] .h-tag-search-input .h-action-icon .h-search-icon{color:#3e8628}[data-theme=theme6] .h-tag-search-input .h-action-icon .h-search-icon{color:#eb0f0f}[data-theme=theme7] .h-tag-search-input .h-action-icon .h-search-icon{color:#278265}[data-theme=theme8] .h-tag-search-input .h-action-icon .h-search-icon{color:#7760e6}.h-tag-search-input .h-enable-create-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .h-tag-search-input .h-enable-create-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-tag-search-input .h-enable-create-icon{color:#cf3900}[data-theme=theme3] .h-tag-search-input .h-enable-create-icon{color:#077fa6}[data-theme=theme4] .h-tag-search-input .h-enable-create-icon{color:#b35c00}[data-theme=theme5] .h-tag-search-input .h-enable-create-icon{color:#3e8628}[data-theme=theme6] .h-tag-search-input .h-enable-create-icon{color:#eb0f0f}[data-theme=theme7] .h-tag-search-input .h-enable-create-icon{color:#278265}[data-theme=theme8] .h-tag-search-input .h-enable-create-icon{color:#7760e6}.h-tag-search-input .h-disable-create-icon{color:#72757e}.h-tag-list .h-tag-checkbox{margin-bottom:8px;max-width:520px;color:#27313c}.h-tag-list .ms-Checkbox input{cursor:pointer}.h-tag-list .h-no-applied-tag{width:520px;margin-top:24px;text-align:center;color:#757575;font-size:13px}.h-tag-checkbox-shimmer{margin-top:16px}.h-tag-checkbox-label{display:flex;align-items:center}.h-tag-checkbox-label .h-checkbox-label-icon{margin-left:4px;color:var(--theme-primary, #0071C7);transform:rotateY(180deg);font-size:9px}[data-theme=theme1] .h-tag-checkbox-label .h-checkbox-label-icon{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .h-tag-checkbox-label .h-checkbox-label-icon{color:#cf3900}[data-theme=theme3] .h-tag-checkbox-label .h-checkbox-label-icon{color:#077fa6}[data-theme=theme4] .h-tag-checkbox-label .h-checkbox-label-icon{color:#b35c00}[data-theme=theme5] .h-tag-checkbox-label .h-checkbox-label-icon{color:#3e8628}[data-theme=theme6] .h-tag-checkbox-label .h-checkbox-label-icon{color:#eb0f0f}[data-theme=theme7] .h-tag-checkbox-label .h-checkbox-label-icon{color:#278265}[data-theme=theme8] .h-tag-checkbox-label .h-checkbox-label-icon{color:#7760e6}.h-tag-name{overflow:hidden;text-overflow:ellipsis;white-space:pre;max-width:500px;padding-top:3px}.h-existed-tag-checked{background-color:#e9e8e7}.h-metadata-link{color:#0071c7;cursor:pointer;text-decoration:none}.h-metadata-link:hover{color:#0065b3 !important;text-decoration:underline;background-color:rgba(0,0,0,0) !important}.h-metadata-link:active{color:#005697 !important;text-decoration:underline}.h-metadata-link:active:hover{color:#0065b3 !important;text-decoration:underline}.h-metadata-link:visited{color:#0071c7 !important}.h-metadata-link:focus{color:#005faa !important}.h-managed-tags{display:flex;align-items:center}.h-managed-tags i{margin-right:8px}.h-button-label{font-size:14px;font-weight:400}.h-create-tag-label{white-space:pre}.m-tags-panel .ms-Panel-main{margin-top:50px}.h-mobile-tags-panel .uniform-panel-scrollableContent{height:90%}.h-mobile-tags-panel .uniform-panel-scrollableContent .uniform-panel-content{padding-left:16px;height:calc(100% - 60px)}.h-mobile-tags-panel .h-mobile-edit-tags{height:90%;width:100%}.h-mobile-tags-panel .h-mobile-edit-tags .h-native-tag-checkboxes{height:calc(100% - 80px)}.h-mobile-tags-panel .h-mobile-edit-tags .h-type-tag-label{font-size:13px;font-weight:600;color:#27313c;padding:16px 0px 8px}.h-mobile-tags-panel .h-mobile-edit-tags .h-tags-footer-wrap{display:flex;justify-content:center}.h-mobile-tags-panel .h-mobile-edit-tags .h-edit-tags-footer{position:fixed;bottom:20px;display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center}.h-mobile-tags-panel .h-mobile-edit-tags .h-edit-tags-footer .h-action-button{width:90%;margin-bottom:10px}.h-mobile-tags-panel .h-mobile-edit-tags .h-no-applied-tag{width:90%}.h-hidden-tags-popup{display:none}
.mh-active-panel,.mh-initial-panel{animation-name:none;animation-duration:0s;animation-timing-function:ease-in;animation-fill-mode:none;margin-top:51px}.mh-active-panel .mh-channel-header,.mh-initial-panel .mh-channel-header{justify-content:flex-start}.mh-active-panel .mh-panel-content,.mh-initial-panel .mh-panel-content{height:100%;background-color:#fff}.mh-active-panel .mh-panel-header,.mh-initial-panel .mh-panel-header{display:flex;align-items:flex-start;justify-content:space-between}.mh-active-panel .mh-panel-header .mh-header-title,.mh-initial-panel .mh-panel-header .mh-header-title{color:#5d6778;font-size:16px;font-weight:bold;word-break:break-word}.mh-active-panel .mh-panel-header i,.mh-initial-panel .mh-panel-header i{font-size:18px;color:#27313c}.mh-initial-panel .g-mobile-panel-root{width:100%;height:0%;transition:all .2s ease-out;background-color:#fff;bottom:0px;position:absolute;z-index:1}.mh-active-panel .g-mobile-panel-root{width:100%;height:100%;transition:all .2s ease-out;background-color:#fff;position:absolute;bottom:0px;z-index:999999}.mh-active-panel .mh-panel-shade{background-color:rgba(65,83,100,.1607843137);pointer-events:auto}
.h-nodata-wrap{display:flex;flex-direction:column;align-items:center}.h-nodata-wrap .h-nodata-img{width:220px;margin-top:17%}.h-nodata-wrap .h-nodata-title{font-weight:700;font-size:18px;margin-top:32px;margin-bottom:8px}.h-nodata-wrap .h-nodata-description{color:#333;font-size:14px;margin:32px}
.h-apply-multiple-tags .ms-Callout-main{padding:24px}.h-apply-multiple-tags .h-edit-tags-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.h-apply-multiple-tags .h-edit-tags-header .h-close-button{color:#27313c}.h-apply-multiple-tags .h-edit-tags-footer{text-align:center;display:flex;flex-direction:column;border-top:3px solid #e2dada;padding-top:20px}.h-apply-multiple-tags .h-edit-tags-footer .h-action-button{margin-bottom:8px;width:300px}.h-apply-multiple-tags .h-tags-value{width:300px}.h-apply-multiple-tags .h-no-applied-tag{width:286px !important;color:#999}.h-apply-multiple-tags .h-tag-name{max-width:246px !important}.h-apply-multiple-tags .h-native-tag-checkboxes{height:240px;max-width:300px;margin-top:8px}.h-apply-multiple-tags .h-native-tag-checkbox{margin-bottom:8px;max-width:300px;color:#27313c}
.h-popup .ms-Overlay{background-color:#27313c;opacity:.16}.h-popup .ms-Dialog-main{width:464px;min-height:200px;max-width:464px}.h-popup .ms-Dialog-header .ms-Dialog-title{padding:24px 32px;font-size:24px;min-height:24px;line-height:24px;color:#333;box-sizing:content-box}.h-popup .ms-Dialog-header .ms-Dialog-button--close{margin-right:8px}.h-popup .ms-Dialog-inner{padding:0 32px 24px}.h-popup .ms-Dialog-inner .h-popup-description{overflow-wrap:break-word;min-height:48px}.h-popup .ms-Dialog-inner .ms-Dialog-actions{margin-top:24px}.h-popup .ms-Dialog-inner .ms-Dialog-actions .ms-Dialog-actionsRight{margin-right:0}.h-popup .ms-Dialog-inner .ms-Dialog-actions .ms-Dialog-actionsRight .ms-Dialog-action{display:inline-block;margin:0}.h-popup .ms-Dialog-inner .ms-Dialog-actions .ms-Dialog-actionsRight .ms-Button{border-width:1px}.h-popup-sendemail .h-popup-sendemail-textfield .ms-TextField-fieldGroup::after{border-width:0 !important}.h-popup-warnicon{position:absolute;top:0;left:0;color:#f7a108;font-size:20px}.h-popup-warn .h-popup-description{overflow-wrap:break-word;margin-left:32px}.h-popup-warn .h-popup-description-noicon{overflow-wrap:break-word;min-height:48px}.h-popup-warn .h-startrequest-viewall{color:#0071c7;cursor:pointer;text-decoration:none;cursor:pointer}.h-popup-warn .h-startrequest-viewall:hover{color:#0065b3 !important;text-decoration:underline;background-color:rgba(0,0,0,0) !important}.h-popup-warn .h-startrequest-viewall:active{color:#005697 !important;text-decoration:underline}.h-popup-warn .h-startrequest-viewall:active:hover{color:#0065b3 !important;text-decoration:underline}.h-popup-warn .h-startrequest-viewall:visited{color:#0071c7 !important}.h-popup-warn .h-startrequest-viewall:focus{color:#005faa !important}.h-popup-warn .mh-startrequest-viewall{color:#0071c7;cursor:pointer;text-decoration:none;cursor:pointer;outline:none}.h-popup-warn .mh-startrequest-viewall:hover{color:#0065b3 !important;text-decoration:underline;background-color:rgba(0,0,0,0) !important}.h-popup-warn .mh-startrequest-viewall:active{color:#005697 !important;text-decoration:underline}.h-popup-warn .mh-startrequest-viewall:active:hover{color:#0065b3 !important;text-decoration:underline}.h-popup-warn .mh-startrequest-viewall:visited{color:#0071c7 !important}.h-popup-warn .mh-startrequest-viewall:focus{color:#005faa !important}.mh-popup .ms-Dialog-main{width:85%;max-width:327px;min-width:200px}.mh-popup .ms-Dialog-main .ms-Dialog-header .ms-Dialog-title{font-size:20px;font-weight:600;color:#27313c;padding:20px 0px;border-bottom:1px solid #f7f7f7;margin:0px 24px 20px}.mh-popup .ms-Dialog-main .ms-Dialog-inner{padding:0 24px 24px}.mh-popup .ms-Dialog-main .ms-Dialog-inner .h-popup-description{font-size:13px;color:#27313c}.mh-popup .ms-Dialog-main .ms-Dialog-actionsRight{margin-right:8px !important}.mh-popup .ms-Dialog-main .ms-Dialog-actionsRight .ms-Dialog-action{width:100%}.mh-popup .ms-Dialog-main .h-request-buttongroup{display:flex;align-items:center}.mh-popup .ms-Dialog-main .h-request-buttongroup .h-buttongroup-button{margin-left:8px}.mh-popup .ms-Dialog-main .h-request-buttongroup .h-buttongroup-button:first-child{margin-left:0}.mh-popup .ms-Dialog-main .h-request-buttongroup .ms-Button{flex:1;max-width:50%;min-width:50%;display:flex;justify-content:center}.mh-popup-warn .ms-Dialog-action .h-request-buttongroup{justify-content:flex-end}.mh-popup-warn .ms-Dialog-main .ms-Dialog-inner .ms-Dialog-actions{line-height:normal}.h-hidehubpopup-iconname{color:#0071c7 !important}
.h-newhub-dialog .ms-Dialog-header{height:16px}.h-newhub-dialog .h-newhub-popup-title{font-size:18px;font-weight:500;color:#27313c;position:absolute;top:-24px;left:0}.h-newhub-dialog .h-newhub-popup-description{margin-top:24px;margin-bottom:30px}.h-newhub-dialog .h-newhub-popup-description .h-hubcreation-panel-nameCheck{display:flex;position:relative}.h-newhub-dialog .h-newhub-popup-description .h-hubcreation-panel-nameCheck .h-hub-dialog-input{width:300px}.h-newhub-dialog .h-newhub-popup-description .h-hubcreation-panel-nameCheck .ms-TextField-wrapper{margin-top:10px}.h-newhub-dialog .h-newhub-popup-description .h-hubcreation-panel-nameCheck .h-hubcreation-panel-nameCheckIcon{margin-left:10px;margin-top:47px}.h-newhub-dialog .h-newhub-popup-description .h-newhub-popup-checkbox{margin-top:20px}.h-newhub-dialog .ms-Dialog-action{display:inline-block;margin:0}
.h-all-tags-callout .ms-Callout-beak{background-color:#fff}.h-all-tags-callout .h-all-tags-wrap{padding:10px;width:200px}.h-all-tags-callout .h-all-tags-wrap-hasscroll{padding:10px;height:250px;width:200px}.h-all-tags-callout .h-tag-item{padding:3px 5px 3px 5px;width:180px;cursor:default;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:pre}.h-all-tags-callout .h-tag-item:hover{background-color:#f7f7f7}
.g-req-changemetadata-grid .ms-DetailsList-headerWrapper{position:sticky;top:0;z-index:1;height:40px}.g-addmetadata-detaillist .ms-DetailsList-headerWrapper{position:sticky;top:0;height:40px}.g-addmetadata-detaillist .ms-DetailsList-contentWrapper{max-height:calc(100vh - 300px);min-height:20px}.g-hasBack-header{padding-left:22px}.view-metadata-panel-wrap{padding-right:10px}.g-req-row-icon-edit{font-size:15px;color:#0071c7;cursor:pointer;padding-right:10px}.g-space-panel-changemetadata{display:inline-block;font-size:14px;color:#5d6778;vertical-align:top;min-height:24px;line-height:24px;width:60%;overflow:hidden;word-break:break-word}.g-req-row-iconbutton-edit{font-size:15px !important;color:#09f !important;cursor:pointer !important;margin:0 !important;padding:0 !important;width:30px !important;height:20px !important}.g-req-row-iconbutton-delete{float:right !important;font-size:15px !important;color:red !important;cursor:pointer !important;margin:0 !important;padding:0 !important;width:20px !important;height:20px !important}.g-req-row-icon-delete{font-size:15px;color:red;cursor:pointer}.g-grid-list-noitem{color:#888;font-size:13px;text-align:center}.g-req-changemetadata{max-width:540px}.g-req-changemetadata-body{border-style:solid;border-width:5px;border-color:#eee}.g-req-changemetadata-label{font-size:16px !important;font-weight:600}.g-req-changemetadata-add{background-color:#eee !important;height:32px !important;width:auto;margin-left:10px;float:right;padding:0 15px !important}.g-req-changemetadata-head{max-width:540px;width:100%;padding:15px 0 5px;overflow:hidden}.g-row-cell{line-height:40px !important}.g-row-cell-action{text-align:center;line-height:20px !important;float:right}.g-req-changemetadatapanel-edit-footer{position:absolute;bottom:40px}.g-req-editmetadata-scrollbar{margin-right:32px;margin-top:16px}.m-space-linevalue{display:flex}.m-changemetadata-width{min-width:230px;width:calc(100% - 30px)}.addRequestMetadata-searchBoxContainer{display:flex;flex-direction:row-reverse}.addRequestMetadata-searchBoxContainer .addRequestMetadata-searchBox{width:234px;margin-right:15px}.v-addRequestMetadata-searchBoxContainer{width:280px;margin-bottom:24px}.v-g-addmetadata-detaillist{overflow-x:visible !important;overflow-y:visible}@media screen and (max-width: 768px){.m-g-addmetadata-icon{width:18px;height:18px;border:1px solid #ccc;border-radius:10px;position:absolute;top:8px;z-index:1;left:11px}.g-addmetadata-detaillist .ms-DetailsHeader-cellIsCheck{background:rgba(0,0,0,0);z-index:1}.m-g-editmetadatapanel .g-req-editmetadata-scrollbar{padding-right:16px}.m-g-editmetadatapanel .m-g-innerhtml{overflow:auto}.m-g-editmetadatapanel .m-g-innerhtml p{width:auto !important}.m-editmetadatapanel-root .ms-Panel-scrollableContent{margin-bottom:30px}.g-req-changemetadatapanel-edit-footer{bottom:-30px}}
/*Covered by AvePoint copyright and license agreement*/
.g-grant-permission-section {
    padding: 15px 0px;
    width: 540px;
}

.g-grant-permission-checked {
    padding-top: 8px;
}
.g-grant-permission-errormessage {
    /* margin-left: 32px; */
    color: rgb(164, 38, 44);
    /* display: contents; */
    font-size: 12px;
}

.g-grant-permission-title {
    display: flex;
}
.g-grant-permission-title .g-common-bubble-inner{
    margin-top: -10px;
}
.g-req-details-list .ms-DetailsList-headerWrapper{position:sticky;top:0;z-index:1;height:40px}.g-req-details-list .ms-DetailsList-headerWrapper .ms-DetailsHeader{height:40px;padding:0}.g-req-details-list .ms-DetailsList-headerWrapper .ms-DetailsHeader-cell{height:40px;padding:0}.g-req-details-list .ms-DetailsRow{height:40px}.g-req-details-noitem,.v-req-details-noitem{height:100%;margin:10px;line-height:20px;text-align:center}.v-req-details-noitem{color:var(--palette-gray6);font-size:.875rem;font-style:italic}.g-req-details-list-no-data .ms-DetailsList-contentWrapper{display:none}.g-req-common-details-list{max-width:540px;border-style:solid;border-width:5px;border-color:#eee;overflow:auto}.g-req-common-details-list:has(.v-detailList){border-width:0}.g-req-common-details-list-Vnext{max-width:540px;overflow:auto}.v-g-req-common-details-list .g-req-details-list-no-data{border-bottom:1px solid var(--palette-gray2)}.v-g-req-common-details-list .scrollbar-wrap .v-scrollbar-thumb-isHorizontal{display:none !important}.v-g-req-common-details-list .scrollbar-track{display:none}.v-req-dynamicrequest-permission .v-g-req-common-details-list{max-width:unset}.v-view-details-line-left{max-width:100% !important}
/*Covered by AvePoint copyright and license agreement*/
.g-req-dialogwrap .ms-Dialog-inner {
    padding: 0 20px 20px;
}

.g-req-dialogwrap .g-req-warn-defaultbutton {
    margin-top: 8px;
}

.g-req-dialogwrap .g-req-warn-primarybutton {
    margin-left: 8px;
    margin-top: 8px;
}

.g-req-dialogwrap .g-req-warn-message {
    margin-top: 15px;
    font-size: 12px;
    color: #333;
    word-wrap: break-word;
}

.g-req-dialogwrap .ms-Dialog-main {
    min-height: 125px;
}

.g-common-dialog-icon-warning {
    margin-top: -10px;
    font-size: 32px;
    color: rgb(247, 161, 0);
}

.g-common-dialog-message {
    margin: 10px 0 10px 0px;
}

.g-common-dialog-cancel {
    margin-right: 8px;
}

.g-common-dialog-warning {
    font-size: 22px;
    color: #333333;
}
.g-common-dialog-actions {
    text-align: right;
}

.h-popup .ms-Overlay{background-color:#27313c;opacity:.16}.h-popup .ms-Dialog-main{width:464px;min-height:200px;max-width:464px}.h-popup .ms-Dialog-header .ms-Dialog-title{padding:24px 32px;font-size:24px;min-height:24px;line-height:24px;color:#333;box-sizing:content-box}.h-popup .ms-Dialog-header .ms-Dialog-button--close{margin-right:8px}.h-popup .ms-Dialog-inner{padding:0 32px 24px}.h-popup .ms-Dialog-inner .ms-Dialog-content{text-align:center}.h-popup .ms-Dialog-inner .h-popup-description{overflow-wrap:break-word;min-height:48px}.h-popup .ms-Dialog-inner .ms-Dialog-actions{margin-top:24px}.h-popup .ms-Dialog-inner .ms-Dialog-actions .ms-Dialog-actionsRight{margin-right:0}.h-popup .ms-Dialog-inner .ms-Dialog-actions .ms-Dialog-actionsRight .ms-Dialog-action{display:inline-block;margin:0}.h-popup .ms-Dialog-inner .ms-Dialog-actions .ms-Dialog-actionsRight .ms-Button{border-width:1px}.h-popup-sendemail .h-popup-sendemail-textfield .ms-TextField-fieldGroup::after{border-width:0 !important}.h-popup-warnicon{position:absolute;top:0;left:0;color:#f7a108;font-size:20px}.h-popup-warn .h-popup-description{overflow-wrap:break-word;margin-left:32px}.h-popup-warn .h-popup-description-noicon{overflow-wrap:break-word;min-height:48px}.h-popup-warn .h-startrequest-viewall{color:#0071c7;cursor:pointer;text-decoration:none;cursor:pointer}.h-popup-warn .h-startrequest-viewall:hover{color:#0065b3 !important;text-decoration:underline;background-color:rgba(0,0,0,0) !important}.h-popup-warn .h-startrequest-viewall:active{color:#005697 !important;text-decoration:underline}.h-popup-warn .h-startrequest-viewall:active:hover{color:#0065b3 !important;text-decoration:underline}.h-popup-warn .h-startrequest-viewall:visited{color:#0071c7 !important}.h-popup-warn .h-startrequest-viewall:focus{color:#005faa !important}.h-popup-warn .mh-startrequest-viewall{color:#0071c7;cursor:pointer;text-decoration:none;cursor:pointer;outline:none}.h-popup-warn .mh-startrequest-viewall:hover{color:#0065b3 !important;text-decoration:underline;background-color:rgba(0,0,0,0) !important}.h-popup-warn .mh-startrequest-viewall:active{color:#005697 !important;text-decoration:underline}.h-popup-warn .mh-startrequest-viewall:active:hover{color:#0065b3 !important;text-decoration:underline}.h-popup-warn .mh-startrequest-viewall:visited{color:#0071c7 !important}.h-popup-warn .mh-startrequest-viewall:focus{color:#005faa !important}.mh-popup .ms-Dialog-main{width:85%;max-width:327px;min-width:200px}.mh-popup .ms-Dialog-main .ms-Dialog-header .ms-Dialog-title{font-size:20px;font-weight:600;color:#27313c;padding:20px 0px;border-bottom:1px solid #f7f7f7;margin:0px 24px 20px}.mh-popup .ms-Dialog-main .ms-Dialog-inner{padding:0 24px 24px}.mh-popup .ms-Dialog-main .ms-Dialog-inner .h-popup-description{font-size:13px;color:#27313c}.mh-popup .ms-Dialog-main .ms-Dialog-actionsRight{margin-right:8px !important}.mh-popup .ms-Dialog-main .ms-Dialog-actionsRight .ms-Dialog-action{width:100%}.mh-popup .ms-Dialog-main .h-request-buttongroup{display:flex;align-items:center}.mh-popup .ms-Dialog-main .h-request-buttongroup .h-buttongroup-button{margin-left:8px}.mh-popup .ms-Dialog-main .h-request-buttongroup .h-buttongroup-button:first-child{margin-left:0}.mh-popup .ms-Dialog-main .h-request-buttongroup .ms-Button{flex:1;max-width:50%;min-width:50%;display:flex;justify-content:center}.mh-popup-warn .ms-Dialog-action .h-request-buttongroup{justify-content:flex-end}.mh-popup-warn .ms-Dialog-main .ms-Dialog-inner .ms-Dialog-actions{line-height:normal}.mh-popup-warn .ms-Dialog-main .ms-Dialog-inner .ms-Dialog-content{text-align:center}.h-hidehubpopup-iconname{color:#0071c7 !important}
.request-dropdown-wrapper{position:relative}.request-dropdown-wrapper .g-dropDown-icon{position:absolute;right:-19px;top:36px}.request-dropdown-wrapper .g-dropDown-icon.v-dropDown-icon{margin-left:1rem;position:static}.request-dropdown-wrapper .g-dropDown-icon .validation-people-icon i{color:#59f100}.request-dropdown-wrapper .g-dropDown-icon .v-validation-people-icon i{color:var(--palette-successful)}.request-dropdown-wrapper .g-dropDown-icon .validation-people-icon-container .validation-error-people-icon .icon-alert{color:#f32828}.g-req-dropdown-loading{display:flex;flex-direction:row;margin-left:25px}
/*Covered by AvePoint copyright and license agreement*/
.g-request-summary-label{
    font-size: 14px;
    color: #333333;
}
.g-common-request-label{
    display: flex;
}

.dynamic-request-label-bold {
    font-weight: bold !important;
}

.g-common-request-label-inline{display:block;padding:5px 0}.g-common-request-label-inline .g-common-label-content{display:inline;line-height:20px;padding:0 !important}.g-common-request-label-inline .g-common-label-content.validation-people-label{padding:0 !important}.g-common-request-label-inline .g-common-bubbletitle{display:inline-block;height:23px;width:23px;box-sizing:content-box;transform:translateY(2.5px)}.g-common-request-label-inline .g-common-bubbletitle .g-common-bubble-inner{margin-top:0}.g-common-request-label-inline .g-common-bubbletitle .g-common-bubble-inner .g-common-bubble-iconbutton{margin-top:0}.v-common-request-label{margin-top:10px}.v-common-request-label.no-margin-request-label{margin-top:0}.v-common-request-label .g-common-bubble-inner{margin-top:0px !important}.v-common-request-label .ms-Label{padding:.25rem 0;line-height:1.25rem}
/*Covered by AvePoint copyright and license agreement*/
.g-req-row-cell {
    line-height: 40px;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.g-req-row-cell-bold {
    font-weight: 600 !important;
}

.g-req-rule-textfield {
    max-width: 519px;
}

/* .g-req-rule-textfield .ms-BasePicker-input:disabled {
    background-color: #ffffff;
} */

.g-req-row-icon-edit {
    font-size: 15px;
    color: #0071C7;
    cursor: pointer;
    padding-right: 10px;
}

.g-req-row-icon-delete {
    font-size: 15px;
    color: red;
    cursor: pointer;
}

.g-req-permissions-list {
    width: 650px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    height: 400px;
}

.g-req-permissions-list-actionButton {
    display: inline-block;
    position: relative;
    left: 310px;
    bottom: 20px;
}

.g-req-group-category-shimmer .ms-Shimmer-shimmerWrapper {
    height: 30px !important;
}

.g-req-createteam-checkbox {
    margin-top: 8px;
}

.g-req-createteam-label {
    margin-left: 20px;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 600;
}

.g-req-createteam-textfield {
    display: inline-block;
    width: 300px;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

.g-req-createteam-block {
    /* background-color: rgb(229, 229, 229); */
    padding-bottom: 5px;
    width: 95%;
    margin-left: 25px;
}

.g-req-createteam-choicegroup {
    margin-bottom: 10px;
}

.g-req-createteam-policy {
    max-width: 500px;
}

.g-req-createteam-buttons {
    display: inline-flex;
    float: right;
    margin-top: 2em;
    margin-bottom: 5em;
    margin-right: 2em;
}

.g-req-createteam-button {
    margin-left: 10px;
}

.g-req-createteam-dropdown {
    width: 500px;
}

.g-req-createteam-leasedate {
    display: flex;
    flex-direction: column;
}

.g-req-createteam-teamleasedate {
    display: flex;
}

.g-req-createteam-datedropdown {
    display: inline-flex;
    width: 100px;
}

.g-req-createteam-datetextfield {
    display: inline-flex;
    margin-left: 20px;
    width: 75px;
}

.g-req-createteam-label {
    margin-left: 25px;
    margin-top: 10px;
    font-weight: 600;
}

.g-req-createteam-textfield {
    width: 450px;
    margin-left: 15px;
    margin-right: 15px;
}

.g-req-dynamicrule-list {
    width: 519px;
    border-style: solid;
    border-width: 10px;
    border-color: #eee;
    margin-top: 40px;
    margin-left: 25px;
}

.g-req-dynamicrule-list-noitem {
    color: #888;
    font-size: 13px;
    text-align: center;
}

.g-req-group-servicerestrict-dynamicrule-container .v-detailList .ms-DetailsList-headerWrapper .ms-DetailsHeader .ms-DetailsHeader-cell {
    padding-left: 24px;
}

.g-req-teamname {
    margin-left: 35px;
    width: 475px;
}

.g-req-dynamicrule-scrollbar {
    min-height: 200px;
}

.g-req-createrule-container {
    max-width: 519px;
}


.g-req-createrule-container .verifyPeoplePicker-wrap .verifyPeoplePicker-icon {
    top: 10px;
}

.g-req-createrule-container .verifyPeoplePicker-wrap {
    width: 100% !important;
}

.g-req-changerule-container {
    max-width: 475px;
    margin-left: 1px;
    margin-top: 10px;
    margin-bottom: 52px;
}

.g-req-createrule-teamscontainer {
    max-width: 519px;
    margin-top: 30px;
}

.m-g-req-createrule-teamscontainer {
    max-width: 519px;
    margin-top: -5px;
}

.g-req-changerule-teamscontainer {
    max-width: 475px;
    margin-left: 1px;
    margin-top: 30px;
}

.m-g-req-changerule-teamscontainer {
    max-width: 475px;
    margin-left: 1px;
    margin-top: -5px;
}

.g-req-rule-dropdown {
    max-width: 514px;
}

.g-req-group-actionbutton {
    height: 30px !important;
    background-color: #eee !important;
    padding-right: 8px !important;
    margin-bottom: 10px;
    margin-right: 10px;
}

.g-req-group-cleartable {
    height: 30px !important;
    background-color: #eee !important;
    padding-right: 8px !important;
    margin-bottom: 10px;
    float: right;
}

.g-group-clear-settings {
    background-color: #FFFEFE !important;
    color: #0071C7 !important;
    margin-left: 15px !important;
    border: 0 !important;
}

.g-groupmembers-button-container {
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 25px;
    display: flex;
}

.g-req-rulecontainer-error {
    font-size: 12px;
    font-weight: 400;
    color: rgb(164, 38, 44);
    margin-top: 5px !important;
}

.g-req-grouporteamrule-center {
    text-align: center;
}

.g-req-creategroupteam-panel {
    margin-top: 50px;
}

.vnext-g-req-creategroupteam-panel {
    margin-top: 0px;
}

.g-req-creategroupteam-panel .ms-Panel-content {
    padding: 9px 40px 10px 40px;
}

.g-req-creategroupteam-panel .g-req-createrule-container {
    margin-left: 0;
    margin-bottom: 52px
}

.v-req-rule-container {
    margin-bottom: 0px !important;
}

.v-req-rule-container .g-common-request-label:first-child {
    padding-top: 0;
}

.v-req-creategroupteam-panel .ms-Modal-scrollableContent .ms-Dialog-content {
    padding-top: 0;
    padding-bottom: 0;
}
.v-req-rule-container .g-common-request-label .ms-Label.g-common-require-name.v-label {
    padding-top: 0;
}

.v-req-separator {
    padding-top: 16px;
    padding-bottom: 16px;
}
.g-req-changerule-container .verifyPeoplePicker-wrap .verifyPeoplePicker-icon {
    top: 7px;
}

.g-req-createteam-dynamicrule-buttongroup {
    align-items: end;
    display: flex;
    padding: 0 10px;
    place-content: flex-end;
}

.g-req-changesitecontact-footer {
    display: flex;
    column-gap: 10px;
    align-items: end;
    justify-content: end;
    max-width: 519px;
    position: relative;
}
.vnext-g-req-creategroupteam-panel .v-dialog-main .ms-Modal-scrollableContent {
    max-height: calc(100vh - 32px) !important;
}
.internationalization-wrapper .internationalization-label{display:inline;padding:0}.internationalization-wrapper .internationalization-input{color:var(--theme-primary, #0071C7);display:inline-flex}[data-theme=theme1] .internationalization-wrapper .internationalization-input{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .internationalization-wrapper .internationalization-input{color:#cf3900}[data-theme=theme3] .internationalization-wrapper .internationalization-input{color:#077fa6}[data-theme=theme4] .internationalization-wrapper .internationalization-input{color:#b35c00}[data-theme=theme5] .internationalization-wrapper .internationalization-input{color:#3e8628}[data-theme=theme6] .internationalization-wrapper .internationalization-input{color:#eb0f0f}[data-theme=theme7] .internationalization-wrapper .internationalization-input{color:#278265}[data-theme=theme8] .internationalization-wrapper .internationalization-input{color:#7760e6}.internationalization-wrapper .internationalization-input .ms-TextField-errorMessage{position:absolute;left:0px;top:25px}
.h-panel-mobile .ms-Panel-main{margin-top:120px}
/*Covered by AvePoint copyright and license agreement*/
.g-req-permissionspanel-permissionlevels button {
    padding-top: 10px;
}

.g-req-permissionspanel-permissionlevels label {
    padding-top: 5px;
}

.g-req-permissionspanel-permissionlevels {
    width: 80%;
    padding-top: 10px;
}
.g-req-permissionspanel-permissionlevels .g-uniform-checkbox .ms-Checkbox-text {
    word-break: break-word;
}

.g-req-viewpermissionspanel-actionbar {
    margin-left: -16px;
}

.g-req-permissionspanel-permissionlevels-items {
    min-height: 200px;
}

.g-req-permissionspanel-name {
    padding-bottom: 10px;
}

.g-req-permissionspanel-name label {
    padding-bottom: 5px;
}

.g-req-permissionspanel-description {
    padding-bottom: 10px;
}

.g-req-group-permissionspanel-errormessage {
    font-size: 12px;
    color: rgb(164, 38, 44);
}

.g-req-permissionspanel-description label {
    padding-bottom: 5px;
}

.g-req-permissionspanel-peoplepicker {
    max-width: 600px;
    min-width: 200px;
}

.g-req-permissionspanel-groupowner {
    padding-bottom: 10px;
}

.g-req-permissionspanel {
    margin-top: 50px;
}

.g-req-permissionspanel-root .ms-Panel-content {
    padding-bottom: 0;
}

.g-req-viewpermissionspanel-detail {
    width: 80%;
}

.g-req-viewpermissionspanel-row {
    padding-top: 20px;
}

.g-req-viewpermissionspanel-row-title {
    display: inline-block !important;
    font-size: 14px;
    color: #333;
    width: 40%;
    word-wrap: break-word;
}

.g-req-permissionspanel-body {
    margin-top: 30px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.g-req-permissionspanel-button {
    position: absolute;
    bottom: 20px;
}

.g-req-viewpermissionspanel-row-content {
    display: inline-block !important;
    font-size: 14px;
    color: #5D6778;
    width: 60%;
    vertical-align: top;
}

.g-req-permissionspanel-office365user {
    padding-left: 23px;
    padding-top: 10px;
}

.g-req-permissionspanel-sharepointgroup {
    padding-left: 23px;
    padding-top: 10px;
}

.g-req-permissionspanel-dropdown {
    display: inline-block !important;
}

.g-req-permissionspanel-dropdown::after {
    position: absolute;
    left: 14px;
    margin-top: -32px;
}

.g-req-permissionspanel-user {
    display: inline-block !important;
}

.g-req-permissionspanel-user::after {
    position: absolute;
    left: 20px !important;
    margin-top: -22px;
}

.g-req-permission-office365-user::before {
    content: " *";
    color: rgb(164, 38, 44);
    left: 14px;
    top: 23px;
    position: absolute;
}

.g-req-permission-sharepoint-group {
    width: 350px;
}

.g-req-permission-sharepoint-group::before {
    content: " *";
    color: rgb(164, 38, 44);
    left: 14px;
    top: 23px;
    position: absolute;
}

.g-req-permissionspanel-sharepointgroup-dropdown {
    width: 350px;
    height: 32px;
}

.g-req-permissionspanel-content-container {
    max-height: 68vh;
}

.m-req-viewpermissionspanel-actionbar {
    width: calc(100% + 32px);
    margin-left: -16px;
}

.m-req-viewpermissionspanel-actionbar .ms-CommandBar {
    padding-left: 14px;
}
/*Covered by AvePoint copyright and license agreement*/
.g-req-row-cell {
    line-height: 20px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.g-req-row-icon-edit {
    font-size: 15px;
    color: #0071C7;
    cursor: pointer;
    padding-right: 10px;
}

.g-req-row-icon-delete {
    font-size: 15px;
    color: red;
    cursor: pointer;
}

.g-req-permission-list-noitem {
    color: #888;
    font-size: 13px;
    text-align: center;
}

.g-req-permissions-list-header {
    width: 100%;
}

.g-req-permissions-list-header-action {
    text-align: right;
    margin-bottom: 5px;
}

.g-req-permissions-list-header-title {
    display: flex;
}
.g-req-permissions-list-header-title .g-common-bubble-inner{
    margin-top: 5px;
}
.g-req-permissions-list-header-button {
    height: 32px !important;
    background-color: #eee !important;
    padding-left: 11px !important;
    padding-right: 15px !important;
}

.g-req-permissions-list-body {
    width: 100%;
    border-style: solid;
    border-width: 5px;
    border-color: #eee;
}
/*Covered by AvePoint copyright and license agreement*/
.g-renewal-permission {
    position: relative;
    /* top: 182px;
    bottom: 100px;
    left: 300px;
    right: 30px; */
    z-index: 2;
    height: calc(100vh - 370px);
}

.g-renewal-permission-lower {
    position: relative;
    /* top: 260px;
    bottom: 100px;
    left: 300px;
    right: 30px; */
    z-index: 2;
    height: calc(100vh - 370px);
}

.g-permission-tooltip {
    margin-left: 5px;
}

.g-permission-access-icon {
    margin-right: 10px;
}

.g-permission-chevron {
    position: absolute;
    right: 30px;
}

.g-permission-only-group {
    padding: 20px 15px 0;
    background: #F5F5F5;
    font-size: 13px;
    font-weight: 600;
    max-width: 1370px;
}

.g-permission-loading {
    margin-left: 10px;
    color: rgb(0, 120, 212);
    cursor: pointer;
}

.g-permission-cursor {
    cursor: pointer;
}

.g-permission-load-error {
    margin-left: 10px;
    color: rgb(255, 94, 94);
}

.g-permission-spinner {
    margin-top: 2px;
    margin-right: 5px;
    display: inline-block !important;
}

.g-permission-member {
    margin-left: 10px;
    color: #0071c7;
    cursor: pointer;
    display: inline;
}

.g-permission-member-disable {
    margin-left: 10px;
    color: #5D6778;
    display: inline;
}

.g-permission-item {
    padding: 20px 0;
    background: #F5F5F5;
}


.g-permission-details {
    width: 100%;
    padding: 0 15px 5px;
}

.g-permission-all {
    display: flex;
    justify-content: space-between;
    height: 80px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #eee;
}

.g-permission-left {
    display: flex;
    width: 80%;
}

.g-permission-detail-title {
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g-permission-url {
    margin-bottom: 5px;
    cursor: pointer;
    text-decoration: none;
}

.g-permission-level {
    font-size: 12px;
    color: #5D6778;
    margin-top: 5px;
}

.g-permission-levelcontent {
    line-height: 68px;
}

.g-permission-bubble {
    position: absolute;
    left: 110px;
    top: -3px;
}

.g-permission-edit {
    margin-left: 30px;
    width: 40%;
}

.g-permission-name {
    display: flex;
    flex-direction: column;
    padding: 5px 0 5px 15px;
    width: 40%;
}

.g-permission-name .ms-TooltipHost {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g-permission-remove {
    margin-left: 30px;
}

.g-permission-remove-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-left: 1px solid #eee;
    text-align: center;
    margin-top: 0 !important;
}

.g-permission-remove-icon i {
    font-size: 20px;
    cursor: pointer;
    color: rgb(255, 94, 94);
}

.g-permission-save {
    position: absolute;
    font-size: 14px;
    margin-left: 120px;
    margin-top: 5px;
}

.g-permission-saved-warning {
    color: #70B93A;
}

.g-permission-saved {
    margin-left: 8px;
    color: #70B93A;
}

.g-permission-scadmin-bubble {
    margin-top: -30px;
    margin-left: 430px;
}

.g-permission-unsave {
    position: absolute;
    font-size: 14px;
    right: 5px;
    top: 5px;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g-permission-unsaved-warning {
    color: #FF9607;
}

.g-permission-unsaved {
    margin-left: 8px;
    color: #FF5454;
}

.g-permission-saving {
    margin-left: 8px;
    color: #eeeeee;
}

.g-renewal-member {
    margin-top: 50px;
}

.g-renewal-member-title {
    color: #333333;
    font-size: 28px;
    font-weight: 300;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    top: 20px;
    left: 30px;
}

.g-renewal-member-title-tooltip {
    margin-left: 5px;
}

.g-renewal-member-bar {
    margin-top: 30px;
    margin-left: -120px;
}

.g-renewal-member-bar-margin-120 {
    margin-left: -120px;
}

.g-renewal-member-bar-margin-40 {
    margin-left: -40px;
}

.g-renewal-member-list {
    position: absolute;
    top: 140px;
    bottom: 0;
    left: 40px;
    right: 40px;
    z-index: 2;
}

.g-renewal-member-list .ms-DetailsRow-fields {
    line-height: 35px;
}

.g-renewal-member-list .ms-DetailsRow-cellCheck {
    display: flex;
    align-items: center;
}

.g-renewal-member-list .ms-Viewport .ms-DetailsList .ms-FocusZone {
    border-bottom-width: 0;
}

.g-renewal-member-access-icon {
    margin-right: 10px;
}

.g-filter-panel-title {
    font-size: 21px;
    margin-bottom: 15px;
}

.g-filter-panel {
    margin-top: 50px;
}

.g-filter-panel-top {
    margin-top: 0;
}

.g-renewal-manage-title {
    font-size: 21px;
    color: #333333;
    position: absolute;
    top: 50px;
}

.g-renewal-manage-save {
    margin-right: 8px !important;
}

.g-renewal-manage-current-group {
    width: 290px;
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #f5f5f5;
}

.g-renewal-manage-hr {
    width: 100%;
    height: 1px;
    border: 0;
    margin: 15px 0;
    background-color: #f5f5f5;
}

.g-renewal-manage-section {
    margin: 10px 0;
    font-weight: 500;
}

.g-renewal-manage-user {
    margin-top: 5px;
    color: #5D6778;
    font-size: 12px;
    min-height: 60px;
    width: 290px;
}

.g-renewal-manage-choice {
    width: 270px;
}

.g-renewal-manage-drop {
    padding-left: 25px;
    width: 290px;
}

.g-renewal-manage-drop-down {
    margin-top: 10px !important;
}

.g-renewal-manage-footer {
    position: absolute;
    bottom: 20px;
}

.g-renewal-manage-warning {
    margin-top: 10px !important;
    margin-left: 27px !important;
    color: #de4343;
    font-size: 12px;
}

.g-renewal-manage-icon {
    font-size: 16px;
    margin-top: 6px;
    margin-right: 6px;
    float: left;
    display: block;
    color: #ff9607;
}

.g-permission-dialog .g-component-actionbar button {
    background-color: #FFFFFF;
}


.g-permission-dialog .ms-Dialog-actionsRight {
    text-align: right;
}

.g-permission-confirm {
    margin-right: 8px;
}

.g-permission-operate {
    position: relative;
    /* top: 130px;
    left: 30px;
    right: 30px; */
}

.g-permission-operate-show-message {
    position: relative;
    /* top: 190px;
    left: 30px;
    right: 30px; */
}

.g-renewal-permission-bar .ms-CommandBar-primaryCommand .ms-CommandBarItem-link:hover {
    cursor: text !important;
    background-color: transparent !important;
}

.g-permission-mobilePermissionCard {
    display: none;
}

.g-member-list .ms-DetailsList-contentWrapper {
    line-height: 32px;
}

.g-member-list .ms-DetailsRow-cellCheck>div {
    margin-top: 5px;
}

.g-permission-alert-message {
    margin: 10px 0px 10px 10px;
}

.g-permission-alert {
    padding: 0px 20px;
}

.-permission-alert-message .ms-MessageBar-innerText {
    font-size: 14px;
    font-weight: 400;
}

@media screen and (min-width: 768px) {

    .m-g-renewlpanel-menuprops {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .m-cg-permission-dropDown {
        max-width: 120px;
    }

    .g-renewal-member .ms-Panel-content {
        padding-left: 0px !important;
    }

    .g-renewal-member-list {
        left: 0px;
        right: 0px;
        top: 80px;
        position: inherit !important;
    }

    .g-renewal-member-title {
        position: inherit;
        white-space: inherit;
        width: auto;
        font-size: 20px;
        margin: 10px;
    }

    .m-g-renewlpanel-menuprops {
        display: inline-block;
    }

    .m-g-renewlpanel-accessTypewrap {
        display: flex;
    }

    .m-g-renewlpanel-accessType {
        width: 50%;
    }

    .m-g-renewlpanel-menuprops {
        width: 50%;
    }

    .m-g-renewlpanel-menuprops>button {
        background: transparent;
    }

    .g-renewal-member-list .ms-Viewport .ms-DetailsList .ms-FocusZone {
        border-bottom-width: 1px;
    }

    .g-permission-uniformDetailsList {
        display: none!important;
    }

    .m-g-permission-title {
        margin-top: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .g-permission-mobilePermissionCard {
        display: block;
    }

    .m-req-permission-card {
        padding-top: 15px;
        border: 1px solid #efefef;
        box-shadow: 2px 2px 0 #efefef;
        margin-top: 10px;
        overflow: hidden;
        color: rgb(51, 51, 51);
    }

    .g-permission-only-group {
        padding: 0;
        background: #fff;
    }

    .m-g-permission-name {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0 20px;
    }

    .m-g-permission-detail-title {
        font-size: 18px;
    }

    .m-g-permission-remove-icon i {
        font-size: 16px;
        color: rgb(255, 94, 94);
    }

    .m-g-permission-remove-icon i {
        display: flex;
        align-items: center;
    }

    .m-g-permission-url {
        display: flex;
        padding: 0 20px;
        margin: 10px 0;
    }

    .m-g-permission-url .g-permission-url {
        margin-right: 10px;
    }

    .m-g-permission-dropDown {
        border-top: 1px solid #efefef;
        display: flex;
        height: 50px;
        align-items: center;
        padding-left: 20px;
        position: relative;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .m-g-permission-save {
        font-size: 14px;
        display: flex;
        align-items: center;
    }

    .g-permission-url i {
        font-size: 20px;
        margin-top: -3px;
    }

    .m-g-permission-dropDown .ms-Dropdown-title {
        border: none;
    }

    .m-g-permission-promptBubble {
        display: flex;
        align-items: baseline;
    }

    .m-g-permission-card {
        padding: 0 30px;
    }

    .m-g-permission-title .m-g-permission-title-active::after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        pointer-events: none;
        border-left: 3px solid rgb(0, 120, 212);
    }

    .m-g-permission-title .m-g-permission-title-button,
    .m-g-permission-title .m-g-permission-title-active {
        text-align: center;
        line-height: 40px;
        height: 40px;
        font-size: 16px;
        background-color: #fff;
    }

    .m-g-permission-title .m-g-permission-title-button:hover,
    .m-g-permission-title .m-g-permission-title-active:hover {
        background-color: #fff;
    }

    .m-g-permission-title .ms-Button-icon {
        color: rgb(51, 51, 51);
    }

    .g-permission-mobilePermissionCard .g-common-shimmer-terms {
        margin: 0px 15px;
    }
    .m-permissionCard-wrap{
        overflow: auto;
        margin-bottom: 100px;
    }
    .m-permissionCard-renew-wrap {
        overflow: auto;
    }
    .m-permissionCard-changepermission-wrap {
        overflow: auto;
        height: calc(100vh - 250px);
    }
    .g-permission-operate {
        position: inherit;
        top: 90px;
        left: 5px;
    }

    .g-permission-dialog {
        margin-left: 0;
        margin-top: 0;
    }

    .m-g-peopleBlock-button {
        height: 30px;
        display: flex;
        align-items: center;
        background: #eee;
        font-size: 14px;
        color: rgb(51, 51, 51);
        font-weight: normal;
        padding-left: 5px;
    }

    .m-g-peopleBlock-button i {
        font-size: 16px;
        margin-right: 10px;
        color: rgb(16, 110, 190);
    }

    .m-g-permission-accesstype {
        margin-left: 40px;
        font-size: 12px;
        margin-top: 6px;
    }

    .m-g-permission-accesstype-icon {
        font-size: 10px;
        margin-right: 10px;
    }

    .m-g-permission-accesstype-iconinternal {
        color: #96D054
    }

    .m-g-permission-accesstype-iconnotinternal {
        color: #DE4343
    }

    .m-permission-details-list {
        font-weight: 300;
        color: #888888;
        margin: 18px 30px;
        text-align: center;
    }
}
.m-renewal-member-root{margin:0;padding-left:0;padding-right:0}.m-renewal-member-root .g-mobile-panel-header{padding-left:16px;padding-right:16px}.m-renewal-member-root .g-renewal-member-bar{margin:0}.m-renewal-member-root .g-renewal-member-bar .ms-CommandBar{padding:0}.m-renewal-member-root .m-renewal-member-list-container{flex:1}.m-renewal-member-root .m-renewal-member-list-container .g-renewal-member-list .ms-DetailsHeader-cell .ms-DetailsHeader-cellName{white-space:normal;word-break:break-word;line-height:14px;vertical-align:middle;display:flex;justify-content:center;align-items:center}.g-renewal-member-change-group-root .ms-Panel-scrollableContent{flex:1}.g-renewal-member-change-group-root .ms-Panel-scrollableContent .ms-Panel-content{height:100%}.g-mobile-panel-root.m-renewal-member-filter-panel-root{margin:0}.g-mobile-panel-root.m-renewal-member-filter-panel-root .g-renewal-manage-current-group{margin:0}.g-mobile-panel-root.m-renewal-member-filter-panel-root .g-renewal-manage-footer{position:initial}.m-cg-permission-dropDown-wrap{display:flex;max-width:170px}.m-cg-permission-dropDown-wrap .g-permission-scadmin-bubble{margin:0}.g-filter-panel-viewmember-footer{margin-left:38px;position:absolute;bottom:10px}.g-filter-panel-viewmember-footer .g-filter-panel-apply{margin-right:8px}.g-permission-url{color:#0071c7;cursor:pointer;text-decoration:none}.g-permission-url:hover{color:#0065b3 !important;text-decoration:underline;background-color:rgba(0,0,0,0) !important}.g-permission-url:active{color:#005697 !important;text-decoration:underline}.g-permission-url:active:hover{color:#0065b3 !important;text-decoration:underline}.g-permission-url:visited{color:#0071c7 !important}.g-permission-url:focus{color:#005faa !important}
/*Covered by AvePoint copyright and license agreement*/
.g-req-container-button {
    max-width: 540px;
    height: 100%;
    margin: 50px 30px 20px 30px;
    padding-bottom: 40px;
}

.g-req-button-area {
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.g-req-button-area .g-req-button-default {
    margin-right: 10px;
}

.g-req-button-area > .g-uniform-primary-button {
    min-width: 85px;
}
/*Covered by AvePoint copyright and license agreement*/
.g-req-common-label {
    padding-top: 15px !important;
    padding-bottom: 5px !important;
}

.g-req-common-hubsitechoice .ms-ChoiceField-wrapper {
    width: 100%;
}

.g-req-common-hubsitechoice .ms-ChoiceFieldGroup-flexContainer{
    margin-left: 23px;
}
.g-basicInfo-request-department{
    display: flex;
}
.g-common-request-label .g-common-bubble-inner{
    margin-top: 20px;
}
/*Covered by AvePoint copyright and license agreement*/
.g-req-tab_title_wrap {
    width: 100%;
}

.g-req-tab_title_wrap .g-req-tab_title {
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    padding-left: 7px;
    margin-left: -10px;
}

.g-req-tab_title_wrap .g-req-tab_title:hover {
    background-color: #fff;
}

.g-req-tab_title_wrap .g-req-tab_title_active {
    border-left: 2px solid rgb(0, 120, 212);
}

.g-req-tab_title_wrap .ms-Button-label {
    font-size: 16px;
}

.g-req-tab_title_wrap .g-req-tab_title_active .ms-Button-label {
    color: #333;
    font-weight: 700;
}

.g-req-tab_title_wrap .ms-Button-icon {
    color: rgb(51, 51, 51);
    margin-right: 6px;
}

.g-req-tab_item {
    display: none;
}

.g-req-tab_item_show {
    display: block;
}
.verifyPeoplePicker-wrap{position:relative;top:0}.verifyPeoplePicker-wrap .verifyPeoplePicker-label{display:inline-block}.verifyPeoplePicker-wrap .verifyPeoplePicker-label-required::after{content:" *";color:#a4262c;padding-right:12px}.verifyPeoplePicker-wrap .verifyPeoplePicker-icon{display:flex;top:50%;right:-4px;position:absolute;transform:translate(100%, -50%)}.verifyPeoplePicker-wrap .verifyPeoplePicker-icon .verifyPeoplePicker-spinner-container{display:flex;justify-content:center}.verifyPeoplePicker-wrap .verifyPeoplePicker-icon .verifyPeoplePicker-icon-container{display:flex}.verifyPeoplePicker-wrap .verifyPeoplePicker-icon .icon-complete{color:#59f100}.verifyPeoplePicker-wrap .verifyPeoplePicker-icon .icon-fail{color:#e60f0f}.verifyPeoplePicker-wrap .verifyPeoplePicker-icon.v-verifyPeoplePicker-icon{position:static;transform:translate(0, 0)}.verifyPeoplePicker-wrap .verifyPeoplePicker-icon.v-verifyPeoplePicker-icon .verifyPeoplePicker-icon-container,.verifyPeoplePicker-wrap .verifyPeoplePicker-icon.v-verifyPeoplePicker-icon .verifyPeoplePicker-spinner-container{margin-left:1rem}.verifyPeoplePicker-wrap .verifyPeoplePicker-icon.v-verifyPeoplePicker-icon .icon-complete{color:var(--palette-successful)}.verifyPeoplePicker-wrap .personOrGroup-iconStatus{position:absolute;top:6px;right:-32px}.verifyPeoplePicker-wrap .personOrGroup-iconStatus .ms-Spinner{overflow:visible}
.nav-menu-app-link{width:145px;height:48px}.nav-menu-app-link:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.1)}.nav-menu-app-link .ms-Button-flexContainer{float:left !important}#nav-menu-apps-title{margin-left:20px;font-size:22px;color:#666}#nav-menu-app-table{margin-top:20px}#nav-menu-to-o365-apps{margin-top:10px;margin-left:20px}#nav-menu-docs{margin-top:30px}#nav-menu-docs-title{margin-left:20px;font-size:22px;color:#666}#side-nav-body{position:absolute;top:50px;bottom:0;left:0;right:0}#nav-header{background:#000;height:50px}#side-header-backto-o365{position:absolute;top:15px;right:20px;font-size:14px !important}#side-header-backto-o365-fwd{vertical-align:middle;margin-left:10px}.side-nav{width:320px}.side-nav .ms-Panel-main{width:320px !important}.cg-waffle-item{padding:0 0 10px 0;display:flex}.cg-waffle-item .ms-Grid-col{padding:0 0 0 8px}.v-header-menu-button{min-width:40px;height:40px;padding:0;border-radius:0}.v-header-menu-button .v-header-menu-button-icon{color:var(--palette-slate)}.header-menu-button{min-width:50px;height:50px;padding:0;border-radius:0;color:#fff}.header-menu-button i{font-size:24px}.header-menu-button:hover{color:#fff;background-color:var(--theme-primary, #0071C7)}[data-theme=theme1] .header-menu-button:hover{background-color:var(--theme-primary, #0071C7)}[data-theme=theme2] .header-menu-button:hover{background-color:#cf3900}[data-theme=theme3] .header-menu-button:hover{background-color:#077fa6}[data-theme=theme4] .header-menu-button:hover{background-color:#b35c00}[data-theme=theme5] .header-menu-button:hover{background-color:#3e8628}[data-theme=theme6] .header-menu-button:hover{background-color:#eb0f0f}[data-theme=theme7] .header-menu-button:hover{background-color:#278265}[data-theme=theme8] .header-menu-button:hover{background-color:#7760e6}
.h-news-update-callout .h-news-update-callout-content,.h-news-update-callout-mob .h-news-update-callout-content{display:flex;justify-content:space-between;flex-wrap:nowrap;align-items:center}.h-news-update-callout .h-news-update-callout-content .h-news-update-callout-title,.h-news-update-callout-mob .h-news-update-callout-content .h-news-update-callout-title{width:80%}.h-news-update-callout .h-news-update-callout-content .h-news-update-callout-title .ms-Label,.h-news-update-callout-mob .h-news-update-callout-content .h-news-update-callout-title .ms-Label{padding:0}.h-news-update-callout .h-news-update-callout-content .h-news-update-callout-button,.h-news-update-callout-mob .h-news-update-callout-content .h-news-update-callout-button{color:#27313c}.h-news-update-callout-mob{width:95%;margin:0 auto;z-index:999;display:block}
.expander-wrap{box-sizing:border-box;border:1px solid #eaeaea;margin-top:10px}.expander-wrap .expander-header-wrap{height:50px;display:flex;align-items:center;justify-content:space-between;background:#f5f5f5}.expander-wrap .expander-header-wrap .expander-header-left{display:flex;align-items:center}.expander-wrap .expander-header-wrap .expander-header-left .expander-header-title{margin-left:12px;font-weight:bold;max-width:490px;overflow:hidden;overflow-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.expander-wrap .expander-header-wrap .expander-header-right .expander-header-right-icon{margin-right:4px}.expander-wrap .expander-content{padding:16px}.expander-wrap .expander-content-hidden{display:none}.expander-header-wrap .expander-header-left .ms-TooltipHost{font-size:16px}.v-req-dynamic-expand .expander-header-wrap .expander-header-right .ms-Button.ms-Button--icon.expander-header-right-icon .ms-Button-flexContainer .ms-Icon.ms-Button-icon{color:var(--palette-slate)}
.g-common-searchable-dropdown .dropdown-tooltiphost{overflow:hidden;text-overflow:ellipsis;display:block;white-space:nowrap;margin-right:22px}.g-common-searchable-dropdown .dropdown-plackholder{color:#5d6778}.dropdown-searchable-textdescription{margin-left:8px;color:#5d6778}.ms-Callout.ms-ContextualMenu-Callout:has(.search-room){max-width:50%}
.g-tooltip-host{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:3px}.g-tooltip-content{padding:16px;overflow:auto;max-height:300px;max-width:360px;scrollbar-width:thin;scrollbar-color:#cbcbcb;scrollbar-arrow-color:#f5f5f5;scrollbar-track-color:#f5f5f5;scrollbar-base-color:#cbcbcb}.g-tooltip-content::-webkit-scrollbar{width:6px;height:6px}.g-tooltip-content::-webkit-scrollbar-thumb{border-radius:3px;background-color:#cbcbcb}.g-tooltip-content::-webkit-scrollbar-track{background-color:#f5f5f5}.g-tooltip-sub-text{padding:0 !important}.g-tooltip-callout-root{padding:0 !important}
.requestTextField-wrap{margin-bottom:8px}.requestTextField-wrap.is-disabled .ms-Label{color:#333}
.stage-item-card-wrapper{display:flex;align-items:center;justify-content:space-between;padding:8px 0 8px 8px;gap:8px;background-color:#eee}.stage-item-card-children-wrapper{flex-grow:1;padding:8px;background-color:#fff}.stage-item-card-delete{color:#ff5454;margin-left:auto;background-color:rgba(0,0,0,0)}
.view-details-stage-item-card{width:100%;border:4px solid #eee;padding:12px}.view-details-stage-item-card .view-details-line:last-child{padding-bottom:0px}
.g-chat-bot-button{bottom:20px;cursor:pointer;flex-direction:row;height:48px;position:fixed;right:0;background-color:#333;border-radius:55px 0 0 55px;z-index:1;display:flex}.g-chat-bot-button .text-container{width:0;transition:width .1s}.g-chat-bot-button:hover .text-container{display:inline-block;width:90px;background-color:#333;color:#fff;line-height:48px;transition:width .1s}.g-chat-bot-button .icon-content{border-radius:50%;color:#fff;font-size:25px;height:32px;line-height:32px;margin:8px;text-align:center;width:32px;vertical-align:bottom;display:inline-block}.chat-bot-btn{right:0px;position:fixed;bottom:20px;height:48px;flex-direction:row;cursor:pointer}.chat-bot-btn .icon-container{width:48px;background-color:#333;border-radius:55px 0px 0px 55px}.chat-bot-btn .icon-container .icon-content{color:#fff;font-size:25px;line-height:32px;border-radius:50%;height:32px;width:32px;margin:8px;text-align:center}.chat-bot-btn .text-container{background-color:#333;width:0px;transition:width 100ms;color:#fff;line-height:48px}.chat-bot-btn .text-container-hover{background-color:#333;width:90px;transition:width 100ms;color:#fff;line-height:48px}.hint-text-box{padding:8px 11px;font-size:12px;border:1px solid var(--palette-gray2)}.hint-text-box .hint-text-box-help{display:flex;align-items:center;justify-content:center}.hint-text-box .chat-bot-need-help{font-size:14px;margin-left:6px}.chat-bot-panel .ms-Panel-commands{padding-top:30px}.chat-bot-panel .ms-Panel-navigation{border-bottom:1px solid #ccc;margin:30px 30px;padding-bottom:20px}.chat-bot-panel .ms-Panel-header{margin-top:10px}.chat-bot-panel .ms-Panel-closeButton{border:1px solid #e6e7e8;height:38px}.chat-bot-panel .scrollbar-wrap::-webkit-scrollbar-button{display:none}.chat-bot-panel .chat-content::-webkit-scrollbar{width:14px}.chat-bot-panel .chat-content::-webkit-scrollbar-track{background:#f1f1f1}.chat-bot-panel .chat-content::-webkit-scrollbar-thumb{background:#888}.chat-bot-panel .chat-content::-webkit-scrollbar-thumb:hover{background:#555}.chat-dialog i[data-icon-name=fas-thumbs-down]{font-weight:900}.chat-dialog i[data-icon-name=fas-thumbs-up]{font-weight:900}.chat-dialog .chat-footer .stop-generating{padding-bottom:6px}.chat-dialog .chat-footer .stop-generating .stop-generating-icon{background-color:#0272d0;border-radius:3px;width:12px;height:12px;font-size:12px;margin-top:10px}
.v-dynamic-request-invite-template{align-items:center;margin-bottom:18px}.v-dynamic-request-invite-template .dynamic-request-invite-template-icon{color:var(--palette-themePrimary);margin-right:8px}.v-dynamic-request-invite-template button{text-decoration:underline}.v-file-upload-name{font-weight:600 !important}.v-dynamic-request-error-message{font-size:13px !important;font-style:italic;color:var(--palette-error) !important}.v-dynamic-request-error-message label{font-size:13px !important;font-style:italic;color:var(--palette-error) !important}.v-dynamic-request-error-message span{margin-top:0;color:var(--palette-error) !important}.v-dynamic-request-error-message .v-dynamic-request-error-message-link{font-style:italic;text-decoration:underline}.v-dynamic-request-success-message{font-size:13px !important;font-style:italic;color:var(--palette-successful)}.v-dynamic-request-error-message{width:65%}@media screen and (max-width: 743px){.v-dynamic-request-error-message{width:100% !important}}.dynamic-request-invite-template{display:flex}.dynamic-request-invite-template .g-uniform-link{font-size:14px}.file-upload-name{display:inline-block}.file-upload .file-upload-button{min-width:max-content}.dynamic-request-invite-template-file .file-upload-description{color:var(--theme-primary, #0071C7)}[data-theme=theme1] .dynamic-request-invite-template-file .file-upload-description{color:var(--theme-primary, #0071C7)}[data-theme=theme2] .dynamic-request-invite-template-file .file-upload-description{color:#cf3900}[data-theme=theme3] .dynamic-request-invite-template-file .file-upload-description{color:#077fa6}[data-theme=theme4] .dynamic-request-invite-template-file .file-upload-description{color:#b35c00}[data-theme=theme5] .dynamic-request-invite-template-file .file-upload-description{color:#3e8628}[data-theme=theme6] .dynamic-request-invite-template-file .file-upload-description{color:#eb0f0f}[data-theme=theme7] .dynamic-request-invite-template-file .file-upload-description{color:#278265}[data-theme=theme8] .dynamic-request-invite-template-file .file-upload-description{color:#7760e6}.dynamic-request-invite-template-file .file-upload{display:flex;column-gap:8px}.dynamic-request-invite-template-file .g-uniform-textfield{width:100%}.dynamic-request-invite-file-div{display:flex;align-items:center}.dynamic-request-invite-template-file{flex:1}.dynamic-request-success-message{font-size:14px;color:var(--palette-successful);margin-top:5px;flex-grow:1}.dynamic-request-success-message span{margin-top:0;color:var(--palette-successful)}.dynamic-request-error-message{font-size:12px;color:#a4262c;margin-top:5px;flex-grow:1}.dynamic-request-error-message span{margin-top:0;color:#a4262c}.dynamic-request-invite-template-file-error .ms-TextField-fieldGroup::after{border-color:#a4262c;font-size:12px}.dynamic-request-invite-template-file .file-upload-description{position:relative}.dynamic-request-invite-template-file .file-upload-description i{position:absolute;top:4px}.dynamic-request-invite-template-icon{color:#0071c7;margin-right:5px}.dynamic-request-error-message label{font-size:12px;color:#a4262c;margin-top:5px}.dynamic-request-invite-file-div .file-upload-name{line-height:20px}.v-dynamic-request-invite-file-div .ms-Label::after{padding-right:4px !important}.v-dynamic-request-invite-file-div .dynamic-request-error-message{margin-top:4px}.v-dynamic-request-invite-file-div .v-file-upload-attachment-field{margin-bottom:0}@media screen and (max-width: 743px){.v-dynamic-request-invite-file-div .v-file-upload-attachment-field{margin-top:0 !important}}
.hub-img-wrap{width:100%;background:#eef0f3;padding:38px 0;margin-top:10px}.hub-img-wrap .hub-img-center{text-align:center;height:150px;display:flex;justify-content:center;align-items:center}.hub-img-wrap .hub-img-center .hub-img{width:auto;max-height:180px;max-width:250px}
.multiSelectDropdown-root{width:200px}.multiSelectDropdown-root .multiSelectDropdown-noResult{text-align:center;color:#605e5c;font-size:12px;line-height:30px}.g-pages-component-search-wrap .ms-SearchBox.g-search-box{margin:8px}
.v-level-item{display:flex;flex-direction:column;gap:1px;margin-right:.25rem}.v-level-item .v-next-level-common-span{width:.5rem;height:2.86px;border-radius:2px;display:inline-block}.v-level-item .v-next-level-low{background:var(--palette-successful)}.v-level-item .v-next-level-low:not(:last-child){opacity:.3}.v-level-item .v-next-level-medium{background:var(--palette-warning)}.v-level-item .v-next-level-medium:first-child{opacity:.3}.v-level-item .v-next-level-high{background:var(--palette-error)}
.common-panel .remove-overflow{overflow:hidden !important}.common-panel .common-panel-main{top:50px;height:auto}.common-panel .common-panel-main.v-common-panel-main{top:4.438rem}.common-panel .common-panel-main.v-common-panel-main .panel-footer.common-clearfix{padding:0}.common-panel .common-panel-main.v-common-panel-main .dynamic-changegroup-adduser-panelfooter.v-dynamic-manage-footer{border-top:1px solid var(--palette-gray2);margin:1.5rem 2rem 0;width:auto}.common-panel .common-panel-scrollable-content{display:flex;flex-direction:column;flex-grow:1;overflow-y:hidden}.common-panel .common-panel-header{margin:0;padding:16px 32px;padding-right:44px}.common-panel .common-panel-close{position:absolute;right:0;top:0}.common-panel .common-panel-headerText{font-size:28px;font-weight:lighter;line-height:36px;word-break:break-word}.common-panel .ms-Panel-scrollableContent{height:100%}.common-panel .common-panel-content{padding:0 0 24px 0;display:flex;flex-direction:column;height:100%}.common-panel .common-panel-content .panel-action{width:100%;height:44px}.common-panel .common-panel-content .panel-body{height:100%}.common-panel .common-panel-content .panel-footer{padding:16px 32px 0 0;align-self:flex-end;width:100%}.common-panel .common-panel-footerInner{padding:24px 32px 20px 32px}.common-panel .navigation-back{color:#000;position:absolute;top:20px;left:0px;display:inline}.common-panel .navigation-close{float:right}.common-panel .navigation-close button{height:44px;margin:4px ​12px 0 0}.common-panel-overlay{position:fixed;top:0px;right:0px;bottom:0px;left:0px;z-index:10;opacity:.4;background-color:#fff;background-size:cover;pointer-events:auto;cursor:pointer}
.g-space-panel-questionnaire .g-space-panel-line .g-space-panel-linename{word-wrap:break-word}
.request-renderer-wrapper .is-disabled .ms-Label{color:#333}.request-renderer-wrapper .request-renderer-choiceGroup .ms-ChoiceFieldGroup.is-disabled .ms-Label{color:#333}.request-renderer-wrapper .ms-Dropdown[aria-invalid=true]:focus::after{border-color:#a4262c}.request-renderer-wrapper .ms-Dropdown[data-loading]{display:none}.request-renderer-wrapper .ms-TextField .ms-TextField-fieldGroup .ms-Shimmer-container{width:100%}.request-renderer-wrapper .ms-BasePicker-text:has(input[aria-invalid=true])::after{border-color:#a4262c}.request-renderer-wrapper .request-renderer-input{margin-bottom:8px}.request-renderer-wrapper .request-renderer-checkbox .checked-content-container{padding:8px 0 8px 20px}.request-renderer-wrapper .request-renderer-checkbox .checked-content-container.v-checked-content-container{width:65%}@media screen and (max-width: 743px){.request-renderer-wrapper .request-renderer-checkbox .checked-content-container.v-checked-content-container{width:100%}}.request-renderer-wrapper .request-renderer-choiceGroup .checked-content-container{margin:8px 0 0px 20px}.request-renderer-wrapper .g-common-bubble-inner{margin-top:0px}.request-renderer-wrapper .validation-people-root .validation-people-label{padding-top:5px}
.auto-decline-setting .requestTextField-wrap.v-uniform-textfield{width:100% !important}.auto-decline-setting .requestTextField-wrap .ms-TextField:not(:last-child){margin-bottom:16px}
.v-container-request-button{padding:0;display:flex;align-items:center;position:absolute;top:0;left:0;place-content:flex-start}.v-container-request-button .v-actionButton{background-color:rgba(0,0,0,0);color:var(--palette-themePrimary);border:none !important;width:2.5rem !important;height:2.5rem !important}.v-container-request-button .v-actionButton:not(.is-disabled):hover{background-color:rgba(0,0,0,0);color:var(--palette-themePrimary)}.v-container-request-button .v-actionButton .ms-Button-flexContainer .ms-Button-icon{width:.875rem}
.v-request-messageBar-wrap{background-color:var(--palette-informationLight) !important;max-width:65%}.v-request-messageBar-wrap.ms-MessageBar-content.ms-MessageBar-icon i{margin:0px;font-size:13px}@media screen and (max-width: 743px){.v-request-messageBar-wrap{max-width:100%;width:100%}}.request-messageBar-wrap{width:100%}
.v-request-icon-container .v-request-icon{display:flex;justify-content:center;align-items:center}.v-request-icon-container .v-request-icon>.h-fontAwesomeIcon{flex:1}
.unavailable-oneDrive-task-dialog .ms-Dialog-main{max-width:465px}.unavailable-oneDrive-task-dialog .ms-Dialog-main .ms-Dialog-actionsRight .ms-Dialog-action{display:flex;gap:.5rem}
.v-space-tags{align-items:end}.v-space-tags-group{max-width:100%}.v-tag-tooltip-host .button-text{flex-grow:1;text-align:left;overflow:hidden;text-overflow:ellipsis}
.v-h-tag-tooltip-wrap{padding:0rem !important}.v-h-tag-tooltip-wrap .v-h-tag-tooltip-content{color:#415364;padding:.5rem}.v-h-tag-tooltip-wrap .v-h-tag-tooltip-content .v-h-tag-value-wrap{font-weight:600}.v-h-tag-tooltip-wrap .v-h-tag-tooltip-content .v-h-tag-value-wrap .v-h-tag-value{white-space:pre-line}.v-h-tag-tooltip-wrap .v-h-tag-tooltip-content .v-h-tag-type{margin-top:.5rem;display:flex;align-items:center}.v-h-tag-tooltip-wrap .v-h-tag-tooltip-content .v-h-tag-type .v-h-tag-type-des{margin-left:.5rem}.v-h-tag-tooltip-wrap .v-h-tag-tooltip-content .v-h-tag-value{color:#fff}.v-h-tag-tooltip-wrap .v-h-tag-tooltip-content .v-h-tag-type{display:flex;gap:.375rem;color:#fff;align-items:center}
.v-common-details-list{overflow:visible}.v-common-details-list .ms-DetailsList-headerWrapper{position:sticky;top:0;z-index:1}.v-common-details-list .ms-DetailsList-headerWrapper .ms-DetailsHeader{padding-top:0 !important}.v-common-details-list .details-list-cell{align-content:center;align-self:center}.v-common-details-list .details-list-cell .v-details-list-cell-title{color:var(--palette-slate);font-size:14px;font-weight:400;line-height:18px}.v-common-details-list .details-check-box-cell{padding-left:1rem}.v-common-details-list .details-check-box-cell .ms-DetailsRow-check{width:.875rem}.v-common-details-list .details-check-box-cell .ms-DetailsRow-check .ms-Check .ms-Check-check{display:flex}.v-common-details-list .details-check-box-cell .ms-DetailsRow-check .is-checked .ms-Check-check{display:flex}.v-common-details-list .ms-DetailsHeader-checkTooltip .is-checked .ms-Check-check{display:flex}.v-common-details-list .ms-DetailsHeader-checkTooltip .ms-DetailsRow-check .ms-Check .ms-Check-check{display:flex}.v-common-details-list .ms-Check-check{align-content:center}.v-common-details-list .ms-DetailsHeader-cellTitle{padding:0 .5rem 0 .75rem}.v-common-details-list .ms-List-cell{place-content:flex-start}.v-common-details-list .ms-DetailsHeader-check{width:.875rem}.v-common-details-list .filter-button-wrap-content{margin-bottom:1rem}.v-common-details-list .filter-button-wrap-content .filter-main{display:flex;justify-content:flex-end;margin-bottom:1rem}.v-common-details-list .filter-button-wrap-content .filter-main .filter-button{height:2.5rem;background-color:var(--palette-gray2);color:var(--palette-slate);font-weight:600}.v-common-details-list-withcheckbox .ms-DetailsRow-fields>.ms-DetailsRow-cell:first-child{position:relative !important;z-index:0 !important;left:auto !important}.v-common-details-list-nodata{height:2rem;text-align:center}.v-details-list .v-scrollbar-track:nth-child(3){background:rgba(0,0,0,0)}.v-details-list .v-scrollbar-track{background:#fff}.v-list-item-removed{position:relative;background-color:var(--palette-gray1)}.v-list-item-removed .ms-DetailsRow{background-color:inherit !important}.v-list-item-removed .ms-DetailsRow .ms-DetailsRow-cell{background-color:inherit !important}.v-list-item-removed .ms-DetailsRow .ms-DetailsRow-cell::after{content:"";display:block;height:1px;background-color:var(--palette-gray5);position:absolute;left:0;right:0;margin:auto;top:50%}.v-list-item-removed .ms-DetailsRow .ms-DetailsRow-cell:last-child::after{display:none}.v-list-item-removed .ms-DetailsRow .ms-DetailsRow-cellCheck::after{display:none}.v-list-item-removed div,.v-list-item-removed span{color:var(--palette-gray6) !important}
.v-composed-details-list .action-bar-n-selection-text-container{min-height:2.75rem}.v-composed-details-list .action-bar-n-selection-text-container .action-bar-container{overflow:hidden;flex:1}.v-composed-details-list .action-bar-n-selection-text-container .action-bar-container .action-bar .ms-CommandBar{background-color:var(--palette-white);padding:0}.v-composed-details-list .action-bar-n-selection-text-container .action-bar-container .action-bar .ms-CommandBar .ms-Button:hover{background-color:var(--palette-gray1)}.v-composed-details-list .action-bar-n-selection-text-container .action-bar-container .action-bar .ms-CommandBar-primaryCommand{gap:.5rem;flex-grow:0;flex-shrink:1;flex-basis:auto}.v-composed-details-list .action-bar-n-selection-text-container .action-bar-container .action-bar .ms-CommandBar-primaryCommand:has(*){margin-right:.5rem}.v-composed-details-list .action-bar-n-selection-text-container .action-bar-container .action-bar .ms-OverflowSet-overflowButton .ms-CommandBar-overflowButton{background-color:var(--palette-white);border:1px solid var(--palette-gray1);border-radius:4px}.v-composed-details-list .action-bar-n-selection-text-container .action-bar-container .action-bar .ms-OverflowSet-overflowButton:hover .ms-Button-menuIcon{background-color:unset}.v-composed-details-list .action-bar-n-selection-text-container .action-bar-container .action-bar.g-action-bar-team .ms-FocusZone{margin:0;border-bottom:unset}.v-composed-details-list .v-list-row.v-list-row-removed .cell-wrapper:not(.is-empty){position:relative}.v-composed-details-list .v-list-row.v-list-row-removed .cell-wrapper:not(.is-empty)::before{content:"";position:absolute;top:50%;z-index:1;transform:translate(-0.25rem, 50%);height:1px;width:calc(100% + .5rem);border-top:1px var(--palette-gray5) solid}.v-composed-details-list .v-list-row.v-list-row-removed .cell-wrapper:not(.is-empty) .v-typography{color:var(--palette-gray6)}.v-composed-details-list .v-list-row.v-list-row-removed .cell-wrapper:not(.is-empty) .v-uniform-link{color:var(--palette-gray6)}.v-composed-details-list .v-list-row .ms-DetailsRow-cellCheck .v-checkbox .ms-Checkbox-checkbox{margin:0 !important;top:0}.v-composed-details-list .v-details-list{min-height:calc(var(--row-height)*(var(--min-row) + 1));max-height:calc(var(--row-height)*(var(--max-row) + 1))}.v-composed-details-list .v-details-list .scrollbar-wrap{max-height:unset !important}.v-composed-details-list .v-details-list .scrollbar-wrap .scrollbar-view{max-height:calc(var(--row-height)*(var(--max-row) + 1)) !important;margin-bottom:unset !important;-ms-overflow-style:none;scrollbar-width:none}.v-composed-details-list .v-details-list .scrollbar-wrap .scrollbar-view::-webkit-scrollbar{display:none}.v-composed-details-list .v-common-details-list .ms-DetailsList-headerWrapper .ms-DetailsHeader{height:var(--row-height);line-height:var(--row-height);margin-bottom:0}.v-composed-details-list .v-common-details-list .ms-DetailsList-headerWrapper .ms-DetailsHeader .ms-DetailsHeader-cell{height:var(--row-height)}.v-composed-details-list .v-common-details-list .ms-DetailsList-headerWrapper .ms-DetailsHeader .ms-DetailsHeader-cellIsCheck{padding-left:0}.v-composed-details-list .v-common-details-list .ms-DetailsList-headerWrapper .ms-DetailsHeader .ms-DetailsHeader-cellIsCheck .ms-DetailsHeader-checkTooltip{width:48px;display:flex;align-items:center;justify-content:center}.v-composed-details-list .v-common-details-list .ms-List-cell .ms-DetailsRow{display:flex;align-items:center;min-height:var(--row-height)}.v-composed-details-list .v-common-details-list .ms-List-cell .ms-DetailsRow .row-interact-to-visible{display:none}.v-composed-details-list .v-common-details-list .ms-List-cell .ms-DetailsRow:hover .row-interact-to-visible,.v-composed-details-list .v-common-details-list .ms-List-cell .ms-DetailsRow.is-selected .row-interact-to-visible{display:block}.v-composed-details-list .v-common-details-list .ms-List-cell .ms-DetailsRow>div.ms-DetailsRow-cellCheck{padding-left:0;display:flex;align-items:center}.v-composed-details-list .v-common-details-list .ms-List-cell .ms-DetailsRow>div.ms-DetailsRow-cellCheck .ms-DetailsRow-check{width:48px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 743px){.v-composed-details-list.has-sticky-columns{margin-top:1rem}}.v-composed-details-list.has-sticky-columns .v-common-details-list .ms-List-cell .ms-DetailsRow .ms-DetailsRow-fields{background:inherit}.v-composed-details-list.has-sticky-columns .v-common-details-list .ms-List-cell .ms-DetailsRow .ms-DetailsRow-fields .ms-DetailsRow-cell:last-child{position:sticky;z-index:1;right:0px;background:inherit}.v-composed-details-list.has-sticky-columns .v-common-details-list .ms-DetailsHeader .ms-DetailsHeader-cell:nth-last-child(1 of .ms-DetailsHeader-cell){position:sticky;z-index:1;right:0px;background:inherit}.v-composed-details-list.sticky-columns-hover-visible .v-common-details-list .ms-DetailsRow .ms-DetailsRow-fields .ms-DetailsRow-cell:last-child{display:none}.v-composed-details-list.sticky-columns-hover-visible .v-common-details-list .ms-DetailsRow:hover .ms-DetailsRow-fields .ms-DetailsRow-cell:last-child{display:block}
.v-columns-group-list{width:100%}.v-columns-group-list .v-grouped-list-collapse{display:flex;width:100%;align-items:center;justify-content:space-between;padding:.25rem .75rem;border-bottom:1px solid #f2f3f4;cursor:pointer}.v-columns-group-list .v-grouped-list-collapse .v-grouped-list-collapse-text{font-size:14px;color:var(--palette-slate)}.v-columns-group-list .v-grouped-list-collapse .v-grouped-list-collapse-button{color:var(--palette-slate);width:auto;padding:0}.v-columns-group-list .v-grouped-list-collapse .v-grouped-list-collapse-button:hover{background-color:rgba(0,0,0,0)}.v-columns-group-list .v-grouped-list-collapse:hover{background-color:var(--palette-gray1)}.v-columns-group-list .v-grouped-list-collapse:active{background-color:var(--palette-gray2)}.v-columns-group-list .v-grouped-list-collapse-expand{background-color:var(--palette-gray2)}.v-columns-group-list .v-grouped-list-content{padding:.25rem 0}.v-columns-group-list .v-grouped-list-content .ms-Checkbox-label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:1rem}.v-columns-group-list .v-checkbox .ms-Checkbox-label{width:100%}.v-manage-columns-button{border:1px solid var(--palette-gray2)}.v-manage-columns-button:hover{background-color:var(--palette-gray1)}.v-manage-columns-button-active{background-color:var(--palette-gray1);border:1px solid var(--palette-gray3) !important}.v-columns-group-list{max-height:26rem;overflow-y:auto;overflow-x:hidden}.v-next-space-filter-view-ul .v-next-space-filter-view-ul-li:first-child{border-bottom:1px solid var(--palette-gray2)}.v-next-space-filter-view-ul .view-action{height:3.25rem}.v-next-space-filter-view-ul .view-action-hide{display:none}.v-next-space-filter-view-ul .ms-Button--icon{line-height:1.25rem;margin-left:.375rem;width:2rem;height:2rem}.v-next-space-filter-view-ul .ms-Button--icon .ms-Button-flexContainer .ms-Icon{color:var(--palette-themePrimary)}.v-next-space-filter-view-ul .ms-Button--icon:hover{background-color:var(--palette-gray2)}.v-next-space-filter-view-ul li .ms-Button--icon{visibility:hidden}.v-next-space-filter-view-ul li:hover .ms-Button--icon{visibility:visible}.v-next-space-filter-view-ul .v-next-space-filter-view-ul-li-menu{visibility:hidden !important}.v-next-space-filter-view-ul .v-next-space-filter-view-ul-content{max-height:30rem;overflow-y:auto;overflow-x:hidden}.v-next-space-filter-view-button .ms-ContextualMenu-list li{height:2.5rem}.v-next-space-filter-view-button .ms-ContextualMenu-list .ms-ContextualMenu-item .ms-ContextualMenu-link{height:2.5rem;padding:0;margin:0}.v-next-space-filter-view-button .ms-ContextualMenu-list .ms-ContextualMenu-item .ms-ContextualMenu-linkContent i{margin-left:1rem;color:var(--palette-themePrimary)}.v-next-space-filter-view-button .ms-ContextualMenu-list .ms-ContextualMenu-item .ms-ContextualMenu-linkContent .ms-ContextualMenu-itemText{padding-right:.75rem;color:var(--palette-slate);font-weight:400}.view-action-footer{width:100%;display:flex;align-items:center;justify-content:space-between;overflow:hidden}.view-action-footer .v-next-common-view-link{display:flex;align-items:center}.view-action-footer .v-next-common-view-link .v-uniform-link{height:1.25rem}.view-action-footer .v-next-common-view-link .v-next-view-link-host{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px;margin-left:1rem}.view-action-footer .view-action-footer-reset{visibility:hidden}.v-next-view-modified .button-text::before{content:"* "}
.cell-wrapper{width:fit-content;max-width:100%}.cell-wrapper .cell-wrapper-tooltip{width:inherit;max-width:100%;overflow:hidden}
.cell-wrapper.textWithIcon-wrapper{display:inline-flex}.cell-wrapper.textWithIcon-wrapper .textWithIcon-cell{max-width:100%;width:unset}.cell-wrapper.textWithIcon-wrapper .textWithIcon-cell .ms-Link.link-container{width:100%;overflow:hidden}.cell-wrapper.textWithIcon-wrapper .textWithIcon-cell .ms-Link.link-container .text-n-icon-container{overflow:hidden}.cell-wrapper.textWithIcon-wrapper .textWithIcon-cell .ms-Link.link-container .text-n-icon-container .cell-text{overflow:hidden}.cell-wrapper.textWithIcon-wrapper .textWithIcon-cell .v-request-icon-container .v-request-icon.link-icon{align-items:start;pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}
.persona-cell{min-height:1.5rem;align-items:center;display:flex;width:100%}.persona-cell.is-clickable:hover .ms-Persona .ms-Persona-details .ms-Persona-primaryText{text-decoration:underline}.persona-cell .v-space-panel-persona{width:fit-content;max-width:100%}.persona-cell .v-space-panel-persona .v-req-panel-persona{margin-bottom:0 !important}.persona-cell .g-req-panel-persona-view .g-req-panel-persona{margin-bottom:0 !important}
.listAsText-cell{width:fit-content;max-width:100%}.listAsText-cell .ms-Link{width:inherit;max-width:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listAsText-cell .ms-Link .v-typography{color:var(--palette-themePrimary)}.listAsText-cell .ms-Link.is-disabled{text-decoration:none}.listAsText-cell .ms-Link.is-disabled .v-typography{color:var(--palette-gray6)}
.extendableList-cell .ms-Link{width:inherit;max-width:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.extendableList-cell .ms-Link .v-typography{color:var(--palette-themePrimary)}.extendableList-cell .ms-Link.is-disabled{text-decoration:none}.extendableList-cell .ms-Link.is-disabled .v-typography{color:var(--palette-gray6)}

.filter-common-wrap{border-bottom:1px solid var(--palette-gray2);margin:.25rem 2rem}.filter-common-wrap .filter-common-button{background-color:#fff;border:none;width:100%;height:3rem;padding:0;cursor:pointer}.filter-common-wrap .filter-common-button .filter-common-button-content{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between}.filter-common-wrap .filter-common-button .filter-common-button-content .filter-common-button-content-title{font-size:14px;font-weight:600}.filter-common-wrap .filter-common-button .filter-common-button-content .filter-common-button-content-icon{display:flex;align-items:center;margin-left:-0.25rem}.filter-common-wrap .filter-common-button .filter-common-button-content .filter-common-button-content-icon .filter-common-button-content-icon-items{margin-right:.75rem;max-width:inherit;background-color:var(--palette-themePrimary);display:flex;justify-content:space-between;border-radius:4px;color:#fff;padding:.25rem .5rem;align-items:center}.filter-common-wrap .filter-common-button .filter-common-button-content .filter-common-button-content-icon .filter-common-button-content-icon-items .filter-common-button-content-icon-items-text{max-width:7.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-common-wrap .filter-common-option-content{width:100%;padding-bottom:1rem}
.filter-button-wrap-content{margin-bottom:1rem;display:flex;align-items:center;justify-content:flex-end}.filter-button-wrap-content .details-filter-main-wrap{margin-left:.5rem;display:flex;justify-content:flex-end}.filter-button-wrap-content .details-filter-main-wrap .filter-button{height:2rem;background-color:#fff;color:var(--palette-slate);font-weight:600}.filter-button-wrap-content .details-filter-main-wrap .filter-button .filter-content{display:flex;align-items:center}.filter-button-wrap-content .details-filter-main-wrap .filter-button .filter-content .filter-content-count{min-width:1rem;height:1rem;background:var(--palette-themePrimary);border-radius:50%;margin-right:.5rem}.filter-button-wrap-content .details-filter-main-wrap .filter-button .filter-content .filter-content-count .filter-content-count-number{min-width:.5rem;height:1rem;color:#fff;text-align:center;padding:0 .25rem;font-size:12px}.filter-button-wrap-content .details-filter-main-wrap .filter-button .filter-content .filter-content-icon{margin-left:1rem;cursor:pointer}.filter-button-wrap-content .details-filter-main-wrap .details-filter-panel{padding:0 1rem}.v-filter-callout{max-width:20rem}.v-filter-callout .filter-common-wrap{padding:.25rem 1rem;margin:0}.v-filter-callout .filter-common-wrap .filter-common-button{height:2rem}.ms-layer{display:none}.v-details-filter-tag-content-wrap{overflow:hidden;white-space:nowrap}.v-details-filter-tag-content-wrap .details-filter-tag-content-more-count{border:1px solid var(--palette-gray2) !important;background-color:var(--palette-gray1);min-width:2rem;height:2rem;font-weight:700}.v-details-filter-tag-content-wrap .details-filter-tag-content-more-count .button-text{font-size:.8125rem;text-decoration:underline}.v-details-filter-tag-content-wrap .details-filter-tag-content-more-count:hover{background:var(--palette-gray2)}.v-details-filter-tag-text{height:2rem;margin-left:.5rem;padding:.25rem;border:1px solid var(--palette-gray2) !important;background-color:var(--palette-gray1);border-radius:4px;line-height:2rem;max-width:12.5rem;align-self:start}.v-details-filter-tag-text .button-text{overflow:hidden;text-overflow:ellipsis}.v-details-filter-tag-text .ms-TooltipHost{font-weight:700;font-size:.8125rem}@media screen and (max-width: 743px){.filter-button-wrap-content{margin-bottom:0rem}}
.list-control-bar-container .searchBox-container{width:15rem}.list-control-bar-container .v-default-button{height:2rem;margin-left:.5rem}.list-control-bar-container .filter-button-wrap-content{margin-bottom:0;flex-grow:1}
.v-tooltip-icon{margin:0 .25rem}.v-tooltip-host-wrapper{max-width:22.75rem}
.request-panel-wrap .ms-Dialog-content>div{max-height:none !important}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent{flex-grow:1;display:flex}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content{flex-grow:1;display:flex;flex-direction:column}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-guest-user-task{height:100%;display:flex;flex-direction:column}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-guest-user-task .guest-user-task-content-wrap{height:100%}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar{display:flex;flex-direction:column;flex-grow:1}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar>.g-common-pivot-container{flex-grow:1;display:flex;flex-direction:column}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar>.g-common-pivot-container>div[role=tabpanel]{flex-grow:1;display:flex}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar>.g-common-pivot-container>div[role=tabpanel]>div{flex-grow:1}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar>.g-common-pivot-container>div[role=tabpanel]>div .g-space-panel-pivot-list,.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar>.g-common-pivot-container>div[role=tabpanel]>div .g-space-panel-pivotlist{height:100%}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .v-list-approval-history{margin-top:1.5rem;margin-bottom:1.5rem}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .v-list-approval-history .ms-List-page{min-height:2.875rem}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .v-list-approval-history .ms-DetailsRow-cell{padding-top:16px;padding-bottom:16px}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .v-list-approval-history .ms-DetailsRow-cell .g-space-panel-line{margin-bottom:0px}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .v-list-approval-history .ms-DetailsRow-cell .g-space-panel-line .g-req-panel-persona{margin-bottom:0px}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .v-list-approval-history .ms-DetailsRow-cell .g-req-row-cell{padding-top:2px}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar-mobilepatch{position:relative}.request-panel-wrap .ms-Panel-contentInner .ms-Panel-scrollableContent .ms-Panel-content .g-space-panel-panelpivotbar-mobilepatch .g-space-panel-pivotlist-mobilepatch{position:absolute;top:0;left:0;bottom:0;right:0;height:initial;width:initial}.m-request-panel-root{margin:0;padding-right:0;padding-left:0}.m-request-panel-root .g-mobile-panel-header{padding:0 16px}.m-request-panel-root .g-space-panel-panelpivotbar{padding:0 16px}.g-req-panel-primarytext,.g-list-no-data{color:#5d6778}.v-next-view-detail-dialog{margin-top:0}.v-next-view-detail-dialog .v-common-dialog-content .g-space-panel-pivotlist{height:100%;margin-right:0;margin-left:0}.v-next-view-detail-dialog .v-common-dialog-content .g-space-panel-pivotlist .scrollbar-track:not(:last-child){visibility:hidden !important}.v-next-view-detail-dialog .v-common-dialog-content .g-space-panel-panelpivotbar{display:flex;flex-direction:column}.v-next-view-detail-dialog .v-common-dialog-content .g-space-panel-panelpivotbar.g-workspace-panel-content-panelpivotbar{height:unset !important}.v-next-view-detail-dialog .v-common-dialog-content .g-space-panel-panelpivotbar .g-space-panel-pivot-list{margin-top:0}.v-next-view-detail-dialog .v-common-dialog-content .g-space-panel-panelpivotbar .v-space-panel-pivot-tab{height:100%}.v-next-view-detail-dialog .v-common-dialog-content .g-space-panel-panelpivotbar .v-space-panel-pivot-tab div[role=tabpanel]{height:calc(100% - 68px)}.v-next-view-detail-dialog .v-common-dialog-content .g-space-panel-panelpivotbar .v-space-panel-pivot-tab div[role=tabpanel] .g-space-panel-pivot-tabindex{height:100%}.v-next-view-detail-dialog .v-common-dialog-content .ms-Dialog-header{padding-bottom:1.5rem;border-bottom:1px solid var(--palette-gray2)}.v-next-view-detail-dialog .v-common-dialog-content .ms-Dialog-content{padding:0 2rem}.v-next-view-detail-dialog .v-common-dialog-content .dialog-header-title{padding-right:.5rem;overflow:hidden;display:-webkit-box;word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical}.v-next-view-detail-dialog .dynamic-viewdetail-gallery-title{font-weight:700;overflow:hidden;display:-webkit-box;word-wrap:break-word;-webkit-line-clamp:1;white-space:break-spaces;-webkit-box-orient:vertical}.v-next-view-detail-dialog .g-space-panel{margin-top:0}.v-next-view-detail-dialog .dialog-inner .dialog-innerContent{padding:0 2rem}.v-next-view-detail-dialog .v-list-approval-history{padding:0 0 1.5rem;margin-right:.625rem}.v-next-view-detail-dialog .v-list-approval-history .ms-List-page{min-height:2.875rem}.v-next-view-detail-dialog .v-list-approval-history .ms-Viewport .v-detailList{overflow:hidden}@media screen and (max-width: 743px){.v-next-view-detail-dialog .v-list-approval-history .ms-Viewport .v-detailList{overflow:scroll}}.v-next-view-detail-dialog .g-space-panel-pivot-list{height:100%}.v-next-view-detail-dialog .v-space-panel-actionbar{padding:0;margin-right:0;min-height:4rem}.v-next-view-detail-dialog .v-space-panel-actionbar .ms-CommandBar{padding:1.5rem 0 0;margin:0;background:#fff;border-top:1px solid var(--palette-gray2);border-bottom-width:0;justify-content:flex-end;height:unset;gap:.5rem}.v-next-view-detail-dialog .v-space-panel-actionbar .ms-CommandBar .ms-CommandBar-primaryCommand{justify-content:flex-end;flex-wrap:wrap;flex-grow:unset;gap:.5rem}.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-close,.v-next-view-detail-dialog .v-space-panel-actionbar .ms-Button{min-width:80px;height:40px;padding:10px 12px;gap:.5rem;border-radius:4px;border:1px solid var(--palette-gray2);background:#fff}.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-close .ms-Button-label,.v-next-view-detail-dialog .v-space-panel-actionbar .ms-Button .ms-Button-label{color:var(--palette-slate);font-size:14px;font-weight:600;line-height:20px}.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-close:hover,.v-next-view-detail-dialog .v-space-panel-actionbar .ms-Button:hover{background:var(--palette-gray2)}.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-close:hover i,.v-next-view-detail-dialog .v-space-panel-actionbar .ms-Button:hover i{color:var(--palette-slate)}.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-default:hover{background:var(--palette-gray2)}.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-default:hover i{color:var(--palette-slate)}.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-specify,.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-cancel,.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-approve,.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-primary{min-width:80px;height:40px;border-radius:4px;background:var(--palette-themePrimary)}.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-specify:hover,.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-cancel:hover,.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-approve:hover,.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-primary:hover{background:var(--palette-themeDarkAlt)}.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-specify:hover i,.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-cancel:hover i,.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-approve:hover i,.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-primary:hover i{color:#f5f5f5}.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-specify .ms-Button-flexContainer,.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-cancel .ms-Button-flexContainer,.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-approve .ms-Button-flexContainer,.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-primary .ms-Button-flexContainer{gap:4px}.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-specify i,.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-cancel i,.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-approve i,.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-primary i{color:#fff;font-size:14px;font-weight:bold}.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-specify .ms-Button-textContainer,.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-cancel .ms-Button-textContainer,.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-approve .ms-Button-textContainer,.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-primary .ms-Button-textContainer{flex-grow:unset}.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-specify .ms-Button-textContainer .ms-Button-label,.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-cancel .ms-Button-textContainer .ms-Button-label,.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-approve .ms-Button-textContainer .ms-Button-label,.v-next-view-detail-dialog .v-space-panel-actionbar .v-actionbar-primary .ms-Button-textContainer .ms-Button-label{font-size:14px;font-weight:600;line-height:20px;letter-spacing:-0.03em;text-align:center;color:#fff;margin:0}.v-next-view-detail-dialog .ms-DetailsRow-cell{padding-left:.75rem !important;padding-right:.5rem;display:flex;align-items:center}.v-next-view-detail-dialog .g-req-panel-persona,.v-next-view-detail-dialog .g-req-panel-persona,.v-next-view-detail-dialog .g-req-panel-persona-customized-margin{margin-bottom:0 !important}.v-next-view-detail-dialog .v-view-details-collapse-header{height:48px;border-radius:3px 3px 0 0;padding:13px 16px;margin-left:0;margin-right:10px;background:var(--palette-gray1)}.v-next-view-detail-dialog .v-view-details-collapse-header .header-left-wrap{margin-top:0}.v-next-view-detail-dialog .v-view-details-collapse-header .header-left-wrap .header-chevron-icon{padding:0;width:unset}.v-next-view-detail-dialog .ms-DetailsHeader-cellName{font-weight:400}.v-next-view-detail-dialog .v-view-details-collapse-content{margin-right:10px;border-top-width:0}.v-next-view-detail-dialog .v-view-details-collapse-content .view-details-line{display:flex;margin-bottom:2px;min-height:34px;padding-bottom:0}.v-next-view-detail-dialog .v-view-details-collapse-content .view-details-line .subitem-left{padding:0}.v-next-view-detail-dialog .v-view-details-collapse-content .view-details-line:last-child{margin-bottom:0}.v-next-view-detail-dialog .v-view-details-collapse-content .view-details-line .view-details-line-plain,.v-next-view-detail-dialog .v-view-details-collapse-content .view-details-line .view-details-line-title{flex:0 0 210px}.v-next-view-detail-dialog .v-view-details-collapse-content .view-details-line .view-details-line-title-mobile{flex:0 0 calc((100% - 48px)/2) !important}.v-next-view-detail-dialog .v-view-details-collapse-content .view-details-line .v-view-details-line-left{min-width:120px;background:var(--palette-gray1);width:210px;padding:7px 8px;font-size:14px;font-weight:600;line-height:20px}.v-next-view-detail-dialog .v-view-details-collapse-content .view-details-line .v-view-details-line-left .scrollbar-wrap .scrollbar-track:last-child{visibility:hidden !important}.v-next-view-detail-dialog .v-view-details-collapse-content .view-details-line .view-details-line-right{margin-left:0;padding:7px 8px;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;font-size:14px;font-weight:400;line-height:16.94px;background:#fff;gap:.5rem}.v-next-view-detail-dialog .v-view-details-collapse-content .view-details-line .view-details-line-right-mobile{flex:1 1 203px !important;padding:8px 0 8px 8px !important}.v-next-view-detail-dialog .v-view-details-collapse-content .white-space-nowrap.view-details-line .v-view-details-line-left{padding:3px 4px}.v-next-view-detail-dialog .v-view-details-collapse-content .view-details-line--single{display:block}.v-next-view-detail-dialog .v-view-details-collapse-content .view-details-line--single>.v-view-details-line-left{width:100%;background:#fff;padding:1rem 0;color:#323130}.v-next-view-detail-dialog .v-view-details-collapse-content .view-details-line--single .view-details-line-title{font-weight:700}.v-next-view-detail-dialog .v-view-details-collapse-content .view-details-subitems{padding-top:0;border:1px solid var(--palette-gray1)}.v-next-view-detail-dialog .v-view-details-collapse-content .g-space-panel-line>.g-space-panel-line:first-child{display:flex}.v-next-view-detail-dialog .v-view-details-collapse-content .g-space-panel-line>.g-space-panel-line:last-child .g-space-panel-teammembersul-underline{height:42px;background-color:var(--palette-gray2);overflow:hidden;text-overflow:ellipsis;font-weight:600;font-size:14px;border-bottom:none}.v-next-view-detail-dialog .v-view-details-collapse-content .g-space-panel-line .g-space-panel-linename{width:210px;background:var(--palette-gray1);padding:7px 8px;font-size:14px;font-weight:600;line-height:20px}.v-next-view-detail-dialog .v-view-details-collapse-content .g-space-panel-line .g-space-panel-linevalue{margin-left:0;padding:7px 8px;display:flex;align-items:center;font-size:14px;font-weight:400;line-height:16.94px;background:#fff}.v-next-view-detail-dialog .v-view-details-collapse-content .dynamic-request-manage-permission-details .view-details-line--single .v-view-details-line-left{padding:1rem 0 0}.v-next-view-detail-dialog .v-view-details-collapse-content .v-dynamic-request-manage-permission-send-email{margin-bottom:2px}.v-next-view-detail-dialog .v-view-details-collapse-content .v-changegroup-list-item .v-g-req-common-details-list .v-scrollbar-thumb-isHorizontal{display:none !important}.v-next-view-detail-dialog .v-view-details-collapse-content .v-changegroup-list-item .view-details-line-plain{padding-top:0 !important;padding-bottom:0 !important}.v-next-view-detail-dialog .v-view-details-workspace-collapse-content .g-space-panel-line .g-space-panel-linename{width:33.3333%;background:var(--palette-gray1);padding:8px;font-size:14px;font-weight:600;line-height:20px;flex-shrink:0}.v-next-view-detail-dialog .v-view-details-workspace-collapse-content .g-space-panel-line .g-space-panel-linevalue{margin-left:0;padding:8px;font-size:14px;font-weight:400;line-height:16.94px;background:#fff}.v-next-view-detail-dialog .ms-Panel-content{padding:0 2rem}.v-next-view-detail-dialog .v-space-panel-line{display:flex;margin-bottom:2px}.v-next-view-detail-dialog .v-space-panel-line:last-child{margin-bottom:0}.v-next-view-detail-dialog .v-space-panel-line .v-space-panel-linename{width:33.3333%;padding:8px;font-size:14px;font-weight:600;line-height:20px;letter-spacing:-0.03em;background:var(--palette-gray1);word-wrap:break-word;word-break:break-all;flex-shrink:0}.v-next-view-detail-dialog .v-space-panel-line .v-space-panel-linevalue{flex:1;padding:8px;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-0.03em;background:#fff;word-wrap:break-word;word-break:break-word;overflow:hidden;align-items:center}.v-next-view-detail-dialog .v-space-panel-metadata-title{margin-top:1.5rem;margin-bottom:1rem;font-size:14px;font-weight:700;line-height:20px;letter-spacing:-0.03em;text-align:left;color:var(--palette-slate)}.v-next-view-detail-dialog .v-space-panel-pivot-tab .ms-Pivot{margin-left:8px}.v-next-view-detail-dialog .v-space-panel-pivot-tab .ms-Button-flexContainer{width:fit-content}.v-next-view-detail-dialog .v-space-panel-pivot-tab .ms-Button-flexContainer .ms-Pivot-linkContent{display:flex;justify-content:center;align-items:center}.v-next-view-detail-dialog .v-space-panel-pivot-tab .ms-Button-flexContainer .ms-Pivot-linkContent .ms-Pivot-text{font-size:14px;font-weight:600;line-height:20px;letter-spacing:-0.03em;text-align:left;color:var(--palette-slate)}.v-next-view-detail-dialog .v-space-panel-pivot-tab .g-space-panel-pivot-list{margin-top:1.5rem}.v-next-view-detail-dialog .ms-Pivot-link.is-selected::before{background-color:var(--palette-themePrimary);left:0;right:0}.v-next-view-detail-dialog .ms-Pivot-link{font-size:13px;padding:0}.v-next-view-detail-dialog .v-req-row-cell,.v-next-view-detail-dialog .g-uniform-link{color:var(--palette-themePrimary) !important;font-size:14px;font-weight:400;line-height:20px}.v-next-view-detail-dialog .managepermission-list-item-row,.v-next-view-detail-dialog .g-manage-permission-person,.v-next-view-detail-dialog .g-req-row-cell{font-size:14px;font-weight:400}.v-next-view-detail-dialog .changegroup-list-item-row,.v-next-view-detail-dialog .view-details-line-right{color:var(--palette-slate);width:100%;white-space:pre-wrap;overflow:hidden;font-size:14px;font-weight:400;line-height:20px}.v-next-view-detail-dialog .v-detailList .ms-DetailsRow-fields{font-size:14px;font-weight:400;line-height:20px;color:var(--palette-slate)}.v-next-view-detail-dialog .v-space-panel-group-members{display:flex;flex-direction:column}.v-next-view-detail-dialog .v-space-panel-group-members .g-space-panel-persona:first-child,.v-next-view-detail-dialog .v-space-panel-group-members .v-space-panel-persona:first-child{margin-top:0}.v-next-view-detail-dialog .v-space-panel-group-members .v-next-g-space-panel-personacontainer{margin-top:.5rem;overflow:hidden}.v-next-view-detail-dialog .g-req-details-noitem{font-weight:normal;font-size:13px;color:#5d6778}.v-next-view-detail-dialog .v-space-panel-linevalue-flex{display:flex;align-items:flex-start}.v-next-view-detail-dialog .v-space-panel-linevalue-flex .v-space-panel-linevalue-content{line-height:1.5rem}.v-next-view-detail-dialog .v-view-details-subitems .subitem-left{padding:0}.v-next-view-detail-dialog .v-view-details-subitems .subitem-right{width:100%}.v-next-view-detail-dialog .v-view-details-subitems .view-details-line-custom{padding:0 !important}.v-next-view-detail-dialog .ms-DetailsHeader-cell:first-child .ms-DetailsHeader-cellTitle{padding-left:.75rem}.v-next-task-dialog-footer,.v-next-task-dialog-footer-over-length{margin-top:25px}.v-next-workspace-dialog.v-common-dialog-content{overflow:hidden;max-height:calc(100vh - 210px) !important}.ms-Dialog-content>div{padding-right:0;margin-right:0}.v-view-detail-opus-task .g-space-panel-persona,.v-view-detail-opus-task .v-opus-task-persona{width:fit-content}.v-common-dialog-content .v-list-people-picker .ms-BasePicker-selectedItems{max-height:480px;overflow:auto}@media screen and (max-height: 875px){.v-common-dialog-content .v-list-people-picker .ms-BasePicker-selectedItems{max-height:300px}}@media screen and (max-height: 695px){.v-common-dialog-content .v-list-people-picker .ms-BasePicker-selectedItems{max-height:180px}}@media screen and (max-width: 743px){.v-space-panel-linevalue{align-items:flex-start}}
.v-mobile-content .mobile-documents-container{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:20px}.v-mobile-content .mobile-documents-container .mobile-documents-left{width:80%}.v-mobile-content .mobile-documents-container .mobile-documents-right{width:20%;display:flex;justify-content:space-around;align-items:center}.v-mobile-content .mobile-documents-wrap{display:flex;align-items:center;padding:0}.v-mobile-content .mobile-name-display-wrap{display:flex;align-items:center;gap:.5rem}.mobile-name-documents{display:flex;width:fit-content;align-items:center;gap:.5rem;max-width:280px;cursor:pointer}@media(max-width: 743px){.mobile-name-documents{max-width:160px}}.mobile-name-documents .name-content{font-size:14px;line-height:20px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-name-display{display:flex;align-items:center;gap:.5rem}.mobile-modified-datetime{display:flex;flex-basis:30%;font-weight:400;font-style:italic;font-size:14px;line-height:18px;color:var(--palette-gray6);text-align:left}

.v-overflow-text .text-container{position:relative;display:inline-block;max-width:100%}.v-overflow-text .text-content{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;position:relative;word-break:break-word;transition:max-height .3s ease}.v-overflow-text .text-content.expanded{-webkit-line-clamp:initial}.v-overflow-text .more-link{color:var(--palette-themePrimary);cursor:pointer;text-decoration:underline;position:absolute;right:0;bottom:0;background:linear-gradient(to right, transparent, white 2em);padding-left:2em}.v-overflow-text .less-link{display:block;margin-top:5px;cursor:pointer;text-decoration:underline}
.activity-container{width:100%}.activity-container .recent-user-icon{font-size:1rem;margin-right:.5rem}.activity-container .recent-user{font-weight:bold;font-size:.875rem;color:var(--palette-slate)}.activity-container .recent-action{font-size:.875rem;color:var(--palette-slate)}.activity-container .recent-display-name{font-size:.875rem;color:var(--palette-slate)}.activity-container .ms-TooltipHost{overflow:hidden}.activity-container .internationalization-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline}.activity-container .internationalization-wrapper .internationalization-input{max-width:7.5rem}.activity-container .internationalization-wrapper .internationalization-input .v-notify-person-card{display:inline-flex}@media screen and (min-width: 1600px){.activity-container .internationalization-wrapper .internationalization-input{max-width:unset}}
.v-header-breadcrumb{font-size:1rem;line-height:1.25rem;margin-top:0}.v-header-breadcrumb .ms-Breadcrumb-itemLink{line-height:1.25rem}.v-header-breadcrumb .ms-Breadcrumb-item{line-height:1.25rem}.v-header-breadcrumb .ms-Breadcrumb-list .ms-Breadcrumb-listItem:last-child .ms-TooltipHost{font-weight:bold}.v-header-breadcrumb .ms-Breadcrumb-list .ms-Breadcrumb-listItem:last-child .ms-Breadcrumb-itemLink{text-decoration:auto}
.v-label-container{padding:.25rem 0}.v-label-container .v-label{font-weight:400;display:inline}.v-label-container .v-label.v-label-sub{font-size:.8125rem}.v-label-bold{font-weight:bold !important}.v-label-italic{font-style:italic}
.v-link-icon{margin-left:.25rem}.arrow-up-right{font-size:.64rem}

.v-messageBar .ms-MessageBar-icon{font-size:14px}.v-messageBar .ms-MessageBar-icon i{color:var(--palette-information) !important;margin:0px;font-size:13px}

.v-panel-auto-height .ms-Panel-navigation{height:auto}.v-panel-header-container{display:flex;place-content:space-between}.v-panel-header-container .header-text{font-weight:bold;font-size:16px;line-height:2.5rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.v-panel-header-container .close-button{height:2.5rem;width:2.5rem;border:1px solid var(--palette-gray2)}.v-uniform-panel .ms-Panel-scrollableContent{display:flex;flex-direction:column;flex-grow:1}.v-uniform-panel{margin-top:0px !important}.v-uniform-panel .ms-Panel-main .ms-Panel-commands{margin:0 2rem;padding:1.5rem 0}.v-uniform-panel .ms-Panel-main .ms-Panel-commands .ms-Panel-closeButton{border-width:1px}.v-uniform-panel .ms-Panel-content{margin:0;flex-grow:1}.m-uniform-panel .ms-Panel-main .ms-Panel-commands{margin-top:0}

.v-tooltip-view{border:none;box-shadow:none}.v-tooltip-view ::-webkit-scrollbar:hover{border:2px solid rgba(0,0,0,0)}.v-tooltip-subtext{padding:0}.v-tooltip-subtext .g-uniform-link,.v-tooltip-subtext .ms-Link,.v-tooltip-subtext a{color:#fff !important}.v-tooltip-subtext .g-uniform-link:hover,.v-tooltip-subtext .ms-Link:hover,.v-tooltip-subtext a:hover{color:inherit !important}














.v-uniform-textfield .ms-TextField-description{color:#5d6778}.v-uniform-textfield .v-label-container .ms-Label::after{padding:0}.v-uniform-textfield .ms-TextField-wrapper .ms-TextField-fieldGroup .ms-TooltipHost{width:100%;height:100%}.v-next-text-field-disabled{border:none;min-height:fit-content;height:40px}.v-next-text-field-disabled .ms-TextField-field{color:var(--palette-slate)}
.v-toggle-small .ms-Toggle-background{flex-shrink:0;height:1rem !important;width:1.5rem !important}
.v-link-color a,.v-link-color i{color:var(--palette-themePrimary) !important}.v-link-color .v-url-custom{line-height:1.375rem}.v-link-color .v-link-icon-container{position:relative}.v-link-color .v-link-icon-container .cg-link-icon{margin-left:2px;position:absolute;top:-3px;font-size:10px}.v-link-color .v-link-icon-container .cg-link-icon:hover{color:var(--palette-themePrimary) !important;text-decoration:none !important}
