.notification-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 5px
  }

  .notification-box::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
    border-radius: 5px
  }

  .notification-box::-webkit-scrollbar-thumb {
    background-color: #222d32;
    border: 2px solid #222d32;
    border-radius: 5px
  }

  .icons {
    display: inline;
    float: right
  }

  .number {
    height: 22px;
    width: 22px;
    background-color: #d63031;
    border-radius: 20px;
    color: white;
    text-align: center;
    position: absolute;
    top: 23px;
    left: 60px;
    padding: 3px;
    border-style: solid;
    border-width: 2px;
  }

  .number:empty {
    display: none;
  }

  .notBtn {
    transition: 0.5s;
    cursor: pointer
  }

  .fas {
    font-size: 25pt;
    padding-bottom: 10px;
    color: black;
    margin-right: 40px;
    margin-left: 40px;
  }

  .notification-box {
    width: 300px;
    height: 0px;
    border-radius: 10px;
    transition: 0.5s;
    position: absolute;
    overflow-y: scroll;
    padding: 0px;
    left: -270px;
    margin-top: 5px;
    background-color: #F4F4F4;
    -webkit-box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.1);
    cursor: context-menu;
  }

  .fas:hover {
    color: #d63031;
  }

  .notBtn:hover>.notification-box {
    height: 60vh
  }

  .content {
    padding: 20px;
    color: black;
    vertical-align: middle;
    text-align: left;
  }

  .gry {
    background-color: #F4F4F4;
  }

  .top {
    color: black;
    padding: 10px
  }

  .display {
    position: relative;
  }

  .cont {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F4F4F4;
  }

  .cont:empty {
    display: none;
  }

  .stick {
    text-align: center;
    display: block;
    font-size: 50pt;
    padding-top: 70px;
    padding-left: 80px
  }

  .stick:hover {
    color: black;
  }

  .cent {
    text-align: center;
    display: block;
  }

  .sec {
    padding: 25px 10px;
    background-color: #F4F4F4;
    transition: 0.5s;
  }

  .profCont {
    padding-left: 15px;
  }

  .profile {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    width: 75px;
    float: left;
  }

  .txt {
    vertical-align: top;
    font-size: 1.50rem;
  }

  .sub {
    font-size: 1rem;
    color: grey;
    float: right;
  }

  .new {
    border-style: none none solid none;
    border-color: #3c8dbc;
  }

  .sec:hover {
    background-color: #3c8dbc;
  }

  .sec:hover div {
    color: #fff;
  }

  .sec.new:nth-last-child(2) {
    border-color: #fff !important;
  }

  /* Notification listing */

  .notification-ui_dd-content {
      margin-bottom: 30px;
  }

  .notification-list--unread {
      border-left: 2px solid #29B6F6;
  }

  .notification-list {
      padding: 20px;
      margin-bottom: 7px;
      background: #fff;
      -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  }

  .notification-list .notification-list_content {
      display: block;
      display: -ms-flexbox;
  }

  .notification-list .notification-list_content .notification-list_detail p {
      margin-bottom: 5px;
      line-height: 1.2;
  }

  .notBtn > a  {
    padding-top: 20px !important;
  }

.align-items-center {
  align-items: center;
}
.d-flex {
    display: flex;
}

.content-header h1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.content-header .pull-right {
    display: inline-block;
    float: unset !important;
}

@media screen and (max-width:991px){
    .search-block input{
        max-width: 225px;
    }
}
@media screen and (max-width:500px){
    .search-block input{
        /*max-width: 188px;*/
        max-width: 175px;
    }
}