.modal-backdrop.show {
  opacity: .8;
}

.gdpr-modal .modal-dialog {
	max-width: 900px;
}

.gdpr-modal .row {
    margin: 0 -15px; 
}

.gdpr-modal .modal-body {
	padding: 0;
}

.gdpr-modal .close {
	position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.gdpr-modal .close:focus {
    outline: 0;
}

.gdpr-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px;
}
  
.gdpr-switch input[type="checkbox"] {
	display:none;
}

.gdpr-switch .gdpr-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;	
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}
  
.gdpr-switch .gdpr-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px;
}

.gdpr-switch input:checked + .gdpr-slider {
	background-color: #e66f61;
}
  
.gdpr-switch input:checked + .gdpr-slider:before {
	transform: translateX(26px);
}

.gdpr-switch .gdpr-slider.round {
	border-radius: 34px;
}

.gdpr-switch .gdpr-slider.round:before {
	border-radius: 50%;
}

.nav.gdpr-nav-pills,
.gdpr-tab-content {
	width: 100%;
	padding: 30px;	
}

.nav.gdpr-nav-pills {
	background: #f3f3f3;
}

.nav.gdpr-nav-pills .nav-link {
	border: 1px solid #0070ad;
	margin-bottom: 10px;
	color: #0070ad;
	font-size: 14px;
}

.nav.gdpr-nav-pills .nav-link i {
	font-weight: 600;
	margin-right: 10px;
}

.nav.gdpr-nav-pills .nav-link.active, 
.nav.gdpr-nav-pills .show>.nav-link {
	background-color: #0070ad;
	border: 1px solid #0070ad;
}

.nav.gdpr-nav-pills .nav-link.active {
        color: #ffffff;
}

.gdpr-tab-content .button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}

.gdpr-tab-content .button-wrapper .btn-gdpr {
	background-color: #0070ad;
	border-color: #0070ad;
	color: #ffffff;
	font-size: 14px;
}

.gdpr-tab-content p {
	color: #343438;
	font-size: 14px;
}

.gdpr-tab-content h4 {
	font-size: 20px;
}