.form-check-label {
	position: relative;
	top: -1px;
}

.form-check-input:checked {
	background-color: #F65C26;
	border-color: #F65C26;
}

#einstellungen-page .card-body {
	min-height: 300px;
}


.col-dat-small-help .form-text {
	font-size: 0.77rem;
}

.price-lbl {
	width: 180px;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #020617
}

.price-input {
	width: 150px;
	height: 52px;
	border-width: 1px;
	padding: 10px;
	border: 1px solid #CCD5E8;
	border-radius: 5px;
	height: 50px;
	background: #FFFFFF;
	font-size: 16px;
}

.fz12 {
	font-size: 12px !important;
}

.fz14 {
	font-size: 14px !important;
}

.badge-inactive {
	background: #f66a82;
	border-radius: 3px;
}

.h40 {
	height: 40px;
}

.w40 {
	width: 40px;
}

.btn-check+.btn {
	font-size: 14px;
	height: 46px;
	--bs-btn-bg: #F4F6FA;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0066CC;
	--bs-btn-active-border-color: var(--bs-btn-active-bg);
	border-radius: 0;
}

.btn-check+.btn:hover {
	--bs-btn-color: #fff;
	--bs-btn-bg: #1b51af;
	--bs-btn-border-color: #1b51af;
}

.search-input {
	width: 100%;
	height: 46px;
	border: 1px solid #CCD5E8;
	border-radius: 0;
	background: #FFFFFF;
	font-size: 16px;
	padding: 0 10px;
	font-size: 14px;
}

.row10{
	--bs-gutter-x: 0.7rem;
 	--bs-gutter-y: 0.7rem;
}
.item-table {
	width: 100%;
	border-collapse: collapse;
}
.item-table td {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.progress, .progress-stacked {
 	height: 10px;
}
.progress_red {
	--bs-progress-bar-bg: #F74563;
}
.notice-list__item {
	color: #404A59;
}
.notice-list__item:not(:last-child) {
	border-bottom: 1px solid #CCD5E8;
}

.table {
	font-size: 14px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.table tr:hover td {
	background-color: #FFF;
}
.table-hover > tbody > tr:hover > * {
	--bs-table-color-state: var(--bs-table-hover-color);
	--bs-table-bg-state: rgba(121, 121, 121, 0.08);
}

/* Custom search */


.dt--top-section
  > .row
  > .col-12.col-sm-6.d-flex.justify-content-sm-end.justify-content-center.mt-sm-0.mt-3
  > .col-12
  > label.col-12.col-sm-8
  > .input-group.w-100 {
display: flex !important;
  align-items: center;
  width: 300px !important;
  border: 1px solid #CCD5E8;
  float: right;
}


.dt--top-section
  > .row
  > .col-12.col-sm-6.d-flex.justify-content-sm-end.justify-content-center.mt-sm-0.mt-3
  > .col-12
  > label.col-12.col-sm-8
  > .input-group.w-100
  > .input-group-text {
order: 2 !important;
  background: #fff;
  border: none;
  padding: 14px;
  border-radius: 0px;
  color: #64748B;
}

 .pg-input-search
 {
  order: 1 !important;
  font-size: 1rem;
  padding: 10px;
  border: none;
  color: #64748B;
  margin-left: 0px !important;
}


/* select pagination */

.pg-pagination-select {
	background-position: right 4px center;
	background-size: 10px 8px;
	font-size: 14px;
	padding: 4px 16px 4px 7px !important;
}

.pg-footer > div:first-child {
	position: relative;
	top: -5px;
}


/* Для тестирования бекграунда для workshops and insurance */
tr.bg-danger.bg-opacity-10 > th,
tr.bg-danger.bg-opacity-10 > td {
    background-color: rgba(var(--bs-danger-rgb), .1) !important;
    box-shadow: none !important;
}

/* Auftrag-2 */
.car-type {
    cursor: pointer;
    transition: .2s;
}
.car-type__img {
    position: relative;
    width: 44px;
    height: 44px;
}
.car-type.active,
.car-type:hover {
    --bs-border-color: var(--color-orange);
}
.car-type img {
    transition: .2s;
    transform: scale(1.2);
}
.car-type.active img {
    opacity: 0;
}
.car-type img.active {
    opacity: 0;
}
.car-type.active img.active {
    opacity: 1;
}
.car-type__lbl {
    margin-top: -0.5rem;
}

.car-brand-logo {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.rs-container {
	height: 37px;
}
.rs-container .rs-scale {
    display: flex;
}
.rs-container .rs-scale>span:last-child {
	display: flex;
	justify-content: flex-end;
}
.rs-container .rs-selected {
	background-color: #0E2B4D;
	border-color: #0E2B4D;
	height: 6px;
}
.rs-container .rs-bg {
	background-color: #CCD5E8;
	border-color: #CCD5E8;
	height: 6px;
}
.rs-container .rs-pointer {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #404A59;
	box-shadow: none;
	outline: 3px solid #fff;
	top: -5px;
}
.rs-container .rs-pointer::after, 
.rs-container .rs-pointer::before {
    height: 6px;
    background-color: #fff;
    left: 13px;
    top: 9px;
}
.rs-container .rs-pointer::after {
	left: auto;
    right: 13px;
}
.rs-container .rs-scale span ins {
	font-size: 14px;
}