
		.menu-container {
			padding-right: 160px;
		}

		.menu {
			position: absolute;
			top: calc(100% + 1px);
			left: 0;
			z-index: 1050;
			background-color: #004E6A !important;
			color: white !important;
			padding: 10px;
			width: 100%;
			display: none;
			border-radius: 0 !important;
		}

			.menu a {
				color: white !important;
				text-decoration: none;
				display: block;
				padding: 8px 10px;
				border-radius: 6px;
				cursor: pointer !important;
			}

				.menu a:hover {
					background-color: #003B54 !important;
				}

			.menu .dropdown-divider {
				border-color: white;
				width: 120%;
				margin-left: -10px;
			}

			.menu .btn {
				width: 100%;
				background-color: white;
				color: #004E6A;
				border: 1px solid #004E6A;
				margin-top: 15px;
				border-radius: 50px;
			}

				.menu .btn:hover {
					background-color: #003B54;
					color: white;
				}

		.nav_user {
			position: relative;
			border-left: 1px solid var(--Tabs-Text-Active, #157599)!important;
			background: var(--Menu-Header---Menu-Color, #004E6A)!important;
		}

		#chatMenu::after {
			content: "";
			position: absolute;
			left: 270px !important;
			top: 0;
			height: 100%;
			width: 1px;
			background-color: #157599;
		}

		#chatMenu {
			cursor: pointer;
		}

		.app-navbar {
			display: flex;
			justify-content: flex-end;
			align-items: center;
		}

		.menu-trigger {
			cursor: pointer;
		}

		.user-menu-toggle {
			width: 100%;
			display: flex;
			justify-content: space-between;
			align-items: center;
			padding: 8px 10px;
			background-color: transparent;
			color: white;
		}

			.user-menu-toggle:hover {
				background-color: #003B54;
				color: white;
			}
			.pr0{
				padding-right:0px!Important;
			}

		span#LockedHeader {
			font-size: 23px;
			font-weight: bold;
			color: yellow;
			margin-left: 10vw;
		}
		.modal {
			margin-top:69px!Important;
		}

		.subheader-container{
			padding-bottom:0px;!important;
		}
		.sort-icon{
			display:inline-block;
		}
		.sc-button{
			padding:5px 8px 5px 8px!important;
			cursor:pointer!important;
		}

		.tox-tinymce{
			width:100%!important;
		}

		#systemUpdatesModal .modal-content {
			background-color: #fff !important;
			border: 1px solid #ddd !important;
			box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
			border-radius: 8px !important;
		}

		#systemUpdatesModal .modal-dialog {
			transform: none !important;
		}

		#systemUpdatesModal.show {
			display: block !important;
		}
	