body {
    font-family: 'Outfit', sans-serif;
    }
    .spinner-far {
    width: 56px;
    height: 56px;
    display: grid;
    border: 4.5px solid #0000;
    border-radius: 50%;
    border-color: #ffffff #0000;
    animation: spinner-e04l1k 1s infinite linear;
    margin-left: 45%;
    margin-top: 45%;
    }
    .spinner-far::before,
    .spinner-far::after {
    content: "";
    grid-area: 1/1;
    margin: 2.2px;
    border: inherit;
    border-radius: 50%;
    }
    .spinner-far::before {
    border-color: #623ea4 #0000;
    animation: inherit;
    animation-duration: 0.5s;
    animation-direction: reverse;
    }
    .spinner-far::after {
    margin: 8.9px;
    }
    @keyframes spinner-e04l1k {
    100% {
    transform: rotate(1turn);
    }
    }
    /* Custom styles */
    .card-container-far {
    max-width: 600px;
    height: 80%;
    margin: 20px auto;
    font-size: 14px;
    background:#8a63d2;
    border: 1px solid #8a63d2;
    border-radius: 10px ;
    padding: 0;
    }
    .navbar-card-far {
    width: 100%;
    background:#8a63d2;
    color:#ffffff;
    padding: 10px ;
    position: sticky;
    top: 0;
    z-index: 1020;
    border-radius: 10px;
    }
    .navbar-brand-far{
    display:flex;
    align-items: center;
    color: #ffffff; 
    font-size: 20px;
    font-weight: 600;
    }
    .navbar-brand-far svg{
    padding-right: 5px;
    }
    /* Customizes the background of the scrollbar track */
    #activity-feed-far::-webkit-scrollbar-track {
    background-color: transparent; /* Your desired color */
    }
    /* Customizes the scrollbar handle */
    #activity-feed-far::-webkit-scrollbar-thumb {
    background-color: #5f3788; /* A darker purple, for example */
    border-radius: 50px;
    }
    /* Customizes the size of the scrollbar */
    #activity-feed-far::-webkit-scrollbar {
    width: 8px; /* or any other size */
    }
    #activity-feed-far {
    padding: 15px 15px 15px 30px; /* space for navbar */
    overflow-y: scroll;
    /* scrollbar-color: inherit; */
    background-color: #8a63d2;
    height: calc(100vh - 40px); /* Adjust the height as needed */
    border-radius: 10px;
    }
    .activity-item-far {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    padding: 16px;
    padding-top: 0px;
    border-radius: 6px;
    position: relative;
    background: #623ea4;
    }
    .activity-item-far:last-child {
    margin-bottom: 0;
    }
    .activity-header-far {
    display: flex;
    align-items: center;
    /* justify-content: flex-start; */
    }
    .box{
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    }
    .d-flex-far{
    margin-top: 10px;
    margin-left: 10px;
    overflow: auto;
    padding-left: 5px;
    }
    a.card-far{
        margin-top: 10px;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.175);
        border-radius: 0.375rem;
        color: #212529;
    /* width: 60%; 
    display: flex;
    flex-direction: column;
    margin-top: 10px; */
    }
    .card-body-far{
        /* width: 60%;  */
        flex: 1 1 auto;
        padding: 1rem 1rem;
     }
     .card-title-far{
        margin-bottom: 0.5rem;
     }
     .card-text-far{
        margin: 0;
     }
    .message-far{
     width: 60%; 
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    }
    .word-far{
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 8px 0;
    font-weight: 500;
    }
    .text-far {
    width: 100%;
    color: #fff;
    margin: 0;
    line-height: 1.4;
    }
    /* a {
    display: flex;      
    justify-content: center; 
    text-decoration: none;   
    color: #fff;        
    }
    a:hover {
    text-decoration: underline;
    } */
    .activity-media-far img, .activity-media-far video {
    max-width: 100%;
    height: auto;
    margin-top: 8px;
    }
    .activity-date-far {
    font-size: 12px;
    color: #ffffff;
    text-align: right;
    margin-top: 8px;
    align-self: flex-end;
    }
    .activity-icon-far {
    width: 40px;
    height: 40px;
    margin-top: 1px;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -18px;
    top: 20px;
    }
    .activity-content-far {
    flex-grow: 1;
    }
    #load-more {
    width: 100%;
    text-align: center;
    bottom: 0;
    }
    #no-more-items-far {
    background: #8a63d2;
    text-align: center;
    display: none;
    color: #fff;
    border-radius: 10px ;
    }
    #profile-info-far{
    color: #fff;
    font-size: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height:100%;
    }
    #no-activities-msg-far {
    color: #fff;
    font-size: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height:100%;
    }
    .findusfar{
        color: #ffffff;
          display: flex;
          justify-content: center;
          /* margin-top: 5px; */
          border-radius: 10px ;
       }