//
// Global
//

@global-emphasis-color:                         #262626;

@global-link-color:                             #3AB62A;
@global-link-hover-color:                       #7A42E3;

@global-muted-background:                       #FAF9FC;
@global-primary-background:                     #3AB62A;
@global-secondary-background:                   #7A42E3;

@global-success-background:                     #28B6A2;

@global-large-box-shadow:                       10px 28px 50px 0 rgba(23,0,118,0.2);
@global-medium-box-shadow:                      5px 14px 25px 0 rgba(23,0,118,0.16);
@global-small-box-shadow:                       3px 8px 16px 0 rgba(23,0,118,0.12);
@global-xlarge-box-shadow:                      18px 50px 80px 0 rgba(23,0,118,0.24);

//
// Form
//

@form-background:                               desaturate(darken(@global-muted-background, 2%), 13%);
@form-focus-background:                         desaturate(darken(@global-muted-background, 6%), 13%);

//
// Icon
//

@icon-button-background:                        desaturate(darken(@global-muted-background, 2%), 13%);

//
// Pagination
//

@pagination-item-active-background:             desaturate(darken(@global-muted-background, 2%), 13%);

//
// Search
//

@search-default-background:                     desaturate(darken(@global-muted-background, 2%), 13%);
@search-default-focus-background:               desaturate(darken(@global-muted-background, 6%), 13%);

//
// Table
//

@table-row-active-background:                   desaturate(darken(@global-muted-background, 2%), 13%);

//
// Utility
//

@box-shadow-bottom-background:                  #2E1E6C;

@dragover-box-shadow:                           0 0 20px rgba(23,0,118,0.2);