
/* 
.navbar-expand-md .navbar-collapse {
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  float: right;
} */
.title {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.header_ {
      /* max-width: 400px; */
      height: auto;
      margin: auto;
      padding: 28px 0px;
      float: right;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      align-items: center;
      position: relative;
}

.header__search {
  margin: 0 10px;
  position: relative;
  width: auto;
  text-align: center;
}
.header__search:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background: #eee;
  display: block;
  right: -20px;
  top: 0;
}
.header__search .search-icon {
  position: absolute;
  /* left: 22%; */
  right: 21%;
  top: 8px;
  color: #9BB7C5;
}
.header__search .search-field {
  background: #E2ECF0;
  /* border-radius: 20px; */
  height: 34px;
  width: 60%;
  padding-left: 30px;
  padding-right: 5px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #DBDBDB;
border-radius: 6px;
opacity:1;
  font-size: 1.3em;
}
.header__notification {
  width: 100px;

  height: 20px;
  margin: 0 10px;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
}
.header__notification .bell-icon {
  position: relative;
  cursor: pointer;
}
.header__notification .bell-icon:hover {
  color: #eee;
}
.header__notification .bell-icon .notification-number {
  font-size: 0.6em;
  border-radius: 50%;
  background-color: #00BFBE;
  border: 5px solid #00BFBE;
  color: #FFFFFF;
}
.header__notification .bell-icon .bell-number {
  position: absolute;
  top: -50%;
  left: 50%;
}
.fa.fa-bell-o:before {
  content: "\f0f3";
  color: red;
}
.notification__list {
    /* box-shadow: 0px 3px 6px #00000029; */
    /* border: 1px solid #EBEBEB; */
    border-radius: 8px;
    opacity: 1;
    width: 310px;
    list-style-type: none;
    text-align: center;
    padding: 0px;
    /* left: -90px; */
    /* right: -21px; */
    /* top: 50px; */
    z-index: 9999;
    border-radius: 7px;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
    .notification__list:before {


        /* position: absolute;
  width: 0;
  background: #E6EDF4 0% 0% no-repeat padding-box;
border: 1px solid #EBEBEB;
opacity: 1;
  height: 0; */
        /* border: 10px solid transparent;
  border-bottom-color: #fff; */
        /* left: 50%;
  top: -20px; */
        content: '';
        display: block;
        position: absolute;
        top: -20px;
        left: 16px;
        width: 0;
        height: 0;
        border-color: transparent transparent #E6EDF4 transparent;
        border-style: solid;
        border-width: 10px;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }





.notification__list1 {
    /* box-shadow: 0px 3px 6px #00000029; */
    /* border: 1px solid #EBEBEB; */
    border-radius: 8px;
    opacity: 1;
    width: 310px;
    list-style-type: none;
    text-align: center;
    padding: 0px;
    /* left: -90px; */
    /* right: -21px; */
    /* top: 50px; */
    z-index: 9999;
    border-radius: 0px !important;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

    .notification__list1:before {
        /* position: absolute;
  width: 0;
  background: #E6EDF4 0% 0% no-repeat padding-box;
border: 1px solid #EBEBEB;
opacity: 1;
  height: 0; */
        /* border: 10px solid transparent;
  border-bottom-color: #fff; */
        /* left: 50%;
  top: -20px; */
        content: '';
        display: block;
        position: absolute;
        top: -20px;
        right: 0px;
        width: 0;
        height: 0;
        border-color: transparent transparent #E6EDF4 transparent;
        border-style: solid;
        border-width: 10px;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }

.notification__list3 {
    /* box-shadow: 0px 3px 6px #00000029; */
    /* border: 1px solid #EBEBEB; */
    border-radius: 8px;
    opacity: 1;
    width: 310px;
    list-style-type: none;
    text-align: center;
    padding: 0px;
    /* left: -90px; */
    /* right: -21px; */
    /* top: 50px; */
    z-index: 9999;
    border-radius: 7px;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

    .notification__list3:before {
        /* position: absolute;
  width: 0;
  background: #E6EDF4 0% 0% no-repeat padding-box;
border: 1px solid #EBEBEB;
opacity: 1;
  height: 0; */
        /* border: 10px solid transparent;
  border-bottom-color: #fff; */
        /* left: 50%;
  top: -20px; */
        content: '';
        display: block;
        position: absolute;
        top: -20px;
        right: 0px;
        width: 0;
        height: 0;
        border-color: transparent transparent #E6EDF4 transparent;
        border-style: solid;
        border-width: 10px;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }
.notification__list__name {
  /* background: #fff; */
  color: #9BB7C5;
  padding: 10px 0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom: 1px solid #9BB7C5;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.notification__list .large-number {
  font-size: 0.8em;
  border-width: 5px;
}
.list__item {
    background: white;
    background: #ffffff 0% 0% no-repeat padding-box;
    padding: 2px;
    border-radius: 4px;
    opacity: 1;
    margin: 8px;
    /* border-bottom: 1px solid #9BB7C5; */
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

li.addMore {
  background: #4D4D4D 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #4D4D4D;
  border-radius: 4px;
  opacity: 1;
  padding: 7px;
  margin: 0px 10px;
}
.span.CreateBtn {
    color: white;
    text-align: center;
    font-size: 13px;
    margin-left: 2px;
    font-weight: 500;
}

img.plusimg {
  justify-self: normal;

  width: 20px;
}
a.ALignBtn{
      display: inline-table;
    align-items: center;
    justify-content: center;
    width: 94%;
}

a.ALignBtn:hover{
  text-decoration: none;
}


span.Modelight {
  color: #4D4D4D;
  font-size: 16px;
}


.list__item .user-image {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.list__item .messages {
    padding-left: 10px;
    color: #909DA8;
    text-overflow: ellipsis;
    overflow: hidden !important;
    white-space: nowrap;
    width: 320px;
}

 .list__item .messages b {
  color: #727F8C;
}
.list__item--link {
    display: -webkit-box;
    display: flex;
    padding: 10px;
    text-decoration: none;
    text-align: left;
    font-size: 15px;
    opacity: 0.8;
    -webkit-box-align: center;
    align-items: center;
}
.list__item--link:hover {
  opacity: 1;
}
.header__profile {
  width: 120px;
  align-self: stretch;
  /* background: #9BB7C5; */
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
}
.header__profile .profile__photo  img{

  width: 30px;
  height: 30px;
}
.header__profile .fa-arrow-circle-o-down {
  font-size: 1.6em;
  color: #fff;
}

.small-icon {
  font-size: 1.2em;
  color: #D0DADF;
}
/* 
section {
  max-width: 400px;
  margin: auto;
} */

.hide {
  display: none;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.checklist {
  max-width: 400px;
  margin: 10px auto;
}
.checklist li {
  padding: 5px 10px;
  list-style-type: disc;
}



@media screen and (max-width: 567px){
  .header_{
     
      float: none;
  }


.header__notification .bell-icon .notification__list {
   
    width: 300px;
    list-style-type: none;
    text-align: center;
    padding: 0;
    left: -60px;
    right: -16px;
    top: 50px;
  
}
.header__notification .bell-icon .notification__list:before {
  content: '';
 
  top: -20px;
  left: 62px;
  width: 0;
  height: 0;

}
}


/* Styles for wrapping the search box */

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.SearchBlock {
  text-align: center;
  padding: 0px 30px;
}

img.user-image.plusimg {
  /* text-align: center; */
  width: 20px;
  height: 30px;
  margin-left: 51px;
}

span.messages h2{
  margin-bottom: 6px;
  text-align: left;
  font-size: 13px;
  font-style: italic;
  font: Medium Italic 20px/24px Sofia Pro;
  letter-spacing: 0px;
  color: #959595;
  opacity: 1;
}


span.messages p{
  text-align: left;
  font: Medium Italic 16px/20px Sofia Pro;
  letter-spacing: 0px;
  color: #959595;
  font-size: 10px;
  opacity: 1;
}