.selected-option{margin-right:5px;cursor:pointer}.selected-option i{-webkit-transform:rotate(0deg)!important;transform:rotate(0deg)!important}.wrapper.active .select-btn{cursor:default}.content{z-index:2000!important}.wrapper{width:100%;margin:0 auto;position:relative;margin-bottom:10px}.wrapper ul{padding-left:0;padding-bottom:5px;background:#fff}.options li,.select-btn{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1.5}.select-btn{height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;border-radius:.25rem;border:1px solid #d8dbe0;background:#fff;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#6b7785}.select-btn i{-webkit-transition:-webkit-transform .3s linear;transition:-webkit-transform .3s linear;transition:transform .3s linear;transition:transform .3s linear,-webkit-transform .3s linear}.wrapper.active .select-btn i{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.content{position:absolute;z-index:2;width:100%;display:none;margin-top:5px;padding:5px 5px 0 5px;border-radius:.25rem;background:#fff;border:1px solid #d8dbe0;margin-bottom:10px}.wrapper.active .content{display:block}.content .search{position:relative}.search i{left:15px;line-height:2.5;position:absolute}.search input{height:calc(1.5em + .75rem + 2px);width:100%;padding:.375rem .75rem;border-radius:.25rem;border:1px solid #d8dbe0;background:#fff}.search input:focus{color:#768192;background-color:#fff;border-color:#958bef;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(50,31,219,.25);box-shadow:0 0 0 .2rem rgba(50,31,219,.25)}.select-btn i{font-size:80%}.content .options{margin-top:10px;max-height:200px;overflow-y:auto}.options::-webkit-scrollbar-track{background:#f1f1f1;border-radius:.25rem}.options::-webkit-scrollbar-thumb{background:#ccc;border-radius:.25rem}.options li{padding:10px;border-radius:.25rem}.options li:hover{background:#b2ffb2}.no-results{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;font-weight:500}.selected{background-color:#f3f3f3}.options li.selected:hover{background-color:#ff6a6a;color:#fff}