
body {
	font-size: 16px;
	margin: 0;
	overflow: hidden;
	height: 100vh;
}

#main {
	height: 100%;
}

* {
	box-sizing: border-box;
}

.rbc-time-column .rbc-timeslot-group {
	min-height: 140px;
}

.zendeskLauncher {
	display: flex;
	align-items: center;
	justify-content: center;

	background-color: #1D1B1B;
	color: white;
	border-radius: 100px;
	cursor: pointer;

	position: absolute;
	bottom: 32px;
	right: 32px;
	width: 44px;
	height: 44px;
}

.zendeskLauncherIcon {
	border: 2px solid white;
	border-radius: 50%;
	padding: 0 5px;
}