// switch
@switch-md-width: 40px;
@switch-md-height: 22px;
@switch-sm-width: 28px;
@switch-sm-height: 16px;
@switch-xl-width: 52px;
@switch-xl-height: 28px;
@switch-handle-md-width: 18px;
@switch-handle-sm-width: 12px;
@switch-handle-xl-width: 24px;

@switch-md-shadow: 0px 2px 4px 0px rgba(65,65,65,0.19);
@switch-md-border-radius: 12px;
@switch-xl-border-radius: 18px;
@switch-sm-loading-width: 10px;
@switch-md-loading-width: 14px;
@switch-xl-loading-width: 18px;


@switch-loading-icon-color: @gray-6;
@switch-handle-bg: @text-color-white;

@switch-bg: @gray-5;
@switch-disabled-bg: @gray-3;
@switch-checked-bg: @primary-color;
@switch-checked-bg-secondary: @secondary-color;
@switch-checked-disabled-bg: @primary-color-4;
@switch-checked-disabled-bg-secondary: @secondary-color-4;
