.hero-head-custom, .navbar {
    padding: 2px 20px;
    /* padding: 0 16.66%; */
  }

/* row */
.flexRow, .solutionBarRow {
    display:flex;
    flex-wrap: wrap;
    width:100%;
    /* align-items: center;
    justify-content: center; */
}

.contactRow {
    justify-content: center;
}

.indexRow {
    align-items: center;
    justify-content: center;
    min-height: 600px;
}

.solutionBarRow, .howworksBarRow {
    align-items: center;
    justify-content: center;
}

.solutionRow {
    display:flex;
    flex-direction: column;
}

.industryRow, .featureRow {
    justify-content: center;
}

.WhyPmassRow {
    display:flex;
}

/* rowBox */
.flexRowBox {
    width:25%;
    padding: 15px
}

.valueRowBox {
    width:50%;
    padding: 30px;
}

.valueRowBoxLeft {
    border-right: 0px solid rgb(55, 55, 55);;
}

.documentRoxBox {
    width:33%;
}

.newRoxBox {
    width:100%;
}

.pricingRowBox {
    padding-left:5px;
    padding-right:5px;

}

.flexRowBox:hover {
    padding-top: 10px;
    padding-bottom: 20px
}

.contactRowBox:hover {
    padding: 15px
}

.valueRowBox:hover {
    padding: 30px;
}

/* .howworksItem {
    align-items: center;
    justify-content: center;
    min-height: 420px;
} */

/* .howworksItem .mediaBox {
  width:auto;
} */

/* .mediaBox {
    height: 100%;
    display: flex;
  justify-content: center;
  align-items: center;
  width: calc(99.99% - 10% - 40%);
} */

/* .howworksImage {
    height: 400px;
} */

.analysisItem {
    justify-content: left;
}

.analysisItem .titleBox h1 {
    font-size: 18px;
    font-weight: 700;
    color: #444444;
    line-height: 1.1;
}

.analysisItem .textBox h1 {
    font-size: 14px;
    color: #343434;
}


.whyPmassItemBox {
    display:flex;
    /* flex-direction: column; */
    /* padding-left: 40px; */
    flex-wrap: wrap;
    /* height: 420px; */
}

.industryRowBox {
    width:30%;
    padding: 15px;
}

.featureBox {
    width:30%
}

.contentBox{
    /* flex:1; */
    position: relative;
    display: block;
    /* width: 40%; */
}

.boxItem {
    display:flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 20px;
    border: 1px solid var(--borderColor1);
    border-radius: 10px;
}

.boxItem:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.valueItem:hover {
    box-shadow: none;
}

.whyPmassItem {
    display: flex;
    width: 50%;
    padding-left: 50px;
    margin-bottom: 40px;
}

.whyPmassItemText {
    /* width: 95%; */
    box-shadow: 0 0 0 0;
    position: relative;
    border: 0px solid var(--borderColor1);
    border-radius: 0px;
    border-left: 2px solid var(--universalTextBlack);
    padding-right: 15px;
    
}

.solutionItem, .solverItem, .howworksItem, .securityItem {
    display: flex;
    flex-wrap: wrap;
    /* margin-bottom: 100px; */
    align-items: center;
}

.featureItem {
    display:flex;
    flex-wrap: wrap;
    align-items: center;
}

.featureItem {
    margin: 5%;
    border: 0;
    box-shadow: 0 0 0 0;
}

.featureItem:hover {
    box-shadow: 0 0 0 0;
}

.titleBox {
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.aboutFlexRow {
    display: flex;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.storyFlexRow {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.techItem {
    align-items: flex-start;
}

.techMediaBox {
    flex: 1;
}

.teamMember {
    display:flex;
    flex-direction: column;
    align-items: center;
}

.teamTitleBox, .teamSubTitleBox {
    /* line-height: 40px; */
    color: #365B6D;
    text-align: center;
}

.teamTitleBox h1 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #365B6D;
    letter-spacing: -0.5px;
}

.teamSubTitleBox h1 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #289DD2;
}

.teamImg {
    height: 150px;
    width: 150px;
}

.teamTextBox {
    text-align: center;
    font-size: 0.95rem;
}

.aboutImg {
    width: 80%;
    margin: 0 auto;
}



.indexMedia {
    vertical-align: middle;
}

.mediaBox {
    /* flex:1; */
    height: 100%;
    /* max-height: 400px; */
    display: flex;
  justify-content: center;
  align-items: center;
  width: calc(99.99% - 10% - 40%);
}

.mediaBox img {
    max-height: 400px;
}

.techMediaBox img {
    max-height: 100%;
}

.mediaBoxLeft {
    margin-right: 5%;
    width: calc(99.99% - 55%);
}

.contentBoxLeft {
    padding-left: 5%;
    padding-right: 0;
}

.mediaBoxRigth {
    margin-left: 5%;
    width: calc(99.99% - 55%);
}

.indexMainTextBox {
    width: 50%;
    padding: 20px 50px;
    padding-left: 15%;
    flex: 1;
}

.indexTextBox {
    width: 50%;
    /* padding: 20px 50px; */
    padding-right: 5%;
    /* flex: 1; */
    align-items: center;
    justify-content: center;
}

.indexTextBoxLeft {
    height: 400px;
    width: 65%;
    /* padding: 20px 50px; */
    padding-right: 5%;
    /* flex: 1; */
    align-items: center;
    justify-content: center;
}

.indexTextBoxRight {
    height: 450px;
    width: 35%;
    /* padding: 20px 50px; */
    padding-right: 5%;
    /* flex: 1; */
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.aboutBoxLeft, .aboutBoxRight {
    width: 50%;
    height: auto;
}

.storyBox {
    width: 50%;
    padding-right: 5%;
    /* flex: 1; */
    align-items: center;
}

.storyBox > p {
    font-size: 1.1rem;
    font-weight: 400;
    padding-bottom: 10px;
}

.storyBox .indexSubtitleBold {
    font-size: 1.1rem;
    font-weight: 600;
}


.spaceDivFlex {
    flex-grow: 1;
}

.contentBoxTechnology {
    width: 40%;
    padding:0;
    padding-left: 5%;
}

.indexMediaBox {
    /* flex: 1; */
    height: 500px; /* Set the desired fixed height for the image container */
    overflow: auto;
    display: flex;
}

.indexBox {
    margin:auto 0px;
    padding: 0px 0;
    /* height: 100%; */
}

.whyPmassTitleBox {
    flex: 0 0 450px;
}

/* rowBox Title*/
.indexHeather {
    font-size: 50px;
    font-weight: 700;
    color: var(--universalTextBlack);
    text-align: center;
    margin: 20px 0 28px 0;
    color: #1f1f1f;
    letter-spacing: -0.1rem;
    line-height: 1.1;
    font-family:'Archivo Bold';
}

.indexSubHeather {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--universalTextBlack);
    text-align: center;
    margin: 20px auto;
    color: #1f1f1f;
    /* letter-spacing: -0.1rem; */
    line-height: 1.4;
    width: 90%;
    max-width: 700px;
    /* font-family:'Archivo Medium'; */
}

.indexHeatherLeft {
    text-align: left;
}

.indexTitle {
    font-size: 24px;
    font-weight: 600;
    color: var(--universalTextBlack);
    /* text-align: center; */
    margin: 10px 0 10px 0;
    color: #1f1f1f;
    letter-spacing: -0.1rem;
    line-height: 1.1;
    font-family:'Archivo Bold';
}

.indexSubTitle {
    font-size: 20px;
    font-weight: 600;
    color: var(--universalTextBlack);
    /* text-align: center; */
    margin: 10px 0 10px 0;
    color: #1f1f1f;
    letter-spacing: -0.05rem;
    line-height: 1.1;
    font-family:'Archivo Bold';
}

.indexSubTitle {
    font-weight: 800;
}

.newSubTitle {
    font-size: 20px;
    font-weight: 600;
    color: var(--universalTextBlack);
    /* text-align: center; */
    margin: 10px 0 20px 0;
    color: #1f1f1f;
    letter-spacing: -0.05rem;
    line-height: 1.1;
    font-family:'Archivo Bold';
}

.newImage {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto !important;
    margin-right: auto !important;
    max-height: 350px;
}

.newImageBorder {
    margin-top: 30px;
    margin-bottom: 30px;
    max-height: 400px;
    border: var(--border-1);
}


.newDate {
    color: #3b82f6;
    margin: 60px 0 10px 0;
    font-size: 1.1rem;
}

.versionTitle {
    text-align: center;
}

.indexText {
    margin: 10px 0;
}

.whyPmassTitleBox .indexHeather{
    text-align: left;
    margin: 0;
}

.indexBox h3 {
    font-size: 55px;
    font-size: 4.0rem;
    font-weight: 700;
    color: var(--universalTextBlack);
    color: #212121;
    letter-spacing: -1.8px;
    font-weight: 700;
    line-height: 1.5;
    font-family: 'Archivo Bold';
}

.aboutIndexBox h3 {
    font-size: 55px;
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--universalTextBlack);
    color: #212121;
    letter-spacing: -1.8px;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Archivo Bold';
}

.indexTitleDiv > h3 {
    display: inline-block;
}

.boxItem h1, .whyPmassItem h1, .industryRowBox > h1 {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 700;
    color: var(--universalTextGreyDark);
}

.pricingItem h1 {
    font-size: 28px;
}

.contentBox > h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.4;
}

.featureItem h1 {
    font-size: 20px;
    font-weight: 700;
    color: var(--universalTextBlack);
} 

/* rowBox Text*/
.indexBox > p { 
    max-width: 100%;
    font-size: 20px;
    font-size: 1.2rem;
    font-weight: 400;
    color: #3c3c3c;
    line-height: 1.45;
    font-family:'Archivo Medium';
}

.aboutBox  p { 
    font-size: 1.1rem;
    font-weight: 400;
    color: #3c3c3c;
    line-height: 1.45;
}

.contentBox > p {
    font-size: 17px;
    /* line-height: 1.4; */
}

.featureItem p {
    margin-top: 10px;
    font-size: 15px;
    color: var(--universalTextBlack);
    line-height: 1.5;
} 

.boxItem li, .whyPmassItem p, .industryRowBox > p{
    text-align: left;
    color: #212121;
    font-size: 15px;
    font-size: 1.05rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.pricingTextBox li {
    line-height: 2;
}

.validationCaseItem li {
    float:left;
    border: var(--border-1);
    border-radius: 10px;
    font-size: 12px;
    padding: 0 6px;
    margin: 2px; 
    line-height: 1.5;
}

.textBox {
    flex: 1;
}

.dashItem .textBox {
    margin-left: 20px;
}

.dashItem li:before {
    content: "✓";
    /* content: '\0252'; */
    position: absolute;
    margin-left: -20px;
}

.boxItem a {
    font-size: 16px;
    font-weight: 700;
}

.linkBox a {
    font-size: 14px;
}

/* rowBox Images*/
.boxItem > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%
}

.benefitItem {
    position:relative;
}

.benefitItem > img {
    width: 100px;
    max-width: 45px;
}

.benefitItem .titleBox {
    height: 40px;
    line-height: 40px;
    text-align: left;
}

.benefitItem .titleBox h1 {
    color: #212121;
    /* margin-top: 10px; */
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
}

.benefitItem .textBox li {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.learningItem img, .validationCaseItem img {
    height: 150px;
    width: auto;
}

.manualItem img {
    filter: brightness(0%);
}

.whyPmassItem i {
    /* width: 40px; */
    height: 40px;
    font-size: 20px;
    margin-right: 20px;
    margin-top: 5px;
}

.whyPmassItem img, .contactItem img, .valueItem img, .featureItem img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    margin-top: 10px;
}

.contactItem img {
    margin-left: 0;
    margin-top: 0px;
}

.valueItem img {
    width: 80px;
    height: 80px;
    margin-right: 40px;
    margin-top: 0px;
}


.solutionItem img, .solverItem img {
    /* width: 80%; */
    height: 100%;
    border:var(--border-1)
}

.securityItem img {
    /* width: 80%; */
    height: 40%;
    max-height: 150px;
    margin: 50px 0;
}

.indexImage {
    /* width: 100%;
    height: auto;
    margin: 0;
    vertical-align: middle; */
    width: auto; /* Allow the image to resize its width as needed */
    /*height: 100%;  Set the image height to 100% of its container */
    display: block; /* Ensure the image is displayed as a block element */
    margin: auto 0; /* Center the image horizontally within the container */
    padding:auto 0;
}

/* -------------------------------------- */
/* ----------- Solution Bar ----------- */
.solutionBar, .howworksBar {
    border-radius: 5px;
    text-align:center;
    display:flex;
    flex-wrap: wrap;
    width: fit-content;
    align-items: center;
  justify-content: center;
  color: #8a8a8a;
  white-space: nowrap;
  background-color: #f2f2f6;
  border-radius: 4px;
  margin: 3px;
  padding: 5px 14px 6px;
  font-family: Inter,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.solutionBar {
    /* border: var(--border-1); */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.06);
}

.solutionBarLink, .solverBarLink, .howworksBarLink {
    cursor: pointer;
    color: #8a8a8a;
    white-space: nowrap;
    background-color: #f2f2f6;
   font-size: 14px;
   margin: 3px;
   padding: 5px 14px 6px;
    font-weight: 600;
    line-height: 26px;
    font-family: Inter,sans-serif;
}

.solutionBarLink:hover, .solverBarLink:hover, .howworksBarLink:hover {
    color: black;
}

.activeItem {
    border-bottom: 2px solid var(--universal-blue);
    background-color: white;
    color: black;
}

.solutionBarLink p, .solverBarLink p{
    display: block;
    margin:auto 0;
}
/* -------------------------------------- */
.spaceDiv5 {height: 5px;}
.spaceDiv10 {height: 10px;}
.spaceDiv15 {height: 15px;}
.spaceDiv20 {height: 20px;}
.spaceDiv30 {height: 30px;}
.spaceDiv40 {height: 40px;}
/* -------------------------------------- */
/* -------------- pricing --------------- */
.pricingLink {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    margin: 0;
}

.pricingLink:hover {
    /* background-color: var(--buttonHover); */
    color:white;
}

.pricingLinkBasic {
    background-color: var(--universalBackground);
    background-color: var(--universal-gray-100);
    border: 1px solid var(--universal-gray-100);
    color: var(--universal-gray-100);
    color:white;
}


.pricingItem {
    margin: 0 3%;
    border: 1px solid var(--borderColor1);
    border-top: 10px solid var(--universal-blue)
}

.ProItem {
    border-top: 10px solid var(--universal-orange);
}

.ProItem .saveEditButton {
    background-color:var(--universal-orange);
    border-color:var(--universal-orange);
}

.ProItem .css-5zna0n {
    color: var(--universal-orange);
}

.EnterpriseItem {
    border-top: 10px solid var(--universal-dark-red);
}

.EnterpriseItem .saveEditButton {
    background-color:var(--universal-dark-red);
    border-color:var(--universal-dark-red);
}

.EnterpriseItem .css-5zna0n {
    color: var(--universal-dark-red);
}

.ProItem .saveEditButton:hover, .EnterpriseItem .saveEditButton:hover  {
    background-color:var(--universal-blue-hover);
    border-color:var(--universal-blue-hover);
}

.pricingItemBasic {
    border-top: 10px solid var(--universal-gray-100)
}


.pricingItem h2 {
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 15px;
    font-style: italic;
    text-align: center;
}
/* -------------------------------------- */
/* -------------- contact --------------- */
.contactForm {
    padding:30px;
    /* border: 1px solid var(--borderColor1); */
}

.contactItem, .valueItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid var(--borderColor1);
}

.valueItem {
    border: none;
    box-shadow: none;
    padding: 10px 30px;
}

.contactItem h1{
    padding: 0;
    line-height: 26px;
}

.valueItem h1 {
    font-size: 1.6rem;
    padding: 0 0 0.5em 0;
    line-height: 40px;
}

.contactItem p, .valueItem p{
    text-align: left;
}

.valueItem p{
    font-size: 1.1rem;
    font-weight: 200;
}

.valueItemWhite p, .valueItemWhite h1 {
    color:white;
}

.contactFormBox{
    padding-top: 5vh;
    width: 600px;
    width: 90%;
    max-width: 600px;
    /* padding-left: 60px;
    padding-right: 60px; */

}

.no-cursor {
    cursor: default; /* or use 'auto' depending on your need */
    pointer-events: none; /* optional: disables all mouse interactions */
  }

/* -------------------------------------- */
.footer {
    color: white;
    padding-bottom: 0;
}

a {
    color: var(--universal-blue-hover);
}

.footer a {
    color: white;
    padding: 3px;
}

.footer a:hover {
    font-weight: 600;
}

.footerDiv a {
    color: white;
    padding: 3px 0;
}

.footerDiv img {
    color: white;
    padding: 10px 0;
    max-height: 50px;
}

.footer-link:hover {
    color: rgb(196, 196, 196);
}

.footerHeading {
    color: white;
    font-weight: 600;
}

.footerTitle {
    font-size: 24px;
}

.footerRow {
    padding: 0;
}

.footerLinks {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: center;
}

.footerDiv {
    width: 15%;
}

.footerTextDiv {
    flex: 1;
}

.footerRow p {
    text-align: center;
    font-size: 14px;
    /* color: var(--universalTextBlack); */
    padding-top: 40px;
    padding-bottom: 20px;
}

.profileIcon {
    margin-right: 5px;
  }

  .image-fader {
    width: 50%;
    flex: none;
    align-self: stretch;
    /* align-items: center; */
    display: flex;
    position: relative;
    overflow: visible;
  }

  /* .indexImage {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease-in-out;
} */

  .image-fader img {
    /* position: absolute; */
    height: 100%;
    max-height: 558px;
    max-width: none;
    object-fit: cover;
    object-position: 0% 0%;
    flex: none;
    order: 0;
    align-self: auto;
    display: block;
    position: static;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    overflow: visible;
    animation-name: imagefade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 21s;
  }
  
  .image-fader2 img {
    position: absolute;
    /* top: 0;
  left: 0;
  width: 100%; */
  height: 100%;
    /* width: 150%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    animation-name: imagefade;
    /* animation-timing-function: ease-in-out; */
    animation-iteration-count: infinite;
    animation-duration: 45s;
    /* flex: none;
    align-self: stretch;
    align-items: center;
    display: flex; */
    overflow: visible;
   width: auto;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
  }

  @keyframes imageAnimation {
    0%, 100% {
      opacity: 0; /* Start and end with opacity set to 0 */
    }
    33.33%, 66.66% {
      opacity: 1; /* Opacity set to 1 for each image */
    }
  }
  
  @keyframes imagefade {
    0% {
      opacity:1;
    }
    32% {
      opacity:1;
    }
    34% {
      opacity:0;
    }
    99% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
 
  .image-fader img:nth-of-type(1) {
    animation-delay: 14s;
  }
  .image-fader img:nth-of-type(2) {
    animation-delay: 7s;
  }
  .image-fader img:nth-of-type(3) {
    animation-delay: 0s;
  }
  /* .image-fader img:nth-of-type(4) {
    animation-delay: 0;
  } */

  #PDTitle {
    color:var(--universal-blue);
  }

  #dynamicTitle2 {
    color: rgb(255,153,0);
    color:var(--universal-blue);
    /* animation-name: imagefade2;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 6s; */
  }

  @keyframes titlechange {
    0% {display:none;}
    50% {display:block;}
    100% {display:block;}
  }

  .css-5zna0n {
    width: 1.2rem;
    height: 1.2rem;
    display: inline;
    line-height: 1em;
    flex-shrink: 0;
    color: var(--universal-blue);
    margin-inline-end: 0.5rem;
    vertical-align: text-bottom;
    margin-top: 0px;
}

.pricingItemBasic .css-5zna0n {
    color: var(--universal-gray-100);
}

.hw-planTable .css-5zna0n {
    color: var(--universal-gray-100);
    color: green;
    margin-inline-end: 0;
}

@font-face {
    font-family: 'Archivo Black';
    src: url('/static/fonts/ArchivoBlack-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo Regular';
    src: url('/static/fonts/Archivo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo Bold';
    src: url('/static/fonts/Archivo-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo SemiBold';
    src: url('/static/fonts/Archivo-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo Medium';
    src: url('/static/fonts/Archivo-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/* styles.css */
.slider-container {
    position: relative;
    /* max-width: 100%; */
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider img {
    width: 70%;
    height: auto;
    padding-right: 10%;
}

.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
}

.next-btn {
    right: 10px;
}

.prev-btn {
    left: 10px;
}


body {
    /* font-family:'Archivo Medium'; */
    font-family: 'Archivo Regular';
    color: var(--universal-black);
}


.profileDiv {
    display:flex;
    flex-wrap: wrap;
    padding:4px 0;
}

.profileDiv div {
    width:40%;
}

.profileDiv h3 {
    flex: 1;
}

.profileDiv a {
    margin: 0;
}

.profileDiv a {
    color: var(--universal-blue);
}

.profileDiv a:hover {
    color: var(--universal-blue-hover);
}

.profileDiv .profileLabel {
    font-weight: 600;
}

.projectStorageDiv, .projectCPUHourDiv {
    border-bottom: var(--border-1);
}

.projectCPUHourDiv div {
    width:20%;
}

.projectCPUHourDiv .profileProjectName {
    width:39%;
}

.profileDiv .profileProgress {
    width:55%;
}

#projectStorages, #projectCPUHours {
    border:var(--border-1);
    padding: 0 10px;
    margin: 10px 0;
    max-height: 300px;
    overflow: auto;
}

.teamMember {
    display: none;
}

.modal-content span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding-left: 6px;
    padding-top: 1px;
}

.modal-content span:hover {
    background-color: #e1e1e1;
}

.projectTree i:hover {
    color: var(--universal-blue);
}


.hw-planTable:last-child {
    margin-bottom: 0;
}

.hw-planTable {
    margin: 40px 0;
    position: relative;
}

.hw-planTable__row {
    display: grid;
    grid-template-columns: 25% repeat(auto-fit, minmax(50px, 1fr));
    border-bottom: 1px solid #f2f2f2;
}

.hw-planTable__cell:first-child {
    justify-content: flex-start;
    font-weight: 400;
    text-align: left;
    padding: 10px 14px;
}

.hw-planTable__cell {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    color: #666;
    padding: 10px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    border-right: 1px solid #e6e6e6;
}

.hw-planTable__field {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hw-planTable__header {
    position: sticky;
    top: 50px;
    display: grid;
    grid-template-columns: 25% repeat(auto-fit, minmax(50px, 1fr));
    border-left: 1px solid transparent;
    border-right: 1px solid #f2f2f2;
    box-shadow: 0 10px 9px -8px rgba(0, 0, 0, .05);
}

.hw-planTable__head {
    background: #fff;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
    font-size: 22px;
    padding: 20px;
    font-weight: 700;
    position: relative;
    /* border-radius: 10px; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.hw-planTable__body {
    background: #fff;
}

.hw-planTable__head--empty {
    background-color: var(--hero-body-background);
}

.hw-planTable__head--basic {
    border-top: 10px solid var(--universal-gray-100);
}

.hw-planTable__head--pro {
    border-top: 10px solid var(--universal-orange);
}

.hw-planTable__head--team {
    border-top: 10px solid var(--universal-blue);
}

.hw-planTable__head--enterprise {
    border-top: 10px solid var(--universal-dark-red);
}

