<!
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Account Creation</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
Cantarell, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f4f4f4;
margin: 0;
padding: 0;
}
.email-container {
max-width: 600px;
margin: 20px auto;
background-color: # ;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
over ow: hidden;
}
.header {
background: linear-gradient(90deg, #00 8e 0%, #00c9 100%);
color: white;
padding: 40px 30px;
text-align: center;
}
.header h1 {
margin: 0;
font-size: 28px;
font-weight: 600;
}
.header p {
margin: 10px 0 0 0;
font-size: 16px;
opacity: 0.9;
}
.content {
padding: 40px 30px 0;
text-align: left;
}
.message {
font-size: 18px;
color: #2c3e50;
margin-bottom: 30px;
fl
ff
ff
ff
ff
ff
line-height: 1.7;
}
.status-container {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border: 2px solid #00c9 ;
border-radius: 12px;
padding: 30px;
margin: 30px 0;
position: relative;
over ow: hidden;
}
.status-container::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #00 8e 0%, #00c9 100%);
}
.status-icon {
font-size: 48px;
margin-bottom: 15px;
}
.status-text {
font-size: 20px;
font-weight: 600;
color: #00c9 ;
margin-bottom: 10px;
}
.status-detail {
font-size: 16px;
color: #6c757d;
margin: 10px 0;
}
.timeline {
background-color: #f8f9fa;
border-radius: 8px;
padding: 20px;
margin: 25px 0;
border-left: 4px solid #00 8e;
}
.timeline-item {
display: ex;
align-items: center;
margin: 15px 0;
}
fl
fl
ff
ff
ff
ff
ff
.timeline-icon {
width: 30px;
height: 30px;
background: linear-gradient(90deg, #00 8e 0%, #00c9 100%);
border-radius: 50%;
display: ex;
align-items: center;
justify-content: center;
margin-right: 15px;
color: white;
font-weight: 600;
font-size: 14px;
}
.timeline-text {
color: #555;
font-size: 16px;
}
.appreciation {
background: linear-gradient(135deg, #e8f5e8 0%, #f0f9 100%);
border-radius: 12px;
padding: 25px;
margin: 25px 0;
border: 1px solid #00 8e;
}
.appreciation-text {
font-size: 18px;
font-weight: 600;
color: #00c9 ;
margin: 0;
}
.footer {
background-color: #343a40;
color: #adb5bd;
padding: 25px 30px;
text-align: center;
}
.footer p {
margin: 5px 0;
font-size: 14px;
}
.company-name {
font-weight: 600;
color: # f;
}
@media (max-width: 600px) {
.email-container {
ff
fl
ff
ff
ff
ff
ff
margin: 10px;
border-radius: 0;
}
.content {
padding: 20px;
}
.header {
padding: 30px 20px;
}
.header h1 {
font-size: 24px;
}
.status-container {
padding: 20px;
}
.status-icon {
font-size: 36px;
}
.status-text {
font-size: 18px;
}
}
</style>
</head>
<body>
<div class="email-container">
<div class="header">
<h1>🎉 Account Creation</h1>
<p>We're setting up your account</p>
</div>
<div class="content">
<div class="message">
We are currently in the process of activating your company pro le. You will receive a
con rmation email within the next 24 hours once the setup is complete. We're excited to have
your company on board and look forward to working with you. If you have any questions in the
meantime, feel free to reach out.
</div>
</div>
<div class="footer">
<p class="company-name">Toggle Timer</p>
<p>Crafted by Hansraj Ventures Pvt. Ltd</p>
<p>© 2025 All rights reserved</p>
</div>
</div>
</body>
fi
fi
</html>