@import 'src/Components/GlobalStyles/mixins';
@import 'src/Components/GlobalStyles/colors';

@include errorMessagePopup;

.emptyCompanyErrorMessage {
	position: relative;

	p {
		a {
			color: white;
		}
	}

	.closeButton {
		position: absolute;
		top: 10px;
		right: 10px;
		background-color: white;
	}

	&__buttons {
		a {
			text-decoration: none;
		}
	}
}

.nameOFThePage {
	text-transform: capitalize;
}
