#eccp_ui {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  margin: 0 auto;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000000000;
}

.eccp_noFade {
  background: rgba(0,0,0,0)!important;
}
.eccp_lock {
  pointer-events: all!important;
}
.eccp_unlock {
  pointer-events: none!important;
}






.eccp_main {
  pointer-events: all!important;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  padding: 15px;
}

.eccp_main_top {
  top: 0px;
}
.eccp_main_bottom {
  bottom: 0px;
}
.eccp_main_middle {
  top: 40%;
}

#eccp_managechoices {
  text-decoration: underline;
}

.eccp_buttons {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin-top: -15px;
    margin-bottom: 5px;
}

.eccp_button {
  box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	background-color: #ffffff;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	cursor: pointer;
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
  margin-top: 15px;
  margin-right: 15px;
}
.eccp_button:hover {
	background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	background-color: #f6f6f6;
}
.eccp_button:active {
	position: relative;
	top: 1px;
}

#eccp_confirm {
  float: right;
  margin-right: 0px!important;
}

.eccp_privacy:link { 
  color: #0000EE!important; 
}

.eccp_spacer {
  height: 10px;
}

.eccp_selection {
  display: none;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.eccp_reselect {
  position: fixed;
  bottom: 15px;
  right: 0px;
  z-index: 1000000000;
  font-size: 12px;
  background-color: white;
  text-align: center;
  padding: 5px;
  color: #3f3f3f;
  cursor: pointer!important;
  border: 1px solid #d3d3d3;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  display: none;
}

.eccp_reselect_text {
  color: #555555!important; 
}

.eccp_hr {
  height: 1px;
  background-color:#d3d3d3;
  margin-top: 15px;
}

.eccp-right {
  text-align: right;
}

.eccp_selection {
  position: fixed;
  z-index: 1000000000;
  width: 50%;
  background-color: white;
  top: 15%;
  padding: 25px;
  border-color: #d3d3d3;
  border-width: 1px;
  border-style: solid;
}

.eccp_checkbox_parent .eccp_checkbox {
  appearance: none;
  background-color: #dfe1e4;
  border-radius: 72px;
  border-style: none;
  flex-shrink: 0;
  height: 20px;
  margin: 0;
  position: relative;
  width: 30px;
}

.eccp_checkbox_parent .eccp_checkbox::before {
  bottom: -6px;
  content: "";
  left: -6px;
  position: absolute;
  right: -6px;
  top: -6px;
}

.bootstrap-wrapper {
  padding-top: 15px;
}

.eccp_checkbox_parent {
  margin-top: 2px;
}

.eccp_checkbox {
  cursor: pointer!important;
}

.eccp_checkbox_parent .eccp_checkbox,
.eccp_checkbox_parent .eccp_checkbox::after {
  transition: all 100ms ease-out;
}

.eccp_checkbox_parent .eccp_checkbox::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 14px;
}

.eccp_mandatory {
  opacity: 0.5;
  pointer-events: none!important;
}

.eccp_checkbox_parent input[type=checkbox] {
  cursor: default;
}

.eccp_checkbox_parent .eccp_checkbox:hover {
  background-color: #c9cbcd;
  transition-duration: 0s;
}

.eccp_checkbox_parent .eccp_checkbox:checked {
  background-color: #6e79d6;
}

.eccp_checkbox_parent .eccp_checkbox:checked::after {
  background-color: #fff;
  left: 13px;
}

.eccp_checkbox_parent :focus:not(.focus-visible) {
  outline: 0;
}

.eccp_checkbox_parent .eccp_checkbox:checked:hover {
  background-color: #535db3;
}

@media only screen and (min-width: 768px) {

  .eccp_selection {
    width: 40%;
    left: 30%;
  }

}

@media only screen and (max-width: 767px) {

  .eccp_selection {
    width: 90%;
    left: 5%;
  }

}



.recaptcha_v3-bottomright {
  display: none!important;
}