	#cc-main {

     /** Change button primary color to black **/
     --cc-btn-primary-bg: #002d72;
     --cc-btn-primary-border-color: #002d72;
     --cc-btn-primary-hover-bg: #1863dc;
     --cc-btn-primary-hover-border-color: #1863dc;

     /** Also make toggles the same color as the button **/
     --cc-toggle-on-bg: var(--cc-btn-primary-bg);

     /** Make the buttons a bit rounder **/
     --cc-btn-border-radius: 10px;
 }

		
.modal-dialog {
   position:fixed;
   top:auto;
   right:1rem;
   left:1rem;
   margin: 0 auto;
   bottom:1rem;
   max-width: 54em;
  }  
.modal-content {
  border: 0px !important;
	box-shadow: 0 .625em 1.875em rgba(0,0,2,.3);
}
		.modal-title {
			font-size: 1.05em;
			line-height: 1.05em;
			font-weight: 600;
		} 
		.modal-header {
			border:  0px;
			padding: 0rem 1rem;
		}
		.modal-body {
   		 padding: 0.5rem 1rem;
		}

		.modal-backdrop
		{
		opacity:0 !important;
	    display: none;
		}
		.modal-body p {
	color: #5e6266;
    font-size: .9em;
    line-height: 1.5;
    max-height: 40vh;
    overflow-x: visible;
    overflow-y: auto;
    padding-bottom: 0em;
	margin: 0.5em 0;
		}
		
	.modal-footer {
    padding: 0rem .75rem .75rem .75rem;
	border-top: 0px;
}
		.arzbutton1 {
	background: #002d72;
    border: 1px solid #002d72;
    border-radius: 10px;
    color: #FFF;
    font-size: .76em;
    font-weight: 600;
    min-height: 42px;
    padding: .5em 1em;
    text-align: center;
}
				.arzbutton2 {
	background: #d4dae0;
    border: 1px solid #d4dae0;
    border-radius: 10px;
    color: #FFF;
    font-size: .76em;
    font-weight: 600;
    min-height: 42px;
    padding: .5em 1em;
    text-align: center;
}
		
/** Buton cookie sol alt **/
.cky-revisit-bottom-left {
  bottom: 15px;
  left: 15px;
}
.cky-btn-revisit-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0056a7;
  background-color: rgb(0, 86, 167);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: fixed;
  z-index: 999999;
  cursor: pointer;
}
		
 .cky-btn-revisit-wrapper .cky-btn-revisit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
}
		
.cky-btn-revisit-wrapper .cky-btn-revisit img {
  max-width: fit-content;
  margin: 0;
  height: 30px;
  width: 30px;
}