/**
 * 2018-2022 Optyum S.A. All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Optyum S.A. and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Optyum S.A.
 * and its suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Optyum S.A.
 *
 * @author    Optyum S.A.
 * @copyright 2018-2022 Optyum S.A.
 * @license  Optyum S.A. All Rights Reserved
 *  International Registered Trademark & Property of Optyum S.A.
 */

.container_smtcookies{
	position: fixed;
	background: #FFFFFF;
	padding: 45px;
	padding-bottom: 15px;
	z-index: 999;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.top-0{
	top: 0 !important;
}
.top-50{
	top: 50% !important;
}
.button-0{
	bottom: 0 !important;
}
.container_smtcookies .btn{
	padding: 10px 20px !important;
	font-size: 20px !important;
}
.container_smtcookies .btn_info
{
	padding: .5rem 1rem !important;
}