
html, body {
    margin: 0;
    padding: 0;
    
}

.social-icon-svg {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}


.reward-image, .logo-image {
    max-width: 100%;
    height: auto;
}

.form-control {
    max-width: 100%;
}

.social-icon {
    display: block;
    margin: 10px auto;
    padding: 10px 0;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    color: #000;
    width: 45%; /* Revert to original width for larger screens */
    position: relative;
}

.social-icon i {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.referral-dashboard {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.referral-details img {
    max-width: 100px;
    margin-bottom: 10px;
}

a.terms-link {
    color: #2ac8c8;
    text-decoration: none;
}


.reward-image {
    width: 250px; /* Set your desired width */
    height: auto; /* Maintain aspect ratio */
    margin-top: 50px;
}

.logo-image {
    max-width: 50%;
    height: auto;
}

/* Media query for xs screens */
@media (max-width: 575.98px) {
    .social-icon {
        width: 100%;
    }
}
