/*! =Workshops form
-------------------------------------------------------------- */
.workshops-form {
  margin: 0 0 18px;
  counter-reset: steps;
}
.workshops-form-wrap {
  position: relative;
  padding: 20px;
}
.workshops-form fieldset {
  border: 0 none;
  margin: 0;
  padding: 0 10px 50px 0;
  position: relative;
  counter-increment: step;
}
@media (min-width: 768px) {
  .workshops-form fieldset {
    padding-left: 50px;
  }
}
.workshops-form fieldset legend {
  border: 0;
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  padding: 0 0 0 50px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .workshops-form fieldset legend {
    margin-left: -50px;
  }
}
.workshops-form fieldset legend span {
  display: inline-block;
  position: relative;
  padding: 13px 0;
  height: 40px;
  color: #e30613;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 14px;
}
.workshops-form fieldset legend span:after {
  content: "";
  width: 2000px;
  height: 2px;
  background: #e09900;
  position: absolute;
  top: 50%;
  left: 105%;
  margin-top: -1px;
}
.workshops-form fieldset legend:before {
  content: counter(step);
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #636363;
  color: #ffffff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  left: 0;
  letter-spacing: normal;
}
.workshops-form__note {
  border-left: 4px solid #e09900;
  padding-left: 1rem;
  font-size: 0.9rem;
  color: #999999;
  margin-bottom: 2rem;
}
.workshops-form__subtitle {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 0;
  color: #999;
}

.workshops {
  margin-bottom: 4rem;
}

.workshop {
  position: relative;
  margin-bottom: 1rem;
}
.workshop.not-available {
  opacity: 0.45;
}
.workshop.not-available .workshop-header small {
  color: red;
}
.workshop-checked {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: white;
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: white;
  border-radius: 50%;
  padding: 8px;
  text-align: center;
  font-size: 1rem;
  text-indent: -9999em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.workshop-info {
  display: block;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.workshop-info:hover {
  -webkit-box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.1);
  border-color: #b8daff;
}
.workshop-info:hover .workshop-checked {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 183, 234)), to(rgb(0, 158, 195)));
  background: linear-gradient(to bottom, rgb(0, 183, 234) 0%, rgb(0, 158, 195) 100%);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  border: 0;
  text-indent: 0;
}
.workshop-info:hover .workshop-name {
  color: #004085;
}
.workshop-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.55rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 1;
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.workshop-price {
  padding-right: 1rem;
}
.workshop-body {
  padding: 0.55rem 1.75rem 0.55rem 0.55rem;
  min-height: 50px;
}
.workshop-name {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 0.45rem;
  color: #000000;
}
.workshop-authors {
  font-size: 90%;
  color: #6c757d;
}
.workshop-authors::before {
  content: "— ";
}
.workshop-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.25rem 0.55rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  color: #999999;
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.workshop input {
  position: absolute;
  left: -9999px;
}
.workshop input:checked + label {
  color: #004085;
  background-color: rgba(204, 229, 255, 0.35);
  border-color: #b8daff;
}
.workshop input:checked + label .workshop-checked {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 183, 234)), to(rgb(0, 158, 195)));
  background: linear-gradient(to bottom, rgb(0, 183, 234) 0%, rgb(0, 158, 195) 100%);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  border: 0;
  text-indent: 0;
}
.workshop input:checked + label .workshop-header {
  color: #004085;
  background-color: rgba(204, 229, 255, 0.85);
  border-bottom-color: #b8daff;
}
.workshop input:checked + label .workshop-name {
  color: #004085;
}
.workshop input:disabled + label {
  cursor: not-allowed;
  opacity: 0.45;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.workshop input:disabled + label .workshop-checked {
  display: none;
}
.workshop input:disabled + label:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: rgba(0, 0, 0, 0.1);
}
.workshop input:disabled + label:hover .workshop-name {
  color: #000000;
}
.workshop-time {
  font-size: 0.8rem;
}
.workshop-time--available {
  color: #28a745;
}
.workshop-time--medium {
  color: #ffc107;
}
.workshop-time--full {
  color: #dc3545;
}
