body {
    font-family: Arial, sans-serif;
    background-color: #181818;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    width: 560px;
    background-color: #000;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.containerPageFull {
    width: 560px;
    background-color: #000;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center; 
    margin: 0 auto; 
}

.step-indicator {
    font-size: 2em;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: right;
}

.logo {
    text-align: center;
    margin-bottom: 20px;
}

.logo img {
    max-width: 200px; 
    height: auto; 
    margin-bottom: 10px; 
}

.stripe {
    height: 3px;
    background-color: #8B0000;
    width: 100%; 
    margin-top: 5px; 
}    

.signup-form h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
}

.progress-bar {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.progress-bar .step {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.progress-bar .step.active {
    background-color: #f00;
}

.progress-bar .line {
    width: 50px;
    height: 1px;
    background-color: #ccc;
    margin: 0 10px;
    margin-top: 10px;
}

.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 40px;
}

.head h2 {
    margin: 0;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
}

.form-group input {
    width: 95%;
    padding: 10px;
    border: 1px solid #555;
    border-radius: 4px;
    background-color: #222;
    color: #fff;
}

.password-wrapper {
    position: relative;
}

.password-wrapper input {
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.bonus-code-link {
    color: #888;
    text-decoration: none;
    font-size: 0.9em;
}

.bonus-code-link:hover {
    text-decoration: underline;
}

.btn-submit:hover {
    background-color: #c00;
}

.footer {
    text-align: center;
    margin-top: 20px;
}

.footer p {
    font-size: 0.9em;
    color: #888;
    text-decoration: underline;
}

.footer a {
    color: #888;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.signup-form h2 {
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff;
}

.subheading {
    text-align: center;
    margin-bottom: 20px;
    color: #888;
    font-size: 0.9em;
}

.form-group-1 {
    margin-bottom: 20px;
    text-align: center;
}

.form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #555;
    border-radius: 4px;
    background-color: #222;
    color: #fff;
    font-size: 1em;
    margin-bottom: 30px;
}

.form-group p {
    color: #888;
    font-size: 0.9em;
}

.btn-submit {
    width: 100%;
    padding: 10px;
    background-color: #f00;
    border: none;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
}

.btn-submit:hover {
    background-color: #c00;
}

.container-checkbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: white;
}

.checkbox {
    display: flex;
    align-items: center;
}

.checkbox input[type="checkbox"] {
    margin-right: 10px;
}

.link {
    color: red;
    text-decoration: underline;
}

.container4 {
    text-align: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 7px;
    background-color: #1f1f1f;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

h2 {
    margin-bottom: 10px;
}

p {
    margin-bottom: 20px;
    color: white;
}

.toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

#user-email {
    font-weight: bold;
}

.code-inputs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.code-input {
    width: 40px;
    height: 50px;
    margin: 0 5px;
    font-size: 24px;
    text-align: center;
    border: 2px solid #444;
    border-radius: 4px;
    background-color: #2b2b2b;
    color: #fff;
}

.code-input:focus {
    border-color: #666;
    outline: none;
}

button {
    width: 100%;
    padding: 10px;
    background-color: #f00;
    border: none;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
}

button:hover {
    background-color: #c00;
}

.error-message {
    color: #ff4d4d;
    margin-top: 10px;
}

.success-icon {
    font-size: 50px;
    color: #00ff00;
}

h1 {
    margin: 20px 0 10px;
    color: white;
}

#user-email {
    font-weight: bold;
}

.promo-banner {
    margin: 20px 0;
    position: relative;
}

.promo-banner img {
    width: 70%;
    border-radius: 8px;
}

.promo-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    text-align: center;
}

.download-button {
    width: 100%;
    padding: 10px;
    background-color: #f00;
    border: none;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
}

.app-buttons img {
    width: 80px;
    margin: 15px;
    cursor: pointer;
}

.payment-methods img {
    width: 60px;
    margin: 10px;
    cursor: pointer;
}

.body5 {
    font-family: Arial, sans-serif;
    background-color: #121212;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62vh;
}

.container5 {
    width: 100%; 
    max-width: 540px;
    background-color: #000;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative; 
    left: -20px; 
}

.payment-methods2 img {
    width: 100px;
    margin: 10px;
    cursor: pointer;
}

.g-recaptcha {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 135px;
}

btn-captcha {
    width: 70%;
    padding: 10px;
    background-color: #f00;
    border: none;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
}

btn-captcha:hover {
    background-color: #c00;
}

#signupForm2,
#signupFormCaptcha,
#signupForm3,
#signupForm4,
#signupForm5 {
    display: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    background-color: #202020;
    margin: 15% auto;
    padding: 20px;
    border-radius: 10px;
    width: 25%;
    border: 2px solid red;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

.custom-select-container {
    position: relative;
    width: 100%;
}

.custom-select {
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #555;
    border-radius: 4px;
    background-color: #222;
    color: #fff;
    cursor: pointer;
}

.custom-select::after {
    content: "▼";
    font-size: 12px;
    color: #fff;
    margin-left: 440px;
}

.custom-select img {
    width: 20px;
    height: 14px;
    margin-right: 10px;
}

.options-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #555;
    border-radius: 4px;
    background-color: #222;
    display: none;
    z-index: 10;
}

.option {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    color: #fff;
}

.option:hover {
    background-color: #333;
}

.option img {
    width: 20px;
    height: 14px;
    margin-right: 10px;
}

.terms-link {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #555;
}

.terms-link .link {
    text-decoration: none;
    color: red;
    text-decoration: underline;
}

.terms-link .link:hover {
    text-decoration: none;
}
