﻿.container_sceenshot1_css {
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100vw / 2 - 20px);
}

.container_sceenshot2_css {
	position: absolute;
	top: 270px;
	right: 10px;
	width: calc(100vw / 2 - 20px);
}

.img_screenshot {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.container_textblock1 {
	position: absolute;
	top: 20px;
	right: 80px;
	width: 600px;
	height: 200px;
	color: white
}

.container_users_css {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 420px;
	height: calc(100vh - 141px);
	border: 1px black;
	z-index: 49;
}

.container_supportcases_css {
	position: absolute;
	top: 70px;
	right: 0px;
	width: calc(100vw - 420px);
	height: calc(100vh - 141px);
	border: 1px black;
	z-index: 49;
}

.wj-cell.newcase {
	background: red;
}

.wj-cell.pending {
	background: yellow;
}

.wj-cell.answer {
	background: green;
}