body {
    background-color: black;
    padding-top: 100px;
    padding-bottom: 100px;
}
.custom-header {
    width: 100%;
    height: 60px;
    background-color: #181818;
    border-bottom: 1px solid #2a2a2a;
    position: fixed;
    top: 0;
    left: 0;
}
.custom-header .logo {
    height: 20px;
    position: absolute;
    left: 20px;
    top: 20px;
}
.countdown {
    padding: 10px;
    text-align: center;
    height: auto;
    background: #1e243240;
    border: 1px solid rgba(81, 97, 135, .34);
    min-height: 45px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.countdown .font-bold {
    width: 100%;
    text-align: center;
    font-family: Lexend Deca, Roboto, sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}
.countdown .font-light {
    width: 100%;
    text-align: center;
    font-family: Lexend Deca, Roboto, sans-serif;
    color: #003FFF;
    font-weight: 600;
    font-size: 13px;
}
w3m-button {
    position: absolute;
    top: 8px;
    right: 20px;
}



body {
    background-color: #070708;
}

.page-container {
    width: 100%;
    min-height: 100vh;
    background-image: url('../img/bg.jpg');
    background-size: cover;
    padding-top: 150px;
    background-position: center;
    padding-bottom: 100px;
}
.page-content {
    width: 100%;
    max-width: 700px;
    min-height: 10px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.custom-navbar {
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    background: rgba(30, 36, 50, .25);
    border-bottom: 1px solid rgba(81, 97, 135, .34);
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
}
.reward-summary {
    width: 100%;
    height: auto;
    min-height: 30px;
    padding: 20px;
    text-align: center;
    background-image: radial-gradient(circle at 50% 1e+02%, rgb(47 81 118 / 64%) 0%, rgba(7, 11, 18, 0.33) 100%);
    border-bottom: 1px solid #7c8daa4f;
}
.reward-summary p {
    font-family: 'Lexend Deca', Roboto, sans-serif;
    color: white;
    text-align: center;
    margin-bottom: -2px;
    margin-top: 12px;
}
.reward-summary h3 {
    font-family: 'Lexend Deca', Roboto, sans-serif;
    color: white;
    font-weight: 600;
    text-align: center;

}
.reward-summary h3 img {
    width: 28px;
    margin-top: -3px;
}
.custom-navbar .web3holder {
    position: absolute;
    right: 30px;
    height: 60px;
    min-width: 10px;
    display: flex;
    align-items: center;
}
.custom-navbar .cta-button {
    background-color: #003FFF;
    border: none;
    color: #000;
    font-family: 'Lexend Deca', Roboto, sans-serif;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding-left: 36px;
    padding-right: 36px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: 10px;
}
.custom-navbar .logo {
    width: 140px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.panel {
    width: 100%;
    background: #181818;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #2a2a2a;
}
.panel .banner {
    width: 100%;
}
.panel .panel-content {
    padding: 20px;
    width: 100%;
    height: auto;
    min-height: 20px;
    overflow: hidden;
}
.panel .panel-content h1 {
    font-family: 'Lexend Deca', sans-serif;
    color: white;
    font-size: 24px;
}
.panel .panel-content p.text {
    font-family: 'Lexend Deca', sans-serif;
    color: #7c8daa;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 20px;
}

.task-list .task {
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
}

.task h3 {
    color: #fff;
    font-size: 18px;
    margin-top: 0px;
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 400;
}
.task h3 a {
    text-decoration: none;
    color: #003FFF;
}
.task p.description {
    color: #7c8daa;
    float: left;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 0px;
}
.task-reward {
    width: 100%;
    height: 28px;
    font-family: 'Lexend Deca', sans-serif;
    color: #003FFF;
    font-weight: 600;
    border: 1px solid #ffd30140;
    font-size: 15px;
    background-color: #00000040;
    text-align: center;
    line-height: 26px;
    margin-bottom: 10px;
}
.task-button {
    width: 100%;
    font-family: 'Lexend Deca', sans-serif;
    border: none;
    font-size: 12px;
    height: 28px;
}
.task-button.verify {
    background-color: #003FFF;
    color: #000;
    font-family: 'Lexend Deca', Roboto, sans-serif;
    text-transform: uppercase;
}
.task-button.completed {
    background-color: #00be82
}
.task-button.completed img.checkmark {
    width: 16px;
    margin-top: -3px;
}
.task-button.twitter {
    background-color: black;
    text-align: center;
    border: 1px solid #454545;
    color: white;
    line-height: 20px;
}
.task-button.disabled {
    color: #646f84;
    background: #323843;
}
.task-button.twitter img {
    width: 14px;
    margin-right: 4px;
    margin-top: -3px;
}
.task-reward img {
    width: 15px;
    margin-top: -3px;
}
