
#loader {
    display: none;
    font-size: 16px;
    color: #555;
    margin: 10px 0;
}
.username h2{
    font-size:60px;
}
/* Example CSS for a simple spinning loader */
.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
    margin: 10px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.input-container {
    position: relative;
    margin-bottom: 10px;
}
.input-container input {
    padding-left: 40px; /* Space for the icon */
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 40px;
    width: 100%;
}
.input-container i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #333; /* Icon color */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #f1f1f1;
}

#wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.qr-main {
    width: 500px;
    margin: auto;
}

.qr-image img {
    width: 170px;
}

.qr-image h5 {
    margin-top: 10px;
    font-size: 16px;
}

.qr-profile img {
    width: 90px;
}

.profile-avatar {
    height: 130px;
    width: 130px;
    display: flex;
    margin-top: -80px;
    margin-bottom: 12px;
    align-items: center;
    justify-content: center;
    /* background-color: #f1f1f1; */
    border: 5px solid #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 10px #d3d3d382;
    overflow: hidden;
}
.profile-avatar a{
    text-decoration:none;
}
.profile-avatar h2{
        font-size: 60px;
    font-weight: 900;
    text-shadow: 1px 1px 6px #535d607d;
}

.qr-profile {
    padding: 20px;
    margin-top: 120px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    width: 100%;
}

.profile-info h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.profile-info span {
    font-size: 14px;
    color: rgb(127, 127, 127);
}

.profile-tabs {
    margin-top: 20PX;
}

.profile-tabs ul {
    padding: 0px;
    margin: 0px;
}

.profile-tabs ul li {
    list-style: none;
    flex: 1 1;
    padding: 14px 10px;
    border-radius: 100px;
    background-color: #f1f1f1;
}

.profile-tabs .profile-links a {
    color: #000;
    font-size: 14px;
    flex: 1 1;
    padding: 12px 10px;
    border-radius: 100px;
    background-color: #f1f1f1;
    font-weight: 600;
    text-decoration: none;
    transition: .3s ease-in;
}

.profile-tabs .profile-links a:hover {
    background-color: #000;
    color: #fff !important;
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
    .qr-image img {
        width: 100px !important;
    }

    .profile-avatar {
        height: 100px;
        width: 100px;
    }

    .qr-profile img {
        width: 70px;
    }

    .profile-avatar {
        margin-top: -65px
    }

    .profile-tabs ul li a {
        font-size: 12px;
    }

    .profile-tabs ul li {
        padding: 10px 10px;
    }

    .profile-info h6 {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .profile-info span {
        font-size: 12px;
    }
}

@media only screen and (max-width:992px) {
    .profile-avatar h2{
        font-size: 35px !important;
}
    .sub-header {
    height: 130px !important;
    background-color: #f1f1f1;
}
    .business-info{
        padding: 0px 15px !important;
    }
    .qr-main {
        width: 100% !important;
    }

    .qr-profile img {
        width: 70px;
    }

    .profile-avatar {
        height: 100px;
        width: 100px;
    }

    .profile-avatar {
        margin-top: -70px
    }


    .qr-image img {
        width: 100px !important;
    }

    .profile-tabs a {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        display: block;
        text-decoration: none;
        flex: 1 1;
        padding: 10px 10px;
        border-radius: 100px;
        background-color: #f1f1f1;
    }


    .profile-tabs .profile-links {
        flex-direction: column;
    }

    .qr-image img {
        width: 100px;
    }
}

.sub-header {
    height: 250px !important;
    background-color: #f1f1f1;
}

.profile-image h5 {
    margin-top: 10px;
    font-size: 16px;
}

.profile-avatar img {
    width: 100px !important;
}

.profile-avatar {
    height: 130px;
    width: 130px;
    display: flex;
    margin-top: -65px;
    margin-bottom: 12px;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    border: 5px solid #fff;
    border-radius: 100%;
    overflow: hidden;
}

.business-info h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px !important;
}

.business-info span {
    font-size: 14px;
    color: rgb(127, 127, 127);
}

.business-btn {
    padding: 15px 40px;
    margin-top: 10px;
    border: none;
    color: #fff;
    background: #000;
    font-size: 16px;
    border-radius: 100px;
}

.icon-wrap {
    margin-top: 40px;
}

.social-icons {
    margin-block-end: 30px;
}

.social-icons .icons img {
    width: 50px;
}

.icons-content h6 {
    margin-bottom: 5px;
}

.icons-content p {
    margin-bottom: 0px !important;
}

.business-profile {
    padding: 0px 20px 50px 20px;
}

@media only screen and (max-width:992px) {
    .subheader {
        height: 150px;
        background-color: #f1f1f1;
    }

    .profile-main {
        width: 100% !important;
    }

    .profile-avatar img {
        width: 70px !important;
    }

    .social-icons .icons img {
        width: 44px;
    }

    .business-btn {
        width: 100%;
    }

    .profile-avatar {
        height: 100px;
        width: 100px;
        margin-top: -53px;
    }
}

img.business-logo {
    border: 4px solid gray;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    margin-top: -60px;
}

.social-heading{
    margin-left: 20px;
}
.social-heading h4, .social-heading p {
    margin: 0;
    line-height: 1.4em;
}
.social-links-div i {
    font-size: 30px;
}
.icon-box {
    box-shadow: 0px 0px 10px 0px #d3d3d385;
    border-radius: 6px;
    padding: 10px 20px;
    margin-bottom: 14px;
}
.social-heading p {
    font-size: 12px;
    color: gray;
}
.social-heading h4 {
    font-size: 18px;
}
a.custom-btn {
    display: block;
    background: #0a58ca;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 14px;
}
.business-info > p {
    font-size: 15px;
    margin-top: 13px;
}
.business-info span {
    font-size: 12px;
}
.business-info h3 {
    margin: 15px 0px 0px 0px;
    text-transform: uppercase;
}
.google-div i, .fa-google{
    color: #4789F5;
}
.facebook-div i, .fa-facebook{
    color: #4A66A3;
}
.instagram-div i, .fa-instagram{
    color:#FE1971;
}
.youtube-div i, .fa-youtube{
    color:#FF1611;
}
.yelp-div i, .fa-yelp{
    color:#D52C2B;
}

.linkedin-div i, .fa-linkedin-in{
    color:#126B9C;
}
.social-links-div a{
    text-decoration: none !important;
    color: unset !important;
}
.custom-review-form{
    display: none;
    margin-top: 20px;
}
.qr-main.text-center {
    display: flex;
    flex-direction: column;
    height: 100vh !important;
    align-items: center;
    width: 500px !important;
}