.page-container {
    max-width: 800px;
    width: 100%;
}
.step-card {
    background-color: #161b22;
    padding: 2.5rem;
    border-radius: 1rem;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}
.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-color: #21262d;
}
.progress-bar {
    background-color: #30363d;
    height: 0.5rem;
    border-radius: 9999px;
    overflow: hidden;
}
.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #4c51bf, #5a67d8);
    transition: width 0.5s ease-in-out;
}
.step-card .inactive {
    opacity: 0.6;
    pointer-events: none;
    cursor: default;
}
.wallet-landing .from-purple-700 {
    --tw-gradient-from: #1A9D8B var(--tw-gradient-from-position);
}
.wallet-landing .to-indigo-800 {
    --tw-gradient-to: #47C88A var(--tw-gradient-to-position);
}
.wallet-landing .btn-link {
    background-color: #000;
}
.wallet-landing #steps button {
    background-color: #088a8a;
}
.wallet-landing .prizes-received-section {
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
    padding: 44px 10px;
    background-color: #e93323;
}
.wallet-landing .prizes-received-section::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    display: inline-block;
    background: url(./podium.png) no-repeat center;
    height: 60%;
    width: 130px;
    transform: translateY(-50%);
    background-size: contain;
    opacity: 0.5;
    z-index: 90;
}
.wallet-landing .prizes-received-section::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    background: url(./background-gold.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
    width: 100%;
    transform: translateY(-50%);
    opacity: 0.15;
    z-index: 10;
}
#closeCongratulationsWalletModalKeplr {
    display: inline-flex;
    justify-content: center;
    padding: 15px 50px;
}
#twitterLogout {
    margin-left: 12px;
    padding: 4px 6px 5px;
    border-radius: 5px;
    background: #f00 !important;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    font-size: 11px;
    line-height: 1;
}
#twitterLogout:hover {
    opacity: 0.8;
}
@media screen and (min-width: 769px) {
    .wallet-landing #steps button,
    .wallet-landing #steps #retweetUrlKeplr {
        max-width: 60%;
    }
}