3 @media(min-width: 768px) {
8 :host ::ng-deep .ng-select-container {
9 border-top-right-radius: 0 !important;
10 border-bottom-right-radius: 0 !important;
11 height: 100% !important;
14 :host ::ng-deep .rounded-end .ng-select-container {
15 border-top-right-radius: var(--bs-border-radius) !important;
16 border-bottom-right-radius: var(--bs-border-radius) !important;
17 border-top-left-radius: 0 !important;
18 border-bottom-left-radius: 0 !important;
21 :host ::ng-deep .ng-select {
27 :host ::ng-deep .doc-link-select {
28 padding-top: 0 !important;
29 border-top-right-radius: var(--bs-border-radius) !important;
30 border-bottom-right-radius: var(--bs-border-radius) !important;
31 background-image: none !important;
34 .ng-select.ng-select-opened > .ng-select-container {
35 border: none !important;
36 min-height: 34px !important;
37 background: none !important;