.access-message,
.static-message {
    color: #ffffffe0;
	background-color: #0000001c;
	border: 1px solid #7abaff;
    padding: 6px 8px;
	margin: 12px 0;
    border-radius: 8px;
    display: none;
    text-align: center;
}

.static-message {
	display: flex;
	flex-direction: column;
}

.benefits-box {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    background-color: #161a23;
    color: #d4dbe1;
    padding: 10px;
    border-radius: 8px;
    margin: 4px 0;
}

.access-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    min-width: 280px;
    margin: 10px auto 15px auto;
    padding: 12px;
    background: #171a25;
    border: 1px solid #394056;
    border-radius: 8px;
    box-sizing: border-box;
}

.label-text {
    display: none;
    font-size: 16px;
    font-weight: 400;
    color: rgba(201, 201, 201, 0.8);
    margin: 2px 0;
}

.label {
    display: flex;
    flex-direction: column;
    margin-bottom: 6px;
    color: #e2e6e9;
    font-size: 18px;
}

.pass-but {
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #272d3e;
    border-radius: 8px;
    cursor: pointer;
    padding: 5px;
    box-sizing: border-box;
}

.pass-but img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: .7;
}

.bottom-message {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-align: center;
    margin: 20px 0;
    color: #c6cbd2;
    padding: 14px 10px;
    word-break: break-word;
}

.bottom-message a,
.bottom-message a:hover,
.bottom-message a:focus {
    color: #67c5ff;
}


.redirect-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    margin-top: 20px;
    gap: 10px;
    color: #f1f2f4;
    text-align: center;
    padding: 14px;
    background-color: #00000045;
    border-radius: 10px;
    width: fit-content;
}

.redirect-con img {
    border-radius: 8px;
    max-height: 200px;
}

/* Email section */
.email-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 6px;
}

.email-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.email-help {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(201, 201, 201, 0.8);
}

#confirm-email {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
    width: 120px;
    height: 38px;
    white-space: nowrap;
    padding: 7px 8px;
    border-radius: 8px;
    background: #fcfcfd;
    color: #070709;
    font-weight: 600;
    cursor: pointer;
}

#email-code {
    max-width: 120px;
    text-align: center;
}

.submit-btn {
    margin: 10px 0;
}