/**
 * @version 4.25.12
 * Date: 2025-12-12T00:03:26.512Z
 */

/* RESPONSIVE BODY WIDTH FIXER */
.widget-responsive {
	width: 1px;
	min-width: 100%;
	*width: 100%;

	height: 1px;
	min-height: 100%;
	*height: 100%;

	position: relative;
}

.widget-header {
	width: 100%;
	height: 80px;
	background-color: #efeef6;
	border: 1px solid black;
	position: relative;
	box-sizing: border-box;
	//border-bottom: none;
}

.cdc-link {
	top: 3px;
	left: 5px;
	position: absolute
}

.cdc-link img {
	border: none;
	height: 75px;
}

.cdc-share, .cdc-info {
	background-color: #075290;
	//border: 2px solid white;
	color: white;
	border-radius: 10px;
	padding-left: 5px;
	padding-right: 5px;
	top: 30px;
	font-weight: bold;
	position: absolute;
	cursor: pointer;
	width: 60px;
	text-align: center;
	font-size: 20px;
	font-family: Helvetica;
}

.cdc-share {
	right: 10px;
}

.cdc-info {
	right: 100px;
}

.cdc-share-code, .cdc-info-modal {
	position: absolute;
	width: 100%;
	background-color: #efeef6;
	display: none;
	z-index: 1;
	color: black;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid black;
}

/*.cdc-info-modal {
	height: 100%;
	overflow: auto;
}*/

.cdc-share-code {
	text-align: center;
}

.cdc-share-code textarea {
	display: block;
	width: 99%;
	margin-top: 10px;
	height: 100px;
}

.cdc-branding {
	outline: 2px solid #b1dafb;
	position: relative;
}

.cdc-widget-wrapper {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.info-close-wrap {
	text-align: center;
}

.share-exit, .info-exit {
	right: 20px;
	top: 10px;
	position: absolute;
	font-family: sans-serif;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid black;
	cursor: pointer;
}

.info-close {
	display: inline-block;
	background-color: #075290;
	border: 2px solid white;
	color: white;
	border-radius: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	cursor: pointer;
	font-size: 20px;
	font-family: Helvetica;
}

label:focus,
a:focus{
 	outline:1px solid #ffa500;
}

#cdcAttribution {
	display: none;
}