body {
  border-left: 10px solid var(--primary);
  font-family: 'Metropolis Regular';
  background: url("/assets/img/ARPA-ProfileIllo.jpg"), var(--primary);
  color: #333333;
}

.arpa-main {
  width: 100%;
  padding-bottom: 100px;
  min-height: 100vh;
  max-width: 1600px;
  background: white;
  animation: loginFormSlide 1s cubic-bezier(0.42, 0.13, 0.2, 1);
}

.arpa-main-login {
  width: 100%;
  overflow-y: auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  max-width: 600px;
  background: white;
  height: 100vh;
  animation: loginFormSlide 1s cubic-bezier(0.42, 0.13, 0.2, 1);
}

.arpa-main-setup {
  width: 100%;
  overflow-y: auto;
  max-width: 1200px;
  background: white;
  height: 100vh;
  animation: loginFormSlide 1s cubic-bezier(0.42, 0.13, 0.2, 1);
}

@media (max-height: 899px) {
  .arpa-main {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

@media (max-height: 899px) {
  .arpa-main-login {
    padding-top: 50px;
    align-items: flex-start;
    align-content: start;
    padding-bottom: 50px;
  }
}

@media (max-height: 899px) {
  .arpa-main-setup {
    padding-top: 25px;
    align-items: flex-start;
    align-content: start;
    padding-bottom: 50px;
  }
}

.arpa-main-login img {
  position: absolute;
  top: 25px;
  left: 40px;
  width: 80px;
  animation: fadeIn 2s linear;
}

@media (max-height: 900px) {
  .arpa-main-login img {
    position: initial;
    margin-bottom: 20px;
  }
}

.arpa-main-login > div {
  width: 70%;
}

.arpa-main-setup > div {
  width: 70%;
}

.crumbs {
  width: 100%;
  height: 100px;
  display: flex;
  margin-bottom: 40px;
}

h3, .h3 {
  font-family: 'Arno Pro';
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-style: italic;
  color: var(--gray-dark);
  margin-bottom: 0px;
}

h1, .h1 {
  font-family: 'Arno Pro';
  font-size: 62px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-style: italic;
  color: var(--primary);
  margin-bottom: 0px;
}

@media (max-width: 568px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h6, .h6 {
  font-family: 'Metropolis Regular';
  color: var(--dark);
  font-size: 15px;
}

form .form-group {
  padding-top: 20px;
  padding-bottom: 20px;
}

form .form-group select.form-control {
  border-radius: 0px;
  border: 1px solid var(--dark);
  padding-top: 1px;
  padding-bottom: 3px;
  font-size: 20px;
}

form .form-group input.form-control {
  border-radius: 0px;
  border: 1px solid var(--dark);
  padding-top: 1px;
  padding-bottom: 3px;
  font-size: 20px;
}

form .form-group input.form-control:focus {
  border: 1px solid var(--primary);
  outline: none;
  box-shadow: none;
}

form .form-group label {
  font-family: 'Metropolis Semi Bold';
  margin-top: 30px;
  color: var(--dark);
}

.createAccountLink {
  margin-top: 20px;
}

@keyframes loginFormSlide {
  0% {
    transform: translateX(-700px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.loginButton {
  margin-top: 50px;
}

@keyframes fadeToRed {
  0% {
    color: var(--gray);
    transform: rotateZ(0deg);
  }
  20% {
    color: #e0762a;
  }
  30% {
    transform: rotateZ(-4deg);
  }
  80% {
    transform: rotateZ(0deg);
    color: var(--primary);
  }
}

.showToggle {
  display: block;
  color: var(--gray);
  text-align: right;
  height: 0px;
  user-select: none;
  transform: translateY(-29px);
  cursor: pointer;
}

.arpa-main-login::-webkit-scrollbar-thumb {
  background: var(--primary);
}

.arpa-main-setup::-webkit-scrollbar-thumb {
  background: var(--primary);
}

.arpa-main-login::-webkit-scrollbar {
  width: 5px;
  background: var(--gray);
}

.arpa-main-setup::-webkit-scrollbar {
  width: 5px;
  background: var(--gray);
}

.crumbs > div:first-child {
  padding-left: 20px;
  padding-right: 20px;
}

.crumbs > div:last-child {
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid var(--gray);
}

.crumbLinks {
  font-family: 'Metropolis Semi Bold';
  margin-top: 30px;
  color: var(--dark);
}

.crumbLinks a {
  color: var(--dark);
}

.crumbLinks a.currentPage {
  color: var(--gray);
}

.arpa-main-setup .form-group {
  max-width: 500px;
  margin: auto;
}

.arpa-main-setup .form-body {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  width: 100%;
  height: fit-content;
}

.profilePhoto {
  object-fit: cover;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: block;
  animation: FloatUpDown 5s linear infinite;
  cursor: pointer;
}

.arpa-seperator-w-text {
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
}

.arpa-seperator-w-text span {
  position: relative;
  background: white;
  font-size: 25px;
  color: var(--gray);
  top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: 'Metropolis Regular';
}

.forgotLink {
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
}

.forgotLink a {
  color: var(--gray);
  text-decoration: underline;
}

.nav-item {
  display: flex;
  margin-left: 2%;
  margin-right: 2%;
  height: 100%;
  align-items: center;
  border-bottom: 2px solid transparent;
  transform: translateY(2px);
}
.nav-link{
  padding-bottom: 10px;
}

@media (max-width: 992px) {
  .nav-item {
    margin-left: 1px;
    margin-right: 1px;
  }
}

@media (max-width: 768px) {
  .nav-item {
    text-align: center;
    margin-right: 1px;
    display: block;
  }
}

.nav-item.float-right {
  margin-left: auto;
}

@media (max-width: 768px) {
  .nav-item.float-right {
    margin-left: 0px;
  }
}

.navbar-brand {
  margin-left: 0rem;
  margin-right: 0rem;
}

.navbar-nav .nav-item > .nav-link.active {
  color: var(--primary);
}

.navbar-nav .nav-item > .nav-link {
  color: var(--dark);
  font-family: 'Metropolis Semi Bold';
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

@media (max-width: 1260px) {
  .navbar-nav .nav-item > .nav-link {
    color: var(--dark);
    font-family: 'Metropolis Regular';
    letter-spacing: 0.01em;
    font-size: 13px;
    margin: auto;
    text-transform: uppercase;
  }
}

@media (max-width: 992px) {
  .navbar-nav .nav-item > .nav-link {
    color: var(--dark);
    font-family: 'Metropolis Regular';
    letter-spacing: 0.01em;
    font-size: 13px;
    width: 100%;
    text-transform: uppercase;
  }
}

.nav-item.float-right img {
  object-fit: cover;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid var(--primary);
  margin-right: 7px;
}

.nav-item:hover {
  border-bottom: 2px solid var(--primary);
  animation: navItemHover 1s linear;
}

@keyframes navItemHover {
  0% {
    border-bottom: 2px solid var(--dark);
    color: var(--dark);
  }
  25% {
    border-bottom: 2px solid var(--indigo);
    color: var(--indigo);
  }
  50% {
    border-bottom: 2px solid var(--orange);
    color: var(--orange);
  }
  100% {
    border-bottom: 2px solid var(--primary);
    color: var(--primary);
  }
}

.container {
  padding-left: 10px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.profileWelcomeBanner {
  display: flex;
}

.profileWelcomeBanner > div {
  padding-top: 7px;
  padding-left: 25px;
}

.postsMain {
  padding-top: 40px;
}

.actionPost {
  display: flex;
  min-height: 180px;
  padding-top: 16px;
  /*background: red;*/
  box-shadow: 1px 1px 9px var(--dark);
  margin-top: 20px;
}

.uiBox {
  min-height: 180px;
  padding-top: 16px;
  padding: 25px;
  box-shadow: 1px 1px 9px var(--dark);
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.uiTile {
  display: block;
  min-height: 180px;
  padding-top: 16px;
  padding: 25px;
  box-shadow: 1px 1px 9px var(--dark);
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

@media (max-width: 590px) {
  .actionPost {
    padding-top: 40px;
  }
}

.actionPost > div:first-child img {
  margin-top: 20px;
  width: 100px;
  animation: actionIconFloat 5s linear infinite;
}

.actionPost > div:first-child img.profilePic {
  margin-top: 20px;
  width: 100px;
  height:100px;
  border-radius: 100%;
  object-fit: cover;
  animation: actionIconFloat 5s linear infinite;
}

.actionPost > div:first-child {
  width: 200px;
  display: flex;
  align-items: start;
  justify-content: center;
}

@media (max-width: 768px) {
  .actionPost > div:first-child {
    width: 120px;
    align-items: center;
  }
}

@media (max-width: 590px) {
  .actionPost > div:first-child {
    width: 56px;
    position: absolute;
    transform: translateY(-12px);
    align-items: center;
  }
}

.actionPost .nameChapterDate a {
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

@media (max-width: 768px) {
  .actionPost > div:first-child img {
    margin-top: -10px;
    width: 60px;
    animation: actionIconFloat 5s linear infinite;
  }
  .actionPost > div:first-child img.profilePic {
    margin-top: -10px;
    width: 60px;
    height:60px;
    animation: actionIconFloat 5s linear infinite;
  }
}

@media (max-width: 590px) {
  .actionPost > div:first-child img {
    margin-top: -10px;
    width: 30px;
    animation: FloatUpDown 5s linear infinite;
  }
  .actionPost > div:first-child img.profilePic {
    margin-top: -10px;
    width: 30px;
    height: 30px;
    animation: FloatUpDown 5s linear infinite;
  }
}

.actionPost .nameChapterDate {
  margin-top: 20px;
  display: block;
  color: var(--gray);
}

.pointsCounter {
  width: 150px;
  height: 150px;
  display: flex;
  border-radius: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .pointsCounter {
    width: 100px;
    height: 100px;
    display: flex;
    border-radius: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .actionPost .pointsCounter {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
  }
}

.bonus .pointsNumber {
  font-family: 'Metropolis Light';
}

.pointsNumber {
  font-size: 39px;
  font-family: 'Metropolis Thin';
  color: var(--primary);
  display: block;
  height: 60px;
}

@media (max-width: 768px) {
  .pointsNumber {
    font-size: 30px;
    font-family: 'Metropolis Thin';
    color: var(--primary);
    display: block;
    height: 40px;
  }
}

@media (max-width: 576px) {
  .actionPost .pointsNumber {
    font-size: 9px;
    font-family: 'Metropolis Thin';
    color: var(--primary);
    display: block;
    height: 9px;
  }
}

.pointsCounter > div {
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .pointsCounter .pointsText {
    text-transform: uppercase;
    font-family: 'Metropolis Medium';
    font-size: 14px;
    letter-spacing: 0.03em;
    color: var(--primary);
  }
}

@media (max-width: 576px) {
  .actionPost .pointsCounter .pointsText {
    text-transform: uppercase;
    font-family: 'Metropolis Light';
    font-size: 7px;
    letter-spacing: 0.01em;
    color: var(--primary);
  }
}

.pointsCounter .plusSign {
  position: absolute;
  left: -25px;
  top: 11%;
  font-size: 60px;
  font-family: 'Metropolis Extra Light';
  color: var(--primary);
}

@media (max-width: 768px) {
  .actionPost .pointsCounter .plusSign {
    position: absolute;
    left: -17px;
    top: 7%;
    font-size: 40px;
    font-family: 'Metropolis Extra Light';
    color: var(--primary);
  }
}

@media (max-width: 576px) {
  .actionPost .pointsCounter .plusSign {
    position: absolute;
    left: -8px;
    top: 7%;
    font-size: 15px;
    font-family: 'Metropolis Extra Light';
    color: var(--primary);
  }
}

.actionPost > div:last-child {
  float: right;
  margin-left: auto;
  margin-right: 16px;
  position: relative;
}

@media (max-width: 590px) {
  .actionPost > div:last-child {
    width: 56px;
    position: absolute;
    transform: translateY(-29px);
    right: -20px;
    align-items: center;
  }
}

.circle__box {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0px;
}

@media (max-width: 768px) {
  .circle__box {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0px;
  }
}

@media (max-width: 576px) {
  .actionPost .circle__box {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
  }
}

.circle__wrapper {
  width: 75px;
  height: 150px;
  position: absolute;
  top: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .circle__wrapper {
    width: 50px;
    height: 100px;
    position: absolute;
    top: 0;
    overflow: hidden;
  }
}

@media (max-width: 576px) {
  .actionPost .circle__wrapper {
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    overflow: hidden;
  }
}

.circle__wrapper--right {
  right: 0;
}

.circle__wrapper--left {
  left: 0;
}

.circle__whole {
  width: 150px;
  height: 150px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transform: rotate(-135deg);
}

@media (max-width: 768px) {
  .circle__whole {
    width: 100px;
    height: 100px;
    border: 1px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: rotate(-135deg);
  }
}

@media (max-width: 576px) {
  .actionPost .circle__whole {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: rotate(-135deg);
  }
}

.circle__right {
  border-top: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
  right: 0px;
  animation: circleRight 2s cubic-bezier(0, 0, 1, 0.29) forwards;
  animation-delay: 0.5s;
}

.circle__left {
  border-bottom: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
  left: 0px;
  animation: circleLeft 2s cubic-bezier(0, 0, 0, 0.75) forwards;
  animation-delay: 0.5s;
}

@keyframes circleRight {
  0% {
    transform: rotate(-135deg);
  }
  50%, 100% {
    transform: rotate(45deg);
  }
}

@keyframes circleLeft {
  0%, 50% {
    transform: rotate(-135deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}

.actionPost .nameChapterDate > label {
  font-family: 'Metropolis Regular';
  font-size: 14px;
}

@media (max-width: 768px) {
  .actionPost .nameChapterDate > label {
    font-family: 'Metropolis Regular';
    font-size: 9px;
  }
}

.h4, h4 {
  font-family: 'Metropolis Bold';
  font-size: 1.7rem;
}

.h2, h2 {
  font-family: 'Metropolis Bold';
}

@keyframes FloatUpDown {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0px);
  }
}

@media (min-width:978px) {
  .container, .container-md, .container-sm {
    padding-left: 150px;
    margin-left: 0px;
  }
}

@media (min-width:1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 90%;
  }
}

.actionPost > div:nth-child(2) p {
  max-width: 90%;
}

.actionPost > div:nth-child(2) {
  padding-left: 9px;
  padding-right: 18px;
  width: 100%;
  font-size: 15px;
}

@media (max-width: 768px) {
  .actionPost > div:nth-child(2) {
    padding-left: 9px;
    padding-right: 18px;
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .actionPost > div:nth-child(2) h2 {
    font-size: 18px;
  }
}

@media (min-width:768px) {
  .navbar-expand-md .navbar-nav {
    padding-left: 30px;
    width: 100%;
    height: 85px;
    align-items: center;
  }
}

.navbar-nav {
  border-bottom: 1px solid var(--gray-dark);
}

@media (max-width: 768px) {
  .nav-item.float-right img {
    margin: auto;
    width: 30px;
    height: 30px;
  }
}

.navbar-light .navbar-toggler {
  color: var(--primary);
  border-color: transparent;
}

.subscriptionItem {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}

.subscriptionItem img {
  width: 50px;
  vertical-align: middle;
}

.subscriptionItem .switch {
  float: right;
}

.subscriptionItem h4 {
  width: 70%;
  padding-left: 1%;
}

.subscriptionList > div:first-child {
  border-right: 1px solid gray;
}

.pointsRow > div {
  padding-left: 22px;
  padding-right: 22px;
}

.pointsBox img {
  width: 125px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.pointsBox h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 25px;
}

.pointsBox hr {
  width: 59%;
  height: 1px;
  background: var(--gray-dark);
  border: none;
  margin-top: 40px;
  margin-bottom: 40px;
}

.pointsBox{

  min-height: 700px;

}

.pointsCounterParent {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pointsText {
  color: var(--primary);
  font-family: 'Metropolis Bold';
  letter-spacing: 0.6em;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.bonusPointNotification {
  position: absolute;
  z-index: 99;
  right: 0px;
  transform: translate3d(16px,-46px,0px);
  width: 100px;
  height: 100px;
  box-shadow: 1px 1px 5px #333333;
  border-radius: 100%;
  border: 7px solid white;
  padding: 8px;
  background: url("/assets/img/Asset%206.png") center / contain no-repeat, white;
  overflow: hidden;
}

@media (max-width: 576px) {
  .bonusPointNotification {
    transform: translate3d(-8px, -54px, 0px);
  }
}

.bonus .circle__left {
  border-bottom: 1px solid #ef722b;
  border-left: 1px solid #d92318;
}

.bonus .circle__right {
  border-top: 1px solid #76d62a;
  border-right: 1px solid #2393d2;
}

@keyframes shine {
  30% {
    opacity: 1;
    top: 0%;
    left: 0%;
    transition-property: left, top, opacity;
  }
  100% {
    opacity: 0;
    top: 60%;
    left: 50%;
    transition-property: left, top, opacity;
  }
}

.bonusPointNotification:after {
  animation: shine 3s linear infinite;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: -136%;
  left: -210%;
  width: 150%;
  height: 175%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient( to right, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.9) 100% );
}

.uiTileInner {
  position: relative;
  padding-top: 56.27%;
}

.uiTileInner > div {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.uiTile:hover {
  background: var(--primary);
  animation: tileHover 0.5s linear;
  color: white;
}

@keyframes tileHover {
  0% {
    transform: scale(1.0);
    background: white;
  }
  30% {
    transform: scale(1.02);
    background: var(--orange);
  }
  100% {
    transform: scale(1);
    background: var(--primary);
  }
}

.uiTile .fa, .uiTile img {
  display: block;
  width: 100px;
  text-align: center;
  font-size: 100px;
  margin: auto;
}

.uiTile span {
  color: var(--gray-dark);
  font-family: 'Metropolis Bold';
  display: block;
  margin-top: 20px;
  text-align: center;
}

.uiTile:hover span {
  color: white;
}

.uiTile:hover img {
  filter: brightness(15);
}

.eventDetails p{
  background: transparent !important;
}


.profilePoints h4 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 2px;
}

.profilePoints h6 {
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 2px;
}

.profilePoints {
  margin-top: 20px;
}

@media (max-width: 576px) {
  .profilePoints .profilePhoto {
    width: 75px;
    height: 75px;
    margin: auto;
  }
}

.leaderboard {
  min-height: 180px;
  padding-top: 16px;
  box-shadow: 1px 1px 9px var(--dark);
  margin-top: 50px;
  padding-bottom: 100px;
  padding-top: 30px;
}

@media (max-width: 800px) {
  .leaderboard {
    min-height: 180px;
    padding-top: 16px;
    box-shadow: 1px 1px 9px var(--dark);
    margin-top: 50px;
    padding-bottom: 50px;
    padding-top: 30px;
  }
}

.leaderboard > img:first-child {
  width: initial;
  height: initial;
  display: block;
  margin: auto;
}

.leaderboard h2 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.leaderboard .fiveStars i {
  margin: 10px;
}

.leaderboard .fiveStars {
  font-size: 19px;
  color: var(--primary);
  text-align: center;
}

.leaderboard .standings small {
  color: var(--primary);
  display: block;
  margin-left: 20px;
  margin-bottom: 10px;
}

.leaderboard .standings .listItem.winning {
  background: red;
  color: white;
  font-size: 19px;
  padding: 20px;
  padding-left: 5%;
  padding-right: 5%;
  width: 105%;
  transform: translateX(-2.5%);
}

.leaderboard .standings .listItem.you {
  border-left: 5px solid #333333;
  font-weight: bold;
}

@media (max-width: 1300px) {
  .leaderboard .standings .listItem.winning {
    font-size: 12px;
    padding: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (max-width: 450px) {
  .leaderboard .standings .listItem.winning {
    font-size: 10px;
    padding: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.leaderboard .standings .listItem {
  font-size: 18px;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333333;
  width: 100%;
}

@media (max-width: 1300px) {
  .leaderboard .standings .listItem {
    font-size: 12px;
    padding: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (max-width: 800px) {
  .leaderboard .standings .listItem {
    font-size: 10px;
    padding: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (max-width: 450px) {
  .leaderboard .standings .listItem {
    font-size: 8px;
    padding: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.listItem .liNumber {
}

.listItem.winning .liName{
  color:white;
}

.listItem .liName {
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 10px;
  color:initial;
}

@media (max-width: 450px) {
  .listItem .liName {
    margin-left: 4px;
    margin-right: 3px;
  }
}

@media (min-width: 450px) {
  .listItem .liName {
    text-transform: uppercase;
    margin-left: 15px;
    margin-right: 10px;
  }
}

.listItem .liChapter {
  color: lightgray;
  margin-right: 15px;
}

@media (max-width: 450px) {
  .listItem .liChapter {
    font-size: 8px;
    margin-left: 1px;
  }
}

.listItem .liKing {
  width: 45px;
}

@media (max-width: 1300px) {
  .listItem .liKing {
    width: 21px;
  }
}

.listItem .pointsNumber {
  color: #ff0000;
  float: right;
  font-size: 18px;
  padding: 0px;
  height: fit-content;
}

@media (max-width: 450px) {
  .listItem .pointsNumber {
    color: #ff0000;
    float: right;
    font-size: 12px;
    padding: 0px;
    height: fit-content;
  }
}

.listItem.winning .pointsNumber {
  font-size: 25px;
  color: white;
}

@media (max-width: 1300px) {
  .listItem.winning .pointsNumber {
    font-size: 16px;
    color: white;
  }
}

@media (max-width: 450px) {
  .listItem.winning .pointsNumber {
    font-size: 16px;
    font-weight: bold;
    color: white;
  }
}

.threeDots {
  text-align: center;
  font-size: 10px;
  display: block;
  cursor: pointer;
  color: var(--gray);
  margin-top: 15px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}

@media (max-width: 800px) {
  .threeDots {
    font-size: 5px;
    margin-top: 8px;
    margin-bottom: -2px;
  }
}

.leaderboard .standings .scrollable::-webkit-scrollbar {
  width: 6px;
  background: #787878;
}

.leaderboard .standings .scrollable::-webkit-scrollbar:hover {
  background: var(--primary);
}

.leaderboard .standings .scrollable {
  max-height: 600px;
  overflow-y: auto;
  width: 100%;
}

.threeDots i {
  margin: 10px;
}

.prizePane {
  margin-top: 50px;
  padding: 15px;
  background: #f9f9f9;
  box-shadow: 2px 2px 10px rgba(150,150,150,0.9);
}

.prizePane h2 {
  text-align: center;
}

.prizePane h5 {
  color: var(--primary);
  text-align: center;
  margin-top:25px;
}

.eventDetails p {
  background: transparent !important;
}


.eventHeader {
  padding: 0px;
}

.eventHeader div {
  text-align: center;
}

.eventHeader img {
  margin-bottom: 75px;
  margin-top: 70px;
  width: 100%;
}

.liveHeading, .liveHeading a {
  color: #eb2939;
  text-decoration: none;
}

.liveHeading a:hover {
  color: var(--bs-orange);
  text-decoration: underline;
}

.arpa-event-card:hover {
  cursor: pointer;
  color:var(--primary);
  text-decoration: none;
}

.arpa-event-card {
  width: 100%;
  padding: 6px;
  color:#333333;
  text-decoration: none;
}

.arpa-event-card-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.arpa-event-card.size-1x .arpa-event-card-img {
  height: 220px;
}

.arpa-event-card h6 {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 10pt;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 500;
  word-spacing: 0.016em;
}

.arpa-event-card h5 {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 15pt;
  word-spacing: 0.019em;
  font-weight: bold;
  margin-top: 14px;
}

.arpa-event-card:hover h5 {
  color: var(--red);
}


.prizeCard {
  margin: 0px;
  padding: 10px;
  background: #ffffff;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.prizeCard .row {
  margin: 0px;
  border-bottom: 1px solid #d2d2d2;
}

.prizeCard .fa {
  font-size: 30px;
}

.prizeCard label {
  font-size: 12px;
}

.prizeCard img {
  width: 75%;
  margin: auto;
  display: block;
  margin-bottom: 10px;
}


.btn-warning {
  background: #e7a413;
}

.btn-info {
  background: #117a8b;
}

.clubCard{
  margin:20px;
}

.selectActionItem {
  overflow-y: auto;
  height: 300px;
  background: #333;
  width: 100%;
}

.actionItemListing {
  min-height: 30px;
  background: white;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #333;
  cursor:pointer;
}

.actionItemListing > .form-row {
  margin: 0;
}

.actionItemListing img {
  height: 33px;
  display: block;
  margin: auto;
}

.actionItemListing .form-row > div {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.actionItemListing h6 {
  margin: 0px;
  font-weight: bold;
  color: var(--primary);
}

.actionItemListing:nth-child(odd) {
  background-color: #fff0f0;
}