.sidebar-link-active {
  text-decoration: none;
  background-color: #ececec; }
  .sidebar-link-active:hover {
    text-decoration: none;
    background-color: #079E99; }
    .sidebar-link-active:hover a,
    .sidebar-link-active:hover span {
      color: #fff !important; }

.sidebar-ul {
  padding: 0 !important;
  margin: 0 !important; }

input.tag-search {
  border-left: 0 !important;
  border-right: 0 !important;
  height: 30px !important; }
  input.tag-search::placeholder {
    font-size: 14px;
    color: #989c9e; }

.plus-icon {
  right: 10px; }

.permalink-highlight > div.parent:first-child {
  background-color: #faf7e6; }
  .permalink-highlight > div.parent:first-child .post-content-hover {
    background-color: #faf7e6 !important; }



.coming-soon {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #e5e5e5;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 16pt;
  color: black; }




.slide-enter {
  opacity: 0; }

.slide-enter-active {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 300ms, transform 300ms; }

.slide-exit {
  opacity: 1; }

.slide-exit-active {
  opacity: 0;
  transition: opacity 300ms, transform 300ms; }


