@charset "utf-8";
:root {
  --font-base: "proxima-nova", sans-serif;
  --color-base: #393939;
  --color-white: #fff;
  --color-grey: #e3e7f1;
  --color-purple: #35144f;
  --color-yellow: #ffbf00;
  --style-border: 1px solid rgba(0, 0, 0, 0);
}
html, body {
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
body {
  font-size: 19px;
  font-weight: 400;
  color: var(--color-base);
  overflow-x: hidden;
  background-color: var(--color-grey);
  font-family: var(--font-base);
  font-style: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  padding: 0px 0px;
}
p {
  line-height: 160%;
  margin-bottom: 25px;
  margin: 0;
}
a {
  text-decoration: none;
  outline: none;
}
button, a {
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-size: 100%;
}
.live-wrapper {
  padding: 36px 0 70px 0px;
  background-color: var(--color-grey);
}
.live-wrapper h1 {
  text-align: center;
  color: var(--color-purple);
  text-transform: uppercase;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 10px;
}
.is-en .live-wrapper h1 {
  font-size: 42px;
}
.is-hi .live-wrapper h1 {
  font-size: 42px;
}
.live-wrapper h1 img {
  display: inline-block;
  width: 100%;
  max-width: 420px;
}
.is-hi .live-wrapper h1 img {
  max-width: 292px;
}
.msg span {
  padding: 10px 15px;
  border-radius: 5px;
  background-color: var(--color-white);
  color: var(--color-purple);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  font-weight: 600;
  line-height: 130%;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 17px;
  overflow: hidden;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0px 20px 0px;
}
.row {
  margin: 0px -15px;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.col {
  padding: 0px 15px;
  margin: 20px 0px;
}
.is-party.col {
  padding: 0px 15px;
  margin: 20px 0px;
}
.is-party.is-3 .col {
  width: 33.333%;
}
.is-party.is-4 .col {
  width: 25%;
}
.is-party.is-6 .col {
  width: 16.666%;
}
.col .inner-block {
  background-color: var(--color-white);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.block-header {
  background-color: #ededed;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 38px;
  border: var(--style-border);
}
.is-party .block-header h2 {
  font-size: 20px;
  text-transform: inherit;
  line-height: 36px;
  color: var(--color-white);
  margin: 0;
  padding: 0;
  position: relative;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.is-party .block-body {
  margin-top: 38px;
  position: relative;
  height: auto;
  font-weight: 600;
  font-size: 17px;
  z-index: 99;
}
.is-party .block-body span {
  display: block;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 100%;
  color: var(--color-purple);
  padding: 18px 0px 20px 0px;
}
.total-seat-count {
  text-align: right;
  position: relative;
}
.total-seat-count span {
  color: var(--color-white);
  background-color: var(--color-purple);
  display: inline-block;
  line-height: 100%;
  padding: 6px 13px;
  border-radius: 3px;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 17px;
  white-space: nowrap;
}
.total-seat-count h3{
	position: absolute;
	left: 0;
	top: 0;
	color: #292929;
	font-size: 18px;
	font-weight: 700;
}


.container.live-container {
  margin-top: 4px;
}
.live-wrapper h2 {
  font-size: 26px;
  font-weight: 800;
  color: var(--color-purple);
  line-height: 100%;
  margin: 0 0 10px 0;
  position: relative;
  padding-left: 28px;
  z-index: 99;
}
.live-data {
  border-radius: 5px;
  background-color: var(--color-white);
  color: var(--color-purple);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  font-weight: 600;
  line-height: 130%;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  overflow: hidden;
  display: block;
  position: relative;
  height: 42px;
}
.live-data li {
  display: none;
  height: 42px;
  line-height: 42px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.live-data li.visible {
  display: block;
}
.live-data a {
  color: var(--color-purple);
  text-decoration: none;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0px 15px;
}
.live-data a:hover {
  color: var(--color-purple);
}