.cookie-btn {
               align-items: flex-start;
               appearance: none;
               background-color: rgb(21, 140, 186);
               border-bottom-color: rgb(18, 123, 163);
               border-bottom-left-radius: 2px;
               border-bottom-right-radius: 2px;
               border-bottom-style: solid;
               border-bottom-width: 2px;
               border-image-outset: 0;
               border-image-repeat: stretch;
               border-image-slice: 100%;
               border-image-source: none;
               border-image-width: 1;
               border-left-color: rgb(18, 123, 163);
               border-left-style: solid;
               border-left-width: 0.5px;
               border-right-color: rgb(18, 123, 163);
               border-right-style: solid;
               border-right-width: 0.5px;
               border-top-color: rgb(18, 123, 163);
               border-top-left-radius: 2px;
               border-top-right-radius: 2px;
               border-top-style: solid;
               border-top-width: 0px;
               box-sizing: border-box;
               color: rgb(255, 255, 255);
               cursor: pointer;
               display: block;
               font-family: "Open Sans", sans-serif;
               font-size: 16px;
               font-stretch: 100%;
               font-style: normal;
               font-variant-caps: normal;
               font-variant-east-asian: normal;
               font-variant-ligatures: normal;
               font-variant-numeric: normal;
               font-weight: 400;
               height: 30px;
               letter-spacing: normal;
               line-height: 24px;
               margin-bottom: 0px;
               margin-left: 0px;
               margin-right: 0px;
               margin-top: 0px;
               overflow-x: visible;
               overflow-y: visible;
               padding-bottom: 8px;
               padding-left: 16px;
               padding-right: 16px;
               padding-top: 3.5px;
               text-align: center;
               text-indent: 0px;
               text-rendering: auto;
               text-shadow: none;
               text-size-adjust: 100%;
               text-transform: uppercase;
               transition-delay: 0s, 0s, 0s, 0s, 0s;
               transition-duration: 0.15s, 0.15s, 0.15s, 0.15s, 0.15s;
               transition-property: color, background-color, border-color, box-shadow, -webkit-box-shadow;
               transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out;
               user-select: none;
               vertical-align: middle;
               width: 105px;
               word-spacing: 0px;
               writing-mode: horizontal-tb;
               -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
               -webkit-border-image: none;
           }

           .cookie-btn:hover {
               background-color: rgb(41, 160, 206);
           }

           .cookie-btn[modal=bad] {
               background-color: rgb(255, 255, 255);
               color: black;
               border: 0.5px solid black;
           }

           .cookie-btn[modal=bad]:hover {
               color: rgb(80, 80, 80);
               border-color: rgb(80, 80, 80);
           }

           /* added css*/
           #cookieModal {
             display: none;
           }
