.registration-page {
  margin: 100px auto;
}
@media (max-width: 1200px) {
  .registration-page {
    margin: 30px auto;
  }
}
.registration-page h1 {
  font-size: 23px;
}
.registration-page .reg-info {
  font-size: 18px;
  margin: 20px 0 25px 0;
}
.registration-page .checkbox-label {
  display: block;
  margin-bottom: 10px;
}
.registration-page p.social_login_info {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
}
.registration-page div.fb-login-button {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}
.registration-page div.g-signin2 {
  width: auto;
}
.registration-page div.g-signin2 .abcRioButton {
  height: 40px !important;
  padding: 0 5px;
}
.registration-page div.g-signin2 .abcRioButtonContents {
  line-height: 40px !important;
}
.profile-page {
  padding-top: 100px;
  min-height: 80vh;
}
@media (max-width: 1200px) {
  .profile-page.extend-profile #pills-tabContent {
    padding-top: 320px;
  }
}
@media (max-width: 1200px) {
  .profile-page {
    padding-top: 0;
  }
  .profile-page .alert {
    margin-top: 0 !important;
  }
  .profile-page a.user-logout-btn {
    top: 290px;
  }
}
@media (max-width: 576px) {
  .profile-page #profile-form label {
    text-align: left !important;
  }
  .profile-page #profile-form .w-50 {
    width: 100% !important;
  }
}
.profile-page p.profile-info-ticket {
  color: #046464;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .profile-page p.profile-info-ticket {
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  .profile-page #season-tickets,
  .profile-page #cards-sheet {
    margin-top: 25px;
  }
}
.profile-page #pills-tabContent {
  margin: 40px 0;
}
@media (max-width: 1200px) {
  .profile-page #pills-tabContent {
    padding-top: 280px;
  }
}
@media (max-width: 1200px) {
  .profile-page #pills-tab.extend-pills {
    height: 312px;
  }
}
.profile-page #pills-tab .nav-link {
  background: none;
  border: none;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  padding: 0.5rem 2rem;
}
.profile-page #pills-tab .nav-link.active {
  color: #0c8888;
}
@media (max-width: 1200px) {
  .profile-page #pills-tab .nav-link.active {
    color: #FFF;
  }
}
.profile-page #pills-tab .nav-link:after {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #000;
  height: 80%;
  top: 5px;
  right: 0;
  transform: rotate(30deg);
}
@media (max-width: 1200px) {
  .profile-page #pills-tab li.nav-item {
    display: block;
    width: 100%;
  }
  .profile-page #pills-tab li.nav-item .nav-link:after {
    display: none;
  }
}
.profile-page #pills-tab li:last-child .nav-link:after {
  display: none;
}
@media (min-width: 1200px) {
  .profile-page #pills-tab li:first-child .nav-link {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .profile-page #pills-tab {
    height: 280px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: #0c8888;
    display: block;
    padding-top: 90px;
  }
}
#purchased-tickets .ticket-performance-name,
#reserved-tickets .ticket-performance-name {
  color: #046464;
  font-weight: bold;
  font-size: 26px;
}
#purchased-tickets .ticket-performance-venue,
#purchased-tickets .ticket-performance-date,
#reserved-tickets .ticket-performance-venue,
#reserved-tickets .ticket-performance-date {
  font-size: 18px;
  color: #0c8888;
  font-weight: bold;
}
@media (max-width: 768px) {
  #purchased-tickets .ticket-performance-venue,
  #purchased-tickets .ticket-performance-date,
  #reserved-tickets .ticket-performance-venue,
  #reserved-tickets .ticket-performance-date {
    margin: 0;
  }
}
#purchased-tickets .ticket-details,
#reserved-tickets .ticket-details {
  color: #888888;
  font-size: 18px;
}
#purchased-tickets .ticket-details p,
#reserved-tickets .ticket-details p {
  margin: 0;
}
@media (max-width: 768px) {
  #purchased-tickets .ticket-details p,
  #reserved-tickets .ticket-details p {
    margin: 15px 0 35px 0;
  }
}
#purchased-tickets .pti-row,
#reserved-tickets .pti-row {
  padding: 35px;
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 768px) {
  #purchased-tickets .pti-row,
  #reserved-tickets .pti-row {
    padding: 30px 10px;
  }
}
#purchased-tickets .t-print-icon img,
#reserved-tickets .t-print-icon img {
  width: 24px;
  margin: 0 10px 0 0;
}
#purchased-tickets .t-list,
#reserved-tickets .t-list {
  margin-bottom: 30px;
}
#purchased-tickets a.st-title,
#reserved-tickets a.st-title {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #0c8888;
  text-align: center;
}
#purchased-tickets a.st-title.card-title-profil,
#reserved-tickets a.st-title.card-title-profil {
  font-size: 28px;
  margin-bottom: 10px;
}
#purchased-tickets p.st-validity,
#reserved-tickets p.st-validity {
  text-align: center;
  font-weight: bold;
  margin: 15px 0;
}
#purchased-tickets p.st-validity span,
#reserved-tickets p.st-validity span {
  display: block;
}
#purchased-tickets p.st-validity.card-profil-data,
#reserved-tickets p.st-validity.card-profil-data {
  line-height: 26px;
}
#purchased-tickets p.redeem-events,
#reserved-tickets p.redeem-events {
  text-align: center;
  font-weight: bold;
  margin: 15px 0;
}
#purchased-tickets p.redeem-events a,
#reserved-tickets p.redeem-events a {
  color: #0c8888;
}
#purchased-tickets a.redeemed-items,
#reserved-tickets a.redeemed-items {
  color: #0c8888;
}
#purchased-tickets p.redeemed-items-p,
#reserved-tickets p.redeemed-items-p {
  margin: 0;
}
#purchased-tickets .st-item,
#reserved-tickets .st-item {
  position: relative;
  margin: 10px 0;
  padding: 0;
}
#purchased-tickets .st-item .sti-cont,
#reserved-tickets .st-item .sti-cont {
  background: rgba(255,255,255,0.9);
  position: relative;
  z-index: 3;
  padding: 30px 0;
}
#purchased-tickets .st-item .sti-cont img,
#reserved-tickets .st-item .sti-cont img {
  width: 20%;
}
@media (max-width: 576px) {
  #purchased-tickets .st-item .sti-cont img,
  #reserved-tickets .st-item .sti-cont img {
    width: 75%;
  }
}
#purchased-tickets .st-item a,
#purchased-tickets .st-item p,
#reserved-tickets .st-item a,
#reserved-tickets .st-item p {
  z-index: 100;
  position: relative;
}
#purchased-tickets .st-img-p,
#reserved-tickets .st-img-p {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .add-season-ticket-form .w-50 {
    width: 100% !important;
  }
  .add-season-ticket-form label {
    text-align: left !important;
    padding: 6px 0;
  }
  .add-season-ticket-form label,
  .add-card-form label {
    padding: 6px 0;
  }
}
