	/* Set full height and background color */
	body, html {	
	height: 100%;
	flex-direction: column;
	width: 100%;	
	margin: 0;
	display: flex;
	align-items: start; 
	justify-content: start; 
	color: white; 
	}
	
	#content-div {
    display: block;
	overflow-y: scroll;
	height: 73vh;
}  	

	#content-iframe {
    display: block;
	overflow-y: scroll;
	height: 73vh;
}    

	.action-bar{
		height: 40px;
		width: 100%;
		margin-top: 19px;
		display: flex;
		flex-direction: row;
		justify-content: end;
}

.action-icon {
	height: 40px;
	width: auto;
	padding: 0 8px 0 8px;
}

#action-menu {
	visibility: hidden;
}

    

	/* Basic Reset */
	.header-reset {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	}

	/* Header styling */
	.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
	max-height: 250px;
	width: 100vw; /* Full width */
	}

	/* Logo */
	.logo {
	height: 100%;
	display: flex;
	align-items: center;
	}
	.logo img {
		padding-top: 10px;
	height: 80px;
	}

	/* Navigation styling */
	.nav {
	display: flex;
	list-style: none;
	}
	.nav-item {
	position: relative;
	margin: 0 15px;
	}
	.nav-item a {
	color: #fff;
	text-decoration: none;
	padding: 10px;
	display: inline-block;
	}

	/* Dropdown */
	.dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #262f37;
	list-style: none;
	border-radius: 4px;
	padding: 0px;
	}
	.dropdown-item {
	padding: 8px 15px;
	background-color: #262f37;
	transition: all 0.3s ease;
	width: 150px;
	}
	.dropdown-item:hover {
	background-color: #212931;
	}
	
	.dropdown-item a {
	color: #fff;
	text-decoration: none;
	}
	.nav-item:hover .dropdown {
	display: block;
	}

	/* Buttons */
	.buttons {
	display: flex;
	padding-right: 25px;
	}
	.button {
	padding: 10px 20px;
	margin-left: 10px;
	background-color: #555;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	}
	.button:hover {
	background-color: #777;
	}

	.content-area {
	margin: 25px;
    background-color: #3A4550;
    padding: 25px;
    box-sizing: border-box;
    width: 95%;
    border-radius: 8px;
	
	}
	
	.content-frame {
		width: 100%;
		height: 100%;
		border: none;
		border-radius: 8px; 
	}

	.main-column-layout {
	height: 100%;
	display: grid;
	grid-template-columns: 75% 25%;
	width: 100%;           
	}

	.bili-icon {
		width: 250px;
	}

	.right-column {
		background-image: url('assets/images/bg.png');
		background-size: cover;        /* Scales image to cover the entire background */
		background-position: center;   /* Centers the image */
		background-repeat: no-repeat;  /* Prevents the image from repeating */		
		width: 100%;		
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 25px 25px 25px 0;
	}

	.centered-image {
		max-width: 100%; /* Ensure the image doesn't exceed its container's width */
		height: auto; /* Maintain aspect ratio */
	}

	.bpFab {
		display:block;
	}
	
    .bpContainer {
        z-index: 9999 !important;
    }

	.center-div {
		width: 10vw;
		height: 80vh;
		background-color: rgb(102, 71, 255);
		border-radius: 15px;
		padding: 5px;
		box-sizing: border-box;
		color: white;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	
	.two-column-content{
		display: grid;
		grid-template-columns: 50% 50%;
		width: 100%;		
	}
	
	.one-column-content{
		display: grid;
		grid-template-columns: 100%;
		width: 100%;
	}
	
	ul {
		list-style-position: outside;
	}
	
	p a {
		text-decoration: none;
		color: white;
		transition: all 0.3s ease;
	}
	
	p a:hover {
		color: #976C4C;
	}
	
	p, h1, h2, h3, h4, h5, a, li {
		font-family: 'Montserrat', sans-serif;
	}
	
	h2 {
		border-bottom: 1px solid #976C4C;
		padding-bottom: 15px;
		width: 90%;
		font-weight: 500;
		font-size: 20pt;
	}	
	
	h3 {
		font-weight: 300;
		font-size: 18pt;
	}
	
	.bot-frame {
	width: 100%;
    height: 100%;
    padding: 25px 25px 25px 25px;
    right: 25px;
    bottom: 25px;
    position: relative;
    border: none;
	}
	

	        /* Modal Styles */
        .modal {
            display: n; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 1000; /* Sit on top */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
			z-index: 99999;
        }

        .modal-content {
            background-color: #2D3740;
            margin: 10% auto; /* 10% from the top and centered */
            padding: 20px;
            border: 1px solid #888;
            width: 300px; /* Could be more or less, depending on screen size */
            border-radius: 5px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }

        .modal-header {
            margin-bottom: 15px;
        }

        .modal-header h2 {
            margin: 0;
        }

        .modal-body input[type="email"],
        .modal-body input[type="password"] {
            width: 93%;
            padding: 10px;
            margin: 5px 0 15px 0;
            border: 1px solid #ccc;
            border-radius: 4px;
        }

        .modal-footer {
            text-align: right;
        }

        .modal-footer button {
            padding: 10px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }

        .modal-footer .login-btn {
            background-color: #4CAF50;
            color: white;
        }

        .modal-footer .cancel-btn {
            background-color: #f44336;
            color: white;
            margin-right: 10px;
        }

        /* Optional: Add animation for modal */
        .modal.fade-in {
            animation: fadeIn 0.5s;
        }

        @keyframes fadeIn {
            from {opacity: 0;}
            to {opacity: 1;}
        }
		
		.learn-more-btn {
			padding: 15px 20px 15px 20px;
			border: none;
			background-color: #886144;
			color: white;
			font-size: 16pt;
			font-weight: 400;
			transition: all 0.3s ease;
		}
		
		.learn-more-btn:hover {
			background-color: #947157;
		}
		
		.session-link {
		background: #DFA784;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-decoration: none; 
		transition: all 0.3s ease;
		}

		.session-link:hover {
		color: #dd8c5a;
		}

	.report-container {
	display: grid;
	grid-template-columns: 25% 75%;
	height: 100%;
	}

	#title-list-container {
		border-right: 1px solid #ccc;
		padding-right: 20px;
		max-height: 90vh; /* Make title list scrollable if too long */
		overflow-y: auto;
	}
	#title-list {
		list-style-type: none;
		padding: 0;
	}
	#title-list li {
		margin-bottom: 8px;
	}
			
	#content-display {
		padding: 10px;
		border: 0px solid;
		width: 60vw;
	}
	#content-display h2, #content-display h3 {
		margin-top: 0;
	}

.bpMessageBlocksRow > button {
    background-color: bisque !important;
}

/* UPLOAD FORM */

  .upload-container {
    max-width: 350px;
    margin: 0 auto;
  }

  label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
  }

  input[type="file"] {
    margin-bottom: 15px;
    border-radius: 4px;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
  }

  button[type="submit"] {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 10px;
    width: 100%;
    font-size: 1em;
    border-radius: 4px;
    cursor: pointer;
  }

  button[type="submit"]:hover {
    background: #0056b3;
  }

  .input-note {
    font-size: 0.9em;
    color: #fff;
    margin-top: 15px;
  }
  
 /* UPLOAD FORM */