a {
  text-decoration: none;
  color: black;
}

a:visited {
  color: black;
}

.box::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 5px;
}

.box::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.box::-webkit-scrollbar-thumb {
  background-color: black;
  border: 2px solid black;
  border-radius: 5px;
}

.icons {
  display: inline-block;
  flex-flow: row;
}

.notification {
  padding-top: 30px;
  position: relative;
  display: inline-block;
}

.number {
  height: 30px;
  width: 30px;
  background-color: #d63031;
  border-radius: 20px;
  color: white;
  text-align: center;
  position: absolute;
  top: 23px;
  left: 60px;
  padding: 3px;
  border-style: solid;
  border-width: 2px;
}

.number:empty {
  display: none;
}
.number2 {
  height: 30px;
  width: 30px;
  background-color: #d63031;
  border-radius: 20px;
  color: white;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 20px;
  padding: 3px;
  border-style: solid;
  border-width: 2px;
}

.number2:empty {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .number2 {
    display: block;
  } /* show it on small screens */
}

@media screen and (min-width: 1441px) {
  .number2 {
    display: none;
  } /* hide it elsewhere */
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  .box {
    left: -2vw;
  } /* show it on small screens */
}

@media screen and (min-width: 1440px) {
  .box {
    left: -12vw;
    width: 40vh;
    width: 40rem;
  } /* hide it elsewhere */
}
@media screen and (min-width: 0px) and (max-width: 380px) {
  .box {
    width: 28vh;
    width: 28rem;
  } /* show it on small screens */
}

@media screen and (min-width: 381px) and (max-width: 1440px) {
  .box {
    width: 35vh;
    width: 35rem;
  } /* hide it elsewhere */
}
.notBtn {
  transition: 0.5s;
  cursor: pointer;
}

.fas {
  font-size: 25pt;
  padding-bottom: 10px;
  color: black;
  margin-right: 40px;
  margin-left: 40px;
}

.box {
  height: 0px;
  border-radius: 10px;
  transition: 0.5s;
  position: absolute;
  overflow-y: scroll;
  padding: 0px;
  margin-top: 5px;
  background-color: #f4f4f4;
  -webkit-box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.1);
  cursor: context-menu;
}

.fas:hover {
  color: #d63031;
}

.notBtn:hover > .box {
  height: 60vh;
}

.content {
  padding: 20px;
  color: black;
  vertical-align: middle;
  text-align: left;
}

.gry {
  background-color: #f4f4f4;
}

.top {
  color: black;
  padding: 10px;
}

.display {
  position: relative;
}

.cont {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
}

.cont:empty {
  display: none;
}

.stick {
  text-align: center;
  display: block;
  font-size: 50pt;
  padding-top: 70px;
  padding-left: 80px;
}

.stick:hover {
  color: black;
}

.cent {
  text-align: center;
  display: block;
}

.sec {
  padding: 25px 10px;
  background-color: #f4f4f4;
  transition: 0.5s;
}

.profCont {
  padding-left: 15px;
}

.profile {
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  width: 5vh;
  float: right;
}

.txt {
  text-align: right;
  color: black;
  vertical-align: top;
  font-size: 1.25rem;
  padding: 5px 50px 0px 20px;
}

.sub {
  font-size: 1rem;
  color: grey;
}

.new {
  border-style: none none solid solid;
  border-color: green;
  font-weight: bolder;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.sec:hover {
  background-color: #bfbfbf;
}
