/* cmsms stylesheet: 2025a_style modified: 06/25/25 16:39:37 */
#cookieconsent {
position: fixed;
  bottom: 0;
  z-index: 1000;
  text-align: center;
  width: 100%;
  margin: 0.5em 0;
  padding: 0.5em;
}
.cookieconsentt {
 background-color: #0076e4;
 padding: 0.4em;
 color: white;
}
.accept_cookies{
text-align: right;
margin-left: 5em;
display: inline;
background-color: #0046b4;
border-radius: 0.5em;
padding: 0.3em;
cursor: pointer;
}
