.plz-widget-dashboard {
  background-image: url('./../images/widget_background.svg');
  background-repeat: no-repeat;
  background-size: 436px 311px;
  width: 436px;
  height: 311px;
  max-width: 100%;
}

.plz-widget-dashboard-container {
  padding: 40px 80px;
}

#dashboard-widgets .plz-widget-dashboard-content h3 {
  font-family: 'Overpass', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #002D4F;
  margin-bottom: 12px;
}

.plz-widget-dashboard-content {
  background: #FFFFFF;
  box-shadow: 2px 5px 30px -4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 24px;
}

.plezi-button-center {
  text-align: center;
  margin: 0;
}

.plezi-btn-purple {
  padding: 8px 16px;
  background: #D91378;
  border-radius: 5px;
  font-family: 'Overpass', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
  line-height: 22px;
  transition: background .2s ease-out, border .2s ease-out;
  cursor: pointer;
  border: 1px solid #D91378;
  text-decoration: none;
}

.plezi-btn-purple:focus,
.plezi-btn-purple:active,
.plezi-btn-purple:hover {
  color: #FFFFFF;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #D91378;
  box-shadow: 1px 2px 10px rgba(0, 45, 79, 0.3);
}

ul.introduction {
  font-family: 'Overpass', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #002D4F;
  line-height: 20px;
  margin-bottom: 0;
  margin-bottom: 12px;
}

.plz-dashboard-widget-validation {
  color: #61EFCF;
}
