@tailwind base;
@tailwind components;
@tailwind utilities;

/*For Alpine js Modal Close on Load*/
[x-cloak] {
    display: none !important;
}


.no-bullets-list {
    list-style-type: none;
    cursor: pointer;
}

.no-bullets-list:hover{
    /* text-decoration: underline; */

}
