<!doctype html>
<html lang="id">
<head>
<!-- Basic Meta Tags -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Language" content="id" />
<!-- Site Info -->
<title>Clash of Champions Season 2: Final Chapter</title>
<meta name="author" content="Ruangguru Tech Team" />
<meta name="publisher" content="PT Ruang Raya Indonesia" />
<meta
name="description"
content="Beli tiket Ruangguru Clash of Champions Season 2: Final Chapter 2025! Nikmati keseruan bareng para finalis, mainkan game eksklusif, dan saksikan penentuan juara kompetisi yang paling ditunggu."
/>
<link rel="shortcut icon" href="https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/favicon60x60-3.png" />
<link rel="canonical" href="https://www.ruangguru.com/event/clash-of-champions/final-chapter" />
<!-- SEO Meta Tags -->
<meta name="robots" content="noindex, nofollow" />
<meta name="google-site-verification" content="VJAn1g6wmtTZPpTXh-B4xoSFEkUi5jcV74xQSr6jnOM" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Clash of Champions Season 2: Final Chapter" />
<meta
property="og:description"
content="Beli tiket Ruangguru Clash of Champions Season 2: Final Chapter 2025! Nikmati keseruan bareng para finalis, mainkan game eksklusif, dan saksikan penentuan juara kompetisi yang paling ditunggu."
/>
<meta property="og:image" content="https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/1%20New%20Icon/rg.png#keepProtocol" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="350" />
<meta property="og:url" content="https://www.ruangguru.com/event/clash-of-champions/final-chapter" />
<!-- Twitter Meta Tags -->
<meta name="twitter:title" content="Clash of Champions Season 2: Final Chapter" />
<meta
name="twitter:description"
content="Beli tiket Ruangguru Clash of Champions Season 2: Final Chapter 2025! Nikmati keseruan bareng para finalis, mainkan game eksklusif, dan saksikan penentuan juara kompetisi yang paling ditunggu."
/>
<meta name="twitter:image" content="https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/1%20New%20Icon/rg.png#keepProtocol" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.css" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.css" />
<!-- Styles -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400..700&display=swap');
/* Utility Classes for Layout */
.container {
width: 90%;
max-width: 1200px;
margin: 0 auto;
}
.flex {
display: flex;
}
.row-reverse {
flex-direction: row-reverse;
}
.hidden {
display: none !important;
}
.stack {
display: flex;
flex-direction: column;
}
.hstack {
display: flex;
flex-direction: row;
}
.w-full {
width: 100%;
}
.w-auto {
width: auto;
}
.flex-1 {
flex: 1;
}
.flex-2 {
flex: 2;
}
.justify-center {
justify-content: center;
}
.align-center {
align-items: center;
}
.self-start {
align-self: flex-start;
}
.self-center {
align-self: center;
}
.grid {
display: grid;
}
.gap-half {
gap: 0.25rem; /* 4px */
}
.gap-1 {
gap: 0.375rem; /* 6px */
}
.gap-2 {
gap: 0.625rem; /* 10px */
}
.gap-3 {
gap: 0.75rem; /* 12px */
}
.gap-4 {
gap: 1rem; /* 16px */
}
.gap-5 {
gap: 1.25rem; /* 20px */
}
.p-1 {
padding: 0.375rem; /* 6px */
}
.p-3 {
padding: 0.75rem; /* 12px */
}
.p-9 {
padding: 2.25rem; /* 36px */
}
.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.text-center {
text-align: center;
}
.text-2xs {
font-size: 8px;
}
.text-xs {
font-size: 10px;
}
.text-sm {
font-size: 12px;
}
.text-md {
font-size: 14px;
}
.text-lg {
font-size: 16px;
}
.text-xl {
font-size: 18px;
}
.text-2xl {
font-size: 20px;
}
.text-3xl {
font-size: 24px;
}
.text-4xl {
font-size: 26px;
}
.text-white {
color: white;
}
.text-gray-200 {
color: #d9d9d9;
}
.text-gray-300 {
color: #959dac;
}
.text-gray-900 {
color: #2c313a;
}
.font-sans {
font-family: 'Space Grotesk', sans-serif;
}
.font-inter {
font-family: Inter, sans-serif;
}
.font-normal {
font-weight: 400;
}
.font-bold {
font-weight: 700;
}
.font-italic {
font-style: italic;
}
.rotate-180 {
transform: rotate(180deg);
}
.radius-8 {
border-radius: 8px;
}
.radius-full {
border-radius: 9999px;
}
.cursor-pointer {
cursor: pointer;
}
/* Responsiveness */
/* Extra Small screens (min-width: 475px) */
@media (min-width: 475px) {
.xs\:flex {
display: flex;
}
}
/* Medium screens (min-width: 768px) */
@media (min-width: 768px) {
.md\:w-auto {
width: auto;
}
.md\:block {
display: block;
}
.md\:flex {
display: flex;
}
.md\:hidden {
display: none;
}
.md\:stack {
display: flex;
flex-direction: column;
}
.md\:gap-3 {
gap: 0.75rem; /* 12px */
}
.md\:gap-4 {
gap: 1rem; /* 16px */
}
.md\:gap-5 {
gap: 1.25rem; /* 20px */
}
.md\:p-9 {
padding: 2.25rem;
}
.md\:hstack {
display: flex;
flex-direction: row;
}
.md\:hidden {
display: none;
}
.md\:grid-cols-2 {
grid-template-columns: repeat(2, 1fr);
}
.md\:text-xs {
font-size: 10px;
}
.md\:text-sm {
font-size: 12px;
}
.md\:text-lg {
font-size: 16px;
}
.md\:text-4xl {
font-size: 26px;
}
}
/* Large screens (min-width: 1024px) */
@media (min-width: 1024px) {
.lg\:p-9 {
padding: 2.25rem;
}
.lg\:grid-cols-2 {
grid-template-columns: repeat(2, 1fr); /* 3 columns for desktops */
}
.lg\:grid-cols-3 {
grid-template-columns: repeat(3, 1fr); /* 3 columns for desktops */
}
}
.desktop-view {
display: block;
}
.mobile-view {
display: none;
}
@media (max-width: 767px) {
.desktop-view {
display: none;
}
.mobile-view {
display: block;
}
}
body {
margin: 0;
-ms-overflow-style: none;
height: 100%;
--container-width: 1200px;
}
* {
font-family: 'Inter';
/* color: white; */
}
.wrapper-profile-login * {
color: black;
}
body {
background-color: #071c35;
}
/* START -- utilities */
.fixed {
position: fixed;
}
.absolute {
position: absolute;
}
.bottom-0 {
bottom: 0px;
}
.z-1 {
z-index: 1;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.mb-0 {
margin-bottom: 0px;
}
.mb-3-cus {
margin-bottom: 0.75rem;
}
.mb-5-cus {
margin-bottom: 1.25rem;
}
.flex {
display: flex;
}
.grid {
display: grid;
}
.hidden {
display: none;
}
.h-40 {
height: 10rem;
}
.h-8 {
height: 2rem;
}
.w-full {
width: 100%;
}
.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));
}
.items-center {
align-items: center;
}
.justify-center {
justify-content: center;
}
.gap-1 {
gap: 0.25rem;
}
.gap-10 {
gap: 2.5rem;
}
.gap-2 {
gap: 0.5rem;
}
.gap-4 {
gap: 1rem;
}
.rounded-full {
border-radius: 9999px;
}
.rounded-lg {
border-radius: 0.5rem;
}
.bg-071C35 {
background-color: #071c35;
}
.bg-F26D0F {
background-color: #f26d0f;
}
.bg-black {
background-color: #000;
}
.bg-no-repeat {
background-repeat: no-repeat;
}
.p-1 {
padding: 0.25rem;
}
.p-3 {
padding: 0.75rem;
}
.px-5-cus {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.py-2-cus {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.py-4-cus {
padding-top: 1rem;
padding-bottom: 1rem;
}
.text-center-cus {
text-align: center;
}
.text-left-cus {
text-align: left;
}
.text-3xl {
/* font-size: 1.875rem; */
font-size: 24px;
line-height: 2.25rem;
}
.text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.font-black {
font-weight: 900;
}
.font-bold {
font-weight: 700;
}
.font-semibold {
font-weight: 600;
}
.text-gray-900 {
color: rgb(67, 67, 67);
}
.text-white {
color: white;
}
.underline {
text-decoration-line: underline !important;
}
* {
font-family: 'Inter';
/* color: white; */
}
.font-bj {
font-family: 'Bai Jamjuree';
}
.page-center {
float: none !important;
margin: 0 auto !important;
max-width: 1200px !important;
width: 90% !important;
}
.ticket {
max-width: 1300px;
margin-left: auto;
margin-right: auto;
}
.venue {
max-width: 1300px;
margin-left: auto;
margin-right: auto;
}
/* .countdown > div > p:nth-child(1) {
margin-bottom: 0px;
font-size: 1.25rem;
line-height: 1.75rem;
font-weight: 600;
font-family: 'Bai Jamjuree';
}
@media (min-width: 768px) {
.countdown > div > p:nth-child(1) {
font-size: 1.5rem;
line-height: 2rem;
}
}
.countdown > div > p:nth-child(2) {
font-size: 0.75rem;
line-height: 1rem;
} */
@media (min-width: 768px) {
.md\:w-32 {
width: 8rem;
}
.md\:gap-5 {
gap: 1.25rem;
}
.md\:rounded-xl {
border-radius: 0.75rem;
}
.md\:p-3-cus {
padding: 0.75rem;
}
.md\:text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}
}
/* END -- utilities */
.font-bj {
font-family: 'Bai Jamjuree';
}
.page-center {
float: none !important;
margin: 0 auto !important;
max-width: 1200px !important;
width: 90% !important;
}
.body-bg {
background: url('https://cdn-web-2.ruangguru.com/landing-pages/assets/73efa17a-9799-4069-b9d8-6bd94b4e0106.jpg?orig=1'), #071c35;
background-size: cover, cover;
background-position: top, center;
background-repeat: no-repeat;
position: relative;
background-attachment: fixed, fixed;
}
.hero {
/* background: url('https://cdn-web-2.ruangguru.com/landing-pages/assets/a3c3fec4-61f7-4216-982c-97544672b631.png'); */
background-size: auto 36rem;
background-position: center;
background-repeat: no-repeat;
position: relative;
background-attachment: scroll;
}
.hero-content {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
padding-top: 1rem;
margin-bottom: 1.5rem;
}
.hero-content-img {
width: 55%;
height: auto;
}
.icon-fincap-mobile {
display: none;
}
.card-purchase-box {
display: flex;
width: 45%;
padding: 20px;
flex-direction: column;
align-items: flex-start;
gap: 12px;
flex: 1 0 0;
height: fit-content;
border-radius: 16px;
background: linear-gradient(180deg, #071125 0%, #115e7a 100%);
}
.separator-gradient-line {
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
width: 100%;
height: 2px;
}
.final-chap-logo {
height: 6rem;
margin: auto;
}
.empty-divider {
height: 0rem;
}
@media (min-width: 768px) {
/* .hero {
max-width: var(--container-width);
margin-left: auto;
margin-right: auto;
} */
}
.body-container {
padding: 0rem 0rem 5rem 0rem;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(7, 28, 53, 0.7) 10%);
float: none;
margin: auto;
max-width: var(--container-width);
}
/* .body-wrapper {
position: relative;
max-width: var(--container-width, 1000px);
overflow: hidden;
} */
.page-center {
float: none !important;
margin: 0 auto !important;
max-width: 1200px !important;
width: 90% !important;
}
.hero-desc-home {
/* font-size: 14px;
font-family: 'Bai Jamjuree', 'Inter', sans-serif; */
color: #fff;
text-align: center;
font-family: 'Bai Jamjuree';
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
display: grid;
gap: 4px;
justify-content: center;
}
.hero-desc-home > div {
display: flex;
flex-wrap: nowrap;
gap: 4px;
width: max-content;
margin: auto;
}
.hero-desc-home .separator {
width: 2px;
height: 16px;
flex-shrink: 0;
background: #2eb5bf;
}
.hero-desc-home > p {
color: #2fb5c1;
}
img {
max-width: 100%;
}
html {
scrollbar-width: none;
}
.web {
display: inherit !important;
}
a,
a:hover,
a:visited {
text-decoration: none !important;
color: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
margin: 0;
}
.display-none {
display: none !important;
}
.cta {
border-radius: var(--size-radius-rad-full, 9999px);
background: var(--prop-action-primary-primary-default, #f26d0f);
color: var(--color-text-text-invert, #fff);
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
border: 1px solid #f26d0f;
padding: 0.75rem 2.5rem;
}
.secondary-cta {
display: flex;
height: 44px;
padding: 0.3rem 2.5rem;
justify-content: center;
align-items: center;
border-radius: 9999px;
border: 1px solid var(--prop-action-secondary-secondary-default-border, #cfd3db);
background: var(--prop-action-secondary-secondary-default, #fff);
color: var(--color-text-text-invert, #fff);
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
cursor: pointer;
color: var(--color-text-text-ink, #2c313a);
}
nav.ruangguru-header {
background: #0b0b08;
}
.navig-link-dropdown[aria-expanded='false']:after {
border-top: 0.3em solid #fff;
}
.body-wrapper {
font-family: 'Bai Jamjuree', 'Inter', sans-serif;
margin-top: 3.375rem;
}
.text-countdown-hero {
align-items: center;
display: flex;
flex-direction: row;
gap: 0.25rem;
justify-content: center;
}
.text-countdown-hero div,
.text-countdown-hero span {
color: #fff;
letter-spacing: 0.01em;
margin: 0;
}
.text-countdown-hero div {
grid-gap: 0.25rem;
align-items: center;
display: grid;
grid-template-columns: auto auto;
}
.text-countdown-hero span {
color: #fff;
border-radius: 8px;
background: linear-gradient(0deg, #cd1924 0%, #cd1924 100%), linear-gradient(133deg, #ea4952 1.52%, #cd1924 50%, #9a0912 98.48%), rgba(0, 0, 0, 0.25);
border-radius: 8px;
width: 1.75rem;
height: 1.75rem;
display: flex;
align-items: center;
justify-content: center;
}
.hero-timer-cta {
align-items: center;
display: flex;
justify-content: center;
padding: 0.1rem 0;
position: relative;
gap: 12px;
}
.hero-timer-cta p {
color: var(--color-text-text-ink, #2c313a);
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px;
}
.slick-disabled {
opacity: 0.2 !important;
}
.slick-arrow:before {
content: none !important;
}
.slick-arrow {
background-size: 100% 100% !important;
border-radius: 50% !important;
box-shadow: 0 12px 16px rgba(26, 29, 34, 0.12);
cursor: pointer !important;
height: 2rem !important;
top: 110% !important;
width: 2rem !important;
z-index: 1 !important;
}
.slick-prev {
background-image: url(https://cdn-web-2.ruangguru.com/file-uploader/lp/c99d671c-12a9-44ea-ae09-e8a4b233ac2d.svg) !important;
right: 0 !important;
left: auto;
margin-right: 44px;
}
.slick-next {
background-image: url(https://cdn-web-2.ruangguru.com/file-uploader/lp/c2f137c4-6388-43d0-b6c1-920585b36f3b.svg) !important;
right: 0 !important;
}
.slick-dots {
bottom: -13% !important;
left: 0 !important;
width: fit-content !important;
}
.slick-dots li button:before {
color: #b29e82 !important;
font-size: 12px !important;
opacity: 1 !important;
}
.slick-dots li.slick-active button:before {
color: #377dcf !important;
font-size: 16px !important;
border-radius: 50%;
}
.hero-section {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 1.5rem;
gap: 21rem;
}
.hero-logo {
width: auto;
height: 12rem;
margin-top: 3rem;
}
.hero-bg {
position: absolute;
top: 0;
left: 50%;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transform: translate(-50%, 0);
z-index: -1;
}
.date-location {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.location {
height: fit-content;
display: flex;
align-items: flex-start;
justify-content: center;
gap: 0.25rem;
}
.location-title {
color: white;
font-family: 'Bai Jamjuree';
font-size: 24px;
font-weight: 700;
line-height: 26.4px;
letter-spacing: -0.1600000113248825px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}
.location-desc {
color: white;
text-align: center;
font-family: 'Bai Jamjuree';
font-size: 16px;
font-weight: 400;
line-height: 18px;
text-decoration-line: underline;
text-underline-position: from-font;
}
.location-desc-title {
font-family: 'Bai Jamjuree';
font-size: 20px;
font-weight: 700;
line-height: 25.52px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: white;
margin-top: 2.5rem;
margin-bottom: 0.5rem;
}
.location-desc-subtitle {
font-family: 'Bai Jamjuree';
font-size: 16px;
font-weight: 500;
line-height: 18px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: white;
}
@media (max-width: 320px) {
.location-desc-subtitle {
font-size: 12px;
}
}
.title-tag {
padding-bottom: 1rem;
}
.text-subtitle {
text-align: center;
font-family: 'Bai Jamjuree';
color: #dbdbdb;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 110%;
letter-spacing: -0.16px;
}
.text-title {
text-align: center;
font-family: 'Bai Jamjuree';
color: white;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 110%;
letter-spacing: -0.16px;
}
.venue {
padding: 3rem;
/* background: #f1ebe6; */
border-radius: 24px;
background: linear-gradient(142deg, rgba(35, 88, 109, 0.18) 0%, rgba(34, 68, 116, 0.6) 50.49%, rgba(34, 68, 116, 0.18) 100.01%);
}
.location-venue {
display: flex;
gap: 0.5rem;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 22px;
max-width: 18rem;
}
.book-seat-group {
display: flex;
flex-direction: row;
/* grid-template-columns: 1fr 1fr; */
gap: 1.5rem;
}
.pricelist {
border-radius: 12px;
padding: 1rem;
background: linear-gradient(124deg, #1b2e49 0%, #274469 100%);
box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.15);
font-size: 14px;
display: grid;
gap: 0.75rem;
}
.pricelist .separator,
.ticket-countdown .separator {
width: 100%;
height: 2px;
border-top: 2px dashed white;
opacity: 0.2;
}
.price-item > div {
gap: 5px;
display: flex;
align-items: center;
font-style: normal;
font-weight: 700;
}
.price-item > div > div {
margin-left: auto;
color: #aabdd7;
font-weight: 400;
}
.price-item > div > div > span {
/* color: #a4d2fd; */
color: #fdb052;
font-family: 'Bai Jamjuree';
font-style: normal;
font-weight: 700;
line-height: 22px; /* 157.143% */
}
.price-item > div > p {
font-family: 'Bai Jamjuree';
flex: 1;
}
.label-ticket {
border-radius: 4px;
border: 1px solid #fff;
height: 20px;
width: 20px;
}
.seat-poster {
/* height: 360px; */
/* margin-bottom: 1.5rem; */
/* max-width: 359px; */
border-radius: 12px;
background: #0c2446;
display: flex;
justify-content: center;
align-items: center;
padding: 1.2rem;
margin-left: auto;
margin-right: auto;
}
.seat-poster img {
/* border-radius: 10px; */
width: 100%;
/* height: 100%; */
}
.trigger-benefit-modal {
display: flex;
justify-content: end;
color: white;
cursor: pointer;
/* mobile/subtitle/xs */
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 18px; /* 150% */
}
.ticket-countdown {
/* background: linear-gradient(
90deg,
rgba(44, 74, 108, 0.7) 0%,
rgba(59, 108, 163, 0.7) 50.05%,
rgba(138, 178, 224, 0.7) 100%
);
border-radius: 24px; */
/* padding: 1.5rem; */
display: grid;
gap: 1.5rem;
}
.countdown-card {
display: grid;
gap: 5px;
/* justify-content: space-between; */
align-items: center;
}
#ticket-still-countdown > div > p:nth-child(1),
#ticket-sold > p:nth-child(1) {
font-family: 'Bai Jamjuree';
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: 22px; /* 137.5% */
letter-spacing: -0.1px;
margin-bottom: 0.25rem;
}
#ticket-still-countdown > div > p:nth-child(2),
#ticket-sold > p:nth-child(2) {
font-size: 12px;
font-style: normal;
font-weight: 300;
}
#ticket-ready > p:nth-child(2) span {
color: #fdb052;
font-family: 'Bai Jamjuree';
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 22px; /* 137.5% */
letter-spacing: -0.1px;
}
.countdown-running {
width: max-content;
text-align: center;
gap: 3px;
justify-content: end;
background-color: #e52a34;
border-radius: 5px;
padding: 0.1rem 0.8rem;
margin: auto;
}
.countdown-running > div {
display: flex;
align-items: center;
justify-content: center;
}
.count-title {
font-family: 'Bai Jamjuree';
font-size: 12px;
font-weight: 300;
}
#days,
#hours,
#minutes,
#seconds {
/* background-color: #e52a34; */
padding: 5px;
/* border-radius: 4px; */
text-align: center;
font-family: 'Bai Jamjuree';
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 18px;
}
.button-coming-soon,
.button-buy-sold {
background: url('https://cdn-web-2.ruangguru.com/landing-pages/assets/5c5ff28e-3553-4550-864a-2fd697d943c5.png');
background-position: center;
background-repeat: no-repeat;
font-family: 'Bai Jamjuree';
background-size: 100% 100%;
cursor: not-allowed;
display: flex;
align-items: center;
justify-content: center;
height: 44px;
width: 100%;
border: none;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 22px;
color: white;
}
.cta-default {
display: flex;
align-items: center;
justify-content: center;
height: 44px;
border: none;
width: 100%;
background: #f26d0f;
color: white;
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 22px;
border-radius: 50px;
}
.cta-transparent-white {
display: flex;
align-items: center;
justify-content: center;
height: 44px;
border: none;
width: 100%;
background: none;
border: 2px solid white;
color: white;
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 22px;
border-radius: 50px;
}
.cta-red,
#button_buy {
display: flex;
align-items: center;
justify-content: center;
height: 44px;
width: 100%;
border: none;
border-radius: 9999px;
background: #f26d0f;
color: #fff;
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 22px;
}
.cta-red.active {
color: rgb(31, 124, 35);
background: white
}
.purchase-box-cta .cta-red {
margin: auto;
width: 80%;
}
.ticket {
overflow: clip;
margin-bottom: 3rem;
background: url('https://cdn-web-2.ruangguru.com/landing-pages/assets/5a6256d0-4d03-43da-89d2-418de9d493a8.png'),
linear-gradient(90deg, rgba(44, 74, 108, 0.7) 0%, rgba(59, 108, 163, 0.7) 50.05%, rgba(138, 178, 224, 0.7) 100%);
padding: 24px 0;
background-repeat: no-repeat;
background-size:
100% 100%,
100% 100%;
background-position-y:
bottom center,
center;
padding: 0 0 24px;
border-radius: 24px;
}
.placeholder-map {
/* display: grid; */
justify-items: center;
grid-template-columns: repeat(2, 1fr);
gap: 3rem;
}
.ticket-picks {
display: flex;
flex-direction: column;
justify-content: center;
gap: 24px;
width: 100%;
margin: auto;
/* max-width: 520px; */
/* max-width: 750px; */
}
.ticket-price-box {
border-radius: 12px;
background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.9) 100%);
box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.15);
padding: 12px;
display: grid;
grid-template-columns: 1fr;
gap: 1rem;
}
.title-container {
margin-bottom: 1.5rem;
}
.ticket .title-container {
padding: 20px;
background: linear-gradient(90deg, rgba(138, 178, 224, 0.7) 0%, rgba(59, 108, 163, 0.7) 49.95%, rgba(44, 74, 108, 0.7) 100%);
}
.ticket-type {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
border-bottom: 1px dashed #bec8d0;
padding-bottom: 10px;
}
.ticket-name-tag {
display: flex;
gap: 8px;
align-items: center;
padding-bottom: 8px;
}
.ticket-tag {
width: 20px;
height: 20px;
border-radius: 4px;
border: 1px solid #979797;
}
.ticket-name {
color: var(--Cloudy-Cloudy110, #333842);
font-family: 'Bai Jamjuree';
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 20px;
}
.cta-exclusive {
color: #ac2a2c;
font-family: Inter;
font-size: 12px;
font-weight: 600;
line-height: 18px;
display: flex;
align-items: flex-end;
gap: 4px;
}
.ticket-start,
.ticket-pax {
color: var(--CLOUDY-SHADOW-CLOUDY-110, #333842);
text-align: right;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px;
}
.ticket-price {
display: flex;
align-items: center;
color: var(--color-text-text-ink, #2c313a);
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 22px;
}
.purchase {
position: relative;
display: none;
}
.purchase-box {
display: flex;
flex-direction: column;
padding: 12px;
gap: 12px;
border-radius: var(--size-radius-rad-lg, 12px);
background: #fff;
}
.purchase-box-title {
display: flex;
align-items: center;
justify-content: space-between;
}
.purchase-title {
color: #2c313a;
font-family: 'Bai Jamjuree';
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 22px;
letter-spacing: -0.1px;
}
.purchase-desc {
color: #2c313a;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px;
}
.purchase-box-tnc {
border-radius: 8px;
border: 1px solid var(--color-border-border-subtle, #dadfea);
background: var(--prop-pallete-subtle-subtle-blue, #e0eefa);
margin: 12px;
padding: 12px;
width: 100%;
}
.purchase-tnc-title {
display: flex;
align-items: center;
gap: 0.5rem;
border-bottom: 1px dashed #bec8d0;
margin-bottom: 0.5rem;
padding-bottom: 0.5rem;
}
.tnc-title {
color: var(--color-text-text-ink, #2c313a);
font-family: Inter;
font-size: 12px;
font-weight: 400;
line-height: 18px;
}
.tnc-list {
padding: 0.5rem 1rem 0 1rem;
margin: 0;
}
.tnc-list li {
color: var(--CLOUDY-SHADOW-CLOUDY-110, #333842);
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px;
margin-bottom: 0.5rem;
}
.purchase-tnc-cta {
display: flex;
justify-content: flex-end;
}
.main-banner {
position: relative;
background: linear-gradient(2deg, rgba(0, 0, 0, 0) 5.09%, #000 100%), url(https://cdn-web-2.ruangguru.com/landing-pages/assets/0b2ccdd9-a006-4460-8990-6d67c10bed0e.jpg?convert=webp);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
font-family: 'Bai Jamjuree', serif;
padding-block: 1.5rem;
}
.main-content {
position: relative;
overflow: hidden;
background-color: #c8b09d;
display: grid;
grid-template-columns: 3fr;
padding-top: 2.25rem;
padding-bottom: 15rem;
padding-inline: 0.375rem;
}
.main-content * {
z-index: 1;
}
.main-content-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.section-card {
overflow: hidden;
border-radius: 1rem;
background: rgba(255, 255, 255, 0.4);
}
.creator-tag {
display: inline-flex;
padding: 4px 12px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: var(--size-radius-rad-full, 9999px);
border: 1px solid #0fb4bd;
}
.subtitle-section {
color: #fff;
font-family: 'Bai Jamjuree', serif;
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: 24px;
margin: 0;
}
.subtitle-section span {
font-weight: 600;
}
.container-content {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 1.5rem;
}
.content-left {
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
}
.info-card {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.4rem;
}
.info-title {
color: var(--color-text-text-ink, #d9d9d9);
text-align: center;
font-family: 'Bai Jamjuree';
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
letter-spacing: -0.16px;
}
.main-banner-cta {
color: #fcc41b;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}
.store-buttons {
display: flex;
align-items: flex-start;
gap: 12px;
}
.store-button {
width: 112px;
}
.social-title {
color: #2c313a;
text-align: center;
font-family: 'Bai Jamjuree';
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-top: 16px;
}
.logo-hero {
margin-top: 1.5rem;
}
/*COUNTDOWN HEADER*/
.countdown-payment {
background: #e32c36;
padding: 1rem 0;
position: fixed;
width: 100%;
max-width: var(--container-width, 1000px);
z-index: 10;
}
.modal .countdown-payment {
position: relative;
}
.countdown-payment-content {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
}
.countdown-title {
color: #fff;
font-family: Inter;
font-size: 12px;
font-weight: 600;
line-height: 18px;
}
.countdown {
display: flex;
border-radius: 9999px;
background: var(--color-background-bgsubtle-bgsubtle-highlight, #f8e1e2);
align-items: center;
padding: 4px 8px 4px 4px;
gap: 2px;
}
.countdown-timer {
color: var(--color-text-text-highlight, #cd1924);
text-align: center;
font-family: Inter;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 16px;
}
.countdown-timer span {
color: var(--color-text-text-highlight, #cd1924);
text-align: center;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 16px;
}
/*COUNTDOWN HEADER*/
.container-floating-header {
position: fixed;
width: 100%;
z-index: 1000;
}
.breadcrumb {
background: #000;
padding: 1rem 0;
}
.breadcrumb a {
color: #20a4b0;
}
.breadcrumb a:hover {
color: #1c7680;
}
.breadcrumb a:active {
color: #185e66;
}
.breadcrumb .back-button {
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
border-radius: 9999px;
width: 32px;
height: 32px;
}
.breadcrumb .back-button:hover {
background-color: #f0f0f0;
}
.breadcrumb .back-button:active {
background-color: #e0e0e0;
}
.breadcrumb p {
color: var(--color-text-text-invert, #fff);
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 20px;
}
.footer.dark {
background: #1a202c !important;
}
.img-section-bottom-wrapper {
position: absolute;
bottom: 0;
left: 0;
display: flex;
justify-content: center;
overflow: hidden;
width: 100%;
height: auto;
margin-bottom: -1px;
}
.img-section-bottom {
width: 100%;
height: auto;
}
@media (max-width: 1024px) {
.img-section-bottom {
width: auto;
}
}
/* Start - Tabs */
.tab-buttons {
position: absolute;
bottom: -1.5rem;
justify-content: center;
padding: 4px;
z-index: 1;
border-radius: 9999px;
background-color: #423d33;
}
.tab-button {
display: flex;
align-items: center;
padding: 10px 24px;
gap: 4px;
border-radius: 9999px;
border: none;
cursor: pointer;
background: transparent;
font-family: 'Bai Jamjuree', sans-serif;
font-size: 14px;
font-weight: 700;
color: #ffffff;
}
.tab-button:focus {
outline: none;
}
.tab-button.active {
background-color: #f1bb53;
color: #040c0e;
}
/* End - Tabs */
/* Start - Leaderboard District */
.district-icon-img {
width: 64px;
height: 64px;
}
.district-starchamp-icon {
width: 1.125rem;
height: 1.125rem;
}
.district-starchamps-badge {
position: relative;
display: flex;
padding: 6px 34px;
justify-content: center;
align-items: center;
gap: 4px;
border-radius: 4.352px;
}
.district-starchamps-badge .district-starchamp-icon {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
}
.district-starchamps-rank-badge {
position: absolute;
left: -1.6rem;
top: 50%;
transform: translateY(-50%) scale(0.4);
}
.district-card-container {
display: flex;
align-items: center;
justify-content: space-between;
padding: 8px 16px;
border: 1px solid #524238;
background: #24160d;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.district-card-container.highlight {
border-radius: 8px;
background: rgba(36, 22, 13, 0.8);
}
.district-view-all-button {
display: flex;
justify-content: center;
align-items: center;
align-self: center;
background: transparent;
padding: 0.5rem 1rem;
gap: 0.5rem;
border-radius: 0;
border: 1px solid #2c313a;
color: #2c313a;
text-align: center;
font-family: 'Bai Jamjuree', sans-serif;
font-size: 0.875rem;
font-weight: 700;
transition:
background-color 0.3s ease,
color 0.3s ease;
}
.district-view-all-button:hover {
background-color: #24160d;
color: #ffffff;
}
.district-view-all-button:active,
.district-view-all-button:focus {
outline: 1px auto #24160d;
border-radius: 0;
background-color: #24160d;
color: #ffffff;
}
.district-view-all-button svg {
transition: color 0.3s ease;
}
.district-view-all-button:hover svg,
.district-view-all-button:active svg,
.district-view-all-button:focus svg {
color: #ffffff;
}
/* End - Leaderboard District */
/* Start - Leaderboard Individual */
.leaderboard-individual-card {
background: radial-gradient(46.78% 63.56% at 100% 89.37%, rgba(255, 144, 47, 0.5) 3.22%, rgba(58, 21, 28, 0.25) 100%),
radial-gradient(57.06% 50.84% at 0% 103.13%, rgba(255, 255, 255, 0.25) 0%, rgba(248, 195, 215, 0) 100%), linear-gradient(180deg, #140a0e 0%, #240f14 25%, #3a151c 50%, #551a23 100%);
}
.player-card-container {
display: flex;
align-items: center;
justify-content: space-between;
padding: 8px 12px;
background: rgba(252, 247, 245, 0.1);
}
.player-view-all-button {
display: flex;
justify-content: center;
align-items: center;
align-self: center;
background: transparent;
padding: 0.5rem 1rem;
gap: 0.5rem;
border-radius: 0;
border: 1px solid #ffffff;
color: #ffffff;
text-align: center;
font-family: 'Bai Jamjuree', sans-serif;
font-size: 0.875rem;
font-weight: 700;
transition:
background-color 0.3s ease,
color 0.3s ease;
}
.player-view-all-button:hover {
background-color: #3e0a1c;
color: #ffffff;
}
.player-view-all-button:active,
.player-view-all-button:focus {
outline: 1px auto #3e0a1c;
border-radius: 0;
background-color: #3e0a1c;
color: #ffffff;
}
.player-view-all-button svg {
transition: color 0.3s ease;
}
.player-view-all-button:hover svg,
.player-view-all-button:active svg,
.player-view-all-button:focus svg {
color: #ffffff;
}
.rank-badge {
display: flex;
width: 32px;
height: 32px;
justify-content: center;
align-items: center;
border-radius: 100%;
background: rgba(255, 255, 255, 0.2);
text-align: center;
font-family: Inter, sans-serif;
font-size: 12px;
font-weight: 600;
}
.top-rank-badge {
height: 32px;
width: auto;
}
/* End - Leaderboard Individual */
/* Start - Modal */
.modal {
display: none;
position: fixed;
align-items: center;
justify-content: center;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.5);
}
.carousel-lineup p {
font-size: 16px;
margin-bottom: 3rem;
}
.carousel-lineup .stack {
margin-bottom: 0.5rem;
}
/* .modal-content {
position: relative;
width: 100%;
height: 100%;
max-width: 500px;
display: flex;
align-items: flex-end;
justify-content: center;
} */
.modal-content {
overflow: clip;
background-clip: padding-box;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 1rem;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
outline: 0;
pointer-events: auto;
position: relative;
width: 50%;
max-width: 500px;
/* custom */
color: black;
}
.modal-background {
position: absolute;
left: 0;
top: 50%;
width: 100%;
z-index: -1;
transform: translate(0, -50%);
background: url('https://cdn-web-2.ruangguru.com/landing-pages/assets/e06ff3aa-d9bf-4382-a28b-7e4dcfa2198a.png?convert=webp') no-repeat center center;
background-size: cover;
}
.modal-body {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
padding: 3rem;
gap: 0.75rem;
font-family: 'Bai Jamjuree', sans-serif;
color: #333331;
border-radius: 16px 16px 0px 0px;
background: #fff;
}
#benefit-modal .modal-body {
position: relative;
align-items: start;
color: #333842;
font-size: 12px;
padding: 1rem;
}
.modal #title-benefit-text {
color: black;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 20px;
}
#benefit-desc {
margin-bottom: 1rem;
}
#list-benefit {
display: grid;
gap: 0.75rem;
}
#list-benefit > div {
display: flex;
gap: 8px;
align-items: start;
}
.modal-body ol {
display: flex;
flex-direction: column;
text-align: center;
font-size: 0.875rem;
padding-left: 0;
margin: 0;
list-style-position: inside;
gap: 0.5rem;
}
.modal-icon {
width: 3.125rem;
height: auto;
}
.modal-button {
background: #ac2a2c;
border: 1px solid #fff;
color: #ffffff;
border: none;
padding: 0.75rem 2rem;
border-radius: 0;
font-family: Inter, sans-serif;
font-size: 0.75rem;
font-weight: 700;
text-align: center;
cursor: pointer;
transition:
background 0.3s ease,
transform 0.1s ease;
}
.modal-button:hover {
background: #8b2021;
}
.modal-button:active {
background: #751818;
transform: scale(0.95);
}
.modalt-tile {
color: var(--Cloudy-Cloudy110, #333842);
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 20px;
text-align: center;
}
.modal-description {
color: var(--Cloudy-Cloudy110, #333842);
font-family: Inter;
font-size: 12px;
font-weight: 400;
line-height: 18px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}
.modal .purchase-box-tnc {
margin: 0;
}
@media (max-width: 425px) {
.modal-body {
padding: 1rem;
}
}
#benefit-modal {
align-items: center;
}
.toast {
visibility: hidden;
background-color: white;
color: black;
text-align: center;
border-radius: 9999px;
padding: 14px 24px;
position: fixed;
z-index: 1000;
left: 50%;
transform: translateX(-50%);
top: 30px;
font-family: Inter, sans-serif;
font-size: 14px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
transition:
visibility 0s,
opacity 0.3s ease-in-out;
opacity: 0;
}
.toast.show {
visibility: visible;
opacity: 1;
}
.title-benefit {
display: flex;
gap: 0.75rem;
align-items: start;
}
/* End - Modal */
@media (min-width: 1024px) {
.game-list {
grid-template-columns: repeat(2, 1fr);
}
.leaderboard-section {
min-width: 381px;
}
}
@media (min-width: 1157px) {
.game-list {
grid-template-columns: repeat(3, 1fr);
}
}
.custom-header.ruangguru-header #logout-btn {
position: absolute;
top: 100%;
right: 0;
gap: 0.5rem;
padding: 0.5rem 1rem;
min-width: 100px;
margin-top: 0.5rem;
}
.custom-header.ruangguru-header .navig-link {
font-size: 14px;
}
.custom-header.ruangguru-header .container-user_profile {
font-family: 'Bai Jamjuree', sans-serif;
font-size: 12px;
border-radius: 8px !important;
border: 1px solid #959dac !important;
padding: 4px 6px !important;
background: #010101 !important;
}
.custom-header.ruangguru-header .navigation__content {
display: none;
}
.custom-header.ruangguru-header .hamburger-icon {
display: block;
}
.custom-header.ruangguru-header .container-ruangguru-header {
display: block;
}
.countdown-label-container {
display: grid !important;
grid-template-columns: 1fr !important;
justify-items: center;
}
.countdown-label {
color: #2c313a;
/* font-family: 'Bai Jamjuree'; */
font-family: Inter !important;
font-size: 8px !important;
font-style: normal;
font-weight: 400;
line-height: 10px !important;
}
.countdown-colon {
color: #cd1924 !important;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px;
margin-bottom: 1rem;
}
.venue-slick .slick-slide {
margin-bottom: 1rem;
}
.event-slick .slick-next {
margin-right: 0rem !important;
}
.venue-map {
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: 700px;
height: fit-content;
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
padding: 1rem;
/* background: linear-gradient(
142deg,
rgba(35, 88, 109, 0.18) 0%,
rgba(34, 68, 116, 0.6) 50.49%,
rgba(34, 68, 116, 0.18) 100.01%
); */
border-radius: 24px;
gap: 1rem;
}
.help {
/* background: #f1ebe6; */
padding-bottom: 4rem;
}
.help p {
font-family: Inter;
font-size: 14px;
font-weight: 700;
line-height: 18px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #333842;
}
.help span {
font-family: Inter;
font-size: 12px;
font-weight: 400;
line-height: 18px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #333842;
}
.help-container {
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: 626px;
display: flex;
margin-top: -4rem;
align-items: center;
background: white;
cursor: pointer;
justify-self: center;
border-radius: 12px;
padding: 0.75rem 1rem;
gap: 0.75rem;
}
.supported {
background: #f1ebe6;
}
.modal-seat-benefit {
width: 100%;
padding: 1.5rem;
}
.modal-seat-benefit ul {
width: 100%;
list-style: none;
padding: 0;
margin: 0;
}
.modal-seat-benefit li {
margin: 10px 0;
padding-left: 30px;
background-image: url('https://cdn-web-2.ruangguru.com/landing-pages/assets/2db07c8a-6292-457c-aebc-4c1d00c29f68.png');
background-position: left center;
background-repeat: no-repeat;
background-size: 20px 20px;
color: #333842;
font-family: Inter;
font-size: 12px;
font-weight: 400;
line-height: 18px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}
.modal-seat-benefit-header {
width: 100%;
display: flex;
align-items: baseline;
}
.modal-seat-benefit-header-title {
flex: 1;
display: grid;
gap: 0.75rem;
}
.modal-seat-benefit-header-title-container {
width: 100%;
display: flex;
align-items: center;
gap: 1rem;
}
.modal-seat-benefit-header-title-text {
color: #333842;
font-family: Inter;
font-size: 16px;
font-weight: 700;
line-height: 24px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}
.modal-seat-benefit-header-subtitle-text {
color: #333842;
font-family: Inter;
font-size: 12px;
font-weight: 400;
line-height: 18px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}
.modal-seat-benefit-header-square {
width: 20px;
height: 20px;
border-radius: 4px;
border: 1px solid #979797;
}
.modal-seat-benefit-exclusive {
width: 100%;
color: #333842;
font-family: Inter;
font-size: 12px;
font-weight: 600;
line-height: 16px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
margin-top: 1rem;
margin-bottom: -0.75rem;
}
.how-to-buy {
padding: 24px 0 40px;
/* background: #f1ebe6; */
}
/* .sponsor {
padding-bottom: 0rem;
} */
.list-sponsor {
padding: 1rem 0 2rem;
margin: auto;
display: flex;
flex-direction: column;
gap: 2rem;
justify-content: center;
}
.list-sponsor picture {
margin: auto;
}
.how-to-buy-slick p {
font-family: Inter;
font-size: 14px;
font-weight: 400;
line-height: 22px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}
.img-section-footer {
margin-top: -10rem;
}
.close-modal {
position: absolute;
right: 1rem;
top: 1rem;
cursor: pointer;
}
.promo-label {
display: block;
gap: 9px;
}
.purchase-date {
color: #FFF;
font-family: "Bai Jamjuree";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 22px */
letter-spacing: -0.2px;
}
.purchase-title {
color: #FFF;
font-family: "Bai Jamjuree";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.2px;
text-transform: uppercase;
}
.purchase-note {
color: #FFF;
font-family: Inter;
font-size: 12px;
font-style: italic;
font-weight: 400;
line-height: 18px;
margin: auto;
}
#purchase-box-cta {
margin: auto;
}
#ticket-venue {
display: flex;
gap: 1rem;
}
.ticket-online-venue {
flex: 1;
display: flex;
flex-direction: column;
align-items: end;
gap: 1rem;
justify-content: space-between;
padding: 12px;
border-radius: 8px;
border: 1px solid #FFCB72;
background: linear-gradient(90deg, #223853 0%, #223853 45.67%, #644715 100%);
box-shadow: 0 0 14px 0 rgba(232, 162, 58, 0.35) inset;
}
.ticket-offline-venue {
flex: 1;
display: flex;
flex-direction: column;
align-items: end;
gap: 1rem;
justify-content: space-between;
padding: 12px;
border-radius: 8px;
background: #223752;
box-shadow: 0 0 14px 0 rgba(232, 162, 58, 0.35) inset;
}
.ticket-online-venue .cta-red, .ticket-offline-venue .cta-red {
width: 100%;
}
.ticket-online-venue-content, .ticket-offline-venue-content {
width: 100%;
display: flex;
flex-direction: column;
gap: 4px;
}
.ticket-online-venue h3 {
font-family: "Bai Jamjuree";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.224px;
text-transform: uppercase;
text-align: left;
background: linear-gradient(90deg, #FBC469 0%, rgba(251, 196, 105, 0.90) 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.ticket-offline-venue h3 {
font-family: "Bai Jamjuree";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.224px;
text-transform: uppercase;
text-align: left;
color: white;
}
.ticket-offline-venue-content .price-detail p {
color: #AABDD7;
font-family: Inter;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 16px;
}
.promo-label {
display: flex;
align-items: center;
gap: 9px;
}
.promo-label .label-earlybird {
color: #573B0D;
font-family: "Bai Jamjuree";
font-size: 12px;
font-weight: 700;
line-height: 18px;
border-radius: 4px;
padding: 2px 4px;
background: linear-gradient(90deg, #F5C069 0%, #FCDBA5 100%);
}
.promo-label .label-discount {
color: #E52A34;
font-family: "Bai Jamjuree";
font-size: 12px;
font-weight: 700;
line-height: 18px;
border-radius: 4px;
padding: 2px 4px;
background: white
}
.ticket-online-venue-content .price-detail {
display: flex;
align-items: center;
gap: 4px;
}
.ticket-online-venue-content .final-price, .ticket-online-venue-content .base-price {
color: #AABDD7;
font-family: Inter;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 16px;
}
.ticket-online-venue-content .final-price span {
color: white;
font-size: 12px;
font-weight: 700;
}
.ticket-online-venue-content .base-price {
text-decoration-line: line-through;
}
.price-detail span {
color: white;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 700;
}
@media (max-width: 767px) {
.hero-content-img {
height: auto;
margin-bottom: 3rem;
}
.icon-fincap-mobile {
display: block;
height: 5rem;
}
.purchase-date, .purchase-title {
margin: auto;
}
.purchase-date {
margin-bottom: 1.5rem;
}
.separator-gradient-line {
display: none;
}
.card-purchase-box {
width: 100%;
background: none;
padding: 20px 0;
}
.hero-content {
flex-direction: column;
}
.ticket-online-venue, .ticket-offline-venue {
flex-direction: row;
}
.ticket-online-venue .cta-red, .ticket-offline-venue .cta-red {
width: 30% !important;
}
.ticket-online-venue-content, .ticket-offline-venue-content {
width: 70%;
}
#ticket-venue {
flex-direction: column;
}
.body-bg {
background: #000;
}
.hero {
background: url('https://cdn-web-2.ruangguru.com/landing-pages/assets/5a0c7c9d-15f4-4b04-844a-9543267ee62a.png');
background-size: 100% auto;
background-position: top 3rem right 0px;
background-repeat: no-repeat;
}
.hero-logo {
margin-top: 2rem;
height: 10rem;
}
.hero-desc-home {
font-size: 12px;
}
.carousel-lineup p {
font-size: 12px;
margin-bottom: 2rem;
margin-top: 3rem;
}
.carousel-lineup .stack {
margin-bottom: 1.5rem;
}
.final-chap-logo {
height: 5rem;
}
#benefit-modal {
align-items: end;
}
.modal-content {
height: max-content;
position: absolute;
bottom: 0;
width: 100%;
border-radius: 1rem 1rem 0 0;
}
.venue {
padding: 1.5rem 0;
}
.book-seat-group {
/* grid-template-columns: 1fr; */
flex-direction: column;
}
.placeholder-map {
grid-template-columns: 1fr;
gap: 1rem;
}
.main-banner {
background: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/0b2ccdd9-a006-4460-8990-6d67c10bed0e.jpg?convert=webp);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 0.75rem 0 2.5rem 0;
}
.container-content {
display: flex;
flex-direction: column;
gap: 0.75rem;
padding-bottom: 2.5rem;
}
.info-card {
width: 100%;
}
.sponsor {
padding-bottom: 4rem;
}
.list-sponsor {
gap: 1rem;
}
.aoc-logo {
width: 208px;
height: auto;
}
.info-title {
font-size: 14px;
}
.social-title {
font-size: 10px;
}
.countdown-payment {
width: 100%;
}
.tab-pane {
display: none;
}
.tab-pane.active {
display: flex;
flex-direction: column;
}
.venue-map {
display: grid;
grid-template-columns: 1fr;
}
.help-container {
width: 95%;
max-width: 485px;
margin-top: -2rem;
}
.hero-timer-cta p {
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 18px;
}
.hero-timer-cta {
justify-content: flex-start;
}
.text-countdown-hero span {
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 18px;
}
body {
background: #e7dbc6;
}
.body-container {
max-width: 767px;
padding: 0 0;
}
.hero-section {
gap: 15rem;
}
.location-desc {
font-size: 12px;
}
.location-desc-title {
margin-top: 1.75rem;
}
.body-wrapper {
max-width: 767px;
}
.img-section-footer {
margin-top: -7rem;
}
}
@media (max-width: 450px) {
.location-desc-title {
margin-top: 1.4rem !important;
}
}
@media (max-width: 375px) {
.location-desc-subtitle {
font-size: 14px;
}
.ticket-name {
font-size: 14px;
}
.location-desc {
font-size: 10px !important;
}
}
@media (min-width: 321px) {
.custom-header.ruangguru-header .navigation__right {
top: 12px;
}
.body-wrapper {
margin-top: 4.625rem !important;
}
}
@media (min-width: 1025px) {
.body-wrapper {
margin-top: 5.625rem !important;
}
}
@media (min-width: 1300px) {
.custom-header.ruangguru-header .container-ruangguru-header {
display: flex;
}
.custom-header.ruangguru-header .navigation__content {
display: grid;
}
.custom-header.ruangguru-header .navigation__right {
top: unset;
}
.custom-header.ruangguru-header .hamburger-icon {
display: none;
}
}
@media (min-width: 767px) {
.how-to-buy-slick .slick-slide {
margin-right: 1rem;
margin-bottom: 1rem;
}
.how-to-buy-slick .slick-slide:last-child {
margin-right: 0;
}
.event-slick {
margin-left: -1rem;
margin-right: -2rem;
}
.venue-slick {
margin-left: -1rem;
margin-right: -2rem;
}
.how-to-buy-slick {
margin-left: -1rem;
margin-right: -2rem;
}
.hero-bg {
height: auto;
min-height: 100%;
}
.hero-desc {
padding: 1rem 5rem;
}
.event-slick .slick-slide {
margin-right: 1rem;
margin-bottom: 1rem;
}
.event-slick .slick-slide:last-child {
margin-right: 0;
}
.event-slick .slick-prev {
margin-left: 7rem;
}
.venue-slick .slick-slide {
margin-right: 1rem;
}
.venue-slick .slick-slide:last-child {
margin-right: 0;
}
.venue-slick .slick-prev {
margin-left: 7rem;
}
.purchase-box-header {
display: none;
}
}
/* @import url('./shared/css/header.css'); */
.accordion-subject {
align-items: center;
display: grid;
grid-template-columns: 1fr 0.1fr;
justify-content: center;
border-radius: 12px;
border: none;
background: white;
}
.accordion-img {
align-items: center;
display: flex;
justify-content: flex-end;
}
.accordion {
border: none;
cursor: pointer;
outline: none;
text-align: left;
transition: 0.4s;
width: 100%;
}
.container-acc2 {
background-color: transparent;
border: none;
border-radius: 8px;
margin-bottom: 1rem;
}
.panel2 {
max-height: 0;
overflow: hidden;
transition: max-height 0.1s ease-out;
}
.rotate-arrow {
justify-content: flex-start;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.accordion-text p {
color: #2c313a;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px;
letter-spacing: -0.09px;
margin: 0;
}
.faq-content_accordion {
max-width: 626px;
width: 100%;
margin: 0rem auto auto;
}
.accordion.active .accordion-subject {
border-bottom: dashed 1px #cfd3db;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.panel-faq {
border-radius: 0 0 12px 12px;
background: white;
}
.panel-faq ul,
ol {
padding: 0 1.5rem;
}
.panel-faq li,
.panel-faq p {
color: black;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
opacity: 0.8;
margin: 0.5rem 0 0;
padding: 0;
}
.faq .section-subtitle {
margin: 0 0 2rem;
}
@media (min-width: 768px) {
.accordion-text p,
.panel-faq li,
.panel-faq p {
font-size: 16px;
line-height: 24px;
}
.font-desc-faq {
float: none;
font-size: 18px;
line-height: 22px;
margin: auto;
max-width: 45%;
padding: 2rem 0 0;
}
.faq {
padding: 3rem 0 4rem;
}
.faq-cta {
padding: 1rem 0;
width: 22%;
}
.accordion-subject {
padding: 1rem 1.5rem;
}
.accordion-img img {
height: 2rem;
width: 2rem;
}
.active .accordion-img img {
transform: rotate(180deg);
}
.panel-faq {
padding: 0.5rem 3rem 1.5rem 1.5rem;
}
.panel-faq p {
padding: 0;
}
}
@media (max-width: 767px) {
.faq {
padding: 2rem 0;
}
.faq-content_accordion {
width: 100%;
padding: 0 0.5rem;
}
.accordion-subject {
padding: 12px;
}
.panel-faq {
padding: 12px;
}
.accordion-text p {
font-size: 14px;
line-height: 22px;
}
.panel-faq li,
.panel-faq p {
font-size: 14px;
line-height: 22px;
}
.panel-faq span {
font-style: italic;
}
}
</style>
<!-- <link rel="stylesheet" href="./shared/css/main.css"> -->
<!-- Third Party Scripts -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://unpkg.com/analytics@0.8.1/dist/analytics.min.js"></script>
<script src="https://unpkg.com/analytics-plugin-trackable/dist/analytics-plugin-trackable.min.js"></script>
<script src="https://cdn-web-2.ruangguru.com/landing-page-web/public/staticpages/global-assets/js/cta.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js"></script>
<script type="module" crossorigin src="https://cdn-web-2.ruangguru.com/landing-page-web/public/staticpages/www.ruangguru.com/event/clash-of-champions/877187h3jh178261gh123/assets/index-BFKe9eOh.js"></script>
</head>
<body class="body-bg">
<style>/*!
* Bootstrap v4.5.0 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
'Noto Color Emoji';
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}
*,
:after,
:before {
box-sizing: border-box;
}
html {
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
font-family: sans-serif;
line-height: 1.15;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block;
}
body {
background-color: #fff;
color: #212529;
font-family:
-apple-system,
BlinkMacSystemFont,
Segoe UI,
Roboto,
Helvetica Neue,
Arial,
Noto Sans,
sans-serif,
Apple Color Emoji,
Segoe UI Emoji,
Segoe UI Symbol,
Noto Color Emoji;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
margin: 0;
text-align: left;
}
[tabindex='-1']:focus:not(:focus-visible) {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 0.5rem;
margin-top: 0;
}
p {
margin-top: 0;
margin-bottom: 0;
}
abbr[title] {
border-bottom: 0;
cursor: help;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
font-style: normal;
line-height: inherit;
}
address,
dl,
ol,
ul {
margin-bottom: 1rem;
}
dl,
ol,
ul {
margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
a {
background-color: transparent;
color: #007bff;
text-decoration: none;
}
a:hover {
color: #0056b3;
text-decoration: underline;
}
a:not([href]),
a:not([href]):hover {
color: inherit;
text-decoration: none;
}
code,
pre {
font-family:
SFMono-Regular,
Menlo,
Monaco,
Consolas,
Liberation Mono,
Courier New,
monospace;
font-size: 1em;
}
pre {
-ms-overflow-style: scrollbar;
margin-bottom: 1rem;
margin-top: 0;
overflow: auto;
}
figure {
margin: 0 0 1rem;
}
img {
border-style: none;
}
img,
svg {
vertical-align: middle;
}
svg {
overflow: hidden;
}
table {
border-collapse: collapse;
}
caption {
caption-side: bottom;
color: #6c757d;
padding-bottom: 0.75rem;
padding-top: 0.75rem;
text-align: left;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
[role='button'] {
cursor: pointer;
}
select {
word-wrap: normal;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
-webkit-appearance: button;
}
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
cursor: pointer;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0;
}
input[type='checkbox'],
input[type='radio'] {
box-sizing: border-box;
padding: 0;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
border: 0;
margin: 0;
min-width: 0;
padding: 0;
}
legend {
color: inherit;
display: block;
font-size: 1.5rem;
line-height: inherit;
margin-bottom: 0.5rem;
max-width: 100%;
padding: 0;
white-space: normal;
width: 100%;
}
progress {
vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
height: auto;
}
[type='search'] {
-webkit-appearance: none;
outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
output {
display: inline-block;
}
summary {
cursor: pointer;
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 500;
line-height: 1.2;
margin-bottom: 0.5rem;
}
.h1,
h1 {
font-size: 2.5rem;
}
.h2,
h2 {
font-size: 2rem;
}
.h3,
h3 {
font-size: 1.75rem;
}
.h4,
h4 {
font-size: 1.5rem;
}
.h5,
h5 {
font-size: 1.25rem;
}
.h6,
h6 {
font-size: 1rem;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
}
hr {
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 1rem;
margin-top: 1rem;
}
.small,
small {
font-size: 80%;
font-weight: 400;
}
.mark,
mark {
background-color: #fcf8e3;
padding: 0.2em;
}
.list-inline,
.list-unstyled {
list-style: none;
padding-left: 0;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.blockquote {
font-size: 1.25rem;
margin-bottom: 1rem;
}
.img-fluid {
height: auto;
max-width: 100%;
}
.figure {
display: inline-block;
}
code {
word-wrap: break-word;
color: #e83e8c;
font-size: 87.5%;
}
a > code {
color: inherit;
}
pre {
color: #212529;
display: block;
font-size: 87.5%;
}
pre code {
color: inherit;
font-size: inherit;
word-break: normal;
}
.container {
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
@media (min-width: 576px) {
.container,
.container-sm {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container,
.container-md,
.container-sm {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container,
.container-lg,
.container-md,
.container-sm {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
max-width: 1140px;
}
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.no-gutters {
margin-left: 0;
margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
padding-left: 0;
padding-right: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
padding-left: 15px;
padding-right: 15px;
position: relative;
width: 100%;
}
.col {
-ms-flex-preferred-size: 0;
-ms-flex-positive: 1;
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
min-width: 0;
}
.row-cols-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
max-width: 100%;
width: auto;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-1 {
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-ms-flex-order: 2;
order: 2;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
-ms-flex-positive: 1;
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
min-width: 0;
}
.row-cols-sm-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-sm-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-sm-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-sm-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-sm-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-sm-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
max-width: 100%;
width: auto;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
-ms-flex-positive: 1;
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
min-width: 0;
}
.row-cols-md-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-md-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-md-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-md-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-md-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-md-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
max-width: 100%;
width: auto;
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
-ms-flex-positive: 1;
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
min-width: 0;
}
.row-cols-lg-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-lg-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-lg-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-lg-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-lg-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-lg-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
max-width: 100%;
width: auto;
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
-ms-flex-positive: 1;
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
min-width: 0;
}
.row-cols-xl-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-xl-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-xl-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-xl-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-xl-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-xl-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
max-width: 100%;
width: auto;
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
.table {
color: #212529;
margin-bottom: 1rem;
width: 100%;
}
.table td,
.table th {
border-top: 1px solid #dee2e6;
padding: 0.75rem;
vertical-align: top;
}
.table thead th {
border-bottom: 2px solid #dee2e6;
vertical-align: bottom;
}
.table tbody + tbody {
border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
background-color: rgba(0, 0, 0, 0.075);
color: #212529;
}
.table-primary,
.table-primary > td,
.table-primary > th {
background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
border-color: #7abaff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
border-color: #b3b7bb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
border-color: #8fd19e;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
border-color: #ffdf7e;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
border-color: #ed969e;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
border-color: #fbfcfc;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075);
}
.navigation__content {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 4rem;
}
/* NEW Badge styling for Online Tiket */
.online-ticket-with-badge {
position: relative;
}
.new-badge {
position: absolute;
top: 0px;
right: -17px;
background-color: #dc3545;
color: white;
font-size: 9px;
font-weight: bold;
padding: 1px 4px;
border-radius: 6px;
line-height: 1.2;
z-index: 10;
text-transform: uppercase;
letter-spacing: 0.3px;
min-width: 24px;
text-align: center;
}
@media (max-width: 768px) {
.new-badge {
position: relative;
top: -2px;
right: 0;
}
}
.table .thead-dark th {
background-color: #343a40;
border-color: #454d55;
color: #fff;
}
.table .thead-light th {
background-color: #e9ecef;
border-color: #dee2e6;
color: #495057;
}
.table-dark {
background-color: #343a40;
color: #fff;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #454d55;
}
.table-dark.table-bordered {
border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
background-color: hsla(0, 0%, 100%, 0.075);
color: #fff;
}
@media (max-width: 575.98px) {
.table-responsive-sm {
-webkit-overflow-scrolling: touch;
display: block;
overflow-x: auto;
width: 100%;
}
.table-responsive-sm > .table-bordered {
border: 0;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
-webkit-overflow-scrolling: touch;
display: block;
overflow-x: auto;
width: 100%;
}
.table-responsive-md > .table-bordered {
border: 0;
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
-webkit-overflow-scrolling: touch;
display: block;
overflow-x: auto;
width: 100%;
}
.table-responsive-lg > .table-bordered {
border: 0;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
-webkit-overflow-scrolling: touch;
display: block;
overflow-x: auto;
width: 100%;
}
.table-responsive-xl > .table-bordered {
border: 0;
}
}
.table-responsive {
-webkit-overflow-scrolling: touch;
display: block;
overflow-x: auto;
width: 100%;
}
.table-responsive > .table-bordered {
border: 0;
}
.form-control {
background-clip: padding-box;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
color: #495057;
display: block;
font-size: 1rem;
font-weight: 400;
height: calc(1.5em + 0.75rem + 2px);
line-height: 1.5;
padding: 0.375rem 0.75rem;
transition:
border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
width: 100%;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057;
}
.form-control:focus {
background-color: #fff;
border-color: #80bdff;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
color: #495057;
outline: 0;
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
input[type='date'].form-control,
input[type='datetime-local'].form-control,
input[type='month'].form-control,
input[type='time'].form-control {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
select.form-control:focus::-ms-value {
background-color: #fff;
color: #495057;
}
select.form-control[size],
textarea.form-control {
height: auto;
}
.form-group {
margin-bottom: 1rem;
}
.form-text {
display: block;
margin-top: 0.25rem;
}
.form-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -5px;
margin-right: -5px;
}
.form-row > .col,
.form-row > [class*='col-'] {
padding-left: 5px;
padding-right: 5px;
}
.form-check {
display: block;
padding-left: 1.25rem;
position: relative;
}
.form-check-input {
margin-left: -1.25rem;
margin-top: 0.3rem;
position: absolute;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
color: #6c757d;
}
.form-check-label {
margin-bottom: 0;
}
.valid-feedback {
color: #28a745;
display: none;
font-size: 80%;
margin-top: 0.25rem;
width: 100%;
}
.was-validated :valid ~ .valid-feedback {
display: block;
}
.was-validated .form-control:valid {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
background-position: right calc(0.375em + 0.1875rem) center;
background-repeat: no-repeat;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
border-color: #28a745;
padding-right: calc(1.5em + 0.75rem);
}
.was-validated .form-control:valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated textarea.form-control:valid {
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
padding-right: calc(1.5em + 0.75rem);
}
.was-validated .form-check-input:valid ~ .form-check-label {
color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback {
display: block;
}
.invalid-feedback {
color: #dc3545;
display: none;
font-size: 80%;
margin-top: 0.25rem;
width: 100%;
}
.was-validated :invalid ~ .invalid-feedback {
display: block;
}
.was-validated .form-control:invalid {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
background-position: right calc(0.375em + 0.1875rem) center;
background-repeat: no-repeat;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
border-color: #dc3545;
padding-right: calc(1.5em + 0.75rem);
}
.was-validated .form-control:invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid {
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
padding-right: calc(1.5em + 0.75rem);
}
.was-validated .form-check-input:invalid ~ .form-check-label {
color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback {
display: block;
}
.btn {
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
color: #212529;
display: inline-block;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
padding: 0.375rem 0.75rem;
text-align: center;
transition:
color 0.15s ease-in-out,
background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover {
color: #212529;
text-decoration: none;
}
.btn.focus,
.btn:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
outline: 0;
}
.btn.disabled,
.btn:disabled {
opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none;
}
.btn-primary {
background-color: #007bff;
border-color: #007bff;
color: #fff;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
background-color: #0069d9;
border-color: #0062cc;
color: #fff;
}
.btn-primary.focus,
.btn-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
background-color: #007bff;
border-color: #007bff;
color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
background-color: #0062cc;
border-color: #005cbf;
color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
background-color: #6c757d;
border-color: #6c757d;
color: #fff;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
background-color: #5a6268;
border-color: #545b62;
color: #fff;
}
.btn-secondary.focus,
.btn-secondary:focus {
box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
background-color: #6c757d;
border-color: #6c757d;
color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
background-color: #545b62;
border-color: #4e555b;
color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}
.btn-success {
background-color: #28a745;
border-color: #28a745;
color: #fff;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
background-color: #218838;
border-color: #1e7e34;
color: #fff;
}
.btn-success.focus,
.btn-success:focus {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
background-color: #28a745;
border-color: #28a745;
color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
background-color: #1e7e34;
border-color: #1c7430;
color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
background-color: #17a2b8;
border-color: #17a2b8;
color: #fff;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
background-color: #138496;
border-color: #117a8b;
color: #fff;
}
.btn-info.focus,
.btn-info:focus {
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
background-color: #17a2b8;
border-color: #17a2b8;
color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
background-color: #117a8b;
border-color: #10707f;
color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
background-color: #ffc107;
border-color: #ffc107;
color: #212529;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
background-color: #e0a800;
border-color: #d39e00;
color: #212529;
}
.btn-warning.focus,
.btn-warning:focus {
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
background-color: #ffc107;
border-color: #ffc107;
color: #212529;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
background-color: #d39e00;
border-color: #c69500;
color: #212529;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
background-color: #dc3545;
border-color: #dc3545;
color: #fff;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
background-color: #c82333;
border-color: #bd2130;
color: #fff;
}
.btn-danger.focus,
.btn-danger:focus {
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
background-color: #dc3545;
border-color: #dc3545;
color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
background-color: #bd2130;
border-color: #b21f2d;
color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
background-color: #f8f9fa;
border-color: #f8f9fa;
color: #212529;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
background-color: #e2e6ea;
border-color: #dae0e5;
color: #212529;
}
.btn-light.focus,
.btn-light:focus {
box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
background-color: #f8f9fa;
border-color: #f8f9fa;
color: #212529;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
background-color: #dae0e5;
border-color: #d3d9df;
color: #212529;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-dark {
background-color: #343a40;
border-color: #343a40;
color: #fff;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
background-color: #23272b;
border-color: #1d2124;
color: #fff;
}
.btn-dark.focus,
.btn-dark:focus {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
background-color: #343a40;
border-color: #343a40;
color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
background-color: #1d2124;
border-color: #171a1d;
color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
border-color: #007bff;
color: #007bff;
}
.btn-outline-primary:hover {
background-color: #007bff;
border-color: #007bff;
color: #fff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
background-color: transparent;
color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
background-color: #007bff;
border-color: #007bff;
color: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
border-color: #6c757d;
color: #6c757d;
}
.btn-outline-secondary:hover {
background-color: #6c757d;
border-color: #6c757d;
color: #fff;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
background-color: transparent;
color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
background-color: #6c757d;
border-color: #6c757d;
color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-success {
border-color: #28a745;
color: #28a745;
}
.btn-outline-success:hover {
background-color: #28a745;
border-color: #28a745;
color: #fff;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
background-color: transparent;
color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
background-color: #28a745;
border-color: #28a745;
color: #fff;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
border-color: #17a2b8;
color: #17a2b8;
}
.btn-outline-info:hover {
background-color: #17a2b8;
border-color: #17a2b8;
color: #fff;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
background-color: transparent;
color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
background-color: #17a2b8;
border-color: #17a2b8;
color: #fff;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
border-color: #ffc107;
color: #ffc107;
}
.btn-outline-warning:hover {
background-color: #ffc107;
border-color: #ffc107;
color: #212529;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
background-color: transparent;
color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
background-color: #ffc107;
border-color: #ffc107;
color: #212529;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
border-color: #dc3545;
color: #dc3545;
}
.btn-outline-danger:hover {
background-color: #dc3545;
border-color: #dc3545;
color: #fff;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
background-color: transparent;
color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
background-color: #dc3545;
border-color: #dc3545;
color: #fff;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
border-color: #f8f9fa;
color: #f8f9fa;
}
.btn-outline-light:hover {
background-color: #f8f9fa;
border-color: #f8f9fa;
color: #212529;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
background-color: transparent;
color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
background-color: #f8f9fa;
border-color: #f8f9fa;
color: #212529;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
border-color: #343a40;
color: #343a40;
}
.btn-outline-dark:hover {
background-color: #343a40;
border-color: #343a40;
color: #fff;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
background-color: transparent;
color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
background-color: #343a40;
border-color: #343a40;
color: #fff;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
color: #007bff;
font-weight: 400;
text-decoration: none;
}
.btn-link:hover {
color: #0056b3;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
color: #6c757d;
pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
border-radius: 0.3rem;
font-size: 1.25rem;
line-height: 1.5;
padding: 0.5rem 1rem;
}
.btn-group-sm > .btn,
.btn-sm {
border-radius: 0.2rem;
font-size: 0.875rem;
line-height: 1.5;
padding: 0.25rem 0.5rem;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 0.5rem;
}
input[type='button'].btn-block,
input[type='reset'].btn-block,
input[type='submit'].btn-block {
width: 100%;
}
.fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.dropdown {
position: relative;
}
.dropdown-toggle {
white-space: nowrap;
}
.dropdown-toggle:after {
border-bottom: 0;
border-left: 0.3em solid transparent;
border-right: 0.3em solid transparent;
border-top: 0.3em solid;
content: '';
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
}
.dropdown-toggle:empty:after {
margin-left: 0;
}
.dropdown-menu {
background-clip: padding-box;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
color: #212529;
display: none;
float: left;
font-size: 1rem;
left: 0;
list-style: none;
margin: 0.125rem 0 0;
min-width: 10rem;
padding: 0.5rem 0;
position: absolute;
text-align: left;
top: 100%;
z-index: 1000;
}
.dropdown-item {
background-color: transparent;
border: 0;
clear: both;
color: #212529;
display: block;
font-weight: 400;
padding: 0.25rem 1.5rem;
text-align: inherit;
white-space: nowrap;
width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
background-color: #f8f9fa;
color: #16181b;
text-decoration: none;
}
.dropdown-item.active,
.dropdown-item:active {
background-color: #007bff;
color: #fff;
text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
background-color: transparent;
color: #6c757d;
pointer-events: none;
}
.dropdown-menu.show {
display: block;
}
.nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none;
margin-bottom: 0;
padding-left: 0;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
text-decoration: none;
}
.nav-link.disabled {
color: #6c757d;
cursor: default;
pointer-events: none;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.navbar {
padding: 0.5rem 1rem;
position: relative;
}
.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
-ms-flex-align: center;
-ms-flex-pack: justify;
align-items: center;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
}
.navbar-brand {
display: inline-block;
font-size: 1.25rem;
line-height: inherit;
margin-right: 1rem;
padding-bottom: 0.3125rem;
padding-top: 0.3125rem;
white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
text-decoration: none;
}
.navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
list-style: none;
margin-bottom: 0;
padding-left: 0;
}
.navbar-nav .nav-link {
padding-left: 0;
padding-right: 0;
}
.navbar-nav .dropdown-menu {
float: none;
position: static;
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
-ms-flex-positive: 1;
-ms-flex-align: center;
align-items: center;
flex-basis: 100%;
flex-grow: 1;
}
.navbar-toggler {
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
font-size: 1.25rem;
line-height: 1;
padding: 0.25rem 0.75rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
text-decoration: none;
}
.navbar-toggler-icon {
background: no-repeat 50%;
background-size: 100% 100%;
content: '';
display: inline-block;
height: 1.5em;
vertical-align: middle;
width: 1.5em;
}
@media (max-width: 991.98px) {
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-xl {
padding-left: 0;
padding-right: 0;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
-ms-flex-pack: start;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-collapse {
-ms-flex-preferred-size: auto;
display: -ms-flexbox !important;
display: flex !important;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
border-color: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.card {
word-wrap: break-word;
background-clip: border-box;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
position: relative;
}
.card > hr {
margin-left: 0;
margin-right: 0;
}
.card > .list-group {
border-bottom: inherit;
border-top: inherit;
}
.card > .list-group:first-child {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
border-top-width: 0;
}
.card > .list-group:last-child {
border-bottom-left-radius: calc(0.25rem - 1px);
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-width: 0;
}
.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-height: 1px;
padding: 1.25rem;
}
.card-title {
margin-bottom: 0.75rem;
}
.card-subtitle {
margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
margin-bottom: 0;
}
.card-link:hover {
text-decoration: none;
}
.card-link + .card-link {
margin-left: 1.25rem;
}
.card-header {
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
margin-bottom: 0;
padding: 0.75rem 1.25rem;
}
.card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
padding: 0.75rem 1.25rem;
}
.card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
border-bottom: 0;
margin-bottom: -0.75rem;
}
.card-header-pills,
.card-header-tabs {
margin-left: -0.625rem;
margin-right: -0.625rem;
}
.card-img-overlay {
bottom: 0;
left: 0;
padding: 1.25rem;
position: absolute;
right: 0;
top: 0;
}
.card-img,
.card-img-bottom,
.card-img-top {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
}
.card-img,
.card-img-top {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
border-bottom-left-radius: calc(0.25rem - 1px);
border-bottom-right-radius: calc(0.25rem - 1px);
}
.card-deck .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-deck {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-left: -15px;
margin-right: -15px;
}
.card-deck .card {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0;
margin-left: 15px;
margin-right: 15px;
}
}
.card-group > .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-group {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.card-group > .card {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0;
}
.card-group > .card + .card {
border-left: 0;
margin-left: 0;
}
.card-group > .card:not(:last-child) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-header,
.card-group > .card:not(:last-child) .card-img-top {
border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-footer,
.card-group > .card:not(:last-child) .card-img-bottom {
border-bottom-right-radius: 0;
}
.card-group > .card:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-header,
.card-group > .card:not(:first-child) .card-img-top {
border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-footer,
.card-group > .card:not(:first-child) .card-img-bottom {
border-bottom-left-radius: 0;
}
}
.card-columns .card {
margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
.card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1;
}
.card-columns .card {
display: inline-block;
width: 100%;
}
}
.accordion > .card {
overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
border-bottom: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.accordion > .card:not(:first-of-type) {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.accordion > .card > .card-header {
border-radius: 0;
margin-bottom: -1px;
}
.breadcrumb {
background-color: #e9ecef;
border-radius: 0.25rem;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none;
margin-bottom: 1rem;
padding: 0.75rem 1rem;
}
.breadcrumb,
.breadcrumb-item {
display: -ms-flexbox;
display: flex;
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
color: #6c757d;
content: '/';
display: inline-block;
padding-right: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:hover:before {
text-decoration: underline;
text-decoration: none;
}
.breadcrumb-item.active {
color: #6c757d;
}
.pagination {
border-radius: 0.25rem;
display: -ms-flexbox;
display: flex;
list-style: none;
padding-left: 0;
}
.badge {
border-radius: 0.25rem;
display: inline-block;
font-size: 75%;
font-weight: 700;
line-height: 1;
padding: 0.25em 0.4em;
text-align: center;
transition:
color 0.15s ease-in-out,
background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
vertical-align: baseline;
white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
.badge {
transition: none;
}
}
a.badge:focus,
a.badge:hover {
text-decoration: none;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.badge-pill {
border-radius: 10rem;
padding-left: 0.6em;
padding-right: 0.6em;
}
.badge-primary {
background-color: #007bff;
color: #fff;
}
a.badge-primary:focus,
a.badge-primary:hover {
background-color: #0062cc;
color: #fff;
}
a.badge-primary.focus,
a.badge-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
outline: 0;
}
.badge-secondary {
background-color: #6c757d;
color: #fff;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
background-color: #545b62;
color: #fff;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
outline: 0;
}
.badge-success {
background-color: #28a745;
color: #fff;
}
a.badge-success:focus,
a.badge-success:hover {
background-color: #1e7e34;
color: #fff;
}
a.badge-success.focus,
a.badge-success:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
outline: 0;
}
.badge-info {
background-color: #17a2b8;
color: #fff;
}
a.badge-info:focus,
a.badge-info:hover {
background-color: #117a8b;
color: #fff;
}
a.badge-info.focus,
a.badge-info:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
outline: 0;
}
.badge-warning {
background-color: #ffc107;
color: #212529;
}
a.badge-warning:focus,
a.badge-warning:hover {
background-color: #d39e00;
color: #212529;
}
a.badge-warning.focus,
a.badge-warning:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
outline: 0;
}
.badge-danger {
background-color: #dc3545;
color: #fff;
}
a.badge-danger:focus,
a.badge-danger:hover {
background-color: #bd2130;
color: #fff;
}
a.badge-danger.focus,
a.badge-danger:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
outline: 0;
}
.badge-light {
background-color: #f8f9fa;
color: #212529;
}
a.badge-light:focus,
a.badge-light:hover {
background-color: #dae0e5;
color: #212529;
}
a.badge-light.focus,
a.badge-light:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
outline: 0;
}
.badge-dark {
background-color: #343a40;
color: #fff;
}
a.badge-dark:focus,
a.badge-dark:hover {
background-color: #1d2124;
color: #fff;
}
a.badge-dark.focus,
a.badge-dark:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
outline: 0;
}
.alert {
border: 1px solid transparent;
border-radius: 0.25rem;
margin-bottom: 1rem;
padding: 0.75rem 1.25rem;
position: relative;
}
.alert-warning {
background-color: #fff3cd;
border-color: #ffeeba;
color: #856404;
}
.alert-warning hr {
border-top-color: #ffe8a1;
}
@-webkit-keyframes progress-bar-stripes {
0% {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
0% {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
.progress {
background-color: #e9ecef;
border-radius: 0.25rem;
font-size: 0.75rem;
height: 1rem;
line-height: 0;
}
.progress,
.progress-bar {
display: -ms-flexbox;
display: flex;
overflow: hidden;
}
.progress-bar {
-ms-flex-pack: center;
background-color: #007bff;
color: #fff;
-ms-flex-direction: column;
flex-direction: column;
justify-content: center;
text-align: center;
transition: width 0.6s ease;
white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar {
transition: none;
}
}
.media {
-ms-flex-align: start;
align-items: flex-start;
display: -ms-flexbox;
display: flex;
}
.media-body {
-ms-flex: 1;
flex: 1;
}
.list-group {
border-radius: 0.25rem;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 0;
padding-left: 0;
}
.close {
color: #000;
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
opacity: 0.5;
text-shadow: 0 1px 0 #fff;
}
.close:hover {
color: #000;
text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
opacity: 0.75;
}
button.close {
background-color: transparent;
border: 0;
padding: 0;
}
a.close.disabled {
pointer-events: none;
}
.toast {
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
background-clip: padding-box;
background-color: hsla(0, 0%, 100%, 0.85);
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 0.25rem;
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
font-size: 0.875rem;
max-width: 350px;
opacity: 0;
overflow: hidden;
}
.toast:not(:last-child) {
margin-bottom: 0.75rem;
}
.toast.showing {
opacity: 1;
}
.toast.show {
display: block;
opacity: 1;
}
.toast.hide {
display: none;
}
.toast-header {
-ms-flex-align: center;
align-items: center;
background-clip: padding-box;
background-color: hsla(0, 0%, 100%, 0.85);
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
color: #6c757d;
display: -ms-flexbox;
display: flex;
padding: 0.25rem 0.75rem;
}
.toast-body {
padding: 0.75rem;
}
.modal {
display: none;
height: 100%;
left: 0;
outline: 0;
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
z-index: 1050;
}
.modal-dialog {
margin: 0.5rem;
pointer-events: none;
position: relative;
width: auto;
}
.modal.fade .modal-dialog {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition:
transform 0.3s ease-out,
-webkit-transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none;
}
}
.modal.show .modal-dialog {
-webkit-transform: none;
transform: none;
}
.modal-dialog-centered {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
content: '';
display: block;
height: calc(100vh - 1rem);
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
}
/* .modal-content {
background-clip: padding-box;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 2rem;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
outline: 0;
pointer-events: auto;
position: relative;
width: 100%;
} */
.modal-header {
-ms-flex-align: start;
-ms-flex-pack: justify;
align-items: flex-start;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
display: -ms-flexbox;
display: flex;
justify-content: space-between;
padding: 1rem;
}
.modal-header .close {
margin: -1rem -1rem -1rem auto;
padding: 1rem;
}
.modal-title {
line-height: 1.5;
margin-bottom: 0;
}
.modal-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
position: relative;
}
.modal-footer {
-ms-flex-align: center;
-ms-flex-pack: end;
align-items: center;
border-bottom-left-radius: calc(0.3rem - 1px);
border-bottom-right-radius: calc(0.3rem - 1px);
border-top: 1px solid #dee2e6;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: flex-end;
padding: 0.75rem;
}
.modal-footer > * {
margin: 0.25rem;
}
@media (min-width: 576px) {
.modal-dialog {
margin: 1.75rem auto;
max-width: 500px;
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered:before {
height: calc(100vh - 3.5rem);
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
}
}
.tooltip {
word-wrap: break-word;
display: block;
font-family:
-apple-system,
BlinkMacSystemFont,
Segoe UI,
Roboto,
Helvetica Neue,
Arial,
Noto Sans,
sans-serif,
Apple Color Emoji,
Segoe UI Emoji,
Segoe UI Symbol,
Noto Color Emoji;
font-size: 0.875rem;
font-style: normal;
font-weight: 400;
letter-spacing: normal;
line-break: auto;
line-height: 1.5;
margin: 0;
opacity: 0;
position: absolute;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
z-index: 1070;
}
.tooltip.show {
opacity: 0.9;
}
.tooltip .arrow {
display: block;
height: 0.4rem;
position: absolute;
width: 0.8rem;
}
.tooltip .arrow:before {
border-color: transparent;
border-style: solid;
content: '';
position: absolute;
}
.carousel {
position: relative;
}
@-webkit-keyframes spinner-border {
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
@keyframes spinner-border {
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
.spinner-border {
-webkit-animation: spinner-border 0.75s linear infinite;
animation: spinner-border 0.75s linear infinite;
border: 0.25em solid;
border-radius: 50%;
border-right: 0.25em solid transparent;
display: inline-block;
height: 2rem;
vertical-align: text-bottom;
width: 2rem;
}
@-webkit-keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.spinner-grow {
-webkit-animation: spinner-grow 0.75s linear infinite;
animation: spinner-grow 0.75s linear infinite;
background-color: currentColor;
border-radius: 50%;
display: inline-block;
height: 2rem;
opacity: 0;
vertical-align: text-bottom;
width: 2rem;
}
.bg-primary {
background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
background-color: #0062cc !important;
}
.bg-secondary {
background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
background-color: #545b62 !important;
}
.bg-success {
background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
background-color: #1e7e34 !important;
}
.bg-info {
background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
background-color: #117a8b !important;
}
.bg-warning {
background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
background-color: #d39e00 !important;
}
.bg-danger {
background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
background-color: #bd2130 !important;
}
.bg-light {
background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
background-color: #dae0e5 !important;
}
.bg-dark {
background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
background-color: #1d2124 !important;
}
.bg-white {
background-color: #fff !important;
}
.bg-transparent {
background-color: transparent !important;
}
.border {
border: 1px solid #dee2e6 !important;
}
.border-top {
border-top: 1px solid #dee2e6 !important;
}
.border-right {
border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
border-left: 1px solid #dee2e6 !important;
}
.border-0 {
border: 0 !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-right-0 {
border-right: 0 !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-left-0 {
border-left: 0 !important;
}
.border-primary {
border-color: #007bff !important;
}
.border-secondary {
border-color: #6c757d !important;
}
.border-success {
border-color: #28a745 !important;
}
.border-info {
border-color: #17a2b8 !important;
}
.border-warning {
border-color: #ffc107 !important;
}
.border-danger {
border-color: #dc3545 !important;
}
.border-light {
border-color: #f8f9fa !important;
}
.border-dark {
border-color: #343a40 !important;
}
.border-white {
border-color: #fff !important;
}
.rounded-sm {
border-radius: 0.2rem !important;
}
.rounded {
border-radius: 0.25rem !important;
}
.rounded-top {
border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
border-radius: 0.3rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-pill {
border-radius: 50rem !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-sm-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-sm-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-md-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-md-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-md-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-lg-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-lg-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-xl-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-xl-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
.float-right {
float: right !important;
}
.overflow-auto {
overflow: auto !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
box-shadow: none !important;
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.w-auto {
width: auto !important;
}
.h-25 {
height: 25% !important;
}
.h-50 {
height: 50% !important;
}
.h-75 {
height: 75% !important;
}
.h-100 {
height: 100% !important;
}
.h-auto {
height: auto !important;
}
.mw-100 {
max-width: 100% !important;
}
.mh-100 {
max-height: 100% !important;
}
.min-vw-100 {
min-width: 100vw !important;
}
.min-vh-100 {
min-height: 100vh !important;
}
.vw-100 {
width: 100vw !important;
}
.vh-100 {
height: 100vh !important;
}
.m-0 {
margin: 0 !important;
}
.mt-0,
.my-0 {
margin-top: 0 !important;
}
.mr-0,
.mx-0 {
margin-right: 0 !important;
}
.mb-0,
.my-0 {
margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
margin-left: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.mt-1,
.my-1 {
margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
margin-left: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.mt-2,
.my-2 {
margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
margin-left: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.mt-3,
.my-3 {
margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
margin-right: 1rem !important;
}
.mb-3,
.my-3 {
margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
margin-left: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.mt-4,
.my-4 {
margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
margin-left: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.mt-5,
.my-5 {
margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
margin-right: 3rem !important;
}
.mb-5,
.my-5 {
margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
margin-left: 3rem !important;
}
.p-0 {
padding: 0 !important;
}
.pt-0,
.py-0 {
padding-top: 0 !important;
}
.pr-0,
.px-0 {
padding-right: 0 !important;
}
.pb-0,
.py-0 {
padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
padding-left: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.pt-1,
.py-1 {
padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
padding-left: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.pt-2,
.py-2 {
padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
padding-left: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.pt-3,
.py-3 {
padding-top: 1rem !important;
}
.pr-3,
.px-3 {
padding-right: 1rem !important;
}
.pb-3,
.py-3 {
padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
padding-left: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.pt-4,
.py-4 {
padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
padding-left: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.pt-5,
.py-5 {
padding-top: 3rem !important;
}
.pr-5,
.px-5 {
padding-right: 3rem !important;
}
.pb-5,
.py-5 {
padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
padding-left: 3rem !important;
}
.m-n1 {
margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
margin-left: -0.25rem !important;
}
.m-n2 {
margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
margin-left: -0.5rem !important;
}
.m-n3 {
margin: -1rem !important;
}
.mt-n3,
.my-n3 {
margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
margin-left: -1rem !important;
}
.m-n4 {
margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
margin-left: -1.5rem !important;
}
.m-n5 {
margin: -3rem !important;
}
.mt-n5,
.my-n5 {
margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
margin-left: -3rem !important;
}
.m-auto {
margin: auto !important;
}
.mt-auto,
.my-auto {
margin-top: auto !important;
}
.mr-auto,
.mx-auto {
margin-right: auto !important;
}
.mb-auto,
.my-auto {
margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important;
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important;
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important;
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important;
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important;
}
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important;
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important;
}
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important;
}
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important;
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important;
}
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important;
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important;
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important;
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important;
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important;
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important;
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important;
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important;
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important;
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important;
}
.p-sm-0 {
padding: 0 !important;
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important;
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important;
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important;
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important;
}
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important;
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important;
}
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important;
}
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important;
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important;
}
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important;
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important;
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important;
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important;
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important;
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important;
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important;
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important;
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important;
}
.m-sm-n1 {
margin: -0.25rem !important;
}
.mt-sm-n1,
.my-sm-n1 {
margin-top: -0.25rem !important;
}
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -0.25rem !important;
}
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -0.25rem !important;
}
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -0.25rem !important;
}
.m-sm-n2 {
margin: -0.5rem !important;
}
.mt-sm-n2,
.my-sm-n2 {
margin-top: -0.5rem !important;
}
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -0.5rem !important;
}
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -0.5rem !important;
}
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -0.5rem !important;
}
.m-sm-n3 {
margin: -1rem !important;
}
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1rem !important;
}
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -1rem !important;
}
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1rem !important;
}
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -1rem !important;
}
.m-sm-n4 {
margin: -1.5rem !important;
}
.mt-sm-n4,
.my-sm-n4 {
margin-top: -1.5rem !important;
}
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -1.5rem !important;
}
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -1.5rem !important;
}
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -1.5rem !important;
}
.m-sm-n5 {
margin: -3rem !important;
}
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3rem !important;
}
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -3rem !important;
}
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3rem !important;
}
.ml-sm-n5,
.mx-sm-n5 {
margin-left: -3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important;
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important;
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important;
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important;
}
.mt-md-0,
.my-md-0 {
margin-top: 0 !important;
}
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important;
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important;
}
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important;
}
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important;
}
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important;
}
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important;
}
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important;
}
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important;
}
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important;
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important;
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important;
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important;
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important;
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important;
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important;
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important;
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important;
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important;
}
.p-md-0 {
padding: 0 !important;
}
.pt-md-0,
.py-md-0 {
padding-top: 0 !important;
}
.pr-md-0,
.px-md-0 {
padding-right: 0 !important;
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important;
}
.pl-md-0,
.px-md-0 {
padding-left: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important;
}
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important;
}
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important;
}
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important;
}
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important;
}
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important;
}
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important;
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important;
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important;
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important;
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important;
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important;
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important;
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important;
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important;
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important;
}
.m-md-n1 {
margin: -0.25rem !important;
}
.mt-md-n1,
.my-md-n1 {
margin-top: -0.25rem !important;
}
.mr-md-n1,
.mx-md-n1 {
margin-right: -0.25rem !important;
}
.mb-md-n1,
.my-md-n1 {
margin-bottom: -0.25rem !important;
}
.ml-md-n1,
.mx-md-n1 {
margin-left: -0.25rem !important;
}
.m-md-n2 {
margin: -0.5rem !important;
}
.mt-md-n2,
.my-md-n2 {
margin-top: -0.5rem !important;
}
.mr-md-n2,
.mx-md-n2 {
margin-right: -0.5rem !important;
}
.mb-md-n2,
.my-md-n2 {
margin-bottom: -0.5rem !important;
}
.ml-md-n2,
.mx-md-n2 {
margin-left: -0.5rem !important;
}
.m-md-n3 {
margin: -1rem !important;
}
.mt-md-n3,
.my-md-n3 {
margin-top: -1rem !important;
}
.mr-md-n3,
.mx-md-n3 {
margin-right: -1rem !important;
}
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1rem !important;
}
.ml-md-n3,
.mx-md-n3 {
margin-left: -1rem !important;
}
.m-md-n4 {
margin: -1.5rem !important;
}
.mt-md-n4,
.my-md-n4 {
margin-top: -1.5rem !important;
}
.mr-md-n4,
.mx-md-n4 {
margin-right: -1.5rem !important;
}
.mb-md-n4,
.my-md-n4 {
margin-bottom: -1.5rem !important;
}
.ml-md-n4,
.mx-md-n4 {
margin-left: -1.5rem !important;
}
.m-md-n5 {
margin: -3rem !important;
}
.mt-md-n5,
.my-md-n5 {
margin-top: -3rem !important;
}
.mr-md-n5,
.mx-md-n5 {
margin-right: -3rem !important;
}
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3rem !important;
}
.ml-md-n5,
.mx-md-n5 {
margin-left: -3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mt-md-auto,
.my-md-auto {
margin-top: auto !important;
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important;
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important;
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important;
}
}
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important;
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important;
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important;
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important;
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important;
}
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important;
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important;
}
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important;
}
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important;
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important;
}
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important;
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important;
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important;
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important;
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important;
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important;
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important;
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important;
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important;
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important;
}
.p-lg-0 {
padding: 0 !important;
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important;
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important;
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important;
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important;
}
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important;
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important;
}
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important;
}
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important;
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important;
}
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important;
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important;
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important;
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important;
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important;
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important;
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important;
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important;
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important;
}
.m-lg-n1 {
margin: -0.25rem !important;
}
.mt-lg-n1,
.my-lg-n1 {
margin-top: -0.25rem !important;
}
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -0.25rem !important;
}
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -0.25rem !important;
}
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -0.25rem !important;
}
.m-lg-n2 {
margin: -0.5rem !important;
}
.mt-lg-n2,
.my-lg-n2 {
margin-top: -0.5rem !important;
}
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -0.5rem !important;
}
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -0.5rem !important;
}
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -0.5rem !important;
}
.m-lg-n3 {
margin: -1rem !important;
}
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1rem !important;
}
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -1rem !important;
}
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1rem !important;
}
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -1rem !important;
}
.m-lg-n4 {
margin: -1.5rem !important;
}
.mt-lg-n4,
.my-lg-n4 {
margin-top: -1.5rem !important;
}
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -1.5rem !important;
}
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -1.5rem !important;
}
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -1.5rem !important;
}
.m-lg-n5 {
margin: -3rem !important;
}
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3rem !important;
}
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -3rem !important;
}
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3rem !important;
}
.ml-lg-n5,
.mx-lg-n5 {
margin-left: -3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important;
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important;
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important;
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important;
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important;
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important;
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important;
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important;
}
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important;
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important;
}
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important;
}
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important;
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important;
}
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important;
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important;
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important;
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important;
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important;
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important;
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important;
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important;
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important;
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important;
}
.p-xl-0 {
padding: 0 !important;
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important;
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important;
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important;
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important;
}
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important;
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important;
}
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important;
}
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important;
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important;
}
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important;
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important;
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important;
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important;
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important;
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important;
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important;
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important;
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important;
}
.m-xl-n1 {
margin: -0.25rem !important;
}
.mt-xl-n1,
.my-xl-n1 {
margin-top: -0.25rem !important;
}
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -0.25rem !important;
}
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -0.25rem !important;
}
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -0.25rem !important;
}
.m-xl-n2 {
margin: -0.5rem !important;
}
.mt-xl-n2,
.my-xl-n2 {
margin-top: -0.5rem !important;
}
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -0.5rem !important;
}
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -0.5rem !important;
}
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -0.5rem !important;
}
.m-xl-n3 {
margin: -1rem !important;
}
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1rem !important;
}
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -1rem !important;
}
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1rem !important;
}
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -1rem !important;
}
.m-xl-n4 {
margin: -1.5rem !important;
}
.mt-xl-n4,
.my-xl-n4 {
margin-top: -1.5rem !important;
}
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -1.5rem !important;
}
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -1.5rem !important;
}
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -1.5rem !important;
}
.m-xl-n5 {
margin: -3rem !important;
}
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3rem !important;
}
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -3rem !important;
}
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3rem !important;
}
.ml-xl-n5,
.mx-xl-n5 {
margin-left: -3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important;
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important;
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important;
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important;
}
}
.text-monospace {
font-family:
SFMono-Regular,
Menlo,
Monaco,
Consolas,
Liberation Mono,
Courier New,
monospace !important;
}
.text-justify {
text-align: justify !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
@media (min-width: 576px) {
.text-sm-left {
text-align: left !important;
}
.text-sm-right {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.text-md-left {
text-align: left !important;
}
.text-md-right {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.text-lg-left {
text-align: left !important;
}
.text-lg-right {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.text-xl-left {
text-align: left !important;
}
.text-xl-right {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.font-weight-light {
font-weight: 300 !important;
}
.font-weight-lighter {
font-weight: lighter !important;
}
.font-weight-normal {
font-weight: 400 !important;
}
.font-weight-bold {
font-weight: 700 !important;
}
.font-weight-bolder {
font-weight: bolder !important;
}
.font-italic {
font-style: italic !important;
}
.text-white {
color: #fff !important;
}
.text-primary {
color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
color: #0056b3 !important;
}
.text-secondary {
color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
color: #494f54 !important;
}
.text-success {
color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
color: #19692c !important;
}
.text-info {
color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
color: #0f6674 !important;
}
.text-warning {
color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
color: #ba8b00 !important;
}
.text-danger {
color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
color: #a71d2a !important;
}
.text-light {
color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
color: #cbd3da !important;
}
.text-dark {
color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
color: #121416 !important;
}
.text-body {
color: #212529 !important;
}
.text-muted {
color: #6c757d !important;
}
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
background-color: transparent;
border: 0;
color: transparent;
font: 0/0 a;
text-shadow: none;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-break {
word-wrap: break-word !important;
}
.text-reset {
color: inherit !important;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
@media print {
*,
:after,
:before {
box-shadow: none !important;
text-shadow: none !important;
}
a:not(.btn) {
text-decoration: underline;
}
abbr[title]:after {
content: ' (' attr(title) ')';
}
pre {
white-space: pre-wrap !important;
}
blockquote,
pre {
border: 1px solid #adb5bd;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
img,
tr {
page-break-inside: avoid;
}
h2,
h3,
p {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
@page {
size: a3;
}
.container,
body {
min-width: 992px !important;
}
.navbar {
display: none;
}
.badge {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered td,
.table-bordered th {
border: 1px solid #dee2e6 !important;
}
.table-dark {
color: inherit;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #dee2e6;
}
.table .thead-dark th {
border-color: #dee2e6;
color: inherit;
}
}
.col-1,
.col-10,
.col-11,
.col-12,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
padding-left: 0 !important;
padding-right: 0 !important;
}
.navbar-light .navbar-toggler-icon {
background-image: url(https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/1%20Homepage%20RG/ic_hamburger_black.svg) !important;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
border: none !important;
outline: none !important;
text-decoration: none !important;
}
.header-shadow {
background: #fff;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.13);
position: fixed;
top: 0;
width: 100%;
z-index: 9;
}
.header-shadow .nav-item a.nav-link:hover {
background: 0 !important;
color: #3cc4e5 !important;
}
.header-shadow a.dropdown-item:active,
.header-shadow a.dropdown-item:focus {
background-color: #eaf8f9 !important;
color: #212529 !important;
}
.header-shadow .dropdown-item img {
margin-bottom: 4px;
}
.row {
margin-left: 0 !important;
margin-right: 0 !important;
padding: 10px;
}
.dropdown-toggle:after {
transition: 0.7s;
}
.dropdown-toggle[aria-expanded='true']:after {
transform: scaleY(-1);
}
a.dropdown-item:hover {
background-color: #eaf8f9 !important;
}
.dropdown-item {
color: #0a2540 !important;
white-space: normal !important;
width: auto !important;
}
.navbar-light .navbar-nav .nav-link {
color: #474747 !important;
font-family:
Open Sans,
sans-serif;
font-size: 17px;
}
.cta {
border-radius: 9999px;
background: var(--k-12-base-light-theme-action-primary-default, #f26d0f);
width: 100%;
border: none;
color: var(--k-12-base-light-theme-text-solid-invert, #fff);
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 22px;
display: flex;
align-items: center;
justify-content: center;
padding: 0.75rem 1.5rem;
}
.cta.dark {
color: #000;
background-color: #fff;
}
.cta-nav {
position: absolute;
right: 0;
}
a.cta-download {
background: #ff823c;
border: 0;
border-radius: 50px;
color: #fff !important;
cursor: pointer;
font-size: 14px;
font-stretch: normal;
font-style: normal;
font-weight: 600;
letter-spacing: 0.2px;
line-height: normal;
outline: none;
padding: 1rem 1.2rem;
text-align: center;
text-decoration: none;
}
.dropdown:hover .dropdown-menu {
display: block;
margin-top: 0;
}
.dropdown-menu {
width: max-content;
}
@media (min-width: 1025px) {
.navbar-expand-lg .navbar-nav {
-ms-flex-direction: row;
flex-direction: row !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-left: 0 !important;
}
.navbar-light .navbar-nav .nav-link {
margin-left: 14px;
margin-right: 14px;
}
.dropdown-menu__925 {
width: 925px !important;
}
.dropdown-menu.show:before {
border-bottom: 15px solid #fff;
border-left: 10px solid transparent;
border-radius: 3px;
border-right: 10px solid transparent;
content: '';
height: 0;
left: 9%;
position: absolute;
top: -14px;
width: 0;
}
.dropdown-menu .row .product-name {
width: 25%;
}
.cta_button {
font-size: 14px !important;
}
}
@media (max-width: 1024px) {
.dropdown-menu {
width: auto !important;
}
.navbar {
padding: 0 !important;
}
.navbar-brand {
margin-left: 12px;
}
.header-shadow__display {
width: 100%;
}
.navbar-nav {
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
text-align: center;
}
.nav-item {
padding: 12px 0;
}
.navbar-light .navbar-toggler {
border-color: transparent !important;
}
.navbar-collapse {
max-height: 500px !important;
overflow-y: scroll !important;
}
.navbar-toggler {
font-size: 16px !important;
padding: 0.25rem 0 !important;
}
.dropdown-menu {
height: 100% !important;
overflow-y: scroll !important;
}
.dropdown-menu .row .product-name {
width: auto;
}
.dropdown-item {
font-size: 14px;
margin-bottom: 18px;
}
.cta-nav {
margin-top: 0.25rem;
text-align: center !important;
}
.navbar-light .navbar-nav .nav-link {
margin-left: 0;
margin-right: 0;
}
}
.glow-new {
-webkit-animation: flow 1.5s linear infinite;
-moz-animation: flow 1.5s linear infinite;
background: #fff;
background: -moz-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 1%, #fff 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(1%, hsla(0, 0%, 100%, 0)), color-stop(100%, #fff));
background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 1%, #fff);
background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 1%, #fff 100%);
background: -ms-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 1%, #fff 100%);
background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 1%, #fff);
border-left: 1px solid #fff;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=1);
height: 100%;
margin-left: -5rem;
position: absolute;
-webkit-transform: skew(20deg);
-moz-transform: skew(20deg);
-o-transform: skew(20deg);
z-index: 999;
}
.ribbon-wrapper-new {
position: relative;
width: 86px;
z-index: 998;
}
.navig-link a {
background-color: transparent;
color: #474747 !important;
text-decoration: none !important;
}
.navig-link.dark a {
color: #fff !important;
}
.navig-dropdown-area a:hover,
.navig-link a:hover {
background: 0 !important;
color: #3cc4e5 !important;
cursor: pointer;
text-decoration: none !important;
}
.ruangguru-header {
background: #fff;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.13);
position: fixed;
top: 0;
width: 100%;
z-index: 100;
}
.ruangguru-header.dark {
background: #050101;
box-shadow: none;
}
.ruangguru-header.light {
background: rgba(76, 163, 235, 0.001);
box-shadow: none;
backdrop-filter: blur(8px);
padding: 0;
}
.ruangguru-header.light.solid {
background: #4ca3eb;
}
.ruangguru-header.hasBanner {
top: 4.5rem;
}
.ruangguru-header .navig-link {
color: #474747 !important;
font-family: Inter;
font-size: 16px;
font-weight: 500;
line-height: 24px;
padding: 0 10px;
}
.navigation__left {
display: flex;
}
.logo-header {
padding: 5px 0;
}
.navig-link:hover {
background: 0 !important;
color: #3cc4e5 !important;
cursor: pointer;
}
.navig-link-dropdown {
white-space: nowrap;
}
.navig-link-dropdown:after {
border-bottom: 0;
border-left: 0.3em solid transparent;
border-right: 0.3em solid transparent;
border-top: 0.3em solid;
content: '';
display: inline-block;
margin-left: 0.255em;
transition: 0.7s;
vertical-align: 0.255em;
}
.navig-link-dropdown[aria-expanded='true']:after {
transform: scaleY(-1);
}
.navig-link-dropdown[aria-expanded='false']:after {
transform: scaleY(1);
}
.logo-product {
margin: 0 0 5px !important;
}
.logo-product img {
min-height: 20px;
}
#lp_ea {
display: flex;
}
.show-animation {
animation: animate 0.5s ease-in-out forwards;
opacity: 0;
transform-origin: right top;
}
.item-services a,
.text-product {
font-family: Inter;
}
@keyframes animate {
0% {
opacity: 0;
transform: rotateX(-90deg);
}
50% {
transform: rotateX(20deg);
}
to {
opacity: 1;
transform: rotateX(0deg);
}
}
@media (min-width: 1025px) {
.spacer-rg {
height: 4.5rem !important;
}
.container-ruangguru-header {
align-items: center;
padding: 10px;
position: relative;
}
.ruangguru-header {
padding: 8px 0 8px 16px;
}
.logo-header {
margin-right: 16px;
}
.navigation__right {
position: absolute;
right: 0;
}
#produk_item {
background-clip: padding-box;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
color: #212529;
display: none;
float: left;
font-size: 1rem;
grid-template-columns: 1fr 1fr 1fr 1fr;
list-style: none;
padding: 0.5rem 10px;
position: absolute;
text-align: left;
top: 80%;
width: 937px;
z-index: 1000;
}
.item-product,
.item-services {
padding: 12px;
}
.item-services a,
.text-product {
color: #0a2540 !important;
font-family: Inter;
font-size: 14px;
font-weight: 400;
line-height: 22px;
text-align: inherit;
text-decoration: none;
white-space: normal !important;
width: auto !important;
}
.item-product:hover,
.item-services:hover {
background-color: #eaf8f9 !important;
cursor: pointer;
}
#services_item {
background-clip: padding-box;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
color: #212529;
display: none;
flex-flow: column;
float: left;
font-size: 1rem;
list-style: none;
margin: 0;
min-width: 10rem;
padding: 0.5rem 0;
position: absolute;
text-align: left;
top: 80%;
z-index: 1000;
}
#services_item {
left: 14rem;
}
.container-ruangguru-header {
display: flex;
flex-direction: row;
}
.navigation__content {
align-items: center;
display: none;
flex-basis: 100%;
flex-grow: 1;
max-height: 500px;
overflow-y: scroll;
padding-bottom: 20px;
text-align: center;
}
}
@media (min-width: 1078px) {
.hamburger-icon {
display: none;
}
.navigation__content {
align-items: center;
display: none;
flex-basis: auto;
flex-grow: 0;
max-height: unset;
overflow-y: auto;
padding-bottom: 0;
text-align: center;
}
.navigation__content .navig-link {
margin: 0 14px;
padding: 8px 8px 8px 0;
}
.navigation__content {
display: grid;
grid-auto-flow: column;
}
}
@media (min-width: 321px) and (max-width: 767px) {
.spacer-rg {
height: 4rem !important;
}
.container-ruangguru-header {
align-items: center;
padding: 10px;
position: relative;
}
.navigation__content {
padding-bottom: 20px;
}
.item-services a,
.text-product {
color: #0a2540 !important;
font-size: 14px;
font-weight: 400;
text-align: inherit;
text-decoration: none;
white-space: normal !important;
width: auto !important;
}
.hamburger-icon {
align-self: center;
transform: scale(0.8);
}
.navig-dropdown-area {
background-clip: padding-box;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
color: #212529;
display: none;
font-size: 1rem;
left: 0;
list-style: none;
margin: 10px;
min-width: 10rem;
text-align: left;
top: 100%;
z-index: 1000;
}
#produk,
#program,
#services {
padding: 20px 0 0;
}
#produk_item,
#services_item {
padding: 1rem 20px;
}
.text-product {
margin-bottom: 0;
}
.navigation__right {
position: absolute;
right: 0;
top: 12px;
}
.navig-link {
padding: 28px 0 0;
text-align: center;
margin-top: 0.75rem;
}
.item-product {
margin-bottom: 24px;
padding: 0.25rem 0.5rem 0.5rem;
}
.item-services {
margin-bottom: 0.35rem;
padding: 0.5rem 0;
}
.navigation__content {
align-items: center;
display: none;
flex-basis: 100%;
flex-grow: 1;
max-height: 500px;
overflow-y: scroll;
text-align: center;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.spacer-rg {
height: 4rem !important;
}
.container-ruangguru-header {
align-items: center;
padding: 10px;
position: relative;
}
.hamburger-icon {
align-self: center;
transform: scale(0.8);
}
.logo-header {
margin-left: 20px;
}
.item-services a,
.text-product {
color: #0a2540 !important;
font-size: 16px;
font-weight: 400;
text-align: inherit;
text-decoration: none;
white-space: normal !important;
width: auto !important;
}
.navig-dropdown-area {
background-clip: padding-box;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
color: #212529;
display: none;
font-size: 1rem;
left: 0;
list-style: none;
margin: 0 10px;
min-width: 10rem;
text-align: left;
top: 100%;
z-index: 1000;
}
#produk_item,
#services_item {
padding: 1rem 20px;
}
.text-product {
margin-bottom: 0;
}
.navigation__right {
position: absolute;
right: 0;
top: 12px;
}
.navig-link {
padding: 28px 0 0;
text-align: center;
}
.item-product {
margin-bottom: 18px;
padding: 0.25rem 1.5rem;
}
.item-services {
margin-bottom: 18px;
padding: 2px 0;
}
.navigation__content {
display: none;
}
}
@media (max-width: 320px) {
.spacer-rg {
height: 3rem !important;
}
.container-ruangguru-header {
align-items: center;
position: relative;
}
.navigation__content {
padding-bottom: 20px;
}
.item-services a,
.text-product {
color: #0a2540 !important;
font-size: 14px;
font-weight: 400;
text-align: inherit;
text-decoration: none;
white-space: normal !important;
width: auto !important;
}
.hamburger-icon {
align-self: center;
transform: scale(0.8);
}
.logo-header {
margin-left: 10px;
transform: scale(0.8);
}
.navig-dropdown-area {
background-clip: padding-box;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
color: #212529;
display: none;
font-size: 1rem;
left: 0;
list-style: none;
margin: 10px;
min-width: 10rem;
text-align: left;
top: 100%;
z-index: 1000;
}
#produk,
#program,
#services {
padding: 20px 0 0;
}
#produk_item {
padding: 1rem 20px;
}
#services_item {
padding: 10px 20px;
}
.text-product {
margin-bottom: 0;
}
.navigation__right {
position: absolute;
right: 0;
top: 5px;
transform: scale(0.8);
}
.navig-link {
padding: 28px 0 0;
text-align: center;
}
.item-product {
margin-bottom: 18px;
padding: 0.25rem 1.5rem;
}
.item-services {
margin-bottom: 18px;
padding: 2px 0;
}
.navigation__content {
align-items: center;
display: none;
flex-basis: 100%;
flex-grow: 1;
max-height: 500px;
overflow-y: scroll;
text-align: center;
}
}
.wrapper-profile-login {
position: relative;
}
.secondary-cta {
display: flex;
height: 44px;
padding: 0.3rem 2.5rem;
justify-content: center;
align-items: center;
border-radius: 9999px;
border: 1px solid var(--prop-action-secondary-secondary-default-border, #cfd3db);
background: var(--prop-action-secondary-secondary-default, #fff);
color: var(--color-text-text-invert, #fff);
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
cursor: pointer;
color: var(--color-text-text-ink, #2c313a);
}
.container-login_details {
position: relative;
}
.container-user_profile {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
border-radius: var(--size-radius-rad-full, 9999px);
border: 1px solid var(--K12-Base-Theme-Border-Default, #cfd3db);
background: var(--K12-Base-Theme-Action-Secondary-Default, #fff);
padding: 4px 8px;
cursor: pointer;
position: relative;
}
.profile-picture {
border-radius: 100%;
}
.display-none {
display: none !important;
}
nav.ruangguru-header {
background: #022527;
}
.navig-link a {
color: #fff !important;
}
.navig-link-dropdown[aria-expanded='false']:after {
border-top: 0.3em solid #fff;
}
.container-user_profile {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
border-radius: var(--size-radius-rad-full, 9999px);
border: 0px solid var(--K12-Base-Theme-Border-Default, #cfd3db);
background: var(--K12-Base-Theme-Action-Secondary-Default, #fff);
padding: 4px 8px;
cursor: pointer;
position: relative;
}
.profile-name {
color: var(--color-text-text-ink, #2c313a);
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 22px;
margin: 0;
width: 120px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#logout-btn {
width: 100%;
position: absolute;
top: 105%;
height: 30px;
display: flex;
justify-content: flex-start;
align-items: center;
gap: 8px;
padding: 0 12px;
background: #fff;
border-radius: 9999px;
border: none;
color: var(--color-text-text-critical, #cd1924);
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 22px;
}
.hero-timer-cta {
position: relative;
}
.tooltip-login {
position: absolute;
left: -13rem;
top: 3.25rem;
}
.tooltip-login-content {
position: relative;
width: 22rem;
}
.tooltip-img {
width: 100%;
}
.tooltip-close {
position: absolute;
right: 2rem;
top: 1.25rem;
cursor: pointer;
}
@media (max-width: 767px) {
/* .hamburger-icon {
position: absolute;
left: 0;
} */
.profile-name {
width: 60px;
}
.logo-header {
margin-left: 0;
}
.container-ruangguru-header {
padding: 10px 0;
}
}
.container-ruangguru-header {
padding: 12px 0;
}
.buy-ticket {
width: 204px;
height: 48px;
border-radius: var(--size-radius-rad-full, 9999px);
background: #ffffff;
border: none;
color: black;
text-align: center;
/* mobile/label/md */
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
margin: 0;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}
@media (max-width: 767px) {
.navigation__content {
display: none;
align-items: center;
}
.buy-ticket {
width: 164px;
height: 44px;
}
.navigation__right {
/* right: 2.5rem; */
top: 1.2rem;
}
.ruangguru-header.light {
padding: 0;
background: #4ca3eb;
}
}
.header-guest-mark-layout {
position: absolute;
width: 100%;
display: none;
justify-content: flex-end;
}
.header-guest-mark-triangle {
width: 0;
height: 0;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 30px solid #f1bb53;
margin-right: 2.25rem;
margin-bottom: -0.5rem;
}
.header-guest-mark-container {
display: flex;
background-color: #f1bb53;
width: fit-content;
border-radius: 12px;
padding: 0.5rem 0.75rem;
gap: 1rem;
justify-items: center;
}
.header-guest-mark-container p {
font-family: Space Grotesk;
font-size: 12px;
font-weight: 700;
line-height: 18px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
padding: 0;
}
@media (min-width: 1300px) {
.header-guest-mark-layout {
margin-top: 7rem;
}
}
@media (max-width: 1299px) {
.header-guest-mark-layout {
margin-top: 0;
}
}
@media (max-width: 767px) {
.header-guest-mark-triangle {
margin-right: 2.5rem;
}
}
</style>
<header class="container-floating-header">
<nav class="ruangguru-header dark solid">
<div class="page-center">
<div class="container-ruangguru-header">
<div class="navigation__left">
<div class="hamburger-icon">
<img
width="55"
height="55"
src="https://cdn-web-2.ruangguru.com/landing-pages/assets/43ffede0-ced7-40ef-9d97-84f1df0229a6.svg"
alt="Dropdown Navigation Icon"
loading="lazy"
class="hamburger-navbar"
/>
</div>
<a href="https://www.ruangguru.com">
<div class="logo-header">
<img
width="auto"
height="44"
src="https://cdn-web-2.ruangguru.com/landing-pages/assets/hs/Ruangguru%20Revamp%202022/Header%20dan%20Hero/logo%20RG.svg"
alt="Logo Ruangguru"
loading="lazy"
/>
</div>
</a>
</div>
<div class="navigation__content">
<div class="navig-link">
<a href="https://www.ruangguru.com/event/clash-of-champions/final-chapter">Home</a>
</div>
<div class="navig-link online-ticket-with-badge">
<span class="new-badge">NEW</span>
<a href="https://www.ruangguru.com/event/clash-of-champions/final-chapter/online" class="scrollToId">Tiket Online</a>
</div>
<!-- <div class="navig-link">
<a href="https://www.ruangguru.com/event/clash-of-champions/final-chapter#lokasi" class="scrollToId">Lokasi</a>
</div>
<div class="navig-link">
<a href="https://www.ruangguru.com/event/clash-of-champions/final-chapter#faq" class="scrollToId">FAQ</a>
</div> -->
<div class="navig-link my-ticket-link">
<a href="https://www.ruangguru.com/event/clash-of-champions/final-chapter/my-ticket">Tiket Saya</a>
</div>
</div>
<div class="navigation__right">
<div class="button-langganan-cta" id="btn-header" style="color: black">
<div class="wrapper-profile-login">
<button class="cta dark" id="login-btn">Login</button>
<div id="login-details" class="container-login_details display-none">
<div class="container-user_profile" id="user-profile"></div>
<button class="cta display-none dark" id="logout-btn">
<img width="18px" height="auto" class="logout-icon" src="https://cdn-web-2.ruangguru.com/landing-pages/assets/be30e3a3-7e6f-4a38-b235-eb1296d7e41c.svg" />
Logout
</button>
</div>
</div>
</div>
</div>
<div id="idLibsHeaderGuestMarkLayout" class="header-guest-mark-layout">
<div style="display: grid; justify-items: flex-end">
<div class="header-guest-mark-triangle"></div>
<div class="header-guest-mark-container">
<p>Masuk / Daftar sekarang untuk membeli tiket</p>
<img
id="idLibsHeaderGuestMarkButtonClose"
style="cursor: pointer"
width="20px"
height="20px"
src="https://cdn-web-2.ruangguru.com/landing-pages/assets/f42db25d-30da-4aed-aa22-34312da2b0ab.png"
alt="image close"
loading="lazy"
/>
</div>
</div>
</div>
</div>
</div>
</nav>
</header>
<section class="hero bg-no-repeat text-white">
<div class="page-center py-20">
<div class="hero-content">
<picture class="hero-content-img">
<source media="(width < 767px)" srcset="https://cdn-web-2.ruangguru.com/landing-pages/assets/c9bb7099-991f-4230-a2ac-b43e75c4e91b.png " />
<source media="(width >= 767px)" srcset="https://cdn-web-2.ruangguru.com/landing-pages/assets/a6a4ac83-475a-4151-a3fb-154e8c6b3d26.png " />
<img src="https://cdn-web-2.ruangguru.com/landing-pages/assets/a6a4ac83-475a-4151-a3fb-154e8c6b3d26.png" alt="" />
</picture>
<img class="icon-fincap-mobile" src="https://cdn-web-2.ruangguru.com/landing-pages/assets/8a928fef-6720-434b-844f-91f7be189837.png" alt="" />
<div class="card-purchase-box">
<p class="purchase-date">23 AGUSTUS 2025</p>
<div class="separator-gradient-line"></div>
<p class="purchase-title">GET YOUR TICKET NOW</p>
<div id="purchase-box-cta">
<div id="ticket-venue">
<!-- online -->
<div class="ticket-online-venue text-left-cus">
<div class="ticket-online-venue-content">
<h3>LIVE STREAMING ONLINE</h3>
<div class="promo-label" style="display: none;">
<div class="label-earlybird">Early Bird</div>
<div class="label-discount"></div>
</div>
<div class="price-detail">
<p class="base-price"></p>
<p class="final-price"></p>
</div>
</div>
<button class="cta-red" id="button_buy_online">Beli</button>
<!-- <a href="https://me.ruangguru.com/coc-s2-final-online" id="redirect_to_online" style="display: none; width: max-content;"> -->
<a class="cta-red active" href="https://www.ruangguru.com/event/clash-of-champions/final-chapter/online" id="redirect_to_online" style="display: none;">Tiket Aktif</a>
<!-- </a> -->
</div>
<!-- offline -->
<div class="ticket-offline-venue text-left-cus">
<div class="ticket-offline-venue-content">
<h3>NONTON LANGSUNG DI BALAI SARBINI</h3>
<div class="price-detail">
<p>START FROM</p>
<div>
<p class="final-price"><span>Rp185.000</span> /pax</p>
</div>
</div>
</div>
<button class="cta-red" id="button_buy">Beli</button>
</div>
</div>
</div>
<p class="purchase-note">*Harga belum termasuk pajak</p>
</div>
</div>
<div class="md:text-3xl font-bold hero-desc-home text-center-cus">
<div>
<span>MEET & GREET</span>
<span class="separator"></span>
<span>INSPIRATIONAL TALK</span>
<span class="separator"></span>
<span>FUN GAMES</span>
<span class="separator"></span>
</div>
<div>
<span>SPECIAL PERFORMANCES</span>
<span class="separator"></span>
<span>FINAL MATCH - WATCH PARTY</span>
<span class="separator"></span>
</div>
<p>WITH THE CASTS OF CLASH OF CHAMPIONS</p>
</div>
</div>
</section>
<div id="idBodyContainer" class="body-container">
<!-- <div class="container-floating-header"> -->
<section class="carousel-lineup">
<div class="page-center">
<div class="stack gap-4">
<div class="event-slick"></div>
</div>
<p class="text-center-cus text-white">
*Nama beberapa Champions belum tercantum dalam lineup karena masih menunggu konfirmasi kehadiran
<br />
**Pembagian lineup Champions pada setiap sesi dapat berubah sewaktu-waktu sesuai keputusan penyelenggara
</p>
</div>
</section>
<div class="page-center">
<section class="ticket text-white">
<div class="title-container text-white">
<!-- <p class="text-subtitle">BOOK</p> -->
<p class="text-title">BOOK YOUR SEAT</p>
</div>
<div class="page-center">
<div class="placeholder-map">
<div class="ticket-picks">
<div class="justify-center align-center gap-2">
<!-- <div class="title-container text-white">
<p class="text-subtitle">BOOK</p>
<p class="text-title">YOUR SEAT</p>
</div> -->
<div class="book-seat-group">
<div class="seat-poster">
<img src="https://cdn-web-2.ruangguru.com/landing-pages/assets/2a55e651-7634-4e0d-a89c-88cd395c8c6c.png" alt="" />
<!-- PLACEHOLDER KV-POSTER -->
</div>
<!-- PRICELIST FROM API -->
<div class="pricelist"></div>
</div>
</div>
<div class="purchase" id="presale">
<div id="bottom-bar-target" style="position: absolute; height: 100%; width: 100%; visibility: hidden"></div>
<!-- <div class="purchase-box">
<div class="purchase-box-title">
<div
class="purchase-name"
style="display: grid; gap: 0.25rem"
>
<p
id="idPurchaseTitle"
class="purchase-title"
style="display: none"
>
Penjualan Tiket
</p>
<p id="idPurchaseDesc" class="purchase-desc">
Berakhir
</p>
</div>
<div
class="purchase-countdown hero-timer-cta"
id="heroCountDown"
>
<div
class="countdown-hero"
id="hero-count-down"
style="margin-left: 1rem; display: none"
>
<div
class="text-countdown-hero"
id="hero-count-down--hero"
>
<div class="countdown-days">
<div class="countdown-label-container">
<span class="hero-day days">00</span>
<p class="countdown-label">HARI</p>
</div>
<p class="countdown-colon">:</p>
</div>
<div>
<div class="countdown-label-container">
<span class="hero-hour hours">00</span>
<p class="countdown-label">JAM</p>
</div>
<p class="countdown-colon">:</p>
</div>
<div>
<div class="countdown-label-container">
<span class="hero-minute minutes">00</span>
<p class="countdown-label">MENIT</p>
</div>
<p class="countdown-colon">:</p>
</div>
<div>
<div class="countdown-label-container">
<span class="hero-second seconds">00</span>
<p class="countdown-label">DETIK</p>
</div>
</div>
</div>
</div>
</div>
</div>
<p
id="purchase-price"
class="text-sm font-inter text-gray-900"
>
<span
id="purchase-price-text"
class="text-md font-bold"
style="color: #cd1924"
>Rp180.000</span
>
/pax
</p>
<div class="purchase-box-cta">
<button
class="purchase-cta cta-red"
id="button_buy"
style="display: noe; padding: 0 2.5rem"
>
PESAN TIKET
</button>
<button
id="button_buy_sold"
style="display: none; padding: 0 3rem"
class="cta-red button-ticket-sold"
disabled
>
HABIS TERJUAL
</button>
</div>
<p
id="purchase-note"
class="text-sm font-inter text-gray-900"
>
*Harga sudah termasuk pajak
</p>
</div> -->
</div>
</div>
</div>
</div>
</section>
<section class="how-to-buy text-white">
<div class="page-center">
<div class="venue-content">
<div style="height: 1rem"></div>
<div class="hstack justify-center align-center gap-2 title-tag">
<div class="title-container">
<p class="text-subtitle">CARA</p>
<p class="text-title">MEMBELI TIKET</p>
</div>
</div>
<div style="height: 1rem"></div>
<div class="how-to-buy-slick"></div>
</div>
</div>
</section>
<section class="venue text-white" id="lokasi">
<div class="page-center">
<div class="stack gap-4">
<div class="hstack justify-center align-center gap-2">
<div class="title-container">
<p class="text-subtitle">THE VENUE</p>
<p class="text-title">BALAI SARBINI</p>
</div>
</div>
<div class="venue-slick"></div>
<div class="venue-map">
<div class="location" style="align-items: center">
<p class="location-venue">
<img class="h-8" src="https://cdn-web-2.ruangguru.com/landing-pages/assets/31fd4143-4712-4d16-86fb-5f803f48d525.svg" alt="" />
Jl. Jend. Sudirman No.1 No.Kav. 50 1, RT.1/RW.4, Karet Semanggi, Kecamatan Setiabudi, Kota Jakarta Selatan 12930
</p>
</div>
<a href="https://maps.app.goo.gl/4n7Kwmm9kF2Lf89g7" target="_blank">
<button class="cta-transparent-white">LIHAT PETA</button>
</a>
</div>
</div>
</div>
</section>
<section class="faq" id="faq">
<div class="page-center">
<div class="hstack justify-center align-center gap-2 title-tag">
<div class="title-container text-white">
<p class="text-subtitle">INFORMASI</p>
<p class="text-title">TAMBAHAN</p>
</div>
</div>
<div class="faq-content_accordion">
<!-- 1 -->
<div class="container-acc2">
<div class="accordion">
<div class="accordion-subject">
<div class="accordion-text">
<p>Syarat dan Ketentuan</p>
</div>
<div class="accordion-img">
<img src="https://cdn-web-2.ruangguru.com/landing-pages/assets/1bfaa763-0792-48a6-ba95-eed55c1d0bf3.png" alt="Aset" loading="lazy" />
</div>
</div>
</div>
<div class="panel2">
<div class="panel-faq">
<ol>
<li>1 (satu) tiket berlaku untuk 1 (satu) pengunjung.</li>
<li>1 (satu) akun hanya dapat membeli maksimal 4 (empat) tiket.</li>
<li>
1 (satu) akun dapat membeli lebih dari 1 (satu) sesi dalam transaksi terpisah. (Contoh: Kamu ingin membeli tiket Regular 1 (Morning) dan Regular 1 (Evening). Maka, Kamu harus
melakukan 2x transaksi, dengan skema 1x transaksi untuk Regular 1 (Morning) dan 1x transaksi untuk Regular 1 (Evening).
</li>
<li>Anak di bawah umur 14 tahun dihimbau untuk datang dengan pendamping. Pendamping juga harus membeli tiket.</li>
<li>
Tiket harus ditukarkan dengan wristband sebelum acara berlangsung. Penukaran dapat dilakukan pada tanggal 21, 22, atau 23 Agustus 2025 (penukaran dapat dilakukan di salah satu
tanggal yang tersedia). Detail penukaran tiket akan diinformasikan lebih lanjut di email/sosial media Ruangguru.
</li>
<li>Nomor kursi akan dikirimkan ke email atau dapat dicek di bagian menu “Tiket Saya” selambatnya 5 hari sebelum acara.</li>
<li>Pemegang tiket Platinum dan VIP yang melakukan transaksi setelah 8 Agustus tidak dapat memilih photocard. Photocard akan ditentukan penyelenggara secara acak.</li>
<li>
Pembeli wajib mengisi data diri pribadi saat melakukan pembelian tiket. Pastikan informasi pembeli sesuai dengan kartu identitas (KTP/Paspor/SIM/Kartu Pelajar/Mahasiswa) serta
menggunakan email dan nomor ponsel yang aktif.
</li>
<li>
Ruangguru tidak bertanggung jawab atas kelalaian terkait kehilangan/penipuan pembelian tiket yang disebabkan oleh pembeli. Tiket adalah tanggung jawab masing-masing pembeli.
</li>
<li>
Transaksi tiket event Ruangguru Clash of Champions Season 2: Final Chapter yang resmi hanya dapat dilakukan melalui website Ruangguru. Ruangguru tidak bertanggung jawab atas
transaksi yang terjadi diluar website Ruangguru.
</li>
<li>Silakan follow Instagram @ruangguru untuk mengetahui syarat & ketentuan, FAQ, serta informasi lainnya terkini.</li>
</ol>
</div>
</div>
</div>
<!-- 2 -->
<div class="container-acc2">
<div class="accordion">
<div class="accordion-subject">
<div class="accordion-text">
<p>Informasi Penting</p>
</div>
<div class="accordion-img">
<img src="https://cdn-web-2.ruangguru.com/landing-pages/assets/1bfaa763-0792-48a6-ba95-eed55c1d0bf3.png" alt="Aset" loading="lazy" />
</div>
</div>
</div>
<div class="panel2">
<div class="panel-faq">
<ol>
<li>Harga belum termasuk pajak hiburan senilai 10%</li>
<li>
Refund hanya berlaku untuk tiket yang dibeli sebelum perubahan venue dan dapat diajukan hingga Senin, 4 Agustus 2025. Tiket yang dibeli setelah perubahan venue tidak dapat
direfund.
</li>
<li>Tiket yang sudah dibeli tidak dapat diganti jadwalnya</li>
<li>Pembeli wajib mengisi data diri pribadi saat melakukan pembelian tiket</li>
<li>Khusus untuk pembeli tiket Platinum dan VIP, informasi mengenai benefit akan disampaikan secara terpisah melalui email.</li>
<li>Penjualan tiket sewaktu-waktu dapat dihentikan atau dimulai sesuai dengan kebijakan dari Ruangguru</li>
<li>Kebijakan dapat berubah sewaktu-waktu tanpa pemberitahuan terlebih dahulu dari penyelenggara.</li>
<li>Pengunjung wajib menjaga protokol kesehatan yang berlaku</li>
</ol>
</div>
</div>
</div>
<!-- 3 -->
<!-- <div class="container-acc2">
<div class="accordion">
<div class="accordion-subject">
<div class="accordion-text">
<p>Cara Penukaran E-Ticket</p>
</div>
<div class="accordion-img">
<img
src="https://cdn-web-2.ruangguru.com/landing-pages/assets/1bfaa763-0792-48a6-ba95-eed55c1d0bf3.png"
alt="Aset"
loading="lazy"
/>
</div>
</div>
</div>
<div class="panel2">
<div class="panel-faq">
<ol>
<li>
Tunjukkan e-tiket yang tercantum pada email atau halaman
Tiket Saya kepada petugas di venue.
</li>
<li>
Pengunjung wajib menunjukkan kartu identitas asli yang
berlaku (KTP/Paspor/SIM/Kartu Pelajar/Mahasiswa).
</li>
<li>
Setelah tiket sukses terverifikasi, pengunjung akan
mendapatkan wristband yang dapat digunakan untuk
memasuki venue.
</li>
</ol>
</div>
</div>
</div> -->
</div>
</div>
</section>
<section class="help">
<div class="page-center">
<a href="https://cta.ruangguru.com/wa-cx-ticket-champions" target="_blank">
<div class="help-container">
<img width="50px" height="auto" src="https://cdn-web-2.ruangguru.com/landing-pages/assets/5cb2c1bf-5573-4968-b1af-8a06b5b332f8.png" alt="icon help" loading="lazy" />
<div style="flex: 1">
<p>Ada kendala?</p>
<span>Temukan solusinya di sini</span>
</div>
<img width="34px" height="auto" src="https://cdn-web-2.ruangguru.com/landing-pages/assets/ebc8213b-a5cf-4db7-9c5c-02ea1a99eb81.png" alt="icon help" loading="lazy" />
</div>
</a>
</div>
</section>
<section class="sponsor">
<div class="page-center">
<div class="title-container text-white">
<p class="text-subtitle">DIDUKUNG OLEH</p>
</div>
<div class="list-sponsor">
<picture>
<source media="(width < 767px)" srcset="https://cdn-web-2.ruangguru.com/landing-pages/assets/b705fbbd-ce60-4fd9-8845-d3802f927af8.png " />
<source media="(width >= 767px)" srcset="https://cdn-web-2.ruangguru.com/landing-pages/assets/2bed0fe5-ea9a-4290-ae8a-a96d87db190c.png " />
<img src="https://cdn-web-2.ruangguru.com/landing-pages/assets/2bed0fe5-ea9a-4290-ae8a-a96d87db190c.png" alt="sponsor coc final" />
</picture>
<picture>
<source media="(width < 767px)" srcset="https://cdn-web-2.ruangguru.com/landing-pages/assets/7c2e9f45-1f9c-4573-ab0d-506e671a0d7d.png " />
<source media="(width >= 767px)" srcset="https://cdn-web-2.ruangguru.com/landing-pages/assets/34c824a3-6bcf-4af2-a500-120eba946093.png " />
<img src="https://cdn-web-2.ruangguru.com/landing-pages/assets/34c824a3-6bcf-4af2-a500-120eba946093.png" alt="sponsor coc final" />
</picture>
</div>
</div>
</section>
<div id="toast" class="toast">Link telah disalin</div>
</div>
</div>
<div id="limit-modal" class="modal">
<div class="modal-content">
<div class="modal-body">
<img width="55%" src="https://cdn-web-2.ruangguru.com/landing-pages/assets/4e3353b2-ed92-4e54-abb0-da2609e56df9.png?convert=webp" loading="lazy" />
<p class="modalt-tile">Akun kamu sudah mencapai maksimal jumlah pembelian tiket</p>
<!-- <p class="modal-description">1 akun hanya dapat membeli maksimal 4 tiket</p> -->
<button id="close-modal-limit" class="purchase-cta cta-red">SAYA MENGERTI</button>
</div>
</div>
</div>
<div id="error-modal" class="modal">
<div class="modal-content">
<div class="modal-body">
<img width="55%" src="https://cdn-web-2.ruangguru.com/landing-pages/assets/4e3353b2-ed92-4e54-abb0-da2609e56df9.png?convert=webp" loading="lazy" />
<p class="modalt-tile">Terjadi kesalahan</p>
<p class="modal-description">Silakan coba beberapa saat lagi.</p>
<button id="close-modal-error" class="purchase-cta cta-red">OK</button>
</div>
</div>
</div>
<div id="bundle-modal" class="modal">
<div class="modal-content">
<div class="modal-body">
<img src="https://cdn-web-2.ruangguru.com/landing-pages/assets/4e3353b2-ed92-4e54-abb0-da2609e56df9.png?convert=webp" width="264" height="148" loading="lazy" />
<p class="modalt-tile">Akun kamu belum termasuk dalam kriteria pembeli tiket Pre-sale</p>
<div class="purchase-box-tnc">
<div class="purchase-tnc-title">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M18.3334 9.78182C18.3334 14.2637 14.7001 17.897 10.2182 17.897C9.01257 17.897 7.86835 17.6341 6.83974 17.1625L3.37351 18.229C2.69876 18.4366 2.08768 17.7637 2.35921 17.112L3.51001 14.3501C2.62215 13.0488 2.10303 11.476 2.10303 9.78182C2.10303 5.29994 5.73631 1.66666 10.2182 1.66666C14.7001 1.66666 18.3334 5.29994 18.3334 9.78182ZM13.3335 8.03161C13.3335 9.26541 12.6632 10.3426 11.6668 10.919V11.6584C11.6668 12.1187 11.2937 12.4917 10.8335 12.4917H9.16683C8.70659 12.4917 8.3335 12.1187 8.3335 11.6584V10.919C7.33716 10.3426 6.66683 9.26541 6.66683 8.03161C6.66683 6.19066 8.15921 4.69827 10.0002 4.69827C11.8411 4.69827 13.3335 6.19066 13.3335 8.03161ZM9.16683 13.3602C8.70659 13.3602 8.3335 13.7333 8.3335 14.1936C8.3335 14.6538 8.70659 15.0269 9.16683 15.0269H10.8335C11.2937 15.0269 11.6668 14.6538 11.6668 14.1936C11.6668 13.7333 11.2937 13.3602 10.8335 13.3602H9.16683Z"
fill="#2196F3"
/>
</svg>
<p class="tnc-title">Syarat & Ketentuan Pre-sale</p>
</div>
<ol class="tnc-list">
<li>
Tiket pre-sale
<b>ekslusif hanya untuk pengguna aktif paket belajar Ruangguru</b>
tertentu
</li>
<li>
Apabila kamu belum berlangganan paket belajar aktif Ruangguru yang memenuhi syarat,
<b>kamu bisa mengikuti pre-sale dengan membeli kupon paket belajar Ruangguru saat pembelian tiket</b>
</li>
</ol>
<div class="purchase-tnc-cta">
<a href="#" class="tnc-cta" target="_blank">
<p class="cta-exclusive">Lihat selengkapnya</p>
</a>
</div>
</div>
<button id="close-modal-bundle" class="cta-red">BELI TIKET SEKARANG</button>
</div>
</div>
</div>
<div id="benefit-modal" class="modal">
<div class="modal-content">
<div class="modal-body">
<img class="close-modal" src="https://cdn-web-2.ruangguru.com/landing-pages/assets/166a96ba-98ee-4a4e-8f37-f9f30e68a5ab.svg" alt="" />
<div class="title-benefit">
<div id="color-benefit">
<!-- diisi dengan js -->
</div>
<p id="title-benefit-text">
<!-- diisi dengan js -->
PLATINUM (All Day Access)
</p>
</div>
<p class="desc" id="benefit-desc">
<!-- diisi dengan js -->
...
</p>
<p><strong>Exclusive Benefit</strong></p>
<div id="list-benefit">
<!-- diisi dengan js -->
</div>
</div>
</div>
</div>
<style>@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400,700&display=swap');
.sticky-bottom {
z-index: 1;
/* position: sticky; */
position: fixed;
padding: 0;
bottom: 0;
width: 100%;
display: grid;
grid-template-columns: 1fr;
justify-items: center;
}
.sticky-rows {
width: 100%;
display: flex;
justify-content: center;
background-color: #1c3856;
}
.sticky-menu {
width: 100%;
max-width: 767px;
display: flex;
}
.sticky-menu a {
flex: 1;
cursor: pointer;
text-decoration: none;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
font-family: Inter;
font-size: 10px;
color: white;
opacity: 0.5;
gap: 4px;
padding: 0.5rem;
transition: opacity 0.3s ease;
}
.sticky-menu a:visited {
color: white;
}
.sticky-menu a:hover,
.sticky-menu a:active {
color: white;
opacity: 0.8;
}
.sticky-menu a.active {
filter: grayscale(1);
color: white;
opacity: 0.8;
}
.sticky-menu a.active {
font-weight: 700;
opacity: 1;
filter: grayscale(0);
color: #34eff8;
}
.sticky-menu img {
width: auto;
height: 50px;
margin: 0.25rem 0;
}
@media (max-width: 767px) {
.sticky-menu img {
width: auto;
height: 50px;
}
}
.sticky-price {
gap: 0.25rem;
width: 100%;
max-width: 767px;
display: flex;
align-items: center;
padding: 0.5rem 0.75rem;
}
.sticky-price p {
font-family: Inter;
color: #fff;
font-size: 14px;
font-weight: 400;
line-height: 18px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}
.sticky-price #id-element-sticky-price-start {
font-family: Inter;
font-size: 16px;
font-weight: 700;
line-height: 18px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #fdb052;
}
.sticky-countdown {
margin-top: 0.25rem;
display: flex;
align-items: center;
gap: 0.3rem;
background-color: red;
padding: 0.15rem 0.3rem;
border-radius: 5px;
width: max-content;
color: white;
}
.sticky-countdown-items {
font-family: 'Bai Jamjuree';
align-items: center;
display: flex;
gap: 0.1rem;
}
.sticky-countdown > div > span:nth-child(2) {
font-size: 11px;
font-weight: 400;
}
.sticky-countdown > div > span:nth-child(2) {
font-size: 11px;
font-weight: 400;
}
#countdown-sticky-bottom {
font-family: 'Bai Jamjuree';
font-weight: 700;
}
#button_coming_sticky {
font-family: 'Bai Jamjuree';
padding: 0.2rem 1rem;
background: url('https://cdn-web-2.ruangguru.com/landing-pages/assets/5c5ff28e-3553-4550-864a-2fd697d943c5.png');
background-repeat: no-repeat;
background-size: 100% 100%;
display: flex;
font-weight: 700;
justify-content: center;
align-items: center;
color: white;
}
.sticky-countdown-items span {
font-family: 'Bai Jamjuree';
}
</style>
<div id="adaptive-height"></div>
<section class="sticky-bottom">
<div id="id-element-sticky-price" class="sticky-rows" style="background: linear-gradient(90deg, #2c4a6c 0%, #3b6ca3 100%); display: none">
<div class="sticky-price text-white" id="sticky-price">
<div style="display: grid; grid-template-columns: 1fr; flex: 1">
<!-- <div id="ready-sticky-bottom" style="display: none">
<p>Mulai dari</p>
<div style="display: flex; gap: 0.2rem">
<span id="id-element-sticky-price-start">xxx.xxx</span>
<p>/pax</p>
</div>
</div> -->
<div id="countdown-sticky-bottom" style="display: none">
<p>PENJUALAN DIBUKA DALAM</p>
<div class="sticky-countdown">
<div class="sticky-countdown-items">
<span id="days-sticky">00</span>
<span>HARI</span>
</div>
<div class="sticky-countdown-items">
<span id="hours-sticky">00</span>
<span>JAM</span>
</div>
<div class="sticky-countdown-items">
<span id="minutes-sticky">00</span>
<span>MENIT</span>
</div>
<div class="sticky-countdown-items">
<span id="seconds-sticky">00</span>
<span>DETIK</span>
</div>
</div>
</div>
</div>
<div>
<!-- <button
id="button_buy_sticky_sold"
style="display: none; padding: 0 46px"
class="cta-red button-ticket-sold"
disabled
>
HABIS TERJUAL
</button> -->
<a href="#purchase-box-cta" id="button_buy_sticky" class="purchase-cta cta-red" style="padding: 0 2rem; font-size: 12px; color: white; display: none">
BELI TIKET
</a>
<!-- <button id="button_buy_sticky" class="purchase-cta cta-red" style="padding: 0 2rem; font-size: 12px; display: none">BELI TIKET</button> -->
<div id="button_coming_sticky" style="display: none">Coming Soon</div>
</div>
</div>
</div>
<div class="sticky-rows" style="background-color: #1c3856">
<div class="sticky-menu">
<a class="active" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" fill="#34EFF8">
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M20.974 5.982c.35.609.526 1.281.526 2.018v10c0 .725-.175 1.398-.526 2.017A3.953 3.953 0 0 1 17.5 22h-10a4.027 4.027 0 0 1-2.018-.526 4.135 4.135 0 0 1-1.456-1.457A4.027 4.027 0 0 1 3.5 18V8a3.953 3.953 0 0 1 3-3.88V3c0-.28.1-.515.298-.702A.96.96 0 0 1 7.5 2c.28 0 .515.1.702.298A.924.924 0 0 1 8.5 3v1h8V3c0-.28.1-.515.298-.702A.96.96 0 0 1 17.5 2c.28 0 .515.1.702.298A.924.924 0 0 1 18.5 3v1.117c.357.088.696.224 1.017.41.62.35 1.106.836 1.457 1.455Zm-14.948.544C6.377 6.176 6.868 6 7.5 6h10c.632 0 1.123.175 1.474.526.35.351.526.842.526 1.474h-14c0-.632.175-1.123.526-1.474Zm11.315 6.39a1.111 1.111 0 1 0-1.534-1.609L11.14 15.76 9.194 13.9a1.111 1.111 0 1 0-1.536 1.607l2.713 2.593c.43.41 1.105.41 1.535 0l5.435-5.185Z"
fill="currentColor"
/>
</svg>
Event Detail
</a>
<a class="" href="https://www.ruangguru.com/event/clash-of-champions/final-chapter/my-ticket">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" fill="#34EFF8">
<path
d="M9.22 2.19c-.078.361-.233.758-.46.986-.228.227-.625.382-.986.46.361.077.758.232.986.46.227.227.382.624.46.985.077-.361.232-.758.46-.986.227-.227.624-.382.985-.46-.361-.077-.758-.232-.986-.46-.227-.227-.382-.624-.46-.985Z"
fill="currentColor"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M22.201 7.601a.593.593 0 0 1-.456.703 1.95 1.95 0 0 0-1.5 2.31 1.95 1.95 0 0 0 2.31 1.5.593.593 0 0 1 .703.456l.594 2.795a2.183 2.183 0 0 1-1.68 2.586l-15.527 3.3a2.183 2.183 0 0 1-2.586-1.679l-.594-2.795a.593.593 0 0 1 .456-.703 1.95 1.95 0 0 0 1.5-2.31 1.95 1.95 0 0 0-2.31-1.499.593.593 0 0 1-.702-.457l-.594-2.795a2.183 2.183 0 0 1 1.679-2.586l15.527-3.3a2.183 2.183 0 0 1 2.586 1.68l.595 2.794Zm-8.092 2.16L13.07 8.45c-.566-.71-1.206-.573-1.424.303l-.417 1.619a.912.912 0 0 1-.49.56l-1.27.497c-.81.324-.877.978-.144 1.457l1.247.815c.208.14.378.456.371.707l-.022 1.34c-.019 1.056.6 1.33 1.372.619l1.077-1a.891.891 0 0 1 .815-.173l1.39.475c.996.342 1.448-.167 1.002-1.124l-.565-1.214a.92.92 0 0 1 .051-.798l.808-1.25c.474-.742.147-1.312-.724-1.274l-1.362.062c-.23.006-.535-.13-.676-.312Z"
fill="currentColor"
/>
<path
d="M19.096 19.417c-.116.541-.349 1.137-.69 1.478-.34.34-.936.574-1.478.69.542.116 1.137.349 1.478.69.341.34.574.936.69 1.478.116-.542.35-1.137.69-1.478.34-.341.936-.574 1.478-.69-.541-.116-1.137-.35-1.478-.69-.34-.34-.574-.936-.69-1.478ZM3.99 1.18c-.154.722-.465 1.516-.92 1.971-.454.454-1.248.765-1.97.92.722.155 1.516.465 1.97.92.455.454.766 1.248.921 1.97.155-.722.465-1.516.92-1.97.454-.455 1.248-.766 1.97-.92-.722-.155-1.516-.466-1.97-.92-.455-.454-.766-1.249-.92-1.971Z"
fill="currentColor"
/>
</svg>
Tiket Saya
</a>
</div>
</div>
</section>
<!-- <script type="module" src="./shared/js/profile-header.js"></script>
<script type="module" src="./shared/js/header.js"></script> -->
<!-- Application Scripts -->
</body>
</html>