.bgcfix-warning {
    background: var(--warning-color) !important;
    color: #212529 !important;
}

.textcfix-warning {
    color: var(--warning-color) !important;
}

.textcfix-secondary {
    color: #DDFF01 !important;
}

.bgcfix-primary {
    background: var(--primary-color) !important;
}

.bgcfix-primary-dark {
    background: linear-gradient(-90deg, #0e0e58, #0e0e58 ) !important;
}

.bgcfix-secondary {
    background: #DDFF01 !important;
    color: black !important;
}

.dark-scheme.de-grey footer a {
    color: #ddd;
}

/* .dark-scheme.de-grey header:not(.transparent),
.dark-scheme.de-grey footer,
.dark-scheme.de-grey header.header-mobile{
    background: linear-gradient(-90deg, #0e0e58, #0e0e58 );
}

.dark-scheme.de-grey header.smaller,
.dark-scheme.de-grey #mainmenu ul{
    background: linear-gradient(-90deg, #0e0e58, #0e0e58 );
} */

.btn-close.cfix-close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    color: white;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: .8;
  }

  /* categories */
