.search_bar {
  max-width: 45rem;
  input {
    width: 100%;
  }
  .search_icon {
    right: 0;
    top: 0;
    padding: 0.8rem 1.2rem;
    cursor: pointer;
  }
}

.notification{
    &__list{}
    &__single{}
    &__image{
        .dot{
            top: 0;
            right: 0;
            border: .3rem solid $white;
            height: 1.8rem;
            width: 1.8rem;
        }
    }
    &__content{
        width: calc(100% - 7rem);
    }
}
