@keyframes rotate {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}
div#landing .inner {
    margin-top: -12vh;
}
.modal .spacer-line .icon {
    background: transparent !important;
}
.packdraw-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.packdraw-logo span {
    font-size: 21px;
    font-weight: 800;
}
.modal .spacer-line.top-margin .bar {
    background: #1a2c4e !important;
}
.modal-brand.modal--6 img {
    width: 150px;
}
.modal .spacer-line.top-margin {
    margin-top: 12px !important;
    margin-bottom: -12px !important;
}
.modal-brand.modal--3 img {
    filter: invert(1);
}
.modal .spacer-line .text {
    font-size: 13px;
    color: #fff !important;
    font-weight: 600 !important;
    letter-spacing: 2px;
}
.modal-brand {
    border-radius: 12px;
    border: 2px solid #1a2c4e;
    padding: 15px;
    margin-top: 20px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}
.modal-brand.modal--1 {
    background: #f8930a36;
    border-color: orange;
}
.modal-brand.modal--2 {
    background: #00ff0121;
    border-color: #2dcf1a;
}
.modal-brand.modal--5 {
    background: #ff42323d;
    border-color: #ff4232;
}
.modal-brand.modal--4 {
    padding-bottom: 25px;
    background: #e1b56f42;
    border-color: #e1b56f;
}
.modal-brand {
    height: 75px;
    border-color: #2196f39c;
    background: #1999ff29;
}
.modal-brand.modal--6 img {
    filter: invert(1);
}
.modal .icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d1728;
    border-radius: 100px;
    border: 2px solid #1a2c4e;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    color: #ffcd37;
    margin-bottom: -14px;
}

.modal-brand img {
    max-height: 32px;
}
.sub-text {
    color: #d3e1ff;
    text-align: center;
    letter-spacing: 2px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    font-size: 13px;
}
.buttons {
    margin-top: 30px;
    display: flex;
    gap: 30px;
}

.buttons > a {
    flex: 1;
    background: #3b82f6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border-radius: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}
.modal-logo img {
    position: relative;
    top: -3px;
    left: -1px;
}
.buttons > a:last-child {
    background: gold;
    color: black;
}

.landingLogo img {
    max-width: 500px;
    margin: 0 auto;
}
div#lead-tabs.logos-inline a:after {
    display: none !important;
}

div#landing {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.closeModal {
    position: absolute;
    top: 0;
    right: 0;
    margin: -10px;
    width: 40px;
    height: 40px;
    background: #2196f3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    cursor: pointer;
    font-size: 18px;
}
.total-given {
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 40px;
    color: white !important;
    border-radius: 30px;
    border: 2px solid #1b2b4ca8;
    background: #00000030;
    justify-content: center;
}
.numbers > span {
    padding: 0px;
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.numbers {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 40px;
}
.spacer-line.below-hero {
    margin-top: -100px !important;
    margin-bottom: 50px !important;
}
.numbers > span {
    gap: 20px;
    padding: 30px;
    background: #03a9f43b;
    border-radius: 12px;
    line-height: 0.5;
    font-size: 40px;
    display: flex;
    border: 2px solid #2196f3;
    font-weight: 800;
}

.total-given .icon {
    font-size: 50px;
}
.logos-inline > ul {
    display: flex;
    flex-direction: row !important;
    max-width: 400px;
    justify-content: center;
}

div#lead-tabs.logos-inline li,
div#lead-tabs.logos-inlin a {
    display: inline-flex !important;
    width: auto !important;
}
.modal-inner {
    position: relative;
}
.accent-text {
    color: #3b82f6;
}
section#footer {
    border-top: 1px solid #e9e9e9;
}
.spacer-line {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: white;
}

.spacer-line .bar {
    height: 2px;
    flex: 1;
    background: #263754;
}
@keyframes floating {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0);
    }
}
.floating {
    animation: floating 2s ease-in-out normal forwards infinite;
}
.spacer-line .icon {
    width: 30px;
    height: 30px;
    display: flex;
    color: #ffc720;
    align-items: center;
    justify-content: center;
    background: #304260;
    border-radius: 100px;
}
.placeholder-image {
    height: 200px;
}
.logo-circle {
    width: 50px;
    height: 50px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
body {
    font-family: "Gabarito", sans-serif;
    background: #0d182e;
}
.header__heading-logo-wrapper {
    margin-bottom: -5px;
}
.bg-content {
    background: #ffffff0a;
}
.bg-gradient {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(225deg, #041f569c, transparent);
}
.rotating {
    transform: rotateY(0deg);
    animation: rotate 5s linear infinite;
}
section,
footer {
    z-index: 10;
    position: relative;
}
span.social-tag {
    font-family: "Gabarito", sans-serif;
    font-size: 11px;
    display: block;
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold;
}

footer i:before {
    height: 30px;
    display: inline-block;
}

footer i.fa-brands.fa-discord:before {
    position: relative;
    top: 2px;
}
.bg-image {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    filter: blur(7px);
    opacity: 0.2;
}
canvas#bg-animation {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
}
.bg-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.bg-image {
    bottom: 0;
}
div#foot {
    backdrop-filter: blur(5px);
    box-shadow: 0px 10px 40px #00000024;
}
.bg-bottom-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.25;
}

body {
    position: relative;
}

.bg-bottom-gradient img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#view {
    position: relative;
    z-index: 15;
}
.text-gray-400 {
    color: #91abd1 !important;
}

.bg-white {
    background: #ffffff0a !important;
}
.leader-card {
    border-radius: 15px !important;
    border: 2px solid #22345885 !important;
}
.leader-card .placement {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    border-radius: 7px;
    height: 42px;
    transform: skew(-12deg, 0deg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 800;
    padding: 0 20px;
    margin: -13px;
}
div#lead-tabs {
    margin: 0 auto;
}
.active-link {
    color: #ffcb2a !important;
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: #ffffff24 !important;
}
.avatar.large video {
    position: absolute;
    top: -32px;
    width: 50px;
}

.avatar.large {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
}

.avatar.large.shrink {
    width: 60px;
    height: 60px;
}

.avatar.large img {
    border-radius: 12px;
}
div#lead-tabs a {
    position: relative;
}

div#lead-tabs a.active:after {
    content: "";
    width: 45px;
    height: 6px;
    background: #f4ba00;
    display: block;
    position: absolute;
    left: 0;
    transition: ease 0.2s all;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.leader-card {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.card {
    box-shadow: 0px 10px 40px #00000024;
}
.leader-card {
    box-shadow: 0px 10px 40px #00000024;
}
.guest-avatar {
    width: 28px;
    height: 28px;
    background: #3b82f6;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.guest-avatar:after {
    content: "?";
}
.code {
    background: #00000014;
    padding: 20px;
    border-radius: 12px;
    border: 2px dashed #91c0ff4a;
    cursor: pointer;
}
.redeem-button {
    background: #8bc34a;
    padding: 10px;
    border-radius: 100px;
    min-width: 150px;
    margin-right: 20px;
    position: relative;
    top: -29px;
    text-align: center;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
}

.code span {
    letter-spacing: 5px;
}
.leader-card .code {
    margin-top: -15px;
}
div#lead-tabs img {
    max-height: 28px;
    margin: 0 auto;
}
.section-icon {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
span.countdown-section {
    display: flex;
    flex-direction: column;
    text-align: center;
}

span.countdown-row.countdown-show3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

span.countdown-row.countdown-show4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.countdown-wrap {
    padding: 10px 0px;
}

span.countdown-period {
    font-size: 12px;
    color: #8e9ebd;
}

span.countdown-amount {
    font-weight: 800;
    color: #ffc616;
}
.section-icon .special-icon {
    font-size: 77px;
    position: absolute;
    color: #122347;
    z-index: 0;
    top: 0;
    background: -webkit-linear-gradient(#ff572245, #081b3d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 30px #ff57221a;
}
.section-header p {
    margin-bottom: 10px;
}
.section-icon i {
    position: relative;
    font-size: 24px;
    top: 5px;
    color: #ff693a;
}

.section-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: -8px !important;
}
div#lead-tabs li,
div#lead-tabs a {
    height: 70px;
}
.section-header {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    color: white;
}
.wagered {
    color: #ffc81f;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
}
.leader-card .avatar.large {
    border-radius: 100px !important;
}

.leader-card .avatar.large {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border: 2px solid #ffffff2b;
    background: #091a3e;
}
.leader-place {
    position: relative;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
    margin-top: -36px;
}
.leader-place.raffle {
    margin-top: 0px;
    bottom: -10px;
    position: absolute;
}
.leader-place.first i {
    color: #ffcf39;
}
.leader-place.second i {
    color: #e5e5e5;
}
.leader-card .crown {
    position: absolute;
    top: 14px;
    max-width: 43px;
}
.leader-place.third i {
    color: #e98332;
}
.leader-place i {
    position: absolute;
    text-shadow: 0px 4px 8px black;
}
img.crown.sm {
    max-width: 52px;
    top: -23px;
}
.leader-card .avatar {
    position: relative;
    overflow: visible !important;
}
.packdraw {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 20px;
    color: white !important;
}

.packdraw img {
    margin: 0px !important;
}

.packdraw img {
    filter: invert(1);
}

.packdraw span {
    font-weight: 900;
}
.csgo-big img {
    position: relative;
    top: -4px;
}
.amount-won {
    background: linear-gradient(195deg, #202d49, transparent);
    border-radius: 10px;
    padding: 10px;
    font-size: 20px;
    margin-top: 8px;
    font-weight: 800;
    color: #a1f243 !important;
}
.leader-card .avatar {
    margin-top: 10px;
}
.amount-won > span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

h1.bar-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

h1.bar-title .bar {
    flex: 1;
    height: 4px;
    background: #12254c;
    border-radius: 100px;
}
.leader-place span {
    position: relative;
    font-size: 18px;
    font-weight: 900;
}
.leader-card .avatar.large img {
    border-radius: 100px;
}
.leader-card .amount {
    font-size: 19px;
    color: #fff !important;
    font-weight: 600;
}
.text-emerald-300 {
    color: #b2ff58 !important;
}
.section-header h1 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}
.code-sm {
    padding: 17px;
}
.rdm-button {
    background: #3b82f6;
    padding: 16px;
    border-radius: 12px;
    cursor: pointer;
}
.card {
    border: 2px solid;
}
.code i {
    margin-left: 12px;
}
.border-white {
    border-color: #132c56 !important;
}
/* */
.w-0.h-5.border.border-r.border-white.opacity-5 {
    border-color: #314b7c !important;
    opacity: 1 !important;
}
div#view {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.bg-gray-50 {
    background: #ffffff17 !important;
}
.placement {
    width: 180px;
}

/* */
.reward-item {
    background: #0000001c;
    padding: 20px;
    line-height: 1;
    border-radius: 12px;
    border: 2px solid #1a2c4e;
}

.reward-item h5 {
    margin: 0;
    color: white;
    font-weight: 800;
    font-size: 20px;
    margin-top: 5px !important;
}

.free-cases .leader-card {
    gap: 0 !important;
}
.leader-card .code {
    margin-top: 0px !important;
}

.reward-item small {
    opacity: 1;
    color: #facc15;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}

.reward-item:not(.main) h5 {
    font-size: 15px;
    font-weight: 600;
}

.free-cases .spacer-line {
    margin-top: -20px;
    margin-bottom: 10px;
}

.free-cases .spacer-line .icon {
    background: #ffffff17;
}
.spacer-line .text {
    font-weight: 900;
    letter-spacing: 0.2px;
    font-style: italic;
    text-transform: uppercase;
    color: #ffd21e;
}
.bottom-reward-item {
    color: white;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
    padding: 14px 20px;
    margin-top: 15px;
    border-top: 2px solid #364e734a;
}

.reward-item {
    overflow: hidden;
}

.bottom-reward-item small {
    color: #91abd1;
    margin-bottom: 2px;
}

.reward-item small {
    font-weight: 700;
}

.bottom-reward-item b {
    font-size: 14px;
    display: block;
}
.reward-buttons > button,
.reward-buttons > a {
    box-shadow: inset 0px -5px 0px #00000033 !important;
}
.help-button {
    background: #3b82f6;
    padding: 20px;
    border-radius: 12px;
    cursor: pointer;
}
.help-button {
    min-width: 67px;
}
.reward-buttons {
    display: flex;
    gap: 15px;
}

.reward-buttons .rdm-button {
    flex: 1;
    background: #facc15 !important;
    color: #081c43 !important;
}

.reward-buttons > button {
    flex: 0;
}
.hero {
    margin-top: 50px;
    background: #00000030;
    padding: 5rem;
    gap: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    border: 2px solid #1b2b4ca8;
}

.hero .image {
    flex: 1;
    order: 5;
}

.hero h1 {
    font-weight: 900;
    font-size: 52px;
    text-transform: uppercase;
    font-style: italic;
}

.hero .text {
    text-align: center;
    display: flex;
    flex-direction: column;
    color: white;
    flex: 1;
    max-width: 600px;
    margin: 0 auto;
}
.hero .image {
    justify-content: flex-end;
}
.hero .text h1 {
    margin: 0px;
    line-height: 1;
}
.hero .image {
    height: 295px;
    width: 100%;
    display: flex;
    margin-top: -25px;
    margin-bottom: -25px;
    border-radius: 20px;
}
.hero .text p {
    margin-bottom: 20px !important;
    max-width: 500px;
    margin: 0 auto;
    color: #adc6eb;
    font-size: 16px;
    margin-top: 5px;
}
.spacer-line.top-margin {
    margin-top: 50px;
}
.spacer-line.top-margin .bar {
    background: #ffffff0f;
}
.button-wrap {
    max-width: 50%;
    margin: 0 auto;
    width: 100%;
}
.hero h1 span {
    color: #facc15;
}
.rdm-button {
    letter-spacing: 1px;
    font-size: 16px !important;
}
.free-cases .spacer-line.mt-4 {
    margin-top: 0 !important;
    margin-bottom: 0px !important;
}
.leaderboard-section {
    margin: 0px 200px;
}
.leaderboard-item {
    margin: 0;
    color: white;
    font-weight: 800;
    font-size: 20px;
    margin-top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.coming-alert {
    border: 2px solid #202e4b;
    margin: 0 auto;
}
.leaderboard-item i {
    width: 30px;
    height: 30px;
    display: flex;
    color: #a9c4eb;
    align-items: center;
    justify-content: center;
    background: #3042608a;
    border-radius: 100px;
    font-size: 15px;
}

.leaderboard-item {
    background: #0000001c;
    padding: 20px;
    line-height: 1;
    border-radius: 12px;
    border: 2px solid #1a2c4e;
}
.packdraw-inline {
    display: flex;
    align-items: center;
    filter: invert(1);
    justify-content: center;
}

.packdraw-inline img {
    max-width: 32px;
}

.free-cases .image-card {
    margin-bottom: 30px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.free-cases img.head-img {
    padding-bottom: 10px;
    max-width: 200px;
    object-fit: contain !important;
}
[x-cloak] {
    display: none !important;
}
h5.modal-title {
    font-size: 35px;
    font-weight: 900;
}
.modal-overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #0a111ed4;
    z-index: 25;
}
ul.step-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px 0px;
}
.modal-inner {
    box-shadow: 0px 0px 40px #000000a8;
}
ul.step-list > li {
    padding: 18px;
    border-radius: 12px;
    border: 2px solid #1a2c4e;
    background: #00000021;
}
span.number {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1a2c4e9c;
    border-radius: 20px;
    margin-right: 12px;
    color: #a3c3ff;
    font-weight: 600;
}
.modal-logo img {
    max-width: 41px;
}
img.hypeup {
    max-width: 120px !important;
}
.modal-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.reward-listing {
    background: #0000001c;
    line-height: 1;
    border-radius: 12px;
    border: 2px solid #1a2c4e;
}
.reward-listing > h5.special i {
    color: gold;
    background: #ffd7001f;
}
.reward-listing > h5 {
    border-top: 2px solid #1a2c4e;
    padding: 20px;
    color: white;
    font-weight: 800;
    font-size: 17px;
}

.reward-listing > h5:first-child {
    border: none !important;
}
.hypedrop {
    filter: invert(1);
}
.modal .leaderboard-table {
    max-height: 500px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.modal .leaderboard-table::-webkit-scrollbar {
    width: 0px;
}

body.activeOverlay {
    overflow: hidden;
}
.reward-listing > h5 i {
    width: 30px;
    height: 30px;
    display: inline-flex;
    color: #a9c4eb;
    align-items: center;
    justify-content: center;
    background: #3042608a;
    border-radius: 100px;
    font-size: 15px;
    margin-right: 9px;
}
.step-content {
    align-items: center;
    display: flex;
    gap: 8px;
    flex: 1;
}

.modal-logo {
    width: 100px;
    height: 100px;
    background: #0b1322;
    border-radius: 100px;
    margin: 0 auto;
    margin-top: -100px;
    margin-bottom: 15px;
    border: 2px solid #182744;
}
.step-image {
    display: none !important;
    width: 43%;
    background: #14233e96;
    border-radius: 8px;
}
h5.modal-title {
    text-transform: uppercase;
}

h5.modal-title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h5.modal-title:after {
    content: "";
    width: 45px;
    height: 5px;
    background: #ffc517;
    border-radius: 10px;
}
li.step {
    display: flex;
    gap: 20px;
}
.previous-table {
    flex-direction: column;
    gap: 30px;
}

.leaderboard-table {
    flex: 1;
}
.step span.number {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 19px;
    font-weight: 500;
}

.step-text {
    color: #d5e2fc;
    font-size: 14px;
}
.modal-inner {
    padding: 50px !important;
}
.free-cases .packdraw-inline.head-img {
    font-weight: 900;
    font-size: 27px;
    gap: 10px;
}
.modal-inner {
    background: #0f1a2e !important;
    border-radius: 15px !important;
    border: 2px solid #22345885 !important;
    padding: 30px;
    color: white;
    width: 100%;
}
div#lead-tabs.logos-inline li,
div#lead-tabs.logos-inlin a {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#lead-tabs.logos-inline img {
    max-width: 96px;
}

div#lead-tabs.logos-inline li,
div#lead-tabs.logos-inline a {
    padding: 0px !important;
    height: auto !important;
    border: none !important;
    background: transparent !important;
}

div#lead-tabs.logos-inline > ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px !important;
}

.logos-inline .packdraw span {
    font-size: 16px;
    font-weight: 600;
}

.logos-inline .packdraw img {
    max-width: 22px !important;
}
@media only screen and (max-width: 768px) {
    .hero {
        padding: 3rem 1.5rem;
        text-align: center;
        justify-content: center;
        margin-top: 25px !important;
    }
    .hero .image {
        display: none !important;
    }
    .hero .text h1 {
        font-size: 25px;
    }
}
.how-to-join {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.how-to-join span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 20px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    cursor: pointer;
    background: #ffffff0a !important;
    border: 2px solid #223458de !important;
    color: white !important;
}
.how-to-join span.code {
    background: #3b82f666 !important;
    border-color: #3b82f6 !important;
    gap: 5px;
}

.how-to-join {
    gap: 15px;
}
.youtube-badge {
    background: #f97316;
    color: white;
    padding: 3px 12px;
    margin-left: 5px;
    border-radius: 100px;
    font-size: 11px;
}

span.youtube-badge.zs {
    background: #0ea5e9;
}

span.youtube-badge.z {
    background: #f44336;
}
.lb-previous-tab > span.active {
    background: #ffc5175c !important;
    border-color: #ffc517 !important;
}
.lb-previous-tab > span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 20px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.5px;
    cursor: pointer;
    background: #ffffff0a !important;
    border: 2px solid #223458de !important;
    color: white !important;
    flex: 1;
}

.lb-previous-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 12px;
}

.date-item {
    display: flex;
    border-radius: 10px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.5px;
    cursor: pointer;
    background: #ffffff0a !important;
    border: 2px solid #223458de !important;
    color: white !important;
    flex: 1;
    flex-direction: column;
    text-align: center;
}

.date-item .top {
    display: flex;
    margin: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #e5ebf5;
}

.date-item .top .right {
    margin-left: auto;
}

.date-info {
    margin: 15px;
    margin-top: 0px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.prize-pool {
    margin-top: 0px !important;
    margin: 15px;
}
.date-listings {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
.prize-pool h1 {
    background: linear-gradient(45deg, #d37b0f, #ffc107, #d37b0f);
    padding: 10px;
    font-size: 19px;
    border-radius: 6px;
    margin-top: 4px;
    font-weight: 900;
    color: black;
    border: 1px solid #ffffff4a !important;
}
.hero h1 span {
    color: white !important;
}

.hero .text h1 {
    font-style: normal !important;
}
.date-info h2 {
    font-size: 22px;
}

.date-item p {
    color: #8c97ae;
    font-size: 14px;
    font-weight: 500;
}

.prize-pool p {
    color: #e5ebf5;
}

.date-item .top .left > span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 12px;
    border-radius: 7px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.5px;
    cursor: pointer;
    background: #1f3152cc !important;
    border: 2px solid #ffffff0f !important;
    color: white !important;
    flex: 1;
}

.left {
    display: flex;
}
.date-item .avatar {
    max-width: 100px;
    max-height: 100px;
    overflow: hidden !important;
    margin: 0 auto;
    margin-bottom: 25px;
    border-radius: 100px;
    background: #ff000000;
    padding: 7px;
    border: 1px solid #ffffff2b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.date-item .avatar img {
    border-radius: 100px;
}

.how-to-join > span {
    min-width: 150px;
}

#copy.copied {
    color: #3df992;
    border-color: initial !important;
    background: #298bf817 !important;
}

#copy.copied i {
    color: inherit !important;
}
.step-inline {
    display: inline-block;
    color: #ffc517;
}
#copy {
    transition: all 0.1s ease;
}
.learn.modal {
    padding-bottom: 100px;
    padding-top: 200px !important;
}
.modal b {
    color: white !important;
}
.learn .modal-inner {
    max-width: 920px !important;
}
.step-text {
    flex: 1;
}
nav a {
    cursor: pointer;
}
.modal-nav {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex: 1;
    gap: 10px;
}
.mobile-brand {
    max-width: 32px;
}

.mobile-nav {
    display: flex;
    align-items: center;
}

.mobile-brand {
    cursor: pointer;
    margin-right: auto;
}
.modal-nav > a {
    display: flex;
    flex: 1;
    font-size: 18px !important;
    justify-content: center;
    padding: 12px !important;
}

.modal-nav > a:not(.bg-blue-500) {
    background: #192845;
    border-radius: 100px;
    text-align: center;
}
.hidden-desktop {
    display: none !important;
}
.mobile-nav {
    background: #04112b;
    width: 100%;
    padding: 25px;
    text-align: center;
    color: white;
    border-bottom: 2px solid #112951;
}
.mobileToggle {
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .hidden-desktop {
        display: inherit !important;
    }
    .spacer-line.top-margin {
        margin-top: 30px !important;
    }
    .hidden-mobile {
        display: none !important;
    }
    .gap-8 {
        gap: 1.2rem !important;
    }
    .px-10 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .numbers > span {
        padding: 0px !important;
        width: auto !important;
        height: auto !important;
        border: none !important;
    }

    #landing .buttons {
        flex-direction: column;
        padding: 0 20px;
    }
    .landingLogo {
        max-width: 400px;
        margin: 0 auto;
    }
    .landingLogo img {
        max-width: 100%;
    }
    .numbers {
        gap: 4px !important;
    }
    .total-given {
        gap: 12px !important;
    }
    .how-to-join {
        margin-bottom: 30px !important;
    }
    .leaderboard-top.grid {
        margin: 0px !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }
    .leaderboard-top.grid .leader-card {
        transform: none !important;
    }
    .total-given .icon {
        font-size: 37px !important;
    }
    .lb-previous-tab {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .pt-12 {
        padding-top: 2rem !important;
    }
    .pb-12 {
        padding-bottom: 2rem !important;
    }
    .learn.modal {
        padding: 20px !important;
    }
    .leaderboard-table .avatar {
        display: none !important;
    }
    .leaderboard-table td {
        padding: 15px !important;
    }
    .leaderboard-table th {
        padding: 15px !important;
    }
    .placement {
        width: 65px !important;
    }
    .mb-20 {
        margin-bottom: 2rem !important;
    }
    .modal {
        align-items: flex-start !important;
        padding: 20px !important;
    }
    .modal-logo {
        margin-top: 0px !important;
    }
    .modal-inner {
        padding: 30px !important;
    }
    .closeModal {
        margin: 20px !important;
    }
}

@media screen and (max-width: 768px) {
    div#lead-tabs ul {
        flex-direction: column !important;
        gap: 10px;
        border-radius: 0px !important;
    }

    div#lead-tabs li,
    div#lead-tabs a {
        box-shadow: none !important;
        border: none !important;
        border-radius: 20px !important;
    }
}

.leaderboard-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    flex-direction: column;
}

.leaderboard-header span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white !important;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 900;
    text-align: center;
}

.yellow-after {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.yellow-after:after {
    content: "";
    width: 45px;
    height: 5px;
    background: #ffc517;
    border-radius: 10px;
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .leaderboard-section {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .leaderboard-top {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 32px !important;
        padding-top: 32px !important;
    }

    .leaderboard-top > div {
        transform: none !important;
    }

    .grid-cols-4 {
        grid-template-columns: 1fr;
    }

    .grid-cols-3 {
        grid-template-columns: 1fr;
    }

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

    .mx-52 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .leader-card {
        padding: 1rem;
    }

    .leaderboard-table {
        overflow-x: auto;
    }

    .leaderboard-table table {
        width: 100%;
    }

    .leaderboard-table th,
    .leaderboard-table td {
        padding: 0.5rem;
    }

    .leaderboard-top.first > div:nth-child(2) {
        order: 0;
    }
    .leaderboard-top.first > div:nth-child(1) {
        order: 0;
    }
    .leaderboard-top.first > div:nth-child(3) {
        order: -1;
    }
}
