.cookie-modal {
position: fixed;
bottom: 20px;
/* left: 20px; */
right: 20px;
max-width: 450px;
background: #fff;
padding: 20px;
border: 1px solid #ccc;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
z-index: 9999;
border-radius: 10px;
display: none;
height: 200px;
}

.cookie-content p {
margin: 0 0 10px;
font-size: 14px;
}

.cookie-buttons {
display: flex;
justify-content: flex-end;
gap: 10px;
margin-top: 10px;
}

.cookie-buttons button {
padding: 8px 20px;
border: none;
border-radius: 22px;
cursor: pointer;
font-size: 14px;
font-weight: 500;
}

.cookie-buttons button:first-child {
background-color: black;
color: white;
}

.cookie-buttons button:last-child {
background-color: white;
color: black;
border: 1px solid black;
}

.titlef {
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    color: #070626;
    margin-bottom: 40px !important;
}


#button {
    display: inline-block;
    background-color: #f4f4f4;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 100px;
    position: fixed;
    bottom: 40px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    font-size: 30px;
    text-decoration: none !important;
    color: #0D0864;
    text-align: center;
    align-items: center;
}

#button img {
   width: 16px;
    height: 16px;
    margin-bottom: 10px;
}

#button::after {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #CCCCCC;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 575.98px) {
    
#button img {
   width: 16px;
    height: 16px;
    margin-bottom: 10px;
}

}
/* Postal address in the footer. Rendered on every page so the name, address and
   phone Google matches against a Business Profile stay consistent site-wide. */
.footer-address {
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #686868;
}

.footer-office-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #9A9AAB;
}

.footer-directions {
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #070626;
  border-bottom: 1px solid #D8D8E4;
}

.footer-directions:hover,
.footer-directions:focus-visible { color: #FD7E14; border-bottom-color: #FD7E14; }
