.Polaris-TopBar {
  background-color: #1c2260;
  color:white;
}

.Polaris-TopBar-UserMenu__Name, .Polaris-TopBar-UserMenu__Detail{
  color: white;
}

.Polaris-Breadcrumbs__Breadcrumb{
  border: none;
}

.Polaris-DataTable__Cell--numeric{
  text-align: center;
}

.Polaris-DataTable__Cell .Polaris-Icon, .Polaris-DataTable__Cell .Polaris-Link{
  display: inline-flex;
}

.Polaris-DataTable__Cell .Polaris-Icon{
  margin-left: 15px;
}

.Polaris-Header-Title{
  float:left;
}

.Polaris-Button{
  float:right;
}

.Polaris-Icon{
  cursor: pointer;
}
.Polaris-DataTable__Footer .Polaris-ButtonGroup--segmented{
  justify-content: center;
}

.Polaris-DataTable__Footer .Polaris-ButtonGroup .Polaris-Button{
  width: 90px;
}

.Polaris-DataTable__Table thead{
  background:#f4f6f8;
}

.Polaris-DataTable__Table tr{
  margin: 28px 10px 0;
  padding: 9px 10px;
  box-shadow: inset 0 -0.5px 0 0 #dfe3e8;
}

.plain-table tr:nth-child(even) {
  background: #f9f9fa;
}

#create_group{
  display: none;
}
.Polaris-Modal-Footer .Polaris-Stack{
  margin-left: 0px;
}

.Polaris-Modal-Footer .Polaris-Stack__Item {
  width: 100%;
}
.Polaris-ButtonGroup{
  justify-content: space-between;
}

.Polaris-Page-Header__TitleWrapper .Polaris-ButtonGroup__Item{
  margin-top: 0px;
}

.Polaris-Link{
  text-decoration: none;
  color:black;
}

.Polaris-Link:hover{
  color: black;
}

.text-right{
  text-align:right;
}

.Polaris-Header-Title__TitleAndSubtitleWrapper  .Polaris-Link__IconLockup::before, .Polaris-Header-Title__TitleAndSubtitleWrapper  .Polaris-Link__IconLayout::before{
  content: none;                                
}

.Polaris-Header-Title__TitleAndSubtitleWrapper .Polaris-Link__IconLockup svg{
  fill: #1c2260;
}

.Polaris-Header-Title__TitleAndSubtitleWrapper .Polaris-Link__IconLayout .Polaris-Icon{
  margin: 0 5px 0 0;
}

.blue-link{
  color: #006fbb;
}

.add_user .Polaris-DataTable{
  padding: 8px 10px;
}

.custom_price_list .Polaris-DataTable{
  padding: 10px;
}

.search_field{
  padding-bottom: 15px;
}

.Polaris-Button--plain svg{
  fill: #212b36;
}

.special_table tr{
  box-shadow: none;
}

.special_table .Polaris-DataTable__Cell{
  border-top: 0px !important;
}

.special_table .special_borders{
  border-top: 0.1rem solid var(--p-divider) !important;
  box-shadow: inset 0 -0.5px 0 0 #dfe3e8;
}

.add_background_gray{
  background: #f9f9fa;
}

.special_table  .Polaris-DataTable__Footer{
  border-top: 0px;
  background: none;
}

.special_table table .Polaris-DataTable__TableRow:last-child .special_borders{
  box-shadow: none;
}

.special_table  .Polaris-DataTable__Footer .Polaris-Button{
  border: solid 0.5px #dfe3e8;
  background-color: #f9fafb;
}

.removed_cell_paddings{
  padding: 1.6rem 0 1.6rem 0;
}

.Polaris-DataTable__ScrollContainer{
  overflow-x: visible;
}

.set_customers{
  display: none;
}

.Polaris-Modal-Dialog__Modal .Polaris-Stack__Item{
  margin-left: 0px;
}