body {
    padding:0px;
    margin:0px;
    background-color: #f3f3f3;
    height: 100%;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
            "wdth" 100;
}
body.home {
    background-color: #ffffff;
    height: 100%;    /* must set html/body height */
    margin: 0;
}
.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* full viewport height */
}

main {
    flex: 1; /* pushes footer to bottom if content is short */
}
.montserrat-Black {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: Ialic;
    font-size: 50px;
    color: white;
    margin-left: 10px;
}

.roboto-reg {
             font-family: "Roboto", sans-serif;
             font-optical-sizing: auto;
             font-weight: 400;
             font-style: normal;
             font-variation-settings:
                     "wdth" 100;
}



.roboto-italic {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: Italic;
    font-variation-settings:
            "wdth" 100;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-variation-settings:
            "wdth" 100;
}

#head_c {
    padding-left
}
.bg-head1 {
    background-color: #0e59d2;
    width:100%;
    height:45px;
    float:left;
}
.bg-head2 {
    background-color: #0f63e9;
    width: 100%;
    float: left;
}
.bg-head3 {
    background-color: #0f63e9;
    width: 100%;
    float: left;
    margin-top: -10px;
    padding-bottom: 15px;
    border-bottom: 1px solid black;
}
#head2 {
    background-color: #0f63e9;
    width:100%;
    height:110px;
    float:left;
}
.navbar-small {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
    font-size: 15px;
    padding-left: 10px;
    height: 25px;
    line-height: 0px;
}

.navbar-nav li {
    padding-left: 10px;
    font-weight: 500;
    font-size: 12px;
}
.bg-head3 ul {
    padding: 0;
    margin: 0;
    float: left;
    padding-left: 10px;
}
.bg-head3 ul li {
    float: left;
    list-style: none;
    color: white;
    margin-right: 15px;
    background-color: #2772eb;
    height: 37px;
    line-height: 35px;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 5px;
}
.category_main {
    display:inline-block;
    float: left;
    margin-right: 15px;
    height: 37px;
    line-height: 35px;
    color: white;
}
.custom-width {
    max-width: 1920px;
    padding: 0px;
}
.container .custom-width2 {
    max-width: 1920px;
}

.custom-log-sign {
    max-width: 750px;
    background-image: url(http://dollar.work.gd/img/graphic3.svg);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.my-icon {
    width: 700px;
    height: 628px;
    background-position-x: 27px;
}
.right_menu ul {
    padding: 0;
    margin: 0;
    float: left;
    padding-left: 10px;
}
.right_menu ul li {
    float: left;
    list-style: none;
    color: white;
    margin-right: 15px;
    height: 37px;
    line-height: 35px;
    border-radius: 5px;
}

h6 {
    padding-left: 15px;
    padding-top: 20px;
    color: #000000;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.three-columns {
    display: flex;
    width: 100%;
    min-height: calc(100vh - 250px) !important;
}

.three-columns1 {
    display: flex;
    width: 100%;
    /* min-height: calc(100vh - 250px) !important; */
}

.right-column1 {
    flex: 1;
    padding: 10px;
    border-left: none;
    min-height: 100vh;
    height: 100% !important;
    padding-bottom: 55px !important;
}

.third-column1 {
    width: 300px;
    border-left:1px solid #dedede;
    background-color: rgb(255 255 255);
    color: #000000;
    border-right: 1px solid #dedede;
}
.right-column {
    flex: 1;
    background-color: #f5f6f7;
    padding: 10px;
    border-left: 1px solid #dedede;
    min-height: calc(100vh - 160px);
    padding: 0px;
}

.third-column {
    width: 300px;
    border-left:1px solid #dedede;
    background-color: rgb(255 255 255);
    color: #000000;
    border-right: 1px solid #dedede;
}

.list-group-item:hover {
    width: 100%;
    border-radius: 0px;
    background-color: #e6e6e6;
    color: black !important;
}

.active_card {
    width: 100%;
    border-radius: 0px;
    background-color: #eeeeee;
    color: black !important;
}

.inactive_card {
    width: 100%;
    background-color: #ffffff;
    border-radius: 0px;
    color: black !important;
}

.chat_room.list-group-item-action:hover {
    background-color:  #eeeeee;
    cursor: pointer;
}

.scroll-area {
    height: calc(100vh - 250px);
    overflow-y: auto;
    margin-top: -3px;
    border-top: 1px solid #cecece;
}

.scroll-area2 {
    height: calc(100vh - 250px);
    overflow-y: auto;
    margin-top: -3px;
    border-top: 1px solid #cecece;
}

.form-error {
    border-color: #0d6efd;
    box-shadow: 0 0 5px #0d6efd;
    outline: none;
}

.large-textarea {
    width: calc(100% - 85px) !important;
    font-size: 13px ! Important;
    padding: 5px !important;
    resize: none;
    height: 70px;
}

.large-textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: regular;
    font-variation-settings: "wdth" 100;
}

.form-control-textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: none !important;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    overflow: hidden;
}

.form-control-textarea:focus {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    color:  none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: none;
    background-clip: padding-box;
    border:  none;
    border-radius:  none;
    transition:  none;
}

.textarea-autofocus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.chat_send_area {
    height: 70px;
    border: 1px solid #dedede;
    background-color: white;
    margin-bottom: 1px;
    border-bottom: none;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -32px !important;
}

.send_button {
    width: 29px;
    height: 30px;
    margin-top: -66px;
    float: right;
}
.send_button_c {
    width: 25px;
    height: 28px;
    float: left;
    font-size: 20px;
    line-height: 25px;
    cursor: pointer;
    margin-right: 5px;
    color: #94f594;
}
.chat_buttons {
    width: 80px;
    height: 30px;
    margin-top: -36px;
    float: right;
    margin-right: -25px;
}
.chat_button_c {
    width: 25px;
    height: 28px;
    float: left;
    font-size: 19px;
    line-height: 25px;
    cursor: pointer;
    margin-right: 1px;
}
.chat_status {
    width: 10px;
    height: 10px;
    float: left;
    font-size: 9px;
    line-height: 10px;
    margin-left: -12px;
    padding-right: 17px;
}

.chatroom_desc {
    height: 30px;
    font-size: 32px;
    line-height: 35px;
    font-size: 14px;
}

.chat_button_c:hover {
    color: #0f63e9;
}
.third_column_area {
    border-bottom: 1px solid #dedede;
    color: grey;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #f5f6f7;
}

.card-header-success {
    background-color: #94f5942e;
}
.card-body-success {
    background-color: #ecfdec54;
}
.card-header-invalid {
    background-color: #fff6f6;
}
.card-body-invalid {
    background-color: #fff6f6;
}
#category_main_ul li a {
    color: white;
    text-decoration: none;
}
#ul_right_menu {
    cursor:pointer;
}
#ul_right_menu li a {
    color: white;
    text-decoration: none;
}
#ul_right_menu li a:hover {
    color: black;
    text-decoration: none;
}
.col-4 {
    text-align: left !important;
    padding-left: 17px !important;
    font-size: 11px;
}

.countcol {
    color: #000000;
    font-weight: bold;
    font-size: 20px;
}

.form-control-textarea-profile {
    display: block;
    width: 100% !Important;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: none !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    overflow: hidden;
}

.image-filler {
    width: 90px;
    height: 100px;
    background-color: #dedede;
    float: left;
    margin-right: 15px;
    margin-top: 15px;
    border: 1px solid #d2cccc;
    overflow: hidden;
    padding: 0px;
}


.image-filler img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#text-profile{
    height:35px;
    max-height:200px;
    overflow-y:hidden;
    vertical-align:top;
    width: calc(100% - 145px);
    float:left;
    margin-left:10px;
    margin-right:10px;
    font-size:13px;
    resize:none;
    border-radius:6px;
    background:#fff;
    box-shadow:inset 0 1px 2px rgba(0,0,0,0.08);
    padding-right: 55px;
    margin-top: 11px;
}

.fa-camera-2{
    position:absolute;
    right:100px;
    top:18px;
}

.left-column1 {
    width: 285px;
    background-color: white;
    min-height: 100vh;
    margin-left: -1px;
}

.display-panel-profile {
    min-height: 150px;
    background-size: cover;
    background-position: center;
}
.display-image-div {
    width: 150px; max-width:150px; height: 135px; font-size: 115px; color: #fff; border: 1px solid #ffffff; background-color: #a9d6ebe0;
}

.profile-display-name {
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    margin-top: -10px;
    display: inline-block;
}

.parent-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: -34px;
}

.parent-container-chat {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: -34px;
}

.profile-display-button {
    height: 35px;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
}

.profile-image-area {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width:100%;
    overflow-x:hidden;
}
.post-box {
    position: relative;
    width: 100%;
    min-height: 60px;
    border: 1px solid #dedede;
    align-items: flex-start;
}
.post-box-img {
    border:1px solid #dedede;height: 35px;width: 35px;margin-left: 5px;float: left;border-radius: 5px;background-color: #a9d6ebe0;margin-top: 11px;
}
.follower-box {
    width:100%;min-height: 50px;border:1px solid #dedede;padding-left: 10px;padding-right: 5px;float: left;margin-top: 15px;
}
.footer-c {
    border-top: 1px solid #d0d0d0;position: fixed;height: 35px;width: 100%;bottom: 0;padding-left: 10px;line-height: 35px;text-transform: uppercase;font-weight: 400;color: #5f5f5f;font-size: 13px; z-index:1;
}
.bookmark-panel {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #d0d0d0;
    background-color: #f8f9fa;
    right: 20px;
    margin-top: -30px;
    background-image: url(../img/bookmark.png);
    background-repeat: no-repeat;
    border-bottom: none;
    background-position: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    cursor: pointer;
    display: none;
}

.chat-panel {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #d0d0d0;
    background-color: #f8f9fa;
    right: 20px;
    margin-top: -30px;
    background-image: url(../img/bookmark.png);
    background-repeat: no-repeat;
    border-bottom: none;
    background-position: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    cursor: pointer;
}

.chat-top {
    height: 40px;font-size: 25px;line-height: 45px;
}
.chat-container {
    height: calc(100vh - 275px);
    font-size: 36px;
    line-height: 60px;
    border-right: none !important;
}
.chat-send-area {
    font-size: 36px;line-height: 60px;background-color: white;border-bottom: 0px !important;
}

.profile-popup-arrow {
    float: right;
}
.profile-popup-arrow-color-active {
    color: #0f63e9;
}
.profile-popup-arrow-color-deactive {
    color: #313131;
}

#popup_friend ul {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}
#popup_friend ul li {
    list-style: none;
    font-size: 11px;
    height: 29px;
    border-bottom: 1px solid #dedede;
    width: 100% !important;
    line-height: 27px;
    padding-left: 10px;
}
#popup_friend {
    width: 200px;
    min-height: 134px;
    border: 2px solid #000000;
    position: absolute;
    background-color: white;
    margin-top: -11px;
    margin-left: -178px;
    display: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}


/* Dropdown container */
.btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}



/* Dropdown toggle arrow */
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

/* Split button arrow spacing */
.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem;
}

/* Dropdown menu */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .875rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .375rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.175);
}

/* Show dropdown */
.dropdown-menu.show {
    display: block;
}

/* Dropdown items */
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

/* Hover */
.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    background-color: #f8f9fa;
}

/* Active */
.dropdown-item.active {
    color: #fff;
    background-color: #0d6efd;
}

/* Disabled */
.dropdown-item.disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}

/* Divider */
.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

/* Header */
.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .75rem;
    color: #6c757d;
}

/* Right aligned dropdown */
.dropdown-menu-end {
    right: 0;
    left: auto;
}

.dropdown-menu {

}

.dropdown-item {
    height: 35px;
    line-height: 30px;
}

#post_loading {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: 44px;
    background-image: url(../img/load.gif);
    background-repeat: no-repeat;
    align-content: flex-start;
    align-items: flex-start;
    display: none;
    margin-left: 0px;
    background-position-y: center;
    border-top: 1px solid #dedede;
}

.comment_area_options {
    width: 100%;
    height: 72px;
    margin-top: -15px;
    padding-top: 15px;
}

.comment-text-profile {
    height: 35px;
    max-height: 200px;
    overflow-y: hidden;
    vertical-align: top;
    width: calc(100% - 55px);
    float: left;
    margin-left: 10px;
    font-size: 13px;
    resize: none;
    border-radius: 6px;
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
    margin-top: 11px;
}

.comment-post-box {
    position: relative;
    padding-bottom: 10px;
    width: 100%;
    min-height: 60px;
    padding-left: 5px;
    padding-right: 5px;
    align-items: flex-start;
}

.image-profile-area {
    width: 100%;
    border-top: 1px solid #e4e4e4;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.col-12 {
    float:left;
}

.comment_show_area {
    min-height: 40px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 1px solid #d9d5d5;
    background-color: #ff572205;
}

.feed_comment_by {
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
}

.feed_comment_comment {
    margin-top: -3px;
    font-size: 15px;
}

.cover-upload {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    margin-left: -10px;
    font-size: 25px;
    position: absolute;
    color: #ffffff;
    cursor: pointer;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.camera-upload {
    width: 30px;
    height: 30px;
    margin-top: -40px;
    margin-left: 104px;
    font-size: 40px;
    position: absolute;
    color: #94f594;
    cursor: pointer;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.profile_image_class {
    max-width: 150px;
    width: 150px;
    height: 140px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    object-fit: cover;
}
.profile_info {
    width: 100%;
    margin-top: -1px !important;
    float: left;
    border-right: 0px;
    border-left: 0px;
    display:none;
}
.profile_gallery_item {
    width: 180px;
    height: 140px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    object-fit: cover;
}

.close_btn {
    float: right;
    color: black !Important;
    margin-top: -2px;
    font-size: 20px;
}

.carousel-item img {
    width: 100%;
    display: block;
}

.carousel-item {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}

.carousel-track{
    overflow:hidden;
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
    border: none;
    width: calc(100vw - 632px);
    margin-top: 15px;
    margin-bottom: 10px;
}

.carousel-track{
    display:flex;
    flex-wrap:nowrap;
    overflow:hidden;
    scroll-behavior:smooth;
}

.carousel-item{
    flex:0 0 auto;
    width:200px;
    margin-right:5px;
}



.carousel-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:#333;
    color:white;
    border:none;
    width:35px;
    height:35px;
    border-radius:50%;
    cursor:pointer;
    z-index:10;
}

.carousel-btn.left{
    left: 1px;
    color: #ffffff;
    background-color: #0e59d2;
    border:1px solid #ffffff;
}

.carousel-btn.right{
    right: 1px;
    color: #ffffff;
    background-color: #0e59d2;
    border:1px solid #ffffff;
}

.image-profile-area img {
    vertical-align: middle;
    height: 150px;
    object-fit: cover;
    width: 150px;
}

.remove-img {
    width:10px;
    height:10px;
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 20px;
    color:white;
    cursor:pointer;
}

.chosen-img {
    width: 10px;
    height: 10px;
    position: absolute;
    margin-top: 5px;
    margin-left: 90px;
    font-size: 20px;
    color: #94f594;
    cursor: pointer;
}

.remove-img-cover {
    width:10px;
    height:10px;
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 20px;
    color:white;
    cursor:pointer;
}

.chosen-img-cover {
    width: 10px;
    height: 10px;
    position: absolute;
    margin-top: 5px;
    margin-left: 90px;
    font-size: 20px;
    color: #94f594;
    cursor: pointer;
}

.newcard-title {
    margin-left: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: -26px;
    color: #000000;
}

.newcard-text {
    padding-bottom: 5px !important;
    margin-bottom: 0px !important;
    padding-left: 55px !important;
    width: 85%;
    margin-top: -28px;
}

.notification {
    width: 30px;
    font-size: 22px;
    color: white;
    background-color: #94f594;
    border: none;
    height:38px;
}
.messages {
    width: 30px;
    height: 30px;
    font-size: 22px;
    color: white;
}

#image_thumbnails {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    display: none;
    border-top: 1px solid #dedede;
    padding-top: 3px;
    padding-left: 1px;
    padding-bottom: 0px;
}

.gallery_info {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    display: inline-block;
    border: 1px solid #dedede;
    padding-top: 10px;
    padding-left: 10px;
    min-height: 40px;
    margin-bottom: 10px;
    background-color: #ebeff6;
    padding-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    display:none;
}

.link-preview {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #dedede;
    padding: 10px;
    margin-left: 0px;
    background-color: #0e59d20f;
    font-size: 12px;
    display: none;
    border-top: 1px solid #dedede;
    padding-top: 5px;
}

.image_attached {
    width: 60px;
    height: 60px;
    border: 1px solid black;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.remove_post {
    margin-top: -25px;
    margin-left: 5px;
    color: #0e59d2;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.text-profile-error {
    border: 1px solid #ffd6d6;
}

p {
    margin-top: 0;
    margin-bottom: 0rem;
    font-size: 13px;
}

.links-profile-area {
    padding-bottom: 0px;
    padding-left: 0px;
}

#link-load {
    width: 100%;
    border-bottom: none;
    display: none;
    margin-top: 10px;
}

.gallery-display-button {
    cursor: pointer;
    height: 32px !important;
    line-height: 18px;
    margin-right: -5px;
}

.details {
    font-size: 11px;
    color: #7e7e7e;
}

.left-out {
    display:none;
    margin-top: -10px;
}

h4 {
    font-size: 20px;
}

.following_name {
    display:inline-block;float:left;height: 25px;line-height: 25px;margin-left:8px;font-size: 14px;
}

.following_image {
    width: 25px;height: 25px;float:left;border: 1px solid #c0abab;border-radius: 5px;
}

.following_name a {
    text-decoration: none;
    color: black;
}

.slogan a {
    text-decoration: none;
    color:white;
}

.profile-display-name-edit {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -15px !important;
}

.name_edit_profile {
    font-size:28px;
    font-weight:bold;
    text-transform:uppercase;
    color:#000;
    border:none;
    outline:none;
    caret-color: black;
    float:left;
}

h6 {
    padding-left: 0px;
    padding-top: 0px;
    color: #000000;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.edit-profile {
    display:none;
}

.show-profile {
    display:inline-block;
}

.edit-profile-display {
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    margin-top: -29px;
    width: calc(100% - 127px);
    margin-bottom: 10px;
}

.carousel-item img {
    width: 100%; /* or a fixed width like 800px */
    height: 400px; /* fixed height */
    object-fit: cover; /* crops image to fit */
    /* object-fit: contain; /* shows full image with possible letterboxing */
}

/* Remove or comment out these conflicting styles */
/*
.carousel-wrapper {
    width: calc(100vw - 632px);
}
*/

/* Use these styles instead */
.carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 10px;
}

.carousel-track {
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    gap: 10px;
    padding: 5px 0;
    scrollbar-width: thin;
    -ms-overflow-style: auto;
}

.carousel-track::-webkit-scrollbar {
    height: 6px;
}

.carousel-track::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.carousel-track .carousel-item {
    flex: 0 0 auto;
    width: 200px;
    height: 150px;
}

.carousel-track .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #a4a0a0;
    border-radius: 4px;
    display: block;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #94f594;
    color: white;
    border: 1px solid #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.carousel-btn:hover {
    opacity: 1;
}

.carousel-btn.left {
    left: 0px;
}

.carousel-btn.right {
    right: 0px;
}

/* Ensure the parent container doesn't cause overflow */
.right-column1 {
    overflow-x: hidden;
    max-width: 100%;
    box-sizing: border-box;
}

.container.custom-width {
    max-width: 100%;
    overflow-x: hidden;
}

.profile-stats {
    height: 62px;
    margin-top: -1px;
    border-right: 0px !important;
    background-color: white;
    padding-right: 30px !important;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 7px !important;
}

.profile_information ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.profile_information li {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    color: #428bca;
}

.profile_information a:hover {
    text-decoration: none;
}

.profile_information li:hover {
    background-color: #f1f5fc;
}

.links-right {
    float: left;
    padding-top: 5px;
    padding-right: 1px;
    color: #428bca;
}

.profile_information ul li a {
    text-decoration: none;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    display: inline-block;
}

.author {
    width:100%;
    height: 30px;
    margin-top: 10px;
    background-color: #0e59d20f;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
    font-size: 14px;
}

.remove_priority_box {
    display: inline-block;
    margin-left: 0px;
    margin-right: 10px;
    font-size: 19px;
    margin-top: 2px;
    cursor:pointer;
    color:red;
}

.add_priority_box {
    display: inline-block;
    margin-left: 0px;
    margin-right: 10px;
    font-size: 19px;
    margin-top: 2px;
    cursor: pointer;
    color: green;
}
#weird {

}

.chat_avatar2 {
    width: 25px;
    height: 25px;
    overflow: hidden;
    margin-top: 0px;
    margin-left: 0px;
}

.chat_avatar2 {
    width: 45px;
    height: 45px;
    overflow: hidden;
    margin-top: 0px;
    margin-left: -25px;
}

.right-panel-users li {
    padding-left: 10px;
    min-height: 35px;
    line-height: 30px;
    color: #737373 !important;
}

.right-panel-users-li-set {
    background-color: #292b2f;
    border: 1px solid black;
    border-radius: 10px;
    border-bottom: 1px solid #424242;
}

.right-panel-users-li-deactive {
    border-radius: 10px;
    border-bottom: 1px solid #343434;
    color: #737373 !important;
}

.right-panel-users ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
}
.right-panel-users-color {
}

.tab-area {
    width:45px;
    height:45px;
    border: 1px solid #b5b5b5;
    margin-left: 15px;
    margin-top: 15px;
    border-radius: 10px;
    color: #ffffff;
    line-height: 42px;
    text-align: center;
    font-size: 28px;
    cursor:pointer;
}

.tab-area a {
    color:white;
    text-decoration: none;
}

.tab-area:hover {
    color: #94f594;
}

.column-down {
    background-color: #2a2c30;
    border-right: 1px solid #191818;
    width: 75px;
    border-left: 1px solid #000000;
}

.third-column-right {
    background-color: #2f3136;
}

.right-panel-users a {
    color: #898989 !important;
    text-decoration:none;
}

.right-panel-users-li-set {
    color: #97bfff !important;
}

.right-panel-users-li-deactive {
    color: #898989 !important;
}

.chat-options {
    cursor:pointer;
}


/* Fullscreen overlay */
.chat-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.chat-modal-box {
    background: #fff;
    width: 40%;
    max-width: 45%;
    padding: 20px;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    animation: slideDown 0.3s ease-out;
    border: 2px solid #cdcdcd;
    border-radius: 5px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
}

/* Close button */
.chat-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    color: black;
}

.chat-close:hover {
    color: #e74c3c;
}

/* Slide down animation */
@keyframes slideDown {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Optional: style buttons */
#sendMessage {
    margin-top: 10px;
    padding: 8px 15px;
    background: #3498db;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

#sendMessage:hover {
    background: #2980b9;
}

.chat-close {
    color: black;
}



.column-down {
    background-color: #ffffff;
    border-right: 1px solid #dedede;
    width: 75px;
    border-left: none ! Important;
    display: none;
}

.chat-container {
    height: calc(100vh - 305px);
    font-size: 36px;
    line-height: 60px;
    border-right: none !important;
}

.inside-chat-ui ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.inside-chat-ui ul li {
    padding-left: 10px;
    padding-bottom: 7px;
    color: #000000;
    font-size: 13px;
}

.inside-chat-ui-img {
    border-radius: 5px;
    border: 1px solid black;
    height: 35px;
    width: 35px;
}

.third-column {
    width: 220px;
    border-left: 1px solid #dedede;
    background-color: rgb(255 255 255);
    color: #000000;
    border-right: 1px solid #dedede;
}

.scroll-area2 {
    height: calc(100vh - 215px);
    overflow-y: auto;
    margin-top: -3px;
    border-top: 1px solid #cecece;
}


#main_popup {
    position: fixed;
    width: 300px;
    z-index: 9999;
    float: left;
    margin-left: 12px;
}


.hover_it:hover ~ #main_popup {
    display: block;
}





.hover-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.hover-title {
    flex-grow: 1;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding-left: 5px;
    text-transform: capitalize;
}

.hover-time {
    font-size: 12px;
    color: #888;
    margin-right: 10px;
}

.hover-close {
    background: none;
    border: none;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

.hover-toast-body {
    padding: 10px;
    font-size: 13px;
    color: #555;
    display:inline-block;
}

.toast {
    background-color: none;
    background-clip: unset;
    border: none;
    box-shadow: unset;
    border-radius: unset;
}

.ellipsis {
    white-space: nowrap;       /* keep text on one line */
    overflow: hidden;          /* hide overflow */
    text-overflow: ellipsis;   /* show "…" */
}



.hover-img-wrapper {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.hover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.card-body {
    flex: 1;
}


/* Info next to image */
.hover-user-info {
    display: flex;
    flex-direction: column; /* stack username and bio vertically */
    justify-content: center; /* vertically center relative to image */
    margin-left: 10px; /* space from image */
    flex: 1; /* take remaining horizontal space */
    min-width: 0; /* allows ellipsis to work */
}

/* Optional ellipsis */
.hover-username {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hover-bio {
    font-size: 12px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#hover_card a {
    text-decoration: none;
    color:black;
}

.arrow-link:after {
    content: "\f04b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 22px;
    position: absolute;
    z-index: 9999999999;
    right: -15px;
    margin-top: 33px;
    color: #ffffff;
    text-shadow: 3px 0 2px rgba(0, 0, 0, 0.2);
}

#right_click_menu {
    display: none;
    min-height: 100px;
    width: 150px;
    border: 1px solid #cecece;
    position: absolute;
    z-index: 999;
    background-color: white;
    border-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.arrow-link2:after {
    content: "\f04b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 22px;
    position: absolute;
    z-index: 9999999999;
    right: -13px;
    margin-top: -18px;
    color: #ffffff;
    text-shadow: 3px 0 2px rgba(0, 0, 0, 0.2);
}

.right_click_header {
    width: 100%;
    height: 35px;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 13px;
    padding-top: 11px;
    font-size: 0.875rem;
    color: #616161;
}

#right_click_menu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: -7px;
}

#right_click_menu ul li {
    padding: 0px;
    margin: 0px;
    height: 30px;
    border-bottom: 1px solid #dedede;
    padding-left: 10px;
    line-height: 25px;
    font-size: 13px;
}

#right_click_menu ul li:last-child {
    border-bottom:0px;
}

#right_click_menu a {
    text-decoration: none;
    color:black;
}

.clickable {
cursor:pointer;
}

.status_icon {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0px;
    font-size: 8px;
}

.recent-tag {
    display:none;
}

#emoji_area {
    background-color: #fff;
    font-size: 16px;
    line-height: 25px;
    position: absolute;
    margin-top: -232px;
    border-radius: 10px;
    right: 267px;
    border: 6px solid #c1dafd;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    border-bottom-color: rgb(193, 218, 253);
    width: 331px;
    height: 165px;
    border-bottom: 6px solid white;
    padding-left: 5px;
    padding-top: 5px;
    display: none;
}

.links-chat-area {
    margin-top: 10px;
    padding-bottom: 0px;
    margin-left: -45px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.link-chat-preview {
    min-width: 325px;
    padding: 10px;
    font-size: 12px;
    border: 1px dashed #bbbbbb;
    line-height: 20px;
    min-height: 20px;

    padding: 10px;
    background-color: #fcfcfc;
    border-radius: 5px;

    display: flex;
    flex-wrap: wrap;
    width: auto;
}


.col-md-1 {
    flex: 0 0 auto;          /* Don't grow, don't shrink, auto width */
}

.col-md-10 {
    flex: 1 1 auto;          /* Allow this div to grow and shrink */
}

img {
    max-width: 100%;         /* Ensure image doesn't overflow its container */
    height: auto;            /* Maintain aspect ratio */
}

.link-chat-preview .col-md-1 {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.link-chat-preview .col-md-1 img {
    max-width: 40px;
    max-height: 40px;
    border-radius: 50%;
}

.link-chat-preview .col-md-11 {
    padding-left: 20px;
}

.link-chat-preview h4 {
    margin-top: 0;
    font-size: 16px;
}

.link-chat-preview p {
    margin: 5px 0;
}

.link-chat-preview a {
    color: #0066cc;
    text-decoration: none;
}

.link-chat-preview a:hover {
    text-decoration: underline;
}



#link-load {
    width: 100%;
    border-bottom: none;
    display: none;
    margin-top: 10px;
    border-top: 1px solid #dedede;
    padding: 10px;
}
.links-profile-area {
}

#audio_sender, #audio_receiver {
    display: none;
}

.mic-status {
    display: none;
    color: #000000;
    font-size: 10px;
    padding-left: 2px;
}

.audio-container {
    position: absolute;
    margin-top: -90px;
    left: 55%;
    display: none;
}

.audio_spot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    background-color: #94f594;
    color: white;
    padding: 10px;
    width: 175px;
    height: 175px;
    border-radius: 50%;
}

.audio_spot_inner {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #00BCD4;
    color: white;
    padding: 10px;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    margin-top: -14px;
    top: 24px;
}

.audio_spot_inner2 {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0f63e9;
    color: #ffffff;
    padding: 10px;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    margin-top: -17px;
    top: 27px;
    line-height: 124px;
    text-align: center;
    font-size: 69px;
}

.chat-broadcast {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #007bff;
    color: white;
    padding: 20px;
}

.audio_status {
    padding-top: 9px;
    color: #c50000;
    font-size: 10px;
    line-height: 20px;
    padding-right: 10px;
    display:none;
}

.audio_spot {
    animation: pulse 3.5s infinite ease-in-out;
}

@keyframes pulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
    }
}



/* Fullscreen overlay */
.search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.search-modal-box {
    background: #fff;
    width: 40%;
    max-width: 45%;
    padding: 20px;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    animation: slideDown 0.3s ease-out;
    border: 10px solid #000000;
    border-radius: 20px;
}

/* Close button */
.chat-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    color: black;
}

.chat-close:hover {
    color: #e74c3c;
}

/* Slide down animation */
@keyframes slideDown {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.no-link a {
    color: black;
    text-decoration: none;
}

#search-area {
    min-height: 45px;
    border: 1px solid black;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: black;
    z-index: 9999;
    position: absolute;
    background-color: white;
    left: 230px;
    top: 58px;
    width: calc(50% - 43px);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
    display: none;
    padding-bottom: 5px !important;
    border-top: 0px;
}

.img-chat-post {
    width: 200px;
    height: 200px;
    margin-top: 5px;
    border-radius: 5px;
    object-fit: cover;
    margin-right: 15px;
    margin-bottom: 5px;
    float: left;
}

.chatroom_title::first-letter {
    text-transform: uppercase;
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgb(255, 255, 255) !important;
}

.edit-chat-title {
    color: #a8a8a8;
    padding-right: 5px;
}

.text-area-title {
    border: 0px;
    outline: none;
    font-size: 16px;
    background-color: transparent;
    font-weight: bold;
}

.edit_chats_box {
    display: inline-block;
    margin-left: 0px;
    margin-right: 10px;
    font-size: 19px;
    margin-top: 2px;
    cursor: pointer;
    color: #000000;
}

.text-area-desc {
    outline: 0;
    border: 0;
    background-color: transparent;
    width: 100%;
    resize: none;
    min-height: 24px;
    margin-top: 2px;
    margin-left: -2px;
}

.authored_by {
    text-transform: uppercase;
    font-size: 12px;
}

.text-area-desc2 {
    height: 25px;
}

.chat_room {
    min-height: 110px;
}

.message_load_area {
    font-size: 12px;
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 30px !important;
}

.news-container:first-of-type {
    margin-top: 15px !important;
}

.fa-share {
    color: #4CAF50;
}

.news-container {
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 17px;
    margin-top: -15px;
}

/* Avatar */

.news-avatar {
    margin-top: -15px;
}
.news-avatar img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

/* Right side */
.news-content {
    flex: 1;
    margin-left: 10px;
}

/* Header (title + date) */
.news-header {
    display: flex;
    align-items: center;
    gap: 5px;      /* spacing between title and badges */
    max-width: 100%;
}

.chat-msg-fill {
    margin-left: 20px;
    width: calc(100% - 23px) !important;
    border-left: 5px solid #e1e1e1;
    font-weight: normal;
    font-size: 14px;
}

.news-title {
    font-size: 13px;
    font-weight: bold;
    text-transform: capitalize;
    color: black;
    flex: 1;          /* take remaining space */
    min-width: 0;     /* critical for flex truncation */
    overflow: hidden; /* hidden overflow for ellipsis */
    font-size: 14px;
}

.news-date {
    flex-shrink: 0;
    white-space: nowrap;
    color: grey !important;
    font-weight: 400;
    font-size: 10px;
}

.news-header .news-date {
    margin-left: 5px;
}

/* Timeline line */
.news-timeline {
    border-left: 5px solid #e1e1e1;
    margin-top: 41px;
    padding-left: 15px;
    margin-left: -35px;
    padding-bottom: 0px;
}

/* Inner content */
.news-inner {
    margin-top: -32px;
    margin-left: 17px;
}

/* News headline */
.news-name {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: lighter;
}
/* Description */
.news-description {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 8px;
    color: #555;
    font-weight: normal;
}

/* Link box */
.news-link {
    border: 1px dashed #dedede;
    padding: 5px 10px;
    margin-bottom: 8px;
    width: 99%;
    background-color: #fafafa;
    font-size: 10px;
}

.news-link a {
    text-decoration: none;
    word-break: break-all;
    font-family: sans-serif;
    font-size: 11px;
}

.news-actions {
    display: flex;
    font-size: 14px;
}

.red_heart {
    color:red;
}
.black_heart {
    color:black;
}

.like_count {
    float: left;
    line-height: 15px;
    padding-left: 5px;
}

.ticker_repost {
    margin-top: -5px;
}

.push-news-alert {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 10px;
    color: #adadad;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}

.news-featured {
    margin-bottom: 35px;
    border: 1px solid #dedede;
    background-color: #fefffa;
    padding: 10px;
    padding-bottom: 5px;
    padding-top: 10px;
    line-height: 16px;
}

.clear-row {
    width: 100%;
    float: left;
}



.see-more {
    float: left;
    margin-top: 1px;
    height: 30px;
    font-size: 12px;
}

.see-more-2 {
    float: left;
    margin-top: 5px;
    height: 30px;
    font-size: 12px;
}

.child-scroll-now {
    position: absolute;
    transform: translate(-50%, -50%);
    right: 16%;
    height: 40px;
    background-color: transparent;
    line-height: 40px;
    color: #212529;
    font-size: 45px;
    cursor: pointer;
    display: none;
}

.chat_room_avatar {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border: 1px solid black;
    margin-top: 3px;
}

#chat_set_location {
    font-size: 12px;
}

#chatroom_15_options {
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 9;
    min-height: 150px;
    background-color: #ffffff;
    margin-left: 0px;
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
    display: none ! Important;
    width: 100% !important;
    float: left;
    border-top: 1px solid #dedede;
}

.paginate (
    margin-top: 17px;
    margin-bottom: -10px;
)

.time-divider {
    text-align: center;
    margin: 15px 0;
    color: #888;
    font-size: 12px;
    position: relative;
}
.time-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    z-index: 0;
}
.time-divider span {
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.time-break {
    float: left;
    height: 35px;
    width: calc(100% - 50px);
    text-align: center;
    color: #afafaf;
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 35px;
    border-left: 5px solid #e1e1e1;
    margin-left: 20px;
    margin-top: -10px;
    padding-top: 10px;
}

.news-header > div:first-child {
    flex: 1;
    min-width: 0;
}

.author_chat {
    margin-top: -2px;
    font-weight: 700;
    font-size: 13px;
}

.author_chat_message {
    margin-top: -5px;
    font-size: 13px;
}

.hover-box {
    display: none;
    position: absolute;
    background: #000;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.hover-trigger {
    position: relative;
    cursor: pointer;
}

.hover-trigger:hover .hover-box {
    display: block;
}

#user-hover-card {
    position: absolute;
    z-index: 999;
    border: 2px solid #dedede;
    border-radius: 10px;
}

.hover-cover-wrapper {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #cbcbcb;
}

.hovermargin {
    margin-top: -40px;
}

.hover-img-wrapper {
    width: 65px;
    height: 65px;
    flex-shrink: 0;
    border: 3px solid white;
    border-radius: 5px ! Important;
}

.hover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px ! Important;
}

.hover-cover-wrapper {
    width: 100%;
    height: 85px;
    border-bottom: 1px solid #cbcbcb;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.hover-name {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 3px 1px 0px #ffffff;
}

.hover-bio {
    font-size: 12px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
}

.arrow-to-profile {
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 9;
    font-size: 25px;
    right: 0;
}

.arrow-to-profile a {
    color: black;
    text-shadow: 3px 1px 0px #ffffff;
    text-decoration: none;
}

.searched_result {
    background-color: #fffdf7;
}

.wide-tooltip .tooltip-inner {
    max-width: 600px;
    white-space: normal;
}

#invite_a_friend {
    display:none;
}

#search_box {
    position: absolute;
    min-height: 4px;
    width: 100%;
    background-color: white;
    border: 1px solid #e5e5e5;
    width: calc(100% - 40px);
    margin-top: -4px;
    border-top: none;
    padding-bottom: 5px;
}

#user_notifiation_area {
    display:none;
    width: 345px;
    margin-top: -1px;
    border-radius: 0px;
    border: 1px solid black;
}

#notification_label {
    width: 100%;
    height: 25px;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: grey;
    float: left;
    margin-bottom: 2px;
}

#close_button {
    font-size: 17px;
}

#close_button:hover {
    color: #0f63e9;
}

.nav-head-text {
    width: 100%;
    float:left;
    height:35px;
    margin-top: -5px;
    padding-left: 10px;
}

#chat_room_list {
    width: 325px;
}

#barNav {
        float: left;
        margin-top: -25px;
        color: white;
        display: inline-block;
}

.searcher-bar {
    width: 300px !important; /* or keep w-50 if you want */
}

.search-area {
    position: absolute;
    width: 300px;
    background: white;
    z-index: 1000;
}

.navbar-nav li {
    padding-left: 10px;
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
}

#navbarNav {
    float: right;
    color: white;
    padding-right: 10px;
    margin-top: -25px;
}

.navbar-nav {
    display:inline-block;
}

.btnsgroup {
    position: absolute;
    height: 38px;
    margin-top: -19px;
    margin-left: -70px;
}

.notification {
    background-color: #94f594;
    border: none;
    height: 38px;
    }

#profile-menu {
    display:none;
}

.chat-bar-top {
    height: 50px;
    border-bottom: 1px solid #dedede;
    background-color: #f5f6f7;
}

.edit_chats_box {
    display: inline-block;
    margin-left: 0px;
    margin-right: 10px;
    font-size: 19px;
    margin-top: 2px;
    cursor: pointer;
    color: #000000;
}

.search-chat-area {
    height:40px;
    border-bottom:1px solid #dedede;
}

#slider-left {
    display:none;
}

.side-arrow-mob {
    display:none;
}

#top-head-area {
    display:inline-block;
}

.user-list-chatroom {
    display:none;
}