li.da-notif-li {
  vertical-align: top;
}

.da-notif-wrap {
  position: relative;
  display: inline-block;
  height: 100%;
}

.da-notif-bell {
  background: none;
  border: none;
  cursor: pointer;
  padding: 23px 4px;
  margin-left: 7px;
  position: relative;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.da-notif-bell:hover {
  opacity: 0.85;
}

.da-notif-badge {
  position: absolute;
  top: 20px;
  right: 3px;
  background: #e53e3e;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.da-notif-badge.da-hidden {
  display: none;
}

.da-notif-popup {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% - 6px);
  width: 410px;
  max-height: 500px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid rgb(110.4285714286, 154.7857142857, 215.5714285714);
  -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
          box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
  z-index: 10001;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.da-notif-popup.da-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.da-notif-header {
  background: #3066b0;
  padding: 10px 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.da-notif-header-title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.da-notif-header-counts {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.da-notif-body {
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.da-notif-empty {
  padding: 40px 16px;
  text-align: center;
  color: #8d8d8f;
  font-size: 13px;
}

.da-notif-card {
  position: relative;
  padding: 12px 26px;
  border-bottom: 1px solid #ddd;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.da-notif-card:hover {
  background: #edf4fa;
}

.da-notif-card-row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4px;
}

.da-notif-unseen-dot {
  position: absolute;
  left: 10px;
  top: 16px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e53e3e;
}

.da-notif-type-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #ff8200;
}

.da-notif-card-date {
  font-size: 11px;
  color: #8d8d8f;
  white-space: nowrap;
}

.da-notif-card-title {
  font-weight: 700;
  font-size: 14px;
  color: #3066b0;
  margin: 6px 0 4px;
  text-align: left;
}

.da-notif-card-desc {
  font-size: 12px;
  color: #4d4d4f;
  margin: 0 0 6px;
  line-height: 1.45;
  text-align: left;
}

.da-notif-card-link {
  font-size: 12px;
  color: #3066b0;
  text-decoration: none;
  font-weight: 600;
  display: block;
  text-align: left;
}
.da-notif-card-link:hover {
  text-decoration: underline;
}

.da-notif-footer {
  display: block;
  text-align: center;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #3066b0;
  text-decoration: none;
  border-top: 1px solid #ddd;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.da-notif-footer:hover {
  background: #edf4fa;
  text-decoration: underline;
}

.da-notif-page {
  max-width: 720px;
  margin: 30px auto;
  padding: 0 20px;
}

.da-notif-page-title {
  font-size: 24px;
  font-weight: 700;
  color: #3066b0;
  margin: 0 0 24px;
}

.da-notif-page-card {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.da-notif-page-card:first-of-type {
  border-top: 1px solid #ddd;
}

.da-notif-page-card-row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6px;
}

.da-notif-page-type {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #ff8200;
}

.da-notif-page-date {
  font-size: 12px;
  color: #8d8d8f;
}

.da-notif-page-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #3066b0;
  margin: 4px 0 8px;
}

.da-notif-page-card-desc {
  font-size: 14px;
  color: #4d4d4f;
  line-height: 1.55;
  margin: 0 0 10px;
}

.da-notif-page-card-link {
  font-size: 13px;
  color: #3066b0;
  text-decoration: none;
  font-weight: 600;
}
.da-notif-page-card-link:hover {
  text-decoration: underline;
}

.da-notif-page-empty {
  text-align: center;
  padding: 60px 0;
  color: #8d8d8f;
  font-size: 15px;
}

#notif_admin {
  max-width: 900px;
}

#notif_admin_list table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
}
#notif_admin_list td {
  padding: 6px 8px;
  border: 1px solid #ccc;
  font-size: 12px;
}
#notif_admin_list .active-yes {
  color: green;
  font-weight: bold;
}
#notif_admin_list .active-no {
  color: #8d8d8f;
}
#notif_admin_list .type-feature {
  background: #8e44ad;
  color: #fff;
  padding: 2px 8px;
  border-radius: 3px;
}
#notif_admin_list .type-court {
  background: #2980b9;
  color: #fff;
  padding: 2px 8px;
  border-radius: 3px;
}
#notif_admin_list .type-update {
  background: #27ae60;
  color: #fff;
  padding: 2px 8px;
  border-radius: 3px;
}
#notif_admin_list .type-info {
  background: #7f8c8d;
  color: #fff;
  padding: 2px 8px;
  border-radius: 3px;
}
#notif_admin_list a.edit-btn,
#notif_admin_list a.toggle-btn,
#notif_admin_list a.del-btn {
  cursor: pointer;
  margin-right: 6px;
}
#notif_admin_list a.del-btn {
  color: #cb4158;
}

#notif_form {
  margin-top: 8px;
}
#notif_form td {
  padding: 4px 6px;
}
#notif_form label {
  font-weight: bold;
  white-space: nowrap;
}