.my-cp-home-wrapper .card-icon {
  min-width: 35px;
}
.my-cp-home-wrapper .last-notification .description p {
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.has-edit-mode-menu .my-cp-home-wrapper .last-notification {
  margin-left: -200px;
}

.no-border {
  border: none;
}

.text-center {
  text-align: center;
}

.pws-grid-template {
  display: grid;
  grid-template: 100%/50% 50%;
}

.error-show {
  display: block;
}

.grid-template-50 {
  display: grid;
  grid-template: 100%/50% 50%;
}

.grid-template-100 {
  display: grid;
  grid-template: 100%/100%;
}

.m-small {
  margin: 5px;
}

@media (max-width: 500px) {
  .grid-template-50 {
    display: block;
  }

  .m-small {
    margin: 5px;
    width: 100%;
  }
}