/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */


#wrapper::after {
content: " ";
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(18, 16, 16, 0.1);
opacity: 0;
z-index: 2;
pointer-events: none;
animation: flicker 0.15s infinite;
}
#wrapper::before{
content: " ";
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
z-index: 2;
background-size: 100% 2px, 3px 100%;
pointer-events: none;
}


body {
  display: block;
  width: 100%;
  height: 100vh;
  font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
  font-size: 9pt;
  color: #fff;
  background-image: url(https://frutigeraeroarchive.org/images/wallpapers/windows_7/windows_7_2.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
#desktop {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 40px;
  left: 5px;
  z-index: 1;
}
#desktop > .icon {
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  background-size: 48px;
  background-repeat: no-repeat;
  background-position: top center;
  border: solid 1px transparent;
  border-radius: 2px;
  z-index: 2;
}
#desktop > .icon:hover, #desktop > .icon.dragging, #desktop > .icon.drop-hover, #desktop > .icon.clicked {
  background-color: rgba(255,255,255,.3);
  border-color:rgba(255,255,255,.3);
}
#desktop > .icon:after {
  display: block;
  position: absolute;
  top: 50px;
  width: 100%;
  text-align: center;
  content: attr(data-label);
  text-shadow: 0 2px 2px #000;
}
#desktop > .icon.ui-draggable-dragging:hover {
  background-color: transparent;
  border: none;
}
#task-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 40px;
  border-top: solid 1px rgba(255, 255, 255, .5);
  -webkit-box-shadow: 0 -1px 0 0 #00506b;
  box-shadow: 0 -1px 0 0 #00506b;
  z-index: 1;
}
#task-bar > #blur-overlay {
  position: absolute;
  top: 0;
  right: -150px;
  bottom: -150px;
  left: -150px;
  background-image: url(https://imyourman.dk/codepen/windows/background.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  z-index: 2;
}
#task-bar > #blur-overlay:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#66000000', GradientType=1);
  content: '';
  z-index: 3;
}
#menu-button {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 10px;
  display: block;
  width: 32px;
  height: 32px;
  z-index: 3;
  background-image: url(https://www.rw-designer.com/icon-view/25968.png);
  background-size: 100%;
}

#pined-items {
  position: absolute;
  top: 0;
  left: 60px;
  bottom: 0;
  display: block;
}

#pined-items > .pined-icon {
  position: relative;
  display: block;
  width: 60px;
  height: 40px;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 1px transparent;
  border-radius: 2px;
  z-index: 3;
}

#datetime {
  position: absolute;
  top: 5px;
  right: 30px;
  z-index: 3;
  text-align: center;
}

#datetime > span {
  display: block;
  margin: 0;
}

#show-desktop {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  width: 15px;
  background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 30%, rgba(0,0,0,0.2) 31%, rgba(0,0,0,0.2) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 30%,rgba(0,0,0,0.2) 31%,rgba(0,0,0,0.2) 100%);
  background: linear-gradient(135deg,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 30%,rgba(0,0,0,0.2) 31%,rgba(0,0,0,0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#33000000',GradientType=1 );
  border: solid 1px rgba(255,255,255,.2);
  z-index: 3;
  -webkit-box-shadow: -1px 0 0 0 #000;
  box-shadow: -1px 0 0 0 #000;
}

#show-desktop:hover {
  background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 30%, rgba(255,255,255,0.2) 31%, rgba(255,255,255,0.2) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 30%,rgba(255,255,255,255.2) 31%,rgba(255,255,255,0.2) 100%);
  background: linear-gradient(135deg,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 30%,rgba(255,255,255,0.2) 31%,rgba(255,255,255,0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#33000000',GradientType=1 );
  border: solid 1px rgba(255,255,255,.2);
}

/* Program Placements */
#computer {
  top: 0;
  left: 0;
}

#trash {
  bottom: 0;
  right: 0;
}

#test-file {
  top: 80px;
  left: 0;
}

/* Icons */
.computer { background-image: url(https://frutigeraeroarchive.org/images/icons/windows_vista/vista_pc_1.ico); }
.trash { background-image: url(https://imyourman.dk/codepen/windows/trash.ico); }
.trash-empty { background-image: url(https://pngimg.com/uploads/recycle_bin/recycle_bin_PNG10.png); }
.test-file { background-image: url(https://imyourman.dk/codepen/windows/text-file.ico) }

/* Pined Icons */
#pined-items > .iexplore { background-image: url(https://frutigeraeroarchive.org/images/icons/browsers/ie1.ico);}




#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 40%;
  
  
  
  * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	height: 100vh;
	font-family: "Inter", serif;
	background-color: #f2d3e4;
	display: flex;
	align-items: center;
	justify-content: center;
}


	#miniplay {
		width: 18em;
		height: 10em;
		font-family: "Inter", serif;
		background: #F5F5F5;
		border: 1px solid #D6D6D6;
		border-radius: .625rem;
		box-shadow: inset 10px 0px 6px -10px #CCC, inset -10px 0px 6px -10px #CCC, inset 0px 10px 6px -10px #FFF, inset 0px -10px 6px -10px #CCC;
		padding: 12px;
		cursor: move;
	}

	.stats {
		display: flex;
		align-items: center;
	}

	.track-art {
		width: 3.5em;
		height: 3.5em;
		object-fit: cover;
		border-radius: 4px;
		background-size: cover;
		background-position: center;
	}

	.slider_container {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 12px 0 12px 0;
	}

	.current-time,
	.total-duration {
		color: #666;
		font-family: "Inter", serif;
		font-size: 12px;
		padding: 4px;
	}

	.seek_slider,
	.volume_slider {
		width: 100%;
	}

	.seek_slider,
	.volume_slider {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		height: 3px;
		background: #bbb;
	}

	.seek_slider::-webkit-slider-thumb,
	.volume_slider::-webkit-slider-thumb {
		cursor: pointer;
	}

	.now-playing,
	.track-name,
	.track-artist {
		color: #555;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.3;
	}

	.now-playing {
		display: none;
	}

	.bttn {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 14px;
	}

	.playpause-track,
	.prev-track,
	.next-track {
		opacity: 0.5;
		color: #000;
		transition: opacity 0.2s;
	}

	.playpause-track:hover,
	.prev-track:hover,
	.next-track:hover {
		opacity: 0.8;
	}

	i.fa-play,
	i.fa-pause,
	.prev-track,
	.next-track {
		cursor: pointer;
	}

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}
