@charset "utf-8";

/* ===== -Berry — Deep Berry ===== */

:root { --accent: #ad1457; }

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.page-item.active .page-link,
.show > .btn-outline-primary.dropdown-toggle,
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	background: linear-gradient(135deg, #880e4f, #ad1457) !important;
	border-color: #880e4f !important;
}

hr.hr::after,
.dropdown-item.active,
.dropdown-item:active {
	background-color: #ad1457 !important;
}

.bg-primary {
	background: linear-gradient(135deg, #3b0026 0%, #880e4f 100%) !important;
}

.border-primary {
	border-color: #ad1457 !important;
}

.text-primary,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #ad1457 !important;
}

/* ---- Hover / Focus ---- */

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
	background: linear-gradient(135deg, #1c0012, #3b0026) !important;
	border-color: #1c0012 !important;
}

.btn-outline-primary {
	color: #ad1457 !important;
	border-color: #ad1457 !important;
}

.btn-outline-primary:hover {
	color: #fff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background: linear-gradient(135deg, #0a0007, #1c0012) !important;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(173, 20, 87, 0.45) !important;
}
