.cb-mb {
	padding: 20px 0 10px 10px;
}

.cb-mb__row {
	display: grid;
	grid-template-columns: 22% 65%;
	align-items: center;
	margin-bottom: 20px;
	gap: 5%;
	align-items: baseline;
}

.cb-mb__row label {
	font-weight: bold;
}

#cb_template {
	width: 100%;
	height: 220px;
}

.cb-hidden {
	display: none;
	visibility: hidden;
	width: 0px;
}

.cb-mb__row input[type="text"],
.cb-mb__row input[type="url"],
.cb-mb__row input[type="number"],
.cb-mb__row select {
	width: 35%;
	margin: 0 auto;
}

.cb-mb__row input[type="number"] {
	width: 10%;
	margin: 0 auto;
}

.cb-badge {
	font-size: 12px;
	font-weight: 600;
	padding: 2px 8px;
	border-radius: 6px;
	display: inline-block;
	margin-right: 8px;
}

.cb-badge--new {
	background-color: rgb(249, 250, 251);
	color: rgb(75, 85, 99);
	border: 1px solid rgb(229, 231, 235);
}

.cb-badge--in-progress {
	background-color: rgb(254, 252, 232);
	color: rgb(101, 80, 36);
	border: 1px solid rgb(34, 47, 73);
}

.cb-badge--converted {
	background-color: rgb(240, 253, 244);
	color: rgb(21, 128, 61);
	border: 1px solid rgb(229, 231, 235);
}


.cb-badge--darkblue {
	background-color: rgb(229, 246, 253);
	color: rgb(30, 66, 159);
	border: 1px solid rgb(229, 231, 235);
}

.cb-lead-id {
	font-size: 12px;
	display: block;
	margin-top: 5px;
	color: rgb(107 114 128);
}

.cb-switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
}

.cb-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.cb-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.cb-slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.cb-slider {
	background-color: #2196F3;
}

input:focus+.cb-slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.cb-slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.cb-slider.round {
	border-radius: 34px;
}

.cb-slider.round:before {
	border-radius: 50%;
}
.idea-cb-lead-id {
	font-size: 12px;
	display: block;
	margin-top: 5px;
	color: rgb(107 114 128);
}

.cb-reports-btn {
	padding: 15px 0 15px 0;
	display: flex;
	width: 100%;
	position: relative;
}

.cb-reports-grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}

.cb-reports-wrapper {
    max-width: 97%;
}

.cb-reports-ibox-title {
	background-color: #fff;
	border-image: none;
	border-width: 3px 0 0;
	color: inherit;
	margin-bottom: 0;
	padding: 14px 15px 7px;
	min-height: 48px;
}

.cb-reports-wrapper h1 {
	color: #1d2327;
	font-size: 2em;
	margin: .67em 0;
}

.cb-reports-wrapper h2, .cb-reports-wrapper h3 {
	color: #1d2327;
	font-size: 1.3em;
	margin: 1em 0;
}

.cb-reports-ibox-content {
	background-color: #fff;
	color: inherit;
	padding: 15px 20px 20px 20px;
	border-color: #d7dadc;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 0;
}

.cb-reports-left-report-field-group {
	width: 30%;
}

#cb_report_range {
	background: #fff;
	cursor: pointer;
	padding: 5px 10px;
	border: 1px solid #ccc;
	width: 75%;
	display: inline-block;
}

#cb_reports_loader {
	vertical-align: top;
	margin-top: 3px;
	display: none;
}

#cb_reports_loader img {
	width: 20px;
}

#cb_preview_wrapper span#cb_reports_loader {
padding: 6px 0px;
margin: 4px 0px;
}

.cb-form-label {
	padding: 10px 0px;
	margin: 10px 0px;
}


.cb-status-col {
	display: flex;
	align-items: center;
	gap: 10px;
}

table.cb_lead_ids th#source {
	width: 10%;
}
table.cb_lead_ids th#status {
	width: 30%;
}

.cart-bounce_page_cart-bounce-leads tbody#the-list td {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.cart-bounce_page_cart-bounce-leads tbody#the-list th {
    padding-top: 14px;
}

.cb-preview-notification-btn:focus {
	outline: none;
}

.cb-preview-notification-btn .dashicons-arrow-up-alt2 {
	transition: 0.3s all;

}
.cb-preview-notification-btn--open .dashicons-arrow-up-alt2 {
	transform: rotate(180deg);
}