.widget-five {
  background: #fff;
  padding: 28px 0 0 0;
  height: 100%;
  border: 1px solid #000;
}

.widget-five .widget-content .header {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 23px;
  border-bottom: 1px dashed #000;
}

.widget-five .widget-content .header-body {
  align-self: center;
}

.widget-five .widget-content .header-body h6 {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 0;
}

.widget-five .widget-content .header-body p {
  margin-bottom: 0;
  font-weight: 600;
  color: #888ea8;
  padding: 0;
}

.widget-five .widget-content .task-action {
  display: flex;
}

.widget-five .widget-content .task-action .dropdown.custom-dropdown {
  align-self: center;
}

.widget-five .widget-content .task-action .dropdown.custom-dropdown a.dropdown-toggle svg {
  color: #888ea8;
}

.widget-five .widget-content .task-action .dropdown.custom-dropdown .dropdown-menu {
  padding: 8px 8px;
  min-width: 10rem;
  border-radius: 6px;
  top: 5px !important;
}

.widget-five .w-content {
  text-align: center;
  height: 100%;
  padding: 20px 26px;
}

.widget-five .w-content div .task-left {
  margin-bottom: 0;
  font-size: 30px;
  color: #1b55e2;
  background: #c2d5ff;
  font-weight: 600;
  border-radius: 50%;
  display: inline-flex;
  height: 76px;
  width: 76px;
  justify-content: center;
  padding: 13px 0px;
  border: 5px solid #000;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 8px 2px #e0e6ed;
  box-shadow: 0px 0px 8px 2px #e0e6ed;
}

.widget-five .w-content div .task-completed {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #009688;
}

.widget-five .w-content div .task-hight-priority {
  color: #acb0c3;
  font-weight: 500;
  margin-bottom: 0;
}

.widget-five .w-content div .task-hight-priority span {
  color: #e7515a;
  font-weight: 700;
}