/* Last merged this code on 5th apr 2024 */

/* General CSS styles to add to any individual element anywhere in the app */

/* SCREEN SIZING ADJUSTMENTS */
/* For Extra small devices (phones, 600px and down): */
[class*="col-"] {
  width: 100%;
}
[class*="col-"] {
  float: left;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
/* Medium devices (landscape tablets, 759px and up) */
@media only screen and (min-width: 759px) {
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}
/* Large devices (laptops/desktops, 992px and up)
@media only screen and (min-width: 992px) {...}
Extra large devices (large laptops and desktops, 1200px and up)
@media only screen and (min-width: 1200px) {...} */

@media screen and (min-width: 759px) {
  .clientWindowContainer {
    width: calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
  }
  .close-menu{
    display: none;
  }
  .viewMenu{
    display: none;
  }
  #clientMenu{
    left: 0px!important;
  }
}
@media screen and (max-width: 758px) {
  .loadingContainer,
  .clientWindowContainer {
    left: 0!important;
  }
  .loadingMsg {
    margin-left: 0px!important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .loadingSUMsg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #loading-welcome {
    background-position: 21px 16px, right 15px top 16px!important;
  }
  #clientMenu{
    z-index: 0;
    left: -300px;
  }
  .login-pic {
    display: none;
  }
  .viewMenu{
    display: block;
  }
}

/* DARK MODE */
@media (prefers-color-scheme: dark) {
  /*OLDIGNORE #mainMenu-burger {
    fill: #f2f2f2!important;
  }*/
  .page-header.chat #nav-mainMenu svg path:nth-of-type(2) { /* ONLY BURGER ON THE CHAT WINDOW */
    fill: #f2f2f2!important;
  }
  .page-title{
    color: #dedede!important;
  }
  .page-detail{
    color: #bfbfbf!important;
  }
  .messages-panel{
    background-color: #272727!important;
    background-image: none!important;
  /*  OLDIGNOREbackground-image: url(https://files-and-media.ams3.digitaloceanspaces.com/images/Chat-background_dark_sml.png)!important;*/
  }
  .message-content,
  .potentialMatch-menteeIntroMsg{
    color: #b9b9b9!important;
  }
  .page-header {
    border-bottom: 1px solid #6d6d6d!important;
    background: #272727!important;
  }
  .chat-title {
    color: #d9d9d9!important;
  }
  .channel-title {
    color: #d9d9d9!important;
  }
  .msg-thumb.noPic.isntMe {
    background-color: rgb(156, 134, 212)!important;
    background-color: rgb(156 134 212 / 50%)!important;
  }
  .msg-thumb.noPic.isMe {
    background-color: #9e90c3!important;
  }
  .file-title-container{
    color: #b9b9b9!important;
  }
  .msg-img-overlay {
    background: #3f3f3f!important;
  }
  .down-arrow-img-icon{
    color: #b9b9b9!important;
  }
  .block-container:hover {
    background-color: rgb(121 121 121 / 27%)!important;
  }
  .block-container.keepHover {
    background-color: rgb(121 121 121 / 27%)!important;
  }
  .sender-name{
    color: #b9b9b9!important;
  }
  .sender-name.isProspela{
    color: #7676ff!important;
  }
  .prAutoMsgTitle {
    color: #8c8cea!important;
  }
  .prauto-msg-container {
    background-color: rgb(101 101 101 / 41%)!important;
  }
  .separator__text {
    background: #4f4f4f!important;
    color: #b9b9b9!important;
  }
  .separator__text.go2NewMsgs {
    background-color: #e22e48!important;
    color: #fff!important;
  }
  .addReaction {
    background: #696969!important;
    border: .0625rem solid #929292!important;
  }
  .emojiReaction {
    background: #696969!important;
    border: .0625rem solid #929292!important;
  }
  .chatWindow-footer:not(.isGeneral) {
    background-color: #272727!important;
  }
  .input-box-container:not(.onFeed, .addHighlight, .isGeneralInModal, .isGeneralOnFeed) {
    border: 1px solid #6d6d6d!important;
  }
  .input-box-container:not(.addHighlight):focus-within{
    box-shadow: 0 0 0 1.2px #8e8efd!important;
    -webkit-box-shadow: 0 0 0 1.2px #8e8efd!important;
    -moz-box-shadow: 0 0 0 1.2px #4e4ed6!important;
    border: 3px solid rgb(122,80,199,.72)!important;
  }
  .emojiContainer{
    color: #797979!important;
  }
  .attachmentContainer {
    color: #797979!important;
  }
  .picContainer {
    color: #797979!important;
  }
  .msgInsights-bar-left {
    color: #797979!important;
  }
  .msgInsights-bar-right {
    color: #797979!important;
  }
  .input-box:not(.onFeed, .addHighlight, .isAddComment){
    color: #b9b9b9!important;
  }
  .tooltip .tooltiptext:not(.tooltiptext.user) {
    background-color: #b9b9b9!important;
    color: #3f3f3f!important;
  }
  .tooltip .tooltiptext::after {
    border-color: #b9b9b9 transparent transparent transparent!important;
  }
  .emojiReaction.userClicked {
    background-color: #9292d6!important;
    border-color: #4e4ed6!important;
  }
  .msgActions-container {
    background: #949191!important;
    border: .0625rem solid #616161!important;
  }
  .msgActions-btn {
    color: #929292!important;
  }
  .plusSign {
    stroke: #d6d6d6!important;
  }
  .plusSign.addEmoji-msgActions {
    border: #696969 solid 1px!important;
    background: #696969!important;
  }
  .whiteFadedText {
    color: rgb(72 72 72 / 63%)!important;
  }
  .userDetail-inst:not(.tooltiptext.user .userDetail-inst){
    color: #717171!important;
  }
  a.Submit-btn:not(.signUpPrompt) {
    color: #fff!important;
    background: #76c1b3!important;
  }
  .Submit-btn:not(.signUpPrompt) {
    color: #fff!important;
    background: #76c1b3!important;
  }
  .fullpage-modal-container.openFlexContainer,
  .flex-container-overlay.group {
    background-color: #272727!important;
  }
  .group-detail-item.bright {
    color: #797979!important;
  }
  .presenceIndicator {
    background: #272727!important;
  }
 /* OLDIGNORE @media screen and (min-width: 758px) {
   #drop-zone{
     background-image: url(https://files-and-media.ams3.digitaloceanspaces.com/images/Chat-background_dark.png)!important;
   }
 }*/
}

/* FONT */
html{
  scroll-behavior: smooth;
}
h1{
  color: #351c75;
  font-size: 2.2em;
  font-weight: 800;
  font-family: Lato, Arial, Helvetica, sans-serif;
  margin: 0 0 0.7rem;
  letter-spacing: -0.5px;
  text-align: left;
}

h2{
  color: #351c75;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: Lato, Arial, Helvetica, sans-serif;
  margin: 0 0 0.7rem;
  letter-spacing: -0.5px;
  text-align: left;
}

hr{
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #3f3f3f;
}
hr.lightLineBreak{
  margin: 10px 0 10px 0;
  border-top: 1px solid #f2f2f2;
}

textarea {
  margin: 0; /* Firefox adds single pixel of margin to top and bottom of textarea */
  border-radius: 0; /* iOS adds border-radius to textarea */
}

/* Remove blue background when press button on mobile */
input,
textarea,
button,
select,
a,
div {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

table th.hasSort{
  cursor: pointer;
}
table th .description{
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
}
#nav-mainMenu {
  top: 40px;
  left: 20px;
  position: absolute;
}

.typeformContainer{
  padding: 100px 85px;
  max-width: 518px;
  width: 518px;
/*  min-width: 488px; */
  display: inline-block;
  height: 100%;
}

@media only screen and (max-width: 320px) {
  .typeformContainer{
    padding: 5rem 1.5rem;
    width: 100%;
  }
}
@media only screen and (min-width: 321px) and (max-width: 425px) {
  .typeformContainer{
    padding: 5rem 2.9rem;
    width: 100%;
  }
}
@media only screen and (min-width: 425px) and (max-width: 500px) {
  .typeformContainer{
    padding: 5rem 4rem;
    width: 100%;
  }
}
@media only screen and (min-width: 759px) and (max-width: 850px) {
  .typeformContainer{
    padding: 5rem 5rem;
    width: 100%;
  }
}
@media only screen and (min-width: 850px) {
  .typeformContainer{
    width: 518px;
  }
}

.typeformContainer h1 {
  line-height: 1em;
}
@media only screen and (max-width: 320px) {
  .typeformContainer h1 {
    font-size: 1.8rem;
  }
}
.typeformContainer.fullWidth{
  max-width: 918px;
}
.typeform-content{
  padding-bottom: 40px;
}

.embedded-typeform{
  min-height: 500px;
  width: 100%;
}

.coursePage-container{
  max-width: 800px;
  margin: auto;
}
.title-blankPage{
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #585858;
}
.title-blankPage.modal{
  margin-top: 0;
}
.lessonTitle-blankPage{
  font-size: 18px;
  margin-bottom: 40px;
}
.checkComplete-container{
  border: 1px solid grey;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 25px;
  display: inline-flex;
  width: 100%;
  justify-content: space-between!important;
  -webkit-justify-content: space-between!important;
  -moz-justify-content: space-between!important;
  margin-bottom: 40px;
}
.productImgContainer{
  height: 110px;
  width: 155px;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 5px;
}
#myProgress {
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
#myProgress.onMenu{
  background-color: #8f8f8f;
}

#myBar {
  height: 15px;
  background-color: #01f3ae;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  -ms-border-top-right-radius: 0px;
  -o-border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -ms-border-bottom-right-radius: 0px;
  -o-border-bottom-right-radius: 0px;
}

#myBar.width100pc {
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -ms-border-top-right-radius: 6px;
  -o-border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -ms-border-bottom-right-radius: 6px;
  -o-border-bottom-right-radius: 6px;
}

.height18px{
  height: 18px;
}
.height40px{
  height: 40px;
}
.height50px{
  height: 50px;
}
.height60px{
  height: 60px;
}
.height100px{
  height: 100px;
}
.height200px{
  height: 200px;
}
.height250px{
  height: 250px!important;
}
.height400px{
  height: 400px;
}
.height100pc{
  height: 100%;
}
.internalBorder{
  width: 3px;
  margin-left: -1px;
  background-color: inherit;
}
.div-li-container{
  margin-top: .5rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: .5rem;
}
@media only screen and (max-width: 425px) {
  .div-li-container{
    margin-left: 0;
    margin-right: 0;
  }
}
.div-li{
  padding: .5rem .5rem .5rem .5rem;
  display: inline-block;
  border-spacing: 11px;
  width: 100%;
  text-align: left;
}
.divLi.img{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  height: 37.25px;
  width: 55.75px;
  display: table-cell;
}
.divLi.text{
  display: table-cell;
  vertical-align: middle;
}
.noBulletList{
  list-style: none;
}
.smallFont{
  font-size: 14px!important;
}
.uppercase{
  text-transform: uppercase;
  letter-spacing: .025em;
}
.cursorText{
  cursor: text!important;
}
.fontSize30{
  font-size: 30px;
}
.fontSize28{
  font-size: 28px;
}
.fontSize25{
  font-size: 25px!important;
}
.fontSize24{
  font-size: 24px;
}
.fontSize22{
  font-size: 22px;
}
.fontSize20{
  font-size: 20px;
}
.fontSize18{
  font-size: 18px;
}
.fontSize16{
  font-size: 16px;
}
.fontSize15{
  font-size: 15px;
}
.fontSize14{
  font-size: 14px!important;
}
.fontSize13{
  font-size: 13px!important;
}
.fontSize12{
  font-size: 12px!important;
}
.fontSize11{
  font-size: 11px!important;
}
.fontSize10{
  font-size: 10px!important;
}
.breakWord{
  word-break: break-word;
}
.lineHeight20pc{
  line-height: 1.2;
}
.lineHeight40pc{
  line-height: 1.4;
}
.lineHeight2{
  line-height: 2!important;
}
.bold{
  font-weight: 600;
}
.noBold{
  font-weight: 400!important;
}
.italic{
  font-style: italic;
}
.strikethrough{
  text-decoration: line-through;
}
.whiteFadedText{
  color: rgb(255,255,255,0.63)!important;
}
.blurryText{
  text-shadow: 0 0 8px rgb(0 0 0 / 25%);
  color: transparent!important;
}
.blurryText .highlight-titleText{
  background-color: unset;
  color: unset;
}
.blurryText a:link {
  color: transparent!important;
}
.blurryImg{
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.greenText{
  color: #14bd14;
  font-size: 13px;
}
.greenTextBorderBkgnd{
  background: #edf9ed!important;
  border: 1px solid #9ce39c!important;
  color: #14bd14!important;
}
.neutralText{
  color: #c7c7c7!important;
  font-size: 13px!important;
}
.neutralText-large{
  color: #b1b1b1!important;
  font-size: 18px!important;
  font-weight: 600!important;
}
.neutralText-small{
  color: #c7c7c7!important;
  font-size: 12px!important;
}
.greyText{
  color: #bdbdbd!important;
}
.darkGreyText{
  color: #636262;
}
.mediumGreyText{
  color: #a9a7a7;
}
.lightGreyText{
  color: lightgrey!important;
}
.lightPurpleText{
  color: #c6c6fd!important;
}
.linkPurpleText{
  color: #8f8fe5;
}
.linkUnderline{
  text-decoration: underline!important;
}
.electricPurpleText{
  color: #4e4ed6!important;
}
.highlightedText,
.highlightedTextOnFocus:focus{
  color: #fafafa;
  background: #4e4ed6;
}
.filter-grey{ /* format colour of SVG icons */
  filter: invert(22%) sepia(0%) saturate(22%) hue-rotate(141deg) brightness(97%) contrast(89%);
}
.filter-green{ /* format colour of SVG icons */
  filter: invert(80%) sepia(53%) saturate(408%) hue-rotate(108deg) brightness(85%) contrast(93%);
}
.redText{
  color: #da0b0b;
  font-size: 13px;
}
.redTextBorderBkgnd{
  background: #ffd2d2!important;
  border: 1px solid #e0a7a7!important;
  color: #da0b0b!important;
}
.blueText{
  color: #00B0F0;
}
.prospelaPurpleText{
  color: #351c75!important;
}
.white{
  color: #fff;
  text-shadow: 0 0 3px transparent, 0 0 3px black, 0 0 3px transparent, 0 0 3px black;
}
.black{
  color: black!important;
}
.brown{
  color: rosybrown;
}
.goldText{
  color: #FFD700!important;
}
.silverText{
  color: #C0C0C0;
}
.bronzeText{
  color: #c78c00;
}
.orangeText{
  color: orange;
}
.purpleText{
  color: #4e4ed6;
}
.inheritFontSize{
  font-size: inherit;
}
.backgroundNone{
  background: none!important;
}
.backgroundBlack{
  background-color: black!important;
}
.greyOnHover{
  background-color: #f2f2f2;
}
.bullet::marker{
  color: #00b5db;
  font-size: 22px;
}
.doubleIndentBulletTopList{
  list-style-type: none;
}
.doubleIndentBullet::marker{
  color: #a3a3a3;
  font-size: 22px;
}
.textCursor{
  cursor: text!important;
}
.pointerCursor{
  cursor: pointer!important;
}
.restrictedContent{
  height: 100%;
  padding: 20px 15px 20px 15px;
  background-color: #f2f2f2;
  text-align: center;
  margin: 1rem 0 1rem 0;
  border: 1px dashed #bcbabf;
}
.twitterIcon-greyed:hover{
  color: #26a7de!important;
}
.linkedinIcon-greyed:hover{
  color: #0073b1!important;
}
.redditIcon-greyed:hover{
  color: #FF4500!important;
}
.whatsAppIcon-greyed:hover{
  color: #25d366!important;
}

/* POSITIONING */
.mainAndSideContainer{
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.mainBar{
   float: left;
   width: 100%;
   width: -webkit-calc(100% - 350px - 24px);
   width: -moz-calc(100% - 350px - 24px);
   width: calc(100% - 350px - 24px);
  /* max-width: 58.33333333%;*/
   margin: 0;
   padding: 0;
}
.sideBar{
  margin-left: 24px;
  float: right;
  width: 350px;
  margin: 0 0 15px;
}
.isSideDivOnMain{
  display: none;
}

/*@media screen and (min-width: 1080px) and (max-width: 1200px) {
  .mainBar {
    max-width: 66.66666667%;
  }
}*/
@media screen and (max-width: 1080px) {
  .mainBar {
    width: 100%;
    float: none;
  }
  .sideBar {
    float: none;
    clear: both;
    margin: 0 auto;
    width: 100%;
  }
  .sideBarContentHiddenOnShrink{
    display: none;
  }
  .isSideDivOnMain{
    display: block;
  }
}
.gridContainer{
  display: grid;
  grid-template-columns: max-content 1fr;
}
.gridLeftColumn{
  grid-column: 1;
  width: auto;
}
.gridRightColumn{
  grid-column: 2;
  width: auto;
}
.max1Line{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.max2Lines{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.max3Lines{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.zIndex0{
  z-index: 0!important;
}
.zIndex1{
  z-index: 1;
}
.verticalAlignMiddle{
  vertical-align: middle;
}
.dispBlock{
  display: block;
}
.dispInline{
  display: inline;
}
.dispInlineBlock{
  display: inline-block;
}
.dispTable{
  display: table;
}
.dispRubyBase{
  display: ruby-base;
}
.positionRel{
  position: relative;
}
.alignCenter{
  text-align: center!important;
}
.alignItemsCenter{
  align-items: center!important;
  -webkit-align-items: center!important;
}
.alignCenter svg{
  display: inline-block;
}
.alignL{
  text-align: left!important;
}
.alignLeft{
  float:left!important;
}
.alignRight{
  float: right!important;
}
.textLeft{
  text-align: left!important;
}
.textRight{
  text-align: right!important;
}
.floatUnset{
  float: unset!important;
}
.left{
  left: 0!important;
}
.right{
  right: 0!important;
}
.right20{
  right: 20px;
}
.leftRightPad{
  padding: 0 2rem 0 2rem;
}
.absolute{
  position: absolute!important;
}
.relative{
  position: relative;
}
.button-unstyled {
  background: none;
  border: 0;
  outline: none;
  color: inherit;
  font: inherit;
  margin: 0;
  line-height: inherit;
  overflow: inherit;
  padding: 0;
  text-align: initial;
  vertical-align: initial;
  cursor: pointer;
  opacity: .6;
}
.descriptor{
  color: #595959;
  font-size: 0.85rem;
  text-align: left;
  font-family: Lato;
  margin-bottom: 0.2rem;
  line-height: normal;
}
.descriptor.intro{
  text-align: center;
  margin-bottom: 0;
}
.popup {
  display: none;
}
.popup.open {
  display: block;
}
.popup .contents {
  margin-right: 45px;
  position: absolute;
  height: auto;
  z-index: 1;
}
.blocker {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: ' ';
  background: rgba(0,0,0,0.05);
  z-index: 1;
}
.dashedTimeline{
  width: 1px;
  margin-left: -12.5px;
  margin-top: 28px;
  margin-bottom: -20px;
  border-right: 2px dashed black;
  position: relative;
}
.dashedTimeline.isLast{
  visibility: hidden;
}
@media only screen and (max-width: 425px) {
  .descriptor {
    font-size: 0.8rem;
  }
  .descriptor-br.prAddMessage{
    display: none!important;
  }
}
.descriptor-br{
  text-align: right;
  font-size: 13px;
  color: #c7c7c7;
  margin: 0.25rem 0 1.5rem;
}
.descriptor-br.prAddMessage{
  width: 80px;
  display: none;
}
.descriptor-br.form{
  margin-top: -1rem;
}
.descriptor-br.addHighlight{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.hidden{
  visibility: hidden;
}
.hidden.showOnHover:hover,
.visible{
  visibility: visible;
}
.overflowHidden{
  overflow: hidden!important;
}
.overflowVisible{
  overflow: visible!important;
}
.maxWidth100{
  max-width: 100%;
}
.maxWidth320px{
  max-width: 320px;
}
.maxWidth450px{
  max-width: 450px;
}
.maxWidth700px{
  max-width: 700px;
}
.fullWidth{
  width: 100%;
}
.width100pc{
  width: 100%;
}
.width95pc{
  width: 95%;
}
.width90pc{
  width: 90%;
}
.width85pc{
  width: 85%;
}
.width80pc{
  width: 80%;
}
.width75pc{
  width: 75%;
}
.width70pc{
  width: 70%;
}
.width65pc{
  width: 65%;
}
.width60pc{
  width: 60%;
}
.width55pc{
  width: 55%;
}
.width50pc{
  width: 50%;
}
.width45pc{
  width: 45%;
}
.width40pc{
  width: 40%;
}
.width35pc{
  width: 35%;
}
.width30pc{
  width: 30%;
}
.width25pc{
  width: 25%;
}
.width20pc{
  width: 20%;
}
.width15pc{
  width: 15%;
}
.width10pc{
  width: 10%;
}
.width5pc{
  width: 5%;
}
.width0pc{
  width: 0%;
}
.width18px{
  width: 18px;
}
.width25px{
  width: 25px;
}
.width100px{
  width: 100px;
}
.width125px{
  width: 125px!important;
}
.width180px{
  width: 180px;
}
.width200px{
  width: 200px;
}
.width350px{
  width: 350px;
}
.minWidth350px{
  min-width: 350px!important;
}
.overflowYScroll{
  overflow-y: scroll;
/*  margin-left: 8px; *//* This is scrollbar width which takes away from margin on right, so this evens out */
}
.overflowYHidden{
  overflow-y: hidden;
}
.horizontallyCenter{
  width: 50%;
  margin: auto;
}
.horizontallyCenterLeftTransform{
  left: 50%;
  transform: translate(-50%);
}
.verticallyCenter{
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.noMarginBlockEnd{
  margin-block-end: 0;
}
.noMarginBlockStart{
  margin-block-start: 0;
}
.whiteSpace{
  white-space: initial;
}
.top15{
  top: 15px;
}
.top35{
  top: 35px;
}
.bottom15{
  bottom: 15px;
}
.bottom20 {
  bottom: 20px;
}
.marginAuto{
  margin: auto;
}
.marginTop{
  margin-top: 2rem;
}
.marginTop0 {
  margin-top: 0px!important;
}
.marginTop3 {
  margin-top: 3px!important;
}
.marginTop5 {
  margin-top: 5px!important;
}
.marginTop10 {
  margin-top: 10px!important;
}
.marginTop12 {
  margin-top: 12px!important;
}
.marginTop20 {
  margin-top: 20px!important;
}
.marginTop30 {
  margin-top: 30px!important;
}
.marginTop35 {
  margin-top: 35px!important;
}
.marginTop40 {
  margin-top: 40px!important;
}.
.marginTop50 {
  margin-top: 50px!important;
}
.marginTop55{
  margin-top: 55px!important;
}
.marginTop70{
  margin-top: 70px!important;
}
.marginTopMinus10 {
  margin-top: -10px;
}
.marginTopMinus15 {
  margin-top: -15px;
}
.marginTopMinus20 {
  margin-top: -20px;
}
.marginTopMinus30 {
  margin-top: -30px;
}
.marginTopMinus45{
  margin-top: -45px;
}
.marginBottom {
  margin-bottom: 2rem;
}
.marginBottom0{
  margin-bottom: 0!important;
}
.marginBottom10 {
  margin-bottom: 10px!important;
}
.marginBottom20 {
  margin-bottom: 20px!important;
}
.marginBottom30 {
  margin-bottom: 30px!important;
}
.marginBottom40 {
  margin-bottom: 40px!important;
}
.marginBottom50 {
  margin-bottom: 50px!important;
}
.marginBottom80 {
  margin-bottom: 80px!important;
}
.marginBottom10 {
  margin-bottom: 10px!important;
}
.marginBottom5 {
  margin-bottom: 5px!important;
}
.marginBottomMinus5 {
  margin-bottom: -5px;
}
.marginBottomMinus10 {
  margin-bottom: -10px;
}
.marginLeftMinus5{
  margin-left: -5px;
}
.marginLeft{
  margin-left: 1rem;
}
.marginLeft5{
  margin-left: 5px;
}
.marginLeft8{
  margin-left: 8px;
}
.marginLeft10 {
  margin-left: 10px!important;
}
.marginLeft14 {
  margin-left: 14px;
}
.marginLeft15 {
  margin-left: 15px!important;
}
.marginLeft20 {
  margin-left: 20px!important;
}
.marginRight0 {
  margin-right: 0px!important;
}
.marginRight {
  margin-right: 1rem;
}
.marginRight3{
  margin-right: 3px!important;
}
.marginRight5{
  margin-right: 5px!important;
}
.marginRight8 {
  margin-right: 8px!important;
}
.marginRight10 {
  margin-right: 10px;
}
.marginRight20 {
  margin-right: 20px;
}
.noMarginL{
  margin-left: 0!important;
}
.noMarginR{
  margin-right: 0!important;
}
.noMarginT{
  margin-top: 0!important;
}
.noMarginB{
  margin-bottom: 0!important;
}
.padding1pt5rem{
  padding: 1.5rem!important;
}
.padding10{
  padding: 10px!important;
}
.padding15{
  padding: 15px!important;
}
.padding20{
  padding: 20px!important;
}
.padding25{
  padding: 25px!important;
}
.paddingTop0{
  padding-top: 0px!important;
}
.paddingTop5{
  padding-top: 5px!important;
}
.paddingTop{
  padding-top: 10px!important;
}
.paddingTop15{
  padding-top: 15px!important;
}
.paddingTop2{
  padding-top: 2px;
}
.paddingBtm{
  padding-bottom: 10px;
}
.paddingBtm0{
  padding-bottom: 0px!important;
}
.paddingBtm20{
  padding-bottom: 20px;
}
.paddingR0{
  padding-right: 0px!important;
}
.paddingR5{
  padding-right: 5px;
}
.paddingR{
  padding-right: 10px!important;
}
.paddingR15{
  padding-right: 15px!important;
}
.paddingR20{
  padding-right: 20px!important;
}
.paddingR30{
  padding-right: 30px!important;
}
.paddingR40{
  padding-right: 40px!important;
}
.paddingL{
  padding-left: 10px!important;
}
.paddingL2{
  padding-left: 2px!important;
}
.paddingL20{
  padding-left: 20px!important;
}
.paddingL25{
  padding-left: 25px!important;
}
.paddingL30{
  padding-left: 30px!important;
}
.paddingL40{
  padding-left: 40px!important;
}
.paddingL50{
  padding-left: 50px!important;
}
.noPaddingL{
  padding-left: 0!important;
}
.noPaddingR{
  padding-right: 0!important;
}
.noPaddingT{
  padding-top: 0!important;
}
.noPaddingB{
  padding-bottom: 0!important;
}
.alignVrtl-middle{
  vertical-align: middle;
}
.displayNone{
  display: none;
}
.displayFlex{
  display: -webkit-box!important;
  display: -moz-box!important;
  display: -ms-flexbox!important;
  display: -moz-flex!important;
  display: -webkit-flex!important;
  display: flex!important;
}
.displayInlineFlex{
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.displayInlineBlock{
  display: inline-block;
}
.displayBlock{
  display: block!important;
}
.flexWrap{
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexShrink0{
  flex-shrink: 0;
}
.flexGrow1{
  flex-grow: 1;
}
.flexDirColumn{
  -webkit-flex-direction: column!important;
  flex-direction: column!important;
}
.flexEnd{
  margin-left: auto;
  justify-content: flex-end;
}
.spaceBetween{
  justify-content: space-between!important;
  -webkit-justify-content: space-between!important;
  -moz-justify-content: space-between!important;
}
.overflow-ellipsis{
  white-space: nowrap;
  display: block!important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.normalLineheight{
  line-height: normal!important;
}
.lineHeight10px{
  line-height: 10px;
}
.lineHeight16{
  line-height: 1.6rem;
}
.tooltip{
  position: relative;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: #3f3f3f;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 5px 0;
  font-size: .8rem;
  line-height: 20px;

  /* Position the tooltip */
  position: absolute;
  z-index: 4;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tooltiptextDetail{
  font-style: italic;
  color: #c9c9c9;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
}
.tooltiptext.profile .tooltiptextDetail{
  font-style: unset;
}
.tooltip .tooltiptext.updateCredential{
  bottom: -80px;
  margin-left: -20px;
}
.tooltip .tooltiptext.updateCredential:after{
  top: -10px;
  transform: scaleY(-1);
  left: 30px;
}
.tooltip .tooltiptext.acceptedAnswer{
  bottom: -40px;
  margin-left: -20px;
}
.tooltip .tooltiptext.acceptedAnswer:after{
  top: -10px;
  transform: scaleY(-1);
  left: 20px;
}
.tooltip .tooltiptext.checkboxTooltip{
  bottom: 60px;
  left: unset;
  right: 50px;
  padding: 5px;
}
.tooltip .tooltiptext.below{
  bottom: unset;
  top: 35px;
}
.tooltip .tooltiptext.below:after{
  top: -10px;
  left: 33.5%;
  transform: scaleY(-1);
}
.tooltip .tooltiptext.user {
  bottom: 140%;
  left: -20px;
  margin-left: unset;
}
.tooltip .tooltiptext.user:after {
  left: 10%;
  margin-left: unset;
  border-width: 8px;
  border-color: #4e4ed6 transparent transparent transparent;
}
.tooltip .tooltiptext.last {
  left: -25px;
}
.tooltip .tooltiptext.last.signUpPage {
  left: -85px!important;
}
.tooltip .tooltiptext.endContentBox {
  left: -60px;
}
.tooltip.lightGreyText:hover{
  color: #bdbdbd!important;
}
.tooltip.mediumGreyText:hover,
.tooltip.darkGreyText:hover{
  color: #3f3f3f!important;
}
.tooltiptext.chats,
.tooltiptext.groups,
.tooltiptext.compact,
.tooltiptext.ratings,
.tooltiptext.profile {
  width: auto;
  left: 0;
  margin-left: unset;
  padding-left: 10px;
  padding-right: 10px;
}
.tooltiptext.ratings,
.tooltiptext.profile{
  line-height: normal;
  width: 180px;
  padding-top: 10px;
  padding: 10px 15px 10px 15px;
}
.tooltiptext.profile{
  width: 250px;
}
.tooltiptext.profile.onProfile{
  top: unset;
  left: 62px;
}
.tooltiptext.profile.onFeed{
  width: 180px;
}
.tooltiptext.onQA{
  padding: 5px;
  top: 27px!important;
  left: -65px;
}
.tooltiptext.hiddenProf{
  padding: 5px;
  top: 22px!important;
  left: 5px;
}
.tooltiptext.groups,
.tooltiptext.compact {
  white-space: nowrap;
  font-weight: 600;
}
.tooltiptext.emojiReactions,
.tooltiptext.messageActions {
  left: 50%;
  min-width: 120px;
  width: auto;
  line-height: 18px;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 2;
}
.tooltiptext.user{
/*  border: 2px solid #4e4ed6;
  box-shadow: 0 3px 10px 0 rgba(0,0,0,.13);
  -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.13);
  -moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.13);*/
  box-shadow: 0 1px 7px 1.2px rgba(78,78,214,.22);
  -webkit-box-shadow: 0 1px 7px 1.2px rgba(78,78,214,.22);
  -moz-box-shadow: 0 1px 7px 1.2px rgba(78,78,214,.22);
  border: 3px solid #4e4ed6!important;
  width: 280px;
  height: 110px;
  text-align: unset;
  padding: 0;
  background-color: #2b2b2b;
}
.tooltiptext.messageActions{
  right: 0;
}
/*.tooltip .tooltiptext.profile {
  left: -46%;
}*/
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip .tooltiptext.last::after,
.tooltip .tooltiptext.groups.last::after,
.tooltip .tooltiptext.compact.last::after, {
  left: unset;
  right: 13px;
}
.tooltip .tooltiptext.messageActions.last::after,
.tooltip .tooltiptext.emojiReactions.last::after,
.tooltip .tooltiptext.last.signUpPage::after{
  right: 0;
  margin-right: 9px;
  left: unset;
}
.tooltip .tooltiptext.onQA::after{
  right: 0;
  margin-right: 39px;
  left: unset;
}
.tooltip .tooltiptext.hiddenProf::after{
  right: 0;
  margin-right: 99px;
  left: unset;
}
.tooltip .tooltiptext.chats::after,
.tooltip .tooltiptext.groups::after,
.tooltip .tooltiptext.compact::after,
.tooltip .tooltiptext.ratings::after,
.tooltip .tooltiptext.profile::after {
  left: 0;
  margin-left: 9px;
}
.tooltip .tooltiptext.endContentBox::after{
  left: 0;
  margin-left: 72px;
}
.tooltip:hover .tooltiptext,
.tooltip:focus .tooltiptext{
  visibility: visible;
  opacity: 1;
}
.borderBtm{
  border-bottom-style: solid!important;
  border-bottom-width: 1px!important;
}
.borderTop{
  border-top-style: solid !important;
  border-top-width: 1px!important;
}
.borderGrey{
  border-color: #e3e6e8!important;
}

/* BUTTONS */
/* ModalTrigger Buttons */

/* Modal Content Buttons */
.textInputBox{
  display: block;
  width: 100%;
  padding: .75em .75rem;
  margin: 1rem 0 0rem;
  margin-bottom: .25rem;
  border: 1px solid #C5C5C5;
  border-radius: .25rem;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  -ms-border-radius: .25rem;
  -o-border-radius: .25rem;
  min-height: 97px;
  max-height: -webkit-calc(40vh - 200px);
  max-height: -moz-calc(40vh - 200px);
  max-height: calc(40vh - 200px);
  line-height: 20px;
  vertical-align: top;
  resize: none;
  -moz-resize: none;
  outline: none;
  font-family: inherit;
  overflow-y: scroll;
}
.textInputBox.small{
  padding: 0 .75em 0 .75em;
  min-height: 10px;
  margin-bottom: 1.5rem;
  margin-top: .25rem;
}
.textInputBox.passTxtBox{
  margin: 0 0 1rem 0;
}
.textInputBox.passTxtBox:invalid{
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.textInputBox.inputTitle{
  min-height: 20px;
  height: 40px;
}
.textInputBox.passTxtBox:focus,
.textInputBox:focus{
  border: 2px solid #3f3f3f;
}
a.Submit-btn,
.Submit-btn{
  color: #fff;
  font: inherit;
  font-weight: 600;
  background: #58d2bb;
  border-radius: .5rem;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  -o-border-radius: .5rem;
  cursor: pointer;
  outline: none;
  border: none;
  height: 40px;
  min-width: 180px;
  text-align: center;
  padding: 0;
  -webkit-transition: background .15s ease-out;
  -moz-transition: background .15s ease-out;
  -ms-transition: background .15s ease-out;
  -o-transition: background .15s ease-out;
  transition: background .15s ease-out;
}
a.Submit-btn{
  padding: 0.8rem 0.8rem 0.8rem 0.8rem;
}
.Submit-btn.formInterim{
  min-width: 80px;
  background: #9f9ee7!important;
  border: 1px solid #8b8bdc;
}
.Submit-btn.formInterim:hover,
.Submit-btn.formInterim:active,
.Submit-btn.formInterim:focus{
  background: #8b8bdc;
}
.Submit-btn.signUpPrompt{
  background: #130a2b;
}
.Submit-btn.signUpPrompt:hover,
.Submit-btn.signUpPrompt:active,
.Submit-btn.signUpPrompt:focus{
  background: black;
}
.Submit-btn.landingCTA.hollow{
  border: 1px solid #351c75;
  background: #fff;
  color: #351c75;
  padding-left: 1rem;
  padding-right: 1rem;
}
.Submit-btn.landingCTA.hollow:hover,
.Submit-btn.landingCTA.hollow:focus{
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
  background: #fff;
}
.Submit-btn.chatCTA{
  height: 30px;
  font-size: 14px;
}
.Submit-btn.HollowBtn{
  color: #58d2bb;
  border: 2px solid #58d2bb;
  background: #fff;
  margin: 0;
  min-width: 120px;
  font-weight: 400;
}
.Submit-btn.HollowBtn.Edit{
  min-width: 80px;
  margin-right: 20px;
  max-height: 30px;
  display: inline-block;
  border: none;
  color: #7373df;
}
.Submit-btn.HollowBtn.Edit:hover,
.Submit-btn.HollowBtn.Edit:focus{
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: none;
  color: #351c75;
  border: none;
}
.Submit-btn.HollowBtn.Edit:active{
  background: none;
}
.smallCTA{
  height: 20px!important;
}
.Submit-btn.BlankBtn{
  color: #58d2bb;
  background: #fff;
  margin: 0;
  min-width: 120px;
  font-weight: 400;
}
.Submit-btn.BlankBtn.Grey{
  color: #bfbebe;
}
.Submit-btn.BlankBtn.Inline{
  width: auto;
  height: auto;
  text-decoration: underline;
  font-weight: 600;
  padding: 0;
  min-width: 0;
  padding-left: .2rem;
  color: rgba(78,78,214,.79);
}
.Submit-btn.enableNotif{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.Submit-btn.notFollowing{
  width: 100px;
  min-width: max-content;
  height: 35px;
  margin-bottom: 1rem;
  font-size: 14px;
}
.Submit-btn.Following{
  width: 100px;
  min-width: max-content;
  height: 35px;
  margin-bottom: 1rem;
  font-size: 14px;
  background: #fff;
  color: #7f7f7f;
  border: 1px solid #a0a0a0;
}
.Submit-btn.Following:hover,
.Submit-btn.Following:focus{
  background: #fff;
  border: 1px solid #a0a0a0;
  color: #7f7f7f;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
}
.uploadPicBtn{
  margin-top: 25px!important;
}
a.Submit-btn:hover,
a.Submit-btn:focus,
.Submit-btn:hover,
.Submit-btn:focus {
  background: #06bf9c;
  color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
}
a.Submit-btn:focus{
  background: #58d2bb;
}
.Submit-btn.BlankBtn:hover,
.Submit-btn.BlankBtn:focus{
  color: #43a08f;
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.Submit-btn.BlankBtn.Grey:hover,
.Submit-btn.BlankBtn.Grey:focus{
  color: #8e8e8e;
  background-color: none;
}
.Submit-btn.BlankBtn.Inline:hover,
.Submit-btn.BlankBtn.Inline:focus{
  color: #4e4ed6;
  background-color: none;
}
.Submit-btn.HollowBtn:hover,
.Submit-btn.HollowBtn:focus{
  color: #43a08f;
  background: #fff;
  border: 2px solid #58d2bb;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.Submit-btn.HollowBtn:disabled,
a.Submit-btn:disabled,
.Submit-btn:disabled{
  color: #9f9fa0;
  background: #e0e1e2;
  cursor: default;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
a.Submit-btn:disabled:active,
.Submit-btn:disabled:active {
  background: none;
}
.Submit-btn.BlankBtn:disabled{
  background: none!important;
}
.Submit-btn:active{
  background: #58d2bb;
}
.multilineOverflowBtn{
  border: 0;
  outline: none;
  color: #58d2bb;
  background-color: #fff;
  font-size: 13px;
  padding: 0 0 10px 0;
  display: block;
  margin: auto;
  margin-top: -24px;
  cursor: pointer;
  width: 200px;
  text-align: left;
}
.btn-left{
  width: 100px;
  color: #3baf99;
  font-weight: 600;
  background: #fff; /* #d9f9f3; */
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  cursor: pointer;
  outline: none;
  border: 1.5px solid #58d2bb;
  height: 40px;
  text-align: center;
  padding: 0;
  margin: 0.4rem 0 0.8rem 0;
  margin-right: -3px;
  -webkit-transition: background .15s ease-out;
  -moz-transition: background .15s ease-out;
  -ms-transition: background .15s ease-out;
  -o-transition: background .15s ease-out;
  transition: background .15s ease-out;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,.02);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.02);
  -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,.02);
  text-decoration: none;
  font:inherit;
}
.btn-right{
  width: 100px;
  color: #3baf99;
  font-weight: 600;
  background: #fff;
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
  cursor: pointer;
  outline: none;
  border: 1.5px solid #58d2bb;
  height: 40px;
  text-align: center;
  padding: 0;
  margin: 0.4rem 0 0.8rem 0;
  margin-left: -3px;
  -webkit-transition: background .15s ease-out;
  -moz-transition: background .15s ease-out;
  -ms-transition: background .15s ease-out;
  -o-transition: background .15s ease-out;
  transition: background .15s ease-out;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,.02);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.02);
  -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,.02);
  text-decoration: none;
  font:inherit;
}
.btn-left:hover,
.btn-left:focus,
.btn-right:hover,
.btn-right:focus{
  background-color: #d2fff7;
  color: #39a28e;
  border-style: solid;
}
.btn-left.active,
.btn-right.active{
  background-color: rgb(111, 195, 179);
  color: #fff;
}
.fileUploadPlaceholder{
  height: 200px;
  width: 100%;
  margin-bottom: 1rem;
  background: rgba(159,158,231,.17);
  padding: .4rem;
}
.fileUploadPlaceholder-title{
  font-size: 20px;
  line-height: 1.2143;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 8px;
}
.fileUploadPlaceholder-subtitle{
  font-size: 15px!important;
  line-height: 1.46668;
  font-weight: 400;
  color: #848484!important;
  max-width: 100%;
  word-break: break-word;
}
.fileUploadDottedLine{
  border: 2px dotted #c0bfef;
  height: 100%;
  padding: 2rem;
}
.noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* In-chat Buttons */


/* CHECKBOXES */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 4rem;
  padding-top: .25rem;
  margin-bottom: 1.25rem;
  margin-right: 1rem;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container.formatLeft{
  padding-left: 2.7rem;
  padding-top: .3rem;
}
.checkbox-container.menuNotif{
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  margin-right: 0;
}
/*.checkbox-container.menuNotif:hover{
  background: #f2f2f2;
}*/
.checkbox-container.menuNotif .checkmark{
  height: 18px;
  width: 18px;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.checkbox-container.menuNotif .checkmark.disabled{
  background-color: unset;
}
.checkbox-container.menuNotif .checkmark:after{
  left: 5px;
  top: 2px;
  width: 5px;
  height: 8px;
}

.textParser-container {
  margin: 0;
  word-break: break-word;
}

.highlight-titleText{
  background-color: #e9e9ff;
  color: #4e4ed6;
}

.checkbox-container-login{
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 1.25rem;
  margin-top: .75rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #a3a3a3;
  font-size: 0.75rem;
  line-height: .9rem;
  text-align: left;
  font-family: Lato;
}
.checkbox-container-login.error{
  color: rgba(249,177,177,.90)!important;
}
.checkbox-container-login input,
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 1rem;
  height: 25px;
  width: 25px;
  background-color: rgb(0 181 219 / 18%);
}
.checkmark.disabled{
  background-color: #dfdede;
  pointer-events: none;
}
@media only screen and (min-width: 321px) and (max-width: 425px) {
  .checkbox-container{
    padding-left: 2.7rem;
  }
  .checkmark {
    left: 0.5rem;
  }
}
@media only screen and (max-width: 320px) {
  .checkbox-container{
    padding-left: 2.7rem;
  }
  .checkmark {
    left: 0.5rem;
  }
}

.initiativeCheckmark {
  background-color: rgba(247,247,247,.64)!important;
}
.checkbox-container-login:hover input ~ .checkmark:not(.disabled),
.checkbox-container:hover input ~ .checkmark:not(.disabled),
.checkbox-container-login input:focus ~ .checkmark,
.checkbox-container input:focus ~ .checkmark {
  background-color: rgb(0 181 219 / 36%);
}
.checkbox-container-login.error:hover input ~ .checkmark,
.checkbox-container.error:hover input ~ .checkmark,
.checkbox-container-login.error input:focus ~ .checkmark,
.checkbox-container.error input:focus ~ .checkmark {
  background-color: rgba(255, 153, 153, 0.7)!important;;
}
.checkbox-container-login:hover,
.checkbox-container-login:focus,
.checkbox-container-login input:focus .checkbox-container-login{
  color: #898888;
}
.checkbox-container-login.error:hover,
.checkbox-container-login.error:focus,
.checkbox-container-login.error input:focus .checkbox-container-login{
  color: rgba(245,89,89,.74)!important;
}
.checkbox-container-login:hover input ~ .initiativeCheckmark,
.checkbox-container-login input:focus ~ .initiativeCheckmark {
  background-color: rgba(247,247,247,.85)!important;
}
.checkbox-container-login:hover .initiative-tncText,
.checkbox-container-login:focus .initiative-tncText, {
  color: rgba(220,220,220,.98)!important;
}
.checkbox-container-login input:checked ~ .checkmark,
.checkbox-container input:checked ~ .checkmark {
  background-color: #00bde5;
}
.checkbox-container input:checked ~ .checkmark.greenTick{
  background-color: #01f3ae;
}
.checkbox-container-login input:checked ~ .initiativeCheckmark {
  background-color: rgba(181,181,255,.74)!important;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container-login input:checked ~ .checkmark:after,
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container-login .checkmark:after,
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

/* RADIO BUTTONS */
.radioContainer {
  display: block;
  position: relative;
  padding-left: 29px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.setPrimary{
  right: 0;
  position: relative;
  display: inline-block;
  font-size: 13px;
}
.radioContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radioCheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: rgba(78,78,214,.11);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.radioContainer:hover input ~ .radioCheckmark,
.radioContainer:focus input ~ .radioCheckmark {
  background-color: rgba(78,78,214,.29);
}
.radioContainer input:checked ~ .radioCheckmark {
  background-color: #351c75;
}
.radioCheckmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radioContainer input:checked ~ .radioCheckmark:after {
  display: block;
}
.radioContainer .radioCheckmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
	background: white;
}

/* TOGGLES / SLIDERS */
.notifToggleContainer{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
}
.notifToggleContainer.rightAlign{
  padding: 0;
}
.notifToggleContainer.rightAlign .notifToggleTxt{
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}
.notifToggleContainer.rightAlign .switch{
  position: absolute;
  right: 20px;
}
.notifToggleContainer.contact{
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.notifToggleTxt{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 75%;
  line-height: 2;
}
.contactToggleTxt{
  color: #8a8a8a;
  font-size: 14px;
  width: 55%;
  display: inline-block;
}
.emailBtns{
  display: inline-block;
  float: right;
  right: 0;
  margin-top: -4px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e2e2e2;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}

input:checked + .slider {
  background-color: #351c75;
}

input:disabled + .slider {
  background-color: rgba(53, 28, 117,.4);
}
input:disabled:checked + .slider {
  background-color: rgba(53, 28, 117,.4)!important;
}

input:focus + .slider {
  box-shadow: 0 0 1px #fff;
}

input:checked + .slider:before {
  transform: translateX(26px);
  -webkit-transform: translateX(26px);
  -moz-transform: translateX(26px);
  -ms-transform: translateX(26px);
  -o-transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* LINKS */
a {
  color: #8f8fe5;
}
a:link {
  color: #8f8fe5;
}
a:visited {
  color: #8f8fe5;
}
a:hover {
  color: #7e7ec9;
}
a:active {
  color: #8f8fe5;
}
a.disabled{
  pointer-events: none;
}
.noPointerEvents{
  pointer-events: none;
}
.legal-href{
  color: #cacaca!important;
}
.error-href{
  color: red!important;
}
a.button{
  text-decoration: none;
}
.link{
  text-decoration: none;
  cursor: pointer;
}
.Submit-btn.link{
  color: #fff;
}
.link.map{
  color: #e2dfdf;
  cursor: pointer;
}
.inline-link{
  text-decoration: none;
  color: #1264a3;
  font-weight: 700;
  cursor: pointer;
}
.inline-link:hover,
.inline-link:focus {
  text-decoration: underline;
  color: #0b4c8c;
  outline: 0;
  cursor: pointer;
}
/* Slightly smaller so is not a main CTA */
.skipCTA{
  display: block;
  font-size: 0.7rem;
}
.Submit-btn.skipCTA{
  margin: auto;
  margin-top: 1rem;
}

/* IMAGES */
.img-circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.img-square {
  border-radius: .25rem;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  -ms-border-radius: .25rem;
  -o-border-radius: .25rem;
}

/*.userMenu-thumb img,*/
.img-circle img,
.img-square img{
  width: 100%;
  height: 100%;
  vertical-align: top;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  object-fit: cover;
}
/*.userMenu-thumb img{
  position: absolute;
  margin-left: -46px;
}
.msg-thumb img{
  position: relative;
  top: -2.5rem;
}
.msg-thumb.noModal img {
  top: 0;
}*/
.allowAddPic:hover > *,
.allowAddPic:focus > *{
  opacity: 0.4;
}

.img-circle.allowAddPic.isntMe:hover > *,
.img-square.allowAddPic.isntMe:hover > *,
.img-circle.allowAddPic.isntMe:focus > *,
.img-square.allowAddPic.isntMe:focus > *,
.opacity1{
  opacity: 1;
}

.allowAddPic:hover .ModalOpenBtn-addPicBtn,
.allowAddPic:focus .ModalOpenBtn-addPicBtn,
.ModalOpenBtn-addPicBtn:focus{
  opacity: 1;
}

/* ANIMATIONS */

.circular-chart svg {
  width: unset;
  height: unset;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.circular-chart.purple .circle {
  stroke: #4e4ed6;
}
.circular-chart.orange .circle {
  stroke: #ff9f00;
}
.circular-chart.green .circle {
  stroke: #4CC790;
}
.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}

/* BOXES */
.contentBox{
  border-radius: .25rem;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  -ms-border-radius: .25rem;
  -o-border-radius: .25rem;
  background-color: #fff;
  border: 1px solid #efefef;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
  padding: .5rem 1rem .5rem 1rem;
  margin-bottom: 1rem;
}
.contentBox.feedItem{
  margin-bottom: 5px;
}
.contentBox.withHover:hover,
.dataCard.withHover:hover{
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 18%);
  -webkit-box-shadow: 0 1px 10px 0 rgb(0 0 0 / 18%);
  -moz-box-shadow: 0 1px 10px 0 rgb(0 0 0 / 18%);
  cursor: pointer;
}
.contentBox.withHover:focus,
.dataCard.withHover:focus{
  background: #fbfbfb;
}

.bubbleContainer div:nth-child(5n+0),
.bubbleContainer a:nth-child(5n+0){
  border: 1px solid #ad8105;
  color: #fff;
  background-color: #eeb000;
}
.bubbleContainer div:nth-child(5n+1),
.bubbleContainer a:nth-child(5n+1){
  border: 1px solid #666698;
  color: #fff;
  background-color: #9999e7;
}
.bubbleContainer div:nth-child(5n+2),
.bubbleContainer a:nth-child(5n+2){
  border: 1px solid #3f9686;
  color: #fff;
  background-color: #58d2bb;
}
.bubbleContainer div:nth-child(5n+3),
.bubbleContainer a:nth-child(5n+3){
  border: 1px solid #bd293e;
  color: #fff;
  background-color: #fb6c81;
}
.bubbleContainer div:nth-child(5n+4),
.bubbleContainer a:nth-child(5n+4){
  border: 1px solid #5498a2;
  color: #fff;
  background-color: #65c8d8;
}

.bubbleContainer .bubble.noBackground:nth-child(5n+0){
  color: #eeb000;
  background-color: unset;
  border: unset;
}
.bubbleContainer .bubble.noBackground:nth-child(5n+1){
  color: #9999e7;
  background-color: unset;
  border: unset;
}
.bubbleContainer .bubble.noBackground:nth-child(5n+2){
  color: #58d2bb;
  background-color: unset;
  border: unset;
}
.bubbleContainer .bubble.noBackground:nth-child(5n+3){
  color: #fb6c81;
  background-color: unset;
  border: unset;
}
.bubbleContainer .bubble.noBackground:nth-child(5n+4){
  color: #65c8d8;
  background-color: unset;
  border: unset;
}

.ratingBubblesContainer .bubble{
  padding: 2px 5px 2px 5px;
  font-weight: 400;
  cursor: pointer;
}
/*.ratingBubblesContainer .bubble:first-of-type{
  margin-left: 5px;
}*/
.ratingBubblesContainer .bubble.strong{
  border: 1px solid #8bc34a;
  color: #3f3f3f;
  background-color: rgb(76,175,80,.51); /* green */
}
.ratingBubblesContainer .bubble.good{
  border: 1px solid rgb(139,195,74,.25);
  color: #3f3f3f;
  background-color: rgb(76,175,80,.24); /* light green */
}
.ratingBubblesContainer .bubble.needsWork{
  border: 1px solid rgb(189,41,62,.14);
  color: #3f3f3f;
  background-color: rgb(251,108,129,.22); /* light red */
}
.ratingBubblesContainer .bubble.weak{
  border: 1px solid #bd293e;
  color: #3f3f3f;
  background-color: #fb6c81; /* red */
}
.ratingBubblesContainer .bubble.purple{
  border: 1px solid rgba(78,78,214,1);
  color: rgba(78,78,214,1);
  background-color: rgba(78,78,214,.3);
}
.ratingBubblesContainer .bubble.orange{
  border: 1px solid rgba(255,193,7,1);
  color: rgba(195,147,2,1);
  background-color: rgba(255,193,7,.3);
}
.ratingBubblesContainer .bubble.green{
  border: 1px solid rgba(21,205,148,1);
  color: rgba(21,205,148,1);
  background-color: rgba(21,205,148,.3);
}
.ratingBubblesContainer .bubble.yellow{
  border: 1px solid rgba(252,225,0,1);
  color: rgba(195,176,15,1);
  background-color: rgba(252,225,0,.3);
}
.ratingBubblesContainer .bubble.blue{
  border: 1px solid rgba(0,176,240,1);
  color: rgba(0,176,240,1);
  background-color: rgba(0,176,240,.3);
}
.ratingBubblesContainer .bubble.pink{
  border: 1px solid rgba(249,123,171,1);
  color: rgba(249,123,171,1);
  background-color: rgba(249,123,171,.3);
}

.bubble{
  font-size: 13px;
/*  max-width: 250px;*/
  border-radius: .5rem;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  -o-border-radius: .5rem;
  text-align: center;
  /*font-weight: 600;*/
  display: inline-block;
  padding: .1rem .25rem .1rem .25rem;
  margin-right: 5px;
  margin-bottom: 5px;
  white-space: break-spaces;
}
.bubble.noBackground{
  padding: .1rem .25rem .1rem 0rem;
}
.bubble.noBackground:last-of-type{
  margin-right: 3px;
}
.shareOptionsContainer{
  position: relative;
  bottom: -5px;
  z-index: 100;
  border: 1px solid lightgrey;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0,0,0,.08);
  -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.08);
  -moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.08);
  background: white;
  padding: 10px;
}
.shareOptionsContainer.commPage{
  position: absolute;
  top: 30px;
  display: table;
}
/*.shareOptionsContainer.commPage.tooltipLeft{
  left: 0;
}*/
.shareOptionsContainer::after{
  content: "";
  position: absolute;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ddd transparent transparent transparent;
  top: -10px!important;
  left: 15px!important;
  transform: scaleY(-1);
}
.shareOptionsContainer.commPage::after{
  left: 25px!important;
}
.shareOptionsContainer.commPage.topBtn{
  right: 0px;
}
.shareOptionsContainer.commPage.topBtn::after{
  right: 15px!important;
  left: unset!important;
}
/*.shareOptionsContainer.commPage.tooltipLeft::after{
  left: 15px!important;
  right: unset!important;
}*/
@media screen and (max-width: 600px) {
  .shareOptionsContainer.commPage{
    right: -130px;
  }
  .shareOptionsContainer.commPage::after{
    right: 150px!important;
    left: unset!important;
  }
}
@media screen and (max-width: 600px) {
  .shareOptionsContainer.commPage.topBtn{
    right: -180px;
  }
  .shareOptionsContainer.commPage.topBtn::after{
    right: 200px!important;
    left: unset!important;
  }
}
/* ICONS */
.emoji-mart-emoji{
  cursor: pointer;
  outline: none;
}
.emoji-mart-category .emoji-mart-emoji span {
  cursor: pointer;
}
.logoContainer{
  height: 40px;
  margin-bottom: 1.5rem;
}
.logoContainer.small{
  height: 20px;
  margin-bottom: 1.5rem;
}
.logoImg{
  max-height: 100%;
  margin: auto;
  display: block;
}
.groupsAvatarContainer,
.menuItemIconContainer{
  height: 20px;
  width: 20px;
  float: left;
  margin-left: 0;
  margin-right: 6px;
  border-radius: 4px;
  margin-top: -2px;
  text-align: center;
  color: #fff;
}
.groupsAvatarContainer.industry{
  color: #58d2bb;
}
.groupsAvatarContainer.flexContainer{
  height: 40px;
  width: 40px;
}
.menuItemIconContainer{
  float: unset;
  margin-left: 6px;
  margin-right: 0;
  position: absolute;
  margin-top: 2px;
  color: #73dbf1;
}
.menuItemIconContainer.chat,
.menuItemIconContainer.huddle{
  margin-top: 0;
}
.groupsAvatarContainer.noImg{
  padding-top: 3px;
  background-color: #00d3ff;
}
.groupsAvatarContainer img{
  border-radius: 4px;
}

.plusSign{
  stroke: #ababab;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}
.reqAsterisk:after{
  content: " *";
  margin-left: .1em;
  font-size: 1.3em;
  position: relative;
  top: 2px;
  color: #ffb6b6;
}

.buttonIcon{
  padding-right: .5rem;
}
.showHideBtn{
  background-image: linear-gradient(to right, rgb(255 255 255 / 90%), rgb(255 255 255));
  padding-left: 10px;
}
.showHideBtn:hover{
  cursor: pointer;
  color: #8e8e8e;
}
.showHideArrow{
  padding-left: 3px;
  font-size: 8px;
}

.spinner-container{
  font-size: 50px;
  color: #8f8fe5;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 40px;
  background-color: rgba(195,190,241,.18);
}

.down-arrow-img-icon{
  font-size: 15px;
  color: rgba(29,28,29,.7);
  opacity: 1;
  order: 2;
  -webkit-order: 2;
  -moz-order: 2;
  margin-left: 6px;
  margin-top: -2px;
}
/*.presenceContainer{
  float: left;
  margin-left: -5px;
  margin-right: 4px;
  width: 20px;
  height: 1.3125rem;
  text-align: center;
  color: #00ffb7;
  font-size: 13px;
  opacity: 0.95;
}*/
.trophyContainer{
  float: left;
  margin-left: -5px;
  margin-right: 8px;
  width: 20px;
  height: 1.75rem;
  text-align: center;
  color: #ffd211;
  font-size: 20px;
  opacity: 0.89;
}
.verifiedBadgeContainer{
  display: inline-block!important;
  /* vertical-align: middle;*/
}
#icon-verified-badge{
  overflow: visible;
}

/* MODALS */
/* Hides the text within the close button (we don't need to see it, */
/* but this way screen readers will still be able to pick up on it) */
.u-hide-visually {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  clip-path: inset(0 0 0 0)!important;
  height: 1px!important;
  margin: -1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
  white-space: nowrap!important;
}

.signUpPromptBanner,
.almostMaxViewsBanner{
  width: 100%;
  z-index: 1000;
  bottom: 0;
  margin-left: -30px;
  margin-right: -30px;
  width: -webkit-calc(100% + 55px);
  width: -moz-calc(100% + 55px);
  width: calc(100% + 55px);
}
.almostMaxViewsBanner{
  background-color: #fff3d6;
  padding: 1px 40px;
  border-top: 2px solid #dadada;
  align-items: center;
  -webkit-align-items: center;
  position: sticky;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  margin-bottom: -25px;
  height: 100px;
}
.almostMaxViewsBanner a{
  min-width: 120px;
}
.almostMaxViewsBanner .signUpPromptTitle{
  margin-top: unset;
}
.signUpPromptBanner{
  height: 350px; /* 40vh on mobile */
  border-top: 1px solid #4e4ed6;
  background-image: url(https://files.prospela.com/images%2FSignUpPromptBanner.pptx.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #9f9ee7;
}
.signUpPromptBanner.tse{
  border-top: 1px solid #f2f2f2;
  background-image: unset;
  background-repeat: unset;
  background-size: unset;
  background-position: unset;
  background-color: #f2f2f2;
  background-image: linear-gradient(to right, #f2f2f2 40%, white);
}
.signUpPromptBanner.tse.isMobile{
  background-image: linear-gradient(to bottom, #f2f2f2 0%, white);
}
.signUpPromptImgContainer.tse{
  height: 200px;
  width: 250px;
  right: 0;
  position: absolute;
  top: 200px;
}
.signUpPromptImgContainer.tse.isMobile{
  margin: auto;
  margin-top: 20px;
  right: unset;
  position: unset;
  top: unset;
}
.signUpPromptBanner.withAnimation,
.showAlmostMaxViewsBanner.withAnimation{
  position: sticky;
  box-shadow: rgb(0 0 0 / 25%) 1px -17px 20px;
  -webkit-box-shadow: rgb(0 0 0 / 25%) 1px -17px 20px;
  -moz-box-shadow: rgb(0 0 0 / 25%) 1px -17px 20px;
  -webkit-animation: slide-in--up 420ms cubic-bezier(.165,.84,.44,1);
  -moz-animation: slide-in--up 420ms cubic-bezier(.165,.84,.44,1);
  -ms-animation: slide-in--up 420ms cubic-bezier(.165,.84,.44,1);
  -o-animation: slide-in--up 420ms cubic-bezier(.165,.84,.44,1);
  animation: slide-in--up 420ms cubic-bezier(.165,.84,.44,1);
  animation-duration: 1s;
}
.bannerTextContainer{
  width: 50%;
  margin-left: 50px;
  margin-top: 25px;
  text-align: left;
}
.prBannerLogoContainer{
  height: 45px;
  width: 103.5px;
}
.tseBannerSmallLogoContainer{
  height: 30px;
  width: 130px;
}
.prBannerSmallLogoContainer{
  height: 30px;
  width: 69px;
}
.signUpPromptTitle{
  line-height: 1.75rem;
}
@media screen and (min-width: 1554px) {
   .signUpPromptBanner{
     height: 500px;
   }
}

@media screen and (min-width: 1271px) and (max-width: 1553px) {
   .signUpPromptBanner{
     height: 450px;
   }
}
@media screen and (min-width: 608px) and (max-width: 1270px) {
   .signUpPromptBanner{
     height: 370px;
   }
   .signUpPromptBanner.reachedMaxFeed{
     height: 450px;
   }
}
/*@media screen and (min-width: 608px) and (max-width: 1270px) {
   .signUpPromptBanner {
      height: 300px;
   }
}*/
@media screen and (min-width: 401px) and (max-width: 607px) {
   .signUpPromptBanner{
     height: 400px;
   }
}
@media screen and (max-width: 1047px) {
   .signUpPromptTitle{
     font-size: 28px;
   }
}
@media screen and (max-width: 786px) {
   .signUpPromptTitle{
     font-size: 26px;
   }
}
@media screen and (max-width: 400px) {
   .signUpPromptBanner{
     height: 300px;
     background-position: -285px center;
     /*position: sticky;
      width: 101vw;
      margin-left: -37px;*/
   }
   .signUpPromptTitle{
     line-height: 1.5rem;
   }
   .signUpPromptTitle:not(.isInModal){
     font-size: 22px!important;
   }
/*   .prBannerLogoContainer{
     height: 30px;
     width: 69px;
   }*/
   .signUpBannerTopText{
     display: none;
   }
   .almostMaxViewsBanner {
     padding: 10px 20px;
   }
}
@media screen and (max-width: 485px) {
  .signUpBannerExtraText{
    display: none;
  }
  .signUpBannerTopText{
    margin-bottom: 20px;
  }
  .signUpPromptTitle{
    margin-top: 0;
  }
  .bannerTextContainer{
    width: 53%;
  }
}
@media screen and (min-width: 486px) {
  .signUpBannerTopText{
    position: absolute;
    margin-bottom: 0;
  }
  .signUpPromptTitle{
    margin-top: 55px;
  }
}
@media screen and (max-width: 530px) {
   .almostMaxViewsBannerExtraText{
     display: none;
   }
}
#modal-noAccess{
  padding: 0;
  background-color: #f2f2f2;
}
#modal-noAccess .modal-title{
  padding-bottom: unset;
}
#modal-noAccess .modal-close{
  background: transparent;
  margin-top: 1px;
}
#modal-noAccess .modal-content{
  padding-top: unset;
  margin-bottom: unset;
  z-index: -1;
  position: relative;
}
#modal-noAccess .signUpPromptBanner{
  -webkit-animation: unset;
  -moz-animation: unset;
  -ms-animation: unset;
  -o-animation: unset;
  animation: unset;
  animation-duration: unset;
  width: unset;
  margin: 0;
}
@media screen and (min-width: 440px) and (max-width: 719px) {
  #modal-noAccess{
    max-width: 90%;
    padding: 0;
  }
}
@media screen and (min-width: 720px) {
  #modal-noAccess{
    max-width: 75%;
    padding: 0;
  }
}
@media screen and (max-width: 440px) {
   #modal-noAccess .signUpPromptBanner{
     background-position: right -200px center;
     position: fixed;
     margin-left: unset;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     border-top: none;
     height: 45vh;
   }
   #modal-noAccess .signUpBannerTopText {
     display: block;
   }
   #modal-noAccess .signUpBannerExtraText {
     display: block;
   }
   #modal-noAccess .bannerTextContainer{
     margin-top: -100%;
     width: 70%;
     padding-top: 40px;
   }
   #modal-noAccess .bannerTextContainer.iPhoneBannerText{
     padding-top: 140px;
   }
}
@media screen and (min-width: 641px) and (max-width: 1270px) {
   #modal-noAccess .signUpPromptBanner{
     height: 400px;
   }
   #modal-noAccess .bannerTextContainer{
     width: 53%;
   }
}
@media screen and (min-width: 441px) and (max-width: 640px) {
  #modal-noAccess .signUpPromptBanner{
    height: 430px;
  }
  #modal-noAccess .bannerTextContainer{
    width: 53%;
  }
}

/* Lock the scroll position by adding this class to the `<html>` element.*/
.u-lock-scroll {
  overflow: hidden!important;
}
.showSmallModalSize{
  max-width: 30em;
  margin: auto;
}

@-webkit-keyframes slide-in--down {
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-moz-keyframes slide-in--down {
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-o-keyframes slide-in--down {
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes slide-in--down {
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@-webkit-keyframes slide-in--up {
  0%{
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slide-in--up {
  0%{
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes slide-in--up {
  0%{
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-in--up {
  0%{
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
