.overlay-background {
   display: flex;
   justify-content: center;
   align-items: center;
   position: fixed;
   background-color: #ff0000ba;
   overflow: hidden;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 10;
}

.overlay-foreground {
   background-color: white;
   width: 85%;
   max-width: 500px;
   height: 400px;
   z-index: 10;
   opacity: 1;
   box-shadow: 6px 5px 12px 0px #5b5757;
}

#sex-consent-inner {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   gap: 3rem;
   padding: 1rem;
}

.plus18 {
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: red;
   padding: 3rem;
   color: azure;
   font-family: fantasy;
   font-weight: bold;
   font-size: xx-large;
   border-radius: 100%;
   aspect-ratio: 1;
}

#sex-consent-inner  button {
   padding: 2rem;
   color: white;
   background-color: green;
   cursor: pointer;
   margin-left: 1rem;
   margin-right: 1rem;
}

#sex-consent-inner  button:hover {
   opacity: 0.8;
}

.forum-column .tooltips-panel {
   flex: 1;
   display: flex;
   justify-content: center;
   flex-direction: column;
   align-items: center;
}

.visitor-measurement-links {
   display: flex;
   justify-content: center;
   margin-top: 1rem;
   gap: 1rem;
}