#noti_Container{
    user-select:none;
}
.ikrNoti_Button {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: -3px 10px 0 10px;
  cursor: pointer;
}

.ikrNoti_Counter {
  display: block;
  position: absolute;
  background: #e1141e;
  color: #fff;
  font-size: 12px !important;
  font-weight: 400;
  padding: 1px 3px;
  margin: -8px 0 0 25px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ikrNotifications {
  display: none;
  width: 350px;
  max-width: 350px;
  position: fixed;
  font-size: 12px;
  top: 50px;
  left: 55px;
  background: #fff;
  border: solid 1px rgba(100,100,100,.2);
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.2);
  z-index: 1000
}

  /*.ikrNotifications:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        color: transparent;
        border: 10px solid #ccc;
        border-color: transparent transparent #fff;
        margin-top: -20px;
        margin-left: 10px
    }*/

  .ikrNotifications h3 {
    text-align: left;
    display: block;
    color: #333;
    background: #fff;
    font-weight: 700;
    padding-top: 15px;
    padding-left: 20px;
    font-size: 16px;
  }
/*
  .ikrNotifications .ikrSeeAll {
    background: #f6f7f8;
    padding: 12px;
    font-size: 12px;
    font-weight: 700;
    border-top: solid 1px rgba(100,100,100,.3);
    text-align: center
  }

    .ikrNotifications .ikrSeeAll a {
      color: #3b5998
    }

      .ikrNotifications .ikrSeeAll a:hover {
        background: #f6f7f8;
        color: #3b5998;
        text-decoration: underline
      }*/

.NotificationsHeader {
  height: 100px;
}

  .NotificationsHeader .NotificationDiv1 {
    display: flex;
  }

    .NotificationsHeader .NotificationDiv1 .showall {
      padding: 10px 14px 10px 10px;
      margin-left: auto;
      color: black;
      font-size: 14px;
    }

      .NotificationsHeader .NotificationDiv1 .showall span {
        cursor: pointer;
        margin-left: auto;
        margin-bottom:0px;
        font-size: 14px;
        color:black;
        text-decoration:none;
      }

    .NotificationsHeader .NotificationDiv1 h3{
        padding:10px;
        margin:0px;
    }

    .NotificationsHeader .tablistclass {
      padding-top: 25px;
      display: flex;
    }

    .NotificationsHeader .tablistclass .NotificationTab {
      color: dimgray;
      cursor: pointer;
    }

      .NotificationsHeader .tablistclass .NotificationTab span {
        font-size: 14px;
        margin: 2vh;
      }

      .NotificationsHeader .tablistclass .NotificationTab[role="tab"][aria-selected="true"] span {
        color: #3967c8;
      }

      .NotificationsHeader .tablistclass .NotificationTab span:hover {
        font-weight: 900;
        color: #063c9d;
      }

    .NotificationsHeader .tablistclass .MarkReadAll {
      color: dimgray;
      padding-right: 14px;
      margin-left: auto;
    }

      .NotificationsHeader .tablistclass .MarkReadAll span {
        font-size: 14px;
        cursor: pointer
        /*sonra buraya bak*/
      }


.ikrNotificationItems {
  height: 65vh;
  overflow-y: scroll;
}

.ikrNotificationRoleItems {
  height: 65vh;
  overflow-y: scroll;
}

.ikrNotificationDepartmentItems {
  height: 65vh;
  overflow-y: scroll;
}

#NotificationDirect {
  display: block;
  scrollbar-width:none;
}

#NotificationRole {
  display: none;
  scrollbar-width: none;
}

#NotificationDepartment {
  display: none;
  scrollbar-width: none;
}

.ikrSingleNotiDiv {
  border-top: 1px solid #ccc;
  max-height: 200px;
  width: 100%;
  max-width: 100%;
  overflow-wrap: anywhere;
  overflow-y: auto;
  cursor: pointer;
  color: #000;
  align-items: flex-start;
  display: flex;
  padding-bottom: 12px;
  padding-top: 12px;
}

  .ikrSingleNotiDiv:hover {
    background-color: #eaeaea
  }

  .ikrSingleNotiDiv .notifyicon .profilepic {
    width: 45px;
    height: 45px;
    vertical-align: top;
    margin-left: 10px;
    border-radius: 50%; /* Make it a circle */
    object-fit: cover;
  }

.ikrSingleNotiDivUnReadColor {
  color: #3368e5;
}

.ikrNotificationContentWrapper {
  display: flex;
  width:100%;
  max-width:480px;

}

.ikrNotificationContent {
  margin-left: 10px;
}

  .ikrNotificationContent:hover {
    margin-left: 10px;
  }

.ikrNotificationTitle {
  text-align: left;
  font-weight: 700;
  margin-left: 10px;
  max-width: 400px;
  font-size:13px;
}

.ikrNotificationBody {
  text-align: left;
  margin: 0 0px 0 10px;
  max-width: 425px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.buttonwrapper {
  margin-left:auto;
}

.ikrNotificationMark {
  outline: none;
  background-color: transparent;
  border: none;
  right: 15px;
  /*padding-left:10px;*/
  /*padding:0 0 0 0;*/
}

.ikrNofiCreatedDate {
  font-size: 11px;
  width: auto;
  flex-grow: 1;
}

  .ikrNofiCreatedDate span {
    display: flex;
    position: relative;
    margin-left: 10px;
    margin-top: 5px;
    width: auto;
    text-align: left;
  }

.ikrNotiFromPropName {
  text-align: right;
}

::-webkit-scrollbar {
  width: 2px
}

::-webkit-scrollbar-track {
  background: #f1f1f1
}

::-webkit-scrollbar-thumb {
  background: #888
}

  ::-webkit-scrollbar-thumb:hover {
    background: #555
  }
