.form-dropdown{position:relative}.form-dropdown .dd-header{z-index:1;cursor:pointer;padding:.65rem;display:flex;position:relative}.form-dropdown .dd-header .dd-header-title{flex:1;overflow:hidden}.form-dropdown .dd-header .dd-header-title .header-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.form-dropdown .dd-header .dd-header-title .dd-badge{color:#000;text-transform:none;background-color:#ebebeb;border-radius:16px;margin-top:-12px;padding:2px 8px;font-weight:500;display:flex;position:absolute;top:50%;right:32px}.form-dropdown .dd-header .dd-header-title .dd-badge .image{margin-right:-4px}.form-dropdown .dd-header .dd-header-title .dd-badge .image img{width:16px}.form-dropdown .dd-header .dd-header-title img{max-width:19px;max-height:19px;margin-right:10px;position:relative;top:-2px}.form-dropdown .dd-header .dd-header-title svg{color:#b5b5b5;width:18px;max-width:19px;max-height:19px;margin-right:10px;position:relative}.form-dropdown .dd-header .dd-header-title i{margin-right:10px;font-size:18px}.form-dropdown .dd-header .arrow{flex:0 20px}.form-dropdown .dd-header .arrow svg{color:#b5b5b5;width:10px;margin-top:-5px;position:absolute;top:50%;right:.75rem}.form-dropdown .dd-list{z-index:10000;background-color:#fff;border:1px solid #ced4da;border-top:0 solid #0000;border-radius:0 0 .25rem .25rem;width:100%;padding-top:.25rem;position:absolute;top:calc(100% - .25rem)}.form-dropdown .dd-list:before{content:"";background-color:#eaeaea;height:1px;position:absolute;left:.75rem;right:.75rem}.form-dropdown .dd-list>ul{border-radius:4px;margin-bottom:0;box-shadow:0 8px 9px #2c2c2c57}.form-dropdown .dd-list .dd-list-item{z-index:3;cursor:pointer;color:#000;text-transform:none;padding:.75rem;font-weight:500;position:relative}.form-dropdown .dd-list .dd-list-item:before{content:"";background-color:#eaeaea;height:1px;position:absolute;bottom:0;left:.75rem;right:.75rem}.form-dropdown .dd-list .dd-list-item.disabled{cursor:default;color:#d3d3d3}.form-dropdown .dd-list .dd-list-item.disabled:hover{color:#d3d3d3;background-color:#fff}.form-dropdown .dd-list .dd-list-item.disabled .description{color:red}.form-dropdown .dd-list .dd-list-item.has-image-or-icon{padding:.75rem .75rem .75rem 35px}.form-dropdown .dd-list .dd-list-item.has-image-or-icon img{max-width:19px;max-height:19px;margin-top:-9px;position:absolute;top:50%;left:8px}.form-dropdown .dd-list .dd-list-item.has-image-or-icon svg{color:#b5b5b5;width:18px;max-width:19px;max-height:19px;margin-top:-5px;position:absolute;top:50%;left:8px}.form-dropdown .dd-list .dd-list-item.has-image-or-icon i{margin-top:-9px;font-size:19px;display:block;position:absolute;top:50%;left:8px}.form-dropdown .dd-list .dd-list-item.has-badge .dd-badge{color:#000;text-transform:none;background-color:#ebebeb;border-radius:16px;margin-top:-12px;padding:2px 8px 2px 30px;font-weight:500;position:absolute;top:50%;right:8px}.form-dropdown .dd-list .dd-list-item.has-badge .dd-badge img{width:16px}.form-dropdown .dd-list .dd-list-item:hover{color:#fff;background-color:#3da0a2b2}.form-dropdown .dd-list .dd-list-item:hover:before{display:none}.form-dropdown .dd-list .dd-list-item:hover svg{color:#fff}.form-dropdown .dd-list .dd-list-item.dd-selected{color:#fff;cursor:default;background-color:#3da0a2}.form-dropdown .dd-list .dd-list-item.dd-selected:before{display:none}.form-dropdown .dd-list .dd-list-item.dd-selected svg{color:#fff}.form-dropdown .dd-list .dd-list-item:last-child{border-radius:0 0 .25em .25em}.form-dropdown .dd-list .dd-list-item:last-child:before{display:none}.form-dropdown .dd-list .dd-list-item .description{opacity:.7;text-transform:none;font-weight:400;display:block}.form-dropdown .dd-list.dark-icons .dd-list-item svg{color:#2c2c2c}.form-dropdown .dd-list.dark-icons .dd-list-item:hover svg,.form-dropdown .dd-list.dark-icons .dd-list-item.dd-selected svg{color:#fff}.form-dropdown .dd-list .no-results{color:#0000007c;padding:.75rem}.form-dropdown .dd-list .searchbox{background:#f1f1f1;padding:8px 6px;position:relative}.form-dropdown .dd-list .searchbox input{background-color:#fff;border-color:#0000;border-radius:3px;width:100%;padding:3px 6px 3px 30px;font-size:14px;line-height:24px;outline:none!important}.form-dropdown .dd-list .searchbox>div{margin-top:-8px;position:absolute;top:50%;left:13px}.form-dropdown .dd-list .searchbox>div.icon-search{opacity:.6}.form-dropdown .dd-list .searchbox>div.icon-search>svg{width:14px;height:14px}.form-dropdown .dd-list .searchbox>div.icon-delete{opacity:.3;cursor:pointer;margin-top:-8px;left:14px}.form-dropdown .dd-list .searchbox>div.icon-delete>svg{width:14px;height:14px}.form-dropdown .ScrollbarsCustom .ScrollbarsCustom-Wrapper{right:20px}.form-dropdown .ScrollbarsCustom .ScrollbarsCustom-Wrapper .ScrollbarsCustom-Content{width:calc(100% - 7px);min-width:calc(100% - 7px)!important}.form-dropdown .ScrollbarsCustom .ScrollbarsCustom-Wrapper .ScrollbarsCustom-Content .list-unstyled{margin-bottom:0}.form-dropdown .ScrollbarsCustom .ScrollbarsCustom-Wrapper .ScrollbarsCustom-Content .dd-list-item{border-radius:0 4px 4px 0}.form-dropdown .ScrollbarsCustom .ScrollbarsCustom-TrackY{opacity:0;transition:all .3s;background-color:#0000!important;width:7px!important;right:5px!important}.form-dropdown .ScrollbarsCustom .ScrollbarsCustom-TrackY .ScrollbarsCustom-ThumbY{background-color:#d9d9dc!important}.form-dropdown .ScrollbarsCustom:hover .ScrollbarsCustom-TrackY{opacity:1}.form-dropdown.has-error:not(.open) .dd-header{border:1px solid red!important}.form-dropdown.disabled .dd-header{background-color:#f7f8fa}
