/**
 * Webkul Software.
 *
 * @category   Webkul
 * @package    Webkul_Agorae
 * @author     Webkul Software Private Limited
 * @copyright  Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license    https://store.webkul.com/license.html
 */
a,
.alink {
  color: #9400cf;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
a:hover,
.alink:hover {
  color: #dc83ff;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #c636ff;
}
a:focus,
.alink:focus,
a:active,
.alink:active {
  color: #9400cf;
}
