
#cookies-space.container-fix {
	display: none;
	position: fixed;
	width: 104%;
	bottom: -800px;
	right: -4%;
	z-index: 10000;
	background: #262626;
	color: white;
	padding: 20px 20px 0px 20px;
  }
  #cookies-space.container-fix.opened {
	bottom: 0px;
	display: block;
  }
  #cookies-space.container-fix .container-inner {
	padding: 0px 30px 0px 10px;
	height: 100%;
	position: relative;
	overflow: scroll;
  }
  #cookies-space.container-fix .container-inner .close-button {
	position: absolute;
	right: 50px;
	top: 0px;
	z-index: 1;
	cursor: pointer;
  }
  #cookies-space .form-check-input-my {
	margin-top: 10px;
  }
  #cookies-space .fas, #cookies-space .far {
	font-size: 22px;
  }
  #cookies-space p {
	color: #fff;
	font-size: 12px;
  }
  #cookies-space h4 {
	color: #fff;
	padding: 10px;
	font-size: 20px;
  }
  #cookies-space .customSetting {
	cursor: pointer;
	font-weight: 600;
  }
  #cookies-space .customSetting:hover {
	text-decoration: underline;
  }
  #cookies-space .box-1 {
	border-bottom: 0.5px solid white;
  }
  
  #cookies-button {
	position: fixed;
	bottom: 0px;
	left: 0;
  }
  #cookies-button .btn-cookies-bottom {
	background: #ffe300;
	cursor: pointer;
	color: #444;
	font-size: 12px;
	padding: 2px 5px;
  }
  
  .btn-cookies-bottom {
	cursor: pointer;
	color:#ffffff;
  }
  
  .btn-cookies {
	background: green;
	border-radius: 10px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
  }
  .btn-cookies:hover {
	color: green;
	background: #ffffff;
  }
  .btn-cookies:focus {
	color: green;
	background: #ffffff;
  }
  .btn-cookies a {
	color: #000;
	text-decoration: none;
  }
  
  @media (max-width: 767px) {
	#cookies-space p {
	  font-size: 14px;
	  line-height: 20px;
	}
	#cookies-space.container-fix {
	  height: 70vh;
	}
	#cookies-space.container-fix .container-inner .close-button {
	  right: 10px;
	}
	#cookies-space h4 {
	  font-size: 18px;
	}
  }
