.nav_rhm {
    width: 35px;
    position: fixed;
    top: 70px;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #EAEAEA;
    /* border-radius: 8px; */
    transition: 0.3s;
    padding: 10px 2px;
}
*{
    scrollbar-color: #33b0ca !important;
}
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background-color: #fafafa !important;
}

::-webkit-scrollbar-thumb {
    background-color: #33b0ca !important;
    border-radius: 5px;
}
@media only screen and (max-width: 1024px){
    .nav_rhm{
        display: none;
    }
}

.nav_rhm .ul_rhm {
    list-style: none;
    background: #EAEAEA;
    /* height: 40%; */
    min-height: 260px;
    
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide spinners in Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.ul_rhm{
    display: flex;
    flex-wrap: wrap;
}

.nav_rhm .ul_rhm .li_rhm {
    /*padding: 40% 20%;*/
    writing-mode: vertical-rl;
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
    cursor: pointer;
    /* font-size: 2vh; */
    text-decoration: none;
    text-transform: capitalize;
    color: #888484;
    font-weight: 500;
    width: 100%;
    height: 0px;
    transition: 0.5s ease;
    white-space: nowrap;
    /* justify-content: space-evenly; */
}

.nav_rhm .ul_rhm .li_rhm i {
    color: #252525;
    font-size: large;
}


.account-rhm {
    background-color: white;
    color: #252525;
    border-radius: 8px;
    position: fixed;
    right: 36px;
    bottom: -77px;
    display: none;
    height: 100%;
    /* width: 30%; */
    width: 500px;
    z-index: 9999999;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.25);
}

.rhm_heading {
    text-align: center;
    background: #EAEAEA;
    color: #252525;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}
.rhm_profile_input:focus{
    outline: none;
}
.rhm_profile_access_div{
    display: flex;
    gap:6px;
    align-items: center;
}
.rhm_profile_access_div img{
    cursor: pointer;
}
#profile-award-delete,#profile-dream-delete{
    font-size: 14px;
    cursor: pointer;
}

.account-nav {
    display: flex ;
    justify-content: space-around;
    align-items: center;
    padding: 0px 0px;
    background-color: white;
    color: #7D7D7D;
    font-weight: 500;
    font-size: 12px;
    margin: 0px;
    /* margin-bottom: 10px; */
    width: 100%;
    overflow-x: auto;
}

.account-nav::-webkit-scrollbar {
    width: 0;
}

.active-sub {
    border-bottom: 1px solid #33B0CA;
    color: #33B0CA
}

.account-nav li {
    list-style: none;
    /* padding: 5px 10px; */
    padding: 5px;
    text-align: center;
    /*border-left: 1px solid #f9e9e9;*/
    cursor: pointer;
    /* border-radius: 5px; */
    font-size: 12px;
    /* width: 100%; */
}

.community-nav {
    padding-left: 90px;
    padding-bottom: 0 !important;
}
.rhm_count{
    transform: rotate(270deg);
    color: red;
    position: absolute;
    left: 0px;
    font-size: 10px;
}

/*.community-nav li {
          padding: 2px 18px;
      }*/

.rhm_profile {
    border-radius: 50%;
}

.profile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.profile input:not([type="file"]):not([type="submit"]) {
    border: 2px solid gray;
    border-radius: 8px;
    padding-left: 8px;
}

/* 
input:not([type="file"]):not([type="submit"]):focus {
    outline: none;
    border: 3px solid rgb(241, 118, 131);
} */

.changeP {
    margin: 15px auto !important;
    display: flex;
    color: #151719;
    gap: 10px;
}

/* 
.rhm_btn_sm {
    background-color: rgb(248, 217, 220);
    color: rgb(238, 60, 77);
} */

.rhm_submit {
    /* background-color: rgb(238, 88, 103);
    color: #f1f1f1; */
    border: none;
    border-radius: 5px;
    padding: 5px 14px;
    margin-top: 10px;
}

.rhm_name {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 8px;
}

.rhm-image {
    color: black !important;
    cursor: pointer;
    position: absolute;
    top: 10px;
    margin-left: 130px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

/* .upload-border {
    border-top: 3px solid rgb(248, 217, 220);
    cursor: pointer;
    font-weight: 500;
} */

.upload-margin {
    margin-top: 100px;
}

/* .what-input:focus {
    outline: none;
    border: 3px solid rgb(241, 118, 131);
    height: 100px;
} */

/* .rhm_post {
    background-color: rgb(241, 118, 131);
    color: #f1f1f1;
    border: none;
    border-radius: 5px;
    padding: 0px 10px !important;
    margin: 15px 5px;
}

.rhm_post:hover {
    color: #f1f1f1;
    background-color: #ee364d;
} */

.contact-span {
    display: flex;
    flex-direction: column;
}

.contact-span span:first-child {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}

.contact-span span:nth-child(2) {
    color: #939393;
}


.fc-rhm {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: white;
    height: 100%;
    font-size: 10px;
    position: relative;
    font-weight: 400;
}

/* .fc-search {
    border: 2px solid rgb(252, 167, 176);
    padding-top: 2px;
    padding-bottom: 2px;
} */

/* .mail-search {
    border: 2px solid rgb(252, 167, 176);
    padding: 4px 5px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
} */

.mail-search i {
    cursor: pointer;
}

.mail-search input {
    border: none;
    margin: 1px 3px;
    width: 100%;
}

.mail-search input:focus {
    border: none;
}

.rhm-confirm {
    outline: none;
    background-color: rgb(52, 52, 251);
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    border: none;
    padding: 5px 10px;
}

.rhm-delete {
    outline: none;
    background-color: rgb(92, 92, 93);
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    border: none;
    padding: 5px 10px;
}

.club-details {
    position: fixed;
    bottom: 6%;
    width: 28%;
    padding: 10px;
}

/* .club-btn {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 28%;
    text-align: center;
    border-top: 2px solid rgb(243, 125, 137);
    background-color: #f7f0f0;
} */

/* .club-btn button {
    border: none;
    padding: 10px;
    color: #ee364d;
    text-align: center;
    cursor: pointer;
    margin: auto;
    font-weight: bold;
    font-size: 16px;
} */
.lpp_app_on_off {
    background-color: #D9D9D9;
}

/* .club-btn i,
.icon-rhm {
    color: #ee364d;
    cursor: pointer;
} */

/* .follow-border {
    border-bottom: 1px solid rgb(243, 125, 137);
    margin-left: 60px;
} */

#fc-div {
    position: relative;
}

/* .show-content {
    background-color: #f7f0f0;
    position: fixed;
    bottom: 0;
    right: 5vh;
    width: 28%;
    padding: 20px;
    display: none;
} */

.show-content p {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* .sidepanel {
    width: 10%;
    position: fixed;
    z-index: 1;
    background-color: rgb(250, 186, 192);
    overflow-x: auto;
    transition: 0.5s;
    display: none;
    padding: 5px;
    border-radius: 5px;
} */

.sidepanel p {
    text-decoration: none;
    color: #484848;
    display: block;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 500;
}

/* .sidepanel p:hover {
    color: #f1f1f1;
} */

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

.sidepanel i {
    text-align: right;
    color: #252525;
    display: flex;
    justify-content: end;
}

.compose-mail p {
    display: grid;
    grid-template-columns: 1fr 6fr;
    border-bottom: 1px solid gray;
    padding-bottom: 3px;
}
.messiah_form_btn{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.compose-mail input {
    width: 100%;
    padding-left: 5px;
    border: none;
    background-color: whitesmoke;
    border-radius: 8px;
}

.compose-mail input:focus {
    border: 3px solid whitesmoke;
    outline: none;
}

#email-text {
    width: 100%;
    padding: 5px;
    border: none;
    background-color: whitesmoke;
    height: 40vh;
}

#email-text:focus {
    border: 3px solid whitesmoke;
    outline: none;
}

.show-down-div {
    border: 2px solid gray;
    padding: 5px;
    border-radius: 10px;
    margin-top: 5px;
}

.show-down-div p {
    display: grid;
    grid-template-columns: 1fr 5fr;
}

.reply-part {
    display: flex;
    justify-content: space-around;
    gap: 10px;
}

.reply-part button {
    border: 2px solid gray;
    outline: none;
    padding: 4px 10px;
    border-radius: 20px;
    display: flex;
    gap: 10px;
}

.forum-inner p {
    display: flex;
    flex-direction: column;
}

.forum-inner p input {
    padding: 2px 5px;
    border: none;
    border-bottom: 1px solid gray;
    background-color: whitesmoke;
}

.forum-inner p textarea {
    border: none;
    background-color: whitesmoke;
    border-radius: 5px;
    padding: 2px 5px;
}


.forum-inner button {
    margin: auto;
    outline: none;
    border: none;
    border-radius: 10px;
    background-color: #ebe9e6;
    color: #33B0CA;
    font-weight: 600;
    padding: 5px 10px;
}

.chatting-div {
    position: fixed;
    bottom: 10px;
    width: 480px;
    margin: 0 8px;
    background-color: white;
    padding: 5px;
}

.border-applied,
.reply_msg_style div {
    border: 3px solid #D9D9D9;
}

.show-keyboard {
    display: block;
}

.keyboard {
    display: none;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.keyboard.show {
    display: block;
}

.keyboard-row {
    display: flex;
}

.keyboard-button {
    flex: 1;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    cursor: pointer;
    background-color: #f8f8f8;
    transition: background-color 0.3s ease;
}
.keyboard-button-ml {
    flex: 1;
    padding: 1px;
    font-size: 8px;
    border: 1px solid #ddd;
    cursor: pointer;
    background-color: #f8f8f8;
    transition: background-color 0.3s ease;
}

.keyboard-button:hover {
    background-color: #e0e0e0;
}

#rhm-all-messages-div {
    font-weight: 400;
}

#reply_show_rhm p {
    padding: 0;
    margin: 0;
}

#reply_show_rhm div:first-child {
    background-color: #D4D4D4;
    padding: 4px 10px;
    margin-bottom: 4px;
    border-radius: 4px;
}

#reply_show_rhm {
    padding: 2px 8px;
    margin-bottom: 8px;
}

.reply_msg_style {
    margin-bottom: 8px;
}

.reply_msg_style div {
    /* padding-top: 8px;*/
    padding: 2px 8px;
    background-color: #DBDBDB;
    border-radius: 10px 10px 0px 0px;
}

.reply_msg_style p {
    margin: 0;
    padding: 0;
}

#reply_msg_style_p {
    /* background-color: #f8cdcd; */
    color: #ABA4A4;
    word-break: normal;
    white-space: pre-wrap;
    overflow-wrap: anywhere; 
}

#custom_error_rhm {
    color: #d51f30;
    
}

/* .chatting-div .chatting_part_rhm {
    display: flex;
    align-items: center;
    gap: 5px;
} */

.popup_media {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    top: -135px;
    font-size: 14px;
}

.popup_media ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popup_media ul li {
    padding: 10px;
    cursor: pointer;
}

.popup_media ul li:hover {
    background-color: #f0f0f0;
}

.chatting-div .chatting_part_rhm {
    width: 100%;
    display: grid;
    grid-template-columns: 0.6fr 8fr .6fr;
    align-items: center;
    justify-content: end;
    padding: 4px;
    height: 50px;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
}

.chatting-div textarea {
    width: 100%;
    /* padding: 8px 46px 8px 15px; */
    border: none;
    /* height: 50px;
    border: 1px solid #D9D9D9;
    border-radius: 20px; */
    resize: none;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    outline: none;
}
.chatting-div textarea:focus{
    border: none;
    outline: none;
}
.keyboard-button.uppercase-active {
    text-transform: uppercase;
}

.chatting_part_rhm div select {
    width: 22px;
}
.chatting_part_rhm div:nth-child(2){
    display: flex;
    align-items: center;
}

.chatting_part_rhm img,
.chatting_part_rhm span {
    width: 20px;
}

#replying_name_chat {
    color: #878787;
}

.chatting_part_rhm i {
    color: black;
}

.chatting_part_rhm img {
    cursor: pointer;
}

.my_message_div .my_message_single p {
    margin-right: 9px;
}

/* .user_message_div span, .my_message_div span {
    margin-right: 9px;
} */
.keyboard-button {
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 8px;
    margin: 2px;

    border: 1px solid #ddd;
    background-color: #fff;

}
.keyboard {
    background-color: #ececec;
}

.keyboard-button.space-key {
    padding-left: 180px;
}

#custom-language {
background-color: #eaeaea;
border-radius: 5px;
margin: 8px 0;
height: 46px;
}

#Next{
margin-left: 126px;
background-color: #1ca940b8;
color: white;
height: 32px;
border: none;
font-size: 16px;
width: 62px;
border-radius: 3px;
display:none

}
#Clear{
color: white;
height: 32px;
border: none;
font-size: 14px;
width: 62px;
border-radius: 4px;
background-color: #33b0ca;
position: absolute;
right: 26px;
margin-top: 7px;
}
#languageSelect{
margin: 3px;
margin-left: 11px;
height: 32px;
font-size: 14px;
margin-top: 7px;
width: 185px; 
border-radius: 4px;
}
.chatting_part_rhm img, .chatting_part_rhm span {
width: 25px;
/* margin-left: 27px; */
}

.chatting_part_rhm i {
color: black;
font-size: 27px;

}
#keyboard_icon_chat{
    margin-left: -40px;
    cursor: pointer;
}
/* .chatting-div input {
width: 100%;
padding: 8px 70px 8px 15px;
border: none;
height: 46px;
border: 1px solid #D9D9D9;
border-radius: 30px;
margin-right: 37px;
} */

.table-con-rhm table td {
    width: max-content;
    font-size: 1vw;
    padding: 5px 2px;
    color: #444 !important;
    font-family: Poppins, Helvetica, "sans-serif";
    font-weight: bold;
}

.table-con-rhm table td {
    position: relative;
    left: 0.5vw;
}



.table-con-rhm table {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    color: #444;
}


#projectN-div {
    height: 100%;
}

.news-project {
    overflow: auto;
    height: 50%;
}

.news-btn {
    text-align: end;
}

/* .news-btn button {
    margin: auto;
    outline: none;
    border: none;
    border-radius: 10px;
    background-color: #ebe9e6;
    color: #33B0CA;
    font-weight: 600;
    padding: 5px 10px;
} */

.calendar {
    height: 610px;
    width: max-content;
    background-color: white;
    border-radius: 25px;
    padding: 30px 50px 0px 50px;
}

.calendar {
    box-shadow: var(--shadow);
}

.calendar-header {
    background: #9796f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    color: var(--white);
    padding: 10px;
}

.calendar-body {
    pad: 10px;
}

.calendar-week-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    font-weight: 600;
    cursor: pointer;
    color: rgb(104, 104, 104);
}

.calendar-week-days div:hover {
    color: black;
    transform: scale(1.2);
    transition: all 0.2s ease-in-out;
}

.calendar-week-days div {
    display: grid;
    place-items: center;
    color: var(--bg-second);
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    color: var(--color-txt);
}

.calendar-days div {
    width: 37px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: relative;
    cursor: pointer;
    animation: to-top 1s forwards;
}

.month-picker {
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
}

.month-picker:hover {
    background-color: var(--color-hover);
}

.month-picker:hover {
    color: var(--color-txt);
}

.year-picker {
    display: flex;
    align-items: center;
}

.year-change {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0px 10px;
    cursor: pointer;
}

.year-change:hover {
    background-color: var(--light-btn);
    transition: all 0.2s ease-in-out;
    transform: scale(1.12);
}

.year-change:hover pre {
    color: var(--bg-body);
}

.calendar-footer {
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#year:hover {
    cursor: pointer;
    transform: scale(1.2);
    transition: all 0.2 ease-in-out;
}

.calendar-days div span {
    position: absolute;
}

.calendar-days div:hover {
    transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
    /* background-color: #fbc7d4; */
    border-radius: 20%;
    color: var(--dark-text);
}

.calendar-days div.current-date {
    color: var(--dark-text);
    background-color: var(--light-btn);
    border-radius: 20%;
}

.month-list {
    position: relative;
    left: 0;
    top: -40px;
    /* background-color: #ebebeb; */
    color: var(--light-text);
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 5px;
    border-radius: 20px;
}

.month-list>div {
    display: grid;
    place-content: center;
    margin: 5px 10px;
    transition: all 0.2s ease-in-out;
}

.month-list>div>div {
    border-radius: 15px;
    padding: 10px;
    cursor: pointer;
}

.month-list>div>div:hover {
    background-color: var(--light-btn);
    color: var(--dark-text);
    transform: scale(0.9);
    transition: all 0.2s ease-in-out;
}

.month-list.show {
    visibility: visible;
    pointer-events: visible;
    transition: 0.6s ease-in-out;
    animation: to-left 0.71s forwards;
}

.month-list.hideonce {
    visibility: hidden;
}

.month-list.hide {
    animation: to-right 1s forwards;
    visibility: none;
    pointer-events: none;
}

.date-time-formate {
    width: max-content;
    height: max-content;
    font-family: Dubai Light, Century Gothic;
    position: relative;
    display: inline;
    top: 140px;
    justify-content: center;
}

.day-text-formate {
    font-family: Microsoft JhengHei UI;
    font-size: 1.4rem;
    padding-right: 5%;
    border-right: 3px solid #9796f0;
    position: absolute;
    left: -1rem;
}

.date-time-value {
    display: block;
    height: max-content;
    width: max-content;
    position: relative;
    left: 40%;
    top: -18px;
    text-align: center;
}

.time-formate {
    font-size: 1.5rem;
}

.time-formate.hideTime {
    animation: hidetime 1.5s forwards;
}

.day-text-formate.hidetime {
    animation: hidetime 1.5s forwards;
}

.date-formate.hideTime {
    animation: hidetime 1.5s forwards;
}

.day-text-formate.showtime {
    animation: showtime 1s forwards;
}

.time-formate.showtime {
    animation: showtime 1s forwards;
}

.date-formate.showtime {
    animation: showtime 1s forwards;
}

/* engagement */
.common-bg {
    margin: 0px;
    /* margin:12px; */
    /* padding: 10px; */
    border-radius: 8px;
}

.lpp-approve {
    display: flex;
    justify-content: space-around;
    gap: 5px;
    border-bottom: 1px solid #DDDDDD;
    border-radius: 8px;
    padding: 12px;
}

.lpp-approve div {
    text-align: center;
}

.lpp-approve button {
    display: flex;
    align-items: center;
    /* background: #D9D9D9; */
    border: none;
    /* border-radius: 40px; */
    border-radius: 8px;
    padding: -3px 1px 0px 0px;
    width: 43px;

}

.on-rhm-eng i {
    color: #252525;
    margin: auto 0 auto 24px;
    font-size: 14px;
    padding: 2px;
}

.off-rhm-eng i {
    color: #252525;
    margin: auto 24px auto 4px;
    font-size: 14px;
    padding: 2px;

}

.rhm_heading_color_rhm {
    color: #252525;
}

.text_color_rhm {
    color: #7D7D7D;
}

.rhm-aprv {
    font-weight: 600;
    font-size: 12px;
    color: #252525;
}

#lppapprovedOnDate,
#lppAssignmentsCompleted {
    color: #7D7D7D;
}

.eng_table_border {
    border-bottom: 1px solid #B0B0B0;
}

.rhm_messiah_sc_grid {
    display: grid;
    grid-template-columns: .5fr 2fr;
    gap: 10px;

}

#rhm_messiah_schedule {
    padding: 12px;
}

#rhm_messiah_schedule div {
    margin-bottom: 0px;
}

#rhm_messiah_schedule span {
    color: #252525;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
}

#rhm_messiah_schedule input,
#rhm_messiah_schedule select {
    background-color: #EAEAEA;
    border: none;
    border-radius: 4px;
    width: 100%;
    color: #616161;
    height: 28px;
    font-size: 12px;
}

#rhm_messiah_schedule input {
    padding: 0 12px;
}

#rhm_messiah_schedule select {
    padding: 0 8px;
}

#rhm_messiah_schedule #Shedule_read {
    border: 1px solid #33B0CA;
    /* border-radius: 57px; */
    border-radius: 8px;
    color: #33B0CA;
    background-color: white;
    padding: 3px 20px;
}

#rhm_messiah_schedule #Shedule_read_can {
    border: none;
    color: white;
    /* border-radius: 57px; */
    border-radius: 8px;
    background-color: #33B0CA;
    padding: 4px 24px;
}

.messiah_calender_schedule table,
.messiah_calender_schedule table tr {
    border: none;
}

.messiah_calender_schedule table tr {
    margin-bottom: 8px;
}

.lpp-scripts,
.messiah-event-rhm,
.harkat-my,
.member-r-div {
    /* background: #fee4e7; */
    /* margin-top: 10px; */
    padding: 20px 12px;
}

#engagement table {
    width: 100%;
    border: none;
}

#engagement table tr th {
    border: none;
    width: 100%;
    color: #080808;
    font-size: 12px;
    font-weight: 500;
    /* border-bottom: 1px solid #aaa8a8; */

    /* background: #fee4e7; */
}

#engagement table tbody tr {
    padding: 4px 0;
}

#engagement table tbody tr:not(:last-child) {
    border-bottom: 1px solid #EAEAEA;
}

#club_user_list tr {
    border-bottom: none !important;
}

#engagement table tr td {
    width: 100%;
    color: #252525;
    font-size: 12px;
    font-weight: 500;
}

#engagement table tr td a {
    color: #1D9BF0;
}

.lpp-scripts table tr,
.harkat-my div p {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr;
    margin: 4px 0;
}

.messiah-event-rhm table tr {
    width: 100%;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 5px;
    margin: 4px 0;
}

.rhm-grid6 table tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin: 4px 0;
    gap: 5px;
}

.rhm-grid4 table tr {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    margin: 4px 0;
    gap: 5px;
}

.lpp-scripts table tr td,
.lpp-scripts table tr th,
.messiah-event-rhm table tr td,
.messiah-event-rhm tr th {
    /* text-align: center; */
    width: 100%;
}

.lpp-scripts div {
    text-align: right;
}

.lpp-scripts button,
.member-r-btn button {
    color: #33B0CA;
    border: 1px solid #33B0CA;
    background: white;
    /* border-radius: 40px; */
    border-radius: 8px;
    padding: 6px 24px;
    font-weight: 500;
    font-size: 12px;
    margin: 18px 0 10px 0;
    /* margin: 15px 0; */
}

.lpp-scripts button i,
.member-r-btn button i {
    color: #252525;
}

.member-r-btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#successLppId,
#successMessiahId,
#all-projects-up-div,
.btn_bottom_rhm {
    display: flex;
    flex-direction: column;
}

.lpp-rhm-btn {
    margin-top: auto;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    /* background-color: #D9D9D9;
    padding: 6px 0; */
}

.lpp-rhm-btn button,
.cre-ev-btn,
.harkat-rhm-up button {
    background: #33B0CA;
    border: 1px solid #33B0CA;
    /* border-radius: 40px; */
    border-radius: 8px;
    padding: 8px 19px;
    border: none;
    color: white;
    margin: 0 12px;
}

.viewMore {
    display: none;
}

.min-width-td {
    min-width: 100px;
}

/* .meeting-btn-rhm button {
    background: #1d9bf0;
    border-radius: 2px;
    color: white;
    padding: 1px 8px;
    border: none;
} */

.meeting-btn-rhm button i,
.messiah-rhm-btn button i {
    color: white;
}

.messiah-rhm-btn {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: auto;
    margin-bottom: 14px;
}

.messiah-rhm-btn .sch-more-btn {
    background: white;
    border-radius: 8px;
    /* border-radius: 40px; */
    padding: 4px 12px;
    border: none;
    color: #33B0CA;
    margin: 0 12px;
}

.messiah-rhm-btn .rhm-messiah-das {
    background: #33B0CA;
    border: 1px solid #33B0CA;
    /* border-radius: 40px; */
    border-radius: 8px;
    padding: 4px 12px;
    border: none;
    color: white;
    margin: 0 12px;
}

.messiah-rhm-btn button {
    /* border-radius: 40px; */
    border-radius: 8px;
    font-size: small;
}

.rhm-blue-color {
    color: #1d9bf0;
    text-align: left !important;
    padding-left: 10px;
}

.harkat-my h4,
.member-r-div h4 {
    font-weight: bold;
}

.member-r-div td button {
    border: none;
    color: white;
    border-radius: 2px;
    padding: 1px 3px;
    font-size: smaller;
}

.harkat-vision-div {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    color: #545454;
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
}

.rhm-grid2 {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.harkat-my div p {
    cursor: pointer;
    font-size: 14px;
}

/* .harkat-my div p:hover,
.harkat-active-club {
    background: rgba(249, 116, 116, 0.37);
} */

.rhm4-img {
    width: 30px;
}

/* display */
#displays-adding-section {
    display: flex;
    justify-content: space-between;
    min-width: 90%;
}

.display-div-1 button {
    background: #33B0CA;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 4px 8px;
    font-size: small;
}

.display-div-2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
}

.display-div-2 h5 {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
}

.display-div-2 span {
    position: absolute;
    right: 35px;
    bottom: 20px;
}

.display-div-2 span i {
    background: rgba(107, 107, 107, 0.95);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/* pages */
#up-div {
    position: relative;
}

#up-div h4,
#account-div h4,
.pro-per,
#harkat_outer_1st {
    text-align: center;
    background: #EAEAEA;
    border-radius: 8px 8px 0 0;
    color: #252525;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0;
    margin: 0;
}

.pro-per-edit {
    display: grid;
    grid-template-columns: 0.1fr 4fr;
    align-items: center;
    background: #EAEAEA;
    border-radius: 8px 8px 0 0;
    color: #252525;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 12px;
    margin: 0;
}

.pro-per-edit i {
    color: #000000;
    text-align: left;
    cursor: pointer;
}

.pro-per-edit span {
    display: flex;
    justify-content: center;
}


/* #up-div h3 {
    text-align: center;
    background: #33B0CA;
    border-radius: 40px;
    color: white;
    font-weight: 600;
    padding: 5px 15px;
    position: absolute;
    left: 24%;
    top: 15px;
    font-size: 15px;
    width: 215px;
} */
.page-div-inner {
    padding: 20px 20px 20px 20px;
}

.page-div-1 .socialMediaHandleClass {
    display: grid;
    grid-template-columns: 0.5fr 3.6fr .2fr;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    font-size: 12px;
}

.socialMediaHandleClass input {
    border: 1px solid #EAEAEA;
    border-radius: 48px;
    padding: 6px 24px;
    font-size: 12px;
    color: #3038F4;
    width: 100%;
}

.page-div-1 .pages-icon-d {
    text-align: right;
    color: #252525;
    cursor: pointer;
    visibility: hidden;
}

.page-div-1 button {
    background-color: #33B0CA;
    color: white;
    font-weight: 400;
    border: none;
    /* border-radius: 40px; */
    border-radius: 8px;
    padding: 6px 24px 6px 24px;
    height: 32px;
}
.page-div-1 button:hover {
    box-shadow: 4px 4px 6px rgba(37, 37, 37, 0.1), 0 1px 3px rgba(37, 37, 37, 0.08);
    transform: none;
}
.page-div-1 #cancel-link {
    color: #33B0CA;
    background-color: white;
    border: 1px solid #33B0CA;
    font-weight: 400;
    /* border-radius: 40px; */
    border-radius: 8px;
    padding: 6px 24px 6px 24px;
}

.page-div-2 {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    gap: 5px;
}

.page-div-2 input {
    border: none;
    border-radius: 8px;
    background-color: #F0F0F0;
    padding: 6px 24px;
    width: 100%;
}

.page-div-2 button {
    color: white;
    border: 1px solid #33B0CA;
    /* border-radius: 41px; */
    border-radius: 8px;
    padding: 6px 8px;
    font-weight: 400;
}

.page-div-2 button i {
    color: white;
    margin-right: 6px;
}

#blogsidPages .pages-delete {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    background-color: #F0F0F0;
    border-radius: 2px;
    padding: 4px 8px;
    margin-top: 10px;
}

/* account */
/* #my-account {
    min-width: 470px;
} */

#my-account table {
    width: 100%;
}

#my-account table,
#my-account table tr,
#my-account table tr th,
#my-account table tr td {
    border: none;
    width: 100%;
}

.pri-head {
    width: 100%;
    color: #252525;
    font-size: 14px;
}

.pri-access {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 4px;
    color: #252525;

}

.account-div-1,
.profile-div-1,
.harkat_club_div {
    background: #ffffff;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    font-size: 12px;
    margin: 20px 10px;
}

.personal_profile_input input,
.lpp_profile_input input {
    width: 100%
}

.account-div-1 button,
.acc-btn-div2 button,
.any-btn {
    text-align: center;
    color: #33B0CA;
    background: white;
    border: 1px solid #33B0CA;
    border-radius: 8px;
    padding: 6px 24px;
    font-weight: 400;
    height: 32px;
}
.account-div-1 button:hover,
.acc-btn-div2 button:hover,
.any-btn:hover {
    background: #33B0CA;
    color: #fff;
}


#edit_btn_style:hover,
#bank-edit-btn:hover {
    background-color: #33B0CA;
    color: #FAFAFA;
    padding: 6px 24px;
}

#type-of-members {
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
}

.account-div-1 button,
.account-div-1 select {
    cursor: pointer;
}
#div_clubmembers{
    position: relative;
}
#edit-link img{
    margin-right: 4px;
}
.my_message_flex{
    display: flex;
    align-items: center;
    gap: 5px;
}
.user_message_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.msg_reply_flex{
    display: flex;
    gap: 4px;
    font-size: 12px;
}

.no_div_css {
    color: #252525;
    line-height: 36px;
    padding-top: 200px;
    font-size: 16px;
    text-align: center;
    margin: 0 3rem;
}

.acc-btn-div {
    text-align: right;
}


.account-div-1 button i {
    color: #252525;
}

.acc-btn-div3 {
    display: flex;
    justify-content: space-between;
    color: #7D7D7D;
    font-weight: 400;
    margin: 12px 10px;
}

.acc-btn-div3 .privilege_select {
    background-color: #EFEFEF;
    border-radius: 2px;
    border: 1px solid #EFEFEF;
    padding: 2px 10px;
}

.acc-btn-div3 select {
    background-color: #EFEFEF;
    border: none;
}


.acc-btn-div3 select {
    background-color: #EFEFEF;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #EFEFEF;
}

.acc-btn-div4 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 5px;
    margin: 8px;
    color: #7D7D7D;
    font-weight: 400;
}

.right_text {
    text-align: right;
}

.acc-btn-div4 input {
    border: 1px solid #BCBCBC;
    border-radius: 4px;
    width: 100% ;
    padding: 4px 8px;
    margin: 4px 0 4px 0;
    text-align: left !important;
}
.acc-btn-div2 {
    text-align: right;
    margin: 10px 0;
}
.profile_dream_css{
    color:#616161;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}
#profile-award-post,#profile-dream-post{
    font-size: 12px;
}

/* .acc-btn-div2 button {
    background: #ffe5e8;
    border: 2px solid #33B0CA;
    border-radius: 4px;
    color: #33B0CA;
    padding: 2px 8px;
    width: 160px;
    margin: 10px 0;
} */

.acc-bank {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #252525;
    background: #F5F5F5;
    border-radius: 8px;
    width: 100%;
    font-weight: 500;
    padding: 4px 12px;
    cursor: pointer;
    border: 1px solid #DDDDDD;

}

.ac-table tr {
    font-size: 12px;
    font-weight: 400;
    color: #7D7D7D;
    display: grid;
    grid-template-columns: 1fr 1fr;

    margin: 0 10px;
}

.ac-table tr:not(:last-child) {
    padding-bottom: 10px;
}

.ac-table tr td:nth-child(2) {
    color: #252525;
    font-weight: 600;
    text-align: right;
}


.privilege_border {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 12px 0;
}

/* profiles */
.profile-head {
    /* background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px 10px 0px 0px;
    margin: 10px 10px 20px;
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
    text-align: center;
    color: #545454;
    display: flex;
    justify-content: center;
    gap: 4px; */
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    padding: 8px 12px;
    color: #7D7D7D;
    margin: 12px;
    font-weight: 400;
}

.profile-head input {
    width: 100%;
    border: 1px solid white;
}

.profile-head input:focus {
    border: 1px solid white;
}

#profile-award-post,
#profile-dream-post {
    color: #33b0ca;
    border: none;
    background-color: white;
}


.profile-div-up,
#pass-div,
.page-div-1 {
    background: #ffffff;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    border-radius: 8px;
    border: 1px solid #DDDDDD;
    /* padding: 15px; */
    margin: 12px;
    margin-top: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #7D7D7D;
}

#pass-div {
    padding: 12px;
}
#pass-div ul{
    margin-bottom: 20px;
}

#personal_profile_main_div .profile_main_div div:nth-child(2),
.profile_edit_div-inner,
.all-projects-div {
    padding: 12px;
}

#personal_profile_main_div .profile_main_div tr {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
}

#personal_profile_main_div .profile_main_div div:nth-child(2) table td {
    padding: 6px 14px;
}

#personal_profile_main_div .profile_main_div div:nth-child(2) table tr td:nth-child(2) {
    color: #252525;
}

#personal_profile_main_div .profile_main_div div:nth-child(2) table tr:nth-child(odd) {
    background: #F0F0F0;
    border-radius: 2px;
}

.profile_edit_div-inner div {
    margin-bottom: 14px;
}

.profile_edit_div-inner .profile_edit_input {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.profile_edit_div-inner p {
    padding: 0;
    margin: 0;
    color: #7D7D7D;
}

.profile_edit_div-inner input,
.profile_edit_div-inner select {
    width: 100%;
    margin-top: 7px;
    border: none;
    border-radius: 4px;
    background-color: #F0F0F0;
    color: #252525;
    padding: 8px;
    line-height: 18px;
}
.profile_edit_div-inner input:focus, .profile_edit_div-inner select:focus {
    outline: 2px solid #33b0ca !important;
}
.blue-button:hover{
    box-shadow: 4px 4px 6px rgba(37, 37, 37, 0.1), 0 1px 3px rgba(37, 37, 37, 0.08);
    transform: none;
}

#personal_save {
    padding: 4px 19px 4px 19px;
    /* border-radius: 57px; */
    border-radius: 8px;
    background-color: #33B0CA;
    color: white;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
}

.profile-div-1 .pro-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    background-color: #FFE0E3;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px 8px 0 0;
}

.pro-bottom {
    background-color: #EAEAEA;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px 8px 0 0;
    /* margin-bottom: 20px; */
    text-align: center;
}

.profile-div-1 .pro-top button:nth-child(1) {
    color: #33B0CA;
    background-color: #EAEAEA;
}

.profile-div-1 .pro-top button:nth-child(2) {
    background-color: #EAEAEA;
}

.pro-bottom button {
    cursor: default;
}

.pro-top button,
.pro-bottom button {
    border: none;
    background-color: #FFE0E3;
    border-radius: 8px 0 0 0;
    padding: 8px 0;
}


.profile-div-1 table thead {
    font-size: 14px;
}

.profile-div-1 table tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 14px;
}

/* #project-table {
    width: 100% !important;
} */
#project-table thead,
#project-table tbody {
    width: 100% !important;
}

#project-table tr {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr !important;
    font-size: 12px;

}

#project-table tr {
    margin-bottom: 12px;
    background-color: #ECECEC;
    border-radius: 4px;
    color: #252525;
}

#project-table tr:hover {
    background-color: #33B0CA;
    color: #FAFAFA !important;
}

/* #project-table td, */
#project-table th {
    border-bottom: 1px solid #bcb9b9 !important;
    background-color: white;
    padding: 6px 10px;
    color: #252525;
    font-weight: 500;
    font-size: 12px;
}

#project-table td {
    /* color: #252525; */
    font-weight: 500;
    font-size: 12px;
}

#project-table td:nth-child(2),
#project-table td:nth-child(3) {
    /* color: #252525; */
    font-weight: 400;
}

.profile-div-1 table tbody tr {
    cursor: pointer;
}

.profile-div-1 table tbody tr td {
    padding: 6px 10px;
}

#pro-hamburger {
    color: #7D7D7D;
    font-weight: 400;
}

.pro-add {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 10px !important;

}

.profile-div-up .pro-add button:nth-child(1) {
    background: white;
    /* border-radius: 41px; */
    border-radius: 8px;
    color: #33B0CA;
    border: 1px solid #33B0CA;
    padding: 6px 24px ;
    height: 32px;
    /* font-size: 12px;
    font-weight: 500 */
}
.profile-div-up .pro-add button:nth-child(1):hover {
    background: #33B0CA;
    color: #fff;
}

.profile-div-up .pro-add button:nth-child(2) {
    background: #33B0CA;
    /* border-radius: 41px; */
    border-radius: 8px;
    border: 1px solid #33B0CA;
    color: white;
    padding: 6px 24px;
    height: 32px;
    /* font-size: 12px;
    font-weight: 500 */
}
.profile-div-up .pro-add button:nth-child(2):hover {
    box-shadow: 4px 4px 6px rgba(37, 37, 37, 0.1), 0 1px 3px rgba(37, 37, 37, 0.08);
    transform: none;
}
#personal_edit{
    display: flex;
    gap: 4px;
    align-items: center;
}

/* .profile-div-up .pro-add button:nth-child(2) img {
    padding: 0 6px 0 0;
} */

.profile-div-1 .pro-add button {
    background: #33B0CA;
    border: 1px solid #ffffff;
    border-radius: 20px;
    color: white;
    width: 150px;
    text-align: center;
    padding: 5px;
}

.project-nav ul {
    display: flex;
    justify-content: space-around;
    /* justify-content: space-between; */
}

/* .project-nav ul li {
    list-style: none;
    text-align: center;
    color: #33B0CA;
    border: 2px solid #33B0CA;
    border-radius: 4px;
    padding: 2px 8px;
    cursor: pointer;
} */

#gen-div,
#photo-div,
#video-div,
#award-div,
#screen-div {
    padding: 12px;
}

.interest-grid-r {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-weight: 400;
    font-size: 12px;
}

.interest-grid-r-inner {
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    margin: 20px 0;
    padding: 0 26px;
}

.interest-grid-r span {
    font-size: 12px;
    color: #252525;
    font-weight: 500;
}
.interest_grid_btn{
    text-align: right;
}

.interest_grid_btn button:nth-child(1) {
    font-weight: 400;
    background-color: white;
    color: #33B0CA;
    border: 1px solid #33B0CA;
    /* border-radius: 40px; */
    border-radius: 8px;
    margin: 0px 0px 20px 0;
    padding: 6px 24px;
    height: 32px;
}
.interest_grid_btn button:nth-child(1):hover {
    background: #33B0CA;
    color: #fff;
}
.center_style{
    display: flex; 
    justify-content: center; 
    align-items: center;
    height: 100%;
}
.center_style span{
    font-size: 16px;
    color: #616161;
}
.center_full_style{
    display: none;
    height: 100%;
    padding:12px;
}

.interest-grid-r #rhm_interest_pro {
    font-weight: 500;
    margin-top: 8px;
    color: #252525;

}

.interest-grid-r #rhm_skill_pro {
    margin-top: 8px;
    color: #616161;
}

/* .interest-grid-r button {
    background-color: #33B0CA;
    color: white;
    border: 2px solid #33B0CA;
    border-radius: 20px;
    margin-top: 10px;
} */

.acting-grid {
    display: grid;
    grid-template-columns: 1.4fr 2fr;
    gap: 20px;
    margin-top: 10px;
}

.act-grid-1 img,
.act-grid-2 img {
    width: 100%;
    height: 140px;
    border-radius: 5px;
}

.act-grid-1 button {
    background: #ffffff;
    border: 1px solid #1d9bf0;
    border-radius: 10px;
    color: #1d9bf0;
    padding: 3px 10px;
}

.act-grid-1 div:nth-child(3) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: smaller;
    gap: 5px;
}

.act-grid-2 div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    font-size: smaller;
}

/* my account -------------- project */



.gen-edit {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.gen-edit button {
    color: white;
    background-color: #33B0CA;
    border: 2px solid #33B0CA;
    /* border-radius: 57px; */
    border-radius: 8px;
    margin: 10px 12px 30px 12px;
    padding: 6px 24px;
    display: flex;
    gap: 4px;
    height: 32px;
    justify-content: center;
    align-items: center;
}

.gen-1 {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.gen-1 p{
    margin-bottom: 16px;
}

.gen-1 img {
    width: 85px;
    height: 125px;
    cursor: pointer;
}

.gen-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
}

.gen-2 img {
    width: 100%;
    height: 110px;
}

.gen-2 .image {
    position: relative;
}

.image .overlay_rhm {
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.image .overlay_rhm i {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.image .overlay_rhm p {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.gen-2 .image:hover .overlay_rhm {
    opacity: 1;
}

.new-p,
.new-b {
    padding: 12px;
    font-size: 12px;
}

.new-p div,
.new-b div {
    /* display: grid;
    grid-template-columns: 1fr 1.5fr; */
    margin-bottom: 14px;

}

.new-p div span {
    color: #7D7D7D;
    margin-bottom: 4px;
    font-weight: 400;
}

.new-p input,
.new-p select {
    color: #252525;
    background: #F5F5F5;
    border-radius: 8px;
    padding: 5px 12px;
    border: 1px solid #EFEFEF;
    font-weight: 500;
}

/* .new-b {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding: 12px;
    margin-bottom: 20px;
} */

.new-b .file-label {
    background: #F5F5F5;
    border: 1px solid #1d9bf0;
    border-radius: 8px;
    color: #7D7D7D;
    font-weight: 500;
    padding: 5px 0;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.new-b span {
    color: #7D7D7D;
}

.new-b .file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


.photo-inner {
    padding: 12px;
    /* margin-top: 20px; */
}

#lpp-div,
#messiah-div {
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    /* padding: 12px; */
    font-weight: 400;
    font-size: 12px;
}

/* .acc-btn-div3 .my-privacy-drop-down {
    max-width: 100px !important;
    color: #33B0CA !important;
} */

#edit-btn-profiles {
    color: #33B0CA;
    background: #fff;
    /* border: 2px solid #ee364d; */
}

.remove-btn-pages {
    /* background: #ee364d !important; */
    color: #fff !important;
    border-radius: 6px !important;
    max-width: 70px;
    position: relative;
    left: 220px;
}

#type-of-memers-dropdown {
    max-width: 161px;
    /* color: #ee364d !important; */
}

.fa_color {
    color: #33B0CA !important;
}

#imdb-icon {
    max-width: 66px;
    margin-left: -12px;
    /* position: relative;
    left: 0; */
    /* left: 25px; */
}


/* display 04-09 */

.grid-two {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.mywebsite-div {
    background-color: #1d9bf0;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    padding: 4px 6px;
    display: inline-block;
    text-align: center;
    width: 70px;
    cursor: default;
}

.pagesBlogsViewAll {
    display: none;
}

.personalLinksViewAll {
    display: none;
}

.page-div-3 {
    display: grid;
    grid-template-columns: 1fr !important;
    align-items: center;
    gap: 5px;
    margin: 0 0 -15px !important;
}

.removePersonalLink {
    position: relative;
    left: 80%;
    top: -100%;
}

.rhmBlogsJs {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr !important;
}

.removeblogsJs {
    position: relative;
    left: 132%;
}

/* pages */

.pages-delete i {
    color: #252525;
    padding: 5px;
    cursor: pointer;
    text-align: right;
}

/* privilege withdraw */

#withdraw-background-privilege {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

#withdraw-privilege {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 40%;
    min-height: 20%;
    border-radius: 12px;
    z-index: 101;
}


#withdraw-privilege input {
    width: 100%;
    padding: 2px 12px;
    outline: none;
    border: 2px solid #ccc;
    border-radius: 60px;
    height: 42px;
}

#withdraw-privilege input:focus {
    border: 2px solid #ccc;
}

.widthdraw_grid {
    padding: 20px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    height: 100%;
    gap: 14px;
}

#submit-withdraw-privilege {
    margin: 1rem 0;
    border: none;
    /* width: 100px; */
    padding: 6px 24px;
    /* color: #fff; */
    /* border-radius: 40px; */
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #33B0CA;
    background: #33B0CA;
    color: white;
}

#cancel-withdraw-privilege {
    background: #EE3C4D;
    color: #FAFAFA;
    padding: 6px;
    border-radius: 50%;
    border: none;
    width: 40px;
    height: 40px;
    text-align: center;
}

#cancel-withdraw-privilege i {
    color: #FAFAFA;
    font-size: 10px;
}

#withdraw-prompt-privilege {
    /* color: red; */
    text-align: center;
    margin: 10px auto 0 auto;
    font-size: 12px;
    font-weight: 500;
    display: none;
    /* visibility: hidden; */
}


/* my account -------------- project  end */


/* pop up image css start */

.display-image-show,.display-video-show {
    z-index: 999;
    display: none;
}

.display-image-show .overlay_rhm_photo, .display-video-show .overlay_rhm_video{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .66);
    position: absolute;
    top: 0;
    left: 0;
}

.display-image-show .img-show,.display-video-show .img-show {
    width: 100%;
    height: 100%;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden
}

.img-show span {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
}

.img-show {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.img-show img, .img-show video{
    width: 100%;
    object-fit: cover;
}

/* display delete icon */

/* Style for the photo container */
.photo-container {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    /* Adjust the margin as needed */
    margin-bottom: 10px;
    /* Adjust the margin as needed */
}

/* Style for the displayed photos */
.display-photos {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    /* cursor: pointer; */
}

/* Style for the delete icon */
.delete-icon {}

.photo-inner-div {
    position: relative;
}

.photo-inner-div i {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
    color: #252525;
    background-color: white;
    border-radius: 50%;
    padding: 7px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    /* z-index: 1; */
}
.outside_chat_count{
    text-align: right;
}

.photo-inner-div {
    height: 100px;
    width: 100%;
    /* margin: auto; */
}

.display_add_btn {
    text-align: right;
    margin-top: auto;
    margin-bottom: 20px;
    margin-right: 12px;

}
#add_project_btn{
    position: absolute;
    right: 7px;
    bottom: 8px;
    text-align: right;
}

.display_add_btn button, #add_project_btn button {
    background-color: #33B0CA;
    color: white;
    padding: 6px 24px;
    /* border-radius: 57px; */
    border-radius: 8px;
    border: none;
    margin-top: 20px;
    height: 32px;
}
.display_add_btn button:hover, #add_project_btn button:hover {
    background-color: #33B0CA;
    color: white;
    padding: 6px 24px;
    /* border-radius: 57px; */
    border-radius: 8px;
    border: none;
    margin-top: 20px;
}

.display_add_btn button i, #add_project_btn button i {
    color: white;
    margin-right: 5px;
}

/* juggaernaut */

.jugg_div_1 tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;

}

#jugg_div_1 table tbody tr {
    margin-bottom: 8px;

}

.jugg-days-div,
.jugg-days-div-accordion div div {
    display: grid;
    grid-template-columns: 1fr 1fr 2.5fr;
    gap: 4px;
    text-align: center;
}

.jug_table_bg {
    background-color: #FAFAFA;
    border-radius: 20px;
    padding: 2px 0;

}

.jugg_extend button {
    padding: 2px 8px;
}

#accordion_conversion button,
#accordion_schedule button,
#accordion_subtitle button {
    border: none;
}

.accordion-inner-jug {
    padding: 1rem !important;
}
.pri_security_btn_div{
    display: flex;
    justify-content: end;
    gap: 4px;
}

/* .security-preference-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
} */
.security-preference-dropdown{
    font-size: 12px;
    padding: 5px;
    border: 2px solid #eaeaea;
    border-radius: 8px;
    color:#616161;
    width: 100%;
    outline: none;
} 

.multi_select_div{
    display: flex; 
    gap: 4px;
    justify-content: space-between; 
    align-items: center
}
.multi_select_div span{
    display: flex;
    gap: 4px;
    color: #212121;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}
.multi_select_div button{
    border: none;
    background-color: #33B0CA;
    border-radius: 4px;
    padding: 4px 10px;
    color: white;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.noti_each_div_wrapper {
    /* display: grid;
    grid-template-columns: .2fr 7fr;
    gap: 4px;
    align-items: center; */
}

.jug_pitch_form {
    margin: 10px 0;
    /* padding: 10px 0;
    border-top: 10px #bd2a2a; */
}

.jug_pitch_form {
    display: grid;
    grid-template-columns: 0.5fr 1fr 1fr 1fr;
    gap: 5px;
}

.jug_pitch_form label {
    display: flex;
    gap: 2px;
    align-items: flex-start;
    font-weight: 400 !important;

}

#errorAcceptedLppId,
#errorLppId {
    font-size: 1.5rem !important;
    font-weight: 500;

}

#lppRegLink {
    color: #0d6efd;
}



/* chat */

/* Your existing CSS styles */

/* Modal Styles */

/* #rhm_chat_modal_div,#rhm_noti_modal_div ,#rhm_alert_popup_profile,#rhm_alert_popup_project,#rhm_alert_popup_display,#rhm_alert_popup_privilege,#rhm_alert_popup_pages{
     
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
 
} */

#rhm_chat_modal_div, #rhm_noti_modal_div, #rhm_alert_popup_profile, #rhm_alert_popup_project, #rhm_alert_popup_display,#rhm_alert_popup_chat, #rhm_alert_popup_privilege, #rhm_alert_popup_pages {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

#rhm_chat_modal ,#rhm_noti_modal,.rhm_alert_modal{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 24px;
}

#rhm_chat_modal .rhm_chat_modal ,#rhm_noti_modal .rhm_chat_modal,.rhm_alert_modal .rhm_alert_modal_div{
    min-width: 260px;
    padding: 20px;
    font-size: 14px;
    background: #fff;
    border-radius: 8px;
    z-index: 9999;
    position: relative;
    text-align: center;
}
.rhm_alert_modal_body{
    text-align: center;
}
.rhm_alert_modal_cross{
    position: absolute;
    right: -12px;
    top: -12px;
}
.rhm_alert_modal_cross img{
    width: 40px;
    height: 40px;
    z-index: 99999999;
    cursor: pointer;
    border-radius: 50%;
}

.rhm_alert_modal_body_button{
    cursor: pointer;
    background-color: #33B0CA;
    border: 1px solid #33B0CA;
    border-radius: 8px;
    color: white;
    width: 74px;
    height: 34px;
    font-weight: 600;
    font-size: 14px;
}
.rhm_alert_modal_body_button_div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.rhm_alert_modal_body_button_div button{
    cursor: pointer;
    border: 1px solid #33B0CA;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 12px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rhm_alert_modal_body_button_div button:nth-child(1){
    background-color: white;
    color: #33B0CA;
}
.rhm_alert_modal_body_button_div button:nth-child(2){
    background-color: #33B0CA;
    color: white;
}
.rhm_alert_modal_body p{
    font-weight: 500;
    font-size: 16px;
    color: #252525;
    margin-top: 10px;
    margin-bottom: 10px;
}

#rhm_chat_modal .delete-option {
    color: #3F3F3F;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    /* margin-right: 10px; */
}

#rhm_chat_modal .delete-option input[type="radio"] {
    text-align: center;
    margin-right: 5px;
    appearance: none;
    border: 1px solid #616161;
    border-radius: 50%;
    cursor: pointer;
    height: 16px;
    outline: none;
    position: relative;
    width: 16px;
}

.delete-option .red_color_radio:checked {
    background-color: #33B0CA;
}

#rhm_chat_modal .delete-option label {
    margin: 0;
    font-weight: 500;
}

#rhm_chat_modal .delete-option input[type="radio"]:checked+label {
    color: #33B0CA;
    font-size: 16px;
}

#rhm_chat_modal .modal-buttons,#rhm_noti_modal .modal-buttons{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#rhm_chat_modal .modal-buttons button ,#rhm_noti_modal .modal-buttons button{
    padding: 6px 16px;
    cursor: pointer;
    background-color: white;
    border: 1px solid #33B0CA;
    border-radius: 8px;
    color: #33B0CA;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#delete_chat_btn:disabled {
    cursor: default;
}

#rhm_chat_modal .modal-buttons button.delete ,#rhm_noti_modal .modal-buttons button.delete{
    background: #33B0CA;
    color: white;
    border-radius: 8px;
}

#receiver_name_rhm {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #3F3F3F;
}

.chat-click-inner {
    border-bottom: 2px solid #DADADA;
    /* margin: 4px 8px; */
}

#rhm_chat_list_div .outside_chat_style {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    margin: 0 20px;
    padding: 8px 0;
}

#loader_chat>div,
#loader_profile>div,
.loader_rhm_sec>div {
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

#rhm_chat_list_div .outside_chat_style>div:first-child {
    display: flex;
    align-items: center;
    gap: 7px;
}

.outside_chat_count span:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #33B0CA;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    color: white;
    font-size: 10px;
    /* flex-direction: column;
    align-items: center; */
    
}

.chat_profile_rhm {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 0;
}

.chat_profile_rhm i {
    font-size: 16px;
}
.chat_profile_rhm i, .chat_profile_rhm img,.chat_profile_rhm span{
    cursor: pointer;
}


.user_message_div {
    margin-bottom: 5px;
}

.user_message_div p {
    background: #EAEAEA;
    border-radius: 10px 10px 0px 0px;
    color: #3F3F3F;
    padding: 5px 10px;
    margin: 0;
    font-size: 14px;
    word-break: normal; 
    /* white-space: pre-wrap; */
    overflow-wrap: anywhere;
}

.rhm_msg_time {
    display: block;
    text-align: right;
    font-size: 10px;
    color: #878787;
}

.my_message_div {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 5px;
}
.my_message_div p {
    font-size: 14px;
}
.my_message_div span,.user_message_div span {
    display: block;
    white-space: pre-wrap;
    position: relative;
}

.my_message_div .my_message_single p {
    background-color: #DBDBDB;
    border-radius: 10px 10px 0px 0px;
    padding: 5px 10px;
    margin-right: 4px;
    margin-bottom: 0;
    color: #3F3F3F;
    font-size: 14px;
    word-break: normal;
    overflow-wrap: anywhere;
}

.rhm_video_container {
    position: relative;
    position: relative; 
    max-width: 280px;
    height: 200px;
    border-radius: 4px;
}
.rhm_play_icon {
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    font-size: 36px; 
    color: #33B0CA; 
    cursor: pointer;
    border: 2px solid #33B0CA;
    border-radius: 50%;
}

.rhm_play_icon:hover {
    transform: translate(-50%, -50%) scale(1.2);
}

.rhm_user_message_div {
    height: 65vh;
    overflow-y: auto;
    --scrollbar-width: 6px;
    padding: 8px 20px;
}

.rhm_user_message_div i {
    cursor: pointer;
}


/* harkat */
.harkat_club_div {
    background: #ffffff;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    font-size: 12px;
    margin: 12px;
    display: flex;
    flex-direction: column;
    height: 90%;
    overflow-y: auto;
}

#harkat_club_table tr {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    border-radius: 4px;
    /* margin: 10px 0; */
}

#harkat_club_table tbody tr {
    cursor: pointer;
}

#harkat_club_table tr td,
#harkat_club_table tr th {
    padding: 6px;
}

#harkat_club_table tbody tr:nth-child(odd) td {
    background-color: #33B0CA;
    color: white !important;
}

#harkat_club_table tbody tr td:nth-child(1) {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

#harkat_club_table tbody tr td:nth-child(4) {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

#harkat_club_table tbody tr:nth-child(even) td {
    background-color: #EAEAEA;
    color: #616161 !important;
}

#harkat_club_table {
    padding: 12px;
}

.harkat_inner_head {
    background-color: #EAEAEA;
    border: 1px solid #EAEAEA;
    border-radius: 8px 8px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
}

.harkat_inner_head_1,
.harkat_inner_head_2 {
    display: flex;
    align-items: center;
    gap: 6px;
}

.harkat_each_div {
    display: flex;
    justify-content: space-between;
    align-items: end;
    /* align-items: center; */
    padding: 8px 12px;
    margin: 10px 0;
    gap: 4px;
}

.harkat_each_mem {
    border-bottom: 1px solid #EAEAEA;
    margin: 12px;
}

.harkat_view_btn {
    text-align: right;
    /* margin: 10px;  */
    border-bottom: 1px solid #cccc;
    margin: 0px 10px;
    padding-bottom: 10px;
}

.harkat_view_btn button {
    font-size: 12px;
    font-weight: 400;
    border: none;
    padding: 4px 20px;
}

.harkat_each_div_mem_2 {
    display: flex;
    gap: 12px;
}

.harkat_each_div_mem_2 img {
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.harkat_view_btn button:nth-child(1) {
    color: #33B0CA;
    border: 1px solid #33B0CA;
    border-radius: 35px;
    background-color: white;
}

.harkat_view_btn button:nth-child(2) {
    color: white;
    background-color: #33B0CA;
    border-radius: 35px;
    margin-left: 6px;

}

.harkat_each_div_2 {
    color: #616161;
    font-size: 10px;
    font-weight: 400;
}

.harkat_each_div_1 {
    display: flex;
    gap: 6px;
    align-items: center;
}

.harkat_each_div_1 .harkat_each_div_profile {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.harkat_each_div_1_div div {
    position: relative;
}

.harkat_each_div_1_div img {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.harkat_each_div_1_div img:nth-child(2) {
    position: absolute;
    left: 5px;
    top: 4px;
}

.harkat_each_div_1_div span {
    color: #212121;
    font-size: 12px;
    font-weight: 600;
}

.harkat_each_div_1_div div span {
    color: #616161;
    font-size: 10px;
    font-weight: 500;
    margin-left: 6px;
}

.harkat_inner_head_1 i {
    color: #252525;
    width: 17px;
    cursor: pointer;
}

.harkat_inner_head_1 img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.harkat_inner_2_img img {
    width: 12px;
    height: 12px;
}

.harkat_inner_head_1 span {
    color: #252525;
    font-size: 14px;
    font-weight: 600;
}

.harkat_inner_head_2 span {
    color: #616161;
    font-size: 12px;
    font-weight: 400;
}

.harkat_inner_head_2 input {
    color: #616161;
    font-size: 10px;
    font-weight: 500;
    background-color: white;
    border: none;
    border-radius: 28px;
    width: 127px;
    padding: 4px 6px;
}

.harkat_inner_head_2 img {
    width: 14px;
    height: 14px;
    margin-left: -18px;
}

.popup_admin,
.popup_alert {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    /* padding: 0px 10px; */
    /* padding: 20px; */
    border: 1px solid #C5C5C5;
    border-radius: 4px;
    z-index: 1000;
    right: 55px;
    width: 170px;
}


.popup_admin ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popup_alert {
    display: flex;
    gap: 10px;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
}

.popup_admin li {
    padding: 8px 14px;
    cursor: pointer;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
}

.popup_admin li:hover {
    background-color: #f1f1f1;
}

#harkat_msg_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.message-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 40%;
    /* max-height: 40%;
    overflow-y: scroll; */
    border-radius: 12px;
    z-index: 101;
}

.harkat_all_msg_div {
    padding: 24px;
}

.message-popup-header {
    text-align: right;
}

.message-popup-header img {
    position: absolute;
    border-radius: 50%;
    right: -16px;
    top: -16px;
    width: 41px;
    height: 41px;
    cursor: pointer;
}

.harkat_msg_border {
    border: 1px solid #EAEAEA;
    padding: 4px 6px;
    border-radius: 8px;
}

.harkat_msg_border h6 {
    color: #252525;
    font-weight: 500;
    font-size: 12px;
}

.harkat_msg_border p {
    color: #616161;
    font-weight: 400;
    font-size: 12px;
}

.message-popup-body {
    position: relative;
    padding: 24px;
    /* padding: 10px 0; */
}

.harkat_each_msg_div span {
    color: #616161;
    font-weight: 400;
    font-size: 10px;
}

.harkat_msg_div {
    width: 100%;
}

#messageInput {
    width: 100%;
    height: 73px;
    resize: none;
    padding: 8px;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
}

.harkat_each_msg_div {
    display: grid;
    grid-template-columns: 5% 90%;
    gap: 6px;
}

.harkat_each_msg_div img {
    width: 32px;
    height: 32px;
}

.message-popup-body img {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 38px;
    right: 32px;
}

.harkat_view_middle {
    padding: 20px;
    color: #252524;
    font-weight: 400;
    font-size: 14px;
}

.personal_details_container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin-top: 24px;
}

.personal_details_container input {
    border: none;
    border-radius: 8px;
    /* padding: 6px 10px; */
    width: 100%;
}

.personal_details_container a {
    color: #33B0CA;
}

.personal_details_container div:nth-child(2) {
    color: #616161;
}

.sub_details_container {
    margin-top: 24px;
}

.sub_details_container div {
    color: #616161;
    font-size: 12px;
    border: 1px solid #EAEAEA;
    padding: 3px 6px 0px;
    border-radius: 8px;
}

.buttons_container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
    margin-top: 24px;
}

.buttons_container div {
    display: flex;
    gap: 6px;

}

.buttons_container .view_profile_btn {
    color: #33B0CA;
    background: white;
    border: none;
    padding: 4px 8px;

}

.buttons_container .send_msg_btn {
    color: #33B0CA;
    background-color: white;
    border: 1px solid #33B0CA;
    padding: 4px 8px;
    border-radius: 8px;
}

.buttons_container .accept_btn {
    color: #FFFFFF;
    background-color: #50C446;
    border: none;
    padding: 4px 8px;
    border-radius: 8px;
}

.buttons_container .reject_btn {
    color: #FFFFFF;
    background-color: #33B0CA;
    border: none;
    padding: 4px 8px;
    border-radius: 8px;
}

/* notification */
.back_cursor {
    cursor: pointer;
    color: #252525;
}

.text_cap {
    text-transform: capitalize;
    color: #252525;
    font-size: 12px;
    font-weight: 500;
}

#notification-div {
    /* margin: 12px; */
    position: relative;
}

.noti_each_div_view {
    padding: 6px;
    margin-bottom: 12px;
    background-color: #EAEAEA;
}
#no-project{
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #252525;
}

.noti_each_div {
    display: grid;
    grid-template-columns: 75% 25%;
    gap: 2px;
    align-items: center;
    margin-bottom: 12px;
    padding: 6px;
    border-bottom: 1px solid #ccc;
    
}

.noti_each_div_bg {
    background-color: #EAEAEA;
}

.noti_each_div_1 {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #252525;
    font-size: 12px;
    font-weight: 500;
}
.noti_each_div_1 i{
    font-size: 16px;
}

.noti_each_div_1 img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.noti_each_div_2 i {
    cursor: pointer;
    width: 16px;
    height: 16px;
    text-align: center;
    color: #616161;
    font-weight: 400;
}

.noti_each_div_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    color: #616161;
    font-size: 10px;
    font-weight: 400;
    gap: 2px;
}

.view_title {
    color: #252525;
    font-weight: 500;
    padding: 12px;
    font-size: 12px;
    display: block;
}
.noti_content {
    color: #252525;
    font-weight: 400;
    padding: 12px;
    font-size: 12px;
    display: block;
}


/* harkat */
.harkat_each_div_members {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    border-bottom: 1px solid #cccc;
    padding-bottom: 10px;
}

.harkat_each_div_members1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.cancel_cross_icon {
    position: absolute;
    top: -4px;
    left: 93px;
    background: #EE3C4D;
    color: white;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.cancel_cross_icon2 {
    background: #EE3C4D;
    color: white;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#selected_files_rhm{
    font-size: 12px !important;
    display: flex;
    gap: 8px;
}

.acc-btn-div3 input {
    border: 1px solid #BCBCBC;
    border-radius: 4px;
}

.interest_grid_btn i {
    color: white;
}

#replying_msg_chat{
    word-break: normal; /* Ensures words do not break in the middle */
    white-space: pre-wrap;
    overflow-wrap: anywhere; /* Moves entire words to the next line if needed */
}
.toggle-password{
    position: absolute;
     right: 10px; 
     top: 50%; 
     transform: translateY(-50%); 
     cursor: pointer;
}
.interest_grid_btn button:nth-child(2) {
    font-weight: 400;
    background-color: #33B0CA;
    color: white;
    border: 1px solid #33B0CA;
    /* border-radius: 40px; */
    border-radius: 8px;
    margin: 0px 20px 20px 4px;
    padding: 6px 24px;
    height: 32px;
}
.interest_grid_btn button:nth-child(2):hover {
    box-shadow: 4px 4px 6px rgba(37, 37, 37, 0.1), 0 1px 3px rgba(37, 37, 37, 0.08);
    transform: none;
}
.disabled-cancel-icon {
    cursor: default;
    opacity: 0.7;
}
#save_bank:disabled ,#submit-link:disabled{
    opacity: 0.5;
    cursor: default;
}

#change_rhm_pass_btn{
    border: none;
    /* padding: 0px 10px 32px; */
    padding: 0px;
    text-decoration: underline;
}
#change_rhm_pass_btn:hover{
    border: none;
    /* padding: 0px 10px 32px; */
    text-decoration: underline;
    background-color: white;
    color: #33B0CA;
}
#cancel_update_btn{
    display: none;margin-right: 24px;width: 100%;
}
#save_update_btn{
    display: none;
    width: 100%;
    background-color: #33B0CA;
    color: white;
}

.popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
  }

  /* Popup Content */
  .popup_content {
    background: white;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    width: 442px;
    
  }
  .popup_content p:nth-child(1) , #blockchain_hint{
    color:  #252525;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
  .popup_content p:nth-child(3){
    color: #616161;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  /* Buttons */
  .popup_buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
  }

  .yes_button, .no_button {
    padding: 6px 24px;
    border: 1px solid #33B0CA !important;
    border-radius: 8px;
    cursor: pointer;
    background-color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .yes_button{
    background-color: #33B0CA;
    color: white;
  }
  .no_button{
    border: 1px solid #33B0CA !important;
  }

  .no_button:hover {
    background-color: #33B0CA;
    color: white;
  }
  #load_more_btn{
    padding: 4px 10px;
    border-radius: 4px;
    background-color: #33B0CA;
    color: white;
    border: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
  #load_more_div{
    display: flex;
    justify-content: flex-end;
    margin: 10px 0px;
  }

  #delete-tooltip {
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.view_profile{
    font-size: 20px;
    color: #33B0CA;
    cursor: pointer;
}

#message-btn{
    width: 24px;
    height: 24px;
    cursor: pointer;
}
#blockchain_hint{
    word-break: normal; 
    white-space: normal; 
    overflow-wrap: anywhere; 
}

.spinner_container_rhm {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.spinner_rhm {
    width: 32px;
    height: 32px;
    border: 4px solid #33B0CA;
    border-top: 4px solid transparent; 
    border-radius: 50%; 
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.access_no_popup {
    background: white;
    border-radius: 12px;
    width: 612px;
    position: static;
    margin-top: 0;
  }
  .access_no_popup_cross{
    display: flex;
    justify-content: flex-end;
    text-align: right;
  }
  .access_no_popup_cross img{
    width: 40px;
    height: 40px;
    margin: -14px;
    z-index: 99999999;
    cursor: pointer;
    border-radius: 50%;
  }
  .access_no_popup_body{
    padding: 10px 20px;
  }
  .access_no_popup_body h1,.access_no_popup_body p {
    font-size: 16px !important;
    line-height: 36px;
    color: #252525;
    font-weight: 600;
  }
  .rhm_access_btn {
    display: flex;
    justify-content: center;
  }
  .rhm_access_btn button{
    font-size: 16px;
    background-color: #33B0CA;
    color: white;
    width: 98px;
    height: 42px;
    padding: 4px 16px;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 24px;
    line-height: 24px;
    border: none;
    text-align: center;
  }
  .rhm_access_btn button:hover{
    box-shadow: 4px 4px 6px rgba(37, 37, 37, 0.1), 0 1px 3px rgba(37, 37, 37, 0.08);
    transform: none;
  }
#rhm_package_button{
    text-align: center;
}
#rhm_package_button button,#type-of-members button{
    text-align: center;
    background-color: #33B0CA;
    border: none;
    color: white;
    border-radius: 8px;
    padding: 6px 24px;
    font-weight: 600;
    line-height: 21px;
    font-size: 12px;
    height: 32px;
}
#rhm_package_button button:hover,#type-of-members button:hover{
    box-shadow: 4px 4px 6px rgba(37, 37, 37, 0.1), 0 1px 3px rgba(37, 37, 37, 0.08);
    transform: none;
}

#extend_membership_div p{
    font-size: 12px;
    color: #616161;
    line-height: 21px;
    font-weight: 600;
}

.rhm_oops_img_div{
    display: flex;
    justify-content: center;
}
.rhm_oops_img_div img{
    width: 160px;
    height: 150px;
    margin-bottom: 16px;
}
.rhm_access_options label{
    display: block;
    color: #616161;
    margin-bottom: 4px;
}

.rhm_access_options input[type="radio"] {
    appearance: none;
    width: 16px; 
    height: 16px;
    border: 1px solid #616161;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
}
  
.rhm_access_options input[type="radio"]:checked {
    background-color: #33B0CA; 
}
.rhm_search_div{
    border: 1px solid #ccc;
    margin: 4px 12px;
    padding: 4px;
    border-radius: 9999px;
    display: none;
    justify-content: space-between;
    align-items: center;
}
.rhm_search_div input{
    width: 90%;
    border: none;
    padding: 0 8px;
    font-size: 12px;
}
.rhm_search_div input:focus{
    border: none;
    outline: none;
}
.rhm_search_div button{
    border: none;
    background: white;
    font-size: 14px;
    padding-right: 8px;
}

#rhm_all_div{
    height: 100%; overflow-y: auto; margin-top: 20px;--scrollbar-width: 6px;
}

.scroll-container {
  overflow-y: auto;
  height: calc(100% - 150px);
  --scrollbar-width: 6px;
}
.msg-scroll-container {
  overflow-y: auto;
  height: calc(100vh - 190px);
  --scrollbar-width: 6px;
}

.scroll-container::-webkit-scrollbar,.rhm_user_message_div::-webkit-scrollbar,.msg-scroll-container::-webkit-scrollbar,#rhm_all_div::-webkit-scrollbar {
  width: var(--scrollbar-width);
  transition: width 0.3s ease;
}

.scroll-container::-webkit-scrollbar-thumb,.rhm_user_message_div::-webkit-scrollbar,.msg-scroll-container::-webkit-scrollbar,#rhm_all_div::-webkit-scrollbar {
  background-color: #33b0ca;
  border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-track,.rhm_user_message_div::-webkit-scrollbar,.msg-scroll-container::-webkit-scrollbar,#rhm_all_div::-webkit-scrollbar {
  background-color: #eaeaea;
}