
@media only screen and (max-width: 1199px) /* Small Desktop */ {
	
}



@media only screen and (max-width: 991px) /* Tablet */ {

	.login-container {
		display: block;
	}
	
	.login-left {
		margin-bottom:50px;
	}
	
	.login-left, .login-right {
		width:100%;
	}
	

}




@media only screen and (max-width: 767px	) /* Mobile */ {
		
		
		
		.item-project-content h3 {
	
			font-size: 16px;

		}
		
		.item-project .image-holder .tag-new {
			top: 10px;
			right: 10px;
			padding: 10px 10px;
			color: #fff;
			font-weight: 500;
			font-size: 10px;
		}
		
		.item-project-content {
			background: #fff;
			display: block;
			padding: 10px;
		}
		
		
		body.menu-closed header .sidebar, body header .sidebar {
			max-width: 60px;
			height:60px;
		}
		
		.menu-closed .main-content .row > .col-xs:last-child {
			padding-left: 60px;
		}
		
		body.menu-closed .sidebar {
			max-width: 60px;
		}
		
		.sidebar .inner .logo {
			padding-left: 0;
			padding-right: 0;
		}
		
		
		.main-content .sidebar .inner {
			width: auto;
		}
		
		
		.item-project-content h3:after {
			width: 36px;
			height: 22px;
		
			opacity: 1;
			right: 10px;
		}
		
		.item-project a:hover .item-project-content h3:after {
			right: 10px;
		}
		
		body.menu-closed .menu-label {
		display: block;
		font-weight: 900;
		max-width: 100%;
		transform: rotate(-90deg);
		position: absolute;
		left: 13px;
		top: 40px;
		transition: none;
		padding: 0;
		cursor: pointer;
		}
		
		
		header .logo img {
		width: 47px;
		height: 26px;
		margin-top: 15px;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 10px;
		}
	
	  .file-item-row {
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 5px;
		padding:10px;
		position: relative;
	  }
	
	  /* Icon stays top-left */
	  .file-icon {
		flex: 0 0 32px;
	  }
	
	  /* Title takes full row */
	  .file-title {
	  flex: 1 1 calc(100% - 44px);
	  font-size: 14px;
	  line-height: 1.4;
	  padding-right: 100px;
	  word-break: break-all;
	  }
	
	  /* Date + NEW move below title */
	  .file-date {
	flex: 0 0 auto;
	min-width: auto;
	font-size: 12px;
	letter-spacing: 0.08em;
	margin-left: 37px;
	  }
	
	 .file-date span.tag-new {
		 margin-left: -4px;
		 top: -2px;
	 }
	
	  /* Actions move to the right, inline */
	  .file-actions {
		flex: 1 1 100%;
		justify-content: flex-end;
		gap: 20px;
		margin-top: 0px;
		position: absolute;
		right: 10px;
	  }
	
	  .file-actions > div {
		margin-left: 0;
	  }
	
	header .user .info { 
		display: none;
	}
	
	body.menu-closed header .sidebar .inner {
		width:auto;
	}
		
	header .inner {
		padding:0 20px;
	}
	
	header .sidebar .inner {
		padding:0;
	}
	
	.main-content .inner {
		padding: 40px 20px;
	}
	
	
	
	.main-content .sidebar .inner {
		padding-left:0;
		padding-right:0;
	}
	
	.container {
		max-width: 1390px;
		width: 100%;
	}
	
	header .search {
		display: block;
		margin-right: 60px;
	}
	
	.home .main-content h2 {
		margin-bottom: 24px;
		line-height: 1.2;
		margin-bottom: 34px;
	}
	
	.main-content h2 {
		font-size: 24px;
		margin-bottom: 20px;
		line-height: 1.2;
	}
	
	.main-content h4 {
		margin-bottom: 15px;
	}
	
	
	.sidebar h3 {
		position: relative;
	}
	
	.sidebar h3 img {
	  display: inline-block;
	}
	
	
	.sidebar h3 img.menu-change  {
		right: 17px;
	position: absolute;
	top: 2;
	width: 24px;
	height: 22px;
	cursor:pointer;
	  
	}
	
	
	.sidebar .footer {
		padding-left: 30px;
		padding-right: 20px;
		display: none;
	}
	
	
	.menu-closed .sidebar .footer {
		padding-left: 20px;
		padding-right: 10px;
	}
	
	.main-content .inner.container {
		min-width: calc(100vw - 60px);
	}
	
	body.menu-closed .sidebar .footer img.menu-change {
		left: 24px;
	}
	
	
	
	/* Scroll container */
	  .scrollable {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	margin-left: 0;
	margin-right: -20px;
	padding-left: 0;
	padding-right: 20px;

	  }
	  
	  .scrollable {
		padding-right: 30px;
		scroll-padding-right: 20px;
		}
		
		
		/* Trailing space */
		  .scrollable .row.flex::after {
			content: "";
			flex: 0 0 10px;
		  }
	  
	  
	
	  /* Track */
	  .scrollable .row.flex {
		display: flex;
		flex-wrap: nowrap;
		gap: 5px;
	  }
	
	  /* Slides */
	  .scrollable .row.flex > div {
		flex: 0 0 75%;
		max-width: 75%;
	  }
	
	  /* Optional: tighten card spacing */
	  .item-project {
		height: 100%;
	  }
	
	  /* Hide scrollbar (optional but nice) */
	  .scrollable::-webkit-scrollbar {
		display: none;
	  }
	
	  .scrollable {
		scrollbar-width: none;
	  }
	  
	  .board-reports .padding-bottom {
		  padding-bottom:20px;
	  }
	
	
}





