html .text-color-yellow,
html .text-yellow {
	color: #FFC60A !important;
}

.cursor-outer {
    display: none;
}

.cursor-inner {
    width: 16px;
    height: 16px;
    left: 13px;
    top: 14px;
    background-color: var(--primary) !important;
    background-image: linear-gradient(to right, var(--primary) 0%, var(--secondary) 100%) !important;
    opacity: 0.3;
}