diff --git a/html/css/custom/styles.css b/html/css/custom/styles.css
index 73f101b2ffc6c84c7ba7d0ef71c7eefc456b34c2..c48cfa88a8f289175dea0bc53c80b360b24a2a98 100644
--- a/html/css/custom/styles.css
+++ b/html/css/custom/styles.css
@@ -288,7 +288,42 @@ select2-container--default .select2-results>.select2-results__options {
     border-radius: 4px;
 }
 
+/* device dependencies */
+.select2-container--default .select2-selection--multiple .select2-selection__rendered {
+     background-color: black;
+}
+
+.select2-container--default.select2-container--focus .select2-selection--multiple {
+    border: solid #333 1px;
+}
+
+select2-container--default .select2-selection--multiple {
+    background-color: #000;
+    border: 1px solid #333;
+}
+
+.select2-container--default .select2-selection--multiple {
+    background-color: #000;
+    border: 1px solid #333;
+ }
+
+.select2-container--default .select2-selection--multiple {
+    background-color: white;
+    border: 1px solid #020202;
+    border-radius: 4px;
+    cursor: text;
+}
+
+.select2-container--default .select2-selection--multiple .select2-selection__choice {
+    background-color: #000000;
+    border: 1px solid #333;
+ }
 
+.select2-container--default .select2-results__option[aria-selected=true] {
+    background-color: #212020;
+}
+
+/* buttons ETC..*/
 button, input, optgroup, select, textarea {
     background-color: black;
 }
@@ -479,6 +514,11 @@ hr {
    
 }
 
+.modal-footer {
+ 
+    border-top: 1px solid #252222;
+}
+
 /* LEGEND */
 
 legend {