﻿.bootstrap-select .dropdown-toggle .filter-option {
    right: 0;
    text-align: right;
}

.bootstrap-select .dropdown-toggle .caret {
    right: unset;
    left: 12px;
}

.bootstrap-select .caret {
    border: 0;
    width: auto;
    height: auto;
    margin-top: -10px !important;
}

    .bootstrap-select .caret:before {
        content: "\f078"; /*آیکن دراپ داون قشنگ*/
        display: inline-block;
        border: 0;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    right: unset;
    left: 15px;
    top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 15px;
}

.dropdown.open .dropdown-toggle {
    color: unset;
}

.bootstrap-select .dropdown-menu li.active small {
    color: unset !important;
}

.bootstrap-select .dropdown-menu li small {
    padding-left: unset;
    padding-right: 0.8em;
}
