/**
 * 2022 SOONECT
 *
 * NOTICE OF LICENSE
 *
 * @author    SOONECT <contact@soonect.com>
 * @copyright 2022 SOONECT
 * @license   GNU General Public License version 2
 *
 * You can not resell or redistribute this software.
 */

.sooncookie-banner {
	position: fixed;
	background: rgba(0,0,0,.7);
	padding: 20px;
	color: #ffffff;
	z-index: 999999;
}
.sooncookie-banner #sooncookie-text {
	margin-bottom: 20px;
}
.sooncookie-banner #sooncookie-btns {
	text-align: right;
}
.sooncookie-banner #sooncookie-btns>.btn {
	margin-left: 10px;
}
.sooncookie-banner.top, .sooncookie-banner.bottom {
	width:100%;
	text-align: center;
}
.sooncookie-banner.top {
	top:0px;
}
.sooncookie-banner.bottom {
	bottom:0px;
}
.sooncookie-banner.popup {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
