body{
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #F4F7FA;
}


.username-sec-wrap {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: -170px;
}

.username-profile-wraps .profile-img {
    position: relative;
    width: 240px;
    height: 240px;
    overflow: hidden;
}

.username-profile-wraps .profile-img img {
    object-fit: cover;
    width: 240px;
    height: 240px;
    object-position: center;
    border-radius: 50%;
}

.username-profile-wraps .profile-img .badges {
    position: absolute;
    right: 0;
    bottom: 0;
}

.username-profile-wraps .profile-img .badges img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.user-name-copy {
    padding-left: 18px;
}

.user-name-copy h2 {
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
}

.user-name-copy .copy-link {
    color: #fff;
    font-size: 16px;
    line-height: 110%;
    color: #33B1FC;
    padding-top: 7px;
}

.user-name-copy .copy-link svg {
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-left: 4px;
    color: #33B1FC;
    cursor: pointer;
}

.user-name-copy .copy-link svg path {
    fill: currentColor;
}

.verified-account-info {
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 18px 33px;
    background: #fff;
    border-radius: 28px;
    min-width: 485px;
    position: absolute;
    /* bottom: 10px; */
    top: 169px;
    left: 150px;
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: none;
}


.username-profile-wraps .flex-shrink-0 {
    position: relative;
}

.verified-account-info h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    color: #000;
}

.verified-account-info li {
    position: relative;
    margin-top: 20px;
    padding-left: 60px;
    min-height: 45px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    line-height: 110%;
    color: #000;
}

.verified-account-info li img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%,-50%);
    max-width: 45px;
}

.customize-content-wraps {
    padding-top: 70px;
}

.d-flex.flex-customs-subs {
    width: 100%;
    gap: 30px;
}

.customize-box-left {
    width: 70%;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 200px 50px;
    border-radius: 20px;
    text-align: center;
    background: #fff;
    flex-shrink: 0;
}

.customize-box-left h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 40px;
    color: #000;
}

.customize-box-right {
    box-shadow: 0px 4px 4px 0px #00000040;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    padding: 30px;
    gap: 40px;
    border-radius: 20px;
}

.customize-box-right a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.customize-box-right a {
    color: #000000;
    font-size: 20px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.customize-box-left.intro-video {
    padding-top: 125px;
    padding-bottom: 75px;
}

.customize-box-left.intro-video .vid-inners video {
    max-width: 100%;
    width: 100%;
    border-radius: 20px;
    display: block;
}

.customize-box-left.intro-video .vid-inners {
    padding-top: 80px;
}
.customize-box-right.meta-dt {
    justify-content: flex-start;
    padding-top: 70px;
}

.products-meta-data h4 {
    font-size: 40px;
    color: #005B9D;
    font-weight: 400;
    padding-bottom: 40px;
}

.products-meta-data table td {
    padding-top: 30px;
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    text-decoration: underline;
}

.products-meta-data table td:last-child {
    padding-left: 20px;
}

.customize-content-wraps{
    padding-bottom: 100px;
}
.customize-box-right{
    background: #fff;
}

.customize-box-left.img-subs {
    padding: 0;
    box-shadow: unset;
}
.customize-box-left.intro-video.subs-full {
    width: 100%;
    /* box-shadow: unset; */
    padding-top: 70px;
    padding-bottom: 50px;
}

@media (max-width:1024px){
    .customize-box-left{
        width: 100%;
    }
    .d-flex.flex-customs-subs{
        flex-direction: column;
    }
}
@media (max-width:600px){
    .username-profile-wraps .profile-img {
        width: 150px;
        height: 150px;
    }
    
    .username-profile-wraps .profile-img img {
        width: 150px;
        height: 150px;
    }
    
    .verified-account-info {
        left: 0;
        top: 83px;
        min-width: 300px;
        width: 100%;
    }
    
    .customize-box-left {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    
    .customize-box-left.intro-video {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
}