@font-face {
  font-family: "HCR Dotum";
  src: url(../../core/font/HANDotum.ttf) format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Revillia";
  src: url(../../core/font/Revillia.woff2) format("woff2"),
    url(../../core/font/Revillia.woff) format("woff"),
    url(../../core/font/Revillia.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "HCR Dotum", Helvetica, Arial, Helvetica, sans-serif;
  background-color: #f5f5f5;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.transaction-id {
    font-family: 'Roboto Mono', monospace;
}

.snowflake {
  color: #fff;
  font-size: 8px;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
}

@keyframes snowflakes-fall {
  0% {
    transform: translateY(0vh);
  }

  100% {
    transform: translateY(110vh);
  }
}

@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(80px);
  }

  100% {
    transform: translateX(0px);
  }
}

.snowflake {
  position: fixed;
  top: -10%;
  z-index: 9999;
  /* still needed for Safari */
  -webkit-user-select: none;
  user-select: none;
  cursor: default;

  animation-name: snowflakes-shake;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

.snowflake .inner {
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: snowflakes-fall;
  animation-play-state: running;
  animation-timing-function: linear;
}

.snowflake:nth-of-type(0) {
  left: 1%;
  animation-delay: 0s;
}
.snowflake:nth-of-type(0) .inner {
  animation-delay: 0s;
}

.snowflake:nth-of-type(1) {
  left: 10%;
  animation-delay: 1s;
}
.snowflake:nth-of-type(1) .inner {
  animation-delay: 1s;
}

.snowflake:nth-of-type(2) {
  left: 20%;
  animation-delay: 0.5s;
}
.snowflake:nth-of-type(2) .inner {
  animation-delay: 6s;
}

.snowflake:nth-of-type(3) {
  left: 30%;
  animation-delay: 2s;
}
.snowflake:nth-of-type(3) .inner {
  animation-delay: 4s;
}

.snowflake:nth-of-type(4) {
  left: 40%;
  animation-delay: 2s;
}
.snowflake:nth-of-type(4) .inner {
  animation-delay: 2s;
}

.snowflake:nth-of-type(5) {
  left: 50%;
  animation-delay: 3s;
}
.snowflake:nth-of-type(5) .inner {
  animation-delay: 8s;
}

.snowflake:nth-of-type(6) {
  left: 60%;
  animation-delay: 2s;
}
.snowflake:nth-of-type(6) .inner {
  animation-delay: 6s;
}

.snowflake:nth-of-type(7) {
  left: 70%;
  animation-delay: 1s;
}
.snowflake:nth-of-type(7) .inner {
  animation-delay: 2.5s;
}

.snowflake:nth-of-type(8) {
  left: 80%;
  animation-delay: 0s;
}
.snowflake:nth-of-type(8) .inner {
  animation-delay: 1s;
}

.snowflake:nth-of-type(9) {
  left: 90%;
  animation-delay: 1.5s;
}
.snowflake:nth-of-type(9) .inner {
  animation-delay: 3s;
}

.snowflake:nth-of-type(10) {
  left: 25%;
  animation-delay: 0s;
}
.snowflake:nth-of-type(10) .inner {
  animation-delay: 2s;
}

.snowflake:nth-of-type(11) {
  left: 65%;
  animation-delay: 2.5s;
}
.snowflake:nth-of-type(11) .inner {
  animation-delay: 4s;
}


input {
  --tw-ring-shadow: 0 0 #000 !important;
}

ul.pagination > li > a {
  padding: 10px 8px;
} 

/* helper */
.revillia {
  font-family: "Revillia", Helvetica, Arial, Helvetica, sans-serif;
}

.pointer {
  cursor: pointer;
}

.txtCenter {
  text-align: center;
}

.txtSize12 {
  font-size: 12px;
}

.txtSize14 {
  font-size: 14px;
}

.txtSize16 {
  font-size: 16px;
}

.txtSize18 {
  font-size: 18px;
}

.txtSize20 {
  font-size: 20px;
}

.txtSize25 {
  font-size: 25px;
}

.txtSize28 {
  font-size: 28px;
}

.txtSize32 {
  font-size: 32px;
}

.txtSize40 {
  font-size: 40px;
}

.txtSize50 {
  font-size: 50px;
}

.line-height-32 {
  line-height: 32px;
}

.txtBold {
  font-weight: 600;
}

.txt-sp-blue {
  color: #11315c;
}

.txt-sp-blue2 {
  color: #28abe3;
}

.bg-primecolor {
  background-color: #0b123d;
}

.bg-darkblue {
  background-color: #11315c;
}

.border-radius-8 {
  border-radius: 8px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-25 {
  border-radius: 25px;
}

.boder-gray {
  border: 1px solid #c1bebe;
}

.w-50px {
  width: 50px;
}

.max-w-100 {
  max-width: 100px;
}

.max-w-120 {
  max-width: 120px;
}

.max-w-500 {
  max-width: 500px;
}

.min-width-80 {
  min-width: 80;
}

.margin-0 {
  margin: 0;
}

.margin-5 {
  margin: 5px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-10-neg {
  margin-top: -10px;
  margin-bottom: 12px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-h-10-force {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.m-0-auto {
  margin: 0 auto;
}

.pad-0 {
  padding: 0;
}

.pad-t-0 {
  padding-top: 0;
}

.pad-10 {
  padding: 10px;
}

.pad-15 {
  padding: 15px;
}

.pad-30 {
  padding: 30px;
}

.pad-h-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pad-v-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-align-center {
  text-align: center;
}

.relative {
  position: relative;
}

.d-none-c {
  display: none;
}

/* Custom Font */

.custom-heading {
  font-family: "Revillia", sans-serif;
  font-weight: bold;
  color: black;
  letter-spacing: 1;
}

/* Override */

.btn-custom-blue {
  background-color: #11315c;
  border-color: #11315c;
  color: white;
}

.btn-custom-blue:hover {
  background-color: #ff9222;
  color: #11315c;
}

.btn-custom-orange {
  background-color: #ff9222;
  border-color: #ff9222;
  color: #11315c;
}

.btn-custom-orange:hover {
  background-color: #11315c;
  color: #ffffff;
}

.select-mod {
  width: 60%;
  margin: 0px auto;
  height: 50px;
}

.select-mod:focus {
  border-color: #11315c;
  box-shadow: 0 4px 8px rgba(17, 49, 92, 0.3), 0 6px 20px rgba(17, 49, 92, 0.2);
}

.select-mod option {
  background-color: #ffffff; /* Default background for options */
  color: #11315c; /* Default text color for options */
}

.jcontent-center {
  justify-content: center;
}

/* helper */

a.candidate-url,
a.event-url {
  text-decoration: none;
}

.candidate-card-voted {
  padding: 20px;
  /* border-radius: 47px; */
  border-radius: 30px;
  border: solid 1px #d8dae5;
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.2);
}

.event-card {
  border-radius: 30px 30px 30px 30px;
  box-shadow: 5px 10px 30px -10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.event-card .event-img {
  height: 100%;
  /* box-shadow: 5px 10px 30px -10px rgba(0, 0, 0, 0.2); */
}

.event-img img {
  border-radius: 20px;
}

.candidate-card,
.rank-candidate-card {
  border-radius: 15px;
  /* border: solid 1px #d8dae5;
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.2); */
}

.candidate-card .candidate-img img,
.rank-candidate-card .candidate-img img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  width: 100%;
}

.banner-height {
  height: 350px;
}

.content-container {
  background-color: #eee;
  margin-bottom: 20px;
}

.title-bar {
  background-image: linear-gradient(to bottom, #0b123d 50%, #0f1853 100%);
  border-bottom: 2px solid #5ba7ff;
}

.content-title-responsive {
  color: #fff;
  font-size: 12px;
  padding: 7px 10px;
  font-weight: 600;
  letter-spacing: 0.75px;
}

.content-title {
  color: #fff;
  font-size: 12px;
  padding: 7px 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.75px;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  width: 80%;
  margin: 0px auto;
}

.separator::before,
.separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #3a9bdc;
}

.separator:not(:empty)::before {
  margin-right: 0.25em;
}

.separator:not(:empty)::after {
  margin-left: 0.25em;
}

.separatorV2 {
  display: flex;
  align-items: center;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  width: 80%;
}

.separatorV2::before,
.separatorV2::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #fff;
}

.separatorV2:not(:empty)::before {
  margin-right: 0.25em;
}

.separatorV2:not(:empty)::after {
  margin-left: 0.25em;
}

.separatorV3 {
  display: flex;
  align-items: center;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  width: 80%;
}

.separatorV3::before,
.separatorV3::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #000;
}

.separatorV3:not(:empty)::before {
  margin-right: 0.25em;
}

.separatorV3:not(:empty)::after {
  margin-left: 0.25em;
}

.single-page-header .container h2.txtBold.txtWhite {
  z-index: 9999;
  display: block;
  position: relative;
  margin-top: 30px;
}

.card-timer {
  background: linear-gradient(to bottom right, #e0e0e0, #ffffff);
  color: black;
  border-radius: 0.4rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3),
    inset 0 -1px 1px rgba(255, 255, 255, 0.4);
  width: 95px;
  margin-right: 10px;
  position: sticky;
  padding: 10px;
  border: 1px solid #d1d1d1;
  background-image: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0.2)
  );
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}

.card-timer .time {
  font-family: Lato, Arial, Gadget, sans-serif;
  font-size: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  margin: 0px auto;
  display: flex;
  color: #000;
}

.payment-btn button.btn {
  flex: 1 1 0px;
}

.sidenav {
  height: 100%;
  width: 320px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow: hidden;
  padding-top: 60px;
  transition: transform 0.5s ease, visibility 0.5s ease;
  z-index: 9999;
  transform: translateX(-100%);
  visibility: hidden;
}

.sidenav a.closebtn {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a.btn-banks {
  max-width: 140px;
  max-height: 60px;
  min-height: 60px;
}

.sidenav a > img {
  max-width: 130px;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

.overlay3 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  transition: opacity 1s;
}

.main-title {
  margin-bottom: 0.5rem;
  text-align: center;
  font-family: "HCR Dotum";
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  &:before,
  &:after {
    content: "";
    display: block;
    margin: 0 0.2rem;
    flex: 1;
  }
}
.wrapper {
  width: 100%;
  margin: auto;
  font-family: "Source Sans Pro", sans-serif;
  @media (max-width: 768px) {
    width: auto;
    padding: 0 0.3rem;
  }
}
input[type="radio"] {
  display: none;
  &:checked + .item {
    .title {
      &:after {
        transform: rotate(180deg);
      }
    }
    .content {
      margin-top: 10px;
      margin-bottom: 10px;
      height: auto;
      opacity: 1;
      visibility: visible;
      transition: all 0.3s, opacity 0.7s;
      padding: 20px;
    }
  }
}
.item {
  display: block;
  margin-bottom: 0;
}
.title {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  &:after {
    content: "\25bc";
    display: inline-block;
    font-size: 12px;
  }
}
.content {
  width: 98%;
  margin: 0 auto;
  padding: 5px;
  line-height: 1.6;
  color: #2e8074;
  border: 1px solid;
  border-width: 0 1px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}

.crown {
  width: 60px !important;
}

.txt-ranking {
  position: absolute;
  top: 14px;
  text-align: center;
  width: 100%;
  left: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
}

.sys-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.sys-show {
  max-height: none;
}

.servicedesc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-body .c-info {
  border: 1px solid #e4e4e4;
}

.hidden-block {
  display: block;
}

.hidden-flex {
  display: none;
}

.hidden-xs {
  display: none;
}

.c-vote-container {
  padding: 30px;
  border-radius: 8px;
}

.pyramid-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.pyramid-row {
  justify-content: center;
  width: 100%;
  margin-bottom: 120px;
  align-items: center;
}

.pyramid-row-1 {
  justify-content: center;
}

.pyramid-row-2 {
  justify-content: space-around;
}

.shimmer {
  color: grey;
  display: inline-block;
  -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right/300%
    100%;
  background-repeat: no-repeat;
  animation: shimmer 2.5s infinite;
}

.lower-rank tr td {
  vertical-align: middle;
  text-align: center;
}

.banner {
  padding: 20px;
  height: 700px;
  display: flex;
  justify-content: center; 
  align-items: center;
  margin: 0 auto;
  background-image: url('../../../assets/Images/slider/slide-01min.png');
  background-repeat: no-repeat; 
  background-size: cover; 
  background-position: center; 
border-bottom-right-radius: 250% 400px;
  border-bottom-left-radius: 0% 0;
}

.banner-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin-top: 40px;
}

.banner-text {
  flex: 1;
  padding: 20px;
}

.banner-image {
  flex: 1;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.banner-section-subtitle {
  color: #ff9222;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px 0px 25px 0px;
}

.banner-section-title {
  color: #ffffff;
  margin: 0px 0px 30px 0px;
  font-family: "Poppins", Sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.1em;
}

.banner-section2-title {
  color: #ffffff;
  margin: -15px 0px 30px 0px;
  font-family: "Poppins", Sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.1em;
}

.banner-description {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0px 0px 0px 0px;
}

.banner-button {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  fill: #ffffff;
  color: #ffffff;
  background-color: #ff9222;
  border-radius: 30px 30px 30px 30px;
  padding: 15px 30px 15px 30px;
}

.banner-button:focus {
  color: #ffffff;
  background-color: #e98015;
}

.Newpreloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #020202;
  z-index: 999999;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #11315c;
  animation: spin 1.7s linear infinite;
  z-index: 11;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #ff9222;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #11315c;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}



@-webkit-keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

.loader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  margin: 0 auto;
  text-align: center;
  width: 74px;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

.candidate-card {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.candidate-card.fade-in {
  opacity: 1;
}

#loader-wrapper {
  opacity: 1;
  transition: opacity 0.5s ease;
}

#loader-wrapper.fade-out {
  opacity: 0;
  pointer-events: none;
}

.history tbody tr:last-child {
  border-bottom: 1px solid #dee2e6;
}

.vote-sale {
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
}

.vote-sale .d-timer {
  display: flex;
}

.vote-sale .d-timer > span {
padding: 5px;
font-size: 12px;
font-weight: 600;
border-radius: 5px;
margin-right: 5px;
width: 24px;
display: flex;
justify-content: center;
}

/* Mobile Only*/
@media (max-width: 767.98px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }

  .container.liquid-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .m-b-xs-15 {
    margin-bottom: 15px;
  }

  .pad-0-xs {
    padding: 0;
  }

  .col-xs-12 {
    width: 100%;
  }

  .flex-column-xs {
    flex-direction: column;
  }

  .text-align-center-xs {
    text-align: center;
  }

  .d-block-xs {
    display: block;
  }

  .hidden-xs {
    display: none;
  }

  .flex-hidden-xs {
    display: none;
  }

  .hidden-flex {
    display: flex;
  }

  .m-t-xs-20 {
    margin-top: 20px;
  }

  .m-0-auto {
    margin: 0 auto;
  }

  .single-page-header {
    background-position: bottom -90px right -165px;
  }

  .sys-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }

  .sys-collapsing {
    overflow: hidden;
    transition: max-height 0.35s ease;
  }

  .card-timer {
    width: 55px;
  }

  .card-timer .time {
    font-size: 30px;
  }

  .pyramid-row {
    margin-bottom: 30px;
  }
}

/* Tablet */
@media (min-width: 768px) {
  .container.liquid-container {
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
    max-width: 100%;
  }

  .sys-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }

  .sys-collapsing {
    overflow: hidden;
    transition: max-height 0.35s ease;
  }

  .pad-h-md-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .candidate-container {
    padding-right: 10px;
  }

  .single-page-header {
    background-position: bottom -90px right -110px;
  }

  .pad-r-10 {
    padding-right: 10px;
  }

  .max-w-318-md {
    max-width: 318px;
  }

  .modal .modal-dialog {
    max-width: 700px;
  }

  .payment-method a.btn-banks {
    max-width: 140px;
    max-height: 60px;
    min-height: 60px;
  }

  .payment-method a > img {
    max-width: 130px;
  }

  .hidden-block {
    display: none; /* Hide the block on tablet and larger screens */
  }

  .hidden-xs {
    display: block; /* Hide the block on tablet and larger screens */
  }

  .flex-hidden-xs {
    display: flex;
  }

  .payment-method {
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .banner-inner {
    flex-direction: column;
    text-align: center;
    margin-top: 90px;
  }

  .banner-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .banner {
    height: auto;
  }

  .banner-section-title {
    font-size: 35px !important;
  }
  .banner-section2-title {
    font-size: 25px !important;
  }
}

/* Desktop or Larger */
@media (min-width: 992px) {
  .single-page-header {
    background-position: unset;
  }

  .container.liquid-container {
    width: auto;
    max-width: 1200px;
  }

  .sys-collapse {
    max-height: 0;
    overflow: visible;
    transition: max-height 0.35s ease;
  }

  .max-width-884 {
    width: 884px;
    margin: 0px auto;
  }
}

/* Header */
.navbar .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 1.1em;
}
.navbar .navbar-nav .nav-link:hover {
  color: #221212;
}

@media only screen and (min-width: 992px) {
  /* .navbar {
    flex-direction: column;
  } */
}

@media only screen and (min-width: 992px) {
  .navbar .nav-item {
    padding: 0em 1em;
  }
}

.sticky-header .navbar-light .navbar-nav .nav-item .nav-link.active {
  background: none;
  color: #ff9222;
}

a.event-url:hover,
a.event-url:focus,
a.event-url:active {
  outline: none; /* Disable the default focus outline */
}

/* 
a.event-url.focusElement {
  border: 2px solid #b59410;
  border-radius: 30px;
  display: block;
} */

a.event-url:hover:before,
a.event-url:focus:before,
a.event-url:active:before
 {
  content: "";
  border: 2px solid #b59410;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); 
}


.form-control {
  border-radius: 5px !important;
}


.discount-ribbon {
  background-color: red;
  color: white; 
  padding: 5px 10px;
  border-radius: 5px; 
  font-weight: bold; 
  position: absolute; 
  top: -10px; 
  right: 10px; 
  z-index: 10; 
  transform: rotate(-10deg);
}



.leaderboard-container {
  position: relative;
}

.leaderboard-button {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.3s ease; 
}

.leaderboard-button:hover {
  transform: scale(1.1); 
}

.leaderboard-window {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 100px;
  width: 450px; 
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  animation: slideIn 0.3s forwards;
  z-index: 9999999; 
}


.content {
  padding: 15px;
}

.close-button {
  background-color: #ff4d4d;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
}


@keyframes slideIn {
  from {
      transform: translateY(20px);
      opacity: 0;
  }
  to {
      transform: translateY(0);
      opacity: 1;
  }
}


@media (max-width: 767.98px) {
  .leaderboard-window {
      width: 100%;
      height: 100%; 
      top: 0; 
      right: 0; 
      border-radius: 0; 
      z-index: 99999;
  }
}


.floating-banner {
height: 120px;
  background-image: url(../../../assets/Images/leaderboard-header.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  padding: 15px 15px;
}

:where([class^="ri-"])::before { content: "\f3c2"; }
         body {
         background-color: #f8f9fa;
         font-family: system-ui, -apple-system, sans-serif;
         }
         .payment-modal {
         background-color: white;
         color: #111827;
         max-width: 800px;
         border: 1px solid #e5e7eb;
         box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
         }
         .payment-option {
         transition: all 0.2s ease;
         }
         .payment-option:hover {
         background-color: rgba(255, 255, 255, 0.05);
         }
         .payment-option.selected {
         background-color: rgba(255, 255, 255, 0.1);
         border-color: #1a56db !important;
         }
         .radio-outer {
         width: 20px;
         height: 20px;
         border-radius: 50%;
         border: 2px solid #6b7280;
         display: flex;
         align-items: center;
         justify-content: center;
         }
         .radio-inner {
         width: 10px;
         height: 10px;
         border-radius: 50%;
         background-color: transparent;
         }
         .selected .radio-outer {
         border-color: #11315c;
         }
         .selected .radio-inner {
         background-color: #11315c;
         }
         .qr-logo {
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         width: 40px;
         height: 40px;
         background-color: white;
         display: flex;
         align-items: center;
         justify-content: center;
         border-radius: 4px;
         }