.pagination {
  max-width: 90vw;
  margin: auto;
  overflow: auto;
  justify-content: initial;
  padding-bottom: 10px; }

.pagination .page-item {
  font-weight: 700;
  font-size: 15px; }

.pagination .page-item > .page-link {
  color: RGB(163, 172, 191);
  border: 0;
  margin: 5px;
  padding: 10px 17px 10px 17px;
  border-radius: 9px; }

.pagination .page-item > .page-link:hover {
  color: #0080FF;
  background-color: RGBA(219, 237, 250, 0.8); }

.pagination .page-item.active > .page-link {
  color: white;
  background-color: #0080FF; }

.pagination .page-item.active > .page-link:hover {
  color: white;
  background-color: #0080FF; }

.event-title .page-title {
  background-color: rgba(219, 237, 250, 0.8);
  height: 340px;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.event-title .page-title .title {
  opacity: 1;
  color: #131d26;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -4px;
  text-align: center;
  line-height: 80px;
  height: 55%;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
  justify-content: center;
  align-items: center; }

.event-title .page-title .title .details {
  font-size: 53px; }

@media only screen and (max-width: 900px) {
  .event-title .page-title .title {
    font-size: 36px;
    text-align: center;
    line-height: 36px;
    letter-spacing: -2px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 200px;
    margin-top: auto; }
  .event-title .page-title .title .details {
    font-size: 30px; } }

.details-container {
  padding: 96px 150px 75px 150px; }

@media only screen and (max-width: 1000px) {
  .details-container {
    padding: 64px 16px; } }

.details-container .bold {
  font-weight: bold; }

.details-container .details-item {
  padding: 15px; }

.details-container .details-item .item-content-wrapper {
  border-bottom: 1px solid RGBA(19, 29, 38, 0.2);
  height: 100%;
  padding-bottom: 11px; }

.details-container .details-item .item-content-wrapper .detail-label {
  text-transform: uppercase;
  opacity: 1;
  color: #a3acbf;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: -0.2px;
  text-align: left;
  line-height: 16px;
  text-transform: uppercase; }

.details-container .details-item .item-content-wrapper .detail-value {
  opacity: 1;
  color: #515c73;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.3px;
  text-align: left;
  line-height: 24px; }

.info-container {
  padding: 0 150px 30px 150px; }

@media only screen and (max-width: 1000px) {
  .info-container {
    padding: 0 16px 64px 16px; } }

.info-container .register-button {
  font-size: 14px;
  color: #0080FF;
  font-weight: bold;
  padding: 12px 36px;
  background-color: rgba(0, 128, 255, 0.1);
  border-radius: 12px;
  text-decoration: none;
  display: inline-block;
  margin-left: auto;
  border: 1px solid white;
  margin-top: 20px; }

.info-container .register-button:hover {
  border: 1px solid #0080FF; }

.info-container .detail-label {
  font-size: 1.25rem;
  font-weight: 500; }

.info-container .table-responsive th {
  text-transform: uppercase;
  opacity: 1;
  color: #a3acbf;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: -0.2px;
  text-align: left;
  line-height: 16px;
  text-transform: uppercase; }

.info-container .table-responsive td {
  opacity: 1;
  color: #515c73;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.3px;
  text-align: left;
  line-height: 24px; }
