:root {
  --main-color: rgb(51 92 103);
  --one-color: rgb(224 159 62);
  --sec-color: #000000;
  --thr-color: #ffffff;
  --back1-color: #eaf0f3;;
  --back2-color: hsl(32.75deg 93.16% 54.12%);
}

* {
  margin: 0;
  padding: 0;
  direction: rtl;
  font-family: cairo;
  box-sizing: border-box;
}
div span.a{
  color: var(--main-color);
  }
  div span.c{
  color: var(--one-color);
  }
 .loginBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 450px;
  padding: 80px 40px;
  box-sizing: border-box;
  background: #dae2e847;
  border-radius: 10px;
}
.loginBox .user {
  width: 248px;
  height: 180px;
  border-radius: 8%;
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 124px);
}

.loginBox .title {
    /* text-align: center; */
    position: absolute;
    top: calc(70px / 2);
    left: calc(50% - 165px);
    font-family: "El Messiri", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: x-large;
}

.logform {
  position: absolute;
  top: calc(500px / 2);
  left: calc(50% - 140px);
  width: 70%;
}
.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: var(--main-color);
  font-size: 16px;
  background: var(--one-color);
  cursor: pointer;
  border-radius: 20px;
}
.loginBox input[type="submit"]:hover {
  background: var(--main-color);
  color: var(--one-color);
}
.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;
	}
}