.Polaris-TopBar{
  background-color: #1c2260;
}
.Polaris-TopBar__LogoContainer .Polaris-Heading{
  color:white;
  font-size: 1.3rem;
}

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

.Polaris-TopBar-UserMenu__Detail, .Polaris-TopBar-UserMenu__Name{
  color:white;
}
.grid{
  display:flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.one-half{
  width: 50%;
}


.Polaris-Layout__Section .Polaris-Stack > .Polaris-Stack__Item:last-child{
  margin-left: 2.6rem;
}

.select_content{
  padding-top: 2rem;
}

.select_content  .Polaris-Select{
  max-width: 395px;
}

.Polaris-Button--fullWidth{
  max-width: 290px;
  background-image: linear-gradient(to bottom, #606fc7, #5865c1);
  color: white;
}

.hide{
  display:none;
}

.upload_csv_select .Polaris-Stack--vertical{
  flex-direction: row;
}

.Polaris-Card .Polaris-Card__Header{
  padding: 0 2rem 0;
}

.select_content .Polaris-DropZone--sizeExtraLarge{
  min-height: 38px;
}

.Polaris-Card__Section{
  padding: 3rem;
}


.multiselect {
  width: 100%;  
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  height: 100%;
  min-height: 3.6rem;
  padding: 0.5rem 0.8rem 0.5rem 1.2rem;
  border: 0.1rem solid var(--p-border-subdued);
  border-bottom-color: var(--p-border-shadow-subdued);
  border-radius: var(--p-border-radius-base);
  background-color: var(--p-surface);
  box-shadow: var(--p-button-drop-shadow);
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 1px #dadada solid;
  position: absolute;
  width: 100%;
  background: white;
  z-index: 100;
  height: 165px;
  overflow-y: scroll;
}

#checkboxes label {
  display: flex;
  padding: 10px 8px;
  width: 100%;
  align-items: center;
}


#checkboxes label input{
  margin-right: 10px;
}

#checkboxes label:hover {
  background-color: #1e90ff;
}

/* customized scrollbars on custom select */
/* width */
#checkboxes::-webkit-scrollbar {
  width: 7px;
}

/* Track */
#checkboxes::-webkit-scrollbar-track {
  border: solid 0.5px #e7e7e7;
  background-image: linear-gradient(to right, #f8f8f8 0%, #fafafa 51%, #fafafa 100%);
  border-radius: 10px;
}
 
/* Handle */
#checkboxes::-webkit-scrollbar-thumb {
  background:#919eab; 
  border-radius: 5px;
}

/* Handle on hover */
#checkboxes::-webkit-scrollbar-thumb:hover {
  background: #919eab; 
}

.Polaris-DropZone-FileUpload .Polaris-Stack{
  align-items: center;
}

.Polaris-RadioButton__Backdrop{
  border: solid 0.5px #c4cdd5;
}

.Polaris-RadioButton__Input:checked + .Polaris-RadioButton__Backdrop{
  border-color: #5c6ac4;
}

#result-pills ul{
  list-style: none;
  padding: 5px 0;
}
#result-pills ul li{
  padding-top: 5px;
}

#result-pills ul li span{
  padding-right: 10px;
}

#result-pills ul li a{
  padding-right: 10px;
}