.msd-container {
    padding: var(--cmty-msd-container-p);
}
.msd-postion-relative {
  position: relative;
}
.msd-border-bottom {
  border-bottom: 1px solid var(--cmty-neutrals-web-gray10);
}.msd-bgColor-blue
{
	background: var(--cmty-communication-blue-shade30);
}
.msd-bgColor-green {
  background: var(--cmty-success-green);
}.msd-bgColor-red
{
	background: var(--cmty-error-red);
}.msd-bg-gray
{
	background-color: var(--cmty-neutrals-web-gray20);
}.msd-flex
{
	display: flex;
}
.msd-inline-flex
{
	display: inline-flex;
}
.msd-flex-wrap
{
	flex-wrap: wrap;
}.msd-justify-content-center
{
	justify-content: center;
}.msd-justify-content-end
{
	justify-content: flex-end;
}.msd-align- items-center
{
	align-items: center;
}.msd-align-items-start
{
	align-items: flex-start;
}.msd-align-items-end
{
	align-items: flex-end;
}.msd-align-items-baseline
{
	align-items: baseline;
}.msd-justify-content-between
{
	justify-content: space-between;
}.msd-flex-grow
{
	flex-grow: 1;
}.msd-flex-end
{
	justify-content: flex-end;
}
.banner-content h1 + p {
  font-size: var(--cmty-font-size-lg);
  line-height: 24px;
  color: var(--cmty-black);
  width: 100% ;
 font-weight: normal;
}.msd-relative
{
	position: relative;
}.msd-flex
{
	display: flex;
}.msd-align-items-center
{
	align-items: center;
}.msd-justify-content-between
{
	justify-content: space-between;
}
.msd-flex {
 display: flex;
}
.msd-flex-wrap {
 flex-wrap: wrap;
}
.msd-justify-content-center {
 justify-content: center;
}
.msd-justify-content-end {
 justify-content: flex-end;
}   
.msd-align-items-center {
 align-items: center;
}
.msd-align-items-start {
 align-items: flex-start;
}
.msd-align-items-end {
 align-items: flex-end;
}
.msd-align-items-baseline {
 align-items: baseline;
}
.msd-justify-content-between {
 justify-content: space-between;
}
.msd-justify-content-start {
 justify-content: flex-start;
}
.msd-flex-grow {
 flex-grow: 1;
}
.msd-flex-end {
 justify-content: flex-end;
}
.msd-flex-break {
 flex-basis: 100%;
}
.msd-flex-gap-32 {
 gap:32px;
}
.msd-flex-gap-20 {
 gap:20px;
}
.msd-flex-gap-18 {
 gap:18px;
}
.msd-flex-gap-16 {
 gap:16px;
}
.msd-flex-gap-12 {
 gap:12px;
}
.msd-flex-gap-8 {
 gap:8px;
}
.msd-flex-gap-6 {
 gap:6px;
}
.msd-flex-gap-4 {
 gap:4px;
}
.msd-toast{
  width: 308px;
  height: auto;
  line-height:normal;
  background: var(--cmty-white);
  border-radius:2px;
  padding: 12px;
  box-shadow: 0px 6.4px 14.4px 0px rgba(0, 0, 0, 0.13), 0px 1.2px 3.6px 0px rgba(0, 0, 0, 0.10);
  position: fixed;
  top: 57px;
  right: 8rem;
  z-index:99;
 }
.msd-toast p, .msd-toast a{
  color: var(--cmty-neutrals-web-gray160);
}
.msd-toast p{
    font-size: var(--cmty-p-font-size);
    line-height: 20px;
    font-family: var(--cmty-font-family);
}
.msd-toast .ms-Icon--Completed{
  font-size: 32px;
  color: var(--cmty-success-green-shade30);
}
