﻿:root
{
    --thm-base: #000;
    --thm-black: #000;
    --thm-bg-primary: #000;
    --thm-bg-success: #28a745;
    --thm-danger: #f001fd;
    --thm-bg-selection: #f001fd;
    --thm-border-primary: #cd0fed;
    --thm-btn-primary: #f001fd;
    --thm-btn-primary-text: #fff;
    --thm-btn-success: #28a745;
    --thm-border-selection: #f001fd;
    --thm-text-primary: #f001fd;
    --thm-text-selection: #f001fd;
    --thm-text-dark: #000;
    --thm-text-gray: #596985;
    --thm-light: #dee2e6;
    --thm-bg-gray: #596985;
    --thm-popa-window-bg: #000;
    --thm-popa-window-text: #fff;
}
.bg-dark .main-promotion-offer h3, .bg-dark .main-promotion-offer h2
{
    color: #f001fd;
}
.navbar:not(.foot-fixed-menu) .btn-outline-primary, .navbar:not(.foot-fixed-menu) .btn.btn-border, .navbar:not(.foot-fixed-menu) .btn-primary:not(.card-footer .btn-primary), .navbar:not(.foot-fixed-menu) .badge-primary
{
    position: relative;
    background-color: transparent!important;
    border-color: var(--thm-border-primary)!important;
    border-width: 2px;
    color: #fff!important;
}
.main-promotion-offer a.main-promotion-cta
{
    background-color: #44d304!important;
    border-color: #44d304!important;
    color: #fff!important;
}
.btn-outline-primary
{
    color: inherit!important;
}