body {
  background-color: #2f2f2f !important;
}

.dropdown-menu {
  --bs-dropdown-bg: #2a2a2a;
}

::placeholder {
  color: #84b3dd !important;
}

.login-form .form-control {
  background-color: #fff !important;
}

#main .page-title {
  color: #e8e8e8;
}
#main .breadcrumb-item {
  color: #e8e8e8;
}
#main .breadcrumb-item.active:last-of-type {
  color: #507df3;
}

::-webkit-scrollbar-track {
  background-color: #373737;
}
.cc-dash-widgets ::-webkit-scrollbar-track {
  background-color: #090908;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(156, 156, 156, 0.8);
}

::-webkit-scrollbar-corner {
  background-color: #373737;
}
.cc-dash-widgets ::-webkit-scrollbar-corner {
  background-color: #090908;
}

code {
  background: #1c1b1b;
}

.navbar {
  background-color: #2f2f2f !important;
}

#collapsible .card:has(.collapse.show) {
  background-color: #383838 !important;
}

[dir] body.desktop .q-focus-helper:before {
  background: #507df3;
}

[dir] body.desktop .q-focus-helper:after {
  background: #507df3;
}

[dir] .q-table tbody td:before {
  background: rgba(0, 0, 0, 0.25);
}

.btn, .btn-sm, .btn-lg {
  color: #bbceff;
  background-color: #212529;
}
.btn.btn-link, .btn-sm.btn-link, .btn-lg.btn-link {
  background-color: transparent;
}
.btn-transparent, .btn-sm-transparent, .btn-lg-transparent {
  background-color: transparent !important;
}

[dir] .bg-primary {
  background-color: #507df3 !important;
}

.btn-primary:not(.btn-link) {
  background-color: #64afff;
  border-color: #64afff;
}

.btn-outline-primary:not(.btn-link) {
  border-color: #454545 !important;
}

.btn-white:not(.btn-link) {
  background-color: #212529 !important;
  border: solid 1px #2a2a2a !important;
  color: #dce6ff !important;
}

.btn-outline-secondary:not(.btn-link) {
  background-color: #45454f !important;
  border: none !important;
  color: white !important;
}
.btn-outline-secondary:not(.btn-link):hover {
  background-color: #507df3 !important;
}

.alerts select,
.alerts textarea,
.alerts input {
  color: white;
}
.alerts .alert-configuration select,
.alerts .alert-configuration textarea,
.alerts .alert-configuration input:not(.q-placeholder) {
  color: white;
}

.alert-configuration select,
.alert-configuration textarea,
.alert-configuration input:not(.q-placeholder) {
  color: white;
}

input.form-control, textarea.form-control, select.form-control, select.form-select, label.form-select {
  background-color: #292a31 !important;
}

.form-control.cc-custom-form-control > .q-field, .form-control.cc-custom-form-control .q-select {
  background-color: #292a31 !important;
}

.pagination-row .q-pagination > * {
  background-color: #2f2f2f !important;
}
.pagination-row .q-pagination .q-btn {
  background-color: #090908 !important;
}
.pagination-row .q-pagination .q-btn .q-btn__wrapper {
  background-color: #45454f !important;
}
.pagination-row .q-pagination .text-purple {
  color: #cedbff !important;
}
.pagination-row .q-pagination > div.row .q-btn {
  background-color: #45454f !important;
}
.pagination-row .q-pagination .q-btn.q-btn--standard > .q-btn__wrapper {
  border-radius: 5px !important;
  color: white !important;
  background-color: #1d5e9e !important;
}
.pagination-row .q-pagination > .q-pagination__content > .q-btn.q-btn--standard + .q-btn.q-btn--flat > .q-btn__wrapper,
.pagination-row .q-pagination div.row + .q-btn.q-btn--flat > .q-btn__wrapper {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.pagination-row .q-pagination > .q-pagination__content > .q-btn.q-btn--flat:nth-child(3) > .q-btn__wrapper, .pagination-row .q-pagination > .q-pagination__content > .q-btn.q-btn--flat.disabled:nth-child(2) > .q-btn__wrapper {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.pagination-row .q-pagination > .q-pagination__content > div.row .q-btn.q-btn--standard > .q-btn__wrapper {
  border-radius: 0px !important;
}
.pagination-row .q-pagination > .q-pagination__content > div.row .q-btn.q-btn--standard:first-child > .q-btn__wrapper {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.pagination-row .q-pagination > .q-pagination__content > div.row .q-btn.q-btn--standard:last-child > .q-btn__wrapper {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.cke_inner {
  background: rgba(255, 255, 255, 0) !important;
}

.cke_combo_text {
  color: #090908 !important;
}

.cc-org-title,
.cc-user-icon,
.cc-org-icon {
  color: #64afff;
}

a {
  color: #70b2ea;
}

.badge.badge-pill.badge-primary {
  color: #dce6ff;
}

.cc-table th {
  background-color: #292a31 !important;
}
.cc-table th a {
  color: #bbceff;
}
.cc-table tr td {
  color: white;
}
.cc-table tr td a {
  color: #bbceff;
}
.cc-table tr a {
  color: #bbceff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: lightskyblue !important;
}

.q-toggle ~ span {
  color: white;
}

.q-field .q-spinner {
  color: white;
}

.text-indigo {
  color: #9baafb !important;
}

.form-control {
  background-color: #212529 !important;
}
.form-control.cc-custom-form-control {
  background-color: #090908;
}
.border {
  border-color: #585c60 !important;
}

.table {
  color: white;
}
.table.table-hover tbody tr:hover {
  color: #979797;
  background-color: rgba(173, 173, 173, 0.0784313725);
}

.mark {
  background-color: #5f5939;
  color: #f8f9fa;
}

.alerts .form-group > *:not(.q-field):not(.form-control):not(.form-group) select,
.alerts .form-group > *:not(.q-field):not(.form-control):not(.form-group) textarea,
.alerts .form-group > *:not(.q-field):not(.form-control):not(.form-group) input,
.alerts .form-control > *:not(.q-field) select,
.alerts .form-control > *:not(.q-field) textarea,
.alerts .form-control > *:not(.q-field) input,
.alerts .form-control:not(.cc-custom-form-control) select,
.alerts .form-control:not(.cc-custom-form-control) textarea,
.alerts .form-control:not(.cc-custom-form-control) input {
  color: white !important;
}

.text-body {
  color: white !important;
}

.dropdown-divider {
  border-top: 1px solid #505151;
}

.form-control:not(.q-chip__content):not(.cc-custom-form-control):not(code) > span,
.form-control :not(.q-chip__content):not(.cc-custom-form-control):not(code) > span,
.form-control :not(code) > span {
  color: #f8f9fa;
}

.invalid-feedback, .invalid-feedback span {
  color: #dc3545 !important;
}

.input-group-text {
  background-color: #585c60;
  color: #f8f9fa;
  border: 1px solid #3e4046;
}

.cc-table tr td .cc-actions a.btn {
  color: white !important;
}

.sidebar-sticky {
  background-color: #262626 !important;
}

.cc-panel {
  color: white !important;
}
.cc-panel h1 {
  color: white !important;
}

.cc-dash-widgets .cc-panel {
  background-color: #090908 !important;
}

.cc-dash-overview.cc-dash-border {
  border-color: #525252;
  background-color: #090908 !important;
}

.cc-dashboard .data-table .table-title {
  color: white !important;
}

.toggle-sidebar .toggle-sidebar-icon {
  background-color: #212529 !important;
}

.nav-link.dropdown-toggle {
  border-color: #2b2c31 !important;
}

.cc-dashboard .data-type-cards .data-type-card .inner {
  background-color: #2b2c31 !important;
  border: none !important;
}

.cc-dashboard .data-type-cards .data-type-card .card-top span {
  color: white !important;
}

.cc-info-box {
  background-color: #090908;
  background-color: #181818;
  box-shadow: none !important;
}
.cc-info-box ul {
  background: linear-gradient(135deg, rgba(49, 49, 49, 0.2) 10%, rgba(96, 96, 96, 0.31) 100%);
}
.cc-info-box ul li:first-of-type {
  color: #738694;
}

.cc-white-card {
  background-color: #090908 !important;
}
.cc-white-card.form-control {
  background-color: #222327 !important;
}
.cc-white-card .card-title {
  color: white !important;
}

.cc-table .cc-table-white-area {
  background-color: #292a31 !important;
}
.cc-table .cc-table-white-area .cc-table-toolbar {
  background-color: #090908 !important;
}
.cc-table .cc-table-white-area .cc-table-tabletopbar {
  background-color: #090908 !important;
}

.q-table__card {
  background-color: unset !important;
}

.cc-table .cc-table-white-area th {
  background-color: #292a31 !important;
  border-bottom: solid 1px #2b2c31 !important;
  color: #e8e8e8 !important;
}
.cc-table .cc-table-white-area th .q-field.q-field-filled {
  background-color: #292a31 !important;
}
.cc-table .cc-table-white-area th .q-select.q-select-filled {
  background-color: #292a31 !important;
}

.cc-dashboard .main-chart-row .categories-list .category-item {
  background-color: #212529 !important;
}

.border-right {
  border-color: #212529 !important;
}

.border-left {
  border-color: #212529 !important;
}

.dashboard-icon {
  border-left: 1px solid #292a31 !important;
}

.show > .dropdown-menu {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  background-color: #2a2a2a !important;
}

.cc-datetime-range-template {
  border: solid 1px #2b2c31;
}
.cc-datetime-range-template .time-range-item {
  color: #dce6ff !important;
}
.cc-datetime-range-template .time-range-item.selected {
  color: white !important;
}
.cc-datetime-range-template .time-range-item:hover {
  color: white !important;
}
.cc-datetime-range-template .time-title {
  color: white !important;
}
.cc-datetime-range-template .time-value {
  background-color: #292a31;
  border: none !important;
  color: white !important;
}
.cc-datetime-range-template .datetime-inner {
  background-color: #090908 !important;
}
.cc-datetime-range-template .datetime-header {
  background-color: #212529 !important;
}
.cc-datetime-range-template .q-date {
  background-color: #090908;
}
.cc-datetime-range-template .q-date__content {
  background-color: #090908 !important;
}
.cc-datetime-range-template .q-time {
  background-color: #090908;
}
.cc-datetime-range-template .q-time__main {
  background-color: #090908 !important;
}
.cc-datetime-range-template .q-time__container-child {
  background-color: #45454f !important;
}
.cc-datetime-range-template .range-header,
.cc-datetime-range-template .custom-title {
  color: white !important;
}

.q-date__calendar-item--out {
  color: #ccd4e0 !important;
}

.q-date__calendar-item--in {
  color: #dce6ff !important;
}

.q-date__calendar-item--fill {
  color: #ccd4e0 !important;
}

.q-date__calendar-item {
  color: #e8e8e8 !important;
}

.q-date__navigation .q-btn {
  color: #e8e8e8 !important;
}

.btn-outline-secondary:not(.btn-link):not(.disabled):hover,
.btn-outline-secondary:not(.btn-link):not(.disabled):focus {
  background-color: #507df3 !important;
  border: none !important;
  color: white !important;
}

.q-field:not(.q-field--square) {
  border-radius: 5px;
}
.q-field:not(.q-field--borderless) {
  border: solid 1px #3e4046;
}
.q-field.q-field--filled {
  background-color: #212529 !important;
}
.q-field .q-field__control::before {
  border: none !important;
}
.q-field input {
  color: white !important;
}

.btn-secondary:not(.btn-link) {
  background-color: #292a31 !important;
  color: white !important;
  border: none !important;
}

.btn-secondary:not(.btn-link):not(.disabled):hover,
.btn-secondary:not(.btn-link):not(.disabled):focus {
  background-color: #212529 !important;
}

.btn-group > .btn-secondary:not(.btn-link) {
  border: solid 1px #3e4046 !important;
}

.menu-toggler {
  background-color: #212529 !important;
}

.navbar #user_menu,
.navbar #orgs_menu {
  color: white !important;
}

.dropdown-menu > .dropdown-item:not(:hover):not(:focus):not(:active):not(.active) {
  background-color: #2a2a2a !important;
}

.dropdown-menu .dropdown-item:not(:hover):not(:focus):not(:active):not(.active) {
  color: white !important;
}

.dropdown-item:focus {
  background-color: #3b3b3c;
}

.dropdown.show a:focus:hover,
.dropdown.show a:hover {
  background-color: #507df3 !important;
}

.cc-logo {
  display: none !important;
}

.cc-white-logo {
  display: block !important;
}

@media (max-width: 425px) {
  .cc-white-logo {
    display: none !important;
  }
  .cc-logo {
    display: block !important;
  }
}
.mobile-dropdown > a span {
  color: white !important;
}

.cc-toggle {
  background-color: #212529 !important;
  border: none !important;
}

.cc-panel.option-btn.show::before {
  background-color: #e8e8e8 !important;
  border-color: #090908 #090908 transparent transparent !important;
}

.cc-dash-widgets .cc-table .cc-table-header {
  background-color: unset !important;
}

.cc-table-container {
  border-color: #525252 !important;
}

.cc-table th {
  border-bottom: 1px solid #2b2c31 !important;
  border-left: 1px solid #2b2c31 !important;
}
.cc-table th:first-child {
  border-left: none !important;
}
.cc-table tr:first-child th {
  border-top: 1px solid #2b2c31 !important;
}
.cc-table td {
  border-bottom: 1px solid #2b2c31 !important;
}

.cc-table td.col-fixed,
.cc-table th.col-fixed {
  border-left: solid 1px #2b2c31 !important;
  border-right: solid 1px #2b2c31 !important;
}

.cc-input {
  border: solid 1px #3e4046 !important;
  background-color: #212529 !important;
  color: white !important;
  outline-color: transparent !important;
}
.cc-input::placeholder {
  color: #84b3dd !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545 !important;
}

.input-group-append .btn-outline-secondary:not(.btn-link) {
  background-color: #212529 !important;
  border: solid 1px #3e4046 !important;
  border-left: none !important;
}
.input-group-append .btn-outline-secondary:not(.btn-link):hover, .input-group-append .btn-outline-secondary:not(.btn-link):active, .input-group-append .btn-outline-secondary:not(.btn-link):focus {
  background-color: #090908 !important;
  border: solid 1px #3e4046 !important;
}
.input-group-append.cc-input-separated > .btn::before {
  background-color: #2b2c31 !important;
}
.input-group-append #button-sort {
  background-color: #090908 !important;
  border: none !important;
}

.cc-pagination .showing {
  color: #e8e8e8 !important;
}
.cc-pagination .pagination-row .q-btn {
  background-color: transparent !important;
}

.cc-table.complex th,
.cc-table.complex td {
  background-color: #090908 !important;
}

.cc-table.complex tr:not(.cc-table-col-filter) th {
  background-color: #212529 !important;
}

.cc-table tr.even > td {
  background-color: #2a2a2a !important;
}

.cc-side-modal .side-modal-content {
  background-color: #090908 !important;
  border: none !important;
}

.cc-side-modal .side-modal-content .side-modal-header,
.cc-side-modal .side-modal-content .side-modal-body label {
  color: #e8e8e8 !important;
}

.top-splitter,
.bottom-seperator,
.bottom-splitter,
.cc-side-modal .side-modal-content .side-modal-header {
  border-color: #32333a !important;
}

.q-field__input,
.q-field__native,
.q-field__prefix,
.q-field__suffix {
  color: white !important;
}

.cc-accordion-table .accordion-item {
  background-color: #090908 !important;
  box-shadow: none !important;
}
.cc-accordion-table .accordion-item.cc-org-accordion-mainorg {
  background-color: #273146 !important;
  border-color: #426695 !important;
}
.cc-accordion-table .accordion-item .accordion-header {
  border-bottom: none !important;
}
.cc-accordion-table .accordion-item .accordion-title {
  color: white;
}
.cc-accordion-table .accordion-body td {
  color: white !important;
}

.form-group.disabled > .form-control:disabled,
.form-group.disabled > .form-control[readonly] {
  opacity: unset !important;
}

.form-control:disabled,
.form-control[readonly],
.custom-select:disabled,
.q-field.q-field--disabled {
  background-color: #35373d !important;
  opacity: 0.6 !important;
}
.form-control:disabled.cc-custom-form-control,
.form-control[readonly].cc-custom-form-control,
.custom-select:disabled.cc-custom-form-control,
.q-field.q-field--disabled.cc-custom-form-control {
  background-color: #090908 !important;
}

.site-settings .checkbox-list li {
  background-color: #212529 !important;
}
.site-settings .checkbox-list li:hover {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3) !important;
  background-color: #292a31 !important;
}

.custom-select {
  color: #d3d5da !important;
  border: solid 1px #3e4046 !important;
  background-color: #212529 !important;
  height: 36px !important;
}
.custom-select.is-invalid, .custom-select .was-validated .custom-select:invalid {
  border-color: #dc3545 !important;
}

.form-control.cc-control-font {
  border-color: #3e4046 !important;
}
.form-control.cc-control-font.is-invalid, .was-validated .form-control.cc-control-font.form-control:invalid {
  border-color: #dc3545 !important;
}

.group-list-header {
  background-color: #292a31 !important;
  color: #e8e8e8 !important;
}

.cc-table.card-table .profile ul li:first-of-type {
  color: white !important;
}

.cc-chip {
  color: var(--light);
}
.cc-chip.active {
  color: #dce6ff;
}

.attachment {
  background-color: #090908 !important;
}

.cc-table td {
  background-color: #090908 !important;
}

@media (min-width: 992px) {
  .cc-table td.col-fixed,
  .cc-table th.col-fixed {
    border-left: solid 1px #212529 !important;
    border-right: solid 1px #212529 !important;
  }
  .cc-table.complex td.col-fixed,
  .cc-table.complex th.col-fixed {
    background-color: #2a2a2a !important;
  }
}
.btn-group.dropdown > .btn:not(.btn-success):not(.btn-borderless) {
  border: solid 1px #3e4046 !important;
}
.btn-group.dropdown > .btn:not(.btn-success):not(.btn-transparent) {
  background-color: #2a2a2a !important;
}
.btn-group.dropdown .dropdown-menu {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3) !important;
}

.cc-border-bottom, .cc-border-top, .cc-border-right, .cc-border-left {
  border-color: #3e4046 !important;
}

.q-radio__label {
  color: white !important;
}
.q-radio__inner--truthy {
  color: #507df3 !important;
}
.q-radio__inner--falsy > .q-radio__bg {
  color: #e8e8e8 !important;
}

[dir] .q-chip {
  background: #767676;
}

.q-checkbox__inner--truthy {
  color: #507df3 !important;
}
.q-checkbox__inner--truthy path {
  color: #212529 !important;
}
.q-checkbox__inner--falsy > .q-checkbox__bg {
  color: #e8e8e8 !important;
}
.q-checkbox__label {
  color: white !important;
}

iframe {
  background-color: white;
  padding: 10px;
}

.status-box {
  background-color: #212529 !important;
}

.cc-table tr td .cc-progressbar-con .value {
  color: white !important;
}

label {
  color: white !important;
}
label .fa-asterisk {
  color: #ff8c00 !important;
}

.cc-dashboard [readonly] :not(.disabled):not(:disabled) > label {
  opacity: 0.6 !important;
}

.q-breadcrumbs__el:not(.active) {
  color: #7b89b4 !important;
}
.q-breadcrumbs__el.done {
  color: #e8e8e8 !important;
}

.campaign-recipients .group-list .group-item:not(.not-custom) span {
  color: white !important;
}

.cc-table.card-table .group span {
  color: white !important;
}

.q-table tbody td:after {
  background-color: rgba(80, 125, 243, 0.1) !important;
}

.wizard-breadcrumbs .q-breadcrumbs__separator i {
  color: #e8e8e8 !important;
}

.cc-table-wrapper {
  background-color: #090908 !important;
}

.cc-table .cc-expand-inner-table tr td {
  background-color: #45454f !important;
}

.cc-table .q-table tbody td.cc-expand-inner-table,
.cc-table .q-table tbody td.cc-expand-inner-table:before {
  background-color: #090908 !important;
}

.cc-table .cc-expand-inner-table tr:nth-child(even) td {
  background-color: #2a2a2a !important;
}

pre {
  color: white;
}

.campaign-detail .detail-infos .info-item:not(.active) {
  box-shadow: 0 1px 4px 0 #090908 !important;
  background-color: #090908 !important;
}
.campaign-detail .detail-infos .info-item:not(.active) img {
  opacity: 0.4 !important;
}
.campaign-detail .detail-infos .info-item.active {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);
}
.campaign-detail .detail-table {
  background-color: #090908 !important;
}

.cc-info-box-container .cc-info-box:not(.active) ul li:first-of-type {
  color: #e8e8e8 !important;
}
.cc-info-box-container .cc-info-box:not(.active) img {
  opacity: 0.5 !important;
}

.apexcharts-canvas.apexcharts-theme-dark {
  background: #090908 !important;
}

.q-menu {
  box-shadow: none !important;
  background-color: #292a31 !important;
}
.q-menu .text-caption {
  color: white;
}
.q-menu .q-item:not(.q-item--active) {
  color: white !important;
}

[dir] .q-separator {
  background: rgba(255, 255, 255, 0.12);
}

.q-field__inner .q-field__control::after {
  content: none !important;
}

.filter-options .filter-option .sub-title {
  color: #e8e8e8 !important;
}

.q-btn .q-btn__content .q-icon {
  color: #e8e8e8 !important;
}

#toast {
  background-color: transparent !important;
}
#toast .toast-header {
  background-color: #212529 !important;
  border: none !important;
  color: #b1b5b9;
}
#toast .toast-header button {
  color: white;
}
#toast .toast-body {
  background-color: #090908 !important;
  color: white;
}

.policy-rule .bg-light.rounded {
  background-color: #1c1d20 !important;
}
.policy-rule .condition-value {
  background-color: #1c1d20 !important;
}
.policy-rule .condition-value .chip-condition {
  background-color: #222327 !important;
}

.policy-rule .condition-value.chip-condition {
  background-color: #222327 !important;
}

.attachment .link-info {
  color: #e8e8e8 !important;
}

.subject-table {
  color: #e8e8e8 !important;
}
.subject-table.domain-links th,
.subject-table.domain-links td {
  padding-left: 12px !important;
}

h5 {
  color: #e8e8e8 !important;
}

.btn.disabled {
  color: #e8e8e8 !important;
  background-color: #2c2d30 !important;
}

.user-import .field-types .field-btn .btn-group > a {
  color: #e8e8e8 !important;
}

.custom-file-label {
  border: solid 1px #3e4046 !important;
  background-color: #212529 !important;
}
.custom-file-label::after {
  background-color: #141518 !important;
  color: #e8e8e8 !important;
}

.custom-file-input {
  cursor: pointer !important;
}

.modal-content {
  color: #e8e8e8 !important;
  background-color: #090908 !important;
}

.close {
  text-shadow: none !important;
  color: white !important;
}
.close.btn-close {
  filter: invert(1);
}

.q-date__months-item .q-btn,
.q-date__years-item .q-btn {
  border: solid 1px #3e4046;
}
.q-date__months-item .q-btn:not(.bg-primary),
.q-date__years-item .q-btn:not(.bg-primary) {
  background-color: #212529 !important;
  color: #e8e8e8 !important;
}

.btn.cc-org-btn-invite {
  background-color: #754200 !important;
  border: solid 1px #754200 !important;
}
.btn.cc-org-btn-invite:hover {
  background-color: #a25c00 !important;
  border: solid 1px #a25c00 !important;
}

.alerts #f_alert_0_conf {
  border-left: solid 1px #222327 !important;
}

.q-card {
  background: #090908 !important;
}

.q-dialog__backdrop {
  background: rgba(9, 9, 8, 0.4) !important;
}

.subject-table ul li {
  color: #adbdd6;
}

.q-field .q-field__append button {
  color: rgba(255, 255, 255, 0.54) !important;
}

.org-switcher .q-select.q-field {
  border: none !important;
  background-color: transparent !important;
}

.cc-panel .ck-editor * {
  color: black !important;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  color-scheme: dark;
}

body.body--dark .q-item__label--caption {
  color: rgba(250, 250, 250, 0.54);
}

.cc-chip {
  color: var(--light);
}

.cc-inner-loading {
  background-color: rgba(47, 47, 47, 0.5) !important;
}

.sql-row form {
  background-color: #090908;
  border-color: #2b2c31 !important;
}/*# sourceMappingURL=dark.css.map */