/*!
custom.css 
created squareworks
*/
.app-header__logo .logo-src {
	width: auto;
}


.tab-pane .toggle{
	min-width: 84px !important;
	white-space: nowrap;
}

/* multi-select.css override - start */
.ms-container {
	width: auto !important;
	background-color: none !important;



}

.ms-container:before {
	position: absolute;
	top: 46%;
  left: 46%;
	width: 8%;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cstyle%3Esvg%7Bfill:%23343a40%7D%3C/style%3E%3Cpath d='M470.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 256 265.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L210.7 256 73.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z'/%3E%3C/svg%3E");
}


