/* Ivory cursor for dark background sections */
.mg-hero,
.mg-hero *,
.mg-about-hero,
.mg-about-hero *,
.mg-srv-hero,
.mg-srv-hero *,
.mg-con-hero,
.mg-con-hero *,
.mg-port-scene,
.mg-port-scene *,
.mg-home-scene,
.mg-home-scene *,
.mg-auth-page,
.mg-auth-page *,
.adm-hero,
.adm-hero *,
.mg-mobile,
.mg-mobile *,
.blob-bg-dark,
.blob-bg-dark * {
  cursor: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3E%3Cg%20fill='none'%3E%3Cpath%20d='M8.5%205C8.5%203.619%209.619%202.5%2011%202.5s2.5%201.119%202.5%202.5v9.5'%20stroke='%23FDFAF7'%20stroke-width='1.8'%20stroke-linecap='round'/%3E%3Cpath%20d='M13.5%207.5C13.5%206.119%2014.619%205%2016%205s2.5%201.119%202.5%202.5V13'%20stroke='%23FDFAF7'%20stroke-width='1.8'%20stroke-linecap='round'/%3E%3Cpath%20d='M18.5%209.5C18.5%208.119%2019.619%207%2021%207s2.5%201.119%202.5%202.5V15'%20stroke='%23FDFAF7'%20stroke-width='1.8'%20stroke-linecap='round'/%3E%3Cpath%20d='M8.5%2014v3.5c0%205.247%204.253%209.5%209.5%209.5s9.5-4.253%209.5-9.5V12c0-1.381-1.119-2.5-2.5-2.5S22%2010.619%2022%2012'%20stroke='%23FDFAF7'%20stroke-width='1.8'%20stroke-linecap='round'/%3E%3Cpath%20d='M8.5%2017.5V5'%20stroke='%23FDFAF7'%20stroke-width='1.8'%20stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E") 8 0, pointer !important;
}
 
/* Text cursor on form fields */
input, textarea, select {
  cursor: text !important;
}