@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap");

.syncro-card,
.syncro-card * {
  box-sizing: border-box;
}

.syncro-card button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.syncro-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #000;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e8ebef;
  border-radius: 5px;
}

.syncro-card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 15px;
}

.syncro-card-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-align: center;
}

.syncro-progress-stepped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 40px;
  margin-left: -2px;
  margin-bottom: 15px;
}

.syncro-progress-stepped-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 2px;
  /*font-size: 0;*/
  font-weight: 600;
  color: black;
  background-color: #f3f8fc;
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease, color 0.2s ease;
  transition: transform 0.2s ease, color 0.2s ease;
  transition: transform 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
}

.syncro-progress-stepped-item:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.syncro-progress-stepped-item:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.syncro-progress-stepped-item.active {
  font-size: 12px;
  color: black;
  border-radius: 5px;
  -webkit-transform: scaleY(1.25);
  transform: scaleY(1.25);
}

.syncro-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -5px;
  margin-right: -10px;
  margin-left: -10px;
}

.syncro-col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: auto;
  max-width: 100%;
  margin-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
}

.syncro-btn {
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.syncro-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 1;
  background-color: transparent;
  border-radius: 50%;
  margin-right: 5px;
}

.syncro-category-name {
  font-size: 14px;
  font-weight: 600;
  color: #586c8a;
}
