.app-dev-action-bar {
	position: relative;
	z-index : 4;

	.dev-action-bar-container {
		position     : absolute;
		top          : 10px;
		right        : 30px;
		z-index      : 1;
		background   : rgba(22, 22, 22, 0.6);
		border-radius: 5px;
		display      : flex;

		>.title {
			color     : white;
			padding   : 5px;
			text-align: center;
		}
	}
}