/*
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	border: 1px solid #ccc;
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	transition: background-color 5000s ease-in-out 0s;
}
*/

.form-control::placeholder {
	color: rgba(0, 0, 0, .35);
}

.input-group > .form-group {
	flex: 1 1 auto;
	position: relative;
	z-index: 1;
}

.form-control, .form-select {
	font-size: 0.875rem;
}
.form-group button[type="submit"] {
	min-width: 8em;
}

.break-word {
	word-break: break-word;
	overflow-wrap: break-word;
}

.hover-underline:hover {
	text-decoration: underline;
}

.font-size-1 {
	font-size: 1rem;
}

.text-xs {
	font-size: 0.75em;
}

.cursor-pointer {
	cursor: pointer;
}
.cursor-default {
	cursor: default;
}

.z-index-0 {
	z-index: 0 !important;
}
.z-index-1 {
	z-index: 1 !important;
}

.pt-01 {
	padding-top: 0.1rem !important;
}

.py-1-25 {
	padding-top: 0.3rem !important;
	padding-bottom: 0.3rem !important;
}

.alert.alert-sm {
	padding: 0.4rem 1rem;
	font-size: 0.825rem;
}
.alert.alert-sm.alert-dismissible {
	padding-right: 2.75rem;
}
.alert-sm.alert-dismissible .btn-close {
	padding: 0.7rem 0.775rem 0.6rem 0.75rem;
	font-size: 0.875em;
}

.input-group > .form-group > .form-control,
.input-group > .form-group > .form-select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
	min-width: 3.25rem;
	max-height: 2.2rem;
	justify-content: center;
}

.dropdown-item .btn.btn-link {
	font-size: .85rem;
	color: var(--bs-dropdown-link-color);
}
.dropdown-item .btn.btn-link:active {
	color: var(--bs-dropdown-link-active-color);
}

#page-container {
	background-color: #fff;
}

.btn {
	font-weight: 500;
	padding: .5rem 1rem .425rem;
	font-size: .75rem;
	line-height: 1.2;
}
.btn.bg-default-white {
	--bs-btn-bg: #fff;
}
.btn.bg-default-white-opacity {
	--bs-btn-bg: rgba(255, 255, 255, .65);
}
html.dark .btn.bg-default-white-opacity {
	--bs-btn-bg: rgba(255, 255, 255, 0);
}

.line-height-1 {
	line-height: 1;
}
.line-height-1-2 {
	line-height: 1.2;
}
.line-height-1-25 {
	line-height: 1.25;
}
.line-height-1-35 {
	line-height: 1.35;
}
.line-height-1-45 {
	line-height: 1.45;
}
.line-height-1-5 {
	line-height: 1.5;
}
.line-height-1-55 {
	line-height: 1.55;
}
.line-height-1-6 {
	line-height: 1.6;
}
.line-height-1-65 {
	line-height: 1.65;
}
.line-height-1-75 {
	line-height: 1.75;
}
.line-height-2 {
	line-height: 2;
}

.text-yellow {
	color: #ffcc33 !important;
}
.text-golden-brown {
	color: #bb7700  !important;
}

.alert-light {
	color: #444444;
	background-color: #e4e4e4;
	border-color: #e4e4e4;
}
.alert-orange {
	color: #504000;
	background-color: #ffee99;
	border-color: #ffee99;
}
.alert-lightblue {
	color: #4d51a4;
	background-color: #dafcff;
	border-color: #dafcff;
}
.alert-violet {
	color: #52339a;
	background-color: #e6daff;
	border-color: #e6daff;
}
.alert-pink {
	color: #900055;
	background-color: #ffe9fc;
	border-color: #ffe9fc;
}

html.dark .alert-orange {
	color: #ffffff;
	background-color: #d69118;
	border-color: #d69118;
}
html.dark .alert-lightblue {
	color: #ffffff;
	background-color: #0055aa;
	border-color: #0055aa;
}
html.dark .alert-violet {
	color: #ffffff;
	background-color: #52339a;
	border-color: #52339a;
}
html.dark .alert-pink {
	color: #ffffff;
	background-color: #ff00ff;
	border-color: #ff00ff;
}

html.dark .form-group > label:first-child {
	color: #9ca5ad;
}

.blank-logo-white {
	display: none;
}

html.dark .blank-logo-black {
	display: none;
}
html.dark .blank-logo-white {
	display: block;
}

table {
	font-size: 12px;
}

.table-borderless tfoot, .table-borderless tbody {
	border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.table-sm.footer-double-row p.footer-second-row {
	margin: 0.25rem -0.25rem 0 -0.25rem;
	padding: 0.25rem 0.25rem 0 0.25rem;
	border-top: solid 1px rgb(222, 226, 230);
}

.table > :not(:last-child) > tr:last-child {
	/* border-bottom: 2px solid var(--bs-table-striped-color); */
	border-bottom-width: 2px;
}

.border-end-secondary {
	border-right-width: 2px;
	border-right-color: var(--bs-table-striped-color);
}


.badge.notifications-badge {
	min-width: 1rem;
	padding: 0.15rem 0.2rem 0.05rem 0.2rem;
	font-size: 0.55rem;
	line-height: 1;
	text-align: center;
	transform: translate(calc(0.6rem - 50%), 0.1rem);
}

.badge.badge-sm {
	padding: 0.3em 1.25em 0.25em 1.25em;
	border-radius: 0.75rem;
	font-size: 0.575em;
	line-height: 1.25;
	font-weight: 500;
}
.badge.badge-secondary {
	color: #fff;
	background-color: #909294;
}
html.dark .badge.badge-secondary {
	background-color: #606264;
}

.no-padding-x-children > * {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.max-child-width-400 > .container, .max-width-400 {
	max-width: 400px;
}
.max-child-width-500 > .container, .max-width-500 {
	max-width: 500px;
}
.max-child-width-600 > .container, .max-width-600 {
	max-width: 600px;
}
.max-child-width-700 > .container, .max-width-700 {
	max-width: 700px;
}
.max-child-width-800 > .container, .max-width-800 {
	max-width: 800px;
}
.max-child-width-900 > .container, .max-width-900 {
	max-width: 900px;
}
.max-child-width-1000 > .container, .max-width-1000 {
	max-width: 1000px;
}
.max-child-width-1100 > .container, .max-width-1100 {
	max-width: 1100px;
}
.max-child-width-1200 > .container, .max-width-1200 {
	max-width: 1200px;
}
.max-child-width-1300 > .container, .max-width-1300 {
	max-width: 1300px;
}
.max-child-width-1400 > .container, .max-width-1400 {
	max-width: 1400px;
}
.max-child-width-1500 > .container, .max-width-1500 {
	max-width: 1500px;
}
.max-child-width-1600 > .container, .max-width-1600 {
	max-width: 1600px;
}
.max-child-width-1700 > .container, .max-width-1700 {
	max-width: 1700px;
}
.max-child-width-1800 > .container, .max-width-1800 {
	max-width: 1800px;
}

@media (min-width: 1520px) {
	#page-container.side-trans-enabled .inner-full-width {
		margin-left: calc(50% - 50vw + 2rem);
		margin-right: calc(50% - 50vw + 2rem);
	}
	#page-container.side-trans-enabled.sidebar-o .inner-full-width {
		margin-left: calc(50% - 50vw + 125px + 2rem);
		margin-right: calc(50% - 50vw + 125px + 2rem);
	}
}

.form-check.form-check-lg {
	padding-left: 1.65rem;
}
.form-check.form-check-lg .form-check-input {
	margin-left: -1.65rem;
	transform: scale(1.2);
	transform-origin: 0 70%;
}

.autocomplete-results-show .input-group > button {
	border-bottom-left-radius: 0 !important;
}
.autocomplete-results-show .form-control {
	border-bottom-right-radius: 0 !important;
}
.autocomplete-results-show .autocomplete-results {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
#page-header-search:not(.show) .autocomplete-results-show .autocomplete-results {
	display: none !important;
}
#page-header-search .autocomplete-results {
	background-color: #fff;
}
html.dark #page-header-search .autocomplete-results {
	background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.unordered-list {
	list-style: none;
	padding: 0;
}

.dropdown-item {
	font-size: 12px;
}
.dropdown-item:hover {
	background-color: #0d6efd;
	color: white;
}
.dropdown-menu-subtle .dropdown-item:hover {
	background-color: #f0f2f6;
	color: #242a30;
}

.datepick, #datepick {
	display: inline-block;
	width: 0;
	padding-left: 0;
	padding-right: 0;
	border: none;
	opacity: 0;
}

.badge {
	font-size: 0.85em;
}
.badge.small {
	display: inline-block;
	font-size: 0.725em;
	transform: translate(0.1em, -0.15em);
}
.dropdown-statistics .badge {
	font-size: 0.875rem;
	transform: none;
}
.badge.dropdown-placement,
.badge.dropdown-date-range {
	padding: 0.45rem 1.5rem;
	border: 1px solid #ced4da;
	color: rgb(52, 58, 64);
	text-decoration: none;
	font-weight: 400;
}

.gridview-actions {
	font-size: 1.2em;
}

.gridview-clear-results {
	vertical-align: middle;
	font-size: 1.25em;
}

.dropdown-item i {
	display: inline-block;
	width: 1.667em;
	text-align: center;
}

.table-crud-actions a {
	display: inline-block;
	margin: 0 0.125em;
	font-size: 1.125em;
}

.help-block {
	margin-top: 0.125em;
	font-size: .75em;
	color: #dc3545;
}

.form-group {
	margin-bottom: 1rem;
}
form label {
	display: inline-block;
	margin-bottom: 0.25rem;
	font-size: 0.875em;
}
form .label-no-margin label {
	margin: 0 !important;
}
.form-control, .form-select {
	color: #5c656d;
}
.form-check-input {
	display: inline-block;
	width: 1.25em;
	height: 1.25em;
	margin-right: 0.2em;
	transform: translateY(-0.125em);
}

.info {
	font-size: 14px;
}

.pagina .btn.btn-secondary {
	cursor: default;
}
.pagina-pages a, .pagina-pages span.active {
	display: inline-block;
	min-width: 0.6em;
	margin: 0 0.25em;
	font-size: 1.1em;
	transform: translateY(0.1em);
}
.pagina-pages span.active {
	color: rgba(var(--bs-secondary-rgb), .75);
}
.pagina-pages a {
	color: var(--bs-body-color);
}
.pagina-pages a:hover {
	color: var(--bs-link-color);
}


.form-group [role="radiogroup"] {
	margin: -0.5rem -1rem;
}
.form-group [role="radiogroup"] label {
	padding: 0.5rem 1rem;
	margin-bottom: 0;
}
.form-group [role="radiogroup"] label input {
	display: inline-block;
	margin: 0 0.25rem 0 0.15rem;
}
.disabled-checkbox input:disabled + label {
	opacity: 0.4;
}

.btn-group-sm>.btn, .btn-sm {
	padding: .4rem .75rem .35rem;
	font-size: .65rem;
}


.grid-view .asc::after, .grid-view .desc::after {
	display: inline-block;
	padding-left: 0.125em;
	font-size: 0.775em;
	transform: translateY(-0.125em);
}
.grid-view .asc::after {
	content: '\25B2';
}
.grid-view .desc::after {
	content: '\25BC';
}


.dropdown-form {
	min-width: 280px;
	padding: 0 1rem;
	font-size: 12px;
}

.dropdown-form .form-control-sm {
	font-size: 12px;
}

.ext-content-loading .spinner-border {
	width: 4rem;
	height: 4rem;
}

.spinner-border.spinner-border-xs {
	width: 1rem;
	height: 1rem;
}

@media (min-width: 768px) {
	.navbar-expand-md .navbar-nav {
		margin-right: calc(-1 * var(--bs-navbar-nav-link-padding-x));
	}
}

.modal pre.with-code {
	max-height: calc(100vh - 270px);
}

.bg-gradient-intensive {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, .25)) !important;
}

[data-copy-el].copied {
	position: relative;
	color: transparent !important;
	border-color: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
}
[data-copy-el].copied * {
	opacity: 0 !important;
}
[data-copy-el].copied::after {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: rgb(var(--bs-success-rgb));
	content: 'Skopiowano';
}
[data-copy-el].copied.btn-light::after,
[data-copy-el].copied.btn-outline-light::after {
	color: rgb(179, 243, 203);
}
[data-copy-el][data-copy-align="end"].copied::after {
	left: auto;
	right: 0;
}

pre.code-wrap {
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
}

.video-box {
	position: relative;
	padding-top: 56.25%;
}
.video-box video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pt-0-5 {
	padding-top: 0.15rem !important;
}

input:disabled + label {
	opacity: 0.5;
}
