.cga-cookie-overlay {
    display: none;
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99998;
    top: 0;
    background-color: rgba(1,83,104,.65);
}
.cga-cookie-overlay.active {
    display: block
}
.cga-cookie-config-popup.active {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    display: block;
}
.cga-close-cookies {
    float: right;
    display: inline-block;
    color: #015368;
    height: 36px;
    width: 36px;
    background-color: #D2F4FF;
    text-decoration: none;
    border-radius: 50%;
    top: 16px;
    cursor: pointer;
    opacity: 1
}
.cga-close-cookies:hover {
    color: #FFF;
    background-color: #009FC7
}
.cga-close-cookies:after,.cga-close-cookies:before {
    position: absolute;
    right: 21px;
    left: auto;
    top: 10px;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #015368
}
.cga-close-cookies:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.cga-close-cookies:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.cga-cookie-config-popup .cga-close-cookies {
    position: absolute;
    color: #009FC7;
    opacity: 1;
    right: 0;
    top: 10px;
    background: 0 0;
}
.cga-cookie-config-popup {
    display: none;
    position: fixed;
    z-index: 99999;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    width: auto;
    height: calc(100% - 32px);
    left: 0;
    top: 0;
    margin: 17px 24px;
    padding: 27px 16px 32px;
    border-radius: 4px;
    background-color: #FFF;
    color: #181E28;
    transition: visibility 0s linear .25s,opacity .25s 0s,-webkit-transform .25s;
    transition: visibility 0s linear .25s,opacity .25s 0s,transform .25s;
    transition: visibility 0s linear .25s,opacity .25s 0s,transform .25s,-webkit-transform .25s
    -moz-box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    -o-box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}
.cga-cookie-config-details-title {
	text-align:center;
}
.cga-cookie-config hr {
	border: 0;
    border-top: 1px solid #eee;
    height:0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cga-cookie-config .text {
	font-size: 12px;
    line-height: 15px;
    display: inline-block;
}
.cga-cookie-config-send-btn {
	background: #067f7d;
    display: block;
    width: 100%;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
    transition:all 0.4s ease-in-out 0s;
}
.cga-cookie-config-send-btn:hover {
	background:#94cec2
}
.cga-choice-actions {
	white-space: nowrap;
	letter-spacing: -6px;
}
body .cga-choice-btn input {
	display:none!important;
}
.cga-choice-actions .cga-choice-btn {
	background:#dedede;
	color:#777;
	padding: 10px 13px;
	border:none;
	border-left:1px solid #fff;
	cursor:pointer;
	transition:all 0.1s ease-in-out 0s;
}
.cga-choice-actions:not(.cga-choice-actions-disabled) .cga-choice-btn:hover {
	transform:scale(1.1);
	box-shadow:0 2px 30px rgba(0,0,0,0.2);
}
.cga-choice-actions .cga-choice-checked {
	background: #067f7d;
	color:#fff;
}
.cga-choice-actions .cga-choice-btn:first-child{
	border-radius: 10px 0 0 10px;
	border-left:none;
}
.cga-choice-actions .cga-choice-btn:last-child{
	border-radius: 0 10px 10px 0;
}
.cga-choice-actions-disabled {
	opacity: 0.5;
}
.cga-choice-actions-disabled .cga-choice-btn {
	cursor: not-allowed;
}

@media screen and (min-width: 768px) {
    .cga-cookie-config-popup {
        height:auto;
        width: 792px;
        margin: 0;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
    .cga-cookie-config-send-btn {
    	width:50%;
    	margin-left:auto;
    	margin-right:auto;
    }
}

@media screen and (min-width: 992px) {
    .cga-cookie-config-popup {
        padding:40px;
        border-radius: 4px
    }

    .cga-cookie-config .text strong {
        display: block;
        font-size: 15px;
    }

    .cga-cookie-config .last {
        text-align: right
    }

    .cga-cookie-config .last .btn.solid-main {
        display: inline-block;
        width: 384px
    }
    .cga-choice-container {
    	display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
    }
    .cga-choice-actions {
    	margin-left: 25px;
    }
}

@media screen and (max-width: 991px) {
	body.admin-bar .cga-cookie-config-popup {
		height: calc(100% - 111px);
		margin-top: 73px;
	}
	.cga-choice-actions {
		text-align:right;
	}
}