.no-data-card {
  border: 1px solid #e2e7ed;
  border-radius: 4px;
  font-size: 18px;
  line-height: 148%;
}
.no-data-card .title {
  font-size: 20px;
  font-weight: 500;
}

.table-view {
  border: 1px solid #e2e7ed;
  border-collapse: separate;
  border-radius: 8px;
  border-spacing: 0;
  color: #3b4256;
  font-size: 14px;
  font-weight: normal;
  line-height: 130%;
}
.table-view thead th {
  border: 0;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: right;
  vertical-align: middle;
}
.table-view thead th:first-child {
  text-align: left;
}
.table-view.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8fafa;
}
.table-view .input-stub {
  padding: 0.375rem 0.75rem;
}
.table-view .number-field {
  background: #f5f5f5;
  border: none;
  border-radius: 6px;
  outline: none;
  padding: 0.375rem 0.75rem;
  text-align: right;
}
.table-view .select-wrapper {
  background: #f5f5f5;
  border: none;
  border-radius: 6px;
  color: #3b4256;
  display: inline-block;
  margin: 0;
  padding: 0.375rem 0.75rem;
}
.table-view .select-wrapper input {
  border: none;
  display: inline-block;
  font-size: 0.75rem;
  margin: 0;
}
.table-view .select-wrapper input.select-dropdown {
  height: 24px;
  line-height: 24px;
  text-align: left;
}
.table-view tr > td {
  border: 0;
  font-size: 0.75rem;
  padding: 0.375rem 0.75rem;
  text-align: right;
  vertical-align: middle;
}
.table-view tr > td:first-child {
  font-weight: 500;
  text-align: left;
}
.no-data-card {
  border: 1px solid #e2e7ed;
  border-radius: 4px;
  font-size: 18px;
  line-height: 148%;
}
.no-data-card .title {
  font-size: 20px;
  font-weight: 500;
}

.timer {
  font-size: 14px;
  max-width: 300px;
  padding: 10px 0;
}
.timer .count-down {
  line-height: 1.2rem;
}

.files-view {
  margin: 0 -15px;
}
.files-view .uploaded-file {
  padding: 5px 0;
}
.files-view .uploaded-file .file-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.files-view .uploaded-file .file-type {
  color: #7a7f8c;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  padding-right: 4px;
  text-transform: uppercase;
}
.files-view .uploaded-file .file-size {
  color: #7a7f8c;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  padding-right: 4px;
}
.files-view .expired {
  color: #ff0c3e;
  padding: 10px 0;
}
.fcc-counter-set {
  border: 1px solid #e2e7ed;
  border-radius: 8px;
  display: inline-block;
  padding: 6px 8px;
}
.fcc-counter-set .fcc-counter.only-icon svg {
  margin-right: 0;
}
.fcc-counter-set.reverse-colors {
  background: white;
  border-color: white;
}

.fcc-counter {
  font-size: 14px;
}
.fcc-counter svg {
  margin-right: 9px;
}
.no-data-card {
  border: 1px solid #e2e7ed;
  border-radius: 4px;
  font-size: 18px;
  line-height: 148%;
}
.no-data-card .title {
  font-size: 20px;
  font-weight: 500;
}

.list-view {
  border-bottom: 0;
  border-radius: 4px;
  color: #3b4256;
  font-size: 14px;
  font-weight: normal;
  line-height: 130%;
}
.list-view a {
  color: #3b4256;
}
.list-view > .row {
  border-bottom: 1px solid #e2e7ed;
  margin: 0;
  padding: 20px 5px;
}
.list-view > .row:last-child {
  border-bottom: none;
}
.list-view > .row .field-title,
.list-view > .row .secondary-field-value {
  opacity: 0.68;
}
.list-view > .row .field-value {
  font-weight: 500;
}
.list-view > .row .accent-field-value {
  color: #e23d64;
}
.list-view > .row .accent-field-value-dark {
  color: #3b4256;
}
.list-view > .row > .col > *,
.list-view > .row > .col > .struct-row .col > * {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.list-view > .row > .col > *:last-child,
.list-view > .row > .col > .struct-row .col > *:last-child {
  margin-bottom: 0;
}
.list-view > .row > .col > * .field-title,
.list-view > .row > .col > .struct-row .col > * .field-title {
  padding-right: 4px;
}
.list-view > .row > .col > * .field-value,
.list-view > .row > .col > .struct-row .col > * .field-value {
  flex-basis: 0;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
  max-width: 100%;
}
.list-view > .row.status-row-0, .list-view > .row.status-row-1, .list-view > .row.status-row-2, .list-view > .row.status-row-3 {
  border-left: 2px solid;
  transition: background-color 0.4s linear;
}
.list-view > .row.status-row-0 {
  border-left-color: #9c9c9c;
}
.list-view > .row.status-row-1 {
  border-left-color: #2ad263;
}
.list-view > .row.status-row-2 {
  border-left-color: #fb3;
}
.list-view > .row.status-row-3 {
  border-left-color: #f22631;
}
.list-view > a.row {
  cursor: pointer;
}
.list-view > a.row:hover {
  background: rgba(226, 231, 237, 0.3);
}
.list-view a.page-url {
  color: #3b4256;
  font-size: 16px;
  font-weight: normal;
  line-height: 140%;
  text-decoration: underline;
}
.list-view a.page-url:hover {
  text-decoration: none;
}
.list-view .secondary-info {
  color: #848e99;
  font-size: 13px;
  line-height: 148%;
}
.list-view .secondary-info .accent-text {
  color: #e23d64;
  font-weight: 500;
  text-decoration: underline;
}
.list-view .secondary-info .accent-dark-text {
  color: #3b4256;
  font-weight: 500;
}

.fcc-panel-list {
  color: #3b4256;
  font-size: 14px;
  font-weight: normal;
  line-height: 130%;
}
.fcc-panel-list .fcc-filter-footer.container {
  margin-left: 0;
  margin-right: 0;
  max-width: initial;
}
.fcc-panel-list a {
  color: #3b4256;
}
.fcc-panel-list .info-block {
  color: #848e99;
  font-size: 14px;
  line-height: 18px;
}
.fcc-panel-list .number {
  font-weight: 500;
  max-width: 5%;
}
.fcc-panel-list .highlight-blue-text {
  color: #004781;
}
.fcc-panel-list .secondary-text {
  color: #a7a9ac;
  font-size: 14px;
  line-height: 18px;
}
.fcc-panel-list .dropdown-content.select-dropdown.fadeElement.fadeIn {
  left: 0;
}

.drop-down {
  font-size: 16px;
  font-weight: normal;
}
.drop-down .drop-down-title,
.drop-down .right span {
  color: #7a7f8c;
  display: inline-block;
  line-height: 28px;
  white-space: nowrap;
}
.drop-down .drop-down-select {
  border: 1px solid #e2e7ed;
  border-radius: 8px;
  max-width: 250px;
  padding: 2px 4px 2px 12px;
}
.drop-down .drop-down-select .active-select {
  line-height: 25px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.drop-down .drop-down-popup-wrapper {
  background: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
  left: -110px;
  max-width: 400px;
  min-width: 200px;
  padding: 16px;
  top: 38px;
  width: max-content;
  z-index: 10;
}
.drop-down .drop-down-popup-wrapper .item {
  margin-bottom: 16px;
}
.drop-down .drop-down-popup-wrapper .item .status {
  display: inline-block;
  width: 24px;
}
.drop-down .drop-down-popup-wrapper .item .status .active-icon {
  width: 36px;
}
.drop-down .drop-down-popup-wrapper .item:last-child {
  margin-bottom: 0;
}
.drop-down .drop-down-popup-wrapper .item:not(.active):hover {
  color: #00c2f2;
}
.drop-down .fixed-max-width {
  flex-shrink: 1;
  max-width: 360px;
}
@media (min-width: 575px) {
  .drop-down .drop-down-popup-wrapper {
    left: 0;
  }
}
.rec.rec-carousel-wrapper .rec-carousel {
  position: relative;
}
.rec.rec-carousel-wrapper .rec-carousel .rec-arrow {
  background: rgba(226, 231, 237, 0.5);
  border: none;
  border-radius: 50%;
  box-shadow: none;
  height: 47px;
  position: absolute;
  top: 25%;
  width: 47px;
  z-index: 1;
}
.rec.rec-carousel-wrapper .rec-carousel .rec-arrow:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #004781;
  color: #004781;
}
.rec.rec-carousel-wrapper .rec-carousel .rec-arrow.rec-arrow-left {
  left: -23.5px;
}
.rec.rec-carousel-wrapper .rec-carousel .rec-arrow.rec-arrow-right {
  right: -23.5px;
}
input::placeholder {
  color: #c4c6c7b0;
}


