.sr-countdown {
  border: 2px dashed #0197F6;
  border-radius: 10px;
  padding: 24px 12px 16px;
}
.sr-countdown__timer {
  width: 187px;
  height: 63px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed #0197F6;
  border-radius: 12px;
  font-size: 28px;
  font-weight: 700;
  color: #2C2C41;
}
.sr-countdown__title {
  display: flex;
  justify-content: space-between;
  color: #4E5C6E;
  font-size: 10px;
  font-weight: 500;
  margin-top: 14px;
}
.sr-countdown__progress {
  width: 100%;
  height: 8px;
  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-off-details > * {
  border-radius: 10px;
  background-color: white;
  padding: 24px 12px;
  color: #4E5C6E;
  font-size: 12px;
}
.sr-off-details > *:not(:first-child) {
  margin-top: 16px;
}
.sr-off-details .lst-icon-circle-fill {
  font-size: 6px;
  margin-left: 8px;
  display: inline-flex;
}
.sr-off-details__info {
  border: 1px solid #DBDEE8;
}
.sr-off-details__info-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #C8CCD2;
  padding-bottom: 16px;
}
.sr-off-details__info-content {
  display: flex;
  align-items: center;
}
.sr-off-details__info-content:not(:first-child) {
  margin-top: 16px;
}
.sr-off-details__info-content-divider {
  border-top: 2px dashed #C8CCD2;
  flex: 1;
  margin: 0 4px;
}
.sr-off-details__info-content-pre {
  width: 100%;
  white-space: pre-wrap;
  margin-right: 16px;
}
.sr-off-details__agency {
  border: 1px solid #DBDEE8;
}
.sr-off-details__agency > * {
  display: flex;
  align-items: center;
}
.sr-off-details__agency > *:not(:first-child) {
  margin-top: 16px;
}
.sr-off-details__agency-phone {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 8px;
}
.sr-off-details__agency-phone-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.sr-off-details__agency-phone-title {
  display: flex;
  align-items: center;
}
.sr-off-details__refund {
  border: 1px solid #DBDEE8;
  display: flex;
  align-items: center;
}
.sr-off-details__refund-link {
  margin-right: auto;
  color: #0197F6;
}
.sr-off-details__support {
  background-color: #DBDEE8;
  color: #171C21;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  font-weight: bold;
  font-size: 14px;
}
.sr-off-details__support-link {
  background-color: #2C2C41;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 12px;
}
.sr-off-details__support-link:hover {
  color: white;
  background-color: #1e1e2c;
}
.sr-off-details__payment {
  background-color: #2C2C41;
  color: white;
}
.sr-off-details__payment-item {
  display: flex;
  align-items: center;
}
.sr-off-details__payment-item:first-child {
  font-weight: bold;
  border-bottom: 2px dashed #9898BD;
  padding-bottom: 20px;
}
.sr-off-details__payment-item:not(:first-child) {
  margin-top: 20px;
}
.sr-off-details__payment-item-divider {
  flex: 1;
  border-top: 2px dashed #3F4254;
  margin: 0 10px;
}
