   
/********************************************/
/*base layer modal*/
/********************************************/
.org-select {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;	
}
.org-select:checked + .org-label,
.org-select:not(:checked) + .org-label {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	width: 100%;
	font-size: 11px;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	color: #000;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	border: 1px solid #1590a6;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 6px;
  font-weight: 500;
}

.org-select:checked + .org-label {
	background-color: #1590a6;
	color: #fff;
	box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}
.org-select:checked + .org-label img,
.org-select:not(:checked) + .org-label img {
  width: 18px;
  margin-right: 10px;
}
.org-select:checked + .org-label img{
  filter: brightness(0) invert(1);
}
.overflow-height{
    max-height: 190px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* color box section */
.color-box .card {
  border-radius: 7px;
  margin: 15px 0;
  background: transparent;
  border-color: #ffffff;
}
.color-box .card-header {
  padding: 7px 15px !important;
  background-color: #1590a6 !important;
  height: auto;
  border: 0;
}
.color-box .card-title {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}
.color-list{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  width: auto;
  float: none;
}
.color-list li{
  float: left;
  width: 20%;
  padding: 2px;
}
.color-radio {
position: absolute;
left: -9999px;
width: 0;
height: 0;
visibility: hidden;	
}
.color-radio:checked + .color-label,
.color-radio:not(:checked) + .color-label {
position: relative;
display: inline-block;
padding: 5px 10px;
width: 100%;
font-size: 11px;
border-radius: 4px;
overflow: hidden;
cursor: pointer;
-webkit-transition: all 300ms linear;
transition: all 300ms linear;
border: 5px solid #ccc;
overflow: hidden;
display: flex;
align-items: center;
margin-bottom: 6px;
height: 25px;
background-color: #fff;
}
.color-label.color_one{
  background-color: #6A9C85 !important;
}
.color-label.color_two{
  background-color: #446A75 !important;
}
.color-label.color_three{
  background-color: #634B4B !important;
}
.color-label.color_four{
  background-color: #7D6B5E !important;
}
.color-label.color_five{
  background-color: #DB9D8B !important;
}
.color-label.color_six{
  background-color: #EEE7DB !important;
}
.color-label.color_seven{
  background-color: #91BE88 !important;
}
.color-label.color_eight{
  background-color: #AF522A !important;
}
.color-label.color_nine{
  background-color: #B2488D !important;
}
.color-label.color_ten{
  background-color: #241B55 !important;
}
.color-radio:checked + .color-label {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border-color: #1590a6;
}
.chooseColor input[type="color"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 25px;
  padding: 5px 5px;
  width: 70px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  background: #fff;
  border-radius: 4px;
}
.line-typ{
  list-style: none;
  padding: 0;
  margin: 0;
}
/* symbol box */
.symbol-box .card {
  border-radius: 7px;
  margin-bottom: 15px;
  background: transparent;
  border-color: #ffffff;
}
.symbol-box .card-header {
  padding: 7px 15px !important;
  border-radius: 7px 7px 0 0;
  background-color: #1590a6 !important;
  height: auto;
  border: 0;
}
.symbol-box .card-title {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}
.symbol-list{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  display: block;
  float: left;
  clear: both;
}
.symbol-list li{
  float: left;
  width: 12%;
  padding: 2px;
}

.symbol-radio {
position: absolute;
left: -9999px;
width: 0;
height: 0;
visibility: hidden;	
}
.symbol-radio:checked + .symbol-label,
.symbol-radio:not(:checked) + .symbol-label {
  position: relative;
  display: inline-block;
  padding: 4px;
  width: 100%;
  font-size: 11px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  height: 35px;
  border: 3px solid #ccc;
  background-color: #fff;
}
.symbol-radio:checked + .symbol-label {
box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
border-color: #1590a6;
}



.line-typ-radio:checked + .line-typ-label,
.line-typ-radio:not(:checked) + .line-typ-label
{
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  width: 100%;
  font-size: 11px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  border: 5px solid #ccc;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  height: 25px;
  background-color: #fff;
}

.line-typ-radio:checked + .line-typ-label {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border-color: #1590a6;
}

.line-typ-radio{
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden; 
}

.layer_icon{
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 5px;
}