.gdc-shade {
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, .6);
    transition: all .3s ease-out;
}

.gdc-container {
	position: fixed;
	min-height: 100px;
	width: 700px;
	right: 0;
	bottom: 0;
	background-color: rgba(239, 239, 239, 1);
	padding: 30px;
	max-height: 70vh;
	overflow-y: auto;
	z-index: 9999 !important;
	box-shadow: 3px 5px 20px 0px rgba(0,0,0, .5);
}
.gdc-container-modal {
	min-height: 100px;
	width: 700px;
	background-color: rgba(239, 239, 239, 1);
	padding: 30px;
	max-height: 85vh;
	overflow-y: auto;
	z-index: 9999 !important;
	box-shadow: 3px 5px 20px 0px rgba(0,0,0, .5);
	margin: 0 auto;
	top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.gdc-content-extra{
    width: 100%;
	display:none;
}

.gdc-title{
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 15px;
}

.gdc-description {
    font-style: normal;
    border-bottom: 2px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #3b3b3b;
    line-height: 1.5;
}

.gdc-content{
	max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gdc-button {
    background-color: #70ad47;
    color: #fff;
    padding: 10px 30px;
    cursor: pointer;
    text-align: center;
    margin: 7px 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: inline-block;
    border-radius: 20px;
}

.gdc-button:hover {
	color: #fff;
    background-color: #006633;
}

.gdc-description a {
	text-decoration: underline;
	color: #000;
}

.gdc-description a:hover {
	text-decoration: underline;
	color: #70ad47;

}

.gdc-button-odabrani {
	color: #00fc93;
    background-color: #555;
	font-weight: bold;
    padding: 8px 12px;
    cursor: pointer;
	margin: 10px 0;
	width: 180px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.gdc-button-odabrani:hover {
	background-color: #00fc93;
	color: #232323;
}

.gdc-smallTxt {
	font-size:13px;
	display:none;
	margin-bottom:15px;
}

.gdc-button.gdc1 {
	right: 220px;
}

.gdc-options {
    margin: 10px 0;
}

.gds-checkbox-label{
    display: inline-block;
	font-size: 16px;
}

.gdc-options input[type=checkbox]:checked+label::before,
.gdc-options input[type=checkbox]+label::before {
	display: none;
}

.gdc-options input[type=checkbox]+label {
	line-height: 1;
    top: -6px;
	padding-left: 14px;
	margin-bottom: 0;
	margin-top: 5px;
}

.gdc-options input[type="checkbox"] {
		opacity:1;
		display:inline;
		float: right;
}

.gdc-options input[type="checkbox"] {
	position: relative;
	width: 40px;
	height: 20px;
	-webkit-appearance: none;
	appearance: none;
	background: #f2f1f1;
	outline: none;
	border-radius: 2rem;
	cursor: pointer;
	box-shadow: inset 0 0 5px rgb(0 0 0 / 50%);
	margin-top: 2px;
}

.gdc-options input[type="checkbox"]:focus {
	outline: none;
}

.gdc-options input[type="checkbox"]::before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #7d7d7d;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}

.gdc-options input[type="checkbox"]:checked::before {
  transform: translateX(100%);
  background: #fff;
}

.gdc-options input[type="checkbox"]:checked {
  background: #70ad47;
}

.gdc-options input[id="REQ"] {
  position: relative;
}

.gdc-options input[id="REQ"]::after {
    content: "Uvijek aktivni";
    display: inline-block;
    position: absolute;
    top: -1px;
    left: -50px;
    background: #efefef;
    color: #70ad47;
    width: 90px;
    height: 30px;
    pointer-events: none;
}

.gdc-options.en input[id="REQ"]::after {
    content: "Always active";
	width: 100px;
}


.gdc-cookieSettings {
    position: fixed;
    bottom: 17px;
    left: 20px;
    width: 45px;
    height: 45px;
    z-index: 9998;
    cursor: pointer;
    background: url(../img/cookies.svg) 50% 50% no-repeat;
}

.gdc-smallTxt-splitter {
	height:1px;
	border-bottom: solid 1px  #d3d3d3;
	clear:both;
	margin-bottom: 10px;
}

.gdc-smallTxt-expander {
	cursor:pointer;
	display: inline-block;
	margin-bottom: 5px;
	position: relative;
	top: -1px;
	float: left;
}

.gdc-info-ico {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../img/info.svg) 50% 50% no-repeat;
	background-size: 17px auto;
}

.gdc-info-icon-bkg{
	fill: #00fc93;
}

.gdc-btnHolder {
	display: flex;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 1249px) {
	.gdc-button.gdc2,
	.gdc-button.gdc1 {
		position: relative;
		-webkit-transform: none;
		transform: none;
		top: auto;
		right: auto;
		display: inline-block;
		margin-top: 10px;
	}
	
	.gdc-button.gdc1 {
		margin-right: 15px;
	}
}

@media screen and (max-width: 767px) {
	
	.gdc-container {
		padding: 15px;
		width: 95%;
	}
	
	.gdc-cookieSettings {z-index:9998;}
	.gdc-options {margin-right:10px;}

	.gdc-button-odabrani:hover {
		color: #00fc93;
		background-color: #555;
	}

	.gdc-button:hover {
		background-color: #00fc93;
		color: #232323;
	}
	
	.gdc-container-modal {
		width: 95%;
	}
	
	.gdc-btnHolder {
		flex-direction: column;
	}
}


@media screen and (max-width: 479px) {
	.gdc-container {
		max-width: 85%;
	}

	.gdc-description {
		max-width: 100%;
		padding: 0 0 10px 0;
	}

	.gdc-content {
		flex-wrap: wrap;
	}

	.gdc-button {
		display: inline-block;
		margin: 0 15px 0 0;
	}

	.gdc-description,
	.gds-checkbox-label,
	.gdc-button {
		font-size: 14px;
	}

	.gdc-btnHolder {
		margin: 10px 0 5px 0;
	}
}

@media screen and (max-width: 478px) {
	.gdc-container {
		max-width: 93%;
	}
	.gdc-btnHolder {
		width: 100%;
	}

	.gdc-button {
		display: block;
		margin: 0 0 10px 0;
	}

	.gdc-button:last-of-type {
		margin: 0;
	}
}
