.selectric .label{
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    margin-left: 0;
}
.selectric{
    border: 1px solid #e6e6e6;
    background: transparent;
    border-radius: 5px;
}
.selectric-open .selectric{
    border-radius: 5px 5px 0 0;
    border-bottom: none;
}
.selectric .button::after {
    content: " ";
    background: url("/images/select_pointer_2.png") center center / cover;
    width: 8px;
    height: 22px;
    border: none;
}
.selectric .button {
    width: 28px;
}
.selectric-items{
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.selectric-items li.highlighted,
.selectric-items li:hover{
    background: #338cf6;
    color: #fff;
}
.selectric-items li {
    font-size: 16px;
    padding: 10px 21px;
}
.selectric-open {
    z-index: 1;
}
/*MODALS*/
.modal .selectric{
    border: 1px solid #919191;
    box-shadow: none;
    border-radius: 5px;
}
.modal .selectric .label{
    color:#fff;
    font-size:14px;
}
.modal .selectric .button::after {
    content: " ";
    background: url("/images/white_select_pointer_2.png") center center / cover;
    width: 8px;
    height: 22px;
    border: none;
}
.inner_for_select .selectric .label{
    height: 42px;
}
.modal .inner_for_select .selectric .button::after {
    width: 7px;
    height: 19px;
}
