#cookieConsent {
	border-radius: 20px 20px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.7% 0%;
	.buttons {
		    padding-top: 1.7%;
	}
	.statement{
		    height: 3em;
            margin: 0 3.33%;
     }
	
	@media screen and (max-width:1680px){
		.statement{
			margin: 0 6%;
		}
	}
	
	@media screen and (max-width:900px){
	.buttons {
		    padding-top: 5%;
	}	
	}
	@media screen and (max-width:900px){
		.statement{
		            margin: 0 11%;
		}
	}
	@media screen and (max-width:700px){
	.buttons {
		    padding-top: 8%;
	}	
	}
	
	@media screen and (max-width: 560px) {
		 padding: 3vh 0%;
        .buttons {
            padding-top: 10vh;
			   .custom-button {
                min-width: 115px !important;
                padding: 1%;
			}
        }
		#openCookiePopup {
        margin-right: 6%;
		}
    }
	@media screen and (max-width: 400px)
	{
	  .statement {
            margin: 0 17%;
            height: auto;
            min-height: 5em;
        }
		.buttons {
			padding-top: 2vh;
		}
		#rejectCookies {
			right:6.3%;
        }
	}
}
#openCookiePopup
{
  color:white;
  border:2px solid var(--adro-electric-blue);
  margin-right: 20.6%;
}

#acceptCookies {
    background-color: var(--adro-electric-blue);
    color: var(--adro-deep-blue);
}
#acceptCookies:hover{
    background-color: var(--adro-deep-blue);
    color: var(--adro-electric-blue);
 }

#rejectCookies{
	position:absolute;  
	right: 1.3%;
}

.gdpr-consent {
    margin-top: 20px;
}

.buttons {
    display: flex;
    justify-content: center;
}

#cookieConsent {
    transform: translateY(110%);
    transition: transform 0.5s ease;
}

#cookieConsent.show {
    transform: translateY(0);
}
.popup-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#cookiePopupBox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--adro-mid-blue);
    z-index: 1001;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	min-height: 35.56vh;
    width: 71.15vw;
	padding: 2.09% 3.34%;
}
@media screen and (max-width:767.5px){
	#cookiePopupBox{
		padding: 3.34%;
	}
}
@keyframes blowUpModal {
    0% {
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

@media screen and (max-width:575px) {
    #cookiePopupBox {
        width: 90%;
    }
}

#closePopup {
    position: absolute;
    top: 0;
    right: -2%;
    cursor: pointer;
}

#showmorebtn {
	display:inline-flex;
	font-size:18px;
    cursor: pointer;
}
#showmorebtn.reverse{
	color: var(--adro-electric-blue);
}
#showmorebtn.reverse::after{
	order:-1;
	transform:rotate(180deg);
}
.cli-tab-header {
        margin: 2.2% 0 2.59%;
    border-radius: 20px;
    min-height:48px;
    cursor: pointer;
    transition: background-color .2s ease-out .3s, color .2s ease-out 0s;
    background-color: #f2f2f2;
	display:flex;
	align-items:center;
	
}
@media screen and (max-width:767.5px){
	.cli-tab-header {
		margin: 3% 0;
	}
}
.save-accept-container {
    text-align: right;
}

.save-accept-btn {
    background-color: var(--adro-electric-blue);
    color: var(--adro-deep-blue) !important;
    padding: 5px 10px;
    cursor: pointer;
}

/* Disable scrolling when popup is active */
body.noscroll {
    overflow: hidden;
}

#icNeccesaryDrop {
	color :var(--adro-deep-blue);
    display: inline-block;
    transition: transform 0.2s ease-in-out;
}

#cookiePopupBox a:hover {
 
	.learn-more-btn:after{
		width:2.5em;
		margin:0 1em;
	}
}
#cookiePopupBox{

	.learn-more-btn:after{
		width:2.5em;
		margin:0 1em;
	}
}

#cookie-banner-again {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    position: fixed;
    width: auto;
    bottom: 0px;
    right: 100px;
    padding: 5px 10px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
    box-shadow: #161616 2px 2px 5px 2px;
    transform: translateY(110%);
    transition: transform 0.5s ease;
}

#cookie-banner-again.show {

    transform: translateY(0);
}

#extraContentNeccesary {
    overflow: hidden;
    transition: max-height 0.5s ease;
	p{
		margin-bottom:1.34em;
	}
}
#privacy-content-text {
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0.5s ease;
	margin-bottom:8px;
}

#privacy-content-text.expanded {
    max-height: 350px;
}
