
#cookie_accept_cont {
	position: fixed;
	bottom: 0;
	width: 100%;
	min-width: 300px;
	height: auto;
	z-index: 30000;
}
@media screen and (min-width : 992px) {
	#cookie_accept_cont { bottom: 100px; right: 30px; width: 300px; }
}

	.cookie_accept_cont_body {
		display: flex;
		flex-direction: column;
		row-gap: 15px;
		align-items: center;
		top: 0px;
		left: 0px;
		margin: 0 auto;
		text-align: center;
		padding: 20px;
		padding-top: 10px;
		height: auto;
		border-radius: 8px;
		
		background: rgba(25,25,25,1);
		color: #fff;
	}
	@media screen and (min-width : 480px) {
		.cookie_accept_cont_body { height: auto; }
	}
	
	.cookie_accept_cont_body a {
		color: var(--second_color);
	}
		
		.cookie_accept_close_box {
			font-size: 28px;
			text-align: end;
			padding-bottom: 10px;
		}
			.cookie_accept_close {
				display: inline-block;
				cursor: pointer;
			}
		
		
		.cookie_accept_box {
			width: 280px;
			margin: auto;
		}
		@media screen and (min-width : 480px) {
			.cookie_accept_box { width: auto; }
		}
		
	
		#cookie_policy_aye, #cookie_policy_nay {
			display: flex;
			align-items: center;
			justify-content: center;
			font-family: 'Dosis', sans-serif;
			font-size: 14px;
			font-weight: 300;
			letter-spacing: 1px;
			text-transform: uppercase;
			color: var(--second_color);
			background: rgba(255,255,255,.1);
			width: 200px;
			height: 50px;
			padding: 0 20px;
			border-radius: 8px;
			cursor: pointer;
		}

			#cookie_policy_aye .fi, #cookie_policy_nay .fi {
				font-size: 25px;
				margin-right: 10px;
				background: #FFE616;
				background: linear-gradient(to right, #FFE616 0%, #EE7707 100%);
				-webkit-background-clip: text;
				-webkit-text-fill-color: transparent;
			}
	
	
	.modded_div {
		/*padding-bottom: 140px;*/
	}