*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-1\/2 {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.m-0 {
  margin: 0px;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-20 {
  height: 5rem;
}

.h-4 {
  height: 1rem;
}

.h-52 {
  height: 13rem;
}

.h-9 {
  height: 2.25rem;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.h-screen {
  height: 100vh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1\/2 {
  width: 50%;
}

.w-10 {
  width: 2.5rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-9 {
  width: 2.25rem;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-screen {
  width: 100vw;
}

.w-3\/4 {
  width: 75%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-auto {
  width: auto;
}

.w-11\/12 {
  width: 91.666667%;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-4 {
  border-width: 4px;
}

.border-\[\#472D2C\] {
  --tw-border-opacity: 1;
  border-color: rgb(71 45 44 / var(--tw-border-opacity, 1));
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-\[\#1e1111\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 17 17 / var(--tw-bg-opacity, 1));
}

.bg-\[\#281716\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 23 22 / var(--tw-bg-opacity, 1));
}

.bg-\[\#392422\] {
  --tw-bg-opacity: 1;
  background-color: rgb(57 36 34 / var(--tw-bg-opacity, 1));
}

.bg-\[\#392422\]\/60 {
  background-color: rgb(57 36 34 / 0.6);
}

.bg-\[\#472D2C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(71 45 44 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F1BB53\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 187 83 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F26D0F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 109 15 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F9CBAB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 203 171 / var(--tw-bg-opacity, 1));
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-none {
  background-image: none;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-indigo-500 {
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#F6E6C6\] {
  --tw-gradient-from: #F6E6C6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 230 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-white {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-pink-600 {
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}

.to-\[\#FFDEA1\] {
  --tw-gradient-to: #FFDEA1 var(--tw-gradient-to-position);
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.italic {
  font-style: italic;
}

.text-\[\#C3C3C3\] {
  --tw-text-opacity: 1;
  color: rgb(195 195 195 / var(--tw-text-opacity, 1));
}

.text-\[\#F53A3D\] {
  --tw-text-opacity: 1;
  color: rgb(245 58 61 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-transparent {
  color: transparent;
}

.text-\[\#F26D0F\] {
  --tw-text-opacity: 1;
  color: rgb(242 109 15 / var(--tw-text-opacity, 1));
}

.placeholder-white\/30::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}

.placeholder-white\/30::placeholder {
  color: rgb(255 255 255 / 0.3);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.\!ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body {
  background-color: #281716;
}

.page-center {
  float: none !important;
  margin: 0 auto !important;
  width: 95% !important;
}

@media (min-width: 768px) {
  .page-center {
    width: 90% !important;
  }
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 100%;
}

#app,
body {
  margin: 0;
  /* background-color: #000101; */
  background: url('https://cdn-web-2.ruangguru.com/landing-pages/assets/47e5563a-5382-4ae3-b1ef-76a54e42b019.png?convert=webp');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #e8ecf4;
  font-family: "Bai Jamjuree";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

small.university {
  font-size: 10px;
}

h2 {
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.25;
}

a {
  color: white;
  text-decoration: none;
}

input {
  background: linear-gradient(180deg, #000, #713A16);
  border: #EC954D 1px solid;
  color: #e8ecf4;
  padding: 12px;
  border-radius: 12px;
  /* width: 100%; */
}

input::-moz-placeholder {
  color: #e8ecf4;
  text-align: left;
  opacity: 0.8;
}

input::placeholder {
  color: #e8ecf4;
  text-align: left;
  opacity: 0.8;
}

button {
  background: #f26d0f;
  border: 0;
  padding: 0.8em 2.5rem;
  border-radius: 8.8rem;
  margin-top: 1rem;
  cursor: pointer;
  color: white;
  font-size: 14px;
  font-weight: 700;
}

button:hover {
  background: #f38638;
}

button.secondary {
  background: #fff;
  color: #2c313a;
}

@media (max-width: 600px) {
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(100%);
  }
}

/* Page-specific styles moved from app.html and merged with existing styles */

.container {
  justify-content: center;
}

.hero {
  padding: 4rem 0 0;
}

.hero img {
  max-width: 100%;
}

.intro {
  font-size: 18px;
  text-align: center;
}

.main {
  display: flex;
  justify-content: center;
}

.main-container {
  min-height: 100vh;
  color: white;
  justify-content: center;
  display: flex;
  max-width: 550px;
  width: 100%;
  /* margin: 0 auto; */
  background:
    url("https://cdn-web-2.ruangguru.com/landing-pages/assets/8d337186-6980-486c-b124-aaef3b982879.png"), #281716;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding-top: 1rem;
}

.main-container.solo-yogyakarta {
  background:
    url("https://cdn-web-2.ruangguru.com/landing-pages/assets/9ef68a1a-9650-4595-93bb-8da971e7221f.png"), #281716;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.main-container.surabaya-malang {
  background:
    url("https://cdn-web-2.ruangguru.com/landing-pages/assets/e85f093f-4003-485c-ba0b-3a049122fe93.png"), #281716;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.main-container.palembang-pekanbaru {
  background:
    url("https://cdn-web-2.ruangguru.com/landing-pages/assets/8c5ce814-ee26-4b85-8e91-2f37eb035fe1.png"), #281716;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.main-container.balikpapan-makassar {
  background:
    url("https://cdn-web-2.ruangguru.com/landing-pages/assets/1960448c-5bab-46d3-a114-a51c7941eebc.png"), #281716;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.main-container.bandung-jakarta {
  background:
    url("https://cdn-web-2.ruangguru.com/landing-pages/assets/f9730c9b-833c-459b-ad74-d42442b73033.png"), #281716;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.main-container.bali-lombok {
  background:
    url("https://cdn-web-2.ruangguru.com/landing-pages/assets/8db0d90a-e220-4b3a-bef3-1277c67e9f9f.png"), #281716;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.main.no-packages {
}

.col {
  padding: 1em;
  margin: 0 1em 1em;
  width: 28rem;
  position: relative;
}

.saving {
  opacity: 0.5;
}

.tab {
  background: #4a4d528b;
  border-radius: 4rem;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
  flex-direction: row;
  height: 2.25rem;
}

.tab a {
  display: block;
  width: 50%;
  padding: 0.5rem;
  border-radius: 5rem;
  text-align: center;
}

.tab .active {
  background: #f1bb53;
  color: #000;
  border-radius: 5rem;
}

.title-vote {
  text-align: center;
  margin-bottom: 1rem;
}

.title-vote .gray-text {
  color: #c3c3c3;
}

.input-name {
  text-align: center;
  margin-bottom: 2rem;
}

.input-name input {
  width: 75%;
}

.search-input-wrapper {
  position: relative;
}

.search-container input {
  width: 85%;
  background-color: #0e1c2b;
  padding-left: 35px;
}

.selection {
  background: #112c50;
  border-radius: 1rem;
}

.selection a {
  color: white;
  text-decoration: none;
  display: block;
  width: 2100%;
}

.selection ul {
  list-style-type: none;
  padding: 0;
  height: 26rem;
  overflow-y: scroll;
}

.selection ul li {
  margin-bottom: 0.5em;
  display: flex;
  align-items: flex-start;
  padding: 0.5em 0.3rem;
  position: relative;
}

.selection ul li img {
  border-radius: 10rem;
}

.selection ul li:hover {
  background-color: #0d2340;
  border-radius: 0.5rem;
}

.selected-container {
  padding: 1rem 1rem 1rem 1rem;
}

.selected-container.voted {
  padding: 1rem 0.5rem 2rem 0.5rem;
}

.top.selected-container {
  padding: 0.5rem 0.5rem 2rem 0.5rem;
}

.selected-row {
  display: flex;
  justify-content: center;
}

.participant-name {
  margin-top: -1rem !important;
  line-height: 1.3 !important;
}

.top .selected-row.row-2 {
  height: 8.5rem;
}

.selected-item {
  justify-content: flex-start;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.selected-item .votes-count {
  color: #85d7df;
  font-weight: 700;
}

.selected-item div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1rem;
  height: 70px;
  width: 70px;
  position: relative;
  border-radius: 5rem;
  border: 3px solid #31595a;
}

.selected-item.empty div {
  width: 70px;
  height: 70px;
  border-radius: 5rem;
}

.selected-item.rank-0 div {
  border-color: #f3c72c;
}

.selected-item.rank-1 div {
  border-color: #cae2e3;
  color: #506a6b;
}

.selected-item.rank-2 div {
  border-color: #f9a264;
  color: #506a6b;
}

.selected-item.rank-3 div,
.selected-item.rank-4 div,
.selected-item.rank-5 div {
  border-color: #e7b996;
  color: #506a6b;
}

.selected-item.rank-0 .rank {
  background-color: #f3c72c;
  color: #643819;
}

.selected-item.rank-1 .rank {
  background-color: #cae2e3;
}

.selected-item.rank-2 .rank {
  background-color: #f9a264;
}

.selected-item.rank-3 .rank,
.selected-item.rank-4 .rank,
.selected-item.rank-5 .rank {
  background-color: #e7b996;
}

.rank-number {
  position: absolute;
  top: -10px;
  left: 26px;
  padding: 0 0.2rem;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  color: #673917;
  background-color: #e7b996;
  width: 10px !important;
  height: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rank-number.rank-0 {
  color: #673917;
  background-color: #f2c72c;
}

.rank-number.rank-1 {
  color: #506a6b;
  background-color: #cae2e3;
}

.rank-number.rank-2 {
  color: #643819;
  background-color: #f9a264;
}

.rank-number.rank-3 {
  color: #643819;
  background-color: #e7b996;
}

.rank-number.rank-4 {
  color: #643819;
  background-color: #e7b996;
}

.rank-number.rank-5 {
  color: #643819;
  background-color: #e7b996;
}

.selected {
  min-height: 30rem;
  background: linear-gradient(0deg,
      rgba(17, 44, 80, 0.6) 0%,
      rgba(17, 44, 80, 0.6) 18.5%,
      rgba(17, 44, 80, 0.6) 79.11%,
      rgba(17, 44, 80, 0.6) 96%);
}

.selection img {
  max-width: 58px;
  border-radius: 5rem;
  float: left;
  /* margin-right: 1rem; */
}

.selected img {
  max-width: 70px;
  border-radius: 5rem;
}

.rank {
  position: absolute;
  font-size: 10px;
  background: #112c50;
  width: 18px;
  height: 15px;
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  border-radius: 6px;
  bottom: -8px;
}

.submit,
.link-actions,
.login {
  /* max-width: calc(480px - 1rem); */
  width: 100%;
  text-align: center;
  justify-content: space-evenly;
  /* display: flex; */
  gap: 20px;
}

.submit>.container,
.link-actions>.container,
.login>.container {
  max-width: calc(550px - 1rem);
  margin: 0 auto;
  width: 95%;
}

.login {
  background: url('https://cdn-web-2.ruangguru.com/landing-pages/assets/e465a2a8-0eb4-474e-8a63-59fac084a705.png'),
    linear-gradient(180deg, #47221e, #85441d, #520700);
  background-repeat: no-repeat;
  background-size: 100% auto, 100% 100%;
  background-position: top, center;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  width: 95%;
}

.copy-url {
  background: #112c50;
  border-radius: 0.8rem;
  padding: 0.5em;
  margin-top: 1rem;
  margin-right: 0.5rem;
  max-width: 66%;
  overflow: hidden;
}

.copy-url span {
  display: inline-block;
  white-space: nowrap;
}

.selection .share-info {
  background-color: #283d55;
  background-image: url("https://cdn-web-2.ruangguru.com/landing-pages/assets/8fcc4fbd-4c68-497b-a06e-a4391f8b9337.png");
  background-repeat: no-repeat;
  padding: 0.8rem 0.8rem 0.8rem 4rem;
  border-radius: 0.8rem;
  background-position: -10px -22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.edit {
  display: flex;
  justify-content: center;
  /* margin-bottom: 1rem; */
}

.edit a {
  border: 1px solid white;
  width: 100%;
  padding: 8px 24px;
  border-radius: 99px;
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.leaderboard-title {
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: inherit;
}

.leaderboard-title h2 {
  margin: 0.5rem 0rem;
}

.selection li.voted img {
  position: relative;
  opacity: 0.5;
  border: 4px solid #65c168;
}

.selection li.voted .voted-check {
  position: absolute;
  z-index: 10;
  background-image: url("https://cdn-web-2.ruangguru.com/landing-pages/assets/85c3b5f9-4b0a-4f60-98a3-622a960a12e6.png");
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  left: 24px;
  top: 24px;
}

.selection li.voted .voted-number {
  position: absolute;
  z-index: 10;
  width: 66px;
  height: 66px;
  background-repeat: no-repeat;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.selection li.voted .voted-number p {
  font-size: 20px;
  opacity: 0.5;
  color: white;
}

.participant-detail .name {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.participant-detail .university {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.selection .participant-detail {
  margin-left: 5rem;
}

.make-your-own {
  justify-content: center;
  text-align: center;
  margin-top: 1rem;
  font-family: inherit;
}

.make-your-own .make-your-own-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.make-your-own .link {
  padding-left: 0.5rem;
  font-weight: 700;
  font-size: 14px;
  background-image: url("https://cdn-web-2.ruangguru.com/landing-pages/assets/f5abe28b-a6d0-4777-96a9-a72e4ca5878c.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 1px;
  padding-right: 24px;
  line-height: 18px;
  cursor: pointer;
}

.install-app {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #00000099;
  display: flex;
  justify-content: center;
  z-index: 99;
}

.install-app .container {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  width: 550px;
  position: relative;
  padding: 0.5rem;
  justify-content: space-between;
}

.install-app .container .left {
  display: flex;
  justify-content: left;
}

.install-app a {
  color: #fff;
  width: 75%;
  line-height: 1.3;
}

.install-app img {
  padding-right: 0.5rem;
}

.install-app button {
  font-size: 12px;
  padding: 0.2rem 0.5rem;
  margin: 0;
  width: 175px;
  background-color: #20a4b0;
  font-family: inherit;
}

.non-active-participant {
  opacity: 0.3;
}

.sticky-bottom {
  position: fixed;
  bottom: 0;
  /* left: 0; */
  width: 100%;
  background-color: #112c50;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  padding: 5px 0;
  font-family: inherit;
}

.display-none {
  display: none !important;
}

.lower-margin {
  height: 70px;
}

.class-button {
  color: var(--color-text-text-invert, #fff);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  height: 36px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  width: 140px;
}

.class-button:hover {
  border-radius: 9999px;
  background: var(--prop-pallete-solid-solid-seagreen, #20a4b0);
}

.voting-closed {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 300px;
}

.voting-closed-icon {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.voting-closed-icon img {
  width: 300px;
  height: auto;
  max-width: 100%;
}

.voting-closed-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: white;
  margin-bottom: 0;
}

.voting-closed-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: white;
  max-width: 280px;
}

.make-your-own-link {
  margin-top: 1rem;
}

.make-your-own-link .link {
  padding-left: 0.5rem;
  font-weight: 700;
  font-size: 16px;
  background-image: url("https://cdn-web-2.ruangguru.com/landing-pages/assets/f5abe28b-a6d0-4777-96a9-a72e4ca5878c.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 1px;
  padding-right: 24px;
  line-height: 18px;
  cursor: pointer;
  color: white;
}

@media (min-width: 600px) {
  .banner-header {
    display: flex;
  }
}

.banner-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #00000000;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.banner-header a {
  display: flex;
  justify-content: center;
  width: 100%;
  /* fluid */
  max-width: 550px;
  /* cap */
  padding: 0 0;
  /* gutter on small screens */
}

.banner-header img {
  max-width: 100%;
  max-height: 100%;
  /* fit within 70px */
  -o-object-fit: contain;
     object-fit: contain;
}

/* .inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
  } */

@media (max-width: 600px) {
  .main {
    background-size: 100%;
    padding-top: 3rem;
  }

  .main.no-packages {
    padding: 0 0;
    padding-bottom: 2rem;
    padding-top: 3.5rem;
  }

  .container {
    margin: 0;
    background-size: 100%;
  }

  .hero {
    padding: 2rem 0 0;
  }

  .selected-container {
    padding: 0.5rem 0.5rem 1rem 0.5rem;
    min-height: auto;
  }

  .selected-container.voted {
    padding: 0.5rem 0.5rem 2rem 0.5rem;
  }

  .top.selected-container {
    padding: 0.5rem 0.5rem 2rem 0.5rem;
  }

  .selected-item {
    height: 6rem;
    width: 5.5rem;
    padding: 0.5rem 0.7rem;
  }

  .selected-item div {
    height: 70px;
    width: 70px;
    margin: 0 0.5rem;
  }

  .selected img {
    max-width: 70px;
  }

  .voting-closed-icon img {
    width: 250px;
    height: auto;
    max-width: 100%;
  }

  .selected-item h4 {
    font-size: 12px;
    padding-top: 0.5rem;
  }

  .selected-item small {
    font-size: 10px;
  }

  .top .selected-item {
    height: 6rem;
  }

  .selected {
    min-height: auto;
  }

  .col {
    margin: 0 0 1rem 0;
    width: 90%;
    max-width: 500px;
    font-family: inherit;
    padding: 0.7rem 0.7rem;
  }

  .col.selection {
    margin-bottom: 1rem;
  }
}

/* CTA POPUP */

button {
  margin-top: 0;
}

.countdown-container {
  background: url("https://cdn-web-2.ruangguru.com/landing-pages/assets/7d110375-be99-4cbd-95b1-e35e6b386633.png");
  height: 43px;
  background-repeat: no-repeat;
  z-index: 10;
  position: relative;
  bottom: -20px;
  left: -8px;
  display: flex;
  align-items: center;
}

.countdown-container span {
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  color: white;
  margin-left: 2rem;
}

.title-container {
  color: white;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

.description-container {
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: white;
  padding-bottom: 12px;
}

.inner-container-popup {
  background: url("https://cdn-web-2.ruangguru.com/landing-pages/assets/6e2b7ec8-393f-462a-aa45-4eee393c0314.png"),
    linear-gradient(180deg, #47221D 0%, #85431d 50%, #47221D 100%);
  padding: 1.25rem .75rem .75rem .75rem;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

.phone-number-container {
  height: 36px;
  background-color: white;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 6px 6px 12px;
}

.phone-number-container input {
  background: white;
}

.country-code-container {
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  margin-left: -4px;
  z-index: 1000;
  color: black;
}

.cta-container {
  background: #f26d0f;
  color: white;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  padding: 0rem 1rem;
  height: 36px;
  display: flex;
  align-items: center;
  border-radius: 999px;
  white-space: nowrap;
}

input.phone-number-input {
  background-color: white;
  border: 0;
  color: black;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  height: 16px;
  padding: 0;
  height: 100%;
  margin-right: 0;
  margin-left: 1px;
  /* width: 100%; */
  border-radius: 0;
}

input.phone-number-input::-moz-placeholder {
  color: #00000070;
}

input.phone-number-input::placeholder {
  color: #00000070;
}

input.phone-number-input:focus {
  border: 0;
  outline: 0;
}

/* circle progress bar */

.progress-wrapper {
  width: 70px;
  height: 70px;
  position: relative;
}

.progress-wrapper svg {
  width: 70px;
  height: 70px;
  transform: rotate(-90deg);
}

/* Lingkaran background */

.track {
  fill: none;
  stroke: rgba(255, 255, 255, 0.15);
  /* mirip yang gelap-transparan di gambar */
  stroke-width: 0;
}

/* Lingkaran progress foreground */

.progress {
  fill: none;
  /* stroke: #0A3C97; */
  stroke: white;
  stroke-width: 0;
  stroke-linecap: round;
  stroke-dasharray: 251.2;
  stroke-dashoffset: 251.2;
  transition: stroke-dashoffset 0.6s ease;
}

.second-team .progress {
  /* stroke: #F53A3D; */
  stroke: white;
}

/* Angka tengah */

.label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: white;
  transform: rotate(0deg);
  /* jaga agar teks tidak ikut rotate */
}

.label.rank-1 {
  color: #F2BF5C;
}

.label.rank-2 {
  color: #99B0D5;
}

.label.rank-3 {
  color: #FE9D4D;
}

/* custom */

/* custom */

.card-team {
  position: relative;
  /* background content handled by parent or separate property if needed, checking context: existing code has background on .card-team */
  background: linear-gradient(2deg, #000 1.7%, #713A16 137.04%);
}

.card-team::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  /* border width */
  background: linear-gradient(180deg, #F1BB53, white, #F1BB53);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 10;
}

.card-team.voted {
  color: white !important;
}

.card-team.voted::after {
  padding: 5px;
}

.choice {
  display: none;
}

.voted .choice {
  display: block;
}

.inner-opacity * {
  opacity: 0.6;
}

.inner-opacity.voted * {
  opacity: 1;
}

.card-top-3 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 1.25rem;
  padding-left: 4rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  background: url('https://cdn-web-2.ruangguru.com/landing-pages/assets/d781642f-91e1-491b-8c85-59cc6ca31b87.png'), #472D2C;
  background-position: -1rem, center;
  background-size: auto 140%, cover;
  background-repeat: no-repeat;
}

.placeholder\:text-center::-moz-placeholder {
  text-align: center;
}

.placeholder\:text-center::placeholder {
  text-align: center;
}

.hover\:bg-\[\#d95c06\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 92 6 / var(--tw-bg-opacity, 1));
}

.focus\:border-\[\#F26D0F\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(242 109 15 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

@media (min-width: 768px) {
  .md\:grid {
    display: grid;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }
}