/*
#rbdc_popup_container {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999998;
	display: flex;
	align-items: center;
	justify-content: center;
}

#rbdc_popup_shadow {
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
}
*/

#rbdc_popup_container {
    display: flex;
    position: fixed!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999998;
    align-items: center;
    justify-content: center;
}

#rbdc_popup_popup {
	max-width: 650px;
	height: 280px;
	position: fixed;
    z-index: 999999;
    width: 100%;
    max-height: 100vh;
    zoom: 1;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: unset !important;
}

#rbdc_popup_popup .select2-dropdown {
	z-index: 1000000;
}

#rbdc_popup_box .close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 32px;
	height: 32px;
	opacity: 0.3;
	cursor: pointer;
}
#rbdc_popup_box .close:before,
#rbdc_popup_box .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #000000;
}
#rbdc_popup_box .close:before {
    transform: rotate(45deg);
}
#rbdc_popup_box .close:after {
    transform: rotate(-45deg);
}
#rbdc_popup_box .close:hover {
    opacity: 1;
}

#rbdc_popup_box {
	margin: 20px;
	text-align: center;
}
#rbdc_popup_box .title {
/*	text-align: center;*/
}
#rbdc_popup_box .desc {
	font-size: 16px;
	text-align: center;
}

#rbdc_popup_box .country {
	width: 60%;
	margin: auto;
}
#rbdc_popup_box .country span.subtitle {
	font-weight: bold;
}
#rbdc_popup_box .country select.select-option {
	font-size: 25px;
	height: 40px;
}
#rbdc_popup_box .select2-container .select2-selection--single {
	margin: 0 !important;
	height: 35px !important;
}
#rbdc_popup_box .select2-container .select2-selection__arrow {
	height: 35px !important;
}
#rbdc_popup_box .select2-container .select2-selection--single .select2-selection__rendered {
	padding-top: 2px !important;
	font-size: 18px;
}

#rbdc_popup_body {
	width: 100%;
	margin: 15px 0;
}
#rbdc_popup_body::after {
	clear:both;
}
#rbdc_popup_body .col {
	float: left;
	width: 50%;
}
#rbdc_popup_body .col .block {
    text-align: center;
}
#rbdc_popup_box a, 
#rbdc_popup_body .col a {
	color: #000000 !important;
	font-size: 16px;
	text-decoration-line: underline;
	text-decoration-style: dotted;
	text-decoration-color: #02a001;
}
#rbdc_popup_body .col a {
	border-bottom: 0;
}
#rbdc_popup_box a:hover, 
#rbdc_popup_body .col a:hover {
	color: #02a001 !important;
	text-decoration-line: underline;
	text-decoration-style: dotted;
	text-decoration-color: #02a001;
}
#rbdc_popup_body .col a:hover {
	text-decoration: none;
}
/*
#rbdc_popup_body .col a img {
	margin: auto;
	color: #02a001;
	display: block;
}
*/
#rbdc_popup_body .col a .fas {
	color: #02a001;
}
#rbdc_popup_body .col a:hover {
/*	color: #006d85;*/
	color: #02a001;
	/*font-weight: bold;*/
}

#rbdc_popup_body select.select-option {
	font-size: 20px;
	height: 40px;
}

/*
#rbdc_popup_body input.input-text {
	width: 100%;
	display: inline-block;
	border: none;
    background-color: #f2f2f2;
    height: 35px;
}

#rbdc_popup_body input.input-text:focus,
#rbdc_popup_body input.input-text:active {
	border: 2px solid #006d85 !important;
}

#rbdc_popup_body button.button {
	width: 100%;
	display: inline-block;
	background-color: #006d85;
	color: #FFFFFF;
	height: 35px;
    padding: 0;
}
*/
#rbdc_popup_body input.input-text {
	width: 100%;
	display: inline-block;
    border-radius: 3px;
    overflow: hidden;
    border: 2px solid #02a001;
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em!important;
}

#rbdc_popup_body input.input-text::placeholder {
    font-size: 20px;
}

#rbdc_popup_body .rbdc_popup_return,
#rbdc_popup_body .rbdc_popup_continue {
	text-align: center;
	padding: 0 auto;
}

#rbdc_popup_body .by-postcode,
#rbdc_popup_body .by-city {
	width: 60%;
	margin: auto;
}

#rbdc_popup_body .by-city .col1,
#rbdc_popup_body .by-postcode .col1 {
	float: left;
	width: 65%;
}

#rbdc_popup_body .by-city .col2,
#rbdc_popup_body .by-postcode .col2 {
	float: left;
	width: 35%;
}

#rbdc_popup_body::after,
#rbdc_popup_body::before {
	clear:both;
	display: table;
	content: '';
}

#rbdc_popup_body .select2-container .select2-selection--single {
	margin: 0 !important;
	height: 35px !important;
}

#rbdc_popup_body .select2-container .select2-selection__arrow {
	height: 35px !important;
}

#rbdc_popup_body .select2-container .select2-selection--single .select2-selection__rendered {
	padding-top: 2px !important;
	font-size: 18px;
}


#rbdc_popup_box .goto {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 80%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
/*
	margin: 20px 0;
	color: #006d85;
	text-decoration: underline;
*/
}
#rbdc_popup_box .goto:hover {
/*
	text-decoration: none;
*/
}



@media only screen and (max-width: 768px) {
	#rbdc_popup_popup {
		height: 300px;
	}
	#rbdc_popup_box .country,
	#rbdc_popup_body .by-postcode,
	#rbdc_popup_body .by-city {
		width: 80%;
	}
}
@media only screen and (max-width: 576px) {
	#rbdc_popup_popup {
		height: 330px;
	}
	#rbdc_popup_box .country,
	#rbdc_popup_body .by-postcode,
	#rbdc_popup_body .by-city {
		width: 100%;
	}
	#rbdc_popup_box .goto {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	#rbdc_popup_popup {
		height: 370px;
	}
}
