.invester {
    display: flex;
    align-items: center;
    gap: 10px;
}
.profileImage.sara_invester {
    background: #ff2020;
}
.profileImage {
    width: 29px;
    text-transform: uppercase;
    height: 29px;
    border-radius: 20px;
    font-size: 13px;
    font-family: var(--font-Helvetica);
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 400;
    justify-content: center;
}
.search_wrapper .form-control {
    height: 40px;
}
.search_wrapper .btn.btn-outline-success {
    background: #3182ce;
    color: white;
    height: 39px;
    font-size: 19px;
    width: 50px;
    padding: 5px 10px;
}
.date {
    text-align: right;
}
.notication_bar {
    border: 1px solid #e5e7ed;
    padding: 14px 20px;
    border-radius: 12px;
    margin: 10px 0;
}
.notication_bar p {
    color: #626262;
    font-family: var(--font-Helvetica);
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    margin-left: 30px;
}
.invester_name span {
    color: #000;
    font-family: var(--font-Helvetica);
    font-weight: 400;
}
.select_date span {
    color: #949494;
    font-family: "Roboto";
    font-size: 13px;
}
.select_date.d-flex .form-control {
    width: 124px;
    padding: 0;
    margin-left: 10px;
}
.date p {
    color: #626262;
    font-size: 12px;
}
.notication_box {
    overflow-y: scroll;
    height: 100vh;
    overflow-x: hidden;
    padding-right: 17px;
}
.notication_box::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/* Track */
/* .notication_box::-webkit-scrollbar-track {
    border:1px solid black;
  } */

/* Handle */
.notication_box::-webkit-scrollbar-thumb {
    background: #3182ce !important;
    border-radius: 5px;
}
/* Handle on hover */
/* .notication_box::-webkit-scrollbar-thumb:hover {
    background: #1F00DF; 
  } */
@media (max-width: 281px) {
    .notication_box {
        overflow-y: scroll;
        height: 100vh;
        overflow-x: hidden;
        padding-right: 0px;
    }
    .notication_bar {
        padding: 8px 7px;
    }
    .profileImage {
        width: 49px;
    }
    .invester_name a {
        font-size: 13px;
    }
    .notication_box .invester {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-direction: column;
    }
    .notication_bar p {
        color: #626262;
        font-family: var(--font-Helvetica);
        font-weight: 400;
        margin: 0;
        font-size: 12px;
        margin-left: 0px;
    }
    .date {
        text-align: center;
    }
}
