@charset "utf-8";

.btn-accept {
  color: white;
  background-color: #91bd1d;
}

.btn-accept:hover {
   color:#91bd1d;
   background-color: white;
   opacity: 1;
}

.btn-deny:hover {
  color: black;
  background-color: white;
  opacity: 1;
}

.cookieConsentBanner {
	height:80px;
	
}

.cookieConsentBannerArea {
	font-size: 12px;
}

.cookieConsentBannerArea .row {
	width:initial;
}

.cookieConsentBannerArea .container {
	max-width: 1140px;
}

.cookiePolicy {
	float:left;
}

@media screen and (min-width:769px) {
   .btn-deny {
	margin-right:5px;
   }
}

/*SP*/
@media screen and (max-width:768px) {
  .cookieConsentBannerSP{
    z-index: 999;
    width: 100%;
    height: 200px;
    left: 0px;
    position: fixed;
    bottom: 0px;
    background: rgba(51, 51, 51, 0.7);
 }
 
   .cookieConsentBannerAreaSP {
	font-size:12px;
	display: block!important;
  }
  
.cookieConsentBannerAreaSP .container {
	max-width: fit-content;
}

}
