@charset "utf-8";

/*** Font ***/
/***      ***/
@font-face {
  font-family: "3dslight";
  src: url(FrameFonts/3dsregular.woff);
}

@font-face {
  font-family: "3ds-fonticon";
  src: url(FrameFonts/3ds_fonticon.ttf);
}

@font-face {
  font-family: "3DS Fonticon";
  src: url("FrameFonts/3ds_fonticon.eot") format('embedded-opentype'),
    url("FrameFonts/3ds_fonticon.woff") format('woff'),
    url("FrameFonts/3ds_fonticon.ttf") format('truetype'),
    url("FrameFonts/3ds_fonticon.svg") format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "3DS Icons4UA";
  src: url("FrameFonts/3ds_Icons4UA.eot") format('embedded-opentype'),
    url("FrameFonts/3ds_Icons4UA.woff") format('woff'),
    url("FrameFonts/3ds_Icons4UA.ttf") format('truetype'),
    url("FrameFonts/3ds_Icons4UA.woff2") format('woff2');
  font-weight: bold;
  font-style: normal;
}


:root {
  --_3DExpPlatform: #005685;
  --_3DEXCITE: #000000;
  --_ENOVIA: #EF7918;
  --_3DVIA: #000000;
  --_GEOVIA: #26377E;
  --_BIOVIA: #C7D300;
  --_CATIA: #2A2B7C;
  --_NETVIBES: #F07F2C;
  --_SIMULIA: #26377E;
  --_DELMIA: #FFCD00;
  --_SOLIDWORKS: #E42313;
}

html, body {
  background-color:white;
}

html {
  scrollbar-gutter: stable;
}
.no-scroll {
  overflow: hidden;
  scrollbar-gutter: unset;
}
/* for WNApp, WNRoles and UAPanel only */
html:has(#imwnMainContainer):has(#page_header),
html:has(#imwnMainContainer):has(.DocHeader-UAPanel) {
  overflow-x: hidden;
}


/** fadeIn **/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/** fadeInLeft **/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    -o-transform: translatex(-100px);
    transform: translatex(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
/** fadeInBottom **/
@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translatey(10px);
    -moz-transform: translatey(10px);
    -o-transform: translatey(10px);
    transform: translatey(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-moz-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translatey(10px);
    -moz-transform: translatey(10px);
    -o-transform: translatey(10px);
    transform: translatey(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translatey(100px);
    -moz-transform: translatey(100px);
    -o-transform: translatey(100px);
    transform: translatey(100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
/** fadeInTop **/
@-webkit-keyframes fadeInTop {
  from {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(10px);
    -moz-transform: translatey(10px);
    -o-transform: translatey(10px);
    transform: translatey(10px);
  }
}
@-moz-keyframes fadeInTop {
  from {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(10px);
    -moz-transform: translatey(10px);
    -o-transform: translatey(10px);
    transform: translatey(10px);
  }
}
@keyframes fadeInTop {
  from {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(100px);
    -moz-transform: translatey(100px);
    -o-transform: translatey(100px);
    transform: translatey(100px);
  }
}/** fadeIn **/

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}
/** scaleUpVerBottom **/
@-webkit-keyframes scaleUpVerBottom {
  0% {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
}
@-moz-keyframes scaleUpVerBottom {
  0% {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
}
@keyframes scaleUpVerBottom {
  0% {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
}
/** stretchdelay **/
@-webkit-keyframes stretchdelay {
    15% {
        transform: scaleY(1.5);
    }
}
@-moz-keyframes stretchdelay {
    15% {
        transform: scaleY(1.5);
    }
}
@keyframes stretchdelay {
    15% {
        transform: scaleY(1.5);
    }
}


/* */
body {
  container-type: inline-size;
  container-name: bodyContainer;
}
.body.refbody {
  container-type: inline-size;
  container-name: refbodyContainer;
}
.able-wrapper {
  container-type: inline-size;
  container-name: ableWrapperContainer;
}

/* */
body:has(#imwnMainContainer.active) {
  .wnentry .term-item {
    display: none;
  }
  .wnentry.wnTypeBeta::after {
    z-index: 1;
  }
  #imwnMainContainer .term-item, .term-item div {
    margin-left: 10px !important;
    left: auto !important;
  }
  #imwnMainContainer .term-item.showMoreInfo { 
    .term-item-moreInfo {
      display: block !important;
    }
    .term-item-more {
      display: none !important;
    }
  }
  #imwnMainContainer .term-item:has(.term-item-moreInfo[style*="display: block"]) { 
    .term-item-more {
      display: none !important;
    }
  }
}


body:has(#imwnMainContainer):has(.title.sectiontitle) {
  /* DocHeader3 */
  .DocHeader3 {
    display: none;
  }
}

/* */
body:has(#imwnMainContainer) {
  #loading-icon-on-bodyrefbody {
    align-items: center;
    color: #3d3d3d;
    background-color: transparent;
    display: flex;
    /* position: absolute; */
    position: sticky;
    width: 100%;
    height: 100%;
    /* top: 0; */
    bottom: 50%;
    left: 0;
    right: 0;
    justify-content: center;
    z-index: 92;
    .loading-content-wrapper {
        left: 0;
        right: 0;
        text-align: center;
        cursor: default;
        width: fit-content;
        height: fit-content;
        background-size: 150%;
        background-color: rgba(255, 255, 255, 0.849);
        padding: 5px;
        border-radius: 2px;
    }
    .loading-content-wrapper .loading-icons {
      display: inline-block;
      vertical-align: middle;
      height: 14px;
      padding-right: 5px;
    }
    .loading-content-wrapper .loading-icons > div {
      float: left;
      background: #005686;
      height: 100%;
      width: 3px;
      margin-right: 2px;
      display: inline-block;
      -webkit-animation: stretchdelay 1s infinite ease-in-out;
      -moz-animation: stretchdelay 1s infinite ease-in-out;
      -o-animation: stretchdelay 1s infinite ease-in-out;
      animation: stretchdelay 1s infinite ease-in-out;
    }
    .loading-content-wrapper .loading-icons .bar2 {
        -webkit-animation-delay: -0.9s;
        -moz-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }
    .loading-content-wrapper .loading-icons .bar3 {
        -webkit-animation-delay: -0.8s;
        -moz-animation-delay: -0.8s;
        -o-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }
    .loading-content-wrapper .loading-icons .bar4 {
        -moz-animation-delay: -0.7s;
        -o-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }
    .loading-content-wrapper p {
        font-family: "3DSRegular", Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        margin: 0;
    }
  }
  #loading-icon-on-bodyrefbody.disable {
    display: none;
  }

  .ua-icon {
    color: #368ec4;
  }

  .body.refbody {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
  }
  td, span:has(:not(.header-title)), p {
    line-height: 1.5;
  }
  p, p span, ul, ol, li {
    font-size: 14px;
  }

  h2 {
    font-size: 15pt;
    margin-top: 4pt;
    margin-bottom: 2pt;
    padding-top: 5px;
  }

  /* set icons position inside text */
  .iconImage {
    position: relative;
    bottom: -0.3em;
    margin-top: -9px;
    max-height: 22px;
  }

  /* add bold for note and wnbenefits title */
  .run-in\.wnbenefits, .run-in\.note {
    font-weight: bold;
  }

  /***         ***/
  /*** section ***/
  /***         ***/
  .section {
    display: none;
    padding: 2em 2em 2em 2em;
    border-radius: 0.5em;
  }
  .body.refbody:has(.noenhancementstext):not(:has(.wnimage)),
  .body.refbody:has(.noenhancementsforallreleasetext):not(:has(.wnimage)),
  .body.refbody:has(.wntileposter) {
    .section {
      display: block;
    }
  }
  /*.body.refbody:has(.noenhancementstext):not(:has(.wnimage)) #loading-icon-on-bodyrefbody,
  .body.refbody:has(.noenhancementsforallreleasetext):not(:has(.wnimage)) #loading-icon-on-bodyrefbody,
  .body.refbody:has(.wntileposter) #loading-icon-on-bodyrefbody {
    display: none;
  }*/
  .section:not(:has(#sub_guide_nav)) {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-duration: 0s;
    animation-delay: 0s;
  }
  .section:has(#sub_guide_nav) .title.sectiontitle,
  .section:has(#sub_guide_nav) .noenhancementstext,
  .section:has(#sub_guide_nav) .noenhancementsforroletext,
  .section:has(#sub_guide_nav) .noenhancementsforallreleasetext,
  .section:has(#sub_guide_nav) .dl.wn {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-duration: 0s;
    animation-delay: 0s;
  }
  .section:first-child {
    margin-top: 0em;
    padding-top: 0em;
  }
  .section:last-child:not(:has(.noenhancementstext)):not(:has(.noenhancementstext)):not(:has(.noenhancementsforallreleasetext)) {
    margin-bottom: 0em;
    padding-bottom: 1em;
  }

  div.section {
    margin-left: 0;
  }

  /* set different background for every section */
  .section:nth-child(even) {
    background-color: #edf3f9;
  }  
  .section:nth-child(odd) h2.title.sectiontitle {
    background-color: #f1f1f16e;
  }

  .body.refbody:has(.WNAppsContext) {
    .section:nth-child(odd) {
      background-color: #edf3f9 !important;
    } 
    .section:nth-child(odd) h2.title.sectiontitle {
      background-color: #ffffff;
    }
    .section:nth-child(even) {
      background-color: #ffffff !important;
    }    
    .section:nth-child(even) h2.title.sectiontitle {
      background-color: #f1f1f16e;
    }
  }

  .body.refbody:has(.WNRolesContext) {
    .section:nth-child(even) {
      background-color: #edf3f9 !important;
    } 
    .section:nth-child(even) h2.title.sectiontitle,
    .section:nth-child(odd) .highlightAppName {
      background-color: #ffffff;
    }
    .section:nth-child(odd) {
      background-color: #ffffff !important;
    }    
    .section:nth-child(odd) h2.title.sectiontitle,
    .section:nth-child(even) .highlightAppName {
      background-color: #f1f1f16e;
    }    
  }

  .body.refbody:not(:has(#role_abstract)) {
    .highlightAppName {
      display: none;
    }
    .section h2.title.sectiontitle {
      display: inline-flex !important;
    }
  }

  /* sectiontitle */
  .section h2.title.sectiontitle,
  .highlightAppName {  
    position: relative;
    display: inline-flex;
    cursor: text;
    align-items: center;
    padding: 0.2em 0.5em 0.2em 0.5em;
    width: fit-content;
    text-align: center;
    margin-left: 0% !important;
    margin-bottom: 0 !important;
    margin-right: 0.5em !important;
    margin-top: 0 !important;
    border-radius: 0.3em;
    background-color: #ffffffc4;
    vertical-align: middle;
    /*pointer-events: none;*/
  }
  .section h2.title.sectiontitle span.ph {  
    font-size: 1.2em;
  }

  .section h2.title.sectiontitle i {
    display: none;
  }

  .section h2.title.sectiontitle .releasedate {
    color: #3d3d3d;
    font-size: 0.8em;
    margin-left: 0.5em;
    vertical-align: middle;
  }

  p.noenhancementstext,
  p.noenhancementsforroletext,
  p.noenhancementsforallreleasetext {
    padding: 0;
    position: relative;
    display: inline-block !important;
    width: fit-content;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: #77797c;
    font-size: 1.2em;
    /* vertical-align: middle; */
  }

  @container refbodyContainer (width < 860px) {
    p.noenhancementstext {
      display: block !important;
      margin-top: 1em !important;
      margin-left: 0.3em !important;
    }
  }
  @container refbodyContainer (width < 950px) {
    p.noenhancementsforroletext {
      display: block !important;
      margin-top: 1em !important;
      margin-left: 0.3em !important;
    }
  }

  @container refbodyContainer (width < 1010px) {
    p.noenhancementsforallreleasetext {
      display: block !important;
      margin-top: 1em !important;
      margin-left: 0.3em !important;
    }
  }

  /** wn content **/
  /**            **/
  /* hide long description content */
  .wn .wnmoreinfo,
  .wn .wnlongdesc {
    display: none;
  }

  .body.refbody.hidden{
    display: none;
  }

  /* erase default css */
  .wn {
    display: block !important;
    margin-left: 0% !important;
    margin-top: 22px;
  }

  /* hide wnrole */
  .wn div.wnrole[data-role]:not([data-role=""]) *[class*=run-in\.wnrole] {
    display: none;
  }

  /* wn card box */
  .wn>.wnentry {
    width: 31%;
    height: fit-content;
    box-sizing: border-box;
    /*background-color: white;*/
    box-shadow: #00000009 0px 3px 4px 1px;
    border: solid 1px #e6e6e6;
    padding: 0.7em 0.7em 0.7em 0.7em;
    border-radius: 0.3em;
    margin-bottom: 19px;
    padding-bottom: 1.2em;
    transition-duration: 0.5s;
    overflow-wrap: break-word;
  }
  .wn>.wnentry-hidden {
    display: none;
  }


  @container refbodyContainer (width < 900px) {
    .wn>.wnentry {
      width: 48%;
    }
  }

  @container refbodyContainer (width < 550px) {
    .wn>.wnentry {
      /*width: 90%;*/
      width: 100%;
    }
    .body.refbody:has(#page_header) .section {
      padding: 2em 38px 2em 1em;
    }
  
    .body.refbody:has(#role_abstract) .section{
      padding-right: 1em;
      padding-left: 1em;
    }
    #role_abstract {
      margin-right: 1em !important;
      margin-left: 1em !important;
    }
  }

  @container refbodyContainer (width < 550px) {
    .wn>.wnentry {
      /*width: 90%;*/
      width: 100%;
    }
    .body.refbody:has(#page_header) .section {
      padding: 2em 38px 2em 1em;
    }
  
    .body.refbody:has(#role_abstract) .section{
      padding-right: 1em;
      padding-left: 1em;
    }
    #role_abstract {
      margin-right: 1em !important;
      margin-left: 1em !important;
    }
  }

  /* glow effect */
  .wn>.wnentry.glowwnentry {
    box-shadow: 0 0 10px 2px #00B8DE80;
    border: 1px solid #00B8DE;
    transition-duration: 0.5s;
  }

  /* wn card box title padding & margin */
  .wn .dt.wntitle {
    padding-right: 0.3em;
    padding-left: 0.3em;
    margin-top: 0;
    line-height: 1.2;
  }

  /* wn card box title */
  .wn .dt.wntitle, .wn .dt.wntitle span {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #3d3d3d;
  }

  /* wn card box ds-fonticon */
  .wn .ds-fonticon {
    font-size: 16px !important;
  }

  /* wn card box text */
  .wn .Intro1Only {
    color: #3d3d3d;
    padding-top: 0;
    padding-right: 0.3em;
    padding-left: 0.3em;
    background-color: transparent;
    border-radius: 0.3em;
    border: 0%, solid, #e6e6e6;
    border: none;
    line-height: 1.5;
  }

  /* erase default css */
  *[class*=wnentry] div.Intro1Only>* {
    margin-left: 0;
    margin-top: 0;
  }

  /* when there are an image in IntroOnly */
  .wn .Intro1Only  img.image.break {
    display: block;
    position: relative;
    border: none;
    padding-left: 0px !important;
    background-color: #FFFFFF;
    width: 100%;
  }

  /* wnentry betaFeature flag */
  .wnentry.wnTypeBeta::after {
    display: block;
    position: absolute;
    content: "Beta";
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 5px;
    top: 1em;
    right: 1em;
    /*background-color: #42a2da;*/
    background-color: #005686;
    color: #ffffff;
    font-style: italic;
    font-weight: normal;
    box-shadow: #00000009 0px 3px 4px 1px;
    /* border: solid 1.5px #005686; */
    z-index: 1;
  }
  .wnentry.wnTypeBeta:not(:has(.wnimage))::after {
    display: none;
  }

  /* wn card box img */
  .wntileposter {
    display: none;
    align-items: center;
    max-height: 100%;
    max-width: 100%;
    aspect-ratio: 16/9;
    border-radius: 0.3em 0.3em 0 0;
    margin-bottom: 1.2em;
    background-color: #f1f1f1;
  }
  .wnentry:has(.wnimage) .wntileposter {
    display: flex;
  }
  .wntileposter img {
    border-radius: 0.3em 0.3em 0px 0px;
    max-height: 100%;
    max-width: 100%;
    /*z-index: 1;*/
    transition: ease;
    margin: auto;
  }
  .wntileposter.gifposter .ff-container.ff-responsive {
    width: 100%;
    margin: auto;
}
  .wntileposter.gifposter .ff-container.ff-loading-icon:before {
    display: none;
  }
  .wntileposter.gifposter.ff-container:hover,
  .wntileposter.gifposter .ff-container:hover {
    cursor : unset !important;
  }
  .wntileposter.gifposter.ff-active .ff-image {
    opacity: 1 !important;
  }
  .wntileposter.gifposter.ff-active .ff-canvas {
    opacity: 0 !important;
  }
  .wntileposter.gifposter .ff-canvas.ff-canvas-ready {
    border-radius: 0.3em 0.3em 0px 0px;
    height: 100%;
    z-index: 1;
    top: 0 !important;
    left: 0 !important;
    padding: 0;
    /*opacity: 1 !important;*/
  }
  /*.wntileposter.gif-container.ff-inactive .ff-image {
    opacity: 0 !important;
  }*/


  /*.wntileposter.videoposter {
    background-image:none;
    background-color: #f1f1f1;
  }*/
  .wntileposter.videoposter:hover {
    cursor: pointer;
  }
  .wntileposter.videoposter::before {
    position: absolute;
    content: " ";
    color: #000000;
    background-color: #000000;
    padding: 20px;
    border-radius: 50%;
    transform: translate(calc(-32% - 1.06%), -1.06%);
    opacity: .4;
    z-index: 2;
    left: 49%;
  }
  .wntileposter.videoposter::after {
    position: relative;
    font-family: able;
    content: "\f04b";
    color: #ffffff;
    /*font-size: 1.5em;*/
    font-size: 20px !important;
    opacity: .4;
    z-index: 2;
    right: 51%;
  }
  .wntileposter.videoposter:hover::before,
  .wntileposter.videoposter:hover::after {
    opacity: .5;
  }
  .wntileposter.hidegif {
    background-image:none !important;
    border: #9e9e9e solid 1px;
    background-color: #cbcbcb;
  }
  .wntileposter.videoposter.hidevideo {
    opacity: 0.5;
  }

  div.Intro1Only .wnbenefits {
    margin-top: 0.6em;
    display: block !important;
  }

  /***                ***/
  /*** learn more btn ***/
  /***                ***/
  .wnentry .learnmorebtn, 
  .wnentry .gotoguidebtn {
    display: block !important;
    text-align: right;
    background-color: transparent;
    border: none;
    text-decoration: none;
    color: #005686 !important;
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 1.2em !important;
    margin-right: 0.8em;
  }
  .wnentry:not(:has(.dd.wnlongdesc)):not(:has(.wnmoreinfo)) .learnmorebtn {
    display: none !important;
  }
  .learnmorebtn span, 
  .gotoguidebtn span {
    cursor: pointer;
  }
  .learnmorebtn span::before, 
  .gotoguidebtn span::before {
    font-family: '3ds-fonticon';
    content: '\e141';
    font-size: 1em;
  }
  .learnmorebtn span:hover, 
  .gotoguidebtn span:hover {
    color: #003c5a !important;
  }

  .wnentry:has(.wnlongdesc .highlight) {
    .learnmorebtn span, 
    .gotoguidebtn span {
      color: #000000 !important;
      background-color: rgba(232, 123, 0, 0.5);
    }
    .learnmorebtn::before, 
    .gotoguidebtn::before {
      color: #000000 !important;
      background-color: rgba(232, 123, 0, 0.5);
    }
    .learnmorebtn:hover, 
    .gotoguidebtn:hover {
      color: #000000;
    }
  }

  /***                     ***/
  /*** imwn_main_container ***/
  /***                     ***/
  #imwnMainContainer {
    z-index: -10 !important;
    opacity:0;
    visibility:hidden;
    display: block;
    color: #3D3D3D;
    float: right;
    position: fixed;
    background-color: #e2e4e3f3;
    line-height: 18.2px;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: 100;
    width: 100%;
    /*height: calc(100% - 8em);*/
    height: calc(100% - 110px);
    font-family: Arial, Helvetica, sans-serif;
    overflow-wrap: break-word;
    transition: all 0.4s;
    -webkit-animation-name: fadeInTop;
    -moz-animation-name: fadeInTop;
    -o-animation-name: fadeInTop;
    animation-name: fadeInTop;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-duration: 0s;
    animation-delay: 0s;
  }
  #imwnMainContainer.active {
    z-index: 91 !important;
    opacity:1;
    visibility:visible;
    bottom: auto;
    /*top: 8em;*/
    top: 110px;
    -webkit-animation-name: fadeInBottom;
    -moz-animation-name: fadeInBottom;
    -o-animation-name: fadeInBottom;
    animation-name: fadeInBottom;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-duration: 0s;
    animation-delay: 0s;
  }
  #imwnMainContainer .wntileposter,
  #imwnMainContainer .dt.wntitle,
  #imwnMainContainer .learnmorebtn {
    display: none;
  }


  /* learn more view */
  #learnMoreView {
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0px 0px 8px rgb(202, 202, 202);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    margin-top: 1em;
    max-width: 670px;
    max-height: calc(100% - 6.5em);
    border-radius: 0.4em;
    background-color: #ffffff;
    padding-right: 0.8em;
    padding-left: 2em;
    padding-top: 0.5em;
    padding-bottom: 1.5em;
    line-height: 1.5;
  }
  #learnMoreView:focus-visible {
    outline:none !important;
  }

  @media screen and (max-width: 915px) {
    #imwnMainContainer.active {
      /*top: 7em;*/
      top: 97px;
      /*height: calc(100% - 7em);*/
      height: calc(100% - 97px);
    }
    #learnMoreView {
      max-height: calc(100% - 7.5em);
    }
    .able-wrapper {
        max-width: 100% !important;
    }
  }

  @media screen and (max-width: 760px) {
    #imwnMainContainer.active {
      /*top: 6em;*/
      top: 84px;
      /*height: calc(100% - 6em);*/
      height: calc(100% - 84px);
    }
    #learnMoreView {
      max-height: calc(100% - 4.5em);
    }
  }

  @media screen and (max-height: 730px) {
    #imwnMainContainer.active {
      z-index: 100000000 !important;
      /*height: calc(100% - 4em);*/
      height: calc(100% - 80px);
    }
    #imageZoomedContainer.active {
      z-index: 100000001 !important;
    }
    .able-modal-overlay {
      z-index: 100000001;
    }
    .able-modal-dialog {
      z-index: 100000002;
      overflow: auto;
      max-height: 85%;
    }
  }

  /* imwn_main_container_header */
  #imwnMainContainerHeader {
    color: #3d3d3d;
    position: sticky;
    top: 0%;
    margin-bottom: 5px;
    margin-left: 0.2em;
  }
  #imwnMainContainerHeader h2 {
    display: inline-block;
    padding-right: 1em;
    width: 93%;
  }

  /* imwnMainContainer betaFeature flag */
   #imwnMainContainer.betaFeature #imwnMainContainerHeader h2::before {
    /*content: "[Beta] ";*/
    /*content: "Beta ";*/
    display: inline-block;
    position: relative;
    content: "Beta";
    font-size: 14px;
    font-weight: normal;
    padding-top: 1px;
    /* padding-top: 1.25px; */
    /* padding-bottom: 0px; */
    padding-bottom: 1px;
    padding-right: 9px;
    padding-left: 9px;
    margin-right: 10px;
    border-radius: 5px;
    top: -0.22em;
    /*background-color: #42a2da;*/
    background-color: #005686;
    color: #ffffff;
    font-style: italic;
    font-weight: normal;
    box-shadow: #00000009 0px 3px 4px 1px;
    /*border: solid 1.5px #005686;*/
  }
  #imwnMainContainer[style*="font-size: 17.6px;"].betaFeature #imwnMainContainerHeader h2::before {
    font-size: 15px;
    top: -0.1em;
    padding-top: 2px;
  }
  #imwnMainContainer[style*="font-size: 20px;"].betaFeature #imwnMainContainerHeader h2::before {
    font-size: 16px;
    padding-top: 2px;
    top: -0.12em;
  }
  #imwnMainContainer[style*="font-size: 24px;"].betaFeature #imwnMainContainerHeader h2::before {
    font-size: 17px;
    padding-top: 2px;
  }

  #imwnMainContainer img.image.wnimage {
    display: block;
    position: relative;
    padding: 4px !important;
    border: 0px;
    box-sizing: border-box;
    box-shadow: #00000014 0 0 3px 2px;
    background-color: #FFFFFF;
    margin-bottom: 1px;
    margin-top: 8px;
    border-radius: 4px;
    width: initial !important;
    max-width: calc(100% - 2px) !important;
    /* cursor: zoom-in; */
  }
  #imwnMainContainer img {
    max-width: 100%;
  }
  #imwnMainContainer table.Remark {
    width: 100%;
  }
  #imwnMainContainer img.image.break {
    position: relative;
    border: none;
    background-color: #FFFFFF;
    /* cursor: zoom-in; */
  }
  #imageZoomedContainer {
    display: none;
  }
  #imageZoomedContainer.active {
    display: flex;
    height: 100vh;
    width: 100vw;
    /* background-color: #000000; */
    background-color: #000000f0;
    position: fixed;
    /* z-index: 110; */
    z-index: 100001; /* to hide the footer */
    top: auto;
    left: 0;
    bottom: 0;
    @-moz-document url-prefix() {
      position: sticky;
    }
  }
  #imageZoomedContainer.active #closebtn {
    margin: 10px; /* */
    /* padding: 15px; */
    position: absolute;
    right: 0;
    cursor: pointer;
  }
  #imageZoomedContainer.active #closebtn::before {
    color: rgb(255, 255, 255);
    font-family: '3ds-fonticon';
    content: '\e015';
    font-size: 14px; /* */
    /* font-size: 22px; */
  }
  #imageZoomedContainer img.image {
    margin: auto;
    cursor: zoom-out;
    max-width: 95vw;
    max-height: 95vh;
  }
  #imwnMainContainer .able-wrapper {
    margin-left: 2px !important;
    margin-right: 1px !important;
    max-width: 645px !important;
  }
  #imwnMainContainer .ds-fonticon {
    font-size: 16px !important;
  }

  #closeImwnMainContainerBtn {
    color: #77797c;
    position: absolute;
    right: 0%;
    top: 0%;
    cursor: pointer;
    margin-top: 0em;
    /*font-size: 1.5em;*/
    font-size: 21px;
  }

  #closeImwnMainContainerBtn::before {
    font-family: '3ds-fonticon';
    content: '\e015';
  }

  /* learn_more_view_content */
  #learnMoreViewContent {
    overflow: auto;
    overflow-x: hidden;
    overflow-wrap: break-word;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
    padding-right: 1em;
    padding-left: 0.2em;
    font-size: 14px !important;
  }

  #learnMoreViewContent div.Intro1Only {
    padding: 10px;
    background-color: #F4F5F6;
    border: solid 1px #E2E4E3;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 3px !important;
  }

  #learnMoreViewContent p,
  #learnMoreViewContent div[class]:not([class^="able"]):not(:has(p)),
  #learnMoreViewContent .note {
    color: #3d3d3d;
    margin-left: 0;
  }

  #learnMoreViewContent table {
    margin-bottom: 10px;
  }

  #learnMoreViewContent div.wnrole[data-role]:not([data-role=""]) *[class*=run-in\.wnrole] {
    position: absolute;
    bottom: 0px;
    right: 5px;
  }
  #imwnMainContainer.inDashboard #learnMoreViewContent div.wnrole[data-role]:not([data-role=""]) *[class*=run-in\.wnrole] {
    display: none;
}
  #learnMoreViewContent .wnmoreinfo {
    margin-left: 4px;
    margin-top: 1em;
  }

  #learnMoreViewContent .xref,
  #learnMoreViewContent .xref .disactivated
   {
    text-decoration: underline !important;
    color: #42a2da !important;
  }

  #learnMoreViewContent .xref:hover,
  #learnMoreViewContent .xref .disactivated:hover {
    color: #0065a0 !important;
  }

  #learnMoreViewContent .xref a.xref:visited,
  #learnMoreViewContent .xref .disactivated:visited {
    color: #1A79B1 !important;
  }

  #learnMoreViewContent  .run-in\.wnmoreinfo {
    font-weight: normal !important;
  }

  #learnMoreViewContent  .run-in\.wnmoreinfo::before {
    font-family: '3ds-fonticon';
    content: '\e020';
    padding-right: 5px;
    /**/color: #368ec4;
  }


  /**                    **/
  /** App and Role guide **/
  /**                    **/
  .sticky {
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 11 !important;
    background-color: #ffffff;
    box-shadow: #0000003b 2px 1px 4px 0px;
  }

  #header_container {
    padding-left: 1em;
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 2.2em;
    line-height: 2.2elm;
    height: 100px;
  }

  #header_title {
    margin-top: 0;
    margin-bottom: 5px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 2.2em;
    height: 90px;
    z-index: 10;
  }

  #tile_name, #wn_word {
    line-height: 1.2em;
    z-index: 10;
  }
  #wn_word.hidden, #wn_sticky_version.hidden {
    display: none;
  }
  #tile_name {
    display: block;
  }

  #header_title_text {
    color: #3d3d3d;
    font-family: '3dslight';
    display: block;
  }

  #wn_word, #wn_sticky_version {
    position: relative;
    display: inline;
    font-size: 0.6em;
    color: #005686;
    line-height: 1.2em;
    font-weight: normal;
  }

  #imwnMainContainer.notInPortal {
    top: 90px;
    height: calc(100% - 90px);
    @-moz-document url-prefix() {
      height: calc(100vh - 88px);
      top: auto;
      position: sticky;
      bottom: 0;
    }
  }
  #imwnMainContainer.inApp {
    top: 100px;
    height: calc(100% - 100px);
    @-moz-document url-prefix() {
      height: calc(100vh - 98px);
      top: auto;
      position: sticky;
      bottom: 0;
    }
  }
  #imwnMainContainer.inApp.with_small_header_container {
    top: 80px;
    height: calc(100% - 80px);
    @-moz-document url-prefix() {
      height: calc(100vh - 79.5px);
      top: auto;
      bottom: 0;
    }
  }
  #imwnMainContainer.inDashboard.with_small_header_container {
    top: 80px;
    height: calc(100% - 80px);
    @-moz-document url-prefix() {
      height: calc(100vh - 79.5px);
      top: auto;
      bottom: 0;
    }
  }
  .body.refbody:has(#page_header) {
    .wn .dt.wntitle {
      padding-right: 0.3em;
      padding-left: 0.3em;
      margin-top: 0;
      margin-bottom: 1em;
    }
  }

  #page_header{
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    z-index: 10;
    top: 0;
    @-moz-document url-prefix() {
      position: sticky;
    }
  }
  .WNRolesContext:nth-of-type(2) {
    margin-top: 9em;
    @-moz-document url-prefix() {
      margin-top: 3em;
    }
  }
  .WNRolesFirstSection {
    margin-top: 10em;
    @-moz-document url-prefix() {
      margin-top: 0em;
    }
  }
  .WNRoleUniqueAppFirstSection, .WNAppsFirstSection {
    margin-top: 5em;
    @-moz-document url-prefix() {
      margin-top: 0em;
    }
  }

  #backbtn::before {
    position: fixed;
    font-family: "3ds-fonticon";
    content: "";
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    background-color: rgb(112, 112, 112);
    box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 4px 2px;
    color: white;
    cursor: pointer;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    border-radius: 50%;
  }
  #backbtn:focus-visible::before {
    width: 40px;
    height: 40px;
    border: solid 2px #000000;
  }
  @-moz-document url-prefix() {
    #backbtn::before {
      position: sticky;
      right: auto;
      left: calc(100vw - 78px);
      padding: 12px;
    }
    #backbtn:focus-visible::before {
      border: solid 2px #270de8;
    }
  }
  #backbtn.hidden::before {
    display: none;
  }
  /** milestones' scroll_bar **/
  #milestone_scroll_bar {
    visibility: visible;
    height: 100%;
    width: 38px;
    position: fixed;
    right: 8px;
    top: 5px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.44);
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-duration: 0s;
    animation-delay: 0s;
  }
  @-moz-document url-prefix() {
      #milestone_scroll_bar {
        height: 100vh;
        position: sticky;
        bottom: 0px;
        top: auto;
        left: calc(100% - 45px);
        align-content: center;
      }
  }

  #milestone_scroll_bar.hidden {
    /*display: none;*/
    visibility: hidden;
  }
  #scroll_bar_container {
    /*height: calc(100% - 90px);*/
    height: calc(100% - 110px);
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 70px;
    padding-bottom: 40px;
    background: linear-gradient(rgba(255, 0, 0, 0),
     rgb(197, 197, 197) 50%,
     rgba(255, 0, 0, 0))
     center center / 2px 100% no-repeat;
    flex-flow: column;
    @-moz-document url-prefix() {
      padding-top: 80px;
    }
  }
  .scroll_milestones {
    width: 14px;
    height: 14px;
    background-color: white;
    cursor: pointer;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(209, 212, 212);
    border-image: initial;
    border-radius: 50%;
    transition: 0.1s linear;
  }
  .scroll_milestones::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38px;
    height: 38px;
  }
  .scroll_milestones:hover,
  .scroll_milestones:focus {
    transform: scale(1.3);
  }
  .scroll_milestones:hover {
    border: solid 1px #b4b6ba;
    background-color: #f4f5f6;
  }
  .GA_mil {
    width: fit-content;
    height: fit-content;
    font-size: 9px;
    padding: 4px;
    font-weight: bold;
    color: rgb(119, 121, 124);
    border-radius: 20px;
  }
  .GA_mil:hover {
    transform: scale(1.1);
  }
  .GA_mil span {
    z-index: 1000;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
  }
  .active_mil {
    background: #42A2DA;
    border: solid 1px #42A2DA;
    color: #42A2DA !important;
  }
  .active_mil:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    background-color: white;
    filter: drop-shadow(2px 2px 3px #666);
    border-radius: 20px;
  }  
  .active_mil.GA_mil:after {
    width: 85% !important;
    height: 74% !important;
    top: 50% !important;
  }
  .active_mil:hover {
    border: solid 1px #42A2DA;
    background: #42A2DA;
  }

  /**WNRoles**/  
  .highlightAppName {
    font-size: 24px;
    font-weight: bold;
    color: #3d3d3d;
    /*padding-top: 0 !important;*/
  }
  .highlightAppName:has(.appType) {
    display: block;
    padding-bottom: 16px;
  }
  .appType {
    top: 30px;
    color: #7e8084;
    display: block;
    position: absolute;
    font-variant: all-small-caps;
    font-size: 13px;
    font-weight: normal;
  }
  .appType.cloud::before {
    color: #a0a2a5;
    content: '\e244';
    font-family: '3ds-fonticon';
    font-size: 14px;
    margin-right: 3px;
  }
  .appType.onpremise::before {
    color: #a0a2a5;
    content: '\e043';
    font-family: '3ds-fonticon';
    font-size: 14px;
    margin-right: 3px;
  }
  #greyOverplay.visible/*:not([class="hidden"])*/ {
    position: fixed;
    background-color: #e2e4e3f3;
    top: 90px;
    width: 100%;
    height: 100%;
    z-index: 4;
    visibility: visible;
    opacity: 1;
    left: auto;
    /*transition: opacity 0.7s linear;*/
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-duration: 0s;
    animation-delay: 0s;
    @-moz-document url-prefix() {
      width: 100vw;
    }
  }
  #greyOverplay.hidden {
    visibility: hidden;
    opacity: 0;
    /*transition: visibility 0s 0.7s, opacity 0.7s linear;*/
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-duration: 0s;
    animation-delay: 0s;
  }
  
  .section.WNRolesContext {
    margin-left: 110px;
  }
  
  #header_container.WNRolesContext {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    font-size: 2.4em;
    line-height: 2.4elm;
    height: 90px;
  }
  #header_container.WNRolesContext #header_title {
    padding-left: 0.1em;
  }
  #header_container #header_title {
    font-size: 1em;
    width: 95%; 
    white-space: wrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
  }
  #header_title_icon img {
    padding-right: 15px;
  }
  #header_container * {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
  }
  #header_container #header_title #wn_word, #header_container #header_title #wn_sticky_version {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
  }
  .body.refbody:has(#header_title_icon) {
    #page_header.sticky {
      border-bottom: solid 1px #D1D4D4;
    }
  }


  .body.refbody:has(.roleHightlightsContext #header_container) {
    .section.WNRolesContext:nth-child(even) {
      background-color: #ffffff !important;
    }
    .section.WNRolesContext:nth-child(even) h2.title.sectiontitle {
      background-color: #f1f1f16e;
    }
    .section.WNRolesContext:nth-child(odd) {
      background-color: #edf3f9 !important;
    } 
    .section.WNRolesContext:nth-child(odd) h2.title.sectiontitle {
      background-color: #ffffff;
    }
    .section.onlyonesection.WNRolesContext {
      background-color: #ffffff !important;
    }
    .section.onlyonesection.WNRolesContext h2.title.sectiontitle {
      background-color: #f1f1f16e;
    }
  }

  #tab_bar {
    display: flex;
    background: #fff;
    top: 90px;
    left: 4px;
    z-index: 5;
    flex-direction: column;
    flex: 1 0 auto;
    position: fixed;
    width: 105px;
    border-right: 2px solid #efefef;
    margin-right: 35px;
    padding-top: 10px;
    height: calc(100vh - 100px);
    transition: width 0.5s ease-in-out;
    max-width: calc(100vw - 50px);
  }
  #tab_bar_content::-webkit-scrollbar-thumb {
    background-color: #e1e1e1 !important; 
  }
  #tab_bar_content::-webkit-scrollbar {
    width: 4px;
  }
  #tab_bar_content::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 10rem;
  }
  #tab_bar_content::-webkit-scrollbar-track {
    position: absolute;
    right: -3rem;
    top: -50rem;
    background: transparent;
  }
  #tab_bar_content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(83px, 1fr));
    grid-template-columns: repeat(auto-fill, minmax(106px, 1fr));
    column-gap: 15px;
    row-gap: 10px;
    z-index: 3;
    flex-direction: column ;
    overflow-y: overlay;
    overflow-x: hidden;
    /*scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.071) transparent;*/
    background: rgb(255, 255, 255);
    padding-right: 10px;
  }
  #tab_bar_content::-webkit-scrollbar-thumb {
    background-color: #e1e1e1 !important; 
  }
  #tab_bar_content::-webkit-scrollbar {
    width: 4px;
  }
  #tab_bar_content::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 10rem;
  }
  #tab_bar_content::-webkit-scrollbar-track {
    position: absolute;
    right: -3rem;
    top: -50rem;
    background: transparent;
  }
  .tab_bar_opened {
    height: 100%;
    max-width: calc(100vw - 10px);
    @-moz-document url-prefix() {
      max-width: 100vw;
    }
  }
  #tab_bar_content.hiddenScrollbar::-webkit-scrollbar-thumb {
    background-color: transparent !important; 
  }
  #tab_bar_content .tab {
    width: 96px;
    height: 96px;
    width: 103px;
    width: 106px;
    height: 97px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    padding: 0 3px;
  }
  #tab_bar_content .tab:last-child  {
    margin-bottom: 5px;
  }
  .tab.hidden {
    display: none;
  }
  #tab_bar_content .tab .app_icon {
    background: center center no-repeat;
    height: 64px;
    width: 64px;
    margin: auto;
    background-size: auto;
    background-size: contain;
    position: relative;
  }
  .app_title {
    font-family: Arial, Helvetica, sans-serif;
    color: #191919;
    text-align: center;
    font-size: 12px;
    letter-spacing: -0.08px;
    word-break: break-word;
    display: flex;
    justify-content: center;
    align-items: center;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    overflow: hidden;
    /*padding: 1.5px 6px;*/
    padding: 1.5px 5px;
    padding-bottom: 2.5px;
    position: relative;
    height: 28px;
  }
  .app_title span {
    max-height: 28px;
    overflow: hidden;
  }
  .new_enhancement_tab .app_title span {
    margin-left: 1px;
  }
  .new_enhancement_tab .app_title::before {
    content: "";
    position: absolute;
    /* left: 1px; */
    left: 2px;
    /* top: 7px; */
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: rgb(232, 123, 0);
    border-radius: 50%;
  }
  .app_type {
    position: absolute;
    right: 5px;
    top: 4px;
  }
  .keyapp_tab .app_type {
    position: absolute;
    right: 5px;
    /* top: 4px; */
    /* top: 6px; */
    top: 17px;
  }
  .app_type.type_onpremise {
    position: absolute;
    right: 5px;
    /* top: 4px; */
    top: 6px;
  }
  .keyapp_tab .app_type.type_onpremise {
    position: absolute;
    right: 5px;
    /* top: 4px; */
    /* top: 6px; */
    top: 18px;
  }
  .type_onpremise::before {
    content: '\e043';
    font-size: 14px;
    color: #b4b6ba;
    font-family: '3ds-fonticon';
    background: #ffffffd1;
    width: 16px;
    height: 16px;
    border-radius: 2px;
  }
  .type_cloud::before {
    content: '\e244';
    font-size: 14px;
    color: #b4b6ba;
    font-family: '3ds-fonticon';
    background: #ffffffd1;
    width: 16px;
    height: 16px;
    border-radius: 2px;
  }
  .active_tab {
    color: rgb(255, 255, 255) !important;
    background: rgb(54, 142, 196);
    border-radius: 3px;
  }
  .keyapp_tab::after {
    content: '\e012';
    font-size: 10px;
    color: #005686;
    font-family: '3ds-fonticon';
    position: absolute;
    top: 6px;
    /*top: 22px;*/
    /*right: 10px;*/
    right: 7px;
    filter: drop-shadow(0 0 0.03rem rgba(0, 0, 0, 0.9));
  }
  .role_icon::before {
    content: '';
    width: 18px;
    height: 18px;
    background: white;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 50%;
  }
  .role_icon::after {
    content: '\e012';
    font-size: 14px;
    color: #005686;
    font-family: '3ds-fonticon';
    position: absolute;
    bottom: 10px;
    right: 10px;
    filter: drop-shadow(0 0 0.03rem rgba(0, 0, 0, 0.9));
  }
  #tab_bar_expander {
    background-color: #ffffff;
    color: #77797C;
    text-align: center;
    font-size: 10px;
    flex: 0 0 auto;
    line-height: 30px;
    display: none;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: -26px;
    width: 32px;
    height: 30px;
    border-radius: 0 5px 5px 0;
    border: solid 2px #f1f1f1;
    box-sizing: content-box;
  }
  #tab_bar_expander.hidden {
    display: none !important;
  }
  #tab_bar_expander::after {
    font-family: '3ds-fonticon';
    content: '\e133';
    padding-left: 7px;
    padding-right: 5px;
    font-weight: normal;
    font-size: 14px;
  }
  .tab_bar_expanded #tab_bar_expander::after {
    content: '\e134';
  }
  .sticky_tab_bar #tab_bar_expander {
    top: 15px;
  }
  #role_abstract {
    width: calc(93% - 110px);
    height: fit-content;
    box-sizing: border-box;
    background-color: #F4F5F6;
    box-shadow: #00000009 0px 3px 4px 1px;
    border: solid 1px #e6e6e6;
    padding: 1.4em 1.4em 1.4em 1.4em;
    margin-bottom: 15px;
    background-color: #F4F5F6;
    border: solid 1px #E2E4E3;
    border-radius: 0.3em;
    /*margin-bottom: 3em;*/
    margin-left: calc(110px + 2em);
    margin-right: calc(110px + 2em);
  }
  #role_abstract.hidden {
    display: none;
  }
  #role_abstract_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #sub_guide_nav {
    display: flex;
    width: auto;
    justify-content: flex-start;
    flex-flow: wrap;
    gap: 15px;
    margin-bottom: 3em;
  }
  .sub_guide_nav_button {
    background-color: rgb(241, 241, 241);
    color: rgb(61, 61, 61);
    font-size: 12px;
    cursor: pointer;
    padding: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(209, 212, 212);
    border-image: initial;
    border-radius: 4px;
  }
  .active_sub_guide {
    background-color: rgb(213, 232, 242);
    color: rgb(0, 86, 134);
    border-color: rgb(54, 142, 196);
  }
  @media only screen and (max-width: 768px) {    
    #greyOverplay {
      display: none;
    }
    .section {
      margin-left: 0px !important;
    }
    .WNRolesFirstSection.WNRolesContext {
      @-moz-document url-prefix() {
        margin-top: 6em;
      }  
    }
    .body.refbody:has(#page_header) .section {
      padding: 2em 38px 2em 1em;
    }  
    @-moz-document url-prefix() {
      .body.refbody:has(#page_header) .section {
        padding: 2em 50px 2em 1em;
      }  
    }
    .body.refbody:has(#role_abstract) .section{
      padding-right: 1em;
      padding-left: 1em;
    }
    #role_abstract {
      margin-right: 1em !important;
      margin-left: 1em !important;
    }
    .bottom-mix {
      padding-left: 0px;
      padding-right: 10px;
    }    
    /*.section.WNRolesContext {
      margin-left: 10px;
    }*/
    .inDashboard {
      top: 65px !important;
      height: calc(100% - 65px) !important;
      @-moz-document url-prefix() {
        top: auto !important;
        height: calc(100vh - 70px) !important;
      }
    }
    .inApp {
      top: 68px !important;
      height: calc(100% - 68px) !important;
      @-moz-document url-prefix() {
        top: auto !important;
        height: calc(100vh - 67px) !important;
      }
    }
    #role_abstract {
      margin-top: 12.7em;
      margin-left: calc(10px + 2em);
      margin-right: calc(10px + 2em);
      width: auto;
      @-moz-document url-prefix() {
        margin-top: 8em;
      }
    }
    #milestone_scroll_bar {
      right: 4px;
      top: 30px;
      z-index: 5;
    }
    @-moz-document url-prefix() {
      #milestone_scroll_bar {
        top: auto;
        bottom: 0;
        left: calc(100% - 44px) !important;
      }
    }
    #page_header {
      padding-top: 7px;
      padding-left: 7px;
      left: 0;
      right: 0;
    }
    #page_header.WNAppsContext.sticky {
      border-bottom: solid 1px #D1D4D4;
    }
    #scroll_bar_container {
      height: calc(100% - 170px) !important;
      margin-top: 60px;
      padding-top: 50px;
      background: linear-gradient(rgba(255, 0, 0, 0), rgb(197, 197, 197) 50%, rgba(255, 0, 0, 0)) center center / 2px 100% no-repeat;
    }
    @-moz-document url-prefix() {
      #scroll_bar_container {
        height: calc(100% - 150px) !important;
        bottom: 0;
      }
    }
    #tab_bar {
        z-index: 6;
        width: 100% !important;
        max-width: 100% !important;
        height: 80px;
        display: flex;
        left: 0px;
        top: 55px;
        flex-flow: row-reverse;
        border-right: solid 0px #D1D4D4;
        border-bottom: solid 1px #D1D4D4;
        margin-bottom: 20px;
        transition: none;
    }
    @-moz-document url-prefix() {
      #tab_bar {
        position: sticky;
        top: 57px;
      }
    }
    .role_icon::before {
      width: 15px;
      height: 18px;
      bottom: 5px;
      right: 3px;
    }
    .role_icon::after {
      bottom: 7px;
      right: 2px;
    }
    .tab_bar_opened {
      height: 100%;
    }
    #tab_bar_expander, 
    .sticky_tab_bar #tab_bar_expander,
    #tab_bar_expander.hidden  {
        display: block !important;
        width: 64px;
        height: auto;
        background-color: #ffffff00;
        text-align: center;
        line-height: 50px;
        position: relative;
        top: 5px;
        right: 0px;
        border: 0;
        z-index: 2;
    }
    #header_container {
      padding-left: 0%;
      padding-bottom: 10px;
    }
    #header_container.WNRolesContext, #header_container.WNAppsContext {
      height: 50px;
    }
    .sticky #header_container.WNAppsContext {
      border-bottom: solid 1px #D1D4D4;
    }
    #page_header.WNAppsContext.sticky #header_container.WNAppsContext {
        border-bottom: none;
    }
    #header_container.WNRolesContext #tile_name {
      font-size: 0.8em;
      white-space: nowrap;
    }
    #header_container.WNRolesContext #wn_word,
    #header_container.WNRolesContext #wn_sticky_version {
      font-size: 0.5em;
    }
    #tab_bar_content .tab .app_icon {
      height: 40px;
      width: 40px;
      background-repeat: no-repeat;
      background-size: 40px 40px;
    }
    .app_title {
      left: 0;
      font-size: 12px;
    }
    .sticky {
        padding-top: 7px;
        padding-left: 7px;
        width: 100%;
        position: fixed;
        background-color: #ffffff;
        box-shadow: #00000000 0px 1px 4px 0px;
    }
    #tab_bar_content, 
    #tab_bar:has(#tab_bar_expander.hidden) #tab_bar_content  {
        grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
        grid-template-columns: repeat(auto-fill, minmax(103px, 1fr));
        column-gap: 0px;
        column-gap: 6px;
        flex: 1 0 auto;
        overflow: hidden;
        height: auto;
        padding-right: 0px;
        padding-left: 8px;
    }
    #tab_bar:has(.tab_bar_opened) {
      top: 118px;
      width: calc(100% - 40px) !important;
      height: 100% !important;
      @-moz-document url-prefix() {
        top: 57px;
        padding-top: 10px;
        width: 100vw !important;
      }
      #tab_bar_content {
        overflow-y: auto;
        padding-top: 10px;
        padding-left: 10px !important;
        padding-left: 20px !important;
        padding-bottom: 0px !important;
        padding-right: 100px !important;
        height: calc(100vh - 120px) !important;
        @-moz-document url-prefix() {
          padding-left: 0px !important;
          padding-top: 80px;
        }
      }
    }
    .tab_bar_opened {
        height: fit-content;
        row-gap: 10px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        column-gap: 25px !important;
        column-gap: 16px !important;
        overflow: auto;
    }
    #tab_bar_expander::after {
      content: '\e001';
      font-size: 25px;
    }
    .tab_bar_expanded #tab_bar_expander {
      text-align: end;
      width: 100%;
      height: 50px;
      line-height: 50px;
      z-index: 5;
      background-color: #f1f1f1;
      position: fixed;
      top: 65px;
      right: 0px;
      border-top: solid white 2px;
      border-bottom: solid white 2px;            
    }
    @-moz-document url-prefix() {
      .tab_bar_expanded #tab_bar_expander {
        position: sticky;
        width: 100vw;
        left: 0;
        margin-top: -10px;
        border-top: 10px white solid;
      }
    }
    .tab_bar_expanded #tab_bar_expander::after {
      z-index: 5;
      content: '\e015' !important;
      padding-right: 15px !important;
    }
  }
  @container refbodyContainer (width < 400px) { 
    .section h2.title.sectiontitle,
    .highlightAppName {
      display: block;
      width: 92%;
    }
    .highlightAppName:has(.appType) {
      padding-bottom: 0.2em;
    }
    .highlightAppName .appType {
      top: auto;
      position: relative;
    }
    .section h2.title.sectiontitle .releasedate {
      display: block;
    }
  }
  .highlight {
    color: #000000 !important;
    background-color: rgba(232, 123, 0, 0.5) !important;
  }
}
  
/***           ***/
/*** UA Panels ***/
/***           ***/

/** For Firefox only **/
/* Able Player in UAPanel */
@-moz-document url-prefix() {
  html:has(#imwnMainContainer):has(.DocHeader-UAPanel) {
    background-color: rgba(226, 228, 227, 0.953) !important;
  }
}

body:has(#imwnMainContainer):has(.DocHeader-UAPanel) {
  /** section **/
  /**         **/
  .section:first-child {
    margin-top: 0.5em;
    padding-bottom: 1em;
  }
  .section:last-child {
    padding-bottom: 1em;
  }

  div.section {
    margin-left: -10px;
  }  
  .section h2.title.sectiontitle,
  .highlightAppName {
    margin-left: 7px !important;
    padding: 0.1em 0.3em 0.1em 0.3em;
    font-size: 1.4em;
  }
  .wn {
    margin-top: 12px;
  }
  .wn>.wnentry {
    margin-left: 5px;
    padding-bottom: 0.6em;
  }
  @container refbodyContainer (width < 900px) {
    .wn>.wnentry {
      width: 45%;
    }
  }
  @container refbodyContainer (width < 550px) {
    .wn>.wnentry {
      margin-bottom: 12px;
      width: 97%;
    }
    .section {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .section:has(.wnimage) .wntileposter {
    margin-bottom: 0em;
  }
  .wn .dt.wntitle {
    font-size: 15px !important;
    line-height: 1.3;
    padding-bottom: 0.5em;
  }
  .wn .Intro1Only {
    font-size: 13px !important;
  }
  .learnmorebtn, .gotoguidebtn {
    font-size: 11px;
    margin-top: 0.6em !important;
    margin-right: 0.4em;
  }
  #imwnMainContainer {
    top: 0em;
    height: 100%;
    width: 100%;      
    @-moz-document url-prefix() {
      position: sticky;
      bottom: 0;
      height: 100vh;
      width: 100vw;
    }
  }
  #learnMoreView {
    max-height: calc(100% - 4em);
  }
  #imwnMainContainerHeader {
    margin-bottom: 0.6em;
    margin-left: 0;
    margin-right: 0.2em;
  }
  #imwnMainContainerHeader h2 {
    font-size: 13pt;
    line-height: 1.3;
    margin-top: 0;
    padding-left: 1.3em;
    padding-right: 0;
    width: 95%;
  }
  #closeImwnMainContainerBtn {
    margin-top: 0em;
    left: -15px;
    top: 2px;
    width: 38px;
    height: 38px;
    line-height: normal;
  }
  .inIframe #closeImwnMainContainerBtn {
    /*top: -4px;*/
  }
  #closeImwnMainContainerBtn::before {
    content: '\e140';
    font-size: 27px;
    padding: 5.5px;
  }
  #learnMoreViewContent {
    padding-right: 0.4em;
    padding-left: 0.4em;
  }
  @container bodyContainer (width < 382px) { 
    #learnMoreView {
      top: 0em;
      /*height: calc(100% - 2px);*/
      /*min-height: calc(100% - 12px);*/
      max-height: calc(100% - 2px);
      padding: 0px;
      padding-left: 5px;
      padding-bottom: 10px;
      margin: 0px;
      margin-left: auto;
      margin-right: auto;
      font-size: 13px !important;
      border-radius: 0;
      border-top: #bcbfc4 1px solid;
      border-bottom: #bcbfc4 1px solid;
    }
    #learnMoreViewContent:has(div.wnrole[data-role]:not([data-role=""])) {
      margin-bottom: 30px;
    }
    #learnMoreViewContent div.wnrole[data-role]:not([data-role=""]) *[class*=run-in\.wnrole] {
      bottom: 10px;
      right: 15px;
      left: 10px;
      line-height: 1;
    }
  }


  /*Able Player*/
  @-moz-document url-prefix() {
    margin: 0;
    #table11 {
      margin-left: 0;
    }
    .able-prefs-form {
      max-height: 80vh !important;
      top: 20px !important;
    }
  }

  .inIframe {
    /* background-color: red !important; */
    .able-timer {
      bottom: 22px;
    }
    .UAPanelMode .able-button-handler-fullscreen,
    .UAPanelMode .able-button-handler-preferences {
      display: none;
    }
    .UAPanel-able-button-handler-fullscreen {
      order: 10;
    }
    .able-button-handler-volume {
      display: none;
    }
    .able-wrapper#able-UAPanel-fullscreen {
      position: fixed;
      height: 100%;
      max-width: 100% !important;
      top: 0;
      left: 0;
      right: 0;
      z-index: 11000;
      border-top: 1px solid;
    }
    .able-wrapper#able-UAPanel-fullscreen
    .able-player {
      top: auto;
      bottom: 0;
    }
    .able-wrapper[id*="able-UAPanel-fullscreen"] {
      .UAPanel-able-button-handler-fullscreen svg path {
        d: path("M0.145 16.964q0-0.145 0.112-0.257l3.705-3.705-1.607-1.607q-0.212-0.212-0.212-0.502t0.212-0.502 0.502-0.212h5q0.29 0 0.502 0.212t0.212 0.502v5q0 0.29-0.212 0.502t-0.502 0.212-0.502-0.212l-1.607-1.607-3.705 3.705q-0.112 0.112-0.257 0.112t-0.257-0.112l-1.272-1.272q-0.112-0.112-0.112-0.257zM8.571 9.464v-5q0-0.29 0.212-0.502t0.502-0.212 0.502 0.212l1.607 1.607 3.705-3.705q0.112-0.112 0.257-0.112t0.257 0.112l1.272 1.272q0.112 0.112 0.112 0.257t-0.112 0.257l-3.705 3.705 1.607 1.607q0.212 0.212 0.212 0.502t-0.212 0.502-0.502 0.212h-5q-0.29 0-0.502-0.212t-0.212-0.502z") !important;
      }
    }
    .able-big-play-button.icon-play {
      height: 100% !important;
      width: 100% !important;
    }
  
    .able-wrapper#able-UAPanel-fullscreen
    .able-big-play-button.icon-play {
      position: fixed;
      height: 100% !important;
      width: 100% !important;
    }
    
    .able:not(:has(.able-captions-wrapper[style*="display: none"])) {
      .able-player.able-video {
          top: calc(100% - 95px);
      }
      .able-big-play-button.icon-play {
        height: calc(100% - 47px) !important;
      }
    }
    .able-wrapper#able-UAPanel-fullscreen 
    .able:not(:has(.able-captions-wrapper[style*="display: none"])) {
      .able-captions-wrapper {
          background-color: rgba(0, 0, 0, 0) !important;
          position: fixed;
          bottom: 55px !important;
      }
      div.able-captions {
        border-radius: 4px;
        font-size: 1.15em !important;
        background-color: #000000b3 !important;
      }
    }
  }
}

/* for glassterm inside UAPanel*/
body:has(#imwnMainContainer.active):has(.DocHeader-UAPanel) {
  .toolTipstyle, .seeMoreToolTipstyle {
    position: fixed;
    z-index: 92;
  }
  @media screen and (max-height: 730px) {
    .toolTipstyle, .seeMoreToolTipstyle {
      z-index: 100000001 !important;
    }
  }
}

body:has(#imwnMainContainer):has(.DocHeader-UAPanel),
body:has(#imwnMainContainer):has(#page_header) {
  .able-seekbar-head {
    top: -.2em;
  }
  .able-controller div[role=button] {
    /*margin: 2px;*/
    min-height: 24px;
  }
}

body:has(#imwnMainContainer):has(#page_header) {
  /* Able Player tooltip */
  #ableMediaId_0-tooltip {
    top: -39px !important;
  }

  #header_back_arrow {
    display: none;
  }
  @-moz-document url-prefix() {
    margin: 0;
    .body.refbody {
      position: sticky;
      bottom: 0;
      min-height: 100vh;
    }
  }
  .wncontent:has(.WNRolesContext):not(:has(.WNRoleUniqueAppFirstSection)) {
    @-moz-document url-prefix() {
      #milestone_scroll_bar {
        height: calc(100vh - 90px) !important;
      }
    }
  }
  .wncontent:has(.WNAppsContext),
  .wncontent:has(.WNRoleUniqueAppFirstSection) {
    @-moz-document url-prefix() {
      #milestone_scroll_bar {
        height: calc(100vh - 7px) !important;
      }
    }
  }
  span.uicontrol, span.wintitle, span.menucascade, span.shortcut {
    letter-spacing: -0.05em;
    font-weight: bold;
    color: #3D3D3D;
  }
  abbr[title] {
    text-decoration: none;
  }

  #closeImwnMainContainerBtn {
    top: 2px;
  }
  #learnMoreViewContent div.wnrole[data-role]:not([data-role=""]) *[class*=run-in\.wnrole] {
    position: absolute;
    bottom: 3px;
    right: 5px;
    font-style: italic;    
  }
  @media only screen and (min-width: 769px) {
    .wncontent {
      max-width: 1600px;
      margin: auto;
    }
    .wncontent:has(.WNRolesContext):not(:has(.WNRoleUniqueAppFirstSection)) {
      #role_abstract {
        /*width: auto;*/
        width: fit-content;
        /*max-width: calc(93% - 110px);*/
        margin-left: 190px;
        margin-right: 40px;
      }
      .section {
        padding: 40px 40px;
        max-width: 1800px;
        margin-left: 150px;
      }
      .WNRolesFirstSection {
        margin-top: 90px;
        @-moz-document url-prefix() {
          margin-top: 0em;
        }
      }
      #page_header.sticky {
        width: 100%;
        box-sizing: border-box;
        z-index: 10;
        background-color: white;
        @-moz-document url-prefix() {
          width: 100vw;
        }
      }
      #header_container {
        padding-left: 0;
        @-moz-document url-prefix() {
          padding-left: 0;
        }
      }
      .sticky #header_container {
        display: flex;
        flex-direction: row;
        max-width: 1600px;
        margin: auto;
        padding: 0 40px;
        @-moz-document url-prefix() {
          margin: 0;
        }
      }
      #tab_bar {
        display: flex;
        z-index: 5;
        flex-direction: column;
        position: fixed !important;
        width: 105px;
        width: 115px;
        left: auto;
        margin-right: 35px;
        background: rgb(255, 255, 255);
        flex: 1 0 auto;
        border-right: 2px solid rgb(239, 239, 239);
        @-moz-document url-prefix() {
          position: sticky !important;
        }
      }
      @-moz-document url-prefix() {
        #page_header.sticky {
          position: sticky;
        }
        #header_container {
          padding: 0 8px !important;
        }
      }
    }
    .wncontent:has(.WNAppsContext),
    .wncontent:has(.WNRoleUniqueAppFirstSection) {
      .section {
        padding: 40px 40px;
        max-width: 1600px;
        margin-left: 10px;
        margin-right: 10px;
      }
      #page_header {
        width: 100%;
        @-moz-document url-prefix() {
          width: 100vw;
        }
      }
      #page_header.sticky {
        box-sizing: border-box;
        z-index: 10;
        background-color: white;
      }
      #header_container {
        padding-left: 25px;
      }
      .sticky #header_container {
        display: flex;
        flex-direction: row;
        max-width: 1550px;
        margin: auto;
        padding: 0 60px;
        height: 80px;
        @-moz-document url-prefix() {
          margin-left: 0;
        }
      }
      @-moz-document url-prefix() {
        #page_header.sticky {
            position: sticky;
        }
        #header_container {
          padding: 0 8px !important;
        }
      }
    }
  }
  @media only screen and (max-width: 1684px) and (min-width: 770px) {
    .wncontent:has(.WNRolesContext):not(:has(.WNRoleUniqueAppFirstSection)) {
      .sticky #header_container {
        padding: 0 8px;
        /*background-color: #ff0000;*/
      }
      .section {
        /*margin-left: 120px;*/
        margin-left: 125px;
      }
      #role_abstract {
        /*margin-left: 160px;*/
        margin-left: 165px;
    }
    }
    .wncontent:has(.WNAppsContext), .wncontent:has(.WNRoleUniqueAppFirstSection) {
      .sticky #header_container {
        padding: 0 32px;
        /*background-color: #ff0000;*/
      }
    }
  }
  @media only screen and (max-width: 1600px) {
    .embedded #page_header {
      /* background-color: red; */
      padding-left: 50px;
    }
  }
  .entry, .stentry {
    border: 1px solid #D1D4D4;
    padding: 7px;
  }
  table {
    border-collapse: collapse;
    margin-top: 5px;
    margin-left: 0px;
    table-layout: fixed;
    width: 100%;
    overflow-x: auto;
  }
  .table {
    width: unset;
  }
  table.table th td:nth-child(1),
  table.table tr td:nth-child(1) {
    width: 15%;
  }
  table.table th td:nth-child(2),
  table.table tr td:nth-child(2) {
    width: 85%;
  }

  th {
    letter-spacing: -0.05em;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    color: #4B575F;
    height: 20px;
  }
  thead > tr > .entry {
    position: sticky;
    top: -1px;
    background-color: #eeeeee;
    z-index: 1;
  }
  tbody img.image.break {
    padding: 0 !important;
  }

  .able-right-controls span[tabindex="-1"][aria-hidden="true"] {
    display: none;
  }
  .able-wrapper:not(:has(.able-captions-wrapper[style*="display: none"])) {
    .able:has(.able-captions-below[style*="font-size: 75%"]) {
      .able-player.able-video {
          top: calc(100% - 90px);
      }
    }
    .able:has(.able-captions-below[style*="font-size: 100%"]) {
      .able-player.able-video {
          top: calc(100% - 95px);
      }
    }
    .able:has(.able-captions-below[style*="font-size: 125%"]) {
      .able-player {
          top: calc(100% - 106.5px);
      }
    }
    .able:has(.able-captions-below[style*="font-size: 150%"]) {
      .able-player.able-video {
          top: calc(100% - 117px);
      }
    }
  }
}

body:has(#imwnMainContainer:not(.globalHomePage)):has(#page_header):has(.embeddedFromGlobalHomePage) {
  #header_back_arrow {
    width: 48px;
    padding-right: 5px;
    margin-right: 15px;
    cursor: pointer;
    text-align: center;
    position: relative;
    display: block;
  }
  #header_back_arrow:hover{
    color:#707070
  }
  #header_back_arrow:before {
    font-family: '3ds-fonticon';
    content: '\e140';
    font-size: 1em;
    line-height: 70px;
  }
  #header_back_arrow:after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    height: 40px;
    width: 1px;
    background: #E2E4E3;
}
}


/***              ***/
/*** Accesibility ***/
/***              ***/

/** Contrast **/
body:has(#imwnMainContainer):not([style*="background-color: rgb(0, 0, 0);"]) {
    .wn>.wnentry {
      background-color: white;
    }
}
body:has(#imwnMainContainer):has(.HighContrast) {
  .ds-fonticon {
    color: #000000;
    background-color: white;
    padding: 1px;
  }
  .ua-icon {
    color: rgb(255, 255, 0);
  }
  .iconImage {
    background-color: white !important;
  }
  .wn>.wnentry {
    background-color: transparent;
  }
  .wn>.wnentry.glowwnentry {
    box-shadow: none;
    border-width: 3px;
    border-style: dotted;
    border-color: rgb(255, 255, 0);
    transition-duration: 0s;
  }
  .wnentry.wnTypeBeta::after {
    background-color: #000000;
    color: rgb(255, 255, 0);
    font-weight: bold;
    border: solid 1px #ffffff;
  }
  #imwnMainContainer.betaFeature #imwnMainContainerHeader h2::before {
    background-color: #000000;
    color: rgb(255, 255, 0);
    font-weight: bold;
    border: solid 1px #ffffff;
  }
  .learnmorebtn, 
  .learnmorebtn span, 
  .gotoguidebtn, 
  .gotoguidebtn span {
    color: rgb(78, 168, 183) !important;
  }
  .learnmorebtn::before, 
  .gotoguidebtn::before {
    color: rgb(255, 255, 0);
  }
  .learnmorebtn span:hover, 
  .gotoguidebtn span:hover {
    color: rgb(66, 144, 157) !important;
    text-decoration: underline;
  }
  #imwnMainContainer {
    background-color: #000000 !important;
    h2 {
      color: rgb(255, 255, 0);
    }
  }
  #learnMoreView {
    background-color: transparent;
    box-shadow: none;
    border: solid 1px white;
  }
  #learnMoreViewContent {
    scrollbar-color: rgb(255, 255, 255) transparent;
  }
  #learnMoreViewContent .run-in\.wnmoreinfo::before {
    color: rgb(255, 255, 0);
  }
  #closeImwnMainContainerBtn {
    color: rgb(255, 255, 0);
  }
}
body:has(#imwnMainContainer):has(.HighContrastBlack) {
  .ds-fonticon {
    color: #000000;
    background-color: white;
    padding: 1px;
  }
  .ua-icon {
    color: white;
  }
  .iconImage {
    background-color: white !important;
  }
  .wn>.wnentry {
    background-color: transparent;
  }
  .wn>.wnentry.glowwnentry {
    box-shadow: none;
    border-width: 3px;
    border-style: dotted;
    border-color: rgb(255, 255, 0);
    transition-duration: 0s;
  }
  .wnentry.wnTypeBeta::after {
    background-color: #000000;
    color: #f8db00;
    font-weight: bold;
    border: solid 1px #ffffff;
  }
  #imwnMainContainer.betaFeature #imwnMainContainerHeader h2::before {
    background-color: #000000;
    color: #f8db00;
    font-weight: bold;
    border: solid 1px #ffffff;
  }
  .learnmorebtn,
  .learnmorebtn span, 
  .gotoguidebtn,
  .gotoguidebtn span {
    color: rgb(254, 224, 0) !important;
  }
  .learnmorebtn::before, 
  .gotoguidebtn::before {
    color: white;
  }
  .learnmorebtn span:hover, 
  .gotoguidebtn span:hover {
    color: rgb(255, 132, 0) !important;
    text-decoration: underline;
  }
  #imwnMainContainer {
    background-color: #000000 !important;
    h2 {
      color: white;
    }
  }
  #learnMoreView {
    background-color: transparent;
    box-shadow: none;
    border: solid 1px white;
  }
  #learnMoreViewContent {
    scrollbar-color: white transparent;
  }
  #learnMoreViewContent .run-in\.wnmoreinfo::before {
    color: white;
  }
  #closeImwnMainContainerBtn {
    color: white;
  }
}
body:has(#imwnMainContainer):has(.HighContrastWhite) {
  .learnmorebtn span:hover, 
  .gotoguidebtn span:hover {
    text-decoration: underline;
  }
}
/** Font **/
body:has(#imwnMainContainer):has(#readingFriendly[class*="font-choose"]) {
  .body.refbody,
  .wn .dt.wntitle, .wn .dt.wntitle span:not(.ds-fonticon),
  h2, #imwnMainContainer {
    font-family: "OpenDyslexic-Regular" !important;
  }
}

/** Update Able Player style when Accesibility option change **/
/*-- Only on chromium browser --*/
@supports (-webkit-font-smoothing: antialiased) {
  /* Font change */
  body:has(#imwnMainContainer):has(#readingFriendly[class*="font-choose"]),
  body:has(#imwnMainContainer):has(.font-size-list-item.choose[data-location*="undefined-1"]),
  body:has(#imwnMainContainer):has(.font-size-list-item.choose[data-location*="undefined-2"]),
  body:has(#imwnMainContainer):has(.font-size-list-item.choose[data-location*="undefined-3"]),
  body:has(#imwnMainContainer):has(.aide-item.largeSpacing) {
    .able, .able-status-bar {
      font-size: initial !important;
      /*background-color: #ff0000b6 !important;*/
      letter-spacing: normal !important;
      word-spacing: normal !important;
    }
    .able span:not(.able-elapsedTime):not(.able-duration) {
      font-size: initial !important;
      line-height: 0.8 !important;
    }
    .able-controller div[role=button],
    div[role=button] svg,
    .able-seekbar-wrapper,
    .able-seekbar,
    .able-seekbar-loaded,
    .able-seekbar-played,
    .able-seekbar-head {
      font-size: 20px !important;
    }
    .able-tooltip,
    ul.able-popup li {
      font-size: 14.5px !important;
    }
    .able-big-play-button.icon-play {
      font-size: 28px !important;
    }
    .able path,
    .able-timer, 
    .able-elapsedTime, 
    .able-duration {
      font-size: 0.9em !important;
    }
  }
  /* Contrast change */
  body:has(#imwnMainContainer[class*="HighContrastBlack"]),
  body:has(#imwnMainContainer[class*="HighContrastWhite"]),
  body:has(#imwnMainContainer[class*="HighContrast"]) {
    .able path,
    .able-timer, 
    .able-elapsedTime, 
    .able-duration,
    .able-big-play-button.icon-play {
      color: #ffffff !important;
    }
    .able-player {
      background-color: #26262678 !important;
    }
    .able-seekbar {
      background-color: #888888 !important;
    }
    .able-seekbar-loaded {
      background-color: #97b4db !important;
    }
    .able-seekbar-played {
      background-color: #368ec4 !important;
    }
    .able-seekbar-head {
      background-color: #368ec4 !important;
    }
  }
  body:has(#imwnMainContainer[class*="HighContrastBlack"]),
  body:has(#imwnMainContainer[class~="HighContrast"]) {
    .able-tooltip {
      background-color: #000 !important;
    }
    .able-transcript,
    .able-transcript-area,
    ul.able-popup {
      background-color: #000 !important;
    }
    .able-transcript-area #transcript-language-select {
      background-color: #000000 !important;
      color: white !important;
    }
    ul.able-popup li {
      background-color: #000 !important;
      color: #ffffff !important;
    }
    ul.able-popup li.able-focus {
      background-color: #333333 !important;
      color: #ffffff !important;
    }
    .able-button-handler-preferences img  {
      filter: none !important;
      background-color: transparent !important;
    }
    .able-transcript span:active,
    .able-transcript span:focus,
    .able-transcript span:hover {
      background: none !important;
      text-decoration: underline;
    }
    div.able-modal-overlay {
      background-color: #000 !important;
      opacity: 1 !important;
    }
    div.able-modal-dialog {
      background-color: #000 !important;
    }
    div.able-modal-dialog input[type*="checkbox"] {
      border: #000 solid 2px !important;
      filter: invert(100%) !important;
    }
    div.able-modal-dialog .modal-button,
    div.able-modal-dialog .modalCloseButton {
      border: 1px solid rgb(255, 255, 255) !important;
      background-color: #000 !important;
    }
    .able-volume-slider {
      background-color: #464646 !important;
    }
    .able-volume-head {
      background-color: #fdfdfd !important;
    }
    .able-volume-head:hover,
    .able-volume-head:focus {
      background-color: #ffbb37!important;
    }
    .able-volume-track {
      background-color: #000 !important;
    }
    .able-volume-track.able-volume-track-on {
      background-color: #dadada !important;
    }
  }
  body:has(#imwnMainContainer[class~="HighContrast"]) {
    div.able-modal-dialog,
    div.able-modal-dialog p,
    div.able-modal-dialog h1,
    div.able-modal-dialog legend,
    div.able-modal-dialog .modal-button,
    div.able-modal-dialog .modalCloseButton {
      color: rgb(255, 255, 0) !important;
    }
  }
  body:has(#imwnMainContainer[class*="HighContrastBlack"]) {
    div.able-modal-dialog,
    div.able-modal-dialog p,
    div.able-modal-dialog h1,
    div.able-modal-dialog legend,
    div.able-modal-dialog .modal-button,
    div.able-modal-dialog .modalCloseButton {
      color: rgb(255, 255, 255) !important;
    }
  }
  body:has(#imwnMainContainer[class*="HighContrastWhite"]) {
    .able-media-container,
    .able-big-play-button,
    .able-player.able-video .able-white-controls,
    .able-player.able-video .able-controller,
    .able-seekbar-wrapper,
    .able-left-controls,
    .able-right-controls,
    .able-controller div[role=button],
    .able-controller div[role=button] svg,
    .able-timer,
    .able-elapsedTime, 
    .able-duration,
    .able-status-bar {
      background-color: transparent !important;
    }
    .able-tooltip {
      background-color: #ffffff !important;
      color: #000 !important;
    }
    
    .able-transcript,
    .able-transcript-area {
      background-color: #ffffff !important;
      color: #000 !important;
    }
    ul.able-popup,
    ul.able-popup li,
    ul.able-popup {
      background-color: #ffffff !important;
      color: #000 !important;
      opacity: 1 !important;
    }
    ul.able-popup li.able-focus{
      background-color: #e1e1e1 !important;
    }
    ul.able-popup li:not(.able-focus):hover {
      background-color: #eeeeee !important;
    }
    .able-window-toolbar,
    .able-window-toolbar label,
    .transcript-language-select-wrapper {
      color: #000 !important;
      background-color: #ffffff !important;
    }
    .able-button-handler-preferences img {
      filter: invert(100%) !important;
      background-color: transparent !important;
    }
    .able-transcript span:active,
    .able-transcript span:focus,
    .able-transcript span:hover {
      background: none !important;
      text-decoration: underline;
    }
    .able-volume-slider {
      background-color: #ffffff !important;
    }
    .able-volume-head {
      background-color: #000 !important;
    }
    .able-volume-head:hover,
    .able-volume-head:focus {
      background-color: #ffbb37!important;
    }
    .able-volume-track {
      background-color: #dadada !important;
    }
    .able-volume-track.able-volume-track-on {
      background-color: #000 !important;
    }
    div.able-modal-overlay {
      background-color: #ffffff !important;
      opacity: 1 !important;
    }
    div.able-modal-dialog {
      background-color: #ffffff !important;
    }
  }
}
/*** ***/



/***                  ***/
/*** Global Home Page ***/
/***                  ***/
body:has(#imwnMainContainer.globalHomePage) {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: white;
  
  * {
    box-sizing: border-box;
  }

  #imwnMainContainer {
    display: none;
  }

  #core_container {
    max-width: 1600px;
    margin: 0 auto;
  }
  .sticky {
    box-shadow: none;
  }
  #page_header {
    position: relative;
  }
  .embedded #page_header {
    padding-left: 0px !important;
  }
  @media only screen and (max-width: 768px) {
    #page_header, .embedded #page_header {
      padding-left: 40px !important;
    }
  }
  @media only screen and (max-width: 560px) {
    #page_header, .embedded #page_header {
      padding-left: 20px !important;
      padding-bottom: 0px;
    }
  }
  #header_container {
    height: auto;
  }
  @media only screen and (max-width: 560px) {
    #header_container {
      height: 50px;
    }
  }
  @media only screen and (max-width: 437px) {
    #header_container {
      margin-top: 8px;
    }
  }
  #header_container #header_title {
    padding-top: 20px;
    /*align-items: start;*/
    height: 70px;
    width: auto;
    max-width: 95%;
    line-height: 1;
  }
  #tile_name {
    display: inline;
  }
  @media only screen and (max-width: 437px) {
    #tile_name {
      display: block;
    }
  }
  #wn_word {
    color: inherit;
    font-size: inherit;
  }
  @media only screen and (max-width: 437px) {
    #wn_word {
      color: #77797c;
      display: block;
      font-size: 0.7em;
    }
  }
  @media only screen and (max-width: 437px) {
    #header_container #title_dash {
      display: none;
    }
  }
  @media only screen and (max-width: 560px) {
    #header_container #header_title {
      padding-top: 0px;
      font-size: 0.8em;
    }
  }

  #rwn_large_tile_container {
    width: 100%;
    padding: 40px;
    display: flex;
    flex-flow: column;
    gap: 40px;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
  }
  @media only screen and (max-width: 560px) {
    #rwn_large_tile_container {
      padding: 5px 15px 20px 15px;
      gap: 20px;
    }
  }
  @media only screen and (max-width: 437px) {
    #rwn_large_tile_container {
      padding-top: 10px;
    }
  }
  .rwn_large_tile {
    background: white;
    border: solid 1px #e2e4e3;
    border-radius: 10px;
    display: flex;
    flex-flow: row;
    padding: 15px;
    width: 100%;
    box-shadow: 2px 2px 5px #0000001f;
    gap: 20px;
  }
  @media only screen and (max-width: 768px) {
    .rwn_large_tile {
        flex-flow: wrap-reverse;
    }
  }
  .rwn_text_container {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }
  .rwn_role_title {
    font-family: '3dslight';
    font-size: 25px;
    font-weight: bold;
    color: black;
    position: relative;
    padding-left: 30px;
    width: fit-content;
    /*display: flex;
    gap: 10px;*/
  }
  .rwn_role_title::before {
    font-family: '3ds-fonticon';
    content: '\e121';
    margin-right: 5px;
    font-weight: 100;
    position: absolute;
    left: -4px;
    top: 4px;
    color: #005686;
  }
  .rwn_role_title._3DEXCITE::before{
    color:var(--_3DEXCITE);
  }
  .rwn_role_title._ENOVIA::before{
    color:var(--_ENOVIA);
  }
  .rwn_role_title._3DVIA::before{
    color:var(--_3DVIA);
  }  
  .rwn_role_title._GEOVIA::before{
    color:var(--_GEOVIA);
  }   
  .rwn_role_title._BIOVIA::before{
    color:var(--_BIOVIA);
  }   
  .rwn_role_title._CATIA::before{
    color:var(--_CATIA);
  }   
  .rwn_role_title._NETVIBES::before{
    color:var(--_NETVIBES);
  }   
  .rwn_role_title._SIMULIA::before{
    color:var(--_SIMULIA);
  }   
  .rwn_role_title._DELMIA::before{
    color:var(--_DELMIA);
  }   
  .rwn_role_title._SOLIDWORKS::before{
    color:var(--_SOLIDWORKS);
  }
  .rwn_role_subtitle {
    padding-top: 5px;
    font-size: 12px;
    font-weight: bold;
    padding-left: 30px;
  }

  .rwn_role_apps_container {
    margin-top: 20px;
    display: flex;
    flex-flow: row;
    padding-left: 30px;
    gap: 20px;
    flex: 1 0 auto;
  }
  .rwn_role_app_abstract {
    font-size: 0.8em;
  }
  .rwn_app_line {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    min-height: 32px;
    align-items: center;
  }
  .rwn_role_appicon {
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    background-size: 32px;
    background-repeat: no-repeat;
  }  
  .AppName {
    color: #368ec4;
    font-weight: bold;
  }
  .newFeature {
    /*font-style: italic;*/
  }

  .view_more_button_container {
    width: 100%;
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    padding-top: 5px;
    flex: 0 0 auto;
  }
  .view_more_button {
    height: 38px;
    width: 115px;
    border: solid 1px #E2E4E3;
    border-radius: 25px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #3D3D3D;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
  }
  .view_more_button:hover,
  .view_more_button:focus-visible {
    border: solid 1px #77797C;
    background-color: #f1f1f1;
  }
  .view_more_button div {
    margin: auto;
    margin-left: 17px;
  }
  .view_more_text:after {
    position: absolute;
    font-family: '3ds-fonticon';
    content: '\e141';
    right: 8px;
    top: 11px;
    transition: all 0.3s;
  }
  .view_more_button:hover .view_more_text:after,
  .view_more_button:focus-visible .view_more_text:after  {
    right: 6px;
  }
  .rwn_image_cropper {
    width: 256px;
    flex: 0 0 auto;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #eeeeee; */    
  }
  @media only screen and (max-width: 768px) {
    .rwn_image_cropper {
        width: 100%;
        height: 200px;
    }
  }
  .grid-1 {
    grid-template-columns: auto;
  }
  .grid-2, .grid-4 {
    grid-template-columns: auto auto;
  }
  .grid-9, .grid-16 {
    grid-template-columns: auto auto auto;
  }
  .rwn_image_container {
    display: grid;
    gap: 8px;
    transform: rotate(-30deg);
    height: auto;
    position: absolute;
  }
  .rwn_key_image {
    width: 140px;
    aspect-ratio: 16 / 9;
    background-color: #f1f1f1;
    background-size: contain;
    border: solid 1px #353535;
    border-radius: 3px;
  }
  .grid-1 .rwn_key_image{
    width: 300px !important;
  }
  .grid-2 .rwn_key_image{
    width: 380px !important;
  }
  @media only screen and (max-width: 768px) {
    .grid-2 .rwn_key_image {
      width: 550px !important;
    }
  }
  .grid-4 .rwn_key_image{
    width: 320px !important;
  }
  @media only screen and (max-width: 768px) {
    .grid-4 .rwn_key_image {
      width: 370px !important;
    }
  }
  .grid-9 .rwn_key_image {
    width: 215px !important;
  }
  @media only screen and (max-width: 768px) {
    .grid-9 .rwn_key_image {
        width: 274px !important;
    }
  }
  .empty_img{
    background: url('./WNImages/empty_wn_role.jpg') no-repeat center;
    background-size: contain;
  }
  @media only screen and (max-width: 768px) and (min-width: 480px) {
    .empty_img{
      background-size: 70%;
    }
  }
  .rwn_key_image {
    width: 140px;
    aspect-ratio: 16 / 9;
    background-size: 100%;
    border: solid 1px #353535;
    border-radius: 3px;
  }
  @media only screen and (max-width: 768px) {
    .rwn_key_image {
      width: 210px;
    }
  }  
  .global_role_view #rwn_large_tile_container {
    align-items: baseline;
  }

  .all_role_container {
    width: 100%;
  }
  
  .all_role_title {
    color: white;
    padding: 10px;
    font-weight: bold;
    text-align: left;
    font-size: 34px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    max-width: 1000px;
    display: flex;
    width: 100%;
  } 
  .reduced .all_role_title {
    border-radius: 7px;
  }
  .all_role_title div {
    flex: 1 auto;
  } 
  .all_role_title .reduiceBtn {
    text-align: right;
    width: fit-content;
  } 
  .all_role_title .reduiceBtn::after {
    cursor: pointer;
    font-family: '3ds-fonticon';
    content: '\e142';
  } 
  .reduced .all_role_title .reduiceBtn::after {
    content: '\e141';
  }
  
  .all_role_title.title_3DExpPlatform {
    background-color: var(--_3DExpPlatform);
  }  
  .all_role_title.title_3DEXCITE {
    background-color: var(--_3DEXCITE);
  }  
  .all_role_title.title_ENOVIA {
    background-color: var(--_ENOVIA);
  }  
  .all_role_title.title_3DVIA {
    background-color: var(--_3DVIA);
  }  
  .all_role_title.title_GEOVIA {
    background-color: var(--_GEOVIA);
  }  
  .all_role_title.title_BIOVIA {
    background-color: var(--_BIOVIA);
  }  
  .all_role_title.title_CATIA {
    background-color: var(--_CATIA);
  }  
  .all_role_title.title_NETVIBES {
    background-color: var(--_NETVIBES);
  }  
  .all_role_title.title_SIMULIA {
    background-color: var(--_SIMULIA);
  }  
  .all_role_title.title_DELMIA {
    background-color: var(--_DELMIA);
  }  
  .all_role_title.title_SOLIDWORKS {
    background-color: var(--_SOLIDWORKS);
  }

  .all_role_app_container {
    margin-top: 20px;
    background: white;
    border: solid 1px #e2e4e3;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    box-shadow: 2px 2px 5px #0000001f;
  }
  #rwn_large_tile_container:not(.scrollIntoMode):not(.CrltFMode) 
  .all_role_app_container:not(.onWindowView):not(.searchcontext) * {
    display: none;
  }

  .global_role_view .rwn_role_title:hover {
    text-decoration: underline;
    cursor: pointer;
  }

  @media only screen and (max-width: 785px) {
    .global_role_view #header_container {
      display: block;
    }
  }  
  @media only screen and (max-width: 940px) {
    #core_container:has(#test.server_tab) {
      #header_container {
        display: block;
      }
    }
  }

  .reduced .all_role_list {
    display: none;
  }
  .reduced.searchcontext .all_role_list {
    display: block;
  }
  
  .all_app_list {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
  }

  .all_role_app_card {
    flex: 0 0 auto;
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    padding: 3px;
    border-radius: 5px;
  }
  
  .all_role_app_card:hover {
    background-color: #e8e8e8;
  }
  
  .all_role_app_icon {
    width: 32px;
    height: 32px;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 2px;
  }
  
  .all_role_app_title {
    padding-right: 5px;
  }
  
  .role_trigram {
    font-size: 14px;
    color: #828282;
    /*display: contents;*/
    position: relative;
    top: 2px;
    @-moz-document url-prefix() {
      top: 0px;
    }
  }
  .all_role_app_trigram {
    font-size: 12px;
    color: #828282;
    display: block;
  }
  
  .highlight_search_text {
    background-color: yellow;
  }

  #searchContainer {
    width: 100%;
  }
  #searchInput {
    width: 100%;
    height: 48px;
    border-radius: 25px;
    border: solid 1px lightgray;
    box-shadow: #e9e9e9 3px 2px 4px 1px;
    font-size: 16px;
    padding: 0 20px 0 20px;
  }
  #clearSearch {
    position: relative;
    width: 18px;
    height: 18px;
    left: calc(100% - 34px);
    top: -32px;
    cursor: pointer;
    color: #6a6a6a;
  }
  #searchContainer:has(#searchInput:placeholder-shown) {
    #clearSearch {
      visibility: hidden;
    }
  }
  #clearSearch::after {
    font-family: '3ds-fonticon';
    content: '\e015';
    font-size: 14px;
    padding-left: 1px;
  }
  #searchContainer i {
    position: relative;
    font-size: 14px;
    top: -10px;
    margin-left: 10px;
  }
  
  #brand_tab_container {
    display: flex;
    width: 100%;
    gap: 9px;
    flex-flow: row;
    flex-wrap: wrap;
    padding-left: 7px;
  }
  
  .brand_tab {
    height: 38px;
    padding: 4px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 5px;
    color: white;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .tab_3DExpPlatform {
    background-color: var(--_3DExpPlatform);
  }
  
  .tab_3DEXCITE {
    background-color: var(--_3DEXCITE);
  }  
  .tab_ENOVIA {
    background-color: var(--_ENOVIA);  }
  
  .tab_3DVIA {
    background-color: var(--_3DVIA);
  }  
  .tab_GEOVIA {
    background-color: var(--_GEOVIA);
  }  
  .tab_BIOVIA {
    background-color: var(--_BIOVIA);
  }  
  .tab_CATIA {
    background-color: var(--_CATIA);
  }  
  .tab_NETVIBES {
    background-color: var(--_NETVIBES);
  }  
  .tab_SIMULIA {
    background-color: var(--_SIMULIA);
  }  
  .tab_DELMIA {
    background-color: var(--_DELMIA);
  }  
  .tab_SOLIDWORKS {
    background-color: var(--_SOLIDWORKS);
  }
  
  .global_role_view #header_tabs_container {
    display: flex;
    gap: 10px;
    padding: 25px 0 9px 0;
    position: absolute;
    right: 40px;
  }
  @media only screen and (max-width: 785px) {
    .global_role_view #header_tabs_container {
      padding-top: 0;
      right: auto;
    }
  }  
  @media only screen and (max-width: 940px) {
    #core_container:has(#test.server_tab) {
      #header_tabs_container {
        padding-top: 0;
        right: auto;
      }
    }
  }
  @media only screen and (max-width: 560px) {
    #header_container {
        height: auto;
    }
  }
  @media only screen and (max-width: 375px) {
    #core_container:has(#test.server_tab) {
      #header_tabs_container {
        padding-bottom: 90px;
      }
    }
  }

  .global_role_view #header_title {
    height: unset;
  }
  
  .global_role_view #rwn_large_tile_container {
    margin-top: 50px;
  }
  
  .server_tab {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px 4px 8px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 13px;
    background-color: #f3f3f3;
    /* border: #00000064 1px solid; */
  }
  
  @media only screen and (max-width: 375px) {
    #core_container:has(#test.server_tab) {
      #test.server_tab {
        position: absolute;
        top: 30px;
      }
    }
  }

  .active_server {
    background-color: #368ec4;
    color: white;
    font-weight: bold;
  }
  #test.active_server {
    background-color: #f7b100;
    color: rgb(188, 0, 0);
  }

}
