.custom-badge {
	background: rgba(0, 86, 167, 0.05);
	color: #2170f9;
}

.custom-table {
	border: 1px solid #d9d9d9;
	padding: 10px;
	background-color: #fff;
}

.custom-cell {
	padding: 8px 10px;
}

.item-option {
	display: flex;
	justify-content: space-between;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-end {
	justify-content: end;
}

.align-items-center {
	align-items: center;
}

.pb-3 {
	padding-bottom: 0.75rem;
}

.pe-3 {
	padding-right: 1.75rem;
}

.item-option>div {
	padding: 0 1%;
}

.select2-language {
	width: 100%;
	border-radius: 0 !important;
}

.wp-admin {
	position: relative;
	background: #eee;
}

.wp-admin .modal {
	position: absolute;
	background-color: rgba(51, 51, 51, 0.75);
}

.custom-ul {
	padding-left: 0;
	overflow-y: scroll;
	max-height: 250px;
}

.checkbox-switch {
	height: 0;
	width: 0;
	display: none !important;
}

.title-banner {
	padding-right: 6px;
}

.label-switch {
	cursor: pointer;
	text-indent: -9999px;
	width: 36px;
	height: 18px;
	background: grey;
	display: block;
	border-radius: 100px;
	position: relative;
}

.label-switch:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30%;
	height: 70%;
	background: #fff;
	border-radius: 90px;
	transition: all 0.3s ease;
}

.checkbox-switch:checked+.label-switch {
	background: #bada55;
}

.checkbox-switch:checked+.label-switch:after {
	left: calc(100% - 15px);
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.mb-3 {
	margin-bottom: 1rem;
}

.col-sm-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

/* .col-sm-4 {
  flex: 0 0 33.33%; 
  max-width: 33.33%;
} */

/* .col-sm-8 {
  flex: 0 0 66.67%; 
  max-width: 66.67%;
} */

.col-sm-6 {
	flex: 0 0 45%;
	max-width: 50%;
}

.col-sm-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.p-2 {
	padding: 0.5rem;
}

.border {
	border: 1px solid #dee2e6;
}

.p-3 {
	padding: 1rem;
}

.btn-pub {
	margin-left: 10px;
}

.section-content {
	background-color: white;
}

.p-4 {
	padding: 1.5rem;
}

.cookie-opt__link {
	cursor: pointer;
	text-decoration: none;
	color: black;
	font-weight: 600;
}

.logic-hidden {
	display: none;
}

.logic-show {
	display: block;
}

.flex-nowrap {
	flex-wrap: nowrap;
}

.d-flex {
	display: flex;
}

.flex-row {
	flex-direction: row;
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition:
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}

.form-label {
	margin-bottom: 0.5rem;
}

.col-form-label {
	margin-bottom: 0.5rem;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.pe-3 {
	padding-right: 0.75rem;
}

.border-2 {
	border-width: 2px;
}

.table-scrollable {
	overflow-x: auto;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropbtn {
	background-color: #3498db;
	color: white;
	padding: 10px;
	border: none;
	cursor: pointer;
}

.dropdown-content {
	display: none;
	position: fixed;
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	margin-top: 0px;
	max-width: 20%;
}

.dropdown-content li>a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content li>a:hover {
	background-color: #ddd;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.btn-light-custom {
	background-color: #f8f9fa;
	color: #333;
	border: 1px solid #ccc;
}

.btn-light-custom:hover {
	background-color: #e2e6ea;
	color: #333;
	border: 1px solid #b8c2cc;
}

.custom-edit {
	display: flex !important;
}

.badge.rounded-pill {
	display: inline-block;
	border-radius: 50px;
	padding: 5px 10px;
}

.form-custom {
	background-color: white;
	padding: 2%;
}

.content-add {
	border: 1px solid;
}

.title-add {
	border-bottom: 1px solid;
	padding: 0% 1%;
}

#myInput {
	background-image: url('../../../public/assets/images/search.svg');
	background-position: 1% 50%;
	background-repeat: no-repeat;
	width: 100%;
	padding: 1% 1% 1% 35px;
	border: none;
	margin-bottom: 1%;
	border-bottom: 1px solid;
	border-right: 1px solid;
}

#myUL {
	/* Remove default list styling */
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: auto;
	max-height: 500px;
}

#myUL>li {
	background-color: #f6f6f6;
}

#myUL li .input-checkbox {
	border: 1px solid #ddd;
	margin-top: -1px;
	padding: 1% 1%;
	text-decoration: none;
	font-size: 18px;
	color: black;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

#myUL li .input-checkbox:hover:not(.header) {
	background-color: #eee;
	/* Add a hover effect to all links, except for headers */
}

#notFound {
	padding: 1%;
	display: none;
}

/* accordion */
/*-------------------------------------*/

.accordion__item {
	margin: 0 auto;
}

.accordion__item .accordion__title {
	position: relative;
	display: block;
	padding: 13px 60px 15px 13px;
	margin-bottom: 2px;
	color: #202020;
	font-size: 28px;
	text-decoration: none;
	background-color: #eaeaea;
	border-radius: 3px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
	cursor: pointer;
}

.accordion__item .accordion__title:hover {
	background-color: #e5e4e4;
	transition: all 0.5s ease-out;
}

.accordion__item .accordion-active {
	background-color: #e5e4e4;
}

.accordion__item .accordion__title .accordion__arrow {
	position: absolute;
	top: 13%;
	right: 0;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 26px;
	font-size: 25px;
	font-weight: 700;
	margin-right: 5px;
	background-color: #c9c9c9;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.accordion__item .accordion__rotate {
	transform: rotate(225deg);
}

.accordion__item .accordion__content {
	margin-top: 10%;
	margin-bottom: 2px;
	font-size: 14px;
	padding: 0px 1%;
}

.accordion__item .accordion__arrow-item {
	font-weight: 700;
}

/*-------------------------------------*/