.asander-consent-popup {
	position: fixed;
	font-size: 0.8rem;
    width: 100%;
    height: 100vh;
    background: #0000001c;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 9999;
}

.asander-popup-inner {
	width: 1200px;
    max-width: 95%;
    max-height: 95vh;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 30px -20px;
    padding: 50px;
    overflow-y: scroll;
    font-size: 16px;
}

.asander-h1 {
	font-size: 22px;
	font-weight: bold;
}

.asander-h2 {
	font-weight: bold;
	font-size: 18px;
}

.asander-conset_types .asander-conset_type {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #87878754;
}

.asander-conset_types .asander-conset_type:last-child {
	border-bottom: 0px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.asander-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.asander-flex-left {
	width: 70%;
}

.asander-flex-right {
	width: 30%;
}

.asander-conset_types {
	margin-top: 50px;
}

.asander-consent-popup input[type="checkbox"] {
	width: 40px;
	height: 40px;
}

.asander-consent-popup .asander-flex-right {
	display: flex;
    align-items: center;
    width: 20%;
    /* margin-left: auto; */
    justify-content: center;
}

.asander-consent-info {
	    position: fixed;
    font-size: 0.8rem;
    width: 100%;
    background: #f1f1f1;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 30px;
}

.asander-consent-trigger {
	position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 99;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 100%;
    opacity: .2;
    z-index: 99;
}

.settings_popup {
	margin-right: 5px;
}

.btn-default {
	padding: 10px 20px;
    border: 2px solid #000;
    display: table;
}

.btn-default:hover {
	background-color: #000;
	color: #fff;
}

.cursor-pointer {
	cursor: pointer;
}

.position-relative {
	position: relative;
}

.gap5 {
	gap: 5px;
}

.z1 {
	z-index: 1;
}

@media (max-width: 768px) {

	.asander-consent-popup .asander-p {
		height: 50px;
    	overflow-y: scroll;
	}

	.asander-consent-popup .asander-flex-left {
		width: 85%;
	}

	.asander-consent-popup .asander-flex-right {
		width: auto;
	}

	.asander-consent-info,
	.asander-popup-inner {
		padding: 15px;
	}

	.asander_consent-info-inner .asander-flex-left {
		width: 100%;
	}

	.asander_consent-info-inner .asander-flex-right {
		width: 100%;
		margin-top: 10px;
	}

	.asander_consent-info-inner .asander-flex-right {

	}
} 