.list-box-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width:440px){.list-box-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.list-box-wrapper>div{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-box-wrapper .list-box-item{width:100%}.list-box-wrapper .list-box-item .search-box{margin-bottom:10px;position:relative}.list-box-wrapper .list-box-item .search-box input{border:none;width:100%;padding:.5rem 1rem}.list-box-wrapper .list-box-item .search-box .clear-search{position:absolute;padding:.5rem;right:0;top:0;cursor:pointer;font-weight:700;color:#e74c3c}.list-box-wrapper .list-box-item .list-box{height:485px;overflow:auto;list-style:none;padding:0;margin:0;border:1px solid #ccc;border-radius:.42rem}.list-box-wrapper .list-box-item .list-box .list-item{padding:.5rem 1rem;border-bottom:1px solid #ccc;cursor:pointer}.list-box-wrapper .list-box-item .list-box .list-item.active{background-color:#eee}.list-box-wrapper .list-box-item .bulk-action{padding-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center}.list-box-wrapper .list-box-item .bulk-action .select-all{width:100%;padding:.8rem;background-color:#3699ff;color:#fff}.list-box-wrapper .list-box-item .bulk-action .deselect-all{width:100%;padding:.8rem;background-color:#6c757d;color:#fff}.list-box-wrapper .actions{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding:0 1rem}.list-box-wrapper .actions .btn-action{margin-bottom:.5rem}.btn-action{display:inline-block;font-weight:400;color:#212529;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;display:block;width:100%;color:#fff;background-color:#3699ff;border-color:#3699ff;cursor:pointer}.btn-action svg{vertical-align:middle}.card-title{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:600px){.card-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.custom-checkbox-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px}.custom-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:2px solid #007bff;border-radius:4px;position:relative;cursor:pointer;outline:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.custom-checkbox:checked:before{content:"";position:absolute;top:3px;left:5px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.custom-checkbox:checked{background-color:#007bff;border-color:#007bff}.custom-checkbox:hover{border-color:#0056b3}.custom-label{font-size:18px;cursor:pointer;color:#333;margin-top:8px}