/*
 ScheduleDashboardWidget - Fix size of search filters
 */
.schedule-dashboard-widget .DashboardWidget-filters .ComboInput {
  width: 100%;
}

.schedule-dashboard-widget .DashboardWidget-filters form {
  width: 100%;
}

.schedule-dashboard-widget .DashboardWidget-filters .schedule-filter-submit {
  visibility: hidden;
  width: 0;
}

/*
 Fix to hide boolean attribute for Push Notifications
 */

.toolContent .Admin-main .CIG-row[data-field="enableNotificationTask"] {
  display: none;
}

.schedule-dashboard-widget .DashboardWidget table tr td.schedulableItemName {
  width: 30%;
}

.schedule-dashboard-widget .DashboardWidget table tr td.schedulableItemDays {
  width: 15%;
}

.schedule-dashboard-widget .DashboardWidget table tr td.schedulableItemTimes {
  width: 15%;
}

.schedule-dashboard-widget .DashboardWidget table tr td.schedulableItemParent {
  width: 20%;
}

.schedule-dashboard-widget .DashboardWidget table tr td.schedulableItemStatus {
  width: 10%;
}

.schedule-dashboard-widget .DashboardWidget table tr td.schedulableItemDetails {
  width: 10%;
}

.VideoListWidget {
  background-color: #2c2c2c;
  border-radius: 4px;
  color: #cccccc;
  margin: 10px 0;
  padding: 0;
}

.VideoListWidget-heading {
  background-color: #2c2c2c;
  border-bottom: 1px solid #404040;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 15px 20px;
}

.VideoListWidget-filters {
  background-color: #333333;
  border-bottom: 1px solid #404040;
  padding: 15px 20px;
}

.VideoListWidget-filterRow {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.VideoListWidget-filterGroup {
  align-items: center;
  display: flex;
  gap: 8px;
}

.VideoListWidget-filterLabel {
  color: #cccccc;
  font-size: 14px;
  margin: 0;
  white-space: nowrap;
}

.VideoListWidget-filterSelect {
  background-color: #404040;
  border: 1px solid #555555;
  border-radius: 4px;
  color: #cccccc;
  font-size: 14px;
  min-width: 150px;
  padding: 6px 12px;
}

.VideoListWidget-filterSelect:focus {
  border-color: #0084ff;
  box-shadow: 0 0 0 2px rgba(0, 132, 255, 0.25);
  outline: none;
}

.VideoListWidget-filterInfo {
  color: #999999;
  font-size: 12px;
  font-style: italic;
  margin-top: 8px;
}

.VideoListWidget-results {
  background-color: #2c2c2c;
}

.VideoListWidget-list {
  margin: 0;
  padding: 0;
}

.VideoListWidget-item {
  align-items: flex-start;
  border-bottom: 1px solid #404040;
  display: flex;
  padding: 20px 25px;
  transition: background-color 0.2s ease;
}

.VideoListWidget-item:hover {
  background-color: #353535;
}

.VideoListWidget-item:last-child {
  border-bottom: none;
}

.VideoListWidget-avatar {
  align-items: center;
  background-color: #555555;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: bold;
  height: 44px;
  justify-content: center;
  letter-spacing: 0.5px;
  margin-right: 20px;
  text-transform: uppercase;
  width: 44px;
}

.VideoListWidget-itemContent {
  flex: 1;
  min-width: 0;
}

.VideoListWidget-title {
  margin-bottom: 8px;
}

.VideoListWidget-titleLink {
  color: #5cb3f7;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

.VideoListWidget-titleLink:hover {
  color: #7cc5f9;
  text-decoration: underline;
}

.VideoListWidget-metadata {
  align-items: center;
  color: #999999;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 2px;
  line-height: 1.4;
}

.VideoListWidget-metaItem {
  align-items: center;
  display: inline-flex;
}

.VideoListWidget-metaType {
  color: #cccccc;
  font-weight: 500;
}

.VideoListWidget-metaOwner {
  color: #999999;
  font-weight: normal;
}

.VideoListWidget-separator {
  color: #666666;
  font-weight: normal;
  margin: 0 8px;
}

.VideoListWidget-empty {
  background-color: #2c2c2c;
  color: #999999;
  font-size: 16px;
  font-style: italic;
  padding: 40px 25px;
  text-align: center;
}

.VideoListWidget-pagination {
  background-color: #333333;
  border-top: 1px solid #404040;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 25px;
}

.VideoListWidget-paginationInfo {
  color: #cccccc;
  font-size: 14px;
  margin: 0;
  text-align: center;
}

.VideoListWidget-paginationControls {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.VideoListWidget-paginationLink {
  align-items: center;
  background-color: #404040;
  border: 1px solid #555555;
  border-radius: 4px;
  color: #cccccc;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  min-width: 40px;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}

.VideoListWidget-paginationLink:hover {
  background-color: #4a4a4a;
  border-color: #666666;
  color: #ffffff;
  text-decoration: none;
}

.VideoListWidget-paginationLink:focus {
  border-color: #0084ff;
  box-shadow: 0 0 0 2px rgba(0, 132, 255, 0.25);
  outline: none;
}

.VideoListWidget-paginationLinkPrev,
.VideoListWidget-paginationLinkNext {
  background-color: #0084ff;
  border-color: #0084ff;
  color: #ffffff;
  padding: 8px 16px;
}

.VideoListWidget-paginationLinkPrev:hover,
.VideoListWidget-paginationLinkNext:hover {
  background-color: #0074e6;
  border-color: #0074e6;
  color: #ffffff;
}

.VideoListWidget-paginationItem {
  align-items: center;
  background-color: #404040;
  border: 1px solid #555555;
  border-radius: 4px;
  color: #cccccc;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  min-width: 40px;
  padding: 8px 12px;
  text-align: center;
}

.VideoListWidget-paginationItemActive {
  background-color: #0084ff;
  border-color: #0084ff;
  color: #ffffff;
  font-weight: bold;
}

.VideoListWidget-paginationEllipsis {
  align-items: center;
  color: #999999;
  display: inline-flex;
  font-size: 14px;
  justify-content: center;
  padding: 8px 4px;
}
