/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_GDPR
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

 .gdpr-cookie-container {
	position: fixed;
	bottom:10px;
	z-index:999;
	background: #FFFFFF;
	display: none;
}

.gdpr-cookie-container.bottom-left {
  	left:10px;
}

.gdpr-cookie-container.bottom-right {
  	right:10px;
}

.customer-agreements-block label {
  	vertical-align: top;
}
.customer-agreements-block label > button {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0px 8px;
	height: auto;
	text-decoration: underline;
}

.customer-agreement.required label::before {
	content: '*';
	color: #e02b27;
	font-size: 1.2rem;
	margin: 0 0 0 0px;
	text-decoration:none;
}

.collapsible {
	cursor: pointer;
	padding: 18px;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	background-color: white;
}

.active-group, .collapsible:hover {
    background-color: white;
}

.active-group-cookie, .collapsible:hover {
  	background-color: white;
}


.group-content {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background-color: #eeeeee;
}

.cookie-collapsible {
    cursor: pointer;
    padding: 9px;
    width: 100%;
    border: none;
    font-size: 15px;
}

.active-group, .cookie-collapsible:hover {
    background-color: white;
}

.active-group-cookie, .cookie-collapsible:hover {
  	background-color: white;
}

.clear {
  	clear: both;
}
.cookie_always_active:after {
	content: url("../images/icon.png");
	color: blue;
	margin-left: 5px;
	margin-top: -2px;
	float: right;
}

.cookie_always_active.selc:after {
	content: url("../images/icon_1.png");
}

.always_active{
	margin-top: -11px;
}

.cookie-content {
    padding: 0 9px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #efefef;
  }

.active-group:after {
	content: "\2212";
	color: #2893cb;
	font-size: 18px !important;
	padding : 5px;
	margin : 7px;
}

.cookie_switch {
	position: relative;
	width: 60px;
	height: 34px;
	float: right;
	display:flex;
}

.cookie_switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.slider_round {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider_round:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider_round {
  	background-color: #2196F3;
}

input:focus + .slider_round {
  	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider_round:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider_round {
  	border-radius: 34px;
}

.slider_round:before {
  	border-radius: 50%;
}

span.slider_toggle::after {
	cursor: pointer !important;
	content: '\002B' !important;
	color: #2893cb !important;
	font-size: 24px !important;
	padding : 5px !important;
	margin-left : 58px !important;
	margin-top : -6px !important;
}
span.slider_toggle.selc::after {
	content: '\2212' !important;
}

.main-cookie-content {
	display: flex !important;
	flex-wrap: initial !important;
}
.cookie-block-modal p {
  	text-align: justify;
}

.cookie-group-name {
	align-items: center;
	gap:83%
}
.main-content-div {
	margin:3px;
	padding:10px;
	border-radius: 3px;
	border: 1px solid #BDBDBD;
}

.action.primary.accept-cookie-consent{
	width:100%;
	margin-bottom:5px;
}
.secondary_actions {
	display : flex;
	padding : 0%
}
.always_active:after {
	cursor: pointer;
	content: '\002B';
	color: #2893cb;
	font-size: 24px !important;
	padding : 5px;
	margin : 7px;
	position: relative;
    top: 4px;
}
.always_active.selc:after {
  	content: '\2212';
}
/* .cookie_switch_toggle:after {
	cursor: pointer;
	content: '\002B';
	color: #2893cb;
	font-size: 24px !important;
	padding : 5px;
	margin-left : 58px;
	margin-top : -6px;
}
.cookie_switch_toggle.selc:after {
  	content: '\2212' !important;
} */
.secondary-switcher-text.toggle:after {
	content: url("../images/icon.png");
	color: #2893cb;
	font-size: 18px !important;
	padding : 3px;
	margin-left : 62px;
}
.secondary-switcher-text.toggle.selc:after {
	content: url("../images/icon_1.png");
}
.secondary-switcher-text.toggle {
  	right : 20px;
	float:right;
}

.modal-popup-category-cookie.modal-popup.modal-slide .modal-footer {
    text-align:left;
}
.cookie_switch.cookie-switcher-text.allactive {
	width:auto;
	float:right;
}