/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/dashboard/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
/**
 * Dashboard Styles
 * 
 * @package TopBuddy
 */
.topbuddy-dashboard-wrapper {
  background: #fff;
  border: 1px solid #c3c4c7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  margin: 50px 15px;
}
.topbuddy-dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #c3c4c7;
  background: #fff;
}
.topbuddy-dashboard-header .topbuddy-dashboard-logo {
  display: flex;
  gap: 10px;
  align-items: center;
}
.topbuddy-dashboard-header .topbuddy-dashboard-logo img {
  max-width: 26px;
}
.topbuddy-dashboard-header h1 {
  margin: 0;
  padding: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.3;
}
.topbuddy-dashboard-header .topbuddy-header-actions {
  display: flex;
  gap: 8px;
}
.topbuddy-notification-bars-list .components-card__body {
  padding: 0;
  border: 0;
  box-shadow: none;
  outline: none;
  border-radius: 0 !important;
}
.topbuddy-notification-bars-list .components-card {
  border-radius: 0;
  box-shadow: none;
}
.topbuddy-dashboard-container {
  padding: 20px;
  max-width: 100%;
}
.topbuddy-tab-panel .components-tab-panel__tabs {
  border-bottom: 1px solid #c3c4c7;
  margin-bottom: 20px;
}
.topbuddy-tab-panel .components-tab-panel__tabs .components-tab-panel__tabs-item {
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #646970;
  border: none;
  background: transparent;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.topbuddy-tab-panel .components-tab-panel__tabs .components-tab-panel__tabs-item:hover {
  color: var(--topbuddy-color-primary);
}
.topbuddy-tab-panel .components-tab-panel__tabs .components-tab-panel__tabs-item.is-active {
  color: var(--topbuddy-color-primary) !important;
  border-bottom-color: var(--topbuddy-color-primary) !important;
  border-left: 0 !important;
}
.topbuddy-tab-content {
  min-height: 200px;
}
.topbuddy-settings-container {
  max-width: 600px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.topbuddy-settings-container .components-panel__body {
  border: none;
}
.topbuddy-settings-container .topbuddy-roles-list {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.topbuddy-settings-container .topbuddy-roles-list .components-panel__row {
  justify-content: flex-start;
  margin-bottom: 0;
}
.topbuddy-settings-container .topbuddy-settings-footer {
  padding: 20px 16px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  gap: 15px;
}
.topbuddy-settings-container .topbuddy-settings-footer .topbuddy-settings-notices {
  margin: 0;
  flex: 1;
}
.topbuddy-settings-container .topbuddy-settings-footer .topbuddy-settings-notices .components-notice {
  margin: 0;
}
.topbuddy-settings-container .topbuddy-settings-footer .topbuddy-settings-notices .components-notice .components-notice__content {
  margin: 5px 10px;
}
.topbuddy-settings-placeholder {
  padding: 40px 20px;
  text-align: center;
  color: #646970;
}
.topbuddy-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
}
.topbuddy-loading .components-spinner {
  margin-bottom: 16px;
}
.topbuddy-loading p {
  color: #646970;
  margin: 0;
}
.topbuddy-empty-state {
  text-align: center;
  padding: 40px 20px;
}
.topbuddy-empty-state h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 12px;
  color: #1d2327;
}
.topbuddy-empty-state p {
  color: #646970;
  margin: 0 0 24px;
  font-size: 14px;
}
.topbuddy-empty-state .components-button {
  margin-top: 8px;
}
.topbuddy-table {
  background: #fff;
}
.topbuddy-table thead th {
  font-weight: 600;
  padding: 8px 10px;
  border-bottom: 1px solid #c3c4c7;
}
.topbuddy-table tbody tr:hover {
  background-color: #f6f7f7;
}
.topbuddy-table tbody tr td {
  padding: 10px;
  border-bottom: 1px solid #c3c4c7;
  vertical-align: middle;
}
.topbuddy-table .topbuddy-table-title {
  width: 40%;
}
.topbuddy-table .topbuddy-table-title .row-title {
  font-weight: 600;
  color: var(--topbuddy-color-primary);
  text-decoration: none;
}
.topbuddy-table .topbuddy-table-title .row-title:hover {
  color: #2145e6;
}
.topbuddy-table .topbuddy-table-title .row-actions {
  margin-top: 4px;
  font-size: 13px;
  color: #646970;
}
.topbuddy-table .topbuddy-table-title .row-actions span {
  display: inline-block;
  margin-right: 8px;
}
.topbuddy-table .topbuddy-table-title .row-actions span a {
  color: var(--topbuddy-color-primary);
  text-decoration: none;
}
.topbuddy-table .topbuddy-table-title .row-actions span a:hover {
  color: #2145e6;
}
.topbuddy-table .topbuddy-table-title .row-actions span.duplicate a {
  color: var(--topbuddy-color-primary);
}
.topbuddy-table .topbuddy-table-title .row-actions span.duplicate a:hover {
  color: #2145e6;
}
.topbuddy-table .topbuddy-table-title .row-actions span.trash a {
  color: #d32f2f;
}
.topbuddy-table .topbuddy-table-title .row-actions span.trash a:hover {
  color: #b71c1c;
}
.topbuddy-table .topbuddy-table-status {
  width: 15%;
}
.topbuddy-table .topbuddy-table-status .topbuddy-status-badge {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  line-height: 1.4;
}
.topbuddy-table .topbuddy-table-status .topbuddy-status-badge.status-publish {
  background-color: #1c1c1c;
  color: #fff;
}
.topbuddy-table .topbuddy-table-status .topbuddy-status-badge.status-draft {
  background-color: #eeeeee;
  color: #1c1c1c;
}
.topbuddy-table .topbuddy-table-active {
  width: 15%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.topbuddy-table .topbuddy-table-active .components-toggle-control {
  margin: 0;
  display: flex;
  justify-content: center;
}
.topbuddy-table .topbuddy-table-active .components-toggle-control .components-base-control__field {
  margin-bottom: 0;
}
.topbuddy-table .topbuddy-table-active .components-toggle-control .components-form-toggle {
  margin: 0;
}
.topbuddy-table .topbuddy-table-date {
  width: 20%;
  color: #646970;
  font-size: 13px;
}
.topbuddy-table .topbuddy-table-title-header {
  width: 40%;
}
.topbuddy-table .topbuddy-table-status-header {
  width: 15%;
}
.topbuddy-table .topbuddy-table-active-header {
  width: 15%;
  text-align: center;
}
.topbuddy-table .topbuddy-table-date-header {
  width: 20%;
}
@media screen and (max-width: 782px) {
  .topbuddy-table {
    display: block;
    overflow-x: auto;
  }
  .topbuddy-table thead,
  .topbuddy-table tbody,
  .topbuddy-table tr,
  .topbuddy-table th,
  .topbuddy-table td {
    display: block;
  }
  .topbuddy-table thead {
    display: none;
  }
  .topbuddy-table tbody tr {
    border-bottom: 2px solid #c3c4c7;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }
  .topbuddy-table tbody tr td {
    border-bottom: none;
    padding: 8px;
    position: relative;
    padding-left: 40%;
  }
  .topbuddy-table tbody tr td:before {
    content: attr(data-label);
    position: absolute;
    left: 8px;
    font-weight: 600;
    color: #1d2327;
  }
  .topbuddy-table tbody tr .topbuddy-table-title {
    padding-left: 8px;
    width: 100%;
  }
  .topbuddy-table tbody tr .topbuddy-table-title .row-actions {
    margin-left: 0;
  }
  .topbuddy-table tbody tr .topbuddy-table-active {
    text-align: left;
    width: 100%;
  }
}

/*# sourceMappingURL=style-dashboard.css.map*/