/* Add custom CSS styles below */ 
@media(max-width: 767px){
	.kayan-header i.sicon-brightness-low {
        position: absolute;
        left: 77px;
        top: 50%;
        transform: translateY(-50%);
    }
.kayan-header.z-50.sticky.top-0.overflow-hidden.w-full.h-full > div > div > div.flex-1.hidden.gap-6 > a{
    	display: none !important;
    }
}
.popup-content{
	background-color: #F9F4EE !important;
}