.btn-group>label {
	cursor: pointer;
}

.btn-group>label.active {
	box-shadow: 0 0 0 0.25rem rgb(0 123 255/ 50%);
}

.page {
	position: relative;
	outline: 1px solid gray;
}

.page img {
	position: relative;
	top: 0px;
	left: 0px;
}

.widget-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget-list li {
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
}

.widget-type {
	color: #0f3e4d;
	border: 1px solid #92adcc;
	cursor: pointer;
	height: 36px;
	align-items: center;
	border-radius: 0.35rem;
	background-color: #f7fafd;
	padding: 5px 10px;
	z-index: 200;
	min-width: 100px;
}

.widget {
	cursor: pointer;
	position: absolute;
	z-index: 1;
	max-width: 100%;
	max-height: 100%;
	border: 1px solid #ac1a2f;
	border-radius: 5px;
	padding: 5px;
	text-align: center;
	opacity: 0.9;
}

.left {
	position: absolute;
	top: 70px;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	padding-bottom: 30px;
}

.middle {
	position: absolute;
	top: 70px;
	bottom: 0;
	left: 16.666667%;;
	right: 16.666667%;;
	overflow-y: auto;
	padding-bottom: 30px;
}

.right {
	position: absolute;
	top: 70px;
	bottom: 0;
	right: 0;
	overflow-y: auto;
	padding-bottom: 30px;
}

#addDocumentCenterLabel {
	border-style: dashed;
	text-align: center;
	margin: auto;
	padding: 2rem;
	border-radius: 30px;
	color: #ac1a2f !important;
	border-color: #ac1a2f !important;
	opacity: 0.5;
	cursor: pointer;
}

.icon {
	font-size: 10rem;
}

.icon-text {
	font-size: 2rem;
	font-weight: 800;
}

.bg-primary {
	background-color: #f7fafd !important;
	color: #0f3e4d !important;
	border: 1px solid #92adcc !important;
	font-weight: 10;
}

.bg-danger {
	background-color: #fdf7f7 !important;
	color: #4d0f0f !important;
	border: 1px solid #cc9292 !important;
	font-weight: 10;
}

.bg-warning {
	background-color: #fdfcf7 !important;
	color: #636402 !important;
	border: 1px solid #ccc792 !important;
	font-weight: 10;
}

.bg-success {
	background-color: #ebffeb !important;
	color: #1b540d !important;
	border: 1px solid #93cc92 !important;
	font-weight: 10;
}

.bg-info {
	background-color: #ebf7ff !important;
	color: #0d4454 !important;
	border: 1px solid #92afcc !important;
	font-weight: 10;
}

.btn-outline-primary {
	color: #ac1a2f !important;
	border-color: #ac1a2f !important;
	border-style: dashed;
	opacity: 0.8;
}

.btn-outline-primary:hover {
	color: white !important;
	background-color: #ac1a2f !important;
}

.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
	margin-bottom: 15px;
}

#recipientSelector {
	top: 60px !important;
	padding-top: 35px;
	background-color: white;
	height: 100px;
}

.context-menu-list {
	padding: 10px 10px 13px 10px !important;
	min-width: 320px !important;
	max-width: 600px !important;
}

.context-menu-config {
	width: 600px !important;
}

.preview-file {
	transition: transform .2s;
}

.preview-file:hover {
	cursor: pointer;
	opacity: 70%;
	transform: scale(1.03);
}

.preview-file-active {
	box-shadow: 0px 0px 0px 5px #b2d2ff;
}

.pointer {
	cursor: pointer;
}

.pointer-none {
	pointer-events: none;
}

.row-height {
	height: 100vh;
}

.position-right {
	position: absolute;
	right: 7px;
	top: 7px;
	padding: 0.175rem 0.55rem;
}

.card-img-custom {
	max-height: 10rem;
	object-fit: cover;
}

.card-body {
	padding: 0.75rem;
}

.context-menu-html {
	padding: 0.3em 0.6em !important;
}

.preview-image {
	margin: auto;
	width: 75%;
	max-width: 255px;
}
