/**
Theme Name: Enigmo Child
Author: Enigmo
Author URI: https://www.enigmo.es/
Description: Enigmo is a child theme from astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: enigmo
Template: astra
*/

/* SCROLL BARS */
/* Mozilla ScrollBar */
* {
    scrollbar-color: #0170B9 #f5f5f5;
    scrollbar-width: thin;
 }
/* Chrome Scrollbar */
*::-webkit-scrollbar-track {
    --webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
}

*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
}

*::-webkit-scrollbar-thumb {
    --webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #0170B9;
}
/* END SCROLL BARS */

/* COOKIES */
.gdprmodal-content {
	box-shadow: 0px 5px 26px 0px rgba(0, 0, 0, 0.22), 0px 20px 28px 0px rgba(0, 0, 0, 0.30) !important;
}

.gdpr_messagebar_detail .gdprmodal-dialog .gdprmodal-header,
.gdpr_messagebar_detail .gdprmodal-dialog .gdprmodal-footer {
	padding: 1rem !important;
}

.gdpr_messagebar_detail .category-group,
.gdpr_messagebar_detail .category-group .category-item .description-container {
	overflow: auto !important;
}

.gdpr_messagebar_detail .category-group .category-item .gdpr-column .gdpr-columns {
	margin: 0 !important;
    border-radius: 0 !important;
}

.gdpr_messagebar_detail .active-group .btn:hover {
	color: #ffffff !important;
}

.gdpr_messagebar_detail .gdpr-groups-container .category-group .category-item .description-container .group-toggle .checkbox label:after,
.gdpr_messagebar_detail.layout-classic .gdpr-groups-container .category-group .toggle-group label:after {
	background: #ffffff !important;
}

.gdpr_messagebar_detail .gdpr-groups-container .category-group .category-item .description-container .group-toggle .checkbox input:checked + label:after,
.gdpr_messagebar_detail.layout-classic .gdpr-groups-container .category-group .toggle-group input:checked + label:after {
	background: #ffffff !important;
}

.gdpr_messagebar_detail .category-group .category-item .description-container .group-toggle .checkbox label,
.gdpr_messagebar_detail.layout-classic .category-group .toggle-group .checkbox label {
	background: #e3e1e8 !important;
}

.gdpr_messagebar_detail .category-group .category-item .description-container .group-toggle .checkbox input:checked + label,
.gdpr_messagebar_detail.layout-classic .category-group .toggle-group .checkbox input:checked + label {
    background: #1e73be !important;
}

#gdpr-cookie-consent-show-again {
	background-color: #e3e1e8 !important;
}
