.sidebar-heading {
  margin-top: 14px;
}

#keywords-nav a,
#search-keywords-nav a {
  padding-top: 0;
}

.template {
  display: none;
}

td.status,
th.status {
  display: none;
}
tr.disabled {
  border-left: 2px solid #df4e73;
}

.modal-footer .progress {
  width: 100%;
}

.info {
  margin-top: 8px;
  font-size: 80%;
}

.info i {
  margin-right: 4px;
}
/* #df4e73 Red */
/* #73df4e Green */
/* #4e73df Blue */

.valid {
  background-color: #1cc88a;
  color: white;
}

.invalid {
  background-color: #e74a3b;
  color: white;
}

.valid a,
.invalid a {
  color: white;
  text-decoration: underline;
}

.headline-article-keyword,
.content-article-keyword {
  white-space: nowrap;
  float: left;
  clear: both;
}

#time-distribution-chart {
  height: 300px;
}

.hide {
  display: none !important;
}

#time-distribution-chart-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 28px;
}

#time-distribution-chart-controls.disabled {
  filter: grayscale(1);
}

.segmented-control {
  display: flex;
  max-width: 336px;
  width: 100%;
  position: relative;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
  margin: 0 auto;
  font-size: 1rem;
  border: 1px solid #4e73df;
  border-radius: 0.35rem;
}

.segmented-control > input {
  display: none;
}
.segmented-control > input:checked + label {
  color: #fff;
}

.segmented-control-2
  > input:nth-of-type(1):checked
  ~ label:last-of-type:before {
  transform: translateX(calc(0% + 0px));
}
.segmented-control-2
  > input:nth-of-type(2):checked
  ~ label:last-of-type:before {
  transform: translateX(calc(100% + 0px));
}

.segmented-control-4
  > input:nth-of-type(1):checked
  ~ label:last-of-type:before {
  transform: translateX(calc(0% + 0px));
}
.segmented-control-4
  > input:nth-of-type(2):checked
  ~ label:last-of-type:before {
  transform: translateX(calc(100% + 0px));
}
.segmented-control-4
  > input:nth-of-type(3):checked
  ~ label:last-of-type:before {
  transform: translateX(calc(200% + 0px));
}
.segmented-control-4
  > input:nth-of-type(4):checked
  ~ label:last-of-type:before {
  transform: translateX(calc(300% + 0px));
}
.segmented-control label {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  margin-bottom: 0;
}
.segmented-control label:last-of-type:before {
  content: "";
  display: block;
  margin: 0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translateX(0);
}

.segmented-control-2 label:last-of-type:before {
  max-width: calc(50% - 0px);
}

.segmented-control-4 label:last-of-type:before {
  max-width: calc(25% - 0px);
}

.segmented-control label {
  padding: 6px 3px;
  transition: color 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.segmented-control label:before {
  background: #4e73df;
  transition: all 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.segmented-control label:not(:last-child) {
  border-right: 1px solid #4e73df;
}
