.delete-schedule-button.bowtie-trash {
  font-family: bowtie;
  font-size: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: rgba( 166, 166, 166 ,  1 );
  color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
  padding-top: 12px;
}

.delete-schedule-button.bowtie-trash:disabled {
  background-color: rgba(255, 255, 255, 1) !important;
  background-color: var(--background-color,rgba(255, 255, 255, 1)) !important;
  border-color: rgba( 255, 255, 255 ,  1 ) !important;
  border-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 ) !important;
  color: rgba( 166, 166, 166 ,  1 ) !important;
  color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 ) !important;
}

.delete-schedule-button.bowtie-trash:hover, .delete-schedule-button.bowtie-trash:focus {
  color: rgba(0, 120, 212, 1) !important;
  color: var(--communication-background,rgba(0, 120, 212, 1)) !important;
}

.schedule-trigger-item-header {
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--background-color,rgba(255, 255, 255, 1));
  width: 100%;
}

.schedule-trigger-item-header .schedule-summary {
  display: inline-flex;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  max-width: 80%;
}

.vss-focus-visible .schedule-trigger-item-header .schedule-summary:focus {
  outline: 1px solid rgba( 0, 0, 0 ,  1 );
  outline: 1px solid rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
}

.schedule-trigger-item-header .schedule-summary .days-summary {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.schedule-trigger-item-header .schedule-summary .days-summary .schedule-trigger-item-header-icon {
  padding-right: 7px;
}

.schedule-trigger-item-header .trigger-delete {
  float: right;
  color: rgba( 166, 166, 166 ,  1 );
  color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
  padding-top: 5px;
  margin-top: -15px;
}

.schedule-trigger-item-header .trigger-delete:hover {
  color: rgba(0, 120, 212, 1);
  color: var(--communication-background,rgba(0, 120, 212, 1));
}

.schedule-trigger-item-header .schedule-summary:hover {
  color: rgba(0, 120, 212, 1);
  color: var(--communication-background,rgba(0, 120, 212, 1));
}
