.msd-d-none{
    display: none;
}
/* Toggle buttons*/
/* The switch - the box around the slider */
.dc-toggle-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    min-width: 40px;
    height: 20px;
    margin: 0px;
}

/* Hide default HTML checkbox */
.dc-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ms-Button.ms-Button--primary {
    background-color: var(--cmty-communication-blue);
    color: var(--cmty-white);
    border-color: var(--cmty-communication-blue);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 6px 20px;
}
.ms-Button--default{
    font-weight: 600;
    font-family: var(--cmty-font-family);
    color: var(--cmty-neutrals-web-gray160);
    line-height: 20px;
    font-size: 14px;
    background: var(--cmty-white);
    border: 1px solid var(--cmty-neutrals-web-gray330);
    border-radius: 8px;
    padding: 6px 12px;
}
.ms-Button--default .ms-Button-label.ms-Button-label{
    font-weight: 600;
    font-family: var(--cmty-font-family);
    color: var(--cmty-neutrals-web-gray160);  
    line-height: 20px;
    font-size: 14px;    
}
.ms-Button--default img{
    width: auto;
    height: 17px;
}

/* The slider */
.dc-slider-round {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--cmty-neutrals-web-gray130);
    border-radius: 34px;
  background-color: transparent;
  -webkit-transition: .4s;
  transition: .4s;
  display: flex;
    align-items: center;
    padding-left: 3px;
}

.dc-slider-round:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: var(--cmty-neutrals-web-gray130);
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .dc-slider-round {
  background-color: var(--cmty-communication-blue);
    border: 1px solid transparent;
}

input:focus + .dc-slider-round {
  box-shadow: 0 0 1px var(--cmty-communication-blue-shade40);
}

input:checked + .dc-slider-round:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
    background-color: var(--cmty-white);
}
/* toggle css ends */
/**Myactivity banner css**/
.dc-breadcrumb1 {
    margin-top: 30px;
    margin-bottom: 36px;
    height: 16px;
    font-family: var(--cmty-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--cmty-black);
}
.dc-breadcrumb1 {
    margin: 24px 0 16px;
    font-weight: 400
}
.dc-link1 div, .dc-link1 div div{
    display: inline !important;
}
.dc-link1 {
    height: 21px;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--cmty-black);
    text-decoration: underline !important;
}
.dc-link1:hover, .dc-link1:focus{
        color: var(--cmty-communication-indigo-shade10);
}


.msd-hero-image {
  color: var(--cmty-white);
  background: var(--cmty--banner-gradient-color);
  border-radius: 20px;
  padding: 60px 267px;
}
.msd-hero-image-bookmark .msd-hero-image{
  border-radius: 0;
  padding: 60px 0;
}

.msd-hero-image p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
}
.msd-hero-image-bookmark .msd-hero-image p{
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-transform:none;
}
.msd-hero-image-bookmark .msd-hero-image p, .msd-hero-image-bookmark .msd-hero-image .msd-heading-1{ 
  text-align: left;
  color: var(--cmty-white);
}
.msd-hero-image .msd-heading-1 {
  text-align: center;
}

h1,
.msd-heading-1 {
  font-weight: 600;
  font-size: 42px;
  line-height: 52px;
}
.msd-heading-2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: var(--cmty-neutrals-web-gray160);
}
.msd-heading-3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: var(--cmty-neutrals-web-gray160);
    margin:0;
}

.msd-search {
  width: 100%;
}

.msd-search .form-control {
  font-size: 12px;
  background: var(--cmty--white);
  border-radius: 2px;
  padding-left: 28px;
  padding-right: 28px;
}

.msd-search .msd-Dropdown-caretDown, .msd-search .msd-search-btn, .msd-search .msd-Dropdown-cancel {
    color: var(--cmty-neutrals-web-gray130);
    font-size: 12px;
    position: absolute;  
    z-index: 1;  
    left: 7px;
    top: 9px;
    cursor: pointer;
    pointer-events: auto;
    transform: rotate(90deg);
}
.msd-search .msd-Dropdown-cancel {
    right: 10px;
    left: auto;
}
.msd-justify-content-between {
  justify-content: space-between;
}
.msd-flex-gap-12{
  gap: 12px;
}
/**My activity banner css ends**/
/*May activity page*/ 
.msd-overflow-x-auto{
  overflow-x: auto;
}
.my-activity-quick-tab .ms-Button{
  background-color: transparent;
  border: 0;
  position: relative;
  padding: 0 16px;
  text-wrap: nowrap;
    min-width: auto;
}
.my-activity-quick-tab .ms-Button:focus{
  border:inherit;
  color: var(--cmty-black);
  background-color: var(--cmty-neutrals-web-gray310);
}
.my-activity-quick-tab .ms-Button.is-selected{
  font-weight: 600;
}
.my-activity-quick-tab .ms-Button:hover{
  background-color: var(--cmty-neutrals-web-gray310);
  color: var(--cmty-black);
}
.my-activity-quick-tab .ms-Button.is-selected::before{
  content: '';
  position: absolute;
  height: 2px;
  background-color: var(--cmty-dymamics-primary);
  left: 0;
  right: 0;
  bottom: 0;
}
.msd-innerTab-Search-wrap{
    display: flex;
    justify-content: space-between;
}
.msd-forums-inner-subtab{
  width: 40%; 
}
.msd-search{
  width: 40%;
}
.ms-tag--answered, .ms-tag--suggested, .ms-tag--myactivity, .ms-tag--unanswered {
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
  padding: 4px 8px;
  border: 1px solid var(--cmty-success-green-shade30);
  background-color: var(--cmty-success-green-shade30);
  color: var(--cmty-neutrals-web-gray160);
  border-radius: 50px;
  display: inline-block;
  text-wrap: nowrap;
}
.ms-tag--suggested{
  border: 1px solid var(--cmty-primary-yellow);
  background-color: var(--cmty-primary-yellow);
  color: var(--cmty-neutrals-web-gray160);

}
.ms-tag--unanswered{
  border: 1px solid var(--cmty-error-red50);
  background-color: var(--cmty-error-red50);
  color: var(--cmty-neutrals-web-gray160);

}
.ms-tag--myactivity{
  border: 1px solid var(--cmty-neutrals-web-gray160) !important;
  background-color: var(--cmty-white) !important;
  color: var(--cmty-black);
    text-wrap: nowrap;
    min-width: auto;
}
.ms-tag--myactivity:hover{
  border: 1px solid var(--cmty-dymamics-primary-shade10) !important;
  background-color: var(--cmty-dymamics-primary-shade10) !important;
  color: var(--cmty-white) !important;
}
.ms-tag--myactivity.active{
  border: 1px solid var(--cmty-dymamics-primary) !important;
  background-color: var(--cmty-dymamics-primary) !important;
  color: var(--cmty-white);
  border-color: var(--cmty-dymamics-primary-shade10) !important;
}
.ms-tag--myactivity:visited, .ms-tag--myactivity:focus{
  border: 1px solid var(--cmty-dymamics-primary-shade10) !important;
  background-color: var(--cmty-dymamics-primary-shade10) !important;
  color: var(--cmty-white) !important;
}
.ms-tag--myactivity img{
  vertical-align: text-top;
  margin-right: 2px;
}
.ms-paragraph-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ms-card-heading-1 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--cmty-neutrals-web-gray160);
  margin-top: 0;
}
/**card css**/
.card-body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 24px;
  gap: 12px;
  background: var(--cmty-white);
  box-shadow: 0px 1.6px 3.6px #00000022, 0px 0.3px 0.9px #0000001c;
  border-radius: 8px;
}
.card-body.is-selected {
  background-color: var(--cmty-neutrals-web-gray20);
}
.msd-flex-gap-32 {
  gap: 32px;
}
.msd-myactivity-card .ms-Grid-col {
  gap: 32px;
}
.msd-myactivity-card .card-body {
  flex-grow: 1;
  width: 256px;
  box-sizing: border-box;
}
.msd-myactivity-card .card-body h2 {
  line-height: inherit;
}
.msd-myactivity-card .card-body p {
  margin-bottom: 0;
}
.msd-myactivity-card-bookmark{
   padding: 0 8px;
} 
.msd-myactivity-card-bookmark .card-body h2{
  line-height: 20px;
}
.msd-myactivity-card-bookmark .card-body h2.msd-heading-2{
  line-height: 32px;
}
.msd-myactivity-card-bookmark .card-body{
  text-decoration: none;
}
.msd-myactivity-card-bookmark .card-body:hover h2:not(.msd-heading-2),
.msd-myactivity-card-bookmark .card-body:focus h2:not(.msd-heading-2){
  text-decoration: underline;
} 
/*card end*/

.msd-annoncement .card-body {
}
.ms-created-on-text {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  color: var(--cmty-neutrals-web-neutralPrimaryAlt);
}
.ms-created-on-text span:last-child {
  font-weight: 400;
}
.msd-myactivity-card .ms-Grid-col {
  gap: 32px;
}
.msd-myactivity-card .card-body {
  flex-grow: 1;
  width: 256px;
  box-sizing: border-box;
}
.msd-myactivity-card .card-body h2 {
  line-height: inherit;
}
.msd-myactivity-card .card-body p {
  margin: 0;
  font-size: 14px;
}
.msd-myactivity-card-bookmark{
   padding: 0 8px;
} 
.msd-myactivity-card-bookmark .card-body h2{
  line-height: 20px;
}
.msd-myactivity-card-bookmark .card-body h2.msd-heading-2{
  line-height: 32px;
  margin: 0;
}
.msd-myactivity-card-bookmark .card-body{
  text-decoration: none;
}
.msd-myactivity-card-bookmark .card-body:hover h2:not(.msd-heading-2),
.msd-myactivity-card-bookmark .card-body:focus h2:not(.msd-heading-2){
  text-decoration: none;
} 
.myActivity-tbToggle, .ideaComment-tbToggle{
  display: flex;
flex-direction: row;
align-items: flex-start;
padding: 12px;
background: var(--cmty-neutrals-web-gray30);
border-radius: 8px;
font-weight: 600;
font-size: 16px;
line-height: 22px;
color: var(--cmty-neutrals-web-gray160);
justify-content: space-between;
margin-bottom: 5px;
display:none;
}
.ideaComment-tbToggle{
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}
.myActivity-tbToggle:hover, .myActivity-tbToggle:hover .ms-Icon{
  text-decoration: none;
}
.msbp-accordian-tbContent .msbp-accordian-tbContent-inner{
  border-bottom: 1px solid var(--cmty-white);
}
.msbp-accordian-tbContent .msbp-accordian-tbContent-inner.flex-table:first-of-type{
  border-bottom: 1px solid var(--cmty-white);
}
.msbp-accordian-tbContent .msbp-accordian-tbContent-inner.flex-table:first-of-type .flex-row{
  font-weight: 400;
}
.flex-table.no-my-activity .flex-row{
width:100%;
text-align: center;
display: block !important;
}
.flex-table.no-my-activity .flex-row img{
        margin-top: 82px;
}

.flex-table.no-my-activity .flex-row p{
    margin-top:28px;
    color: var(--cmty-neutrals-web-gray160, #323130);
    text-align: center; 
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; 
}
.flex-table.tbRow .flex-row:nth-of-type(1), .flex-table.tbRow .flex-row:nth-of-type(1) a{
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--cmty-neutrals-web-gray160);
}
@media (min-width: 1366px) {
  
  .msd-hero-image-bookmark .msd-hero-image p, .msd-hero-image-bookmark .msd-hero-image .msd-heading-1{
    width: 49%; 
  }
}
@media (max-width: 1027px){ 
  .table-container.table-container{
    margin-top: 0;
  }
/**.msd-myactivity-card-bookmark, .msbp-tbContainerAccordianContent .header{
    display: none;
  }**/
.msd-myactivity-card-bookmark{
    display: none;
  }
  .msd-hero-image-bookmark .msd-hero-image, .msd-myactivity-card-bookmark {
    padding: 60px 24px;
  }
  .flex-row.flex-row {
    width: auto;
    text-align: left;
    padding: 12px;
  }
  .flex-row.first.first{
    width: auto;
  }
  /**Column order changes on small screen**/
.flex-row.first.flex-row.first.flex-row.first.flex-row.first, .flex-table.tbRow .flex-row{
    width:32%;
 }
/*#ideaSubmit*/
  .flex-table.tbRow .flex-row:nth-of-type(1), .flex-table.tbRow .flex-row:nth-of-type(1) a {
     order: 4; 
     color: var(--cmty-dymamics-primary);
     font-weight: 600;
     width: auto;
    }
  .flex-table.tbRow .flex-row:nth-of-type(2) {
     order: 6;
     width: auto;
     font-weight:normal;
    }
  .flex-table.tbRow .flex-row:nth-of-type(3) { 
    order: 2; 
    color: var(--cmty-neutrals-web-neutralPrimaryAlt);
    font-weight: 600;
  }
  .flex-table.tbRow .flex-row:nth-of-type(4) { 
    order: 3;
    color: var(--cmty-neutrals-web-gray160); 
    font-weight:normal;
  } 
  .flex-table.tbRow .flex-row:nth-of-type(5) { 
    order: 5; 
    color: var(--cmty-black);
    font-weight:normal;
  }
  .flex-table.tbRow .flex-row:nth-of-type(6) { 
    display:none; 
  }
  .flex-table.tbRow .flex-row:nth-of-type(7) { 
    display:none; 
  }
.flex-table.tbRow .flex-row:nth-of-type(8) { 
     order: 1;
    font-weight:normal;
  }
/*#voteSubmit*/
#voteSubmit .flex-table.tbRow .flex-row:nth-of-type(1), #voteSubmit .flex-table.tbRow .flex-row:nth-of-type(1) a {
     order: 4; 
     color: var(--cmty-dymamics-primary);
     font-weight: 600;
    }
#voteSubmit .flex-table.tbRow .flex-row:nth-of-type(2) { 
    order: 1; 
    color: var(--cmty-neutrals-web-neutralPrimaryAlt);
    font-weight: 600;
  }

#voteSubmit .flex-table.tbRow .flex-row:nth-of-type(3) {
    order: 4;
    width: auto;
    font-weight:normal;
  }
#voteSubmit .flex-table.tbRow .flex-row:nth-of-type(4) { 
    order: 2;
    width: auto;
    color: var(--cmty-neutrals-web-gray160); 
    font-weight:normal;
  } 
/*#ideaImplemented*/
#ideaImplemented .flex-table.tbRow .flex-row:nth-of-type(1), #ideaImplemented .flex-table.tbRow .flex-row:nth-of-type(1) a {
     order: 2; 
     color: var(--cmty-dymamics-primary);
     font-weight: 600;
    }
#ideaImplemented .flex-table.tbRow .flex-row:nth-of-type(2) { 
    order: 1; 
    color: var(--cmty-neutrals-web-neutralPrimaryAlt);
    font-weight: 600;
  }

#ideaImplemented .flex-table.tbRow .flex-row:nth-of-type(3) {
    order: 3;
    width: auto;
    font-weight:normal;
  }
#ideaImplemented .flex-table.tbRow .flex-row:nth-of-type(4) { 
    display:none  
  } 
#ideaImplemented .flex-table.tbRow .flex-row:nth-of-type(5) { 
    display:none  
  }
/**#ideaComments**/
#ideaComments .flex-table.tbRow .flex-row:nth-of-type(1), #ideaComments .flex-table.tbRow .flex-row:nth-of-type(1) a {
     order: 3; 
     color: var(--cmty-dymamics-primary);
     font-weight: 600;
    }
#ideaComments .flex-table.tbRow .flex-row:nth-of-type(2) { 
    order: 1; 
    color: var(--cmty-neutrals-web-neutralPrimaryAlt);
    font-weight: 600;
  }

#ideaComments .flex-table.tbRow .flex-row:nth-of-type(3) {
    order: 2;
    width: auto;
    font-weight:normal;
  } 
/*#ideabookmarked*/
#ideabookmarked .flex-table.tbRow .flex-row:nth-of-type(1), #ideabookmarked .flex-table.tbRow .flex-row:nth-of-type(1) a {
     order: 3; 
     color: var(--cmty-dymamics-primary);
     font-weight: 600;
    }  
#ideabookmarked .flex-table.tbRow .flex-row:nth-of-type(2) {
display:none  
  }
#ideabookmarked .flex-table.tbRow .flex-row:nth-of-type(3) { 
    order: 1; 
    color: var(--cmty-neutrals-web-neutralPrimaryAlt);
    font-weight: 600;
  }
#ideabookmarked .flex-table.tbRow .flex-row:nth-of-type(4) { 
    order: 4; 
    width: auto;
    font-weight:normal;
  } 
#ideabookmarked .flex-table.tbRow .flex-row:nth-of-type(5) { 
    order: 2;
    width: auto;
    font-weight:normal;
  } 
#ideabookmarked .flex-table.tbRow .flex-row:nth-of-type(6) { 
    display:none  
  }
/**Column order changes on small screen end**/
  .flex-table.tbRow{
    flex-flow: column;
    align-items: flex-start;
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
  }
}
@media (min-width:1027px){  
  .msd-hide-above-xl{
    display: none;
    visibility: hidden;
  }
  .msd-myactivity-card-bookmark{ 
    margin-top: -3rem;
  } 
  .ideaSubmit-header, .myActivity-tbToggle{
      display: none;
  }
}
.table-container {
  display: block;
  margin: 2em auto;
  width: 100%;
  max-width: 100%;
  }

  .flag-icon {
  margin-right: 0.1em;
  }
.flex-table .flex-row[role='cell']{ 
    color: var(--cmty-neutrals-web-gray160);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.flex-table .flex-row[role='cell'] a{ 
    color: var(--cmty-neutrals-web-gray160);
    text-decoration: underline;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.flex-table .flex-row[role='cell'] a:hover, .flex-table .flex-row[role='cell'] a:focus{ 
    color: var(--cmty-dymamics-primary); 
}
  .flex-table {
  display: flex;
  flex-flow: row; 
  transition: 0.5s;
  align-items: center;
    justify-content: space-between;
  }
  .flex-table:first-of-type {
  border-bottom: solid 1px var(--cmty-neutrals-web-gray20); 
  }
.no-myActivity-row .flex-table.no-my-activity{
     border-bottom:none;
}
 .msbp-tbContainerAccordianContent .header .flex-table .flex-row { 
  color: var(--cmty-black);
  border-color: var(--cmty-neutrals-web-gray20);
  font-weight: 600;
  font-size: 14px; 
  }
  .flex-table:first-of-type .flex-row a .ms-Icon{
    color: var(--cmty-black);
  font-size: 11px;
  margin-left: 4px;
  }
  .flex-row a .ms-Icon {
    color: var(--cmty-black);
  }
  .flex-table.tbRow:nth-child(odd) .flex-row { 
  }
  .flex-table:hover { 
  transition: 500ms;
  }

  .flex-row {
  width: calc(60% / 5);
  text-align: center;
  padding: 12px; 
  font-size: 14px;
  }
#voteSubmit .msbp-tbContainerAccordianContent  .flex-row {
  width: calc(50% / 3);
}
#ideaImplemented .msbp-tbContainerAccordianContent  .flex-row {
  width: calc(50% / 4);
}
#ideaComments .msbp-tbContainerAccordianContent  .flex-row {
  width: calc(50% / 2);
}
#ideabookmarked .msbp-tbContainerAccordianContent  .flex-row {
  width: calc(50% / 5);
}
  .flex-row.first.flex-row.first{
      text-align: left;
      width: 32%;
  }

  .rowspan {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  }
  .msbp-accordian-tbContent, .msbp-tbAccordian{
      background-color: var(--cmty-neutrals-web-gray20);
      border-bottom: 1px solid var(--cmty-white);
  }
  .msbp-tbAccordian.expand, .msbp-tbAccordian.expand{
      background-color: transparent;
      border-bottom: none;
  }
  .msbp-accordian-tbContent .flex-row.first{
      padding-left: 24px;
  } 
  .column {
  display: flex;
  flex-flow: row;
  width: 100%;
  padding: 0;
  }
  .column .flex-cell.first{
      text-align: left;
      width: 50%;
  } 
  .column .flex-row:hover {
  background: #F5F5F5;
  transition: 500ms;
  } 
  @media all and (max-width: 767px) {
  .flex-row {
      width: calc(100% / 3);
  }
  .flex-row.first {
      width: 100%;
  }

  .column {
      width: 100%;
  }
  }
  @media all and (max-width: 430px) {
  .flex-table .flex-row {
      border-bottom: 0;
  }
  .flex-table .flex-row:last-of-type {
       /*border-bottom: solid 1px #d9d9d9;*/
  }

  .header .flex-row {
      border-bottom: solid 1px;
  }

  .flex-row {
      width: 100%;
  }
  .flex-row.first {
      width: 100%;
      /*border-bottom: solid 1px #d9d9d9;*/
  }

  .column {
      width: 100%;
  }
  .column .flex-row {
      border-bottom: solid 1px #d9d9d9;
  }

  .flex-cell {
      width: 100%;
  }
  } 
  @media (min-width: 320px){
    .msd-Dropdown-caretDown, .msd-search .msd-search-btn, .msd-search .msd-Dropdown-cancel {
        color: var(--cmty-neutrals-web-gray130);
        font-size: 12px;
        position: absolute;  
        z-index: 1; 
    }
  }

@media (max-width: 1023.9px) {
    .msd-innerTab-Search-wrap{
            justify-content: flex-start;
            flex-direction: column;
    }
    .msd-forums-inner-subtab{
        width: 100%;
        overflow-x: auto;
        margin-bottom: 24px;
        height: 53px;
    }
    .msd-search{
        width: 100%;
        margin-bottom: 24px;
    }
    #forum .table-container .flex-table .flex-row:nth-last-child(-n+2), #blogPosts .table-container .flex-table .flex-row:nth-last-child(-n+2){
        display:none;
        
    }
    #forum #cmty_my_activity_subscribed_forums_container .table-container .flex-table .flex-row:nth-last-child(-n+2){
        display:block;
    }
    .flex-row.flex-row {
        width: calc(60% / 3);
    }
}
@media (max-width: 639.9px) {
    
    .flex-row.first.flex-row.first.flex-row.first.flex-row.first, .flex-table.tbRow .flex-row{
        width: 100% ;
    }
    #forum .table-container .flex-table .flex-row:nth-last-child(-n+5), #blogPosts .table-container .flex-table .flex-row:nth-last-child(-n+5){
        display:none;
        
    }
    #forum #cmty_my_activity_subscribed_forums_container .table-container .flex-table .flex-row:nth-last-child(-n+5){
        display:block;
    }

    .msd-Dropdown-caretDown {
        color: var(--cmty-neutrals-web-gray130);
        font-size: 12px;
        position: absolute;
        top: 35px;
        z-index: 1;
        pointer-events: none;
    }
}
/*my activity page end*/

