@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
body{
	padding: 0;
	margin: 0;
}
html{
	font-size: 62.5%;
}
.cmn-cookie-info{
	font-family: "Inter", sans-serif;
}
.cookie{
	bottom: 3rem;
	left: 3rem;
	border-radius: 13px;
	max-width: 31.7rem;
	z-index: 9999;
	/*max-height: 42.1rem;
	height: 85vh;
	overflow-y: auto;*/
}
.cmn-cookie-info h6{
	font-weight: 500;
	font-style: normal;
	font-size: 1.8rem;
	font-family: "Inter", sans-serif;
	line-height: 1.2;
}
.cookie h6{
	padding-right: 4rem;
}
.cmn-cookie-info p, .cmn-cookie-info a, .cmn-cookie-info li button, .cookie-btn{
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem;
	font-family: "Inter", sans-serif;
	line-height: inherit;
}
.cmn-cookie-info p{
	margin: 2rem 0 2.5rem;
}
.cmn-cookie-info li a, .cmn-cookie-info li button{
	font-weight: 500;
	text-decoration: underline;
}
.cmn-cookie-info ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.cmn-cookie-info li{
	display: inline-block;
	vertical-align: middle;
}
.cmn-cookie-info li:not(:last-child){
	margin-right: 2.2rem;
}
.cookie-btn{
	border-radius: 0px 0px 13px 13px;
	background: #DBFFE8;
	font-weight: 700;
	padding: 16px 0;
	color: #3C935C;
}
.cookie-close {
    background: #E9E9E9;
    border-radius: 0px 13px;
    width: 5.1rem;
    height: 4.3rem;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 1;
}
.light-theme{
	background: #fff;
}
.light-theme h6, .light-theme a{
	color: #000;
}
.light-theme p{
	color: #6E6E73;
}
/*=========step2=========*/
.cookie-content{
  	bottom: 3rem;
  	left: 3rem;
  	max-width: 61.2rem;
  	border-radius: 13px;
  	height: 90vh;
	max-height: 48.4rem;
	display: flex;
  	flex-direction: column;
  	overflow: hidden;
  	z-index: 9999;
}
.cookie-content ul{
	padding-bottom: 2rem;
	line-height: normal;
}
.each-cookie-info p{
	margin: .75rem 0;
}
.each-cookie-info{
	font-weight: 700;
	font-size: 1.2rem;
	border-top: 1px solid #D9D9D9;
	padding: 1.12rem 0;
	color: #000;
}
.cookie-content .accordion{
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 2rem;
}
.each-cookie-info .d-flex .position-relative{
	cursor: pointer;
	padding-left: 1.3rem;
}
.each-cookie-info .d-flex .position-relative:after {
	position: absolute;
	left: 0;
	top: .5rem;
	content: "";
	background: url(../images/cookie-arw.svg) no-repeat center / contain;
	height: .8rem;
	width: .6rem;
}
.cookie-content-wrap {
  	overflow-y: auto !important;
  	flex: 1;
}
.cookie-content-wrap p{
	margin: 1rem 0 2rem;
}
.cookie-content .gray-btn{
	background: #BEBEBE;
	color: #fff;
}
.switch {
	position: relative;
    display: inline-block;
    width: 3.8rem;
    height: 2.6rem;
}
.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
.cookie-slider-round {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.cookie-slider-round:before {
	position: absolute;
    content: "";
    height: 2rem;
    width: 2rem;
    left: .4rem;
    bottom: .3rem;
    background: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.cookie-content input:checked + .cookie-slider-round {
	background: #3C935C;
}	
  
.cookie-content input:focus + .cookie-slider-round {
	box-shadow: 0 0 1px #3C935C;
}
.cookie-content input:checked + .cookie-slider-round:before {
	-webkit-transform: translateX(12px);
	-ms-transform: translateX(12px);
	transform: translateX(12px);
}
.info2  input:checked + .cookie-slider-round{
	background: #7F7F7F;
}
.info2 .switch{
	pointer-events: none;
}
.cookie-slider-round.round {
	border-radius: 34px;
}
.cookie-slider-round.round:before {
	border-radius: 50%;
}
.dark-theme{
	background: #232323;
}
.dark-theme h6, .dark-theme a, .dark-theme p, .dark-theme.cookie .cookie-btn, .dark-theme .each-cookie-info{
	color: #fff;
}
.dark-theme.cookie .cookie-btn{
	background: #0E883B; 
}
.dark-theme .cookie-close{
	background: #f8f8f8;
}
.dark-theme .cookie-close img, .dark-theme .each-cookie-info .d-flex .position-relative:after{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.dark-theme.cookie-content .cookie-btn{
	background: #B3ECC8;
	color: #232323;
}
.dark-theme.cookie-content .gray-btn{
	background: #BDBDBD;
	color: #232323;
}
@media(max-width: 767.98px){
	.cookie, .cookie-content{
		left: 0;
		bottom: 0;
		max-width: 43rem;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.cookie h6{
		padding-right: 0;
	}
	.cookie-btn{
		font-size: 1.5rem;
		border-radius: 0;
		padding: 1.4rem 0;
	}
	.cookie p{
		max-width: 35.9rem;
	}
	/*=========step2=========*/
	.cookie-content .gray-btn{
		margin-bottom: 1rem;
	}
	.cookie-content{
		max-height: 67.4rem;
	}
}