* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:root {
	--bs-dark: #000000;
	--bs-light: #ffffff;
	--bs-success: #3f9d00;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: sans-serif;
	background-color: #ffffff;
}

ul {
	list-style: none;
}

.serial-numbers {
	height: 15rem;
}

.serial-numbers-form {
	align-self: flex-start;
}

.hero {
	min-height: 100vh;
	background-image: url(../svg/components/card-11.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

#content {
	min-height: calc(100vh - 200px);
}

.core {
	padding-bottom: 10vh;
}

.parser {
	height: 100%;
	margin: 2rem;
	/*width: 100%;*/
}

.base {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}

.dataTables_scrollBody {
	margin-top: -8px;
}

.detail_info {
	display: none;
}

.logo {
	text-align: center;
}

.logo_img {
	width: 40px;
	margin-right: 10px;
}

.progressbar, .progressbar2, .progressbar3 {
	display: none;
}

.core .results-table {
	display: none;
	overflow: auto;
	width: 100%;
	margin-left: 15px;
	table-layout: auto;
	border-collapse: collapse;
}

#serialNumbers ul {
	padding-left: 1rem;
}

.footer-bg {
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background: url(../svg/components/isometric-squares-light.svg) no-repeat center;
	background-size: cover;
	pointer-events: none;
}

/* перемешаем скролл бар вверх страницы (через JS связываем с нижним скролом) */

.dataTables_scrollHead, .dataTables_scrollHeadInner {
	-ms-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.dataTables_scrollHead {
	overflow: auto !important;
}


/* Работает в Firefox */
.dataTables_scrollHead {
	scrollbar-width: thin;
	scrollbar-color: #ccc #f8fafd;
}

/* Работает в Chrome, Edge и Safari */
.dataTables_scrollHead::-webkit-scrollbar, .dataTables_scrollBody::-webkit-scrollbar {
	width: 12px;
}

.dataTables_scrollHead::-webkit-scrollbar-track, .dataTables_scrollBody::-webkit-scrollbar-track {
	background: rgba(248, 250, 253, 0.59);
}

.dataTables_scrollHead::-webkit-scrollbar-thumb, .dataTables_scrollBody::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 20px;
	border: 4px solid #f8fafd;
}

.sorting_1 {
	filter: grayscale(.5);
}

table.table-bordered.dataTable thead tr:first-child th.sorting_asc, table.table-bordered.dataTable thead tr:first-child th.sorting_desc {
	background-color: #80808014;
}

/* */
.new_check-btn {
	width: 10rem;
}

.user-menu-wrap {
	position: relative;
	width: 36px;
	/*margin: 50px auto;*/
}

.menu-container {
	visibility: hidden;
	opacity: 0;
}

.menu-container.active {
	visibility: visible;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}

.user-menu {
	position: absolute;
	right: -22px;
	/*width: 256px;*/
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1rem;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	background-color: #ffffff;
}

.user-menu .profile-highlight, .navbar-nav .profile-highlight {
	display: flex;
	margin-bottom: 6px;
	padding: 12px 16px;
	border-bottom: 1px solid #e0e0e0;
}

.user-menu .profile-highlight img, .navbar-nav .profile-highlight img {
	width: 48px;
	height: 48px;
	border-radius: 25px;
	-o-object-fit: cover;
	object-fit: cover;
}

.user-menu .profile-highlight .details, .navbar-nav .profile-highlight .details {
	display: flex;
	flex-direction: column;
	margin: auto 12px;
}

.user-menu .profile-highlight .details #profile-name,
.navbar-nav .profile-highlight .details #profile-name {
	font-size: 16px;
	font-weight: 600;
}

.user-menu .profile-highlight .details #profile-footer,
.navbar-nav .profile-highlight .details #profile-footer {
	font-size: 14px;
	font-weight: 300;
	margin-top: 4px;
}

.user-menu .footer, .navbar-nav .footer {
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px solid #e0e0e0;
}

.user-menu .footer .user-menu-link, .navbar-nav .footer .user-menu-link {
	font-size: 13px;
}

.user-menu .user-menu-link, .navbar-nav .user-menu-link {
	font-size: 14px;
	font-weight: 400;
	display: flex;
	padding: 12px 16px;
	text-decoration: none;
	color: #333333;
}

.user-menu .user-menu-link div, .navbar-nav .user-menu-link div {
	margin: auto 10px;
}

.noUi-handle {
	background: #0d6efd !important;
}

.user-menu .user-menu-link:hover {
	color: #333333;
	background-color: #f5f5f5;
}

.user-menu:before, .navbar-nav:before {
	position: absolute;
	top: -16px;
	right: 25px;
	display: inline-block;
	content: "";
	border: 8px solid transparent;
	border-bottom-color: #e0e0e0;
}

.user-menu:after, .navbar-nav:after {
	position: absolute;
	top: -14px;
	right: 26px;
	display: inline-block;
	content: "";
	border: 7px solid transparent;
	border-bottom-color: #ffffff;
}

.mini-photo-wrapper {
	cursor: pointer;
}

.dropdown-menu[data-bs-popper] {
	left: -14.8vw;
	width: 20vw;
}

.gauth {
	/*min-height: 75vh;*/
}

.parser-text {
	flex: 1;
}

.btn-buy {
	border-color: #2997ff;
}

.table-hover > tbody > tr:hover {
	background-color: #7fedfd; /* #3fc4fe*/
}

.btn-get-again {
	white-space: nowrap;
}

.dataTables_scrollHeadInner {
	width: 100% !important;
	padding: 0 !important;
}

/*.dataTables_scrollHeadInner table{*/
/*	width:100% !important;*/
/*}*/

.list-checked-primary .list-unchecked-item::before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5.63602' y='16.9498' width='16' height='2' rx='1' transform='rotate(-45 5.63602 16.9498)' fill='red'/%3E%3Crect opacity='0.3' x='7.05029' y='5.63605' width='16' height='2' rx='1' transform='rotate(45 7.05029 5.63605)' fill='%23e31e13'/%3E%3C/svg%3E%0A");
}

.modal-dialog {
	max-width: 370px;
}

.modal.show .modal-fullscreen {
	min-width: 100%;
}

.navbar-brand-logo {
	width: 100%;
	height: 100%;
	min-width: 18rem;
	max-width: 18rem;
}

.brand {
	width: 100%;
	height: 100%;
	max-width: 15rem;
}

.img-fluid {
	height: 100%;
}

.table-responsive .form-control {
	text-align: center;
	padding: 1px;
}

.table-responsive .form-select-sm {
	min-width: 115px;
}

.user-menu__item-mobile {
	display: none;
}

.user-menu-desktop {
	display: flex;
}

.card .signupHeroFormPrivacyCheck {
	margin-left: unset;
	margin-right: 0.75rem;
}

.footer {
	margin-top: 5rem;
}

.grecaptcha-badge {
	display: none !important;
}

.core .details {
	align-items: end;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.core .results-table {
	margin-left: 0;
}

.core .accordion-body {
	padding-top: 0;
	max-width: 100%;
	 max-height: 6rem; 
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.list-item-wrapper {
	max-width: 25vw;
}

br {
	content: ",";
}

.core .accordion-body br::after {
	content: ", ";
}

.object-fit-cover {
	object-fit: cover;
}

.object-fit-contain {
	object-fit: contain;
}

#goToTopBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	outline: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	width: 3.125rem;
	height: 3.125rem;
	background-color: rgba(113, 134, 157, .1);
	color: #677788;
	font-size: 1rem;
	opacity: .5;
	border-radius: 50%;
	transition: .3s ease-out;
}

#goToTopBtn:hover {
	background-color: #0056b3;
}

.line-height-2 {
	line-height: 2rem;
}

.w-fit-content {
	width: fit-content;
}

.dataTables_wrapper label {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .5rem;
}


/* MEDIA QUERIES */

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.col-sm-12 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.core .accordion-header {
		display: flex;
		justify-content: space-between;
	}

	.core .list-group-item {
		flex-direction: column;
	}

	.core .list-group-numbered > li::before {
		position: absolute;
		left: 8px;
	}

	.user-menu__item-mobile {
		display: flex;
	}

	.core .avatar:not(img) {
		width: 160px;
	}

	.user-menu-desktop {
		display: none;
	}

	.base {
		align-items: flex-start;
		flex-direction: column;
	}

	.base > div {
		margin: 10px;
	}

	.html5buttons {
		width: 95%;
	}

	.card .card-table > :not(caption) > * > * {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
}



@media (max-width: 576px) {
	.flex-sm-column {
		flex-direction: column !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-none {
		display: none !important;
	}

	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-sm-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-sm-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

}

@media (max-width: 375px) {
	.navbar-brand-logo {
		min-width: 14rem;
		max-width: 14rem;
	}
}
