#TopNav-container {
 clear: both;
	float: left;
	width: 100%;
	font: bold 16px/18px arial;
	text-transform: uppercase;
	padding: 0px;
	text-align: left;
	top: 10px;
	z-index: 10;
	opacity: 0;
    -ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    -ms-box-shadow: #E7DDD1 0px 0px 3px;
	-webkit-box-shadow: #E7DDD1 0px 0px 3px;
	-moz-box-shadow: #E7DDD1 0px 0px 3px;
	box-shadow: #E7DDD1 0px 0px 3px;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

#TopNav-container a {
   height:inherit;
   background-image:none;
   background-color: transparent;
   border-width: 0 1px;
}

#TopNav-container a:hover {
 color: #FFF;
 background-color: #11416d;
}

#TopNav-container ul ul a {
   background-image: none;
   background-color: transparent;
}

#TopNav-container ul ul {
   position: inherit;
}

#TopNav-links {
   border-bottom: 1px solid #FFF;
	float: left;
	display: block;
    width: 100%;
    position: relative;
    list-style: none outside none;
    padding: 0;
	margin: 0 auto;
	background: #11416d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d4d4e), to(#4d4d4e));
  background-image: -webkit-linear-gradient(top, #4d4d4e, #4d4d4e);
  background-image:    -moz-linear-gradient(top, #4d4d4e, #4d4d4e);
  background-image:     -ms-linear-gradient(top, #4d4d4e, #4d4d4e);
  background-image:      -o-linear-gradient(top, #4d4d4e, #4d4d4e);
  background-image:         linear-gradient(to bottom, #4d4d4e, #4d4d4e);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#4d4d4e', EndColorStr='#4d4d4e');
}

#TopNav-links .TopNav-links-item {
 float: left;
    display: inline;
	font: bold 12px/18px arial;


#TopNav-links .TopNav-links-item a{
	background-image: none;
        background: no-repeat;
        background-color: transparent;
	padding: 7px 0;
        display: inline;
	font: bold 12px/18px arial;
}
}

#TopNav-links .TopNav-tab {
    line-height: 1em;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

#TopNav-links .TopNav-tab a{
	background-color: transparent;
	background-image: none;
}

#TopNav-links .TopNav-links-item-active .TopNav-tab {
    background-color: transparent;
    color: #FFF;
    -ms-border-top-left-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#TopNav-links .TopNav-dropdown {
    position: absolute;
    z-index: 1000;
    top: 100%;
    margin: 0;
    padding: 2px;
    display: none;
	font: bold 16px/29px arial;
        -ms-box-shadow: #444 0px 8px 6px -6px;
        -webkit-box-shadow: #444 0px 8px 6px -6px;
        -moz-box-shadow: #444 0px 8px 6px -6px;
        -o-box-shadow: #444 0px 8px 6px -6px;
        box-shadow: #444 0px 8px 6px -6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	border: 1px solid rgba(0,0,0,0.2);
}

#TopNav-links .TopNav-dropdown-tail-container {
 position: relative;
 display:none;
 top: 100%;
 height: 0;
}

#TopNav-links .TopNav-dropdown-tail-container-active {
 display: block;
}

#TopNav-links .TopNav-dropdown-tail {
 position: relative;
 top: -20px;
 left: 20px;
 width: 0;
 height: 0;
 border-color: transparent transparent #FFF transparent;
 border-width: 10px;
 border-style: solid;
}

#TopNav-links .TopNav-links-item-active .TopNav-dropdown {
    display: inline-block;
}

#TopNav-links .TopNav-dropdown-column {
    padding: 0 20px;
    display: table-cell;
    border-top: 0;
    *float: left;
}

#TopNav-links .TopNav-dropdown-column:first-child {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 6px;
}

#TopNav-links .TopNav-dropdown-column:last-child {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 6px;
}

#TopNav-links .TopNav-dropdown-column ul li a{
    border: none;
}

#TopNav-links .TopNav-dropdown h3 {
	font: bold 14px/16px arial;
    color: #000;
	white-space: nowrap;
        display: inline-block;
}

#TopNav-links .TopNav-dropdown a {
    color: #000;
    text-decoration: none;
	font: bold 14px/16px arial;
	display: block;
        border: none;
}

#TopNav-links .TopNav-dropdown a:hover {
    color: #4CA6CF;
    background-color: transparent;
    text-decoration: none;
	display: block;
        border: none;
        top: 100%;
}

#TopNav-links .TopNav-dropdown ul {
    list-style: none;
	white-space: nowrap;
    padding: 0;
}

#TopNav-links .TopNav-dropdown ul li a{
    font: normal 14px/30px arial;
	color: #444;
    text-transform: capitalize;
	width: auto;
}

#TopNav-links .TopNav-dropdown ul li{
    margin: -10px 0 5px 5px;
	color: #444;
}

#TopNav-links .TopNav-dropdown hr {
    border: 1px dotted #DDD;
}

#bottom { background-color: #f0ebe5; }

.edge { right: 0; }

.showthis { display: block; }

.underlay { -webkit-opacity: 0.3; -moz-opacity: 0.3; opacity: 0.3; }

.transition {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.transitionAll {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Styling for first triangle */

.bubble {
    background-color: #FFF;
    border: 1px solid #FFF;
    display: inline-block;
    font: 16px/24px sans-serif;
    padding: 12px 24px;
    position: relative;
}
.bubble:after,
.bubble:before {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #FFF;
    top: -10px;
    content: '';
    left: 40px;
    margin-left: -20px;
    position: absolute;
}

/* Styling for second triangle (border) */

.bubble:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom-color: inherit; /* Can't be included in the shorthand to work */
    top: -11px;
    margin-left: -21px;
}
.bubble.edge:before,
.bubble.edge:after { right: 21px; margin-left: 0; left: auto; }

.long-title{
    display: none;
}
  
.long-title h3 {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    background-color: transparent !important;
}

.long-title h2 {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-weight: 200;
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
    background-color: transparent !important;
}

.dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-icon{
    background: unset !important;
}

/*.dx-fa-button .dx-overlay-content .dx-fa-button-label-wrapper .dx-fa-button-label {
    background-color: red !important;
    color: #fff !important;
}*/

.guru-icon .dx-overlay-content .dx-fa-button-icon {
    background: url("../../images/guru.png")  no-repeat fixed center !important;
    display: block; 
    box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 0px; 
    float: none; 
    vertical-align: baseline;
}

.popup-Action-Header {
    margin-top: -11px;
}

.speedDialbox {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 20px;
    /* bottom: 20px; */
} 
  
.fa-ellipsis-h {
    /* width: 20px;
    height: 20px;
    padding: 15px; */
    /* margin-top: -2px;
    margin-left: -6px; */
    transition: all 0.2s ease-in-out;
    animation-duration: 0.2s;
    animation-name: rotate;
}

.fa-close {
    padding: 10px;
    transition: all 0.2s ease-in-out;
    animation-duration: 0.2s;
    animation-name: rotate;
}

.column {
    display: flex;
    flex-direction: column;
}

.btn {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    border: 0;
    cursor: pointer;
    background-color: #139AF0;
    color: white;
    transition: all 0.2s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn:hover {
    opacity: 0.8;
}

.mb-2 {
    margin-bottom: 10px;
}

.blue {
    background-color: #0E9CF5;
}

.green {
    background-color: #47C740;
}

.fa {
    /* font-size: 20px !important;  */
}

.fab {
    font-size: 26px !important; 
}

.menu {
    position: relative;
    z-index: 2;
}

#speedDialButtons {
    position: absolute;
    bottom: 50px;
    right: 0;
    transition: all 0.2s ease-in-out;
    animation-duration: 0.2s;
    animation-name: slide;
    z-index: 1;
}

@keyframes slide  {
    from {
        bottom: 0px;
    }
    to {
        bottom: 50px;
    }
}

@keyframes rotate  {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(180deg);
    }
}

/*Floater*/

body {
   --l: 3.5em;
  }


.floater-wrapper {
    max-width: 600px;
    width: 100%;
    height: 600px;
    background: #222;
    position: relative;
  }
  
  .floatertriggerButton { display: none; }
  
  .floatertriggerButton + label {
    cursor: pointer;
    position: fixed;
    right: 1em;
    bottom: 1em;
    background-color: #d84747;
    height: var(--l);
    width: var(--l);
    border-radius: 50%;
    z-index: 2;
    display: none;
  }
  
  .floatertriggerButton + label:before, .floatertriggerButton + label:after {
    position: absolute;
    content: '';
    height: calc(var(--l) / 2 );
    width: .25em;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: .5em;
    transition: all .25s;
  }
  
  .floatertriggerButton + label:before {
    height: calc(var(--l) / 2 );
    width: .25em;
  }
  
  .floatertriggerButton + label:after {
    width: calc(var(--l) / 2 );
    height: .25em;
  }
  
  .floatertriggerButton:checked + label:before { transform: rotatez(-45deg); }
  
  .floatertriggerButton:checked + label:after { transform: rotatez(-45deg); }
  
  .floaterone, .floatertwo, .floaterthree {
    cursor: pointer;
    position: fixed;
    right: 1em;
    bottom: 1em;
    padding: 1em;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    opacity: 0;
    z-index: 1;
    transform: rotateZ(90deg);
    font-size: 1em;
    color: #fff;
    transition-property: all;
    transition-duration: .35s;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  .floatertriggerButton:checked ~ .floaterone, .floatertriggerButton:checked ~ .floatertwo, .floatertriggerButton:checked ~ .floaterthree { opacity: 1; }
  
  .floatertriggerButton:checked ~ .floaterone {
    background: url("../../images/guru.png")  no-repeat fixed black center !important;
    transform: translateX(-5em);
    transition-delay: .2s;
  }
  
  .floatertriggerButton:checked ~ .floatertwo {
    background-color: slateblue;
    transform: translateX(-3.5em) translateY(-3.5em);
    transition-delay: .1s;
    display:none;
  }
  
  .floatertriggerButton:checked ~ .floaterthree {
    background-color: #0e3b6d;
    transform: translateY(-5em);
  }
  
  .floatertriggerButton:checked ~.floaterone:hover, .floatertriggerButton:checked ~ .floatertwo:hover, .floatertriggerButton:checked ~ .floaterthree:hover { opacity: .9; }

#m365-support-central-container {
    transition: all .6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    max-width: 40px;
}

.minStateDockWFb-508 {
    visibility: visible;
    min-width: 135px;
    height: 40px;
    cursor: pointer;
    background-color: rgb(0,117,75);
    color: rgb(255, 255, 255);
    display: inline-flex;
    font-size: 14px;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
}

.minStateIcon-509 {
    display: flex;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 700;
    speak: none;
    font-family: FabricMDL2Icons-2;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

#widget-container, .chatButton{
    display: none;
}

.guru-color{
    background-color: #0E3B6D;
}

.guru-iconbtn{
    background: url("../../images/guru.png")  no-repeat fixed black center !important;
}

.minStateText-477 {
    align-self: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    margin-right: 11px;
}

.giveFeedbackButtonContainer-81 {
    position: fixed;
    bottom: 64px;
    right: 8px;
    z-index: 39;
    overflow: hidden;
    max-width: 40px;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}


.ms-Fabric button, .ms-Fabric input, .ms-Fabric textarea {
    font-family: inherit;
}

.root-76 button {
    font-family: inherit;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

.root-209 {
    outline: transparent;
    position: relative;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    border: 1px solid rgb(0, 120, 212);
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    padding: 0px 16px 0px 8px;
    border-radius: 2px;
    min-width: 80px;
    height: 40px;
    background-color: rgb(32, 31, 30);
    color: rgb(255, 255, 255);
    bottom: 0px;
    right: 0px;
    width: 150px;
    z-index: 3;
    user-select: none;
}

button, select {
    text-transform: none;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.flexContainer-210 {
    display: flex;
    height: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.ms-Icon {
    display: inline-block;
    font-family: 'FabricMDL2Icons';
    font-style: normal;
    font-weight: normal;
    speak: none;
}

.icon-212 {
    font-size: 16px;
    margin: 0px 4px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    flex-shrink: 0;
}

.css-176 {
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-family: FabricMDL2Icons-2;
}

.root-32 {
    display: inline-block;
}

.textContainer-211 {
    flex-grow: 1;
    display: block;
}

.label-213 {
    margin: 0px 4px;
    line-height: 100%;
    display: block;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.app-container__outerContainer___3t2eW{height:100vh;width:100vw}.app-container__appContainer___2bHn0{display:flex;flex-direction:column;height:100%}.app-container__topNavBar___3hk4c{min-height:48px}.app-container__o365Offset___UpBEd{background:transparent;border:none;flex-shrink:0;flex-grow:1;transition:width 1s}.app-container__mobileTopNavContainer___YELiL{height:48px;display:flex;flex-direction:row}.app-container__mobileTopNavContainer___YELiL .app-container__mobileSideNavBar___2dwmY{height:48px;width:48px;min-width:48px}.app-container__mobileTopNavContainer___YELiL .app-container__mobileTopNavBar___2WwRd{height:48px;flex:1 1 100%}.app-container__rightSidebar___388LC{border-inline-start:1px solid #76767b;max-width:320px;min-width:320px;position:relative;z-index:99}@media(max-width: 1280px){.app-container__rightSidebar___388LC{height:100%;right:0;position:absolute}}.app-container__leftNavbar___2WV76{z-index:40;height:100%}.app-container__fullSideNavBar___3qfpC{overflow-y:hidden;overflow-x:hidden;flex:1 0 auto}.app-container__collapsedSideNavBar___2HM3-{overflow-y:hidden;overflow-x:hidden;min-width:48px}.app-container__contentArea___1Dqeg{display:flex;flex:1 1 100%;padding-inline-end:4px;padding-bottom:4px;background-color:#fafafa;min-height:0px;position:relative}.app-container__mainContainer___oaH_i{display:flex;flex-direction:column;flex:1 1 100%;overflow-y:auto;position:relative;background-color:#fafafa;color:#242424;transition:width 1s}.app-container__outerCloudShellContainer___1kLuN{position:absolute;width:100%;bottom:0px}.app-container__cloudShellContainer___3seM5{background-color:#929191;z-index:100000;position:relative}#m365-support-central-container{transition:all .6s cubic-bezier(0.4, 0, 0.2, 1) 0s;max-width:40px}#m365-support-central-container:hover{max-width:200px}.sensei-unsolicitedFeedbackCalloutLayer .ms-Callout{right:0 !important}div[data-automation-id=sensei-feedback-feedback-widget]>div:hover{max-width:200px}

#hwDescription > .dx-quill-container > .dx-htmleditor-content{
	text-align: left !important;
}

#hwDescriptionChk{
	float: inline-start;
}