
:root {
  --lh: 1.6rem;
}
@font-face {
  font-family: silk;
  src: url(../fonts/slkscr-webfont.woff);
}
@font-face {
  font-family: minecraft;
  src: url(../fonts/Minecraft-Regular.ttf.woff);
}
body{
	font-family: "minecraft",silk,monospace;
	background-color: #161e24 !important;
	background-size: 9px;
	background-repeat: repeat;
  	background-image: url("../../img/Background.png");
}

.tab-note{
	height: 150px;
	width: 250px;
	overflow: scroll;
}
.tab-nav-note{
	width: 250px;
}



.btn{
}

.clean-link{
	text-decoration: none;
	color:white;
	justify-content: center;
}

.card-title{
	box-shadow: 12px;
}
.card{
	background-color: #161e24 !important;
	box-shadow: 12px;
}

.bg-top-blog{
	background-color: #161e24;
}
.bg-content-blog{
	background-color: #161e24 !important;
}


.notification-bar{
	position:absolute;
    z-index:9999;
    color:white;
    width: fit-content;
    height: fit-content;
}
.comments-section{
	min-width: 128px;
	max-width: 512px;
	width: 100%;
	margin: auto;
}
.ph-img {
	min-width: 128px;
	max-width: 256px;
	width:35%;
	border-color: white;
	border-radius: 5px;
	border-width: 3px;
	border:solid;
	margin:2px;
	transition: 0.2s;
}
.ph-img:hover {
	transform:translate(0px,-4px);
}
.k-a{
	transition: 0.2s;
	color:white;
	text-decoration: none;
	padding:5px;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: rgba(255, 255, 255, 0.2);
	background-color: rgba(1, 1, 1, 0.6);
}
.k-a-active{
	transform:translate(0px,-4px);
	background-color: rgba(0, 0, 0, 0.05);
	color:white;
	text-decoration: none;
	padding:5px;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: rgba(255, 255, 255, 0.2);
	background-color: rgba(255, 255, 255, 0.2);
}
.k-a-active a{
	color:white;
	text-decoration: none;
}
.k-a a {
	color:white;
	text-decoration: none;
}
.k-a:hover{
	transform:translate(0px,-4px);
	background-color: rgba(0, 0, 0, 0.05);
}


.logo {
	
	transition: 0.2s;
}
.logo:hover{

}


.text-edit{
	background-color: rgb(25, 25, 35, 0.4);
	border-radius: 5px;
	padding: 14px;
}


.search_input{
	transition: 0.2s;
	background-color: rgb(0, 0, 0, 0.5);
	border: solid;
	border-color: var(--bs-primary);
	border-width: 1px;
	border-radius: 5px;
	width: 75%;

}
.search_input:hover{
	background-color: rgb(15, 15, 15, 0.5);
}

.search_result_container{
	max-width: 1080px;
	padding: 25px;
	margin-top:15px;
	height: 80vh;
	max-height: 80vh;
	overflow: scroll;
	border-radius: 15px;
	background-color: rgba(15, 15, 25, 0.6);
	border:solid 1px var(--bs-primary);

}
.search-field{
	transition: 0.2s;
	background-color: rgb(0, 0, 0, 0.5);
	border: solid;
	border-color: var(--bs-primary);
	border-width: 1px;
	border-radius: 5px;
	min-height: 40px;
	width: 75%;
	
}
.search-group{
	max-height: 45px;
	width: 196px;
}
.search_result{
	min-width: 350px;
	justify-self: center;
	transition: 0.2s;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 5px;
	margin-top:5px;
	text-decoration: none;
	color:white;
	max-height: 350px;
	height: fit-content;
	min-height: 125px;
	overflow: scroll;
	min-width: 250px;
	border:solid;
	border-color: var(--bs-primary);
	border-width: 3px;
	border-radius: 10px;

	background-size: 12px;
	background-repeat: repeat;
  	background-image: url("../../img/Background.png");

  	box-shadow: 0px 10px 2px rgba(5, 5, 20, 0.7);
}


.search_result_truncate {
  --max-lines: 2;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
}
.search_result_draft{
	min-width: 350px;
	justify-self: center;
	transition: 0.05s;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 10px;
	margin-top:5px;
	text-decoration: none;
	color:white;
	overflow: hidden;
	max-height: 200px;
	height: fit-content;
	min-height: 150px;

	border:solid;
	border-color: var(--bs-danger) !important;
	border-width: 3px;
	border-radius: 3px;
}
.search_result:hover{
	transform:translate(0px,-6px);
	transform:scale(1.02);
	background-color: rgba(4, 4, 15, 0.2);;
	box-shadow: 0px 14px 6px rgba(5, 5, 20, 0.2);
}
.search_result:focus{
	transform:translate(0px,-5px);
	transform:scale(1.05);
}

.k_card{
	border:solid;
	border-width: 2px;
	border-color: var(--bs-primary);
	border-radius: 4px;
	padding:2px;
	color: white;
}

.result-inner-divider{
	height: 100%;
	border-left: solid;
	border-left-color: var(--bs-gray-900);
}
.result-col{
	height:100%;

}
.result-image{
	max-width: 128px;
	transition: 0.2s;
	border-radius: 5px;
	width: 100%;
}
.result-image:hover{
	transform:scale(1.01);
	border-radius: 10px;
}
.badge{
	transition: 0.1s;
}
.badge:hover{
	transform:scale(1.1);
}

.bottom-border{
	padding-bottom: 4px;
	border-bottom: solid;
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

.page-item .active {
	background-color: rgba(--bs-primary);
}
.dropdown-menu {
    width: 300px;
    max-height: 400px;
    overflow-y: auto;
}

.notification {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.notification.unread {
    font-weight: bold;
}

.notification .notification-message {
    display: block;
}

.notification .notification-time {
    font-size: 0.8em;
    color: #888;
}

.bar{
	width: 100%;
	height: 2px;
	margin: 3px;
	background-color: rgba(10, 10, 15, 0.3);
}
