/*
Theme Name: Saasland Child
Theme URI: https://droitthemes.com/wp/saasland
Template: saasland
Author: DroitThemes
Author URI: https://themeforest.net/user/droitthemes/portfolio
Description: Saasland is a creative WordPress theme for saas, software, startup, app, agency and related products & services.
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: saasland-child
*/

#modal-cookie {
	display: flex;
    align-items: center;
    background-color: #fff;
    bottom: 0;
    justify-content: center;
    padding: 20px;
    position: fixed;
    text-align: center;
    width: 100%;
	z-index: 1;
}
.modal-text {
    color: #333;
    margin-bottom: 0;
    margin-right: 20px;	
}
#modal-button {
    border: 1px solid #333;
    padding: 10px 15px;
}
.modal-link {
    border-bottom: 1px solid #e67849;
    color: #e67849;
}
button {
    background-color: #0000;
    border: none;
    cursor: pointer;
    outline: none;	
}