.setting-panel-container {
	width: 250px;
	position: absolute;
	top: 85px;
	/* right: 25px; */
	padding: 10px;
	z-index: 1000;
	background-color: rgb(255, 255, 255);
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.setting-panel-container-small {
	width: 170px;
	position: absolute;
	top: 85px;
	/* right: 25px; */
	padding: 10px;
	z-index: 10000;
	background-color: rgb(255, 255, 255);
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.close-button {
	font-size: 30px;
	color: #e54d42;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}


#opacityRange{
	margin-left: 5px;
	margin-right: 5px;
	width: 120px;
}

#font_size_range{
	margin-left: 5px;
	margin-right: 5px;
	width: 110px;
}

.my-setting-panel div {
	color: #808080;
}

.setting-title {
	font-size: 15px;
	padding: 5px 0px 5px 0px;
	font-weight: 600;
}


.anno-setting-type{
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
/* 	padding-left: 10px;
	padding-right: 10px; */
	/* padding-inline: 10px; */
	min-height: 15px;
	font-size: 15px;
	width: 160px;
	margin-top: -9px;
	/* color: rgb(128,128,128); */
	color:#0081FF;
}

.anno-setting-type label{
	font-size: 14px;
}

.anno-setting-type input {
	border: none;
	background-color: rgba(0, 0, 0, 0);
}

.my-setting-panel div:hover {
	background-color: rgba(235, 238, 250, 1);
	color: #0081FF;
	font-size: 700;
}


.color-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 2px;
	margin-top: 10px;
	justify-content: center;
	align-items: center;
	justify-items: center;
/* 	display: flex;
	flex-wrap: wrap; */
}

.color-grid-small {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 2px;
	margin-top: 10px;
	justify-content: center;
	align-items: center;
	justify-items: center;
}

.pure-color-padding {
	/* padding: 2px; */
	margin: 0 3px;
	border: 1px solid rgba(255, 255, 255, 0);
	margin-top: 0px;
	border-radius: 50%;
	line-height: 25px;
	height: 25px;
	width: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pure-color-padding.active {
	/* border-color: #007BFF; */
	border: 1px solid #007BFF;
}

.color-swatch {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #ddd;
}

.style-box {
	width: 100%;
	min-height: 50px;
	max-height: 400px;
	white-space: nowrap;
	overflow-x: auto;
	/* overflow: visible; */
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	border-radius: 5px;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.style-line{
	width: 100%;
	padding: 10px 0 10px 0;
}

.add-color {
	width: 25px;
	height: 25px;
	font-size: 16px;
	font-weight: 700;
	color: rgb(146, 146, 146);
	border-radius: 50%;
	margin: 0px 0px 0px 0px;
	border: none;
	cursor: pointer;
}

.custom-label {
	border: 1px solid #ccc;
	color: rgb(146, 146, 146);
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	font-family: Georgia;
	cursor: pointer;
}

.custom-label i{
	margin-left: 5px;
}

.custom-flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	padding:7px;
}

.stroke-width-dropdown-button{
	width: 130px;
	padding: 3px 5px 3px 5px;
	margin-left:20px;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	align-items: center;
	flex-direction: row;
	text-align: center;
}

.stroke-width-dropdown-item{
	padding: 5px;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.stroke-width-dropdown-item:hover .line{
	border-color: #0081FF;
}

.text-style-buttons i{
	padding: 5px;
	border-radius: 3px;
	margin-right: 5px;
}

.text-style-buttons i:hover{
	background-color: #dedede;
}

.text-style-active{
	background-color: #dedede;
}

.setting-button{
	width: 15px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -7px;
	color: rgba(134, 142, 150, 1);
}

/* .setting-button:hover{
	background-color: #dedede;
} */