.lazy-bg {
  background-size: cover;
  background-position: center;
  transition: background-image 0.3s ease;
  height: 600px;
}
.popup {
    width: 110px;
    height: 150px;
    background: #1f212a;
    bottom: 20px;
    right: -380px;
    position: fixed;
    border-radius: 5px;
	border: 1px #dbd6d5 solid;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25);
    transition: 0.5s;
	z-index: 15;
	overflow: hidden;
	padding: 15px;
}
.popup img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ns-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 4px;
    top: 4px;
    overflow: hidden;
    text-indent: 100%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: visible;
}
.close {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 30px;
    width: 22px;
    background-color: #1a4652;
    height: 24px;
    cursor: pointer;
    z-index: 500;
}
.ns-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.popup i {
    position: absolute;
    top: 18%;
    left: -57%;
}

.hover-5 {
  display: inline-block;
  overflow: hidden;
}
.hover-5:before, .hover-5:after {
  right: 0;
  bottom: 0;
  background: #492059;
}
.hover-5:before {
  width: 100%;
  height: 2px;
  transform: translateX(-100%);
}
.hover-5:after {
  width: 2px;
  height: 100%;
  transform: translateY(100%);
}
.hover-5 > span {
  display: flex;
  padding: 10px;
}
.hover-5 > span:before, .hover-5 > span:after {
  left: 0;
  top: 0;
  background: #492059;
}
.hover-5 > span:before {
  width: 100%;
  height: 2px;
  transform: translateX(100%);
}
.hover-5 > span:after {
  width: 2px;
  height: 100%;
  transform: translateY(-100%);
}
.hover-5:hover:before, .hover-5:hover:after, .hover-5:hover > span:before, .hover-5:hover > span:after {
  transform: translate(0, 0);
}

#search {
    &:target {
        height: 100vh !important;
        opacity: 1;
        width: 100vw !important;
        z-index: 9999;
		overflow-y: hidden;
    }
}
.oras {
    font-style: italic;
    font-size: .8em !important;
    color: #13a9d1 !important;	
}
.delete-btn {
    opacity: 0;
}
.content:hover .delete-btn {
    opacity: 1;
}
.notif-header {
    font-weight: 600;
    color: white;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-info-color);
    margin-bottom: 10px;	
}
#search {
    align-items: center;
    background: rgba(0, 0, 0, .975);
    height: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: fixed;
    transition: all .5s;
    width: 100vw;
    will-change: transform, opacity;
    z-index: -1;
	overflow-y: hidden;
}
.search-boxs {
    position: absolute;
    top: 15%;
}

#searchbox {
    background: transparent;
    border: solid #fff;
    border-width: 0 0 1px 0;
    color: #fff;
    font-size: 1.2rem;
    position: relative;
    margin-bottom: 10px;
    outline: 0;
    padding: 0.5rem .5rem;
}
.close-btn {
    display: block;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: .5rem;
    right: 2rem;
}
.slink {color: #60c5d1 !important;}
.slink:hover {color: #ffffff !important;}
.no-scroll {
  overflow: hidden;height: 100%;
}
.orange-link {
   background: var(--theme-color2) !important;	
}
.orange-link:hover {
   background: #db17a6 !important;	
}