.cookie-wall{
	position: fixed;
	left: 0;
	top:0;
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	/*background: transparent;*/
	z-index:99900;
}
.cookie-wall h3{

}
[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}
.white-btn {
	border-radius: 0px;
	background: #fff;
	color: #211914;
	margin:0px 5px;
	border: 1px solid #fff;
}
.white-btn:hover {
	background: #211914;
	color: #fff;
	border: 1px solid #fff;
}
.black-btn {
	border-radius: 0px;
	background: #211914;
	color: #fff;
	margin:0px 5px;
	border: 1px solid #211914;
}
.black-btn:hover {
	border-radius: 0px;
	background: #fff;
	color: #211914;
	margin:0px 5px;
	border: 1px solid #211914;
}
.black-link{
	color:  #002e6d;
	font-weight: bold;
	text-decoration: underline;
}
.black-link:hover{

}
/* Cookie Message */
.cookie-message {
	position: fixed;
	top: 25%;
	left: 25%;
	z-index: 99999;
	width: 50%;
	/*margin-right: 32px;
	max-width: 597px; */
}
.cookie-message .cookie-message-content {
	padding: 16px 40px 24px 40px;
	position: relative;
	border: 1px solid #F3F2F2;
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
	max-width: 597px;
	margin: auto;
}
@media(max-width: 991px) {
	.cookie-message {
		width: 100%;
		max-width: 100%;
		margin-right: 0px;
		margin-left: 0px;
		right: 0;
		left: 0;
		top: 111px;
	}
}

.cookie-message .cookie-message-content .cookie-message-title {
	margin-bottom: 8px;
}
.title-text{
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 32px;
	
	
}


.cookie-message .cookie-message-content .cookie-message-title  {
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 32px;
}

.cookie-message .cookie-message-content .cookie-message-title .close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	opacity: 1;
	cursor: pointer;
}

.cookie-message .cookie-message-content .cookie-message-text {
	margin-bottom: 14px;
color: white;
}

.cookie-message .cookie-message-content .cookie-message-text p {
	color: white;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 20px;
}

.cookie-message .cookie-message-content .cookie-message-text a,
.cookie-message .cookie-message-content .cookie-message-text span.btn-show-cookie-config-modal {
	color: #002e6d;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 20px;
	text-decoration: none !important;
	cursor: pointer;
}
.cookie-message .cookie-message-content .cookie-message-buttons {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.cookie-message .cookie-message-content .cookie-message-buttons .buttons-accept {
	flex-basis: 50%;
	text-align: left;
}

.cookie-message .cookie-message-content .cookie-message-buttons .buttons-accept button {
	padding: 16px 36px;
	text-transform: uppercase;
}

.cookie-message .cookie-message-content .cookie-message-buttons .buttons-configure {
	flex-basis: 50%;
	text-align: right;
}
.cookie-message .cookie-message-content .cookie-message-buttons .buttons-configure button {
	color: #002e6d;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 20px;
}
.cookie-message .cookie-message-content .cookie-message-buttons .buttons-configure button img {
	margin-left: 11px;
}
@media(max-width: 991px) {
	.cookie-message {
		width: 100%;
		max-width: 100%;
		margin-right: 0px;
		margin-left: 0px;
		right: 0;
		left: 0;
		top: 111px;
	}
}
@media only screen and (min-width: 319px) and (max-width: 376px) {
		.cookie-message .cookie-message-content {
		padding: 10px 10px 10px 10px;
		text-align: justify;
		
	
	}
	.cookie-message {
  		top: 0px;
  		
		
	}

}
@media screen and (min-width: 279px) and (max-width: 318px) {
  	.cookie-message {
  		top: 43px;
		
	}
	.cookie-message .cookie-message-content {
		padding: 15px 15px 15px 15px;
		text-align: justify;
		
	}
	
}
@media (max-width: 767px) {
	.cookie-message .cookie-message-content .cookie-message-buttons {
		flex-direction: column;
	}
	.cookie-message .cookie-message-content .cookie-message-buttons .buttons-accept,
	.cookie-message .cookie-message-content .cookie-message-buttons .buttons-configure {
		flex-basis: 100%;
		width: 100%;
		text-align: center;
	}
	.cookie-message .cookie-message-content .cookie-message-buttons .buttons-accept {
		margin-bottom: 8px;
	}
	.cookie-message .cookie-message-content .cookie-message-buttons .buttons-accept button {
		padding: 16px;
		width: 100%;
	}
}
/* End Cookie Message */
.white-txt{
	color:#fff;
}
.black-txt{
	color: #211914 !important;
}
.blue-txt {
	color: #002e6d;
	
}

#cookiesConfiguration {
	z-index:999999;
	background: rgba(0,0,0,0.6);
}
@media (min-width: 768px){
	#cookiesConfiguration .modal-dialog{
		width: 700px !important;
		max-width: 100%;
	}
}
#cookiesConfiguration .modal-header {
	background-color: #FFCD00;
	text-align: center;
	padding: 5px 25px;
	min-height:40px;
}
#cookiesConfiguration .modal-header img {
	max-width: 30px;
	float: left;
}
#cookiesConfiguration .modal-header .title {
	color: #002e6d;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
}
#cookiesConfiguration .modal-content {
	border-radius:0px;
	width: inherit;
	background: transparent;
	background-color: transparent;
}
#cookiesConfiguration .modal-body {
	padding: 0px;
	background: #fff;
}
#cookiesConfiguration .modal-content table p.p-small{
	font-size: 12px;
	text-align: justify;
}
#cookiesConfiguration .modal-content .container-fluid {
	/*display:table;
	box-sizing: border-box;
	height: 100%;*/
}
#cookiesConfiguration .modal-content .row {
	height: 100%;
    border-bottom: 1px solid #211914;
}
#cookiesConfiguration .modal-content .row .checkStatus {
	margin-bottom: 10px;
}
#cookiesConfiguration .modal-content table {
	border: 1px solid  #211914;
}
#cookiesConfiguration .modal-content table td{
	padding: 10px;
}
#cookiesConfiguration .modal-footer {
	text-align: left;
	border: none;
	margin-top: 0px;
	flex-direction: column;
	background: #fff;
}

#cookiesConfiguration .btn-save-consent,
#cookiesConfiguration .btn-cookie-consent-accept-all {
	text-transform: uppercase;
}

#cookiesConfiguration .switch-field {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
#cookiesConfiguration .switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
#cookiesConfiguration .switch-field label {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 33.33%;
	max-width: 80px;
	background-color: #F3F2F2;
	color: #002e6d;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	text-align: center;
	text-shadow: none;
	padding: 16.5px 8px;
	margin: 0px;
	border: 1px solid #949494;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
#cookiesConfiguration .switch-field label:first-of-type {
	border-radius: 8px 0 0 8px;
}
#cookiesConfiguration .switch-field label:last-of-type {
	border-radius: 0 8px 8px 0;
	border-left: 0px !important;
}
#cookiesConfiguration .switch-field label:hover {
	cursor: pointer;
}
#cookiesConfiguration .switch-field input[value="1"]:checked + label {
	background-color: #FFCD00;
}
#cookiesConfiguration .switch-field input[value="0"]:checked + label {
	background-color: #CBCBCB;
}
#cookiesConfiguration .switch-field input:checked + label {
	background-color: #FFCD00;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#cookiesConfiguration .switch-field.tech-cookies-inputs label {
	opacity: .5;
}
/* switch */
/* The switch - the box around the slider */
.checkStatus {
	font-weight: bold;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-bottom:20px;
}
.btn-close.custom-svg, .new-modal-header .btn-close {
	background: none !important;
	border: none !important;
	overflow: hidden !important;
	position: absolute !important;
	top: 4px !important;
	right: 8px !important;
	z-index: 2 !important;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider.disabled {

}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F5F5F5;
  -webkit-transition: .4s;
  transition: .4s;
  border:1px solid  #211914;
  padding: 0;
}

.slider:before {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border:1px solid  #211914;
}

input:checked + .slider {
  background-color: #707070;
}

input:checked + .slider.slider-disabled {
  background-color: #c3c3c3;
  border: 1px solid #999;
}
input:checked + .slider.slider-disabled:before {
  border: 1px solid #999;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.cookie-message-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    
    z-index: 99998;
    padding: 0 15px;
}

.cookie-message-product-special{
	z-index: 99999 !important;
	bottom: 87px !important;
	
}
.container.cookie-container{
	padding: 0 25px;
	border-radius: 8px 8px 0 0px;
	background-color:#0f2f69;
	box-shadow: 0 -10px 20px 0 rgba(0,0,0,0.1);
}


.btn-equal-width {
  flex: 1;
}
p.cookie-message-text {
    color: white;
}

.cookie-message-bottom .modal-content {
  margin: 0 auto;
  border-radius: 0;
}
.fixed-position {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.cookie-consent-link{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.cookie-consent-link:hover{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.main_app {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  margin: 0 auto;
  width: 100vw - 2rem;
  max-width: 100rem;
}
.toggle-control {
  display: block;
  position: relative;
  padding-left: 6.25rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  font-size: 1.375rem;
  user-select: none;
}

.toggle-control input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.toggle-control input:checked ~ .control {
  background-color: dodgerblue;
}
.toggle-control input:checked ~ .control:after {
  left: 3.438rem;
}
.toggle-control .control {
  position: absolute;
  top: 0;
  left: 0;
  height: 3.125rem;
  width: 6.25rem;
  border-radius: 1.563rem;
  background-color: darkgray;
  transition: background-color 0.15s ease-in;
}
.toggle-control .control:after {
  content: "";
  position: absolute;
  left: 0.313rem;
  top: 0.313rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.563rem;
  background: white;
  transition: left 0.15s ease-in;
}




@media ( max-width : 780px) {
	.cookie-message-bottom {
		width: 100%;
		bottom: 0;
	}
	.title-text {
		font-size: 16px;
	}
	.cookie-message-text {
		font-size: 14px;
	}
	.styles-button.btn-cookie-consent-accept-all {
		font-size: 14px !important;
		padding: 4px !important;
		height: auto;
	}
	.styles-button.btn-reject-consent {
		font-size: 14px !important;
		padding: 4px !important;
		height: auto;
	}
	.styles-button.btn-show-cookie-config-modal {
		font-size: 14px !important;
		padding: 4px !important;
		height: auto;
	}
	.styles-button.btn-save-consent, .styles-button.btn-reject-consent, .styles-button.btn-cookie-consent-accept-all{
	    font-size: 14px;
	    font-weight: normal;
	    text-align: center;
	    border-radius: 4px;
	    background-color: #e7e5e5;
	    cursor: pointer;
	    outline: none !important;
	    box-shadow: none !important;
	    text-transform: uppercase;
	    line-height: 25px;
	
	}
	.container.cookie-container{
	padding: 0 10px;
	
}
}

@media (min-width: 768px) {
	.btn.styles-button.btn-save-consent.btn-lg.mb-2.mb-sm-0 {
		width: 200px;
		
	}


  }

