/**
 * CASCADING STYLE SHEET - HOTFIX
 * This file should only be used for production emergencies (Hot-fixes)
 * e.g.
 *  .hotfix-<ticketnumber>{
 *       background-color: #fff;
 *   }
 */
/* 
@media screen and (min-width: 1200px) {
	ul.dropdown-menu.show {
		padding: 10px 20px;
		margin-top: -10px;
		box-shadow: 3px 3px 3px 1px rgb(0 0 0 / 10%);
		margin-left: -10px;
	}
} */