.primary-bg, .primary-hover-bg:hover {
            background: #000000;
        }
        .secondary-bg, .secondary-hover-bg:hover {
            background: #000000;
        }
        .primary-text, .primary-hover-text:hover {
            color: #000000;
        }
        .secondary-text, .secondary-hover-text:hover {
            color: #000000;
        }
        .gradient-bg, .gradient-hover-bg:hover {
            background: #000000;
            background: -moz-linear-gradient(45deg, #000000 0%, #000000 97%);
            background: -webkit-linear-gradient(45deg, #000000 0% #000000 97%);
            background: linear-gradient(45deg, #000000 0%, #000000 97%);
            color: #fff !important;
            text-decoration: none;
            &:hover {
                color: #fff !important;
            }
        }
        .gradient-text, .gradient-hover-text:hover {
            background: #000000;
            background: -moz-linear-gradient(45deg, #000000 0%, #000000 97%);
            background: -webkit-linear-gradient(45deg, #000000 0% #000000 97%);
            background: linear-gradient(45deg, #000000 0%, #000000 97%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .numbers .number:not(.register_only):hover {
            border: 2px solid #000000;
        }
        .header .menu nav ul li a:hover {
            color: #000000;
            border-bottom: 1px dashed #000000;
        }
        .page-item.active .page-link {
            background-color: #000000;
            border-color: #000000;
        }
        .page-link {
            color: #000000;
        }
        