.main-user-consent-request-popup-cont {
	position: fixed;
	bottom: 0;
	left: 30px;
	bottom: 0;
	overflow: hidden;
	z-index: 9000;
	bottom: -100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 84%);
}

@media (min-width: 992px) {
	.main-user-consent-request-popup-cont {
	max-width: 290px;

	/* border-radius: 9px; */
	}
	.main-user-consent-request-popup-content a {
		/* display:block; */
	}

}

.main-user-consent-request-popup-content {
	background-color: #2e3036;
	/* color: #000; */
	padding: 18px 20px 25px;
}

.main-user-consent-request-popup-textarea-block {
	/* padding-right: 1rem; */
	font-size: 14px;
	line-height: 20px;
}

.main-user-consent-request-popup-content a {
	/* color: #72AC2F; */
	/* text-decoration: underline; */
}

.main-user-consent-request-popup-content .h4 {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
}

.main-user-consent-request-popup-content p {
	margin: 0
}

.main-user-consent-request-popup.opened .main-user-consent-request-popup-cont {
	bottom: 15px;
}

.main-user-consent-request-popup-button,.main-user-consent-request-popup-button:hover {
	/* height: 46px; */
	/* background: #72AC2F; */
	/* border: 0; */
	/* border-radius: 4px; */
	/* color: #fff; */
	/* display: block!important; */
	width: 100%;
	/* margin-top: 15px; */
	/* text-transform: uppercase; */
	margin-top: 20px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce {
	cursor: pointer;
	color: #333;
	font-size: 13px;
	line-height: 15px;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (max-width: 991px) {
	.main-user-consent-request-popup-cont .h4 {
		font-weight: 600;
		font-size: 15px;
		line-height: 120%;
	}

	.main-user-consent-request-popup-cont p {
		font-size: 12px;
		line-height: 142%;
	}
	.main-user-consent-request-popup.opened .main-user-consent-request-popup-cont {
		bottom: 0;
		left:0;
		right:0
	}
.main-user-consent-request-popup-content {
	padding: 10px 15px 10px;
}
}

.mr-auto, .mx-auto {
	margin-right: auto;
}

@media (min-width: 992px) {
	.d-lg-flex {
		display: flex;
	}
}