cookiebot_admin.css
219 lines
| 1 | .cookiebot-popup-container { |
| 2 | position: fixed; |
| 3 | display: none; |
| 4 | width: 100vw; |
| 5 | height: 100vh; |
| 6 | top: 0; |
| 7 | right: 0; |
| 8 | background: rgba(0,0,0,.5); |
| 9 | z-index: 9999; |
| 10 | } |
| 11 | |
| 12 | .cookiebot-popup-container.cb-opened { |
| 13 | display: grid; |
| 14 | justify-content: center; |
| 15 | align-items: center; |
| 16 | } |
| 17 | |
| 18 | #cookiebot-popup { |
| 19 | box-sizing: border-box; |
| 20 | background: #ffffff; |
| 21 | width: 565px; |
| 22 | padding: 20px; |
| 23 | border-radius: 25px; |
| 24 | } |
| 25 | |
| 26 | #cookiebot-popup *{ |
| 27 | box-sizing: border-box; |
| 28 | } |
| 29 | |
| 30 | #cookiebot-popup label span { |
| 31 | font-size: 15px; |
| 32 | } |
| 33 | |
| 34 | #cookiebot-popup .cb-review__logo img { |
| 35 | width: 100%; |
| 36 | height: auto; |
| 37 | } |
| 38 | |
| 39 | .cb-review__header { |
| 40 | display: grid; |
| 41 | grid-template-columns: 50px 1fr 22px; |
| 42 | grid-column-gap: 5px; |
| 43 | } |
| 44 | |
| 45 | #cb-review__close { |
| 46 | color: #424242; |
| 47 | width: 20px; |
| 48 | height: 20px; |
| 49 | text-align: center; |
| 50 | border-radius: 20px; |
| 51 | font-weight: 700; |
| 52 | margin-right: 0; |
| 53 | margin-left: auto; |
| 54 | cursor: pointer; |
| 55 | } |
| 56 | |
| 57 | #cb-review__form p { |
| 58 | font-weight: normal; |
| 59 | font-size: 16px; |
| 60 | line-height: 24px; |
| 61 | color: #141414; |
| 62 | } |
| 63 | |
| 64 | #cb-review__form > div { |
| 65 | padding: 0 20px; |
| 66 | } |
| 67 | |
| 68 | .cb-review__form--item { |
| 69 | display: inline-block; |
| 70 | font-size: 15px; |
| 71 | margin-bottom: 15px; |
| 72 | } |
| 73 | |
| 74 | #cb-review__other-description { |
| 75 | width: 100%; |
| 76 | } |
| 77 | |
| 78 | #cb-review__form #cb-review__alert { |
| 79 | display: none; |
| 80 | padding: 15px 15px; |
| 81 | border-left: 5px solid #ffcc5f; |
| 82 | background: #f2f2f2; |
| 83 | margin: 15px 0; |
| 84 | color: #d69c20; |
| 85 | font-weight: bold; |
| 86 | } |
| 87 | |
| 88 | #cb-review__form #cb-review__alert.show-alert { |
| 89 | display: block; |
| 90 | } |
| 91 | |
| 92 | #cb-review__form .cb-review__actions { |
| 93 | display: grid; |
| 94 | padding: 15px; |
| 95 | grid-template-columns: 1fr 1fr; |
| 96 | grid-column-gap: 25px; |
| 97 | } |
| 98 | |
| 99 | #cb-review__skip { |
| 100 | background-color: rgba(0, 0, 0, 0.16); |
| 101 | color: #333; |
| 102 | padding: 10px 20px; |
| 103 | font-size: 16px; |
| 104 | border: none; |
| 105 | border-radius: 7px; |
| 106 | text-decoration: none; |
| 107 | text-align: center; |
| 108 | } |
| 109 | |
| 110 | #cb-review__submit { |
| 111 | padding: 10px 20px; |
| 112 | font-size: 16px; |
| 113 | font-weight: 500; |
| 114 | border-radius: 7px; |
| 115 | border: none; |
| 116 | cursor: pointer; |
| 117 | background-color: #1032cf; |
| 118 | color: #ffffff; |
| 119 | text-align: center; |
| 120 | } |
| 121 | |
| 122 | #cb-review__submit.disabled { |
| 123 | background-color: lightsteelblue; |
| 124 | } |
| 125 | |
| 126 | #cb-review__form .cb-review__policy { |
| 127 | font-size: 14px; |
| 128 | text-align: right; |
| 129 | margin: 5px 0; |
| 130 | padding-right: 20px; |
| 131 | } |
| 132 | |
| 133 | #cb-review__form .cb-review__policy a { |
| 134 | color: blue; |
| 135 | text-decoration: none; |
| 136 | } |
| 137 | |
| 138 | .cb-review__form--item__custom { |
| 139 | margin-bottom: 20px; |
| 140 | } |
| 141 | |
| 142 | |
| 143 | .consent-item { |
| 144 | display: none; |
| 145 | } |
| 146 | |
| 147 | .consent-item.show-consent { |
| 148 | display: block; |
| 149 | } |
| 150 | |
| 151 | .consent-item .cb-review__form--item { |
| 152 | font-size: 13px; |
| 153 | margin-bottom: 0; |
| 154 | } |
| 155 | |
| 156 | .consent-item .cb-review__form--item span b{ |
| 157 | color: #1032cf; |
| 158 | } |
| 159 | |
| 160 | .consent-item .cb-review__form--item span a{ |
| 161 | color: #1032cf; |
| 162 | text-decoration: none; |
| 163 | } |
| 164 | |
| 165 | .loading-overlay { |
| 166 | position: fixed; |
| 167 | top: 0; |
| 168 | left: 0; |
| 169 | right: 0; |
| 170 | bottom: 0; |
| 171 | width: 100%; |
| 172 | height: 100%; |
| 173 | background: white; |
| 174 | display: flex; |
| 175 | justify-content: center; |
| 176 | align-items: center; |
| 177 | z-index: 9999; |
| 178 | } |
| 179 | |
| 180 | .loading-content { |
| 181 | text-align: center; |
| 182 | padding: 0 20px; |
| 183 | max-width: 100%; |
| 184 | box-sizing: border-box; |
| 185 | } |
| 186 | |
| 187 | .loading-spinner { |
| 188 | width: 48px; |
| 189 | height: 48px; |
| 190 | margin: 0 auto 32px; |
| 191 | border: 3px solid #f3f3f3; |
| 192 | border-top: 3px solid #0047FF; |
| 193 | border-radius: 50%; |
| 194 | animation: spin 1s linear infinite; |
| 195 | } |
| 196 | |
| 197 | .loading-content h2 { |
| 198 | font-size: 24px; |
| 199 | color: #111827; |
| 200 | margin: 0 0 16px 0; |
| 201 | font-weight: 500; |
| 202 | } |
| 203 | |
| 204 | .loading-content p { |
| 205 | font-size: 16px; |
| 206 | color: #6B7280; |
| 207 | margin: 0; |
| 208 | line-height: 1.5; |
| 209 | } |
| 210 | |
| 211 | @keyframes spin { |
| 212 | 0% { transform: rotate(0deg); } |
| 213 | 100% { transform: rotate(360deg); } |
| 214 | } |
| 215 | |
| 216 | body.has-loading-overlay { |
| 217 | overflow: hidden; |
| 218 | } |
| 219 |