.cookie-popup.floating {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 8px 12px;
	border: 1px solid #000;
	background-color: #fff;
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: space-between;
}

.cookie-popup.floating .content {
	width: 75%;
}

.cookie-popup.floating p {
	margin-bottom: 0;
	max-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cookie-popup {
	width: 700px;
	z-index: 999;
}

.cookie-popup a {
	color: #f79420;
	display: inline-block;
}

.cookie-popup .setting-btn {
	display: inline-block;
	color: #0867b2;
	font-weight: 600;
	border-bottom: 1px solid #0867b2;
	cursor: pointer;
}

.cookie-popup .admit-btn {
	display: inline-block;
	padding: 9px 20px;
	background-color: #0867b2;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

.cookie-popup .right {
	float: right;
}

.ui.modal.cookie-modal>.close {
	top: 10px;
	right: 10px;
	color: #000;
	opacity: 1;
}

.cookie-modal.ui.modal {
	z-index: 9999 !important;
}

.cookie-modal .modal-content {
	padding: 15px 30px;
	color: #515356;
}

.cookie-modal .modal-content a {
	color: #f79420;
}

.cookie-modal ul {
	padding: 0;
	border: 1px solid #d9d9d9;
}

.cookie-modal ul li {
	max-width: 100%;
	padding: 18px 25px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 15px;
	font-weight: 600;
}

.cookie-modal ul li:last-child {
	border-bottom: 0;
}

.cookie-modal ul li:before {
	content: "+";
	font-size: 30px;
	display: inline-block;
	vertical-align: sub;
	font-weight: 200;
}

.cookie-modal ul li>.right {
	float: right;
	color: #0867b2;
	padding-top: 7px;
}

.cookie-modal .button, .cookie-modal button, .cookie-modal .button:focus,
	.cookie-modal button:focus {
	background-color: #0867b2 !important;
	border-radius: 0;
	color: #fff !important;
}

.cookie-modal .modal-content .accordion .title:first-child .label {
	width: 74% !important;
}

.cookie-modal .ui.slider.checkbox input:checked ~label:before {
	background-color: #0867b2 !important;
}

.cookie-modal .modal-content .label {
	width: 85%;
	display: inline-block;
	padding: 10px 0;
}