| 1 |
body.ays-survey-plugin-admin input[type=checkbox], |
| 2 |
body.ays-survey-plugin-admin input[type=radio] { |
| 3 |
accent-color: #005AE0; |
| 4 |
background-color: #fff; |
| 5 |
box-shadow: unset; |
| 6 |
border: 1px solid #8c8f94; |
| 7 |
} |
| 8 |
|
| 9 |
body.ays-survey-plugin-admin input[type=checkbox]:focus, |
| 10 |
body.ays-survey-plugin-admin input[type=radio]:focus { |
| 11 |
accent-color: #005AE0; |
| 12 |
background-color: #fff; |
| 13 |
border-color: #2271b1; |
| 14 |
box-shadow: 0 0 0 1px #2271b1; |
| 15 |
outline: 2px solid transparent; |
| 16 |
} |
| 17 |
|
| 18 |
body.ays-survey-plugin-admin input[type=checkbox]:checked::before { |
| 19 |
filter: brightness(0) saturate(100%) invert(20%) sepia(95%) saturate(6593%) hue-rotate(211deg) brightness(98%) contrast(103%); |
| 20 |
} |
| 21 |
|
| 22 |
body.ays-survey-plugin-admin input[type=radio]:checked::before { |
| 23 |
background-color: #005ae0; |
| 24 |
} |
| 25 |
|
| 26 |
body.ays-survey-plugin-admin input[type="text"], |
| 27 |
body.ays-survey-plugin-admin input[type="password"], |
| 28 |
body.ays-survey-plugin-admin input[type="date"], |
| 29 |
body.ays-survey-plugin-admin input[type="datetime"], |
| 30 |
body.ays-survey-plugin-admin input[type="datetime-local"], |
| 31 |
body.ays-survey-plugin-admin input[type="email"], |
| 32 |
body.ays-survey-plugin-admin input[type="month"], |
| 33 |
body.ays-survey-plugin-admin input[type="number"], |
| 34 |
body.ays-survey-plugin-admin input[type="search"], |
| 35 |
body.ays-survey-plugin-admin input[type="tel"], |
| 36 |
body.ays-survey-plugin-admin input[type="time"], |
| 37 |
body.ays-survey-plugin-admin input[type="url"], |
| 38 |
body.ays-survey-plugin-admin input[type="week"] { |
| 39 |
padding: 0 8px; |
| 40 |
line-height: 2; |
| 41 |
min-height: 30px; |
| 42 |
} |
| 43 |
|
| 44 |
body.ays-survey-plugin-admin input[type="text"]:focus, |
| 45 |
body.ays-survey-plugin-admin input[type="password"]:focus, |
| 46 |
body.ays-survey-plugin-admin input[type="date"]:focus, |
| 47 |
body.ays-survey-plugin-admin input[type="datetime"]:focus, |
| 48 |
body.ays-survey-plugin-admin input[type="datetime-local"]:focus, |
| 49 |
body.ays-survey-plugin-admin input[type="email"]:focus, |
| 50 |
body.ays-survey-plugin-admin input[type="month"]:focus, |
| 51 |
body.ays-survey-plugin-admin input[type="number"]:focus, |
| 52 |
body.ays-survey-plugin-admin input[type="search"]:focus, |
| 53 |
body.ays-survey-plugin-admin input[type="tel"]:focus, |
| 54 |
body.ays-survey-plugin-admin input[type="time"]:focus, |
| 55 |
body.ays-survey-plugin-admin input[type="url"]:focus, |
| 56 |
body.ays-survey-plugin-admin input[type="week"]:focus { |
| 57 |
border-color: #005ae0; |
| 58 |
box-shadow: 0 0 0 1px #2271b1; |
| 59 |
outline: transparent solid 2px; |
| 60 |
} |
| 61 |
|
| 62 |
body.ays-survey-plugin-admin input[type=search]:focus{ |
| 63 |
box-shadow: unset !important; |
| 64 |
} |
| 65 |
|
| 66 |
body.ays-survey-plugin-admin input[type=color]:focus, |
| 67 |
body.ays-survey-plugin-admin input[type=date]:focus, |
| 68 |
body.ays-survey-plugin-admin input[type=datetime-local]:focus, |
| 69 |
body.ays-survey-plugin-admin input[type=datetime]:focus, |
| 70 |
body.ays-survey-plugin-admin input[type=email]:focus, |
| 71 |
body.ays-survey-plugin-admin input[type=month]:focus, |
| 72 |
body.ays-survey-plugin-admin input[type=number]:focus, |
| 73 |
body.ays-survey-plugin-admin input[type=password]:focus, |
| 74 |
body.ays-survey-plugin-admin input[type=search]:focus, |
| 75 |
body.ays-survey-plugin-admin input[type=tel]:focus, |
| 76 |
body.ays-survey-plugin-admin input[type=text]:focus, |
| 77 |
body.ays-survey-plugin-admin input[type=time]:focus, |
| 78 |
body.ays-survey-plugin-admin input[type=url]:focus, |
| 79 |
body.ays-survey-plugin-admin input[type=week]:focus, |
| 80 |
body.ays-survey-plugin-admin select:focus, |
| 81 |
body.ays-survey-plugin-admin textarea:focus { |
| 82 |
border-color: #2271b1; |
| 83 |
box-shadow: 0 0 0 1px #2271b1; |
| 84 |
} |
| 85 |
|
| 86 |
body.ays-survey-plugin-admin .button, |
| 87 |
body.ays-survey-plugin-admin .button-primary, |
| 88 |
body.ays-survey-plugin-admin .button-secondary { |
| 89 |
padding: 0 10px; |
| 90 |
line-height: 2.15384615; |
| 91 |
min-height: 30px; |
| 92 |
font-weight: 400; |
| 93 |
} |
| 94 |
|
| 95 |
body.ays-survey-plugin-admin .button.hover, |
| 96 |
body.ays-survey-plugin-admin .button:not(.ays_help):hover { |
| 97 |
background: #135e96; |
| 98 |
border-color: #135e96; |
| 99 |
color: #fff; |
| 100 |
} |
| 101 |
|
| 102 |
body.ays-survey-plugin-admin .button.add_new_block_content, |
| 103 |
body.ays-survey-plugin-admin .button.wp-picker-default, |
| 104 |
body.ays-survey-plugin-admin .button.action, |
| 105 |
body.ays-survey-plugin-admin #search-submit.button, |
| 106 |
body.ays-survey-plugin-admin #ays-cat-button-apply.button, |
| 107 |
body.ays-survey-plugin-admin .button.insert-media, |
| 108 |
body.ays-survey-plugin-admin .button.action-button:not(.button-primary), |
| 109 |
body.ays-survey-plugin-admin .button-secondary { |
| 110 |
background: #f6f7f7; |
| 111 |
border-color: #2271b1; |
| 112 |
color: #2271b1; |
| 113 |
} |
| 114 |
|
| 115 |
body.ays-survey-plugin-admin .button.add_new_block_content:focus, |
| 116 |
body.ays-survey-plugin-admin .button.wp-picker-default:focus, |
| 117 |
body.ays-survey-plugin-admin .button.action:focus, |
| 118 |
body.ays-survey-plugin-admin #search-submit.button:focus, |
| 119 |
body.ays-survey-plugin-admin #ays-cat-button-apply.button:focus, |
| 120 |
body.ays-survey-plugin-admin .button.insert-media:focus, |
| 121 |
body.ays-survey-plugin-admin .button.action-button:not(.button-primary):focus, |
| 122 |
body.ays-survey-plugin-admin .button-secondary:focus, |
| 123 |
body.ays-survey-plugin-admin .button.add_new_block_content:hover, |
| 124 |
body.ays-survey-plugin-admin .button.wp-picker-default:hover, |
| 125 |
body.ays-survey-plugin-admin .button.action:hover, |
| 126 |
body.ays-survey-plugin-admin #search-submit.button:hover, |
| 127 |
body.ays-survey-plugin-admin #ays-cat-button-apply.button:hover, |
| 128 |
body.ays-survey-plugin-admin .button.insert-media:hover, |
| 129 |
body.ays-survey-plugin-admin .button.action-button:not(.button-primary):hover, |
| 130 |
body.ays-survey-plugin-admin .button-secondary:hover { |
| 131 |
background: #f0f0f1; |
| 132 |
border-color: #135e96; |
| 133 |
color: #135e96; |
| 134 |
box-shadow: 0 0 0 1px #3582c4; |
| 135 |
} |
| 136 |
|
| 137 |
body.ays-survey-plugin-admin a:focus { |
| 138 |
box-shadow: 0 0 0 1px #3582c4; |
| 139 |
color: #043959; |
| 140 |
} |
| 141 |
|
| 142 |
body.ays-survey-plugin-admin .button:not(.ays_help):focus, |
| 143 |
body.ays-survey-plugin-admin .button-primary:focus { |
| 144 |
background: #135e96; |
| 145 |
border-color: #135e96; |
| 146 |
color: #fff; |
| 147 |
box-shadow: 0 0 0 1px #3582c4,inset 0 0 0 1px #fff; |
| 148 |
} |
| 149 |
|
| 150 |
body.ays-survey-plugin-admin .button-primary { |
| 151 |
background: #2271b1; |
| 152 |
border-color: #2271b1; |
| 153 |
} |
| 154 |
|
| 155 |
body.ays-survey-plugin-admin select { |
| 156 |
line-height: 2; |
| 157 |
min-height: 30px; |
| 158 |
} |
| 159 |
|
| 160 |
.ays-survey-menu-badge{ |
| 161 |
color: #fff; |
| 162 |
display: inline-block; |
| 163 |
font-size: 10px; |
| 164 |
line-height: 14px; |
| 165 |
text-align: center; |
| 166 |
background: #ca4a1f; |
| 167 |
margin-left: 5px; |
| 168 |
border-radius: 20px; |
| 169 |
padding: 2px 5px; |
| 170 |
} |
| 171 |
|
| 172 |
#adminmenu a.toplevel_page_quiz-maker.wp-menu-open div.wp-menu-image img { |
| 173 |
-webkit-animation-name: heartBeat; |
| 174 |
animation-name: heartBeat; |
| 175 |
-webkit-animation-duration: 1.3s; |
| 176 |
animation-duration: 1.3s; |
| 177 |
-webkit-animation-timing-function: ease-in-out; |
| 178 |
animation-timing-function: ease-in-out; |
| 179 |
} |
| 180 |
#adminmenu a.toplevel_page_survey-maker div.wp-menu-name { |
| 181 |
transition: .3s ease-in-out; |
| 182 |
} |
| 183 |
#adminmenu a.toplevel_page_survey-maker div.wp-menu-image img { |
| 184 |
width: 24px; |
| 185 |
padding: 3px 0 0; |
| 186 |
transition: .3s ease-in-out; |
| 187 |
} |
| 188 |
|
| 189 |
ul.ays-wp-notice-answers{ |
| 190 |
list-style-type: none; |
| 191 |
} |
| 192 |
|
| 193 |
#adminmenu li.toplevel_page_survey-maker ul.wp-submenu.wp-submenu-wrap li a { |
| 194 |
transition: .3s ease-in-out; |
| 195 |
} |
| 196 |
#adminmenu li.toplevel_page_survey-maker ul.wp-submenu.wp-submenu-wrap li a[href*="feature"] { |
| 197 |
color: #68A615; |
| 198 |
font-weight: bold; |
| 199 |
} |
| 200 |
|
| 201 |
#toplevel_page_survey-maker .wp-first-item, |
| 202 |
#adminmenu .wp-submenu-head { |
| 203 |
display: none; |
| 204 |
} |
| 205 |
|
| 206 |
.survey-elementor-widget-logo-wrap .survey-elementor-widget-logo:before, |
| 207 |
.survey-elementor-widget-logo:before { |
| 208 |
content: ""; |
| 209 |
background-image: url('../images/icons/survey_logo.png'); |
| 210 |
height: 30px; |
| 211 |
display: block; |
| 212 |
background-size: contain; |
| 213 |
background-repeat: no-repeat; |
| 214 |
background-position: center center; |
| 215 |
} |
| 216 |
|
| 217 |
.survey-elementor-widget-logo-wrap { |
| 218 |
display: flex; |
| 219 |
align-items: center; |
| 220 |
justify-content: center; |
| 221 |
font-size: 18px; |
| 222 |
font-weight: 700; |
| 223 |
} |
| 224 |
|
| 225 |
.survey-elementor-widget-logo-wrap .survey-elementor-widget-logo { |
| 226 |
display: inline-block; |
| 227 |
margin-right: 5px; |
| 228 |
width: 30px; |
| 229 |
height: 30px; |
| 230 |
} |
| 231 |
|
| 232 |
.survey-elementor-widget-logo-wrap .survey-elementor-widget-logo:before { |
| 233 |
text-align: left; |
| 234 |
} |
| 235 |
|
| 236 |
|
| 237 |
.btn-link{ |
| 238 |
font-weight: 400; |
| 239 |
color: #007bff; |
| 240 |
background-color: transparent; |
| 241 |
display: inline-block; |
| 242 |
font-weight: 400; |
| 243 |
text-align: center; |
| 244 |
white-space: nowrap; |
| 245 |
vertical-align: middle; |
| 246 |
-webkit-user-select: none; |
| 247 |
-moz-user-select: none; |
| 248 |
-ms-user-select: none; |
| 249 |
user-select: none; |
| 250 |
border: 1px solid transparent; |
| 251 |
padding: .375rem .75rem; |
| 252 |
font-size: 1rem; |
| 253 |
line-height: 1.5; |
| 254 |
border-radius: .25rem |
| 255 |
} |
| 256 |
|
| 257 |
.btn:not(:disabled):not(.disabled) { |
| 258 |
cursor: pointer; |
| 259 |
} |
| 260 |
|
| 261 |
.btn-link:hover { |
| 262 |
color: #0056b3; |
| 263 |
text-decoration: underline; |
| 264 |
} |
| 265 |
|
| 266 |
/* Admin notes */ |
| 267 |
div#ays-survey-discount-month-main{ |
| 268 |
border: 1px solid #E5E5E5; |
| 269 |
background: #FFF; |
| 270 |
border-radius: 6px; |
| 271 |
box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%); |
| 272 |
position: relative; |
| 273 |
z-index: 1; |
| 274 |
min-height: 80px; |
| 275 |
} |
| 276 |
|
| 277 |
div#ays-survey-discount-month-main button{ |
| 278 |
display: flex; |
| 279 |
align-items: center; |
| 280 |
} |
| 281 |
|
| 282 |
div#ays-survey-discount-month-main a:focus{ |
| 283 |
outline: none; |
| 284 |
box-shadow: unset; |
| 285 |
} |
| 286 |
|
| 287 |
div#ays-survey-discount-month-main .btn-link{ |
| 288 |
font-weight: 400; |
| 289 |
color: #007bff; |
| 290 |
background-color: transparent; |
| 291 |
display: inline-block; |
| 292 |
font-weight: 400; |
| 293 |
text-align: center; |
| 294 |
white-space: nowrap; |
| 295 |
vertical-align: middle; |
| 296 |
-webkit-user-select: none; |
| 297 |
-moz-user-select: none; |
| 298 |
-ms-user-select: none; |
| 299 |
user-select: none; |
| 300 |
border: 1px solid transparent; |
| 301 |
padding: .375rem .75rem; |
| 302 |
font-size: 1rem; |
| 303 |
line-height: 1.5; |
| 304 |
border-radius: .25rem |
| 305 |
} |
| 306 |
|
| 307 |
#adminmenu li.toplevel_page_survey-maker ul.wp-submenu.wp-submenu-wrap li a[href*="subscribe-email"] { |
| 308 |
color: #ffd400; |
| 309 |
font-weight: bold; |
| 310 |
} |
| 311 |
|
| 312 |
|
| 313 |
.swal2-popup .ays-survey-upgrade-button, |
| 314 |
.swal2-popup .ays-survey-cancel-button { |
| 315 |
position: relative; |
| 316 |
} |
| 317 |
|
| 318 |
.swal2-popup .ays-survey-upgrade-button.swal2-styled.swal2-confirm:after { |
| 319 |
content: "(Save Your Data)"; |
| 320 |
position: absolute; |
| 321 |
color: #878787; |
| 322 |
bottom: -18px; |
| 323 |
left: 25px; |
| 324 |
font-size: 12px; |
| 325 |
} |
| 326 |
|
| 327 |
.swal2-popup .ays-survey-cancel-button.swal2-styled.swal2-cancel:after { |
| 328 |
content: "(Delete All Data)"; |
| 329 |
position: absolute; |
| 330 |
color: #878787; |
| 331 |
bottom: -18px; |
| 332 |
left: 30px; |
| 333 |
font-size: 12px; |
| 334 |
} |
| 335 |
|
| 336 |
.swal2-popup .ays-survey-upgrade-button.swal2-styled.swal2-confirm { |
| 337 |
background-color: #fff !important; |
| 338 |
color: #3085d6 !important; |
| 339 |
border: 1px solid #3085d6 !important; |
| 340 |
} |
| 341 |
|
| 342 |
.swal2-popup.swal2-modal.ays-survey-deactivate-popup.swal2-show { |
| 343 |
font-size: initial !important; |
| 344 |
} |
| 345 |
|
| 346 |
.ays-survey-admin-upgrade-button{ |
| 347 |
color:#01A32A; |
| 348 |
font-weight: bold; |
| 349 |
} |
| 350 |
|
| 351 |
.ays-survey-admin-upgrade-button:hover{ |
| 352 |
color:#3B8D3F; |
| 353 |
} |
| 354 |
|
| 355 |
|
| 356 |
/*! Survey Deactivate Feedback Popup | Start */ |
| 357 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-skip, |
| 358 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-submit { |
| 359 |
font-size: 12px; |
| 360 |
font-weight: 500; |
| 361 |
line-height: 1.2; |
| 362 |
padding: 8px 16px; |
| 363 |
outline: none; |
| 364 |
border: none; |
| 365 |
border-radius: 3px; |
| 366 |
background-color: #515962; |
| 367 |
color: #ffffff; |
| 368 |
transition: all 0.3s; |
| 369 |
} |
| 370 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-skip:hover, |
| 371 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-submit:hover { |
| 372 |
border: none; |
| 373 |
} |
| 374 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-skip:hover, |
| 375 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-submit:hover, |
| 376 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-skip:focus, |
| 377 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-submit:focus { |
| 378 |
background-color: rgb(57.9217877095, 63.6424581006, 70.0782122905); |
| 379 |
color: #ffffff; |
| 380 |
} |
| 381 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-skip:active, |
| 382 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-submit:active { |
| 383 |
background-color: rgb(34.843575419, 38.2849162011, 42.156424581); |
| 384 |
} |
| 385 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-skip:not([disabled]), |
| 386 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-submit:not([disabled]) { |
| 387 |
cursor: pointer; |
| 388 |
} |
| 389 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-skip:disabled, |
| 390 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-submit:disabled { |
| 391 |
background-color: #d5d8dc; |
| 392 |
color: #babfc5; |
| 393 |
} |
| 394 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-skip { |
| 395 |
background: transparent; |
| 396 |
color: #515962; |
| 397 |
} |
| 398 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-skip:hover, |
| 399 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-skip:focus { |
| 400 |
background: #f1f2f3; |
| 401 |
color: #3f444b; |
| 402 |
} |
| 403 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-skip:disabled { |
| 404 |
background: transparent; |
| 405 |
color: #babfc5; |
| 406 |
} |
| 407 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-submit { |
| 408 |
background-color: #fb8d5f; |
| 409 |
color: #0c0d0e; |
| 410 |
} |
| 411 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-submit:hover, |
| 412 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-submit:focus { |
| 413 |
background-color: #f19b76; |
| 414 |
color: #0c0d0e; |
| 415 |
} |
| 416 |
body.ays-survey-editor-active :is(.is-desktop-preview, .is-tablet-preview, .is-mobile-preview) :is(.editor-styles-wrapper, iframe[name="editor-canvas"]) { |
| 417 |
height: auto !important; |
| 418 |
padding: 0 !important; |
| 419 |
flex: 0 !important; |
| 420 |
} |
| 421 |
|
| 422 |
.ays-survey-dialog-widget-content { |
| 423 |
background-color: #ffffff; |
| 424 |
position: absolute; |
| 425 |
border-radius: 3px; |
| 426 |
box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2); |
| 427 |
overflow: hidden; |
| 428 |
} |
| 429 |
|
| 430 |
.ays-survey-dialog-message { |
| 431 |
line-height: 1.5; |
| 432 |
box-sizing: border-box; |
| 433 |
} |
| 434 |
|
| 435 |
.ays-survey-dialog-type-lightbox { |
| 436 |
position: fixed; |
| 437 |
height: 100%; |
| 438 |
width: 100%; |
| 439 |
bottom: 0; |
| 440 |
left: 0; |
| 441 |
background-color: rgba(0, 0, 0, 0.8); |
| 442 |
z-index: 9999; |
| 443 |
-webkit-user-select: none; |
| 444 |
-moz-user-select: none; |
| 445 |
user-select: none; |
| 446 |
} |
| 447 |
|
| 448 |
.e-button:not(:disabled):not(.disabled) { |
| 449 |
cursor: pointer; |
| 450 |
} |
| 451 |
.e-button:not(:disabled):not(.disabled):active:focus, |
| 452 |
.e-button:not(:disabled):not(.disabled).active:focus { |
| 453 |
box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.4); |
| 454 |
} |
| 455 |
|
| 456 |
#ays-survey-deactivate-feedback-modal { |
| 457 |
color: #515962; |
| 458 |
display: flex; |
| 459 |
justify-content: center; |
| 460 |
align-items: center; |
| 461 |
} |
| 462 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-widget-content { |
| 463 |
width: 500px; |
| 464 |
position: unset; |
| 465 |
max-width: 95%; |
| 466 |
} |
| 467 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-header { |
| 468 |
padding: 18px 15px; |
| 469 |
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); |
| 470 |
text-align: start; |
| 471 |
} |
| 472 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-message { |
| 473 |
padding: 30px; |
| 474 |
padding-block-end: 0; |
| 475 |
text-align: start; |
| 476 |
} |
| 477 |
#ays-survey-deactivate-feedback-modal .ays-survey-deactivate-feedback-dialog-input { |
| 478 |
margin-block: 0; |
| 479 |
margin-inline: 0 15px; |
| 480 |
box-shadow: none; |
| 481 |
margin-top: 6px; |
| 482 |
} |
| 483 |
#ays-survey-deactivate-feedback-modal .ays-survey-deactivate-feedback-dialog-input:not(:checked) ~ label .ays-survey-deactivate-feedback-sub-dialog-input-wrapper, |
| 484 |
#ays-survey-deactivate-feedback-modal .ays-survey-deactivate-feedback-dialog-input:not(:checked) ~ label .ays-survey-feedback-text { |
| 485 |
display: none; |
| 486 |
} |
| 487 |
#ays-survey-deactivate-feedback-modal .ays-survey-deactivate-feedback-dialog-label { |
| 488 |
display: block; |
| 489 |
font-size: 13px; |
| 490 |
min-width: 220px; |
| 491 |
cursor: pointer; |
| 492 |
} |
| 493 |
#ays-survey-deactivate-feedback-modal .ays-survey-feedback-text { |
| 494 |
background-color: transparent; |
| 495 |
color: #515962; |
| 496 |
/* padding: 5px; */ |
| 497 |
box-shadow: none; |
| 498 |
width: 100%; |
| 499 |
margin: 0; |
| 500 |
} |
| 501 |
#ays-survey-deactivate-feedback-modal .ays-survey-feedback-text.ays-survey-feedback-text-color { |
| 502 |
color: #F59E0B; |
| 503 |
padding: 0; |
| 504 |
cursor: default; |
| 505 |
} |
| 506 |
#ays-survey-deactivate-feedback-modal .ays-survey-deactivate-feedback-sub-dialog-input-wrapper { |
| 507 |
margin-bottom: 5px; |
| 508 |
} |
| 509 |
|
| 510 |
#ays-survey-deactivate-feedback-modal .ays-survey-dialog-buttons-wrapper { |
| 511 |
display: flex; |
| 512 |
justify-content: space-between; |
| 513 |
padding: 20px 30px 30px; |
| 514 |
} |
| 515 |
|
| 516 |
#ays-survey-deactivate-feedback-dialog-header { |
| 517 |
display: flex; |
| 518 |
justify-content: flex-start; |
| 519 |
align-items: center; |
| 520 |
} |
| 521 |
|
| 522 |
#ays-survey-deactivate-feedback-dialog-header img { |
| 523 |
width: 20px; |
| 524 |
height: 20px; |
| 525 |
} |
| 526 |
|
| 527 |
#ays-survey-deactivate-feedback-dialog-header i { |
| 528 |
font-size: 19px; |
| 529 |
} |
| 530 |
#ays-survey-deactivate-feedback-dialog-header-title { |
| 531 |
font-size: 15px; |
| 532 |
text-transform: uppercase; |
| 533 |
font-weight: bold; |
| 534 |
padding-inline-start: 5px; |
| 535 |
} |
| 536 |
#ays-survey-deactivate-feedback-dialog-form-caption { |
| 537 |
font-weight: bold; |
| 538 |
font-size: 15px; |
| 539 |
line-height: 1.4; |
| 540 |
} |
| 541 |
#ays-survey-deactivate-feedback-dialog-form-body { |
| 542 |
padding-block-start: 30px; |
| 543 |
padding-block-end: 15px; |
| 544 |
} |
| 545 |
|
| 546 |
.ays-survey-deactivate-feedback-dialog-input-wrapper { |
| 547 |
display: flex; |
| 548 |
align-items: flex-start; |
| 549 |
line-height: 2; |
| 550 |
overflow: hidden; |
| 551 |
} |
| 552 |
|
| 553 |
@media screen and (max-width: 782px) { |
| 554 |
div#ays-survey-deactivate-feedback-modal .ays-survey-deactivate-feedback-dialog-input { |
| 555 |
min-width: 25px; |
| 556 |
min-height: 25px; |
| 557 |
} |
| 558 |
} |
| 559 |
/*! survey Deactivate Feedback Popup | End */ |
| 560 |
|