
:root {
  --select-border: #F37021;
  --select-focus: black;
  --select-arrow: var(--select-border);
}

select {
  outline: none;
}


.selectWrap {
  display: grid;
  width: 150px; 
  border-radius: 5px;
  font-size: 1.25rem;
  font-size: 22px;
  cursor: pointer;
  line-height: 1.1;
  background-color: #F37021;
  grid-template-areas: "selectWrap";
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

select,
.selectWrap:after {
  grid-area: selectWrap;
}

.selectWrap::after {
  content: "";
  width: 0.8em;
  height: 0.5em;
  background-color:#fff;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  justify-self: end;
  margin-right: 10px;
}

#mbPOCControlsLangDrop {
  -webkit-appearance: none;
  background-color: #F37021;
  border: none;
  padding: 0 ;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: 22px;
  height: 48px;
  color: #fff;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  text-transform: uppercase;
  padding-left: 18px;
  border-radius: 5px;
}

.selectWrapM {
  display: grid;
  width: 150px; 
  border-radius: 5px;
  font-size: 1.25rem;
  font-size: 22px;
  cursor: pointer;
  line-height: 1.1;
  background-color: #F37021;
  grid-template-areas: "selectWrap";
  align-items: center;
  position: absolute;
  /* left: 16px;
  top: 36px; */
  right: 102px;
  top: 102px;
  transform: translateY(-50%);
}

select,
.selectWrapM:after {
  grid-area: selectWrap;
}

.selectWrapM::after {
  content: "";
  width: 0.8em;
  height: 0.5em;
  background-color:#fff;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  justify-self: end;
  margin-right: 10px;
}

#mbPOCControlsLangDropM {

  -webkit-appearance: none;
  background-color: #F37021;
  border: none;
  padding: 0 ;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: 22px;
  height: 48px;
  color: #fff;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  text-transform: uppercase;
  padding-left: 10px;
  border-radius: 5px;
}
