.home-grid {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 30px;
    position: relative;
    align-items: start;
    justify-content: start;
    justify-items: start;
}

.right-grid {
    width: 100%;
    position: relative;
    margin: 1rem 0;
}

section.profile-hero {
    background: #F4F5F9;
    position: relative;
    padding-bottom: 8.3rem;
}

.head-right-block {
    background: #fff;
    margin: 1rem 0 0.7rem;
    box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 1rem 1rem;
    display: inline-block;
    width: 100%;
}


.title {
    text-align: left;
    font-size: 1.3rem;
    font-weight: 600;
    color: #000;
}

.two-col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
}

.scorecard-block {
    flex: 30%;
    flex-shrink: 0;
    position: relative;
}

.scorecard-stats {
    background: #F2F9FB;
    border: 1px #E2F5FB solid;
    border-radius: 5px;
    position: relative;
    padding: 15px 15px;
}

.sc-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px #C9E3EB solid;
    margin: 10px 0;
}

.sc-icon {
    font-size: 18px;
    color: #13b89d;
    width: 22px;
    text-align: center;
}

h2.sc-val {
    font-family: 'Conv_FoundersGrotesk-Medium';
    font-size: 1.6rem;
    margin: 0;
    color: #000;
}

h4.sc-label {
    font-size: 13px;
    color: #272727;
    font-family: 'Conv_FoundersGrotesk-Regular';
}

.challenge-block {
    flex-shrink: 0;
    position: relative;
    flex: 70%;
    border-left: 1px #d2d2d2 solid;
    padding-left: 1.5rem;
}

.challenges-top {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.challenge-stat-box {
    flex: 1;
    border-radius: 10px;
    padding: 10px 12px;
    display: flex;
    gap: 10px;
    border: 1px #eee solid;
    background: #f1f1f1;
    flex-shrink: 0;
    align-items: center;
    margin: 5px 0;
}

.csb-num {
    font-family: 'Conv_FoundersGrotesk-Bold';
    font-size: 1.7rem;
    color: #272727;
    line-height: 1;
    padding-top: 10px;
}

.csb-label {
    font-size: 1rem;
    color: #272727;
    line-height: normal;
    padding-left: 8px;
    padding-top: 4px;
}

.csb-label span {
    display: block;
    line-height: normal;
    color: #FF5F0A;
}

.csb-green {
    border-color: #82DA8B;
    background: rgb(130 218 139 / 10%);
}

.challenge-stat-box.csb-amber {
    border-color: #FBB066;
    background: rgb(251 176 102 / 10%);
}

.csb-amber .csb-num {
    color: #FF5F0A !important;
}

.sub-title {
    color: #272727;
    font-size: 15px;
}

.challenge-table {
    border: 1px #E2E8F0 solid;
    background: #fff;
    border-radius: 10px;
    padding: 10px 10xp;
}

.challenge-table .table tr:first-child td {
    border: 0px;
}

.challenge-table td:first-child {
    font-family: 'Conv_FoundersGrotesk-Medium';
}

.challenge-table .table td:last-child {
    text-align: right;
}

.challenge-table td {
    vertical-align: middle;
    font-size: 14px;
    color: #272727;
}

.challenge-table tfoot {
    border-top: 1px solid #dee2e6;
}

.challenge-table tfoot td {
    padding-bottom: 0 !important;
}

.vs-avatars {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: flex-end;
    position: relative;
}

.vs-av {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    font-size: 9px;
    background: #13b89d;
    line-height: normal;
    padding-top: 3px;
}

section.mid-block {
    margin-top: -8rem;
    position: relative;
    margin-bottom: 1.3rem;
}

.home-scorecard {
    border-radius: 15px;
    background: #FFFFFF;
    padding: 1rem 1rem;
    position: relative;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 15%);
    border: 10px rgb(0 0 0 / 5%) solid;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

h2.home-heading {
    text-align: left;
    font-size: 1.3rem;
    font-family: 'Conv_FoundersGrotesk-Semibold';
    color: #000;
}

.role-btns-group .nav-tabs {
    border: 1px #E5E7EB solid !important;
    width: auto;
    display: inline-flex !important;
    padding: 2px 3px;
    border-radius: 5px;
    background: #fff;
    gap: 2px;
}

.btn-score {
    background: #fff;
    min-width: 130px;
    font-family: 'Conv_FoundersGrotesk-Semibold';
    font-size: 1rem;
    font-weight: 500;
    outline: none !important;
    box-shadow: none !important;
    padding: .6rem .75rem .25rem;
    line-height: 1.5;
}

.btn-score b {
    padding-top: 2px;
}

.btn-score.active {
    background: #028FB0;
    color: #fff;
    border-radius: 5px !important;
    border: 0px !important;
}


.home-scorecard .accordion>.card {
    margin: 10px auto;
    border: 1px #E5E7E7 solid !important;
    border-radius: 6px;
    background: transparent;
    width: 100% !important;
}

.home-scorecard .accordion>.card>.card-header {
    border: 0px !important;
    cursor: pointer;
    background: transparent;
    padding: 0 !important;
    width: 100%;
}

.home-scorecard .accordion>.card>.card-header h4 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    margin: 0;
    text-align: left;
    line-height: 1.5rem;
    background: #14b89d;
    padding: 7px 10px 4px;
    border-radius: 6px;
    letter-spacing: normal;
}

.home-scorecard .accordion>.card>.card-header h4.collapsed:hover {
    font-size: 14px;
    font-weight: 600;
    color: #424242;
    width: 100%;
    margin: 0;
    text-align: left;
    line-height: 1.5rem;
    background: #14b89d;
    padding: 7px 10px 4px;
    border-radius: 6px;
}

.home-scorecard .accordion>.card>.card-header h4.collapsed {
    background: #F3F4F6;
    color: #364153;
}

.home-scorecard .accordion>.card>.card-header h4:before,
.home-scorecard .accordion>.card>.card-header h4.collapsed:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 7px;
    font-size: 12px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    display: inline-block;
}

.home-scorecard .accordion>.card>.card-header h4:before {
    content: "\f077";
}

.home-scorecard .accordion>.card>.card-header h4.collapsed:before {
    content: '\f078';
    color: #424242;
}

.home-scorecard .card-body {
    border: 0px;
    text-align: left;
    padding: 0px 2px;
}


.left-leaders ul {
    list-style: none;
    width: 100%;
}

.left-leaders ul li {
    padding: 5px 0px;
    border-bottom: 1px #cddadd solid;
}

.news-block {
    border-radius: 15px;
    background: #FFFFFF;
    padding: 1rem 1rem;
    position: relative;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 15%);
    border: 10px rgb(0 0 0 / 5%) solid;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.news-item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    position: relative;
}

.news-thumb {
    width: auto;
    height: 80px;
    display: inline-block;
    text-align: center;
    /* padding: 4px; */
    /* border: 1px #E5E7E7 solid;
    border-radius: 8px; */
    overflow: hidden;
    flex-shrink: 0;
}

.news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-desc {
    position: relative;
}

.news-desc h3 {
    font-family: 'Conv_FoundersGrotesk-Medium';
    font-size: 1.1rem;
    color: #000;
    margin: 0;
}

p.news-desc {
    margin-top: 0;
}

button.feed-ctrl-btn {
    border: 1px solid #abbcc1;
    background: #fff;
    padding: 7px 20px 5px;
    line-height: normal;
    border-radius: 50px;
    font-size: 14px;
    font-family: 'Conv_FoundersGrotesk-Regular';
    /* box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%); */
    margin: 10px 5px;
    vertical-align: middle;
    position: relative;
    min-height: 35px;
    color: #000;
}

button.feed-ctrl-btn i {
    padding-right: 5px;
    line-height: normal;
}

.feed-ctrl-btn.unread-post:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #028FB0;
    position: absolute;
    right: -2px;
    top: -2px;
    border-radius: 100%;
}

.feed-group {
    padding-bottom: 15px;
}

.feed-list {
    position: relative;
    padding: 0px 10px;
}

.feed-list .nav-pills {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.feed-list .nav-pills .nav-link {
    border: 1px #E5E7E7 solid !important;
    background: #fff;
    border-radius: 50px;
    line-height: 1.8;
    padding: .4rem 1.5rem 0.1rem;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
}

.feed-list .nav-pills .nav-link.active {
    background: #13b89d;
    border-color: #13b89d !important;
}

.feed-list .nav-pills .nav-link:hover {
    background: #13b89d;
    color: #fff;
}

.feed-post {
    margin: 1rem auto;
    width: 100%;
    position: relative;
    border: 1px #E5E7E7 solid;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
}

.post-header {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    position: relative;
    padding: 1rem 1rem 0.3rem;
}

.post-avatar {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-family: 'Conv_FoundersGrotesk-Medium';
    flex-shrink: 0;
    border: 1px #028fb0 solid;
}

.post-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}

.initials-avatar {
    padding-top: 6px;
    line-height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Conv_FoundersGrotesk-Semibold';
}

.post-meta {
    position: relative;
    width: 100%;
}

.post-name {
    color: #000;
    font-size: 1rem;
    font-family: 'Conv_FoundersGrotesk-Semibold';
    position: relative;
    display: inline-flex;
    gap: 6px;
    width: 100%;
    line-height: normal;
}

.post-name span.action {
    font-family: 'Conv_FoundersGrotesk-Light';
    text-transform: capitalize;
}

.feed-post.unread-post .post-name:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #028FB0;
    position: absolute;
    right: 0px;
    top: 4px;
    border-radius: 100%;
}

.post-text p {
    margin: 5px 0;
    line-height: 2;
}

.post-text img {
    /*margin: 5px 7px;*/
    vertical-align: top;
}

.post-date {
    font-family: 'Conv_FoundersGrotesk-Light';
    font-size: 13px;
    line-height: normal;
}

.post-actions {
    border-top: 1px #E5E7E7 solid;
    border-bottom: 1px #E5E7E7 solid;
    padding: 10px 16px;
    display: grid;
    align-items: center;
    position: relative;
    grid-template-columns: 1fr auto 1fr;
}

.feed-body {
    position: relative;
}

.emoji-btn {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    background: #F5F5F5;
    cursor: pointer;
    margin-right: 6px;
    font-size: 12px;
    transition: 0.2s;
}

.emoji-btn.active {
    background: #028fb0;
    color: #fff;
    transform: scale(1.1);
}

.emoji-btn b {
    font-weight: 600;
    margin-left: 10px;
    position: relative;
    top: 2px;
    font-size: 13px;
}

.reaction-box {
    margin-top: 0px;
    float: right;
}

.emoji-bar {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    justify-self: start;
}

.action-btn {
    cursor: pointer;
}

.action-btn.comment-btn {
    justify-self: center;
}

.action-btn.repost-btn {
    justify-self: end;
}

.comment-list {
    background: rgb(249 250 251 / 70%);
    padding: 0.3rem 1rem;
}

a.view-comments {
    color: #64748b !important;
}

.comment-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    padding: 7px 0px;
}

.cmt-av {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-family: 'Conv_FoundersGrotesk-Medium';
    flex-shrink: 0;
    border: 1px #028fb0 solid;
}

.cmt-av img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}

.cmt-name {
    font-weight: 500;
    color: #000;
    font-family: 'Conv_FoundersGrotesk-Semibold';
}

span.cm-text {
    font-family: 'Conv_FoundersGrotesk-Light';
    color: #1e293b;
    display: inline-block;
}

.cm-time {
    color: #64748b;
    font-size: 12px;
}

.home-leftPanel {
    background: #2749B2;
    border-radius: 10px;
    padding: 10px 10px;
    position: relative;
    width: 100%;
    margin: 2rem auto;
    height: calc(100% - 3.7rem);
}

.home-leftPanel h4 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
    color: #fff;
    vertical-align: middle;
    margin: 5px auto;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: normal;
    vertical-align: middle;
}



.homeuser-info {
    text-align: center;
    position: relative;
    margin: auto;
    padding: 10px 0;
}

.changephoto {
    color: #484848 !important;
    text-decoration: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 100%;
    font-size: 13px;
    line-height: 30px;
    border: 2px #0AB89E solid;
}


.homeuser-img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    max-width: 100%;
    position: relative;
    margin: auto;
}

.homeuser-img img {
    border: 3px rgb(255 255 255 / 40%) solid;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    max-width: 100%;
    object-fit: fill;
    -o-object-fit: fill;
    box-shadow: 0px 0px 0px 3px rgb(255 255 255 / 28%);
}

h3.welcomeMsg {
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 20px 0 0;
    text-align: center;
    margin: auto;
    font-family: 'Conv_FoundersGrotesk-Semibold';
}


.homeuser-pnts {
    color: #fff;
    padding: 5px 0;
    margin: auto;
    text-align: center;
}

.homeuser-pnts h3 {
    display: inline-block;
    border: 1px #101828 solid;
    background: #101828;
    border-radius: 50px;
    padding: 10px 15px 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    vertical-align: middle;
    margin: 0px auto;
    letter-spacing: 0.5px;
    font-family: 'Conv_FoundersGrotesk-Semibold';
    line-height: 1;
}

.homeuser-pnts h3 a {
    color: #fff;
    font-family: 'Conv_FoundersGrotesk-Semibold';
    text-decoration: none !important;
}

.homeuser-pnts h3:hover {
    background: #596f9a;
    border-color: #596f9a;
}

.welcomeMsg {
    padding-top: 1rem;
    position: relative;
}

h3.user_name {
    color: #fff;
    font-family: 'Conv_FoundersGrotesk-Semibold';
    font-size: 1.4rem;
    margin: auto;
}

span.memberRole {
    color: #fff;
    font-family: 'Conv_FoundersGrotesk-Medium';
    /* text-transform: uppercase; */
    line-height: normal;
}

.myfeed-post {
    margin: 1rem auto;
    width: 100%;
    position: relative;
    border: 1px #E5E7E7 solid;
    background: #fff;
    border-radius: 10px;
    /* padding: 0.8rem 0.8rem; */
}

.myfeed-header {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    position: relative;
    padding: 1rem 1rem 0;
}

.myfeed-body {
    position: relative;
    padding: .8rem 1rem 1rem;
    border-top: 1px #E5E7E7 solid;
}

.myfeed-icon {
    color: #fff;
    width: 40px;
    height: 40px;
    background: #13b89d;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    font-family: 'Conv_FoundersGrotesk-Medium';
    flex-shrink: 0;
}

.myfeed-meta {
    position: relative;
    width: 100%;
}

.myfeed-subtitle {
    color: #000;
    font-size: 1rem;
    font-family: 'Conv_FoundersGrotesk-Medium';
    position: relative;
    display: inline-flex;
    gap: 5px;
    line-height: 1;
}

.myfeed-date {
    font-family: 'Conv_FoundersGrotesk-Light';
    font-size: 13px;
    line-height: normal;
}

.myfeed-text {
    font-family: 'Conv_FoundersGrotesk-Regular';
    color: #1e293b;
    font-size: 1rem;
    padding: 0px 0 3px;
    position: relative;
}

.myfeed-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.myfeed-pts {
    width: auto;
    background: #dbeafe;
    color: #155dfc;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px 2px;
    position: relative;
    font-size: 13px;
    font-family: 'Conv_FoundersGrotesk-Medium';
}

.myfeed-post.unread-post .myfeed-meta:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #028FB0;
    position: absolute;
    right: 0px;
    top: 8px;
    border-radius: 100%;
}

.myfeed-post.badgefeed .myfeed-pts,
.myfeed-post.badgefeed .myfeed-icon {
    background: #dbeafe;
    color: #155dfc;
}

.myfeed-post.ptsfeed .myfeed-pts,
.myfeed-post.ptsfeed .myfeed-icon {
    background: #dcfce7;
    color: #00a63e;
}

.myfeed-post.scorecardfeed .myfeed-pts,
.myfeed-post.scorecardfeed .myfeed-icon {
    background: #fff8d4;
    color: #ff9200;
}

.myfeed-post.lbfeed .myfeed-pts,
.myfeed-post.lbfeed .myfeed-icon {
    background: #ffedd4;
    color: #f54a00;
}

.myfeed-post.challengefeed .myfeed-pts,
.myfeed-post.challengefeed .myfeed-icon {
    background: #f3e8ff;
    color: #9810fa;
}

.myfeed-post.surveyfeed .myfeed-pts,
.myfeed-post.surveyfeed .myfeed-icon {
    background: #dbeafe;
    color: #155dfc;
}

.myfeed-post.rewardfeed .myfeed-pts,
.myfeed-post.rewardfeed .myfeed-icon {
    background: #dcfce7;
    color: #00a63e;
}



.modal-body.repost-feedmodal {
    background: #fff;
    padding: 0rem 1rem;
}

.modal-content.repost-feedmodal {
    background: #fff !important;
}

.repost-feedmodal .modal-footer {
    border: 0;
    padding: 0.5rem 1rem;
}

.repost-feedmodal .modal-header {
    border-bottom: 0px #ddd solid;
    padding-bottom: 0;
}

.repost-box {
    margin: 1rem auto;
    width: 100%;
    position: relative;
    border: 1px #e5e7eb solid;
    background: #f9fafb;
    border-radius: 10px;
    padding: 0.8rem 0.8rem;
}

.repost-header {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    position: relative;
}

.repost-avatar {
    color: #fff;
    width: 40px;
    height: 40px;
    background: #13b89d;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    font-family: 'Conv_FoundersGrotesk-Medium';
    flex-shrink: 0;
    padding-top: 5px;
}

.repost-meta {
    position: relative;
}

.repost-text {
    color: #000;
    font-size: 1rem;
    font-family: 'Conv_FoundersGrotesk-Regular';
    position: relative;
    padding-top: 10px;
}


h5.modal-title {
    font-family: 'Conv_FoundersGrotesk-Medium';
    color: #000;
    margin: 0;
}

.ribbon {
    width: 90px;
    height: 90px;
    overflow: hidden;
    position: absolute;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 110px;
    padding: 12px 0px 7px;
    background-color: #FF0018;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    right: 20px;
    top: 4px;
    transform: rotate(-45deg);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px;
}

.myfeed-no-data {
    padding: 40px 20px;
    text-align: center;
}

.myfeed-no-data-text {
    font-size: 16px;
    color: #777;
    font-weight: 500;
}


.homebadges-list-dashboard {
    position: relative;
    padding: 10px 0 0;
}

.homebadges-list-dashboard ul {
    margin: 0;
    display: grid;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-start;
    justify-items: center;
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.homebadges-list-dashboard ul li {
    width: 100%;
    list-style: none;
    text-align: center;
    color: #000;
    margin: 5px 7px;
    vertical-align: top;
}

.homebadges-list-dashboard ul li span {
    display: block;
    text-align: center;
    margin: auto;
}

.homebadges-list-dashboard ul li h5 {
    font-size: 14px;
    font-weight: 300;
    margin: 7px auto 0;
}

.homebadges-list-dashboard ul li span img {
    width: 40px;
    vertical-align: top;
}

.notification-modal .modal-content {
    background: linear-gradient(135deg, #2b7fff 0%, #1447e6 100%);
    border-radius: 30px;
    border: 0px !important;
    padding-bottom: 1.5rem;
}

.notification-modal .modal-header {
    padding: 1rem 1rem 0 !important;
}

.notification-modal button.close {
    background: rgb(255 255 255 / 20%);
    margin: 0px 0px 4px auto !important;
}

.notification-modal .close:focus,
.notification-modal .close:hover {
    opacity: 1 !important;
    outline: none;
}

.notification-modal .modal-body {
    padding: 0rem 1rem !important;
    text-align: center;
}

.notify-icon {
    text-align: center;
    background: rgb(255 255 255 / 20%);
    margin: 10px auto 1rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #fff;
    font-size: 1.3rem;
}

.notification-modal h3 {
    color: #fff;
    font-weight: 500;
    font-family: 'Conv_FoundersGrotesk-Semibold';
    margin: auto;
}

.notification-modal p {
    color: #fff !important;
}

.btn-notify {
    background: #fff;
    border-color: #fff;
    padding: 8px 20px 0px;
    border-radius: 50px;
    font-size: 1rem;
    font-family: 'Conv_FoundersGrotesk-Medium';
    margin: 5px 0px;
    font-weight: 500;
    color: #000;
    vertical-align: middle;
    letter-spacing: 0.5px;
    line-height: 23px;
    min-height: 35px;
    transition: all .2s ease-in-out;
}

.btn-notify:hover,
.btn-notify:not(:disabled):not(.disabled).active,
.btn-notify:not(:disabled):not(.disabled):active,
.show>.btn-notify.dropdown-toggle {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(82 94 133 / 0.22);
    transform: scale(1.1);
}

.btn-notify.focus,
.btn-notify:focus {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(82 94 133 / 0.22);
}

.modal-content.badge-modal {
    background: linear-gradient(135deg, #2b7fff 0%, #1447e6 100%);
}

.modal-content.leaderboard-modal {
    background: linear-gradient(135deg, #ff6900 0%, #ca3500 100%);
}

.modal-content.newsfeed-modal {
    background: linear-gradient(135deg, #ff2056 0%, #c70036 100%);
}

.modal-content.challenges-modal {
    background: linear-gradient(135deg, #ad46ff 0%, #8200db 100%);
}

.modal-content.rewards-modal {
    background: linear-gradient(135deg, #00bc7d 0%, #007a55 100%);
}

.active-reaction {
    background: #dff6f2 !important;
    border-radius: 20px;
    padding: 4px 8px;
}

/* Filters Date */
.feed-filter {
    margin: 0rem 0rem 0.3rem 0.3rem;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 10px 0px 10px 0px;
    justify-content: flex-start;
}

.filter-container {
    position: relative;
    display: inline-block;
}

.filter-icon {
    border: 1px #E5E7E7 solid;
    background: #fff;
    padding: 6px 20px 4px;
    line-height: normal;
    border-radius: 50px;
    font-size: 14px;
    font-family: 'Conv_FoundersGrotesk-Regular';
    /* box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%); */
    margin: 10px 5px;
    vertical-align: middle;
    position: relative;
    color: #000 !important;
    width: auto;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.filter-icon i {
    color: #028FB0;
    font-size: 12px;
}

.filter-icon span {
    padding-top: 3px;
}

.filter-menu {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 10px;
    width: 240px;
    max-height: 250px;
    overflow-y: auto;
    z-index: 99999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.checkcontainer {
    position: relative;
    display: block;
    padding-left: 35px;
    margin: 5px 0;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    color: #333;
    padding-top: 3px;
}

.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.c_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #4ab99c;
    border-radius: 6px;
}

.checkcontainer:hover input~.c_checkmark {
    background-color: #f3fdf9;
}

.checkcontainer input:checked~.c_checkmark {
    background-color: #4ab99c;
}

.c_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkcontainer input:checked~.c_checkmark:after {
    display: block;
}

.checkcontainer .c_checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.filter-icon span {
    line-height: normal;
    vertical-align: middle;
    padding-top: 2px;
}


.btn-browse {
    background: #028fb0;
    border-color: #028fb0;
    padding: 8px 20px 0;
    border-radius: 50px;
    font-size: 1.1rem;
    font-family: 'Conv_FoundersGrotesk-Medium';
    margin: 5px 0px;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
    letter-spacing: 0.5px;
    font-size: 15px;
    line-height: 23px;
    min-height: 35px;
}

.btn-browse:hover,
.btn-browse:not(:disabled):not(.disabled).active,
.btn-browse:not(:disabled):not(.disabled):active,
.show>.btn-browse.dropdown-toggle {
    color: #ffffff;
    background-color: #13b89d;
    border-color: #13b89d;
}

.btn-browse.focus,
.btn-browse:focus {
    color: #ffffff;
    background-color: #13b89d;
    border-color: rgba(82 94 133 / 0.44);
    box-shadow: 0 0 0 0.2rem rgba(82 94 133 / 0.22);
}

.no-scorecard-sec,
.no-challenge-sec {
    position: relative;
}

.Scorecard-icon {
    text-align: center;
    padding: 1rem 0;
}

.Scorecard-icon img {
    width: 80px;
    height: auto;
    object-fit: contain;
}

.no-scorecard-sec h4,
.no-challenge-sec h4 {
    text-align: center;
    font-size: 1rem;
    color: #272727;
    margin: 10px auto;
    font-family: 'Conv_FoundersGrotesk-Medium';
    font-weight: 500;
}

.no-challenge-sec .view-btn {
    margin: auto;
    text-align: center;
}

span.cm-text p {
    margin: 0px !important;
}

span.cm-text ol,
span.cm-text ul {
    padding-left: 1rem;
    margin: 0;
    font-size: 15px;
    color: #4d4e4e;
    font-family: 'Conv_FoundersGrotesk-Light';
}

.volumeinfo-icon-wrap {
    width: 16px;
    height: 16px;
    border: 1px #6a7282 solid;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: #6a7282;
    vertical-align: middle;
    margin-left: 4px;
}

.scp-label span.volumeinfo-icon-wrap.volume-popover {
    margin-top: -5px;
}


.info-icon-wrap {
    /* width: 16px; */
    /* height: 16px; */
    /* border: 1px #6a7282 solid; */
    /* border-radius: 100%; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #6a7282;
    vertical-align: middle;
    margin-left: 4px;
    margin-top: -2px;
}

.popover {
    background: #13b89d;
    border-radius: 6px !important;
    border: 0px #e2e8f0 solid !important;
    box-shadow: none;
    padding: 0px 0px !important;
    font-family: 'Conv_FoundersGrotesk-Regular';
}

.popover-body {
    padding: 0rem 0rem !important;
    font-family: 'Conv_FoundersGrotesk-Regular';
    border-radius: 10px !important;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
    border-bottom-color: #13b89d;
}

#popover748519 {
    background: #fff !important;
}

#popover748519 .popover-body {
    background: #fff !important;
    border-radius: 10px !important;
}


#popover748519 .arrow::after,
#popover748519 .arrow::before {
    border-bottom-color: transparent;
}

.volumes-howswork {
    padding: 4px 12px;
    text-align: left;
    position: relative;
}

.volumes-howswork h5 {
    margin: 0px 0px 8px;
    font-family: 'Conv_FoundersGrotesk-Medium';
    font-size: 15px;
    color: #000;
}

.volumes-howswork ol {
    padding-left: 20px;
    margin: 0px;
    color: #000;
}

.volumes-howswork p {
    color: #fff !important;
    margin: 5px auto;
    line-height: 1.4;
    padding-top: 2px;
}

.volumes-howswork ol li {
    font-family: 'Conv_FoundersGrotesk-Regular';
    font-size: 13px;
    color: #000;
    padding: 2px 0px;
}

/* .popover-info {
    color: #000;
    background: #fff !important;
    border-radius: 10px !important;
    border: 1px #e2e8f0 solid !important;
} */

.popover-info .popover-body {
    padding: 0 !important;
}


.popover-likedby {
    background: #fff !important;
    border: 1px #e2e8f0 solid !important;
    border-radius: 12px !important;
    min-width: 200px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}

.popover-likedby .arrow::after {
    border-top-color: #fff !important;
}

.popover-likedby .popover-body {
    padding: 0 !important;
}

.form-control {
    padding: .7rem .75rem .1rem;
}

@media (max-width:991px) {
    .home-grid {
        display: block;
    }
}


@media (max-width:767px) {
    .two-col {
        flex-direction: column;
    }

    .scorecard-block {
        flex: 100%;
        width: 100%;
    }

    .challenge-block {
        width: 100%;
    }

    .homebadges-list-dashboard ul {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .news-block {
        margin-top: 1rem;
    }

    .post-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .emoji-bar {
        grid-column: 1 / -1;
        justify-content: left;
        width: 100%;
    }

    .action-btn.comment-btn {
        justify-self: left;
    }

    .action-btn.repost-btn {
        justify-self: right;
    }
}

@media (max-width: 576px) {
    .homebadges-list-dashboard ul {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 576px) {
    #notificationModal .modal-dialog {
        max-width: 400px;
        margin: 1.75rem auto;
    }
}

.likedby-pop {
    padding: 5px 15px;
    text-align: right;
}

.likedby-title {
    font-weight: 600;
    font-size: 13px;
    color: #333;
    margin-bottom: 8px;
}

.likedby-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    font-size: 13px;
    color: #222;
}

.lb-av {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    flex-shrink: 0;
}

.likedby-more {
    font-size: 12px;
    color: #888;
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px #eee solid;
}

.reaction-members-columns {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 10px;
}

.reaction-members-column {
    flex: 1;
    min-width: 200px;
}

.reaction-members-header {
    font-weight: 600;
    margin-bottom: 10px;
    color: #13b89d;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
}

.likedby-row-members {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    gap: 8px;
    justify-content: flex-start;
    width: 100%;
}

.lb-av-members {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #13b89d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
}

.lb-av-members img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

span.lb-initials {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    font-family: 'Conv_FoundersGrotesk-Medium';
    flex-shrink: 0;
    border: 1px #028fb0 solid;
    font-size: 13px;
    padding-top: 7px;
}

.lb-name-members {
    word-break: break-word;
    line-height: 1;
    padding-top: 5px;
    text-align: left;
    width: 100%;
}

span.lb-name-members.no-react {
    text-align: center !important;
}

.unread-info {
    /* border: 1px #5ecc7e solid; */
    /* background: #5ecc7e; */
    /* padding: 3px 20px 4px; */
    line-height: normal;
    border-radius: 50px;
    font-size: 12px;
    font-family: 'Conv_FoundersGrotesk-Regular';
    margin: 10px 5px;
    vertical-align: middle;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}


.unread-info span {
    color: #13b89d;
    font-size: 18px;
    position: relative;
    text-align: center;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    line-height: normal;
    font-family: 'Conv_FoundersGrotesk-Medium';
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}

.unread-info span:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #028FB0;
    position: absolute;
    right: 0px;
    top: -1px;
    border-radius: 100%;
}

.cke_editable img {
    margin: 0px 10px;
    vertical-align: top;
}

.cke_editable p {
    margin: 0px !important;
}


.load-img {
    text-align: center;
    margin: auto;
}

.like-head {
    display: inline-block;
    position: relative;
}

.like-head:hover {
    color: #028FB0;
    text-decoration: underline;
}

.close-rec {
    text-align: right;
    width: 20px;
    height: 20px;
    background: #028FB0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    cursor: pointer;
    color: #fff;
}


.participant-info {
    padding: 14px 14px 10px;
    text-align: center;
    position: relative;
}

.participant-info h3 {
    margin: 0px 0px;
    font-family: 'Conv_FoundersGrotesk-Medium';
    font-size: 15px;
    color: #fff;
}

.cke_editable img {
    vertical-align: middle !important;
}