.email-popup {
    background-color: #101010;
    padding: 15px;
    border-radius: 10px;
    max-width: 350px;
}

#mailing {
    width: 150px;
}

.mail-title {
    font-size: 18px;
    color: #F9C920;
    font-weight: 600;
}

.email-template {
    color: #b9b9b9;
    font-size: 14px;
    max-width: 250px;
}

.mail-img {
    position: absolute;
    right: 12px;
    top: 12px;
}

.email-content {
    text-align: left;
    max-width: 100%;
}

.otp-btn {
    height: 40px !important;
}

#congratulations {
    left: 0;
    transform: scale(1.5);
    pointer-events: none;
}

.email-diya-image {
    background-color: #000000;
    border: 1px solid #323232;
    border-radius: 5px;
    width: 120px;
    height: 120px;
    margin: 20px auto;
}
.email-diya-title {
    font-size: 12px;
}
.next-step {
    color: #F9C920;
    font-size: 14px;
    text-decoration: none;
}
.next-step:hover {
    color: #F9C920;
}
.create-link {
    color: #73cac7;
}
.logo-icon {
    width: 60px;
    height: 60px;
    background-color: #202020;
    border-radius: 50px;
    z-index: 1;
}
.complete-process {
    width: 215px;
}
.complete-process::after {
    position: absolute;
    border-bottom: 1px dashed #ffffff;
    content: "";
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
#complete {
    width: 68px;
    height: 68px;
    z-index: 1;
}
#complete span {
    top: 25px;
    left: 30px;
    z-index: 1;
    font-size: 12px;
}
.email-received {
    max-width: 280px;
}
.email-border {
    border-bottom: 2px solid rgb(255 255 255 / 10%);
    width: 100%;
    display: block;
}
