.profile__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
.profile__header .logout__btn {
    color: red;
    font-weight: 600;
}
.sticky-header {
    background: white !important;
}
