/* Bootstrap Select */
.bootstrap-select > .dropdown-toggle { background: #fff; border: 1px solid #e0e6ed; border-radius: 6px; padding: 8px 12px; font-size: 14px; }
.bootstrap-select .dropdown-menu { border: 1px solid #e0e6ed; border-radius: 6px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active { background-color: #1b55e2; color: #fff; }
.bootstrap-select .dropdown-item:hover { background-color: #f8f9fa; }
