.button-secondary.selected {
    background-color: #083a5d !important;
}

input::placeholder {
    color: silver !important;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.success-message {
    background-color: #baf5ff !important;
    border-radius: 1em;
}

.error-message {
    border-radius: 1em;
}

.summaryH4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    cursor: pointer;
}

.progress-bar {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: none !important;
    border: 0px solid #f4917a !important;
    /* background:
    radial-gradient(closest-side, #344054 79%, transparent 80% 100%),
    conic-gradient(#f4917a 75%, #ffeeea 0) !important; */
}

@media screen and (max-width: 479px) {
    .progress-bar {
        width: 70px;
        height: 70px;
    }
}  

/* 
.progress-bar::before {
  content: "75%";
} */

.bookmarkIcon::before {
    content: '';
    background: url('../images/bookmark.png');
    width: 28px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
}

.interestIcon::before {
    content: '';
    background: url('../images/user-add.png');
    width: 28px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
}

.interestSharedIcon::before {
    content: '';
    background: url('../images/users.png');
    width: 28px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
}

.messagesIcon::before {
    content: '';
    background: url('../images/chats.png');
    width: 28px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
}

.bookmarkIconBlack::before {
    content: '';
    background: url('../images/bookmarkBlack.png');
    width: 28px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
}

.interestIconBlack::before {
    content: '';
    background: url('../images/user-addBlack.png');
    width: 28px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
}

.interestIconSharedBlack::before {
    content: '';
    background: url('../images/usersBlack.png');
    width: 28px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
}

.messagesIconBlack::before {
    content: '';
    background: url('../images/chatsBlack.png');
    width: 28px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
}

#unread {
    background-color: #fff;
    border-radius: 2em;
    padding: 0.51em;
    color: black;
    line-height: 7px;
    height: 20px;
    min-width: 30px;
    margin-top: -30px;
    position: absolute;
    display: block;
    margin-left: 80px;
    text-align: center;
}

/*
.message-item .unread {
  color: black;
}
*/

.message-item .read {
    color: #bd7e00;
}

.sidebar-list .unread {
    background-color: #fff;
    border-radius: 2em;
    padding: 0.51em;
    color: black;
    line-height: 5px;
    height: 20px;
    display: block;
    text-align: center;
}

.chat-max-2-line-hide {
    margin-top: 1px;
}

.heading-small {
    font-weight: 200 !important;
    line-height: 0.1 !important;
    font-family: serif;
    font-style: italic;
}

.heading-medium {
    font-weight: 400 !important;
    font-family: serif;
}

.heading-large,
h1 {
    font-family: serif;
}

.img-120 {
    width: auto !important;
    height: auto !important;
    max-height: 10rem;
    max-width: 10rem;
}

.img-100 {
    border-radius: 1rem;
    height: 10rem;
}

.mt-3 {
    margin-top: 3px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-7 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}
/* 
.notificationgrid {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
} */

.optionMenu {
    max-width: 2rem;
    float: right;
    background-color: rgba(153, 87, 0, 1);
    /* padding: 0rem 0.33rem 0.4rem 0.33rem; */
    overflow: hidden;
    border-radius: 1rem;
    margin-top: -0.5rem;
    font-style: normal;
    text-decoration: none;
    color: #fff;
    line-height: 100%;
    width: 2rem;
    height: 2rem;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5rem;
}

.optionMenu:hover {
    background-color: #a41d21;
    color: #fff;
}