.sr-countdown {
  border: 2px dashed #0197F6;
  border-radius: 15px;
  padding: 32px 52px;
}
.sr-countdown__timer {
  width: 293px;
  height: 97px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed #0197F6;
  border-radius: 12px;
  font-size: 40px;
  font-weight: 700;
  color: #2C2C41;
}
.sr-countdown__finished {
  font-size: 18px;
  text-align: center;
  padding: 20px;
  border: 2px dashed #0197F6;
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sr-countdown__title {
  display: flex;
  justify-content: space-between;
  color: #4E5C6E;
  font-size: 12px;
  font-weight: 500;
  margin-top: 14px;
}
.sr-countdown__progress {
  width: 100%;
  height: 12px;
  background: linear-gradient(90deg, #0197F6 0%, #7E2B93 50%, #ED145B 100%);
  border-radius: 99px;
  margin-top: 14px;
  position: relative;
  overflow: hidden;
}
.sr-countdown__progress::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: var(--hiding-percent);
  background-color: #DBDEE8;
}
.sr-faults__header {
  font-size: 14px;
  border-bottom: 2px dashed #DBDEE8;
  padding-bottom: 12px;
}
.sr-faults__header > i {
  font-size: 8px;
  color: #949CA7;
}
.sr-faults__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  color: #717C8B;
}
.sr-faults__table > tbody > tr {
  border-top: 2px dashed #DBDEE8;
}
.sr-faults__table td, .sr-faults__table th {
  padding: 16px 8px;
}
.sr-faults__table td.done {
  color: #58D3A6;
  font-weight: 700;
}
.sr-faults__table td.impossible {
  color: #ED145B;
  font-weight: 700;
}
.sr-faults__table td.pending {
  color: #FCC104;
  font-weight: 700;
}
.tw-invoice-table {
  width: 100%;
  font-size: 14px;
}
.tw-invoice-table > thead {
  border-bottom: 2px dashed #DBDEE8;
}
.tw-invoice-table th {
  color: #717C8B;
  padding: 14px;
}
.tw-invoice-table td {
  padding: 14px;
}
.tw-step7-container > *:not(:first-child) {
  margin-top: 24px;
}
.tw-step7-title {
  font-size: 16px;
  font-weight: bold;
}
.tw-step7-warning {
  border-color: #FCC104 !important;
  background: #FFF3D0 !important;
}
.tw-step7-warning > div {
  display: flex;
  align-items: baseline;
  font-size: 14px;
}
.tw-step7-warning i {
  color: #FCC104;
  font-size: 6px;
  margin-left: 4px;
  display: flex;
}
.tw-step7-contract {
  color: #4E5C6E;
  font-size: 12px;
}
.tw-step7-contract > div:not(:first-child) {
  margin-top: 16px;
}
.tw-step7-contract i {
  font-size: 6px;
  margin-left: 4px;
}
.tw-step7-contract-actions {
  display: flex;
  align-items: center;
}
.tw-step7-contract-actions-report {
  color: #ED145B;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
}
.tw-step7-contract-actions-button {
  margin: 0 !important;
  font-size: 14px !important;
  padding: 8px !important;
}
.tw-step7-contract-actions-button:before {
  border: 0 !important;
}
.tw-step7-factor > div {
  display: flex;
  align-items: baseline;
  color: #4E5C6E;
}
.tw-step7-factor > div:first-child {
  font-size: 14px;
}
.tw-step7-factor > div:first-child > i {
  font-size: 6px;
  margin-left: 4px;
}
.tw-step7-factor > div:nth-child(2) {
  font-size: 12px;
  margin-top: 16px;
}
.tw-step7-factor > div:nth-child(2) > i {
  color: #FCC104;
}
.tw-step7-factor > a {
  font-size: 14px;
  padding: 8px;
  float: left;
  margin: 16px 0 0;
}
.tw-step7-factor > a:before {
  border: 0;
}
.tw-step7-section:not(:first-child) {
  margin-top: 24px;
}
.tw-step7-section-title {
  background: #EEFBF6;
  padding: 16px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.tw-step7-section-document {
  margin-top: 20px;
  padding-bottom: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.tw-step7-section-document:not(:last-child) {
  border-bottom: 2px dashed #dee2e6;
}
.tw-step7-section-document > * {
  width: 20%;
  font-size: 14px;
}
.tw-step7-section-document-type {
  display: flex;
  align-items: baseline;
  margin-left: 4px;
  color: #4E5C6E;
}
.tw-step7-section-document-type > i {
  font-size: 6px;
  margin-left: 6px;
}
.tw-step7-section-document-owner {
  font-weight: bold;
  margin-left: auto;
}
.tw-step7-section-document-status {
  border: 1px dashed;
  border-radius: 999px;
  text-align: center;
}
.tw-step7-section-document-status.pending {
  border-color: #FCC104;
  color: #FCC104;
}
.tw-step7-section-document-report {
  color: #ED145B;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.tw-step7-section-document-download {
  font-size: 14px !important;
  padding: 8px !important;
  margin: 0 !important;
}
.tw-step7-section-document-download:before {
  border: 0 !important;
}
.tw-step7-section-document-file > label {
  font-size: 14px;
  padding: 4px;
  cursor: pointer;
  min-width: 0;
  min-width: initial;
  width: 100%;
  margin: 0;
}
.tw-step7-section-document-file > label.disabled {
  opacity: 0.5;
}
.tw-step7-section-document-file > label:before {
  border: 0;
}
.tw-step7-section-document-description {
  width: 100%;
  margin-top: 20px;
  color: #4E5C6E;
}
.tw-step7-section-document-faults {
  margin-top: 20px;
}
.tw-step7-danger {
  border-color: #ED145B !important;
  font-size: 16px;
}
.tw-step7-details-header {
  background-color: #2C2C41 !important;
  color: white;
}
