* {
  margin: 0;
  padding: 0;
  direction: rtl;
font-family: cairo;
}
 .loginBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 468px;
  padding: 80px 40px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}
.loginBox .user {
width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 93px);
}

.loginBox h3 {
  color: #efed40;
  text-align: center;
  position: absolute;
  top: calc(70px / 2);
  left: calc(50% - 131px);
 
}
.logform {
  position: absolute;
  top: calc(500px / 2);
  left: calc(50% - 109px);
}
.loginBox p {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #fff;
}
.loginBox input {
  width: 100%;
  margin-bottom: 20px;
}
.loginBox input[type="text"],
.loginBox input[type="password"] {
  border: none;
  border-bottom: 1px solid #fff;
  background:#fcfcfc;
  outline: none;
  height: 40px;
  color: #333;
  font-size: 16px;
}
::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.loginBox input[type="submit"] {
  border: none;
  outline: none;
  height: 40px;
  color: #fff;
  font-size: 16px;
  background: #d4598b;
  cursor: pointer;
  border-radius: 20px;
}
.loginBox input[type="submit"]:hover {
  background: #efed40;
  color: #262626;
}
.loginBox a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

button#notification-icon {
  background: transparent;
  border: 0;
  position: relative;
  cursor: pointer;
}
button#notification-icon:focus {
  outline: none;
}

#notification-count {
  position: absolute;
  top: -13px;
  padding: 2px;
  color: red;
  font-size: 20px;
  font-weight: bolder;
  right: 1px;

  z-index: 9;
}

#notification-latest {
  color: white;
  position: absolute;
  top: 65px;

  background: #497cb5;
  box- : 0px 1px 5px rgba(0, 0, 0, 0.2);
  text-align: right;
  max-height: 561px;
  overflow-y: scroll;
}
@media (max-width: 1199.98px) {
  #notification-latest {
    top: 19px;
    left: 132px;
    right: -295px;
    max-width: 300px;
    max-height: 380px;
  }
}
.notification-item {
  padding: 10px;
  border-bottom: #c7b25a 1px solid;
  cursor: pointer;
}
.notification-subject {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.notification-comment {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: italic;
}

.table-striped td,
.table-striped th {
  vertical-align: middle;
	font-family: cairo;
}
@media print {
	.pp{
		display:none;
	}
	.vv{
		display:block;
	}
}