@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Acme');

nav {
  position: fixed;
  height: 100px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 20;
  top: 0 !important;
}
.louImg {
  width: auto;
  height: 85px;
  padding: 5px;
  position: absolute;
  left: 20%;
  transform: translate(-50%);
}
.options {
  position: absolute;
  right: 20%;
  transform: translate(-50%);
}
.account {
  position: absolute;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(78, 120, 227, 0.85);
  border-radius: 5px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  white-space: nowrap;
  margin-top: 27px;
  cursor: pointer;
  transition: background-color .4s ease;
}
.user {
  position: absolute;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  top: 15px;
}
.account:hover {
  background-color: rgba(38, 91, 226, 0.9);
}
.image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(BACKGROUND.png) center fixed;
  background-size: cover;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}
.text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-family: 'Acme', sans-serif;
  text-align: center;
  padding: 20px;
  background-color: rgba(78, 120, 250, 0.9);
  color: #fff;
  border-radius: 5px;
}
.content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
}
.posts {
  font-family: 'Roboto', sans-serif;
  border-collapse: collapse;
  width: 70%;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%);
  color: #444;
}
.postIcon {
  width: 50px;
  border-radius: 50%;
  height: 50px;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: calc(33% - 10px);
}
.posts .thing {
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  margin-bottom: 40px;
  border-radius: 10px;
  position: relative;
  transition: background-color .2s ease;
}
.menu {
  position: absolute;
  height: 300px;
  width: 180px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  z-index: 5;
  display: none;
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}
.tracking {
  font-family: 'Roboto', sans-serif;
  width: 180px;
  position: absolute;
  top: 138px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.ban {
  font-family: 'Roboto', sans-serif;
  width: 180px;
  position: absolute;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 16px;
  cursor: pointer;
}
.ban:hover, .delP:hover, .banIp:hover, .tracking:hover {
  background-color: #ddd;
}
.container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 100;
  display: none;
}
.banMenu {
  position: absolute;
  top: 50%;
  width: 700px;
  height: 400px;
  background-color: #fff;
  border-radius: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}
.closeBan {
  position: absolute;
  right: 20px;
  top: 20px;
  font-family: 'Roboto', sans-serif;
  color: #333;
  font-size: 30px;
  cursor: pointer;
}
.banSelect {
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  top: 45px;
  width: 100%;
  text-align: center;
}
.banSelect select {
  border-radius: 10px;
  width: 100px;
  margin-right: 7px;
  margin-left: 7px;
  height: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  border: none;
  box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
  outline: none;
}
.banUser {
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translate(-50%);
  height: 45px;
  background-color: #fff;
  border-radius: 10px;
  width: 115px;
  border: none;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
}
.yesBan {
  position: absolute;
  top: 120px;
}
.e {
  position: absolute;
  top: 25%;
  transform: translate(0, -50%);
  width: 100%;
}
.banName {
  position: absolute;
  width: 100%;
  transform: translate(-50%);
  left: 50%;
  text-align: center;
  top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}
.delP {
  font-family: 'Roboto', sans-serif;
  width: 180px;
  position: absolute;
  top: 92px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.commentLogo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.commentUser {
  position: absolute;
  top: 25%;
  transform: translate(0, -50%);
  left: 60px;
}
.commentTime {
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  left: 60px;
  color: #555;
  white-space: nowrap;
overflow: hidden;
}
.commentContainer {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
}
.commentText {
  position: absolute;
  left: 60px;
  top: 50px;
  word-wrap: break-word;
  width: calc(100% - 70px);
}
.postS {
  position: relative;
  top: 10px;
  color: #4266C2;
}
.comment {
  position: relative;
  margin-top: 30px;
  display: block;
  height: 120px;
  overflow: auto;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}
.banIp {
  font-family: 'Roboto', sans-serif;
  width: 180px;
  position: absolute;
  top: 46px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.deleteI {
  font-size: 25px !important;
  position: absolute !important;
  right: 20px !important;
  color: #196CB5 !important;
  top: 50%;
  transform: translate(0, -50%);
  transition: ease .4s color;
}
.deleteI:hover {
  color: #111 !important;
}
.posts .thing:hover {
  background-color: #e5e5e5;
}
.name {
  color: #196CB5;
  position: absolute !important;
  width: calc(33% - 20px);
  top: 0;
  padding-left: 20px;
}
.mbl {
  color: #196CB5;
  position: absolute !important;
  width: calc(33% + 50px);
  top: 0;
  padding-left: 50px;
  left: 33%;
}
.ti {
  color: #196CB5;
  position: absolute !important;
  width: calc(33% - 65px);
  top: 0;
  padding-left: 15px;
  left: 66%;
  text-align: center;
}
.posts .o {
  font-size: 20px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.icon {
  height: 40px;
  width: auto;
  border-radius: 50%;
}
.messageView {
  font-family: 'Roboto', sans-serif;
  width: 70%;
  height: calc(96% - 120px);
  position: absolute;
  top: 130px;
  left: 2%;
  color: #444;
  background-color: #fff;
  overflow: auto;
  border-radius: 10px;
}
.userInfo {
  font-family: 'Roboto', sans-serif;
  width: 24.5%;
  height: 25%;
  position: absolute;
  top: 130px;
  left: 74%;
  color: #444;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2;
  overflow: hidden;
}
.messageViewContent {
  padding: 20px;
}
.comments {
  font-family: 'Roboto', sans-serif;
  width: 24.5%;
  height: calc(69% - 130px);
  position: absolute;
  top: calc(28% + 130px);
  left: 74%;
  color: #444;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2;
  overflow: auto;
}
.textTitle {
  font-size: 45px;
  display: block;
  padding-bottom: 10px;
  color: #111;
}
.logo {
  border-radius: 50%;
  display: block;
  width: auto;
  height: 75%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.textU {
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translate(-50%);
  font-size: 16px !important;
}
.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 18px;
  height: 90%;
  border-radius: 10px;
  padding-top: 5px;
  cursor: pointer;
  width: 50%;
}
.replyBox {
  position: absolute;
  top: 30px;
  width: 70%;
  background-color: #ddd;
}
.replyBoxTextarea {
  width: calc(100% - 20px);
  border: 2px solid #aaa;
  border-radius: 5px;
  resize: none;
  padding: 10px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  outline: none;
  transition: .4s ease border, .4s ease color;
  height: 15%;
}
.replyBoxTextarea:focus {
  border: 2px solid #4268C5;
  color: #4268C5;
}
.replysData {
  position: absolute;
  top: calc(20% + 100px);
  display: block;
}
.submitReply {
  height: 50px;
  width: 100px;
  background-color: #fff;
  border-radius:  5px;
  display: block;
  color: #797979;
  border: 2px solid #aaa;
  margin-top: 10px;
  transition: .4s ease border, .4s ease color;
  outline: none;
  margin-bottom: 10px;
}
.submitReply:hover {
  border: 2px solid #4268C5;
  color: #4268C5;
}
