/* Visual Editor Styles */

span.select2-selection.select2-selection--single {
  font-weight: 600 !important;
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0) !important;
  box-shadow: none !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  border-top-color: rgba(255, 255, 255, 0.18) !important;
  border-right-color: rgba(255, 255, 255, 0.18) !important;
  border-bottom-color: rgba(255, 255, 255, 0.18) !important;
  border-left-color: rgba(255, 255, 255, 0.18) !important;
}

li.select2-results__option {
  font-weight: 600 !important;
  background-image: linear-gradient(184deg, #040a1a 0%, #15293d 100%) !important;
  color: #ebeef0 !important;
  background-size: auto !important;
  text-align: left !important;
  margin-left: 4px !important;
  margin-right: 4px !important;
  padding-top: 6px !important;
  padding-right: 12px !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-left-width: 0px !important;
  border-bottom-width: 10px !important;
  background-color: rgba(67, 140, 66, 0) !important;
  opacity: 1 !important;
  border-color: #1e293b !important;
  border-top-color: #1e293b !important;
  border-right-color: #1e293b !important;
  border-bottom-color: #1e293b !important;
  border-left-color: #1e293b !important;
  box-shadow: none !important;
}

li.select2-results__option.select2-results__option--highlighted.active {
  color: #ffffff !important;
  font-weight: 600 !important;
  opacity: 1 !important;
  font-family: Arial, sans-serif !important;
  background-color: rgba(19, 20, 19, 0) !important;
  border-color: #262626 !important;
  border-top-color: #262626 !important;
  border-right-color: #262626 !important;
  border-bottom-color: #262626 !important;
  border-left-color: #262626 !important;
}

div.form-group {
  font-weight: 600 !important;
  color: #ffffff !important;
}

span.select2-dropdown.select2-dropdown--below {
  font-weight: 800 !important;
}

span.svc-name {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0) !important;
  box-shadow: none !important;
  font-weight: 600 !important;
}

span.svc-rate {
  color: #0073ff !important;
  background-color: rgba(219, 154, 154, 0) !important;
}

span.svc-id {
  color: #0066ff !important;
}

div.platform-filter {
  font-weight: 600 !important;
}

div.card {
  background-image: linear-gradient(180deg, #0c0c0f 0%, #0056B3 100%) !important;
}

input.select2-search__field {
  color: #ffffff !important;
}


/* Global Styles */
body { background-color: #0F172A !important; }
.btn-primary, .btn.btn-primary { background-color: #D97706 !important; border-color: #D97706 !important; }
body { color: #0F172A !important; }
