.custom-a11yselect-container {
  /* margin-bottom:20px; */
  position:relative;
  width: 100%;
}
.custom-a11yselect-container .custom-a11yselect-btn {
  background:transparent none;
  border: 1px solid white;
  display:block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style:normal;
  font-weight:normal;
  line-height: 24px;
  max-width:100%;
  overflow:hidden;
  padding: 8px 16px;
  text-align:left;
  text-overflow:ellipsis;
  white-space:nowrap;
  width:100%;
  border-radius: 6px;
  height: 40px;
  outline: none;
}
.custom-a11yselect-container .custom-a11yselect-btn .custom-a11yselect-text {
  color: white;
}
.custom-a11yselect-container i.custom-a11yselect-icon {
  content:'';
  height:0;
  line-height:1;
  pointer-events:none;
  position:absolute;
  right:16px;
  top:18px;
  width:0;
}
.custom-a11yselect-container i.custom-a11yselect-icon.icon-carrat-down {
  border-top:5px solid #3DDBA7;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
}
.custom-a11yselect-container i.custom-a11yselect-icon.icon-carrat-up {
  border-bottom:5px solid #3DDBA7;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
}
.custom-a11yselect-container .custom-a11yselect-menu {
  background:#fff;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  display:none;
  left:0;
  margin:0;
  max-width:100%;
  padding:7px 6px;
  position:absolute;
  top:100%;
  width:100%;
  z-index:50;

}
.custom-a11yselect-container .custom-a11yselect-menu.opened {
  display:block;
  border-radius: 6px;
  margin-top: 12px;
}
.custom-a11yselect-container .custom-a11yselect-menu.custom-a11yselect-overflow {
  max-height:235px; 
  overflow-x:hidden;
  overflow-y:scroll;
}
.custom-a11yselect-container .custom-a11yselect-menu.custom-a11yselect-hidden {
  display:none !important;
}
.custom-a11yselect-container .custom-a11yselect-menu.custom-a11yselect-reversed {
  border-top:1px solid #ccc;
  border-bottom:none;
  bottom:100%;
  top:auto;
}
.custom-a11yselect-container .custom-a11yselect-menu .custom-a11yselect-option {
  display:block;
}
.custom-a11yselect-container .custom-a11yselect-menu .custom-a11yselect-option.is-disabled {
  opacity: .5;
  color: #271D4A !important;
  pointer-events: none;
}
.custom-a11yselect-container .custom-a11yselect-menu .custom-a11yselect-option button {
  background:#fff;
  border:none;
  color:#271D4A;
  font-family: "Roboto", sans-serif;
  font-size:14px;
  font-style:normal;
  font-weight:normal;
  line-height:21px;
  padding:7px 18px;
  text-align:left;
  width:100%;
  outline: none;
}
.custom-a11yselect-container .custom-a11yselect-menu .custom-a11yselect-option.custom-a11yselect-focused button {
  background:#3DDBA7;
}
.custom-a11yselect-container .custom-a11yselect-menu .custom-a11yselect-option.custom-a11yselect-selected button {
  background: /* rgba(196,196,196,0.12)*/; 
  font-weight:normal;
}
.custom-a11yselect-container .custom-a11yselect-menu .custom-a11yselect-option.custom-a11yselect-disabled button {
  background:#fff;
  color:#666;
  cursor:default;
}
.custom-a11yselect-container .custom-a11yselect-img {
  background-repeat:no-repeat;
  background-size:contain;
  display:inline-block;
  margin-right:10px;
  height:18px;
  width:18px;
  vertical-align: middle;
}
.custom-a11yselect-container select.custom-a11yselect-mobile {
  display:block !important;
  height:100% !important;
  left:0 !important;
  margin:0 !important;
  opacity:0 !important;
  padding:0 !important;
  position:absolute !important;
  top:0 !important;
  visibility: visible !important;
  width:100% !important;
  z-index:99999;
  -webkit-appearance: menulist-button !important;
  -moz-appearance: menulist-button !important;
  appearance: menulist-button !important;
}
