:root {
	/* With sidebar layout */
	--with-sidebar-root-bg: #000000;
	--with-sidebar-nav-item-color: var(--white);
	--with-sidebar-nav-item-color-hover: var(--white);
	--with-sidebar-nav-item-color-active: var(--white);
	--with-sidebar-nav-item-color-pressed: var(--white);
	--with-sidebar-nav-item-bg: transparent;
	--with-sidebar-nav-item-bg-hover: #a61515;
	--with-sidebar-nav-item-bg-active: #a61515;
	--with-sidebar-nav-item-bg-pressed: transparent;
	--with-sidebar-nav-divider-color: rgba(255, 255, 255, 0.38);
	--with-sidebar-sidebar-color: #ffffff;
	--with-sidebar-logo-color: var(--black);
	--with-sidebar-custom-logo-filter: none;

	/* Workspace switch */
	--workspace-switch-arrow-color: #ffffff;
	--workspace-switch-counter-color: rgba(255, 255, 255, 0.8);
	--workspace-switch-name-color: #ffffff;
	--workspace-switch-dropdown-name-color: var(--white);

	/* User head block */
	--user-head-block-arrow-color: #ffffff;
	--user-head-block-create-btn-bg: #a61515;
	--user-head-block-create-btn-bg-hover: #b33834;
	--user-head-block-create-btn-color: var(--white);

	/* Buttons */
	--btn-border-radius: 0;
	--btn-border-radius-lg: 0;
	--btn-border-radius-sm: 0;

	/* Primary button */
	--primary-btn-bg: #a61515;
	--primary-btn-bg-hover: #a61515;

	/* Default solid button */
	--btn-default-solid-bg: #a61515;
	--btn-default-solid-bg-hover: #b33834;
	--btn-default-solid-bg-disabled: var(--grey-02-stroke);
	--btn-default-solid-color: #ffffff;
	--btn-default-solid-color-hover: #ffffff;
	--btn-default-solid-color-disabled: var(--white);
	--btn-default-solid-border-color: #a61515;
	--btn-default-solid-border-color-hover: #b33834;
	--btn-default-solid-border-color-disabled: var(--grey-02-stroke);

	/* Sign in form */
	--sign-in-form-label-color: #ffffff;
	--sign-in-form-input-border-radius: 0.5rem;

	/* Sign up form */
	--sign-up-form-label-color: #ffffff;
	--sign-up-form-input-border-radius: 0.5rem;

	/* Forgot password form */
	--forgot-password-form-label-color: #ffffff;
	--forgot-password-form-input-border-radius: 0.5rem;

	/* Create new password form */
	--create-new-password-form-label-color: #ffffff;
	--create-new-password-form-input-border-radius: 0.5rem;

	/* White label auth */
	--wl-auth-layout-bg: #000000 url('https://assets.cdn.filesafe.space/zIinQxe4WH9ZwiXKM251/media/675c4cdc1140a02e2471dd2c.png') no-repeat center / cover;
	--wl-auth-layout-color: #ffffff;
	--wl-auth-layout-form-wrap-background: transparent;
	--wl-auth-layout-form-wrap-max-width: 380px;
	--wl-auth-layout-form-wrap-padding: 0;
	--wl-auth-layout-form-wrap-margin: 80px 0 0 0;
	--wl-auth-layout-form-wrap-border: none;
	--wl-auth-layout-form-wrap-border-radius: 0;
	--wl-auth-layout-form-wrap-box-shadow: none;
	--wl-auth-layout-form-wrap-gap: 40px;
	--wl-auth-layout-header-gap: 8px;
	--wl-auth-layout-header-background: none;
	--wl-auth-layout-header-icon-display: none;
	--wl-auth-layout-title-weight: 500;
	--wl-auth-layout-subtitle-mt: 0;

	/* Custom loading modal */
	--custom-loading-modal-bg: radial-gradient(
		86.34% 86.34% at 50% 37.18%,
		#404e6b 0%,
		#2d3142 100%
	);
	--custom-loading-modal-color: #ffffff;
	--custom-loading-modal-sub-title-color: #cbd7f0;
	--custom-loading-modal-spinner-color: #8795b8;
	--custom-loading-modal-decor-circle-bg: linear-gradient(0deg, #404e6b, #6b7aa1) border-box;

	/* Custom progress modal */
	--custom-progress-modal-bg: radial-gradient(
		86.34% 86.34% at 50% 37.18%,
		#404e6b 0%,
		#2d3142 100%
	);
	--custom-progress-modal-await-state-color: #6b7aa1;
	--custom-progress-modal-loading-state-color: #ffffff;
	--custom-progress-modal-completed-badge-color: #6b7aa1;
	--custom-progress-modal-steps-line-color: #404e6b;
	--custom-progress-modal-sub-title-color: #cbd7f0;
	--custom-progress-modal-back-grid-color: #6b7aa1;
}
