.success-container {
    display: none;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: white;
}

.success-box {
    position: absolute;
    top: 0;
    text-align: center;
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    color: #384955;
}

.checkmark {
    font-size: 4rem;
    color: #28a745;
    margin-bottom: 20px;
}

.success-title {
    margin-bottom: 10px;
}

.success-message {
    margin-bottom: 20px;
}