@charset "UTF-8";
blockquote {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
  font-size: inherit;
}

.modal .modal-dialog .modal-content {
  overflow: hidden;
  border-radius: 5px;
}
.modal .modal-dialog .modal-content .modal-header {
  background-color: var(--header-color-10);
  padding-top: 10px;
  padding-bottom: 10px;
}
.modal .modal-dialog .modal-content .modal-header a.close {
  transition: all 0.25s cubic-bezier(0, 0, 0.3, 1.23);
  float: right;
  font-size: 16px;
  padding: 0;
  margin: 4px;
  margin-top: 10px;
  line-height: 1;
  opacity: 0.5;
  color: #212529 !important;
}
.modal .modal-dialog .modal-content .modal-header a.close:hover {
  cursor: pointer;
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-header a.close:after {
  display: none;
}
.modal .modal-dialog .modal-content .modal-body {
  background: #fafafa;
}
.modal .modal-dialog .modal-content .modal-footer {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.loader {
  width: 100%;
  text-align: center;
  font-size: 2em;
}

@media (min-width: 992px) {
  .modal-xl {
    max-width: 1200px;
  }
}
.modal ul.list-group li.list-group-item {
  padding: 0.5rem 0;
}

.min-w {
  width: 1%;
  white-space: nowrap;
}

/*
EZ MEG MINEK?
.sidebar-dark-orange .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-orange .nav-sidebar>.nav-item>.nav-link.active {
    color: #fff;
}
*/
.appcenter-outer {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
}

#toast-container > div {
  opacity: 1;
}

.table.compact.dataTable tbody td {
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.table.compact.dataTable tbody tr.open td {
  white-space: inherit;
}

.table:not(.table-dark) {
  color: #404549;
}

table tr.faded {
  opacity: 0.3;
}

table tr.faded:hover {
  opacity: 1;
}

table tbody td.tdsmall {
  font-size: 0.9rem;
}

/*
.table td, .table th {
    border-top: 1px solid rgba(222, 226, 230, .5);
}
.table.table-oneline.dataTable > tbody > tr > td {
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.table.table-oneline.dataTable > tbody > tr > td table {
    white-space: initial;
}
.table.table-oneline.dataTable > tbody > tr.open > td {
    white-space: inherit;
}
.table.table-oneline.dataTable > tbody > tr:not(.open) > .open-only {
    display: none;
}
.table.table-oneline.dataTable > tbody > tr.open > .open-only {
    display: block;
}
table tr.faded {
    opacity: 0.3;
}
table tr.faded:hover {
    opacity: 1;
}
table tbody td.tdsmall {
    font-size: 0.9rem;
}

*/
.dataTables_wrapper div.dataTables_processing {
  z-index: 100;
}

.dataTables_wrapper .pagination {
  transform: scale(0.75);
  margin-right: 0;
  transform-origin: right top;
}

table.table.table-icons tbody tr td:first-child, table.table.table-actions tbody tr td:last-child {
  width: 1%;
  white-space: nowrap;
}

.table.dataTable tbody td {
  padding: 0.5rem 0.6rem;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

.table-hover tbody tr:nth-of-type(odd):hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.select2-container--bootstrap4 .select2-selection__clear {
  text-align: center;
  padding-left: 0 !important;
}

body .select2-container--bootstrap4 .select2-results__option--highlighted, body .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
  background-color: rgba(0, 0, 0, 0.05);
  color: #212529;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.fa-spinner:before {
  content: "" !important;
}

label.checkbox {
  display: block;
  position: relative;
  padding-left: 22px;
  margin: 0 0 6px 0;
  font-weight: normal !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox > input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
label.checkbox > input:checked ~ span.checkmark {
  background-color: #337ab7;
  border-color: #337ab7;
  transition: border-color background-color 0.2s linear;
}
label.checkbox > input:checked ~ span.checkmark:after {
  display: block;
}
label.checkbox > input:disabled ~ span.checkmark {
  cursor: not-allowed;
  opacity: 0.5;
}
label.checkbox > span.checkmark {
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border: solid 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background-color 200ms ease-out, border-color 200ms ease-out;
  -webkit-transition: background-color 200ms ease-out, border-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out, border-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out, border-color 200ms ease-out;
}
label.checkbox > span.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4.5px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* BLURBOX */
#blurbox {
  background: rgba(250, 250, 250, 0.9);
  position: fixed;
  top: 86px;
  width: 650px;
  bottom: 10px;
  right: -660px;
  backdrop-filter: blur(3px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1), 5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transform-origin: 100% 0%;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

#blurbox, #blurbox * {
  transition: all 0.25s cubic-bezier(0, 0, 0.3, 1.23);
}

#blurbox.active {
  right: 8px;
}

#blurbox .blurbox-close {
  /*font-size: 1.5rem;*/
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  /*right: 30px;*/
  right: 19px;
  margin-top: 16px;
}

#blurbox .blurbox-close:hover {
  opacity: 1;
}

#blurbox .blurbox-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#blurbox .blurbox-head h4 {
  margin-bottom: 0;
  line-height: 1.5;
}

#blurbox .blurbox-body {
  overflow: auto;
}

#blurbox .list-group-item {
  background: rgba(255, 255, 255, 0.9);
}

#blurbox .list-group-item:hover {
  background: rgba(247, 247, 247, 0.9);
  cursor: default;
}

#blurbox ::-webkit-scrollbar {
  width: 8px;
  /* background-color: #e4e4e4; */
}

#blurbox ::-webkit-scrollbar:horizontal {
  height: 12px;
}

#blurbox ::-webkit-scrollbar-track {
  border-radius: 10px;
}

#blurbox ::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
  border-radius: 16px;
}

#blurbox ::-webkit-scrollbar-thumb:hover {
  background-color: #b1b1b1;
}

#blurbox ::-webkit-scrollbar-thumb:active {
  background-color: #b1b1b1;
}

.ajax-blurbox {
  cursor: pointer;
}

.dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
}

.select2-container .select2-results__options .select2-results__options {
  font-size: 0.8em;
  padding-left: 10px;
}

.sidebar-toggle {
  cursor: pointer;
}

#blurbox .blurbox-body .card {
  background: #fff;
}
#blurbox .blurbox-body .card .card-body .info-box {
  box-shadow: none !important;
}

.card .card-header h3.card-title {
  overflow: visible;
  height: 1.2rem;
  width: 100%;
}
.card .card-header h3.card-title button.btn {
  margin-top: -0.4rem;
}

.modal .modal-body .card .card-body .info-box {
  box-shadow: none !important;
}

.main-header.navbar.navbar-dark {
  color: white;
}
.main-header.navbar.navbar-dark a {
  color: white;
}
.main-header.navbar.navbar-dark #appcenter * {
  color: white;
}

.main-header.navbar.navbar-light {
  color: #212529;
}
.main-header.navbar.navbar-light a {
  color: #212529 !important;
}
.main-header.navbar.navbar-light #appcenter * {
  color: #212529;
}

.control-sidebar {
  font-size: 0.8rem;
}

/***** Moved from the modifiex AdminLTE scss files *****/
/***** Moved from the modifiex AdminLTE scss files END *****/
div.sidebar .nav-sidebar > .nav-header {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  margin-bottom: 0.2rem;
}

div.sidebar .nav-sidebar.nav-flat > .nav-header {
  border-radius: 0;
}

body.text-sm .btn-xs {
  padding: 0.125rem 0.25rem !important;
  font-size: 0.75rem !important;
  line-height: 1.5 !important;
  border-radius: 0.15rem !important;
}

.accent-lightblue {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-lightblue .text-accent {
  color: #307095;
}
.accent-lightblue .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-lightblue .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-lightblue .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(60, 141, 188, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-lightblue .card .card-header {
  border-top: 3px solid #3c8dbc !important;
  background-color: rgba(60, 141, 188, 0.1);
}
.accent-lightblue #blurbox .blurbox-head {
  border-top: 3px solid #3c8dbc !important;
  border-radius: 3px;
  background-color: rgba(60, 141, 188, 0.1) !important;
}
.accent-lightblue .blurbox-highlight {
  background-color: rgba(60, 141, 188, 0.1) !important;
}
.accent-lightblue .modal .modal-body .card .card-header, .accent-lightblue #blurbox .card-header, .accent-lightblue #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-lightblue .modal .modal-body .card .card-header h3.card-title .btn, .accent-lightblue #blurbox .card-header h3.card-title .btn, .accent-lightblue #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-lightblue .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-lightblue #blurbox .card-header h3.card-title .btn-expand, .accent-lightblue #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-lightblue .modal .modal-body .card .card-body, .accent-lightblue #blurbox .card-body, .accent-lightblue #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-lightblue #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(60, 141, 188, 0.1) !important;
}

.accent-navy {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-navy .text-accent {
  color: #00060c;
}
.accent-navy .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-navy .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-navy .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(0, 31, 63, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-navy .card .card-header {
  border-top: 3px solid #001f3f !important;
  background-color: rgba(0, 31, 63, 0.1);
}
.accent-navy #blurbox .blurbox-head {
  border-top: 3px solid #001f3f !important;
  border-radius: 3px;
  background-color: rgba(0, 31, 63, 0.1) !important;
}
.accent-navy .blurbox-highlight {
  background-color: rgba(0, 31, 63, 0.1) !important;
}
.accent-navy .modal .modal-body .card .card-header, .accent-navy #blurbox .card-header, .accent-navy #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-navy .modal .modal-body .card .card-header h3.card-title .btn, .accent-navy #blurbox .card-header h3.card-title .btn, .accent-navy #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-navy .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-navy #blurbox .card-header h3.card-title .btn-expand, .accent-navy #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-navy .modal .modal-body .card .card-body, .accent-navy #blurbox .card-body, .accent-navy #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-navy #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(0, 31, 63, 0.1) !important;
}

.accent-olive {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-olive .text-accent {
  color: #2e7555;
}
.accent-olive .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-olive .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-olive .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(61, 153, 112, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-olive .card .card-header {
  border-top: 3px solid #3d9970 !important;
  background-color: rgba(61, 153, 112, 0.1);
}
.accent-olive #blurbox .blurbox-head {
  border-top: 3px solid #3d9970 !important;
  border-radius: 3px;
  background-color: rgba(61, 153, 112, 0.1) !important;
}
.accent-olive .blurbox-highlight {
  background-color: rgba(61, 153, 112, 0.1) !important;
}
.accent-olive .modal .modal-body .card .card-header, .accent-olive #blurbox .card-header, .accent-olive #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-olive .modal .modal-body .card .card-header h3.card-title .btn, .accent-olive #blurbox .card-header h3.card-title .btn, .accent-olive #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-olive .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-olive #blurbox .card-header h3.card-title .btn-expand, .accent-olive #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-olive .modal .modal-body .card .card-body, .accent-olive #blurbox .card-body, .accent-olive #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-olive #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(61, 153, 112, 0.1) !important;
}

.accent-lime {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-lime .text-accent {
  color: #00cd5a;
}
.accent-lime .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-lime .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-lime .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(1, 255, 112, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-lime .card .card-header {
  border-top: 3px solid #01ff70 !important;
  background-color: rgba(1, 255, 112, 0.1);
}
.accent-lime #blurbox .blurbox-head {
  border-top: 3px solid #01ff70 !important;
  border-radius: 3px;
  background-color: rgba(1, 255, 112, 0.1) !important;
}
.accent-lime .blurbox-highlight {
  background-color: rgba(1, 255, 112, 0.1) !important;
}
.accent-lime .modal .modal-body .card .card-header, .accent-lime #blurbox .card-header, .accent-lime #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-lime .modal .modal-body .card .card-header h3.card-title .btn, .accent-lime #blurbox .card-header h3.card-title .btn, .accent-lime #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-lime .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-lime #blurbox .card-header h3.card-title .btn-expand, .accent-lime #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-lime .modal .modal-body .card .card-body, .accent-lime #blurbox .card-body, .accent-lime #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-lime #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(1, 255, 112, 0.1) !important;
}

.accent-fuchsia {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-fuchsia .text-accent {
  color: #c30c9a;
}
.accent-fuchsia .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-fuchsia .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-fuchsia .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(240, 18, 190, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-fuchsia .card .card-header {
  border-top: 3px solid #f012be !important;
  background-color: rgba(240, 18, 190, 0.1);
}
.accent-fuchsia #blurbox .blurbox-head {
  border-top: 3px solid #f012be !important;
  border-radius: 3px;
  background-color: rgba(240, 18, 190, 0.1) !important;
}
.accent-fuchsia .blurbox-highlight {
  background-color: rgba(240, 18, 190, 0.1) !important;
}
.accent-fuchsia .modal .modal-body .card .card-header, .accent-fuchsia #blurbox .card-header, .accent-fuchsia #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-fuchsia .modal .modal-body .card .card-header h3.card-title .btn, .accent-fuchsia #blurbox .card-header h3.card-title .btn, .accent-fuchsia #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-fuchsia .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-fuchsia #blurbox .card-header h3.card-title .btn-expand, .accent-fuchsia #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-fuchsia .modal .modal-body .card .card-body, .accent-fuchsia #blurbox .card-body, .accent-fuchsia #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-fuchsia #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(240, 18, 190, 0.1) !important;
}

.accent-maroon {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-maroon .text-accent {
  color: #ab154c;
}
.accent-maroon .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-maroon .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-maroon .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(216, 27, 96, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-maroon .card .card-header {
  border-top: 3px solid #d81b60 !important;
  background-color: rgba(216, 27, 96, 0.1);
}
.accent-maroon #blurbox .blurbox-head {
  border-top: 3px solid #d81b60 !important;
  border-radius: 3px;
  background-color: rgba(216, 27, 96, 0.1) !important;
}
.accent-maroon .blurbox-highlight {
  background-color: rgba(216, 27, 96, 0.1) !important;
}
.accent-maroon .modal .modal-body .card .card-header, .accent-maroon #blurbox .card-header, .accent-maroon #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-maroon .modal .modal-body .card .card-header h3.card-title .btn, .accent-maroon #blurbox .card-header h3.card-title .btn, .accent-maroon #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-maroon .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-maroon #blurbox .card-header h3.card-title .btn-expand, .accent-maroon #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-maroon .modal .modal-body .card .card-body, .accent-maroon #blurbox .card-body, .accent-maroon #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-maroon #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(216, 27, 96, 0.1) !important;
}

.accent-blue {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-blue .text-accent {
  color: #0062cc;
}
.accent-blue .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-blue .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-blue .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(0, 123, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-blue .card .card-header {
  border-top: 3px solid #007bff !important;
  background-color: rgba(0, 123, 255, 0.1);
}
.accent-blue #blurbox .blurbox-head {
  border-top: 3px solid #007bff !important;
  border-radius: 3px;
  background-color: rgba(0, 123, 255, 0.1) !important;
}
.accent-blue .blurbox-highlight {
  background-color: rgba(0, 123, 255, 0.1) !important;
}
.accent-blue .modal .modal-body .card .card-header, .accent-blue #blurbox .card-header, .accent-blue #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-blue .modal .modal-body .card .card-header h3.card-title .btn, .accent-blue #blurbox .card-header h3.card-title .btn, .accent-blue #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-blue .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-blue #blurbox .card-header h3.card-title .btn-expand, .accent-blue #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-blue .modal .modal-body .card .card-body, .accent-blue #blurbox .card-body, .accent-blue #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-blue #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(0, 123, 255, 0.1) !important;
}

.accent-default {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-default .text-accent {
  color: #0a0c0d;
}
.accent-default .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-default .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-default .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(33, 37, 41, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-default .card .card-header {
  border-top: 3px solid #212529 !important;
  background-color: rgba(33, 37, 41, 0.1);
}
.accent-default #blurbox .blurbox-head {
  border-top: 3px solid #212529 !important;
  border-radius: 3px;
  background-color: rgba(33, 37, 41, 0.1) !important;
}
.accent-default .blurbox-highlight {
  background-color: rgba(33, 37, 41, 0.1) !important;
}
.accent-default .modal .modal-body .card .card-header, .accent-default #blurbox .card-header, .accent-default #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-default .modal .modal-body .card .card-header h3.card-title .btn, .accent-default #blurbox .card-header h3.card-title .btn, .accent-default #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-default .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-default #blurbox .card-header h3.card-title .btn-expand, .accent-default #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-default .modal .modal-body .card .card-body, .accent-default #blurbox .card-body, .accent-default #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-default #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(33, 37, 41, 0.1) !important;
}

.accent-indigo {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-indigo .text-accent {
  color: #510bc4;
}
.accent-indigo .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-indigo .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-indigo .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(102, 16, 242, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-indigo .card .card-header {
  border-top: 3px solid #6610f2 !important;
  background-color: rgba(102, 16, 242, 0.1);
}
.accent-indigo #blurbox .blurbox-head {
  border-top: 3px solid #6610f2 !important;
  border-radius: 3px;
  background-color: rgba(102, 16, 242, 0.1) !important;
}
.accent-indigo .blurbox-highlight {
  background-color: rgba(102, 16, 242, 0.1) !important;
}
.accent-indigo .modal .modal-body .card .card-header, .accent-indigo #blurbox .card-header, .accent-indigo #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-indigo .modal .modal-body .card .card-header h3.card-title .btn, .accent-indigo #blurbox .card-header h3.card-title .btn, .accent-indigo #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-indigo .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-indigo #blurbox .card-header h3.card-title .btn-expand, .accent-indigo #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-indigo .modal .modal-body .card .card-body, .accent-indigo #blurbox .card-body, .accent-indigo #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-indigo #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(102, 16, 242, 0.1) !important;
}

.accent-purple {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-purple .text-accent {
  color: #59339d;
}
.accent-purple .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-purple .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-purple .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(111, 66, 193, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-purple .card .card-header {
  border-top: 3px solid #6f42c1 !important;
  background-color: rgba(111, 66, 193, 0.1);
}
.accent-purple #blurbox .blurbox-head {
  border-top: 3px solid #6f42c1 !important;
  border-radius: 3px;
  background-color: rgba(111, 66, 193, 0.1) !important;
}
.accent-purple .blurbox-highlight {
  background-color: rgba(111, 66, 193, 0.1) !important;
}
.accent-purple .modal .modal-body .card .card-header, .accent-purple #blurbox .card-header, .accent-purple #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-purple .modal .modal-body .card .card-header h3.card-title .btn, .accent-purple #blurbox .card-header h3.card-title .btn, .accent-purple #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-purple .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-purple #blurbox .card-header h3.card-title .btn-expand, .accent-purple #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-purple .modal .modal-body .card .card-body, .accent-purple #blurbox .card-body, .accent-purple #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-purple #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(111, 66, 193, 0.1) !important;
}

.accent-pink {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-pink .text-accent {
  color: #d91a72;
}
.accent-pink .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-pink .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-pink .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(232, 62, 140, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-pink .card .card-header {
  border-top: 3px solid #e83e8c !important;
  background-color: rgba(232, 62, 140, 0.1);
}
.accent-pink #blurbox .blurbox-head {
  border-top: 3px solid #e83e8c !important;
  border-radius: 3px;
  background-color: rgba(232, 62, 140, 0.1) !important;
}
.accent-pink .blurbox-highlight {
  background-color: rgba(232, 62, 140, 0.1) !important;
}
.accent-pink .modal .modal-body .card .card-header, .accent-pink #blurbox .card-header, .accent-pink #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-pink .modal .modal-body .card .card-header h3.card-title .btn, .accent-pink #blurbox .card-header h3.card-title .btn, .accent-pink #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-pink .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-pink #blurbox .card-header h3.card-title .btn-expand, .accent-pink #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-pink .modal .modal-body .card .card-body, .accent-pink #blurbox .card-body, .accent-pink #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-pink #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(232, 62, 140, 0.1) !important;
}

.accent-red {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-red .text-accent {
  color: #bd2130;
}
.accent-red .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-red .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-red .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(220, 53, 69, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-red .card .card-header {
  border-top: 3px solid #dc3545 !important;
  background-color: rgba(220, 53, 69, 0.1);
}
.accent-red #blurbox .blurbox-head {
  border-top: 3px solid #dc3545 !important;
  border-radius: 3px;
  background-color: rgba(220, 53, 69, 0.1) !important;
}
.accent-red .blurbox-highlight {
  background-color: rgba(220, 53, 69, 0.1) !important;
}
.accent-red .modal .modal-body .card .card-header, .accent-red #blurbox .card-header, .accent-red #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-red .modal .modal-body .card .card-header h3.card-title .btn, .accent-red #blurbox .card-header h3.card-title .btn, .accent-red #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-red .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-red #blurbox .card-header h3.card-title .btn-expand, .accent-red #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-red .modal .modal-body .card .card-body, .accent-red #blurbox .card-body, .accent-red #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-red #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(220, 53, 69, 0.1) !important;
}

.accent-orange {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-orange .text-accent {
  color: #dc6502;
}
.accent-orange .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-orange .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-orange .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(253, 126, 20, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-orange .card .card-header {
  border-top: 3px solid #fd7e14 !important;
  background-color: rgba(253, 126, 20, 0.1);
}
.accent-orange #blurbox .blurbox-head {
  border-top: 3px solid #fd7e14 !important;
  border-radius: 3px;
  background-color: rgba(253, 126, 20, 0.1) !important;
}
.accent-orange .blurbox-highlight {
  background-color: rgba(253, 126, 20, 0.1) !important;
}
.accent-orange .modal .modal-body .card .card-header, .accent-orange #blurbox .card-header, .accent-orange #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-orange .modal .modal-body .card .card-header h3.card-title .btn, .accent-orange #blurbox .card-header h3.card-title .btn, .accent-orange #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-orange .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-orange #blurbox .card-header h3.card-title .btn-expand, .accent-orange #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-orange .modal .modal-body .card .card-body, .accent-orange #blurbox .card-body, .accent-orange #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-orange #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(253, 126, 20, 0.1) !important;
}

.accent-yellow {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-yellow .text-accent {
  color: #d39e00;
}
.accent-yellow .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-yellow .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-yellow .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(255, 193, 7, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-yellow .card .card-header {
  border-top: 3px solid #ffc107 !important;
  background-color: rgba(255, 193, 7, 0.1);
}
.accent-yellow #blurbox .blurbox-head {
  border-top: 3px solid #ffc107 !important;
  border-radius: 3px;
  background-color: rgba(255, 193, 7, 0.1) !important;
}
.accent-yellow .blurbox-highlight {
  background-color: rgba(255, 193, 7, 0.1) !important;
}
.accent-yellow .modal .modal-body .card .card-header, .accent-yellow #blurbox .card-header, .accent-yellow #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-yellow .modal .modal-body .card .card-header h3.card-title .btn, .accent-yellow #blurbox .card-header h3.card-title .btn, .accent-yellow #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-yellow .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-yellow #blurbox .card-header h3.card-title .btn-expand, .accent-yellow #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-yellow .modal .modal-body .card .card-body, .accent-yellow #blurbox .card-body, .accent-yellow #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-yellow #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(255, 193, 7, 0.1) !important;
}

.accent-green {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-green .text-accent {
  color: #1e7e34;
}
.accent-green .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-green .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-green .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(40, 167, 69, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-green .card .card-header {
  border-top: 3px solid #28a745 !important;
  background-color: rgba(40, 167, 69, 0.1);
}
.accent-green #blurbox .blurbox-head {
  border-top: 3px solid #28a745 !important;
  border-radius: 3px;
  background-color: rgba(40, 167, 69, 0.1) !important;
}
.accent-green .blurbox-highlight {
  background-color: rgba(40, 167, 69, 0.1) !important;
}
.accent-green .modal .modal-body .card .card-header, .accent-green #blurbox .card-header, .accent-green #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-green .modal .modal-body .card .card-header h3.card-title .btn, .accent-green #blurbox .card-header h3.card-title .btn, .accent-green #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-green .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-green #blurbox .card-header h3.card-title .btn-expand, .accent-green #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-green .modal .modal-body .card .card-body, .accent-green #blurbox .card-body, .accent-green #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-green #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(40, 167, 69, 0.1) !important;
}

.accent-teal {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-teal .text-accent {
  color: #199d76;
}
.accent-teal .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-teal .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-teal .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(32, 201, 151, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-teal .card .card-header {
  border-top: 3px solid #20c997 !important;
  background-color: rgba(32, 201, 151, 0.1);
}
.accent-teal #blurbox .blurbox-head {
  border-top: 3px solid #20c997 !important;
  border-radius: 3px;
  background-color: rgba(32, 201, 151, 0.1) !important;
}
.accent-teal .blurbox-highlight {
  background-color: rgba(32, 201, 151, 0.1) !important;
}
.accent-teal .modal .modal-body .card .card-header, .accent-teal #blurbox .card-header, .accent-teal #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-teal .modal .modal-body .card .card-header h3.card-title .btn, .accent-teal #blurbox .card-header h3.card-title .btn, .accent-teal #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-teal .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-teal #blurbox .card-header h3.card-title .btn-expand, .accent-teal #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-teal .modal .modal-body .card .card-body, .accent-teal #blurbox .card-body, .accent-teal #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-teal #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(32, 201, 151, 0.1) !important;
}

.accent-cyan {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-cyan .text-accent {
  color: #117a8b;
}
.accent-cyan .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-cyan .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-cyan .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(23, 162, 184, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-cyan .card .card-header {
  border-top: 3px solid #17a2b8 !important;
  background-color: rgba(23, 162, 184, 0.1);
}
.accent-cyan #blurbox .blurbox-head {
  border-top: 3px solid #17a2b8 !important;
  border-radius: 3px;
  background-color: rgba(23, 162, 184, 0.1) !important;
}
.accent-cyan .blurbox-highlight {
  background-color: rgba(23, 162, 184, 0.1) !important;
}
.accent-cyan .modal .modal-body .card .card-header, .accent-cyan #blurbox .card-header, .accent-cyan #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-cyan .modal .modal-body .card .card-header h3.card-title .btn, .accent-cyan #blurbox .card-header h3.card-title .btn, .accent-cyan #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-cyan .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-cyan #blurbox .card-header h3.card-title .btn-expand, .accent-cyan #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-cyan .modal .modal-body .card .card-body, .accent-cyan #blurbox .card-body, .accent-cyan #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-cyan #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(23, 162, 184, 0.1) !important;
}

.accent-white {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-white .text-accent {
  color: #e6e6e6;
}
.accent-white .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-white .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-white .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-white .card .card-header {
  border-top: 3px solid #ffffff !important;
  background-color: rgba(255, 255, 255, 0.1);
}
.accent-white #blurbox .blurbox-head {
  border-top: 3px solid #ffffff !important;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.accent-white .blurbox-highlight {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.accent-white .modal .modal-body .card .card-header, .accent-white #blurbox .card-header, .accent-white #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-white .modal .modal-body .card .card-header h3.card-title .btn, .accent-white #blurbox .card-header h3.card-title .btn, .accent-white #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-white .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-white #blurbox .card-header h3.card-title .btn-expand, .accent-white #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-white .modal .modal-body .card .card-body, .accent-white #blurbox .card-body, .accent-white #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-white #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.accent-gray {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-gray .text-accent {
  color: #545b62;
}
.accent-gray .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-gray .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-gray .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(108, 117, 125, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-gray .card .card-header {
  border-top: 3px solid #6c757d !important;
  background-color: rgba(108, 117, 125, 0.1);
}
.accent-gray #blurbox .blurbox-head {
  border-top: 3px solid #6c757d !important;
  border-radius: 3px;
  background-color: rgba(108, 117, 125, 0.1) !important;
}
.accent-gray .blurbox-highlight {
  background-color: rgba(108, 117, 125, 0.1) !important;
}
.accent-gray .modal .modal-body .card .card-header, .accent-gray #blurbox .card-header, .accent-gray #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-gray .modal .modal-body .card .card-header h3.card-title .btn, .accent-gray #blurbox .card-header h3.card-title .btn, .accent-gray #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-gray .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-gray #blurbox .card-header h3.card-title .btn-expand, .accent-gray #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-gray .modal .modal-body .card .card-body, .accent-gray #blurbox .card-body, .accent-gray #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-gray #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(108, 117, 125, 0.1) !important;
}

.accent-gray-dark {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-gray-dark .text-accent {
  color: #1d2124;
}
.accent-gray-dark .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-gray-dark .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-gray-dark .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(52, 58, 64, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-gray-dark .card .card-header {
  border-top: 3px solid #343a40 !important;
  background-color: rgba(52, 58, 64, 0.1);
}
.accent-gray-dark #blurbox .blurbox-head {
  border-top: 3px solid #343a40 !important;
  border-radius: 3px;
  background-color: rgba(52, 58, 64, 0.1) !important;
}
.accent-gray-dark .blurbox-highlight {
  background-color: rgba(52, 58, 64, 0.1) !important;
}
.accent-gray-dark .modal .modal-body .card .card-header, .accent-gray-dark #blurbox .card-header, .accent-gray-dark #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-gray-dark .modal .modal-body .card .card-header h3.card-title .btn, .accent-gray-dark #blurbox .card-header h3.card-title .btn, .accent-gray-dark #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-gray-dark .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-gray-dark #blurbox .card-header h3.card-title .btn-expand, .accent-gray-dark #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-gray-dark .modal .modal-body .card .card-body, .accent-gray-dark #blurbox .card-body, .accent-gray-dark #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-gray-dark #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(52, 58, 64, 0.1) !important;
}

.accent-primary {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-primary .text-accent {
  color: #0062cc;
}
.accent-primary .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-primary .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-primary .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(0, 123, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-primary .card .card-header {
  border-top: 3px solid #007bff !important;
  background-color: rgba(0, 123, 255, 0.1);
}
.accent-primary #blurbox .blurbox-head {
  border-top: 3px solid #007bff !important;
  border-radius: 3px;
  background-color: rgba(0, 123, 255, 0.1) !important;
}
.accent-primary .blurbox-highlight {
  background-color: rgba(0, 123, 255, 0.1) !important;
}
.accent-primary .modal .modal-body .card .card-header, .accent-primary #blurbox .card-header, .accent-primary #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-primary .modal .modal-body .card .card-header h3.card-title .btn, .accent-primary #blurbox .card-header h3.card-title .btn, .accent-primary #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-primary .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-primary #blurbox .card-header h3.card-title .btn-expand, .accent-primary #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-primary .modal .modal-body .card .card-body, .accent-primary #blurbox .card-body, .accent-primary #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-primary #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(0, 123, 255, 0.1) !important;
}

.accent-default {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-default .text-accent {
  color: #0a0c0d;
}
.accent-default .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-default .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-default .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(33, 37, 41, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-default .card .card-header {
  border-top: 3px solid #212529 !important;
  background-color: rgba(33, 37, 41, 0.1);
}
.accent-default #blurbox .blurbox-head {
  border-top: 3px solid #212529 !important;
  border-radius: 3px;
  background-color: rgba(33, 37, 41, 0.1) !important;
}
.accent-default .blurbox-highlight {
  background-color: rgba(33, 37, 41, 0.1) !important;
}
.accent-default .modal .modal-body .card .card-header, .accent-default #blurbox .card-header, .accent-default #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-default .modal .modal-body .card .card-header h3.card-title .btn, .accent-default #blurbox .card-header h3.card-title .btn, .accent-default #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-default .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-default #blurbox .card-header h3.card-title .btn-expand, .accent-default #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-default .modal .modal-body .card .card-body, .accent-default #blurbox .card-body, .accent-default #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-default #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(33, 37, 41, 0.1) !important;
}

.accent-secondary {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-secondary .text-accent {
  color: #545b62;
}
.accent-secondary .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-secondary .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-secondary .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(108, 117, 125, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-secondary .card .card-header {
  border-top: 3px solid #6c757d !important;
  background-color: rgba(108, 117, 125, 0.1);
}
.accent-secondary #blurbox .blurbox-head {
  border-top: 3px solid #6c757d !important;
  border-radius: 3px;
  background-color: rgba(108, 117, 125, 0.1) !important;
}
.accent-secondary .blurbox-highlight {
  background-color: rgba(108, 117, 125, 0.1) !important;
}
.accent-secondary .modal .modal-body .card .card-header, .accent-secondary #blurbox .card-header, .accent-secondary #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-secondary .modal .modal-body .card .card-header h3.card-title .btn, .accent-secondary #blurbox .card-header h3.card-title .btn, .accent-secondary #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-secondary .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-secondary #blurbox .card-header h3.card-title .btn-expand, .accent-secondary #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-secondary .modal .modal-body .card .card-body, .accent-secondary #blurbox .card-body, .accent-secondary #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-secondary #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(108, 117, 125, 0.1) !important;
}

.accent-success {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-success .text-accent {
  color: #1e7e34;
}
.accent-success .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-success .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-success .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(40, 167, 69, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-success .card .card-header {
  border-top: 3px solid #28a745 !important;
  background-color: rgba(40, 167, 69, 0.1);
}
.accent-success #blurbox .blurbox-head {
  border-top: 3px solid #28a745 !important;
  border-radius: 3px;
  background-color: rgba(40, 167, 69, 0.1) !important;
}
.accent-success .blurbox-highlight {
  background-color: rgba(40, 167, 69, 0.1) !important;
}
.accent-success .modal .modal-body .card .card-header, .accent-success #blurbox .card-header, .accent-success #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-success .modal .modal-body .card .card-header h3.card-title .btn, .accent-success #blurbox .card-header h3.card-title .btn, .accent-success #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-success .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-success #blurbox .card-header h3.card-title .btn-expand, .accent-success #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-success .modal .modal-body .card .card-body, .accent-success #blurbox .card-body, .accent-success #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-success #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(40, 167, 69, 0.1) !important;
}

.accent-info {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-info .text-accent {
  color: #117a8b;
}
.accent-info .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-info .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-info .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(23, 162, 184, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-info .card .card-header {
  border-top: 3px solid #17a2b8 !important;
  background-color: rgba(23, 162, 184, 0.1);
}
.accent-info #blurbox .blurbox-head {
  border-top: 3px solid #17a2b8 !important;
  border-radius: 3px;
  background-color: rgba(23, 162, 184, 0.1) !important;
}
.accent-info .blurbox-highlight {
  background-color: rgba(23, 162, 184, 0.1) !important;
}
.accent-info .modal .modal-body .card .card-header, .accent-info #blurbox .card-header, .accent-info #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-info .modal .modal-body .card .card-header h3.card-title .btn, .accent-info #blurbox .card-header h3.card-title .btn, .accent-info #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-info .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-info #blurbox .card-header h3.card-title .btn-expand, .accent-info #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-info .modal .modal-body .card .card-body, .accent-info #blurbox .card-body, .accent-info #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-info #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(23, 162, 184, 0.1) !important;
}

.accent-warning {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-warning .text-accent {
  color: #d39e00;
}
.accent-warning .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-warning .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-warning .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(255, 193, 7, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-warning .card .card-header {
  border-top: 3px solid #ffc107 !important;
  background-color: rgba(255, 193, 7, 0.1);
}
.accent-warning #blurbox .blurbox-head {
  border-top: 3px solid #ffc107 !important;
  border-radius: 3px;
  background-color: rgba(255, 193, 7, 0.1) !important;
}
.accent-warning .blurbox-highlight {
  background-color: rgba(255, 193, 7, 0.1) !important;
}
.accent-warning .modal .modal-body .card .card-header, .accent-warning #blurbox .card-header, .accent-warning #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-warning .modal .modal-body .card .card-header h3.card-title .btn, .accent-warning #blurbox .card-header h3.card-title .btn, .accent-warning #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-warning .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-warning #blurbox .card-header h3.card-title .btn-expand, .accent-warning #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-warning .modal .modal-body .card .card-body, .accent-warning #blurbox .card-body, .accent-warning #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-warning #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(255, 193, 7, 0.1) !important;
}

.accent-danger {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-danger .text-accent {
  color: #bd2130;
}
.accent-danger .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-danger .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-danger .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(220, 53, 69, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-danger .card .card-header {
  border-top: 3px solid #dc3545 !important;
  background-color: rgba(220, 53, 69, 0.1);
}
.accent-danger #blurbox .blurbox-head {
  border-top: 3px solid #dc3545 !important;
  border-radius: 3px;
  background-color: rgba(220, 53, 69, 0.1) !important;
}
.accent-danger .blurbox-highlight {
  background-color: rgba(220, 53, 69, 0.1) !important;
}
.accent-danger .modal .modal-body .card .card-header, .accent-danger #blurbox .card-header, .accent-danger #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-danger .modal .modal-body .card .card-header h3.card-title .btn, .accent-danger #blurbox .card-header h3.card-title .btn, .accent-danger #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-danger .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-danger #blurbox .card-header h3.card-title .btn-expand, .accent-danger #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-danger .modal .modal-body .card .card-body, .accent-danger #blurbox .card-body, .accent-danger #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-danger #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(220, 53, 69, 0.1) !important;
}

.accent-light {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-light .text-accent {
  color: #dae0e5;
}
.accent-light .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-light .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-light .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(248, 249, 250, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-light .card .card-header {
  border-top: 3px solid #f8f9fa !important;
  background-color: rgba(248, 249, 250, 0.1);
}
.accent-light #blurbox .blurbox-head {
  border-top: 3px solid #f8f9fa !important;
  border-radius: 3px;
  background-color: rgba(248, 249, 250, 0.1) !important;
}
.accent-light .blurbox-highlight {
  background-color: rgba(248, 249, 250, 0.1) !important;
}
.accent-light .modal .modal-body .card .card-header, .accent-light #blurbox .card-header, .accent-light #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-light .modal .modal-body .card .card-header h3.card-title .btn, .accent-light #blurbox .card-header h3.card-title .btn, .accent-light #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-light .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-light #blurbox .card-header h3.card-title .btn-expand, .accent-light #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-light .modal .modal-body .card .card-body, .accent-light #blurbox .card-body, .accent-light #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-light #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(248, 249, 250, 0.1) !important;
}

.accent-dark {
  /*
  #widgets {
      .table-striped tbody tr:nth-of-type(odd) {
          background-color: rgba($color, .015);
      }
  }
  */
}
.accent-dark .text-accent {
  color: #1d2124;
}
.accent-dark .modal-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
.accent-dark .modal .modal-dialog .modal-content {
  border: 0;
}
.accent-dark .modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(52, 58, 64, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accent-dark .card .card-header {
  border-top: 3px solid #343a40 !important;
  background-color: rgba(52, 58, 64, 0.1);
}
.accent-dark #blurbox .blurbox-head {
  border-top: 3px solid #343a40 !important;
  border-radius: 3px;
  background-color: rgba(52, 58, 64, 0.1) !important;
}
.accent-dark .blurbox-highlight {
  background-color: rgba(52, 58, 64, 0.1) !important;
}
.accent-dark .modal .modal-body .card .card-header, .accent-dark #blurbox .card-header, .accent-dark #blurbox .widget-user-header {
  background: rgba(236, 238, 239, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 0 !important;
}
.accent-dark .modal .modal-body .card .card-header h3.card-title .btn, .accent-dark #blurbox .card-header h3.card-title .btn, .accent-dark #blurbox .widget-user-header h3.card-title .btn {
  margin-top: -0.5rem;
}
.accent-dark .modal .modal-body .card .card-header h3.card-title .btn-expand, .accent-dark #blurbox .card-header h3.card-title .btn-expand, .accent-dark #blurbox .widget-user-header h3.card-title .btn-expand {
  margin-right: -0.8rem;
}
.accent-dark .modal .modal-body .card .card-body, .accent-dark #blurbox .card-body, .accent-dark #blurbox .widget-user-body {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accent-dark #widgets [data-widgetid] > .card > .card-header {
  background-color: rgba(52, 58, 64, 0.1) !important;
}

.select2-container--bootstrap4 .select2-selection__clear {
  width: 0.9em;
  height: 0.9em;
  line-height: 0.9em;
  padding-left: 0.3em;
  margin-top: 0.7em;
  border-radius: 100%;
  background-color: #6c757d;
  color: #f8f9fa;
  float: right;
  margin-right: 0.3em;
}

.select2-container .select2-selection--single .select2-selection__clear {
  color: transparent;
  background: transparent;
  margin-top: 0.6em;
}
.select2-container .select2-selection--single .select2-selection__clear:hover {
  background: transparent;
}
.select2-container .select2-selection--single .select2-selection__clear:after {
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #6c757d;
}
.select2-container .select2-selection--single .select2-selection__clear:hover:after {
  color: black;
}

/*# sourceMappingURL=alfi.css.map */
