@charset "utf-8";
/* CSS Document */

/* Editor Mode */

.EditorModeSection {
	position: relative;
	width: 100%;
	/* min-height: 100vh; */
	font-weight: 400;
}

.EditorModeSectionInfo {
	margin-bottom: 0;
}

.EditorModeSectionImage {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 600px;
	text-align: center;
	margin-top: 50px;
}

.EditorModeSectionTitle {
	position: relative;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 800;
	padding-top: 100px;
	z-index: 1;
	color: #333;
}

.EditorModeSectionSubtitle {
	display: block;
	position: relative;
	text-align: center;
	font-size: 1.4rem;
	z-index: 1;
	margin: 0 auto;
	width: 50%;
	color: #444;
}

/* Installer */

.InstallerInfo {
	position: relative;
	display: flex;
	margin: 0 auto;
	margin-top: 25px;
	justify-content: center;
}

.InstallerImage {
	flex: 1;
	align-self: center;
	max-width: 600px;
	border-radius: 9px;

	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
}

.InstallerText {
	flex: 1;
	max-width: 400px;
}

.InstallerText .EditorModeSectionSubtitle {
	width: auto;
	text-align: left;
	margin: 0 30px;
	margin-top: 15px;
	padding: 0 !important;
}

.InstallerMenu {
	display: flex;
	align-content: center;
	justify-content: center;
	gap: 15px;
	margin: 25px;
}

.InstallerMenu div {
	flex: 1;
	padding: 10px 20px;
	background-color: #222;
	color: #ddd;
	border-radius: 5px;
}

.InstallerMenu div:hover {
	color: #fff;
}

/* Interface */

.InterfaceCover {
	position: relative;
	display: block;
	width: 100%;
	font-weight: 400;
	margin-top: 52px;
	margin-bottom: 30px;
	padding: 100px 0;
}

.InterfaceCoverTitle {
	position: relative;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 1000;
	z-index: 1;
	color: #333;
	margin-bottom: 15px;
}

.InterfaceCoverSubtitle {
	display: block;
	position: relative;
	text-align: center;
	font-size: 1.4rem;
	z-index: 1;
	margin: 0 auto;
	width: 50%;
	color: #444;
}

#InterfaceMenu {
	position: relative;
	width: 100%;
	height: 25px;
	line-height: 25px;
	display: flex;
	border-bottom: 3px solid #f7cb70;
	margin-top: -28px;
	left: 0;
	font-size: 0.8em;
	font-weight: 400;
	
	transition: width 0.2s ease;
	-webkit-transition: width 0.2s ease;
	z-index: 98;
}

.InterfaceMenuItem {
	flex: 1;
	display: inline-block;
	background-color: #222;
	border: 1px solid black;
	border-bottom: none;
	text-align: center;
	color: white;
	border-radius: 5px 5px 0 0;
	cursor: pointer;

	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
}

.flex0 {
	flex: 0;
	width: 0;
	overflow: hidden;
}

.InterfaceMenuItem:hover {
	/* background-color: #000; */
	color: #222;
	background-color: #f7cb70;
	font-weight: 400;
}

.InterfaceMenuItem.selected {
	color: #222;
	background-color: #f7cb70;
	font-weight: 600;
}

#InterfaceContainer {
	position: relative;
	z-index: 97;
}

#Interface {
	position: absolute;
	top: 0;
	left: 0;
	width: 398px;
	/* width: 0; */
	height: calc(100vh - 52px - 27px);
	font-size: 0.8rem;
	font-weight: 400;
	overflow: hidden;

	transition: width 0.2s ease;
}

#InterfaceMain {
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
	height: calc(100% - 100px);
}

#InterfaceMainTooltip {
	position: absolute;
	bottom: 100%;
	padding: 22px;
	background: rgba(255, 255, 255, 0.75);
	color: #000;
	pointer-events: none;
	display: none;
	font-weight: 400;
}

.InterfaceMainImgDiv {
	position: relative;
	display: block;
	width: 398px;
	border-top: 5px solid #fff;
}

.InterfaceSection:first-child .InterfaceMainImgDiv {
	border-top: 0px solid #fff;
}

#InterfaceMainImg01, #InterfaceMainImg02, #InterfaceMainImg03, #InterfaceMainImg04 {
	pointer-events: none;
	position: relative;
}

#InterfaceBottom {
	position: absolute;
	width: 398px;
	height: 100px;
	left: 0;
	bottom: auto;
	top: 0;
	background-color: #191919;
	border-top: 2px solid #444; 
	font-size: 0.8rem;
}

#InterfaceBottomInfo {
	position: absolute;
	top: 50%;
	left: 22px;
	transform: translate(0,-50%);
}

.InterfaceBottomInfoItem {
	display: block;
	width: fit-content;
	position: relative;
	color: #ddd;
	font-size: 1em;
	pointer-events: none;
	letter-spacing: 0.5px;
	font-weight: 400;
}

.useBatch {
	position: relative;
	display: block;
}

.useBatch::after {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #333;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 3px;
	border: 1px solid #000;
}

#InterfaceBottomShoot {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	top: 25px;
	right: 15px;
	text-align: center;
	border: 1px solid #f7cb70;
	color: white;
	border-radius: 50vh;
	cursor: pointer;
}

#InterfaceBottomShoot:hover {
	background-color: #f7cb70;
	color: #222;
	font-weight: 500;
}

#InterfaceWindow {
	position: relative;
	width: 100%;
	left: 0;
	padding-bottom: 100px;
}

.InterfaceBGColumn {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 398px;
	background-color: #222;
	z-index: -1;
}

.InterfaceSection {
	position: relative;
	display: flex;
	width: 100%;
	/* min-height: 100vh; */
	font-weight: 400;
}

.InterfaceSectionBG {
	position: absolute;
	width: 100%;
	height: 100%;
	/* background-size: cover; */
	/* background-position: calc(50% + 199px) center; */
	/* background-attachment: fixed; */
	z-index: 0;
	
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.InterfaceSectionCover, .InterfaceSectionCoverVideo {
	display: block;
	position: relative;
	/* height: 50vh; */
	padding-bottom: 40%;
	background-size: cover;
	/* background-position: center; */
	overflow: hidden;
	pointer-events: none;

	box-shadow: rgba(0, 0, 0, 0.33) 0px 10px 10px -5px inset;
	border-bottom: 1px solid white;

	transition: 0.5s ease;
}

.InterfaceSectionCoverVideo {
	padding-bottom: 56.25%;
	transition: 0.5s ease;
	height: 0;
	pointer-events: initial;
}

.InterfaceSectionCoverVideoFrame {
	padding:56.25% 0 0 0;
	position:relative;
	/* top: 0%;
	transform: translate(0, -50%); */

	transition: 0.5s ease;
}

.InterfaceSectionCoverText {
	position: absolute;
	text-align: right;
	bottom: 0;
	right: 0;
	padding: 6px 25px;
	color: white;
	background: linear-gradient(to right, rgba(34,34,34,0) 0%, rgba(34,34,34,1) 50%);
}

.InterfaceSectionInfo {
	margin-bottom: 100px;
}

.InterfaceSectionTitle {
	position: relative;
	font-size: 2.5rem;
	font-weight: 800;
	padding-top: 30px;
	z-index: 1;
	color: #333;
	margin: 0 50px;
}

.InterfaceSectionSubtitle {
	display: block;
	position: relative;
	font-size: 1.4rem;
	z-index: 1;
	margin: 0 50px;
	color: #444;
}

.InterfaceSectionHighlightContainer {
	position: relative;
	margin-top: 20px;
	z-index: 1;
}

.InterfaceSectionHighlightCentered {
	position: relative;
	margin: 0 50px;
	gap: 25px;
}

.InterfaceSectionHighlight {
	position: relative;
	align-items: center;
	font-weight: 400;
	background-color: white;
	border-radius: 20px;
	/* border-bottom: 1px solid #ccc; */
	padding: 15px;
	padding-top: 15px;
	margin: 25px 0;

	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.HighlightCoverText {
	position: absolute;
	text-align: right;
	bottom: 0;
	right: 0;
	padding: 5px 10px;
	padding-left: 50px;
	color: #fff;
	background: linear-gradient(to right, rgba(34,34,34,0) 0%, rgba(34,34,34,1) 50%);
	font-size: 0.8rem;
}

.InterfaceSectionHighlightTitle {
	position: relative;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 25px;
}

.InterfaceSectionHighlightTitle::after {
	content: "";
    display: block;
    position: absolute; /* This positions the line relative to the parent element */
    bottom: -12px; /* Position at the bottom of the parent element */
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.InterfaceSectionHighlight ul, ol {
    margin: 0;
    padding: 0;
}

.InterfaceSectionHighlight li {
    list-style-type: none; /* Removes the bullet point */
    margin: 0;             /* Resets default margin */
    padding: 0;            /* Resets default padding */
	display: flex;
	align-items: center;
}

.InterfaceSectionHighlightAssets li:not(:last-child)  {
	margin-bottom: 25px;
}

.InterfaceSectionHighlightAssetsSmallIcon li:not(:last-child)  {
	margin-bottom: 10px;
}

.InterfaceSectionHighlightAssetsIcon {
	flex: 1;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	background-color: #222;
	background-size: cover;
	background-position: center;
	padding: 5px;
	border-radius: 5px;
	background-size: calc(100% - 10px) calc(100% - 10px);
	background-repeat: no-repeat;
	margin-right: 10px;
}

.InterfaceSectionHighlightAssetsEmptyIcon {
	flex: 1;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	background-color: #222;
	padding: 5px;
	border-radius: 5px;
	margin: 11px;
	margin-right: 21px;
}

.InterfaceSectionHighlightAssetsInfo {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	flex: 1;
}

.InterfaceSectionHighlightAssetsTitle {
	font-weight: 600;
}

.InterfaceSectionHighlightAssetsSubtitle {
	margin-top: 5px;
}

.InterfaceSectionHighlightDescription {
	text-align: left;
}

/* SCROLL BAR INTERFACE */

/* For Webkit browsers like Chrome, Safari */
#InterfaceMain::-webkit-scrollbar {
    width: 10px;  /* Width of the scrollbar */
}

#InterfaceMain::-webkit-scrollbar-track {
    background: #2E2E2E;  /* Color of the track */
}

#InterfaceMain::-webkit-scrollbar-thumb {
    background: #555;  /* Color of the thumb (the draggable part) */
    border-radius: 5px;  /* Rounded corners */
}

#InterfaceMain::-webkit-scrollbar-thumb:hover {
    background: #444;  /* Color when hovering over the thumb */
}

/* For Firefox */
#InterfaceMain {
    scrollbar-width: thin;  /* Can be "auto", "thin", or "none" */
    scrollbar-color: #555 #2E2E2E;  /* Thumb and Track color */
}

/* For IE and Edge */
#InterfaceMain::-ms-scrollbar {
    width: 10px;
}

#InterfaceMain::-ms-scrollbar-track {
    background: #2E2E2E;
}

#InterfaceMain::-ms-scrollbar-thumb {
    background: #555;
    border-radius: 5px;
}

#InterfaceMain::-ms-scrollbar-thumb:hover {
    background: #444;
}

/* TOOLTIP */

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 100;
    margin-bottom: 5px;
}

.tooltip:hover::before {
    opacity: 1;
}
