.color-switcher {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 9999; /* Ensure it appears above other content */
}

.color-switcher label {
    display: block;
    margin-bottom: 5px;
    background: rgb(0 0 0 / 55%);
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
}

.color-switcher input[type="color"] {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}
#reset-color {
	background:none!important;
	color:red!important;
	padding:10px;
	border:0;
	 position: fixed;
    top: 150px;
    right: 0;
    z-index: 9999; /* Ensure it appears above other content */
	font-size:14px;
	
}
}