PluginProbe
Topic SEO Content Optimization Tool / 1.0.8
Topic SEO Content Optimization Tool v1.0.8
1.0.43 1.0.42 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.2 1.0.20 1.0.21 1.0.22 1.0.23 1.0.24 1.0.25 1.0.3 1.0.31 1.0.32 All 40 releases
topic / classic-editor / classic.css

classic.css in Topic SEO Content Optimization Tool 1.0.8, at classic-editor/classic.css

1,834 lines 43.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Font Starts */
2 /*@font-face
3 {
4 font-family: Graphik;
5 font-style: normal;
6 font-weight: 500;
7 src: url('./fonts/Graphik500.ttf') format('ttf'),
8 url('./fonts/Graphik500.woff') format('woff'),
9 url('./fonts/Graphik500.otf') format('otf');
10 }*/
11 @font-face
12 {
13 font-family: Graphik;
14 font-style: normal;
15 font-weight: Regular;
16 src: url('./fonts/GraphikRegular.ttf') format('ttf'),
17 url('./fonts/GraphikRegular.woff') format('woff'),
18 url('./fonts/GraphikRegular.otf') format('otf');
19 }
20 @font-face
21 {
22 font-family: Graphik;
23 font-style: normal;
24 font-weight: 500;
25 src: url('./fonts/GraphikMedium.ttf') format('ttf'),
26 url('./fonts/GraphikMedium.woff') format('woff'),
27 url('./fonts/GraphikMedium.otf') format('otf');
28 }
29 @font-face
30 {
31 font-family: Graphik;
32 font-style: italic;
33 font-weight: Medium;
34 src: url('./fonts/GraphikMediumItalic.ttf') format('ttf'),
35 url('./fonts/GraphikMediumItalic.woff') format('woff'),
36 url('./fonts/GraphikMediumItalic.otf') format('otf');
37 }
38 /* Font Ends */
39 body h1, body h2, body h3, body h4, body h5, body h6
40 {
41 font-weight: 500;
42 }
43 #usetopicData strong
44 {
45 font-weight: 500;
46 }
47 #usetopicData {
48 position: fixed;
49 right: 0;
50 width: 372px;
51 top: 0;
52 background: #fff;
53 padding: 32px 0 0px 0;
54 min-height: auto;
55 overflow-y: auto;
56 height: 100vh;
57 z-index: 9999;
58 display:none;
59 border-left: 1px solid #dedede;
60 overflow-x: hidden;
61 }
62 .usetopicDataShow{
63 display:block!important;
64 }
65 #usetopicData .closeTopicdata{
66 display: flex;
67 justify-content: space-between;
68 align-items: center;
69 padding: 0 16px;
70 height: 48px;
71 border-top: 1px solid #ddd;
72 border-bottom: 1px solid #ddd;
73 width: 100%;
74 background: #fff;
75 position: sticky;
76 top: 0;
77 z-index: 9999;
78 }
79 #usetopicData .closeTopicdata strong {
80 font-size: 0.875rem;
81 font-weight: 500;
82 color: #1e1e1e;
83 }
84
85 #usetopicData .closeTopicdata .close {
86 background: transparent;
87 box-shadow: 0 0 0 0 #fff;
88 border: 0;
89 padding: 0px 13px;
90 cursor:pointer;
91 position: relative;
92 margin-right: 13px;
93 }
94 #usetopicData .closeTopicdata .close .usetopic-tooltip
95 {
96 width: 65px !important;
97 left: -14%;
98 bottom: -30px;
99 }
100 #usetopicData .closeTopicdata .close:hover .usetopic-tooltip
101 {
102 opacity: 1;
103 }
104 #usetopicData .closeTopicdata .close .usetopic-tooltip:after
105 {
106 display: none;
107 }
108
109 #usetopicData .content
110 {
111
112 width: 105%;
113 }
114 #usetopicData .use-topic-top-bar
115 {
116 position: sticky;
117 bottom: 1rem;
118 z-index: 999;
119 background-color: rgb(249, 249, 250);
120 display: flex;
121 padding: 8px 6px 11px;
122 }
123 #usetopicData .use-topic-top-bar p
124 {
125 width: 87%;
126 margin: 0;
127 }
128 #usetopicData .use-topic-top-bar p a
129 {
130 font-size: 19px;
131 text-transform: lowercase;
132 color: #3f4b5b;
133 margin-left: 8px;
134 }
135 #usetopicData .usetopicbriefs .use-topic-top-bar.bottom-briefs-bar p a
136 {
137 margin-left: 19px;
138 }
139 #usetopicData .usetopicbriefs .use-topic-top-bar.bottom-briefs-bar span a
140 {
141 margin-left: 6px;
142 }
143 #usetopicData .use-topic-top-bar span a
144 {
145 font-size: 12px;
146 margin-top: 5px;
147 display: table;
148 }
149
150 #usetopicloginform h5 {
151 text-align: center;
152 font-size: 16px;
153 margin: 10px 0;
154 }
155
156 #usetopicloginform label, #usetopicData #usetopicgetBrieffm label
157 {
158 width: 100%;
159 display: block;
160 font-size: 14px;
161 font-weight: 200;
162 margin: 14px 0 2px;
163 }
164 #usetopicloginform label b, #usetopicData #usetopicgetBrieffm label b
165 {
166 width: 100%;
167 font-size: 12px;
168 font-weight: 300;
169 padding-bottom: 6px;
170 color: #666;
171 }
172 #usetopicloginform input, #usetopicData #usetopicgetBrieffm input
173 {
174 border: none;
175 margin: 0;
176 padding: 5px 10px;
177 box-shadow: 0px 1px 6px #7784945e;
178 width: 100%;
179 font-size: 16px;
180 border-radius: 4px 4px 0 0;
181 animation-name: mui-auto-fill-cancel;
182 letter-spacing: inherit;
183 animation-duration: 10ms;
184 -webkit-tap-highlight-color: transparent;
185 }
186 #usetopicloginform .utopicemail, #usetopicloginform .utopicpass, #usetopicData #usetopicgetBrieffm .lbrief-url
187 {
188 position: relative;
189 height: 48px;
190 }
191 #usetopicloginform .utopicemail:before, #usetopicloginform .utopicpass:before, #usetopicData #usetopicgetBrieffm .lbrief-url:before
192 {
193 left: 0;
194 right: 0;
195 bottom: 6px;
196 content: "\00a0";
197 position: absolute;
198 transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
199 border-bottom: 1px solid rgba(0, 0, 0, 0.42);
200 pointer-events: none;
201 }
202 #usetopicloginform .utopicemail:hover::before, #usetopicloginform .utopicpass:hover::before, #usetopicData #usetopicgetBrieffm .lbrief-url:hover::before
203 {
204 border-bottom: 1px solid rgba(0, 0, 0, 0.87);
205 }
206 #usetopicloginform input::placeholder, #usetopicData #usetopicgetBrieffm input::placeholder
207 {
208 color: #ccc;
209 }
210
211 input, select {
212 margin: 0 1px;
213 margin-bottom: 0px;
214 }
215 input, textarea {
216 font-size: 14px;
217 }
218 button, input, select, textarea {
219 box-sizing: border-box;
220 font-family: inherit;
221 font-size: inherit;
222 font-weight: inherit;
223 }
224 body {
225 color: #3c434a;
226 font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
227 font-size: 13px;
228 line-height: 1.4em;
229 }
230 .sign-in-right button, #usetopicData #usetopicgetBrieffm #usetopic-leadb-btn
231 {
232 color: #fff;
233 background-color: #3f4b5b;
234 border: 1px solid #3f4b5b;
235 padding: 4px 10px;
236 box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
237 font-size: 0.8125rem;
238 min-width: 64px;
239 box-sizing: border-box;
240 transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
241 font-family: Graphik, Arial;
242 font-weight: 500;
243 line-height: 1.75;
244 border-radius: 4px;
245 text-transform: uppercase;
246 width: auto;
247 cursor: pointer;
248 margin: 12px auto 0;
249 }
250 .sign-in-right button:hover {
251 box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
252 }
253 #usetopicData #usetopicgetBrieffm
254 {
255 text-align: center;
256 }
257 #usetopicData #usetopicloginform, #usetopicData #usetopicgetBrieffm
258 {
259 width: 58%;
260 margin: 25% auto 0;
261 position: relative;
262 }
263 #usetopicData #usetopicloginform h5, #usetopicData #usetopicgetBrieffm h5
264 {
265 font-size: 1.25rem;
266 font-family: Graphik, Arial;
267 font-weight: 500;
268 line-height: 1.6;
269 color: #3f4b5b;
270 }
271 .sign-in-right {
272 text-align: center;
273 }
274 #usetopicloginform input:hover, #usetopicData #usetopicgetBrieffm input:hover
275 {
276 border-bottom: 1px solid #000 !important;
277
278 }
279 #publishing-action-use-topic #usetopicMain
280 {
281 color: #fff;
282 background-color: #3f4b5b;
283 border: 1px solid #3f4b5b;
284 padding: 8px 10px;
285 box-shadow: 0px 3px 1px -2px
286 rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px
287 rgba(0,0,0,0.12);
288 font-size: 11px;
289 transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
290 font-family: Graphik, Arial;
291 font-weight: 500;
292 border-radius: 4px;
293 display: table;
294 margin: 10px 0 0 auto;
295 cursor: pointer;
296 }
297 #publishing-action-use-topic #usetopicMain:hover
298 {
299 box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
300 }
301
302 #major-publishing-actions-use-topic p {
303 float: left;
304 margin: 4px 0;
305 font-weight: 500;
306 }
307 #major-publishing-actions-use-topic{
308 padding: 10px;
309 clear: both;
310 border-top: 1px solid #dcdcde;
311 background: #f6f7f7;
312 display: flex;
313 }
314 #major-publishing-actions-use-topic p {
315 width: 50%;
316 }
317 #major-publishing-actions-use-topic #publishing-action-use-topic
318 {
319 width: 50%;
320 }
321 .use-topic-top-bar p {
322 color: #000;
323 text-decoration: none !important;
324 float: left;
325 width: 80%;
326 font-size: 15px;
327 font-weight: 300;
328 margin: 11px 0;
329 }
330
331 .use-topic-top-bar a {
332 text-decoration: none;
333 }
334 .use-topic-top-bar svg {
335 position: relative;
336 top: 5px;
337 }
338 .usetopic-login-Error{
339 display: none;
340 transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
341 background: rgb(44, 52, 63);
342 padding: 8px;
343 color: #fff;
344 font-weight: 500;
345 border-radius: 4px;
346 text-align: center;
347 }
348 .loadingusetopic
349 {
350 padding: 0;
351 }
352 .loadingusetopic::before
353 {
354 content: "";
355 position: fixed;
356 background: #f9f9f9;
357 height: 100%;
358 width: 100%;
359 animation: crescendo 1.5s alternate infinite ease-in;
360 z-index: 9999;
361 }
362 .loadingusetopic::after {
363 content: "Loading...";
364 position: absolute;
365 top: 50%;
366 left: 50%;
367 transform: translate(-50%,-50%);
368 color: rgb(51, 65, 82);
369 font-size: 17px;
370 z-index: 9999;
371 }
372 .usetopicbriefs .sign-in .usetopic_logout
373 {
374 width: 22%;
375 position: relative;
376 }
377 .usetopicbriefs .sign-in .usetopic_logout button
378 {
379 background: transparent;
380 border: none;
381 display: table;
382 margin-left: auto;
383 margin-top: 21px;
384 width: 41px;
385 height: 39px;
386 overflow: visible;
387 font-size: 1.5rem;
388 text-align: center;
389 transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
390 border-radius: 50%;
391 padding: 8px;
392 }
393 .usetopicbriefs .sign-in .usetopic_logout button:hover
394 {
395 background-color: rgba(0, 0, 0, 0.04);
396 }
397 .usetopicbriefs .sign-in p {
398 color: rgb(133, 159, 189);
399 font-size: 14px;
400 text-align: left;
401 width: 78%;
402 margin: 0;
403 word-break: break-word;
404 padding: 0.7rem 0rem;
405 }
406 .usetopicbriefs .sign-in {
407 display: flex;
408 }
409 .usetopicbriefs .sign-in .MuiSvgIcon-root.MuiSvgIcon-colorPrimary {
410 width: 23px;
411 color: rgb(133, 159, 189) !important;
412 cursor: pointer;
413 }
414 .usetopicbriefs .sign-in path {
415 fill: rgb(133, 159, 189);
416 }
417 .usetopicbriefs h3 {
418 color: #3f4b5b;
419 font-size: 1.25rem;
420 }
421 .search-usetopic .MuiSvgIcon-root.MuiSvgIcon-colorPrimary {
422 position: absolute !important;
423 width: 23px;
424 padding: 10px 0;
425 top: auto !important;
426 left: 36px;
427 color: #3f4b5b;
428 }
429 .usetopicbriefs .search-usetopic path {
430 fill: #3f4b5b;
431 }
432 .usetopicbriefs .search-usetopic input {
433 border-radius: 50px !important;
434 padding: 0.4rem 2rem 0.3rem 38px;
435 box-shadow: 0px 2px 5px 0px #3838382e;
436 border: 0 !important;
437 width: 100%;
438 font-size: 14px;
439 }
440 .usetopicbriefs .kyword-create th {
441 text-align: left;
442 color: #3f4b5b;
443 font-weight: 400;
444 }
445 .usetopicbriefs .kyword-create {
446 float: left;
447 width: 100%;
448 border-collapse: separate;
449 border-spacing: 0 14px;
450 padding-bottom: 69px;
451 }
452 .usetopicbriefs .usetopic_ycb
453 {
454 margin: 45px 4px -5px;
455 }
456 .usetopicbriefs .kyword-create tbody .usetopic-brief-tr
457 {
458 background: #fff;
459 }
460 .usetopicbriefs .kyword-create thead tr
461 {
462 box-shadow: none;
463 height: 35px;
464 cursor: auto;
465 }
466 .usetopicbriefs .kyword-create thead tr th
467 {
468 color: #3f4b5b;
469 font-size: 14px;
470 }
471 .usetopicbriefs .kyword-create tr
472 {
473 box-shadow: 0px 2px 5px 0px #3838382e;
474 border-collapse: separate;
475 border-spacing: 0 15px;
476 height: 43px;
477 cursor: pointer;
478 }
479 .usetopicbriefs .kyword-create tr td:first-child, .usetopicbriefs .kyword-create tr th:first-child
480 {
481 font-size: 14px;
482 color: #3f4b5b;
483 width: 70%;
484 padding-left: 13px;
485 }
486 .usetopicbriefs .kyword-create tr td, .usetopicbriefs .kyword-create tr th
487 {
488 color: grey;
489 font-weight: 400;
490 }
491 @keyframes crescendo {
492 /* 0% {background: #424242;}
493 100% {background: #737373;} */
494 0% {background: #fbfbfb;}
495 100% {background: #f5f5f5;}
496 }
497
498 .brief-detail-header .usetopic_logout
499 {
500 width: 22%;
501 }
502 .brief-detail-header .usetopic_logout button
503 {
504 background: transparent;
505 border: none;
506 border-radius: 50%;
507 display: table;
508 margin-left: auto;
509 margin-top: 21px;
510 width: 40px;
511 height: 37px;
512 padding-top: 4px;
513 }
514 .brief-detail-header .usetopic_logout button:hover
515 {
516 background-color: rgba(0, 0, 0, 0.04);
517 }
518 .brief-detail-header p {
519 color: rgb(133, 159, 189);
520 font-size: 14px;
521 text-align: left;
522 width: 78%;
523 word-break: break-all;
524 }
525 .brief-detail-header {
526 display: flex;
527 }
528 .brief-detail-header .MuiSvgIcon-root.MuiSvgIcon-colorPrimary {
529 width: 23px;
530 color: rgb(113, 113, 113) !important;
531 cursor: pointer;
532 }
533 .brief-detail-header path {
534 fill: rgb(133, 159, 189);
535 }
536 #usetopicData .usetopic-briefdetail .usetopic-tqo .tab {
537 overflow: hidden;
538 border: none;
539 background-color: transparent;
540 }
541 #usetopicData .usetopic-briefdetail .usetopic-tqo .tab ul
542 {
543 display: flex;
544 justify-content: center;
545 margin: 0;
546 }
547 #usetopicData .usetopic-briefdetail .usetopic-tqo .tab ul li
548 {
549 margin-bottom: 0;
550 }
551 #usetopicData .usetopic-briefdetail .usetopic-tqo .tab button {
552 background-color: inherit;
553 float: left;
554 border: none;
555 outline: none;
556 cursor: pointer;
557 padding: 11px;
558 font-size: 0.875rem;
559 width: 100px;
560 box-shadow: none;
561 height: auto;
562 min-height: auto;
563 line-height: 100%;
564 color: #000;
565 border-radius: 0;
566 }
567 #usetopicData .usetopic-briefdetail .usetopic-tqo .tab button.active, .usetopic-briefdetail .usetopic-tqo .tab button.active:hover
568 {
569 background-color: #fff;
570 color: #000;
571 border-color: transparent;
572 box-shadow: none;
573 }
574 #usetopicData .usetopic-briefdetail .usetopic-tqo .tab button:focus
575 {
576 background: #fff;
577 }
578 #usetopicData .usetopic-briefdetail .usetopic-tqo .tab button:hover
579 {
580 background-color: #dcdcde;
581 color: #000;
582 border-color: transparent;
583 box-shadow: none;
584 background: rgba(0, 0, 0, 0.05);
585 background-color: rgba(0, 0, 0, 0.05);
586 }
587
588 /* Change background color of buttons on hover */
589 #usetopicData .usetopic-briefdetail .usetopic-tqo .tab button:hover {
590 background-color: rgba(0, 0, 0, 0.05);
591 }
592
593 /* Create an active/current tablink class */
594 #usetopicData .usetopic-briefdetail .usetopic-tqo .tab button.active {
595 background-color: #fff;
596 font-weight: 500;
597 }
598
599 /* Style the tab content */
600 #usetopicData .usetopic-briefdetail .usetopic-tqo .tabcontent {
601 padding: 1px 35px 1px 15px;
602 background: #fff;
603 }
604 #usetopicData .usetopic-briefdetail .usetopic-tqo .tabcontent h3
605 {
606 font-size: 1.25rem;
607 }
608 #usetopicData .usetopic-briefdetail .usetopic-tqo .usedTopicsAllTopics li
609 {
610 display: flex;
611 padding: 0.3rem 0;
612 cursor: pointer;
613 margin-top: 0.3rem;
614 margin-bottom: 0.3rem;
615 }
616 #usetopicData .usetopic-briefdetail .usetopic-tqo .usedTopicsAllTopics li .usetopic-brief-ct-name
617 {
618 font-weight: 500;
619 color: rgb(62, 75, 91);
620 width: 78%;
621 font-size: 1rem;
622 position: relative;
623 }
624 #usetopicData .usetopic-briefdetail .usetopic-tqo .usedTopicsAllTopics li .usetopic-brief-ct-name p
625 {
626 color: grey;
627 font-size: 0.75rem;
628 margin: 4px 0 0;
629 font-weight: 400;
630 }
631 #usetopicData .usetopic-briefdetail .usetopic-tqo .usedTopicsAllTopics li .usetopic-headingsin-used
632 {
633 padding: 10px 16px 0;
634 border-radius: 50%;
635 position: relative;
636 line-height: 100%;
637 }
638 #usetopicData .usetopic-briefdetail .usetopic-tqo .usedTopicsAllTopics li .usetopic-headingsin-used:hover
639 {
640 background: rgba(0, 0, 0, 0.04);
641 }
642 #usetopicData .usetopic-briefdetail .usetopic-tqo #usetopicquestions h3, #usetopicData .usetopic-briefdetail .usetopic-tqo #usetopicoutlines h3
643 {
644 font-weight: 500;
645 color: rgb(51, 65, 82);
646 font-size: 0.875rem;
647 }
648 #usetopicData .usetopic-briefdetail .usetopic-tqo #usetopicquestions .intro, #usetopicData .usetopic-briefdetail .usetopic-tqo #usetopicoutlines .intro
649 {
650 color: rgb(51, 65, 82);
651 font-size: 0.75rem;
652 }
653 #wpcontent #wpbody #wpbody-content .usetopic-lesswidth
654 {
655 width: 90%;
656 }
657 #wpwrap .usetopicDataShow
658 {
659 font-family: Graphik, Arial !important;
660 }
661 #usetopicData .usetopic-briefdetail .usetopic-alreadyAdded
662 {
663 background-color: rgb(213, 233, 214);
664 margin: 0 -16px !important;
665 padding-left: 16px !important;
666 padding-right: 16px !important;
667 padding-top: 0.5rem !important;
668 padding-bottom: 0.5rem !important;
669 margin-top: 0 !important;
670 margin-bottom: 0 !important;
671 }
672 .usetopicDataShow .usetopicbriefs
673 {
674 background: #f9f9f9;
675 padding: 0 39px 0 23px;
676 }
677 .usedTopicsAllTopics li svg {
678 height: 20px;
679 color: rgba(0, 0, 0, 0.54);
680 width: 1em;
681 }
682 #usetopicData
683 {
684 background: #f9f9f9;
685 }
686 #usetopicData .use-topic-top-bar.bottom-briefs-bar
687 {
688 border-top-color: rgb(234, 234, 233);
689 border-top-style: solid;
690 margin: 0;
691 position: fixed;
692 bottom: 0;
693 width: 28%;
694 }
695 #usetopicData .usetopicbriefs .use-topic-top-bar.bottom-briefs-bar
696 {
697 margin: 0 -24px;
698 }
699 .usetopicDataShow .usetopic-briefdetail
700 {
701 background: #f9f9f9;
702 }
703 .usetopicDataShow .usetopic-briefdetail .brief-detail-header
704 {
705 display: flex;
706 justify-content: center;
707 }
708 .usetopicDataShow .usetopic-briefdetail .brief-detail-header .usetopic_back, .usetopicDataShow .usetopic-briefdetail .brief-detail-header .usetopic_logout
709 {
710 width: 25%;
711 margin: 1px 0 0;
712 position: relative;
713 }
714 .usetopicDataShow .usetopic-briefdetail .brief-detail-header .usetopic_back .MuiSvgIcon-root, .usetopicDataShow .usetopic-briefdetail .brief-detail-header .usetopic_logout .usetopic_logout_btn
715 {
716 color: rgb(133, 159, 189);
717 overflow: visible;
718 font-size: 1.5rem;
719 text-align: center;
720 transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
721 border-radius: 50%;
722 margin: 0 auto;
723 display: table;
724 padding: 8px;
725 }
726 .usetopicDataShow .usetopic-briefdetail .brief-detail-header .usetopic_back .MuiSvgIcon-root:hover, .usetopicDataShow .usetopic-briefdetail .brief-detail-header .usetopic_logout .usetopic_logout_btn:hover
727 {
728 background-color: rgba(0, 0, 0, 0.04);
729 }
730 .usetopicDataShow .usetopic-briefdetail .brief-detail-header .usetopic_logout .usetopic_logout_btn
731 {
732 margin: 0 auto;
733 }
734 .usetopicDataShow .usetopic-briefdetail .brief-detail-header .title
735 {
736 width: 50%;
737 padding: 0.7rem 0rem;
738 font-size: 12px;
739 font-weight: 500;
740 color: rgb(156, 162, 170);
741 text-align: center;
742 }
743 #usetopicData .usetopic-briefdetail .grading
744 {
745 text-align: center;
746 margin-bottom: 21px;
747 }
748 #usetopicData .usetopic-briefdetail .grading p
749 {
750 font-weight: 500;
751 color: rgb(51, 65, 82);
752 font-size: 0.75rem;
753 text-align: center;
754 }
755 #usetopicData .usetopic-briefdetail .grading h3
756 {
757 font-weight: 500;
758 color: rgb(62, 75, 92);
759 margin-bottom: 0.35em;
760 font-size: 2.125rem;
761 margin-top: 0;
762 }
763 #usetopicData .usetopic-briefdetail .grading .usetopic-bdwc
764 {
765 color: rgb(51, 65, 82);
766 font-size: 0.875rem;
767 font-weight: 500;
768 }
769 #usetopicData .usetopic-briefdetail .grading .usetopic-bdwc #usetopic-wordcount
770 {
771 color: #fff;
772 background: rgb(255, 76, 76);
773 opacity: 0.5;
774 height: auto;
775 font-size: 0.8125rem;
776 transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
777 width: auto;
778 display: inline-table;
779 border-radius: 50%;
780 padding: 6px 10px;
781 }
782
783 #usetopicData .usetopic-briefdetail .usetopic-tqo .usetopic-tb {
784 background-color: #91A1A4;
785 color: #ecf0f1;
786 box-shadow: 2px 2px 5px #809093;
787 /* box-shadow: 10px 10px 5px #809093; */
788 height: 50px;
789 width: 300px;
790 font-size: 30px;
791 border-radius: 5px;
792 outline: none;
793 border: 0;
794 overflow: hidden;
795 position: relative;
796 cursor: pointer;
797 }
798 #usetopicData .usetopic-briefdetail .usetopic-tqo .usetopic-tb:hover {
799 opacity: 0.9;
800 }
801
802 #usetopicData .usetopic-briefdetail .usetopic-tqo .hold-mouse {
803 box-shadow: 4px 4px 55px #809093;
804 }
805
806 #usetopicData .usetopic-briefdetail .usetopic-tqo .circle {
807 height: 25px;
808 width: 25px;
809 background-color: rgba(255, 255, 255, 0.3);
810 border-radius: 50%;
811 position: absolute;
812 left: 50%;
813 top: 50%;
814 pointer-events: none;
815 transform: scale(0);
816 /* animation: grow 1s forwards; */
817 }
818
819 @keyframes grow {
820 0% {
821 background-color: rgba(50, 50, 50, 0.5);
822 transform: scale(1);
823 z-index: 2;
824 }
825 100% {
826 background-color: rgba(50, 50, 50, 0.3);
827 transform: scale(30);
828 opacity: 0;
829 z-index: -1;
830 }
831 }
832 #usetopicData .usetopic-briefdetail .usetopic-tqo .grow {
833 animation: grow 1.4s ease-out forwards;
834 }
835 #usetopicData .acc
836 {
837 margin: 0 auto;
838 }
839 #usetopicData .acc__card
840 {
841 position: relative;
842 border-top: 1px solid rgba(0, 0, 0, 0.12);
843 }
844 #usetopicData .acc__title
845 {
846 background: transparent;
847 box-shadow: none;
848 color: rgb(51, 65, 82);
849 cursor: pointer;
850 display: block;
851 padding: 12px 0;
852 position: relative;
853 text-align: left;
854 font-weight: 500;
855 }
856 #usetopicData .acc__title::after {
857 width: 8px;
858 height: 8px;
859 border-right: 2px solid #4a6e78;
860 border-bottom: 2px solid #4a6e78;
861 position: absolute;
862 right: 10px;
863 content: " ";
864 top: 17px;
865 transform: rotate(42deg);
866 transition: all 0.2s ease-in-out;
867 }
868 #usetopicData .acc__title.active::after {
869 transform: rotate(-137deg);
870 transition: all 0.2s ease-in-out;
871 }
872
873 #usetopicData .acc__panel {
874 background: #fff;
875 color: #212121;
876 display: none;
877 margin: 0;
878 padding: 0 0 22px;
879 text-align: left;
880 }
881 #usetopicData .usetopic-related-questions li
882 {
883 padding: 16px 0;
884 border-bottom: 1px solid rgba(0, 0, 0, 0.12);
885 display: flex;
886 flex-wrap: wrap;
887 }
888 #usetopicData .usetopic-related-questions .usetopic-qa
889 {
890 font-size: 12px;
891 color: rgb(62, 75, 91);
892 text-decoration: none;
893 width: 100%;
894 display: block;
895 padding-right: 23px;
896 }
897 #usetopicData .usetopic-related-questions .usetopic-qa-icon
898 {
899 display: table;
900 margin: -15px 12px 0 auto;
901 }
902 #usetopicData .usetopic-related-questions svg
903 {
904 width: 1em;
905 color: rgba(0, 0, 0, 0.54);
906 margin-top: 3px;
907 margin-left: auto;
908 }
909 #usetopicData .usetopic-related-questions.usetopic-gsuggs .usetopic-qa-icon
910 {
911 margin: -20px 12px 0 auto;
912 }
913 #usetopicData .usetopic-single-outline
914 {
915 box-shadow: 0px 2px 5px 0px #3838382e;
916 border-radius: 4px;
917 color: rgba(0, 0, 0, 0.87);
918 transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
919 background-color: #fff;
920 margin-bottom: 20px;
921 }
922 #usetopicData .usetopic-single-outline .uto-header
923 {
924 background-color: rgb(242, 244, 248);
925 padding: 16px;
926 font-size: 0.75rem;
927 }
928 #usetopicData .usetopic-single-outline .uto-body
929 {
930 padding: 16px;
931 }
932 #usetopicData .usetopic-single-outline .uto-body>h3
933 {
934 margin-bottom: 0;
935 }
936 #usetopicData .usetopic-single-outline .uto-body h3
937 {
938 color: rgb(62, 75, 91);
939 font-weight: 500;
940 margin-top: 0.5rem;
941 }
942 #usetopicData .usetopic-single-outline .uto-body h3 img
943 {
944 margin-right: 0.2rem;
945 width: 14px;
946 }
947 #usetopicData .usetopic-single-outline .uto-body h4
948 {
949 font-weight: 500;
950 color: rgb(133, 159, 189);
951 font-size: 0.875rem;
952 }
953 #usetopicData .usetopic-single-outline .uto-body p
954 {
955 font-size: 0.75rem;
956 font-weight: 400;
957 line-height: 1.66;
958 }
959 #usetopicData .usetopic-single-outline .uto-body li p
960 {
961 margin: 10px 0;
962 }
963 #usetopicData .usetopic-single-outline #usetopicoutlines .uto-body h4
964 {
965 margin: 18px 0 0;
966 }
967 #usetopicData .usetopic-single-outline .uto-body ul .H2, #usetopicData .usetopic-single-outline .uto-body ul .H1
968 {
969 font-weight: 500;
970 color: rgb(62, 75, 91);
971 font-size: 0.875rem;
972 line-height: 1.57;
973 margin-bottom: 0;
974 }
975 #usetopicData .usetopic-single-outline .uto-body ul li
976 {
977 margin-top: 12px;
978 }
979 #usetopicData .usetopic-single-outline .uto-body ul .H3, #usetopicData .usetopic-single-outline .uto-body ul .H4
980 {
981 color: rgb(62, 75, 91);
982 margin-left: 1rem;
983 font-size: 0.875rem;
984 line-height: 1.43;
985 margin-bottom: 0;
986 }
987 #usetopicData #usetopicoutlines
988 {
989 padding-bottom: 28px;
990 }
991
992 /* progress bar */
993 #usetopicData .usetopic-progress
994 {
995 background-color: #d9d9d9;
996 height: 18px;
997 width: 66%;
998 border-radius: 10px;
999 overflow: hidden;
1000 margin: 25px auto 8px;
1001 }
1002 #usetopicData .progress-bar__inner
1003 {
1004 position: relative;
1005 display: block;
1006 height: 100%;
1007 background-color: #fc6f4a;
1008 animation: run-progress 1s;
1009 border-radius: 8px;
1010 }
1011 @keyframes run-progress {
1012 0% {
1013 width: 0;
1014 }
1015 }
1016
1017 #usetopicData .usetopic-briefdetail .usetopic-tqo
1018 {
1019 padding-bottom: 69px;
1020 }
1021 .usetopicDataShow .usetopic-tooltip
1022 {
1023 background: #3f4b5b;
1024 color: #fff !important;
1025 width: 38px !important;
1026 padding: 3px 7px !important;
1027 font-size: 11px !important;
1028 border-radius: 4px;
1029 transition: 0.4s ease;
1030 opacity: 0;
1031 position: absolute;
1032 left: 50%;
1033 transform: translate(-50%,0);
1034 bottom: -41px;
1035 z-index: 2;
1036 }
1037 .usetopicDataShow .usetopic-tooltip:after
1038 {
1039 background: #3f4b5b;
1040 position: absolute;
1041 width: 7px;
1042 height: 7px;
1043 top: -4px;
1044 left: 50%;
1045 transform: translate(-50%,0) rotate(45deg);
1046 content: "";
1047 opacity: 1;
1048 transition: 0.4s ease;
1049 z-index: 2;
1050 }
1051 #usetopicData .usetopic-briefdetail .usetopic-tqo .usedTopicsAllTopics li .usetopic-tooltip
1052 {
1053 width: 120px !important;
1054 background: #707070;
1055 }
1056 #usetopicData .usetopic-briefdetail .usetopic-tqo .usedTopicsAllTopics li .usetopic-tooltip:after
1057 {
1058 background: #707070;
1059 }
1060 .usetopicDataShow .usetopic-briefdetail .brief-detail-header .usetopic_back svg:hover + .usetopic-tooltip, .usetopicDataShow .usetopic-briefdetail .brief-detail-header .usetopic_back svg:hover + .usetopic-tooltip:after
1061 {
1062 opacity: 1;
1063 }
1064 .usetopicbriefs .sign-in .usetopic_logout button:hover .usetopic-tooltip, .usetopicbriefs .sign-in .usetopic_logout button:hover .usetopic-tooltip:after, .usetopicDataShow .usetopic-briefdetail .brief-detail-header .usetopic_logout .usetopic_logout_btn:hover .usetopic-tooltip, .usetopicDataShow .usetopic-briefdetail .brief-detail-header .usetopic_logout .usetopic_logout_btn:hover .usetopic-tooltip:after
1065 {
1066 opacity: 1;
1067 }
1068 #usetopicData .usetopic-briefdetail .usetopic-tqo .usedTopicsAllTopics li .usetopic-brief-ct-name:hover .usetopic-tooltip, #usetopicData .usetopic-briefdetail .usetopic-tqo .usedTopicsAllTopics li .usetopic-brief-ct-name:hover .usetopic-tooltip:after, #usetopicData .usetopic-briefdetail .usetopic-tqo .usedTopicsAllTopics li .usetopic-headingsin-used svg:hover .usetopic-tooltip, #usetopicData .usetopic-briefdetail .usetopic-tqo .usedTopicsAllTopics li .usetopic-headingsin-used svg:hover .usetopic-tooltip:after
1069 {
1070 opacity: 1;
1071 }
1072 #usetopictopics .usetopic_switch
1073 {
1074 margin: 22px 0 26px;
1075 }
1076 #usetopictopics .usetopic_switch input[type="checkbox"]
1077 {
1078 position: relative;
1079 width: 40px;
1080 height: 14px;
1081 -webkit-appearance: none;
1082 background: #a2a8af;
1083 border-radius: 100px;
1084 outline: none;
1085 border: none;
1086 transition: 0.2s ease;
1087 }
1088 #usetopictopics .usetopic_switch input:focus
1089 {
1090 box-shadow: none;
1091 }
1092 #usetopictopics .usetopic_switch input:checked[type="checkbox"]::before
1093 {
1094 background: #3f4b5a;
1095 }
1096 #usetopictopics .usetopic_switch input[type="checkbox"]::before
1097 {
1098 content: '';
1099 position: absolute;
1100 width: 18px;
1101 height: 18px;
1102 top: -3px;
1103 left: 0;
1104 background: #fff;
1105 border-radius: 50%;
1106 box-shadow: 0px 2px 1px -1px
1107 rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px
1108 rgba(0,0,0,0.12);
1109 transform: scale(1.1);
1110 transition: 0.2s ease;
1111 }
1112 #usetopictopics .usetopic_switch input:checked[type="checkbox"]::before
1113 {
1114 left: 50%;
1115 }
1116 .hide-used-topics .usetopic-alreadyAdded {
1117 display: none !important;
1118 }
1119 #usetopictopics .usetopic_switch input[type="checkbox"]:checked::before
1120 {
1121 margin: 0;
1122 }
1123 .usetopicDataShow .usetopic_logout .usetopic-tooltip
1124 {
1125 left: 69%;
1126 bottom: -32px;
1127 }
1128 .usetopicDataShow .usetopic-briefdetail .usetopic_logout .usetopic-tooltip
1129 {
1130 left: 50%;
1131 bottom: -41px;
1132 }
1133 .usetopicDataShow .usetopic_back .usetopic-tooltip
1134 {
1135 width: 25px !important;
1136 }
1137 #usetopicData .usetopic-briefdetail .usetopic-tqo .usedTopicsAllTopics li .usetopic-headingsin-used:hover .usetopic-tooltip, #usetopicData .usetopic-briefdetail .usetopic-tqo .usedTopicsAllTopics li .usetopic-headingsin-used:hover .usetopic-tooltip:after
1138 {
1139 opacity: 1;
1140 }
1141 .usetopicDataShow .usetopic-brief-ct-name .usetopic-tooltip
1142 {
1143 background: #3f4b5b;
1144 bottom: -30px;
1145 }
1146 #usetopicData .usetopic-briefdetail .usetopic-tqo .usedTopicsAllTopics li .usetopic-headingsin-used .usetopic-tooltip
1147 {
1148 width: 107px !important;
1149 bottom: -29px;
1150 background: #707070;
1151 margin: 0;
1152 }
1153 #usetopicData .usetopic-briefdetail .usetopic-tqo .usedTopicsAllTopics li .usetopic-headingsin-used .usetopic-tooltip:hover
1154 {
1155 background: #707070;
1156 }
1157 #usetopicData .usetopic-keyword-detail-popup
1158 {
1159 background: #fff;
1160 width: 34%;
1161 position: fixed;
1162 top: 0;
1163 bottom: 0;
1164 z-index: 9999999;
1165 padding: 35px 0.5rem 12px 0.5rem;
1166 right: 0;
1167 overflow: scroll;
1168 }
1169 #usetopicData .usetopic-keyword-detail-popup .ut-header
1170 {
1171 position: relative;
1172 text-align: center;
1173 min-height: 60px;
1174 }
1175 #usetopicData .usetopic-keyword-detail-popup .ut-header .usetopic-keyword-back
1176 {
1177 position: absolute;
1178 top: -11px;
1179 left: -8px;
1180 }
1181 #usetopicData .usetopic-keyword-detail-popup .ut-header .usetopic-keyword-back svg
1182 {
1183 color: #3f4b5b;
1184 width: 1em !important;
1185 height: 1em;
1186 display: inline-block;
1187 font-size: 1.5rem;
1188 transform: rotate(180deg);
1189 padding: 10px;
1190 border-radius: 50%;
1191 cursor: pointer;
1192 }
1193 #usetopicData .usetopic-keyword-detail-popup .ut-header .usetopic-keyword-back svg:hover
1194 {
1195 background: rgba(0, 0, 0, 0.04);
1196 }
1197 .usetopicDataShow .ut-header .usetopic-keyword-back svg:hover + .usetopic-tooltip, .usetopicDataShow .ut-header .usetopic-keyword-back svg:hover + .usetopic-tooltip:after
1198 {
1199 opacity: 1;
1200 }
1201 .usetopicDataShow .ut-header .usetopic-keyword-back .usetopic-tooltip
1202 {
1203 width: auto !important;
1204 }
1205 #usetopicData .usetopic-keyword-detail-popup .ut-header h3
1206 {
1207 color: rgb(62, 75, 91);
1208 font-weight: 500;
1209 margin: 0.5rem 2.5rem -6px;
1210 }
1211 #usetopicData .usetopic-keyword-detail-popup .ut-header p
1212 {
1213 color: grey;
1214 font-weight: 500;
1215 font-size: 0.75rem;
1216 }
1217 #usetopicData .usetopic-keyword-detail-popup .usetopic-keyword-header2
1218 {
1219 border: 1px solid rgba(0, 0, 0, 0.12);
1220 border-left: none;
1221 border-right: none;
1222 display: flex;
1223 margin: 0 -0.5rem;
1224 padding: 9px 0 4px;
1225 }
1226 #usetopicData .usetopic-keyword-detail-popup .usetopic-keyword-header2 li
1227 {
1228 list-style: none;
1229 width: calc(100% / 3);
1230 text-align: center;
1231 }
1232 #usetopicData .usetopic-keyword-detail-popup .usetopic-keyword-header2 li p
1233 {
1234 font-size: 0.75rem;
1235 color: rgba(0, 0, 0, 0.87);
1236 margin: 0;
1237 }
1238 #usetopicData .usetopic-keyword-detail-popup .usetopic-keyword-header2 li h4
1239 {
1240 color: rgb(62, 75, 91);
1241 font-style: italic;
1242 font-weight: 500;
1243 font-size: 0.875rem;
1244 margin: 3px 0 0;
1245 }
1246 #usetopicData .usetopic-keyword-detail-popup .usetopic-keyword-headused
1247 {
1248 width: 91.666667%;
1249 }
1250 #usetopicData .usetopic-keyword-detail-popup .usetopic-keyword-headused h2, #usetopicData .usetopic-keyword-detail-popup .usetopic-keyword-sources h2
1251 {
1252 color: rgb(63, 75, 91);
1253 font-weight: 500;
1254 margin-top: 1.5rem;
1255 font-size: 1.25rem;
1256 margin-bottom: 16px;
1257 }
1258 #usetopicData .usetopic-keyword-detail-popup .usetopic-keyword-headused .utk-headused-single h3, #usetopicData .usetopic-keyword-detail-popup .usetopic-keyword-sources .utk-sources-single h3
1259 {
1260 color: rgb(62, 75, 91);
1261 font-weight: 500;
1262 margin-top: 0;
1263 font-size: 1rem;
1264 line-height: 1.4em;
1265 margin-bottom: 2px;
1266 }
1267 #usetopicData .usetopic-keyword-detail-popup .utk-headused-single, #usetopicData .usetopic-keyword-sources .utk-sources-single
1268 {
1269 border-bottom: 1px solid rgba(0, 0, 0, 0.12);
1270 padding: 18px 0.5rem 5px 0.5rem;
1271 }
1272 #usetopicData .usetopic-keyword-detail-popup .utk-headused-single li, #usetopicData .usetopic-keyword-detail-popup .utk-sources-single .utks-desc li
1273 {
1274 color: rgba(0, 0, 0, 0.87);
1275 position: relative;
1276 font-size: 0.875rem;
1277 line-height: 1.43;
1278 padding: 0 1rem 0 1rem;
1279 }
1280 #usetopicData .usetopic-keyword-detail-popup .utk-headused-single li:before, #usetopicData .usetopic-keyword-detail-popup .utk-sources-single .utks-desc li:before
1281 {
1282 background: rgba(0, 0, 0, 0.87);
1283 content: "";
1284 height: 5px;
1285 width: 5px;
1286 border-radius: 50%;
1287 display: inline-table;
1288 margin-right: 12px;
1289 position: relative;
1290 top: -2px;
1291 }
1292
1293 .body-overlay-usetopic::before {
1294 content: " ";
1295 width: 100%;
1296 height: 100%;
1297 position: fixed;
1298 background: rgba(0, 0, 0, 0.5);
1299 z-index: 9999;
1300 }
1301 .body-overlay-usetopic{
1302 overflow: hidden;
1303 }
1304 .usetopic-login-toggle
1305 {
1306 display: table;
1307 margin: 49px auto 0;
1308 font-size: 0.875rem;
1309 position: relative;
1310 }
1311 #usetopicData #usetopic-login-toggle:focus
1312 {
1313 color: #2271b1;
1314 box-shadow: none;
1315 outline: none;
1316 }
1317 #usetopicData #usetopic-login-toggle
1318 {
1319 margin: 62px auto 0;
1320 font-size: 0.875rem;
1321 display: table;
1322 position: relative;
1323 }
1324 #usetopicData #usetopic-login-toggle:after
1325 {
1326 position: absolute;
1327 content: "";
1328 top: -28px;
1329 left: 50%;
1330 transform: translate(-50%,0);
1331 background: #e8e8e8;
1332 width: 65px;
1333 height: 1px;
1334 }
1335 #usetopicData #usetopicloginform .usetopic-login-Error, #usetopicData #usetopicgetBrieffm .usetopic-loadbrief-Error
1336 {
1337 position: absolute;
1338 left: 50%;
1339 transform: translate(-50%,0);
1340 bottom: -69px;
1341 width: 100%;
1342 z-index: 1;
1343 font-size: 12px;
1344 }
1345 #usetopicData #usetopicgetBrieffm .usetopic-loadbrief-Error
1346 {
1347 transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
1348 background: rgb(44, 52, 63);
1349 padding: 8px;
1350 color: #fff;
1351 font-weight: 500;
1352 border-radius: 4px;
1353 display: none;
1354 text-align: center;
1355 }
1356 .loadingusetopicsearch
1357 {
1358 position: fixed;
1359 height: auto;
1360 width: 27%;
1361 z-index: 9999;
1362 color: #3f4b5b;
1363 padding: 91px 0;
1364 text-align: center;
1365 font-size: 17px;
1366 /*animation: crescendo 1.5s alternate infinite ease-in;*/
1367 }
1368 .usetopicbriefs .kyword-create .ro-results-usetopic
1369 {
1370 box-shadow: none;
1371 text-align: center;
1372 cursor: auto;
1373 position: relative;
1374 top: 10px;
1375 }
1376 .smallScreenContent
1377 {
1378 display: none;
1379 }
1380
1381 @media (max-width: 600px)
1382 {
1383 #usetopicData
1384 {
1385 padding-top: 3px !important;
1386 }
1387 }
1388 @media (max-width: 949px)
1389 {
1390 .smallScreenContent
1391 {
1392 display: block;
1393 position: absolute;
1394 top: 50%;
1395 left: 50%;
1396 transform: translate(-50%,-50%);
1397 color:
1398 rgb(51, 65, 82);
1399 font-size: 17px;
1400 z-index: 9999;
1401 width: 90%;
1402 text-align: center;
1403 line-height: 24px;
1404 }
1405 .usetopicDataShow .hidebig
1406 {
1407 display: none;
1408 }
1409 .usetopicDataShow .usetopicbriefs
1410 {
1411 padding: 0 50px 0 26px;
1412 }
1413 .usetopicDataShow .usetopic-briefdetail .brief-detail-header .usetopic_back, .usetopicDataShow .usetopic-briefdetail .brief-detail-header .usetopic_logout
1414 {
1415 width: 20%;
1416 }
1417 #usetopicData
1418 {
1419 width: 100%;
1420 padding-top: 60px;
1421 }
1422 #usetopicData .usetopic-briefdetail .usetopic-tqo .tabcontent
1423 {
1424 padding: 1px 40px 1px 15px;
1425 }
1426 #usetopicData .usetopic-keyword-detail-popup
1427 {
1428 width: 100%;
1429 left: 0;
1430 }
1431 #usetopicData .use-topic-top-bar.bottom-briefs-bar
1432 {
1433 width: 100%;
1434 }
1435 }
1436 @media (min-width: 950px) and (max-width: 960px)
1437 {
1438 #usetopicData
1439 {
1440 width: 395px;
1441 }
1442 #wpcontent #wpbody #wpbody-content .usetopic-lesswidth
1443 {
1444 width: 42%;
1445 }
1446 .usetopicDataShow .usetopicbriefs
1447 {
1448 padding: 0 2rem 0 1rem;
1449 }
1450 #usetopicData .usetopic-briefdetail .usetopic-tqo #usetopictopics .usedTopicsAllTopics li .usetopic-tooltip
1451 {
1452 width: 122px !important;
1453 }
1454 #usetopicData .usetopicbriefs .use-topic-top-bar.bottom-briefs-bar
1455 {
1456 width: 40%;
1457 margin: 0 -15px;
1458 }
1459 }
1460 @media (min-width: 961px) and (max-width: 1023px)
1461 {
1462 #usetopicData
1463 {
1464 width: 328px;
1465 }
1466 .usetopicDataShow .usetopicbriefs
1467 {
1468 padding: 0 2rem 0 1rem;
1469 }
1470 #usetopicData .usetopic-briefdetail .usetopic-tqo #usetopictopics .usedTopicsAllTopics li .usetopic-tooltip
1471 {
1472 width: 122px !important;
1473 }
1474 #usetopicData .usetopicbriefs .use-topic-top-bar.bottom-briefs-bar
1475 {
1476 width: 31%;
1477 margin: 0 -15px;
1478 }
1479 @media not all and (min-resolution:.001dpcm)
1480 {
1481 @supports (-webkit-appearance:none)
1482 {
1483 #usetopicData .usetopic-keyword-detail-popup
1484 {
1485 width: 315px !important;
1486 }
1487 }
1488 }
1489 @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
1490 {
1491 @media
1492 {
1493 #usetopicData .usetopic-keyword-detail-popup
1494 {
1495 width: 315px !important;
1496 }
1497 }
1498 }
1499 }
1500 @media (min-width: 1024px) and (max-width: 1279px)
1501 {
1502 #usetopicData
1503 {
1504 width: 305px;
1505 }
1506 #wpcontent #wpbody #wpbody-content .usetopic-lesswidth
1507 {
1508 width: 100%;
1509 }
1510 .usetopicDataShow .usetopicbriefs
1511 {
1512 padding: 0 33px 0 16px;
1513 }
1514 @media not all and (min-resolution:.001dpcm)
1515 {
1516 @supports (-webkit-appearance:none)
1517 {
1518 #usetopicData .usetopic-keyword-detail-popup
1519 {
1520 width: 290px !important;
1521 }
1522 }
1523 }
1524 @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
1525 {
1526 @media
1527 {
1528 #usetopicData .usetopic-keyword-detail-popup
1529 {
1530 width: 290px !important;
1531 }
1532 }
1533 }
1534 }
1535 @media (min-width: 1437px) and (max-width: 1599px)
1536 {
1537 #usetopicData
1538 {
1539 width: 385px;
1540 }
1541 #usetopicData .use-topic-top-bar.bottom-briefs-bar
1542 {
1543 width: 375px;
1544 }
1545 @media not all and (min-resolution:.001dpcm)
1546 {
1547 @supports (-webkit-appearance:none)
1548 {
1549 #usetopicData .usetopic-keyword-detail-popup
1550 {
1551 width: 370px !important;
1552 }
1553 }
1554 }
1555 @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
1556 {
1557 @media
1558 {
1559 #usetopicData .usetopic-keyword-detail-popup
1560 {
1561 width: 370px !important;
1562 }
1563 }
1564 }
1565 }
1566 @media (min-width: 1600px) and (max-width: 1844px)
1567 {
1568 #usetopicData
1569 {
1570 width: 402px;
1571 }
1572 #usetopicData .use-topic-top-bar.bottom-briefs-bar
1573 {
1574 width: 390px;
1575 }
1576 @media not all and (min-resolution:.001dpcm)
1577 {
1578 @supports (-webkit-appearance:none)
1579 {
1580 #usetopicData .usetopic-keyword-detail-popup
1581 {
1582 width: 387px !important;
1583 }
1584 }
1585 }
1586 @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
1587 {
1588 @media
1589 {
1590 #usetopicData .usetopic-keyword-detail-popup
1591 {
1592 width: 387px !important;
1593 }
1594 }
1595 }
1596 }
1597 @media (min-width: 1844px) and (max-width: 2144px)
1598 {
1599 #usetopicData
1600 {
1601 width: 428px;
1602 }
1603 #usetopicData .use-topic-top-bar.bottom-briefs-bar
1604 {
1605 width: 410px;
1606 }
1607 @media not all and (min-resolution:.001dpcm)
1608 {
1609 @supports (-webkit-appearance:none)
1610 {
1611 #usetopicData .usetopic-keyword-detail-popup
1612 {
1613 width: 415px !important;
1614 }
1615 }
1616 }
1617 @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
1618 {
1619 @media
1620 {
1621 #usetopicData .usetopic-keyword-detail-popup
1622 {
1623 width: 415px !important;
1624 }
1625 }
1626 }
1627 }
1628 @media (min-width: 2145px) and (max-width: 2573px)
1629 {
1630 #usetopicData
1631 {
1632 width: 452px;
1633 }
1634 #usetopicData .use-topic-top-bar.bottom-briefs-bar
1635 {
1636 width: 435px;
1637 }
1638 @media not all and (min-resolution:.001dpcm)
1639 {
1640 @supports (-webkit-appearance:none)
1641 {
1642 #usetopicData .usetopic-keyword-detail-popup
1643 {
1644 width: 437px !important;
1645 }
1646 }
1647 }
1648 @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
1649 {
1650 @media
1651 {
1652 #usetopicData .usetopic-keyword-detail-popup
1653 {
1654 width: 437px !important;
1655 }
1656 }
1657 }
1658 }
1659 @media (min-width: 2574px) and (max-width: 3217px)
1660 {
1661 #usetopicData
1662 {
1663 width: 497px;
1664 }
1665 #usetopicData .use-topic-top-bar.bottom-briefs-bar
1666 {
1667 width: 480px;
1668 }
1669 @media not all and (min-resolution:.001dpcm)
1670 {
1671 @supports (-webkit-appearance:none)
1672 {
1673 #usetopicData .usetopic-keyword-detail-popup
1674 {
1675 width: 480px !important;
1676 }
1677 }
1678 }
1679 @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
1680 {
1681 @media
1682 {
1683 #usetopicData .usetopic-keyword-detail-popup
1684 {
1685 width: 480px !important;
1686 }
1687 }
1688 }
1689 }
1690 @media (min-width: 3218px) and (max-width: 4289px)
1691 {
1692 #usetopicData
1693 {
1694 width: 565px;
1695 }
1696 #usetopicData .use-topic-top-bar.bottom-briefs-bar
1697 {
1698 width: 550px;
1699 }
1700 @media not all and (min-resolution:.001dpcm)
1701 {
1702 @supports (-webkit-appearance:none)
1703 {
1704 #usetopicData .usetopic-keyword-detail-popup
1705 {
1706 width: 550px !important;
1707 }
1708 }
1709 }
1710 @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
1711 {
1712 @media
1713 {
1714 #usetopicData .usetopic-keyword-detail-popup
1715 {
1716 width: 550px !important;
1717 }
1718 }
1719 }
1720 }
1721 @media (min-width: 3852px) and (max-width: 4289px)
1722 {
1723 #usetopicData
1724 {
1725 width: 615px;
1726 }
1727 #usetopicData .use-topic-top-bar.bottom-briefs-bar
1728 {
1729 width: 580px;
1730 }
1731 @media not all and (min-resolution:.001dpcm)
1732 {
1733 @supports (-webkit-appearance:none)
1734 {
1735 #usetopicData .usetopic-keyword-detail-popup
1736 {
1737 width: 600px !important;
1738 }
1739 }
1740 }
1741 @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
1742 {
1743 @media
1744 {
1745 #usetopicData .usetopic-keyword-detail-popup
1746 {
1747 width: 600px !important;
1748 }
1749 }
1750 }
1751 }
1752 @media (min-width: 4290px) and (max-width: 5135px)
1753 {
1754 #usetopicData
1755 {
1756 width: 665px;
1757 }
1758 #usetopicData .use-topic-top-bar.bottom-briefs-bar
1759 {
1760 width: 650px;
1761 }
1762 @media not all and (min-resolution:.001dpcm)
1763 {
1764 @supports (-webkit-appearance:none)
1765 {
1766 #usetopicData .usetopic-keyword-detail-popup
1767 {
1768 width: 650px !important;
1769 }
1770 }
1771 }
1772 @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
1773 {
1774 @media
1775 {
1776 #usetopicData .usetopic-keyword-detail-popup
1777 {
1778 width: 650px !important;
1779 }
1780 }
1781 }
1782 }
1783 @media (min-width: 5136px)
1784 {
1785 #usetopicData
1786 {
1787 width: 754px;
1788 }
1789 #usetopicData .use-topic-top-bar.bottom-briefs-bar
1790 {
1791 width: 685px;
1792 }
1793 @media not all and (min-resolution:.001dpcm)
1794 {
1795 @supports (-webkit-appearance:none)
1796 {
1797 #usetopicData .usetopic-keyword-detail-popup
1798 {
1799 width: 738px !important;
1800 }
1801 }
1802 }
1803 @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
1804 {
1805 @media
1806 {
1807 #usetopicData .usetopic-keyword-detail-popup
1808 {
1809 width: 738px !important;
1810 }
1811 }
1812 }
1813 }
1814 @media not all and (min-resolution:.001dpcm) {
1815 @supports (-webkit-appearance:none)
1816 {
1817 #usetopicData .usetopic-keyword-detail-popup
1818 {
1819 width: 357px;
1820 transition: 0.3s ease;
1821 }
1822 }
1823 }
1824 @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
1825 {
1826 @media
1827 {
1828 #usetopicData .usetopic-keyword-detail-popup
1829 {
1830 width: 357px;
1831 }
1832 }
1833 }
1834