.navbar .user-account {
  background: url(/static/dsm/images/icons/header/32/profile-initials/black@2x.png) center/contain no-repeat;
}
.navbar.light-variant .user-account {
  background-image: url(/static/dsm/images/icons/header/32/profile-initials/white@2x.png);
}

.hideBox{
  display:none !important;
}
.error{
  background: #e68f8f;
}

.submit-section input[type="file"] {
    display: none;
}
.navbar button.notification-icon.new {
 background-color: rgba(0, 0, 0, 0.00) !important;
 border-radius: 3px;
}
@media (min-width: 1024px){
  .navbar .nav-notifications-dropdown {
      right: 52px !important;
  }
}
.navbar button.notification-icon.expanded {
  background-color: rgba(255, 255, 255, 0.2); !important;
 border-radius: 3px;
}
.navbar .logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: navbar-logo;
  background: url(/static/dsm/images/assets/Logo/logo_greta_black.png) no-repeat center;
}

.navbar.light-variant .logo {
  background-image: url(/static/dsm/images/assets/Logo/logo_greta_white.png);
}

.hidden-overflow{
  overflow: hidden;
  padding:4px;

}
.blue-right-content {
    background: url(/static/dsm/imagesC/assets/illustrations/new-communication/community-post-background-shape.svg) no-repeat right/contain;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 330px;
    height: 100%;
}
.blue-image-wrapper {
    width: 114px ;
    height: 94px;
}

.blue-image-wrapper img {
    width: 100% !important;
    height: auto;
    margin: 0 !important;
}
.drop_down_short{
  min-width: 120px;
  max-width: 120px;
  width: 120px;
}

.dropdown select{
      margin-right: 0px;
}

.cta-secondary-black.disabled {
    font-size: 12px;
    line-height: normal;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-style: normal;
    font-weight: 400;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #dedede;
    border-color: #f0f0f0;
    cursor: not-allowed;
}

.infoSpan {
    font-size: 9px;
    line-height: normal;
    text-align: left;
    letter-spacing: 0.2px;
    font-style: normal;
    font-weight: 400;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #787e80;
    display: block;
    margin-top: -10px;
}
.community-feed .post .under_approv{
  position: absolute;
  top: 16px;
  right: 16px;
}
.under_approv{  
  background: #8e1230;
  font-size: 8px;
    line-height: normal;
    text-align: start;
    color: #ffffff;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    padding: 5px 8px;
    border-radius: 12px;
    height:20px;


}
