/* Iphone 6/7/8 plus */
.temp {
  width: 414px;
  height: 708px;
  overflow: hidden;
  margin: auto;
  border: 5px solid #4c567d;
  border-radius: 20px;
  position: absolute;
  left: 0;
  right: 0;
  transform: translate(0, 15%);
  box-shadow: 15px 10px 40px 1px #4c567d;
}

.temp .m-chat-dialogs {
  height: 63vh;
}

.temp .personal-message {
  height: 59vh;
}



/*Полоса прокрутки*/

/* Let's get this party started */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 5px;
  border-radius: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(108, 108, 108, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(106, 106, 106, 0.4);
}



