.cookiefirst-root .cfGMLl {
  left: auto;
  right: 30px;
}
.content-text {
    overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
  html { 
    scrollbar-color: black lightgrey;
  scrollbar-width: thin;
  }
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-thumb {
    background: black;
}
::-webkit-scrollbar-track {
    background: lightgrey;
}
@supports (-webkit-touch-callout: none) {
           .content-text {
             overflow-x: scroll !Important;
             -webkit-overflow-scrolling: touch;
           }




