.selectron {
    color: #666;
    display: inline-block;
    font-family: "GlacialIndifference-Regular", Sans-serif;
    font-size: 13px;
    max-width: 400px;
    min-width: 200px;
    position: relative;
    width: 100%;
}
.selectronselect {
    display: none;
}
.selectron--disabled {
    opacity: 0.5;
    pointer-events: none;
}
.selectron--is-touch .selectron__select {
    color: #000;
    font-family: "GlacialIndifference-Regular", Sans-serif;
    font-size: 13px;
    font-size: 13px;
    height: 100%;
    padding: 1px 50px 2px 18px;
    visibility: visible;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
}
.selectron__select {
    background-color: transparent;
    border: none;
    height: 0;
    left: 0;
    outline: none;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 0;
}
.selectron--is-touch,
.selectron__trigger {
    background-color: #fff;
    border-radius: 0;
    border: none;
    box-sizing: border-box;
    color: #b3b3b3;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    height: 20px;
    line-height: 1.2;
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 0px;
    margin: 0;
    display: inline-block;
    border: none;
    background: #ffffff;
    font-size: 16px;
    transition: all 0.5s;
    font-weight: normal;
}
.selectron--is-touch::-moz-focus-inner,
.selectron__trigger::-moz-focus-inner {
    border: none;
}
.selectron--is-touch--is-filled,
.selectron__trigger--is-filled {
    color: #666;
}
.selectron--is-touch--is-open,
.selectron__trigger--is-open {
    border-color: #999;
    border-radius: 4px 4px 0 0;
    color: #666;
}
.selectron--is-touch--is-overflowing,
.selectron__trigger--is-overflowing {
    border-radius: 0 0 4px 4px;
}
.selectron--is-touch:focus,
.selectron__trigger:focus {
    border-color: #999;
}
.selectron--is-touch:before,
.selectron__trigger:before {
    content: "";
    border-bottom: 1.5px solid  #000;
    border-left: 1.5px solid  #000;
    height: 6px;
    border-radius: 0 0 0 0px;
    width: 6px;
    position: absolute;
    top: 50%;
    right: calc(20px - 4px);
    margin-top: -1px;
    -webkit-transform: rotate(-45deg) translate(50%, -50%);
    -ms-transform: rotate(-45deg) translate(50%, -50%);
    -o-transform: rotate(-45deg) translate(50%, -50%);
    transform: rotate(-45deg) translate(50%, -50%);
}
.selectron__search {
    -moz-appearance: none; display: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #999;
    border-top: none;
    box-sizing: border-box;
    color: #000;
    font-family: "GlacialIndifference-Regular", Sans-serif;
    font-size: 13px;
    height: 45px;
    opacity: 0;
    outline: none;
    padding: 14px 18px 14px 18px;
    position: absolute;
    top: 100%;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    left: -3.5%;
    width: 107.5% !important; padding: 13px;
    background-color: #0b0e35;
    border-radius: 0;
}
.selectron__search + .selectron__options {
    top: calc(100% + 45px);
}
.selectron__search--is-overflowing {
    border-bottom: none;
    border-top: 1px solid #999;
    bottom: 100%;
    top: auto;
}
.selectron__search--is-overflowing + .selectron__options {
    bottom: calc(100% + 45px);
    top: auto;
}
.selectron__search--is-open {
    opacity: 1;
    visibility: visible;
}
.selectron__options {
    background-color: #fff;
    border-radius:0;
    border: none;
    border-top: none;
    box-sizing: border-box;
    left: 0;
    list-style: none;
    margin: 0;
    max-height: 200px;
    opacity: 0;
    overflow: auto;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    visibility: hidden;
    width: 104%;
    z-index: 50;
    -webkit-overflow-scrolling: touch;   left: -3.5%;
    width: 107.5% !important;
    top: 42px !important;
}
.selectron__options--is-open {
    opacity: 1;
    visibility: visible;
}
.selectron__options--is-overflowing {
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #999;
    bottom: 100%;
    top: auto;
}
.selectron__option {
    cursor: pointer;
    line-height: 1.2;
    overflow: hidden;
    padding: 10px 15px;
    text-overflow: ellipsis;
    font-size: 1rem;
    background-color: #e1e1e1;
    color: black !important;
    border-bottom: 1px solid white;
}
.selectron__option--optgroup {
    padding: 13px 18px 14px 28px;
}
.selectron__option--is-selected {
   
    color:  #00000;
}
.selectron__option--is-disabled,
.selectron__option[data-value=""] {
    color: #ccc;
}
.selectron__option--is-disabled {
    pointer-events: none;
}
.selectron__option--is-hidden {
    display: none;
}
.selectron__option--is-hovered {
    background-color: #8e8e8e;
    color: #fff !important;
}
.selectron__no-results {
    line-height: 1.2;
    padding: 13px 18px 14px;
}
.selectron__option-group {
    color: #999;
    cursor: default;
    padding: 13px 18px 14px;
}
.selectron__icon {
    display: inline-block;
    margin: 0 10px 0px 0;
    max-width: 50px;
    vertical-align: middle;
}
.selectron--block .selectron__trigger:before {
    background-color:  #8e8e8e;
    border: none;
    height: 100%;
    margin: 0;
    right: 0;
    top: 0;
    width: 50px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.selectron--block .selectron__trigger:after {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    right: 20px;
}
.selectron--dark {
    color: #fff;
}
.selectron--dark .selectron__trigger {
    background-color: #363636;
    border: none;
    color: #666;
}
.selectron--dark .selectron__trigger--is-filled {
    color: #fff;
}
.selectron--dark .selectron__trigger--is-open {
    background-color: #434343;
    color: #fff;
}
.selectron--dark .selectron__trigger:focus {
    background-color: #434343;
}
.selectron--dark .selectron__options {
    background-color: #363636;
    border: none;
}
.selectron--dark .selectron__option[data-value=""] {
    color: #666;
}
.selectron--dark .selectron__option--is-hovered,
.selectron--dark .selectron__option:hover {
    color: #fff;
}

.selectron > ul{width:100%; background-color: red; padding: 0;}
.selectron > ul > input[type="text"]{border:none; display: none;}
.selectron > button{    height: 28px; font-size: 15px;}
.selectron > button + input[type="text"]{border:none;}
.selectron__search--is-open{
    margin-left: -4%;
    width: 104%;
    padding: 14px; display: none !important;
}


