//
// Global
//

@global-link-color: @global-primary-background;
@global-link-hover-color: #0171cd;
@global-primary-background: #32beff;
@global-secondary-background: #393939;

//
// Theme
//

@internal-theme-box-decoration-primary-border-gradient: linear-gradient(135deg, #19b1f0, @global-link-hover-color);
@internal-theme-box-decoration-secondary-border-gradient: linear-gradient(135deg, @global-secondary-background, #242424);
@internal-theme-transition-border-border-gradient: linear-gradient(135deg, #19b1f0, #0171cd);

//
// Button
//

@button-default-active-background: #19b1f0;
@button-primary-background: #19b1f0;
@internal-button-primary-gradient: linear-gradient(100deg, #19b1f0, #0b70d8);
@internal-button-secondary-gradient: linear-gradient(100deg, @global-secondary-background, #242424);
@internal-button-default-hover-gradient: linear-gradient(100deg, #19b1f0, @global-link-hover-color);
@internal-button-primary-hover-gradient: linear-gradient(100deg, #19b1f0, @global-link-hover-color);
@internal-button-secondary-hover-gradient: linear-gradient(100deg, #242424, #000000);
@internal-button-default-active-gradient: linear-gradient(100deg, #19b1f0, @global-link-hover-color);
@internal-button-primary-active-gradient: linear-gradient(100deg, #19b1f0, @global-link-hover-color);

//
// Card
//

@card-primary-background: @global-primary-background;
@card-secondary-background: #5b86dc;
@card-secondary-hover-background: #1b1b1b;
@internal-card-primary-gradient: linear-gradient(135deg, #19b1f0, @global-link-hover-color);
@internal-card-secondary-gradient: linear-gradient(135deg, @global-secondary-background, #242424);
@internal-card-primary-hover-gradient: linear-gradient(135deg, #34bdf6, #2185d8);
@internal-card-secondary-hover-gradient: linear-gradient(135deg, #1b1b1b, #111111);
@internal-card-badge-gradient: ~'';

//
// Divider
//

@internal-divider-small-border-gradient: linear-gradient(90deg, #19b1f0, #0b70d8);

//
// Icon
//

@icon-link-color: #19b1f0;
@icon-link-hover-color: @global-secondary-background;
@icon-link-active-color: @global-secondary-background;
@icon-button-color: #19b1f0;
@internal-icon-button-hover-gradient: linear-gradient(135deg, #19b1f0, @global-link-hover-color);
@internal-icon-button-active-gradient: linear-gradient(135deg, #34bdf6, #2185d8);

//
// List
//

@internal-list-bullet-image: "../../../../uikit-themes/master-sonic/images/styles/white-blue/list-bullet.svg";

//
// Navbar
//

@navbar-nav-item-line-background: @global-primary-background;
@internal-navbar-nav-item-line-gradient: ~'';

//
// Overlay
//

@overlay-primary-background: rgba(50, 190, 255, 0.85);

//
// Section
//

@internal-section-primary-gradient: linear-gradient(135deg, #19b1f0, @global-link-hover-color);
@internal-section-secondary-gradient: linear-gradient(135deg, #303030, #242424);

//
// Subnav
//

@internal-subnav-pill-item-active-gradient: ~'';

//
// Text
//

@internal-text-background-color-gradient: linear-gradient(45deg, #19b1f0, #0b70d8);

//
// Tile
//

@internal-tile-primary-gradient: linear-gradient(135deg, #19b1f0, @global-link-hover-color);
@internal-tile-secondary-gradient: linear-gradient(135deg, #303030, #242424);
