.userProfile-modal {
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

.profile-container {
    width: 170px;
    height: 170px;
}

.self-view-about-name > img {
    margin-left: 14px;
}

.dc-edit-img {
    display: flex;
    border: 2px solid rgba(255, 255, 255, 1);
    margin-top: 44.7%;
    width: 39.67px;
    height: 39.67px;
    background: var(--cmty-white);
    border: 2px solid var(--cmty-white);
    border-radius: 50%;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.14)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.12));
    position: absolute;
    right: 0px;
    bottom: 0;
}

.user-name-text {
    font-family: var(--cmty-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: var(--cmty-font-size-xlm);
    line-height: 23px;
    color: var(--cmty-neutrals-web-gray160);
    word-wrap: break-word;
    word-break: break-all;
}

.led-star-profile{
    color: var(--cmty-neutrals-web-gray130); 
    font-size: 14px; 
    font-weight: 600;
    line-height: normal;
}
.led-star-profile img {
    width: 11px;
    height: 11px;
    vertical-align: baseline;
}

.dc-edit-img > img {
    position: relative;
    width: 20px;
    height: 18.5px;
    left: calc(50% - 20px/2);
    top: calc(50% - 18.5px/2 - 0.25px);
}


.dc-user-badges-container, .dc-user-stats-container {
    background: var(--cmty-white);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 0px 2px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 16px;
    margin-top: 36px;
}

.dc-badges-header > .dc-badges-header-text {
    font-family: var(--cmty-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: var(--cmty-font-size-md);
    line-height: 26px;
    color: var(--cmty-black-dark60);
}

.dc-user-badges {
    display: flex;
    padding-top: 16px;
}

.multi-badges {
    margin-right: -18px;
}

.left-rail {
    border: none !important;
}

.dc-stats-data-container {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.dc-user-stats-data-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    row-gap: 16px;
    margin-top: 16px;
}
.dc-stats-data-container span:nth-child(2){
    font-weight: 400;
    font-size: var(--cmty-font-size-xs);
    line-height: 14px;
}
.dc-stats-count {
    font-family: var(--cmty-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: var(--cmty-font-size-lg);
    line-height: 24px;
    display: flex;
    align-items: center;
    color: var(--cmty-dymamics-primary);
}

.view-as-public-btn, .copy-profile-link-btn {
    width: unset !important;
}

.dc-profile-visiblity {
    gap: 7px;
    display: flex;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dc-profile-status-dot {
    width: 4px;
    height: 4px;
    background: var(--cmty-black-dark70);
}

.dc-profile-visbility-title {
    color: var(--cmty-black-dark60);
    font-family: var(--cmty-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: var(--cmty-font-size-xs);
    line-height: 14px;
}

.dc-profile-visiblity-status {
    padding: 4px 8px;
    height: 22px;
    background: var(--cmty-communication-indigo-shade20);
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: var(--cmty-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: var(--cmty-font-size-xs);
    line-height: 14px;
    color: var(--cmty-communication-indigo-shade30);
}

.view-as-public-btn {
    font-family: var(--cmty-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: var(--cmty-font-size-sm);
    line-height: 21px;
    display: flex;
    align-items: center;
    color: var(--cmty-dymamics-primary);
    margin: 0px;
}

    .view-as-public-btn:hover, .view-as-public-btn:focus, .view-as-public-btn:active, .view-as-public-btn:active.focus,
    .view-as-public-btn:active.hover, active:hover, active:focus {
        background: var(--cmty-dymamics-primary);
        color: var(--cmty-white) !important;
    }

.profile-upload-modal-maincontent-container {
    display: flex;
    flex-direction: column;
}

.upload-profile-modal-sub-title {
    font-family: var(--cmty-font-family);
    font-style: normal;
    font-weight: 600;
    color: var(--cmty-neutrals-web-gray160);
    margin: 0px;
    padding: 0px;
}

.upload-profile-modal-title-font {
    font-size: var(--cmty-font-size-xlm);
    line-height: 28px;
}

.upload-profile-modal-sub-title-font {
    font-size: var(--cmty-font-size-md);
    line-height: 22px;
    margin: 0px;
    padding: 0px;
}

.upload-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.user-profile-img > .loading-image-user {
    color: white;
    position: relative;
    margin-left: 2%;
    margin-top: -88%;
}

.dc-user-profile-modal-content {
    display: flex;
    padding: 12px 24px 24px;
    gap: 12px;
    position: relative;
    width: 547px;
    /* height: 396px; */
    background: var(--cmty-white);
    box-shadow: 0px 1.6px 3.6px rgba(0, 0, 0, 0.132), 0px 0.3px 0.9px rgba(0, 0, 0, 0.108);
    border-radius: 20px;
}

.user-profile-pic-onmodal {
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

.profile-upload-modal-maincontent-container {
    gap: 12px;
    width: 100%;
}

.dc-user-modal-body {
    width: 100%;
    padding: 0px;
}

.dc-user-img-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    padding: 0 50px !important;
    column-gap: 20px;
    flex-wrap: wrap;
}

.dc-upload-img-section {
    padding: 0px;
}

.dc-remove-photo, .dc-add-photo {
    font-family: var(--cmty-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: var(--cmty-font-size-sm);
    line-height: 20px;
    color: var(--cmty-black);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 0px;
}

    .dc-remove-photo:active, .dc-remove-photo:focus, .dc-remove-photo:active:hover, .dc-remove-photo:active:focus, .dc-remove-photo:active.focus, .dc-remove-photo.active:hover, .dc-remove-photo.active:focus,
    .dc-remove-photo.active.focus, .dc-remove-photo[disabled]:hover, .dc-remove-photo[disabled]:focus, .dc-remove-photo[disabled].focus
    .dc-remove-photo:disabled:hover, .dc-remove-photo:disabled:focus, .dc-remove-photo:disabled.focus {
        color: var(--cmty-black);
    }

.dc-buttons-for-profile {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dc-user-profile-modal-save_close {
    padding: 0px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-end;
}

#save_userprofile_button, #save_userprofile_btn {
    background: var(--cmty-dymamics-primary);
    border-radius: 2px;
}

.dc-user-profile-close-modal {
    color: var(--cmty-dymamics-primary);
    border: 1px solid #8A8886;
    border-radius: 2px;
}

.dc-delete-pic-warning {
    font-family: var(--cmty-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: var(--cmty-font-size-md);
    line-height: 21px;
    color: var(--cmty-neutrals-web-gray160);
}

.profile-delete-confirm-modal-maincontent-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dc-modal-header-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.user-upload-profile-modal {
    top: 25vh;
}

.profile-photo {
    display: flex;
    margin-bottom: 16px;
    position: relative;
    width: 170px;
    height: 170px;
}
img#noProfilePictureUploaded, img#nouserprofilepic {
    content: var(--cmty--profileImage-url);
    background: var(--cmty--profileImage-background);
    background: var(--cmty--profileImage-gradient);
    padding: var(--cmty--profileImage-padding);
}
/**Heigh contrast theme css**/
@media (prefers-contrast: more) {
    .dc-user-badges-container,
    .dc-user-stats-container,
    .content-well-tabs .content-well-tab-content.current{ 
        border: 1px solid var(--cmty-neutrals-web-gray160);
    } 
    .dc-upload-img-section img,
    .remove-image img,
    .dc-edit-img > img{
        filter: contrast(0);
    }
}
/**Heigh contrast theme css end**/