* {
  box-sizing: content-box;
  margin: 0 auto;
}
/* # start search users*/
.searchBoxFixed {
  background: #02577a;
  height: 40px;
  width: 100%;
  display: none;
  position: fixed;
margin-right: 30px;
  z-index: 2;
  margin-bottom: 10px;

  transition: top 0.3s;
}

.searchBoxUsers {
  background: #02577a;
  height: 30px;
  width: 100% ;
  margin-right: 20px;
  position: relative;
  
}
.inputSearchBox {
  
}
.inputSearchBox input {
  background: #02577a;
  color: rgb(255, 255, 255);
  border: none;
  display: flex;
  width: 100%;
  position: relative;
  font-size:16px;
}
.inputSearchBox input:focus {
  outline: none !important;
  background: white;
  color: teal;
}
.inputSearchBox button {
  display: none;
  background: #02577a;
  color: white;
  border: none;
    font-size:15px;
}

.searchBoxHas {
  width: 100%;
  margin: 3px;

  flex-direction: row;
  overflow: auto;
  position: relative;
  display: none;
}

.searchBoxHas ul {
  float: left;
  position: relative;
  color: #18fd37;
  display: flex;
  padding-left: 3px;
  margin-left: 0;
  width: 100% auto;
}
.searchBoxHas ul li {
  font-size: 12px;
  color: #000000;
  margin-right: 5px;
  padding: 3px;
  border-radius: 4px;
  background: #1298d1;
  font-weight: bold;
  list-style: none;
  display: flex;
}
/* # end search users*/

/* # start right box to edit*/
.rightModifeyChat {
  position: fixed;
  width: 25px;
  height: 100%;
  background: #01303f;
  top: 0;
  right: 0;
  z-index: 2;
  text-align: center;
}
.rightModifeyChat a {
  color: #ffffff;
  text-align: center;
  list-style: none;
  line-height: 2;
}

/* # end right box to edit*/

/* ----------start  show segestions--------------------------------- */

.mainContentOfConnected1 {
  position: relative;
  margin: 0px;
  background: #01303f;
  height: 100%;
}
.mainContentOfConnected {
background: #01303f;
  height: 100%;
  width: 100%;
overflow:auto;
  animation-duration: 0.5s;
  animation-name: slidein;
  animation-iteration-count: initial;
  position: relative;
  flex-direction:row;
  
}
@keyframes slidein {
  from {
    background: #22ff05;
  }
  to {
    background: #01303f;
  }
}

.mainContentOfConnected h4 {
  display: block;
  text-align: center;
  justify-content: center;
  color: white;
  margin-top: 2px;
}


.boxSegestionPeople {
text-align: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 12px;
  
}
.MainSegestionPeople {
position: relative;
  text-align: center;
  justify-content: center;
  display: grid;

  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
  margin-right: 30px;
}
.ContainSegestionPeople {
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.13);

  position: relative;
  background: #02577a;
  width: 100%;
  height: 150px;
  margin: 5px;
  border-radius: 5px;
  border: 1px solid #3185a1;
}
.headerSegestions {
  position: relative;
  background: none;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
  align-content: center;
}
.imgbakgSegestions {
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 50px;
  display: flex;
  border-radius: 5px;
  box-shadow: 0px 1px 5px black;
}
.profilebakgSegestions {
  border-radius: 50%;
  width: 50px;
  height: 50px;

  bottom: -20px;
  margin: 0 0px;
  text-align: center;

  justify-content: center;
  align-content: center;
  position: relative;
  object-fit: cover;
}
.profilebakgSegestionsActive {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid #00ff00;
  bottom: -20px;
  margin: 0 0px;
  text-align: center;

  justify-content: center;
  align-content: center;
  position: relative;
  object-fit: cover;
}
#linkProfilePageUser {
  justify-content: center;
  align-content: center;
  position: relative;
  object-fit: cover;
}

.headerSegestions #linkUserAdmin {
  position: absolute;
  z-index: 1;
  border: none;
  right: 4px;
  background: none;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}
.headerSegestions #Disconnected {
  position: absolute;
  z-index: 1;
  border: none;
  right: 0;
  background: none;
  color: #00ff00;
  font-size: 20px;
  cursor: pointer;
}
.headerSegestions #Connected {
  position: absolute;
  z-index: 1;
  border: none;
  right: 0;
  background: none;
  color: #177cff;
  font-size: 20px;
  cursor: pointer;
}
.headerSegestions p {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  left: 0;
  background: none;
  color: #2fc4ff;
  font-size: 20px;
}
.headerSegestions #linkUserAdmin:hover {
  color: #000000;
}
.midelSegestions {
  position: relative;
  width: 100%;
  margin-top: 25px;
}
.midelSegestions h2 {
  border-bottom: 2px solid #123c4e;
  text-align: center;
  font-size: 12px;
  color: #d4f0fc;
  padding: 5px 2px 1px 2px;

  border-left: 5px solid #02a9f7;
  border-right: 5px solid #02a9f7;
}
.midelSegestions h6 {
  word-wrap: break-word;
  word-break: break-all;
  height: 12px;
  text-align: center;
  font-size: 10px;
  color: #d4f0fc;
  padding: 1px 1px;

  overflow: hidden;
}
.boxContentSegestions {
  text-align: center;
  position: relative;
  width: 100%;
  padding: 1px;
  margin-top: 1px;
  height: 40px;
  overflow: hidden;
  display: block;
  background: none;
}
.boxContentSegestions ul {
  list-style: none;
  display: flex;

  width: 100%;
  text-align: center;
  padding: 0;
}

.boxContentSegestions ul li {
  font-size: 20px;
  color: white;

  width: 100% auto;
  text-align: center;
  position: relative;
}
.boxContentSegestions h5 {
  font-size: 10px;
  color: white;
  width: 100% auto;

  text-align: center;
  position: relative;
}
.SegestionsStars {
  text-align: center;
  list-style: none;
  color: #0dff00;

  z-index: 1;

  bottom: -5px;
  margin: 0;
  font-size: 10px;

  justify-content: center;
  align-content: center;
  position: relative;
}
img.SegestionsStars {
  text-align: center;
  list-style: none;
  color: #0dff00;
  width: 25px;
  height: 25px;

  z-index: 1;

  bottom: 7px;
  margin: 0;
  font-size: 10px;

  justify-content: center;
  align-content: center;
  position: relative;
}

/* ----------end  show segestions--------------------------------- */

/* Scrollbar styles for firdst */
.mainContentOfConnected::-webkit-scrollbar {
  width: 1px;
  height: 0px;
}

.mainContentOfConnected::-webkit-scrollbar-track {
  border: transparent solid lightgray;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
}

.mainContentOfConnected::-webkit-scrollbar-thumb {
  background: #02577a;
  border-radius: 10px;
}
/* end Scrollbar styles for hailight */

/* Scrollbar styles */
.searchBoxHas::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.searchBoxHas::-webkit-scrollbar-track {
  border: transparent solid lightgray;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
}

.searchBoxHas::-webkit-scrollbar-thumb {
  background: #02577a;
  border-radius: 10px;
}
/* end Scrollbar styles for hailight */

::selection {
  background: #333;
  color: #fff;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: #2a4d69;
  border: thin solid lightgray;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
}

::-webkit-scrollbar-thumb {
  background: #63ace5;
}
/* Scrollbar styles */

.NoUser {
  display: flex;
  text-align: center;
  width: 100%;
  padding: 10px;
  color: #ffffff;
  font-size: 20px;
}
