.Polaris-Badge--statussuccess {
	--p-component-badge-pip-color: rgba(0, 127, 95, 1);
	background-color: rgba(174, 233, 209, 1);
	color: #000;
}

.Polaris-Badge--primary {
	color: rgba(0, 127, 95, 1);
}

.Polaris-Badge--statusfailure {
	--p-component-badge-pip-color: rgba(215, 44, 13, 1);
	background-color: rgba(254, 211, 209, 1);
	color: #000;
}

.Polaris-Page{
	margin-top:3.2rem;
}

.p25 {
	padding: 2rem;
}

.pb25 {
	padding-bottom: 2rem;
}

.pt25 {
	padding-top: 2rem;
}

.pr25 {
	padding-right: 2rem;
}
.pl25 {
	padding-left: 2rem;
}
.heading {
	font-size: 2rem;
}

.activeMenu .Polaris-Tabs__Title::before {
	background: rgba(0, 128, 96, 1);
}

.inline {
	display: inline-block;
}

.center {
	text-align: center;
}

.centeritems {
	align-items: center;
}

.floatr {
	float: right;
}

.floatl {
	float: left;
}

.notextdecoration {
	text-decoration: none;
}

.mt-0{
    margin-top:0;
}

.mb-10{
    margin-bottom:1.6rem;
}

.noborder{
	border:0;
}

.flex{
	display:flex;
}

.login{
	box-shadow: inherit;
	display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.flexgrow{
	flex-grow: 1;
}

.textdescription{
	order: 0;
}

.custommodal{
  display: none;
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
}

.breakspace{
   white-space: break-spaces;
}

.dropdownApp{
   width: 300px;
   padding: 15px 0 15px 0;
}
.dropdownselect{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 1.6rem;
    margin-right: 2rem;
}
.logo{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 1.6rem;
    margin-left: 4rem;

}
.wordbreak{
	overflow-wrap: break-word;
	white-space: normal;
}

.calender{
	display: inline-flex;
    justify-content: center;
    align-items: center;
}

.checkordercontainer{
	display: inline-flex;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
	.logo{
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
		margin-top: 1.6rem;
		text-align: center;
	}
	.logo .Polaris-Card__Header{
		margin:0 auto;
	}
	.dropdownselect{
		text-align: center;
		justify-content: center;
	}
	.checkordercontainer{
		display:block;
	}

 }