testing-result.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883
  1. .testing-result-header {
  2. background: url('../imgs/background-pin-word.svg') 30px, linear-gradient(to bottom, #FDEBD0 0%, #F39C12 100%);
  3. background-size: 1314px 320px;
  4. background-position: center -85px;
  5. padding: 0px 15px;
  6. }
  7. .testing-result-header .header-cover {
  8. max-width: 1070px;
  9. margin: auto;
  10. display: flex;
  11. position: relative;
  12. min-height: 150px;
  13. margin-top: 50px;
  14. }
  15. .testing-result-header-left {
  16. margin: auto auto auto 0px;
  17. padding-bottom: 30px;
  18. }
  19. .testing-result-header-right {
  20. margin: auto 0px auto auto;
  21. }
  22. .testing-result-title {
  23. font-family: opensanslight;
  24. font-size: 35px;
  25. color: #fff;
  26. margin: 0px;
  27. margin-bottom: 5px;
  28. }
  29. .testing-result-description {
  30. font-family: opensansregular;
  31. font-size: 18px;
  32. color: #fff;
  33. margin: 0px;
  34. }
  35. .testing-result-header .testing-result-button {
  36. display: inline-block;
  37. width: 159px;
  38. height: 49px;
  39. /* background: var(--color-green-bg);*/
  40. background: #F39C12;
  41. color: #fff;
  42. line-height: 49px;
  43. border-radius: 30px;
  44. font-family: opensanssemibold;
  45. font-size: 15px;
  46. text-align: center;
  47. text-decoration: none;
  48. outline: 0px;
  49. }
  50. .testing-result-header .testing-result-button.button-ranking {
  51. background: var(--color-orange);
  52. margin-left: 30px;
  53. }
  54. .nav-tabs.testing-result-tabs > li {
  55. margin: 0px;
  56. margin-right: 10px;
  57. }
  58. .nav-tabs.testing-result-tabs > li:last-child {
  59. margin-right: 0px;
  60. }
  61. .nav-tabs.testing-result-tabs > li > a {
  62. font-family: opensanssemibold;
  63. color: #fff;
  64. font-size: 15px;
  65. padding: 10px 10px;
  66. margin: 0px;
  67. border-radius: 0px;
  68. text-decoration: none;
  69. outline: 0px;
  70. border: 0px;
  71. transition: 0.15s all linear;
  72. min-width: 115px;
  73. text-align: center;
  74. height: unset;
  75. line-height: unset;
  76. }
  77. .nav-tabs.testing-result-tabs > li > a:hover, .nav-tabs.testing-result-tabs > li > a:focus {
  78. border: 0px;
  79. background: none;
  80. }
  81. .nav-tabs.testing-result-tabs > li.active > a, .nav-tabs.testing-result-tabs > li.active > a:focus, .nav-tabs.testing-result-tabs > li.active > a:hover {
  82. color: #fff;
  83. border: 0px;
  84. background: none;
  85. font-family: opensanssemibold !important;
  86. }
  87. .nav-tabs.testing-result-tabs {
  88. border-bottom: 0px;
  89. position: absolute;
  90. left: 0px;
  91. bottom: 0px;
  92. }
  93. .tab-content .tab-pane {
  94. padding: 0px;
  95. }
  96. .testing-result-tabs .active-bar {
  97. width: 0px;
  98. height: 5px;
  99. background: #fff;
  100. position: absolute;
  101. bottom: 0px;
  102. left: 0px;
  103. transition: 0.3s all ease-out, 0.2s width linear;
  104. }
  105. .testing-result-svg .svg-process {
  106. transform: rotate(-90deg) translate(-184px, 0px);
  107. transition: all 1s ease-in-out;
  108. }
  109. .testing-result-body {
  110. padding: 35px 15px;
  111. }
  112. .testing-result-body .body-cover {
  113. max-width: var(--max-width);
  114. margin: auto;
  115. }
  116. .testing-result-general {
  117. display: inline-block;
  118. width: 100%;
  119. min-height: 480px;
  120. background: #fff;
  121. border-radius: 6px;
  122. padding: 30px 15px;
  123. }
  124. .testing-result-general .general-title {
  125. font-family: opensanslight;
  126. font-size: 20px;
  127. color: var(--color-default-title);
  128. margin-bottom: 5px;
  129. text-align: center;
  130. }
  131. .testing-result-general .general-description {
  132. font-family: opensanslight;
  133. font-size: 15px;
  134. color: var(--color-default-title);
  135. margin-bottom: 40px;
  136. text-align: center;
  137. }
  138. .testing-result-general .general-description .des-number {
  139. font-family: opensansregular;
  140. }
  141. .testing-result-general .general-content {
  142. display: flex;
  143. }
  144. .testing-result-percent {
  145. margin: auto;
  146. text-align: center;
  147. }
  148. .testing-result-general .general-detail {
  149. margin: auto;
  150. }
  151. .testing-result-general .general-detail .detail-item {
  152. font-family: opensansregular;
  153. font-size: 13px;
  154. color: var(--color-default-text);
  155. margin-bottom: 10px;
  156. }
  157. .testing-result-general .general-detail .detail-value {
  158. font-family: opensanssemibold;
  159. font-size: 15px;
  160. margin-left: 5px;
  161. }
  162. .testing-result-general .general-detail .detail-icon {
  163. display: inline-block;
  164. vertical-align: middle;
  165. background-image: url('../imgs/learning-icon-bg.svg');
  166. margin-right: 10px;
  167. }
  168. .testing-result-general .general-detail .detail-icon.icon-1 {
  169. width: 20px;
  170. height: 25px;
  171. background-position: 0px -1770px;
  172. }
  173. .testing-result-general .general-detail .detail-icon.icon-2 {
  174. width: 21px;
  175. height: 17px;
  176. background-position: 0px -1800px;
  177. }
  178. .testing-result-general .general-detail .detail-icon.icon-3 {
  179. width: 21px;
  180. height: 17px;
  181. background-position: 0px -1820px;
  182. }
  183. .testing-result-general .general-detail .detail-icon.icon-4 {
  184. width: 20px;
  185. height: 20px;
  186. background-position: 0px -1840px;
  187. }
  188. .testing-result-general .general-detail .detail-icon.icon-5 {
  189. width: 20px;
  190. height: 20px;
  191. background-position: 0px -1865px;
  192. }
  193. @media (max-width: 768px) {
  194. .testing-result-header-right {
  195. width: 160px;
  196. }
  197. .testing-result-header .testing-result-button.button-ranking {
  198. margin: 5px 0px;
  199. }
  200. .testing-result-header .testing-result-button {
  201. margin: 5px 0px;
  202. }
  203. .testing-result-header .header-cover {
  204. min-height: 200px;
  205. margin-top: 30px;
  206. }
  207. .testing-result-general {
  208. margin-bottom: 35px;
  209. }
  210. }
  211. /* CHART */
  212. .md-result-chart-title {
  213. font-family: opensanslight;
  214. font-size: 20px;
  215. color: #231F20;
  216. text-align: center;
  217. margin-bottom: 20px;
  218. }
  219. .md-result-chart-content {
  220. max-width: 450px;
  221. margin: 70px auto;
  222. position: relative;
  223. height: 310px;
  224. margin-bottom: 0px;
  225. }
  226. .md-result-chart-content .md-result-row {
  227. position: absolute;
  228. width: calc(100% - 40px);
  229. height: calc(100% - 50px);
  230. z-index: 1;
  231. right: 0px;
  232. top: 0px;
  233. display: flex;
  234. flex-direction: column;
  235. }
  236. .md-result-chart-content .md-result-row .row-child {
  237. display: inline-block;
  238. background: linear-gradient(to right, #E5E5E5 0px, #E5E5E5 6px, transparent 6px, transparent 10px);
  239. background-size: 10px 1px;
  240. background-repeat: repeat no-repeat;
  241. width: 100%;
  242. height: 1px;
  243. margin: auto;
  244. position: relative;
  245. }
  246. .md-result-chart-content .md-result-row .row-child::before {
  247. content: attr(val);
  248. font-family: opensanssemibold;
  249. font-size: 13px;
  250. color: var(--color-gray);
  251. position: absolute;
  252. right: calc(100% + 15px);
  253. bottom: -3px;
  254. }
  255. .md-result-chart-content .md-result-row .row-child:first-child {
  256. margin-top: 0px;
  257. }
  258. .md-result-chart-content .md-result-row .row-child:last-child {
  259. margin-bottom: 0px;
  260. }
  261. .md-result-chart-content .md-result-col {
  262. position: absolute;
  263. width: calc(100% - 40px);
  264. height: 50px;
  265. z-index: 2;
  266. right: 0px;
  267. bottom: 0px;
  268. display: flex;
  269. }
  270. .md-result-chart-content .md-result-col .col-child {
  271. width: 100%;
  272. margin: auto;
  273. font-family: opensanssemibold;
  274. font-size: 13px;
  275. color: var(--color-gray);
  276. text-align: center;
  277. }
  278. .md-result-chart-content .md-result-col .col-child.text-black {
  279. color: var(--color-default-title);
  280. }
  281. .md-result-chart-content .md-result-chart {
  282. position: absolute;
  283. width: calc(100% - 40px);
  284. height: calc(100% - 50px);
  285. z-index: 3;
  286. right: 0px;
  287. top: 0px;
  288. display: flex;
  289. }
  290. .md-result-chart-content .md-result-point {
  291. position: absolute;
  292. width: calc(100% - 40px);
  293. height: calc(100% - 50px);
  294. z-index: 4;
  295. right: 0px;
  296. top: 0px;
  297. display: flex;
  298. }
  299. .md-result-chart-content .md-result-point .point-child {
  300. height: 100%;
  301. width: 100%;
  302. margin: auto;
  303. position: relative;
  304. }
  305. .md-result-chart-content .md-result-point .point-item {
  306. display: inline-block;
  307. width: 0px;
  308. height: 0px;
  309. position: absolute;
  310. left: 50%;
  311. }
  312. .md-result-chart-content .md-result-point .point-item::before {
  313. content: "";
  314. display: inline-block;
  315. width: 15px;
  316. height: 15px;
  317. border: 2px solid #fff;
  318. border-radius: 50%;
  319. background: #FBC926;
  320. position: absolute;
  321. left: 50%;
  322. top: 50%;
  323. transform: translate(-50%, -50%);
  324. cursor: pointer;
  325. }
  326. .md-result-chart-content .md-result-point .point-item.item-none::before {
  327. border-color: #FBC926;
  328. background: #fff;
  329. cursor: default;
  330. }
  331. .md-result-chart-content .md-result-point .point-detail {
  332. display: inline-block;
  333. min-width: 60px;
  334. padding: 2px 10px;
  335. background: #FCF8EB;
  336. border: 1px solid #FBC926;
  337. position: absolute;
  338. bottom: calc(100% + 15px);
  339. left: 50%;
  340. transform: translate(-50%);
  341. border-radius: 5px;
  342. cursor: default;
  343. opacity: 0;
  344. transition: 0.5s all ease;
  345. }
  346. .md-result-chart-content .md-result-point .point-item:hover .point-detail {
  347. opacity: 1;
  348. }
  349. .md-result-chart-content .md-result-point .point-detail::before {
  350. content: "";
  351. display: inline-block;
  352. width: 14px;
  353. height: 6px;
  354. border-width: 6px 7px 0px 7px;
  355. border-style: solid;
  356. border-color: #FBC926 transparent transparent;
  357. position: absolute;
  358. bottom: 0px;
  359. left: 50%;
  360. transform: translate(-50%, 100%);
  361. }
  362. .md-result-chart-content .md-result-point .point-detail::after {
  363. content: "";
  364. display: inline-block;
  365. width: 14px;
  366. height: 6px;
  367. border-width: 6px 7px 0px 7px;
  368. border-style: solid;
  369. border-color: #FCF8EB transparent transparent;
  370. position: absolute;
  371. bottom: 1px;
  372. left: 50%;
  373. transform: translate(-50%, 100%);
  374. }
  375. .md-result-chart-content .md-result-point .point-detail p {
  376. font-family: opensansregular;
  377. font-size: 14px;
  378. color: #FFB020;
  379. margin: 0px;
  380. text-align: center;
  381. }
  382. .md-result-chart-content .md-result-point .point-detail p + p {
  383. font-family: opensanssemibold;
  384. margin-top: -5px;
  385. }
  386. /* END CHART */
  387. /* DETAIL */
  388. .testing-result-list-word {
  389. margin-left: -15px;
  390. margin-right: -15px;
  391. }
  392. .testing-result-no-word {
  393. max-width: 440px;
  394. margin: 50px auto;
  395. text-align: center;
  396. padding: 15px;
  397. }
  398. .testing-result-no-word .no-word-icon {
  399. display: block;
  400. width: 90px;
  401. height: 90px;
  402. background: url('../imgs/learning-icon-bg.svg') 0px -1545px;
  403. margin: 25px auto;
  404. }
  405. .testing-result-no-word .no-word-text {
  406. font-family: opensansregular;
  407. font-size: 18px;
  408. color: var(--color-gray);
  409. }
  410. .testing-result-word-item {
  411. margin: 0px 15px 30px;
  412. float: left;
  413. position: relative;
  414. -webkit-perspective: 1000px;
  415. perspective: 1000px;
  416. }
  417. .testing-result-word-item .item-cover {
  418. position: relative;
  419. width: 190px;
  420. height: 230px;
  421. background: #fff;
  422. border: 1px solid #E3E4E5;
  423. border-radius: 6px;
  424. transition: 0.6s;
  425. transform-style: preserve-3d;
  426. -webkit-transform-style: preserve-3d;
  427. cursor: pointer;
  428. }
  429. .testing-result-word-item.item-green .item-cover {
  430. border: 0px;
  431. box-shadow: 0px 0px 10px -1px var(--color-green-bg);
  432. }
  433. .testing-result-word-item.item-red .item-cover {
  434. border: 0px;
  435. box-shadow: 0px 0px 5px 0px var(--color-wrong);
  436. }
  437. .testing-result-word-item.item-flipper .item-cover {
  438. transform: rotateY(-180deg);
  439. }
  440. .testing-result-word-item .item-front {
  441. position: absolute;
  442. z-index: 2;
  443. background: inherit;
  444. border-radius: inherit;
  445. padding: 15px;
  446. left: 0px;
  447. top: 0px;
  448. width: 100%;
  449. height: 100%;
  450. backface-visibility: hidden;
  451. -webkit-backface-visibility: hidden;
  452. }
  453. .testing-result-word-item .item-back {
  454. position: absolute;
  455. left: 0px;
  456. top: 0px;
  457. width: 100%;
  458. height: 100%;
  459. background: inherit;
  460. border-radius: inherit;
  461. padding: 15px;
  462. display: flex;
  463. transform: rotateY(180deg) translateZ(1px);
  464. -webkit-transform: rotateY(180deg) translateZ(1px);
  465. backface-visibility: hidden;
  466. -webkit-backface-visibility: hidden;
  467. }
  468. .testing-result-word-item .item-back-cover {
  469. width: 100%;
  470. margin: auto;
  471. }
  472. .testing-result-word-item .item-sound {
  473. display: block;
  474. width: 25px;
  475. height: 25px;
  476. border-radius: 50%;
  477. background: url('../imgs/learning-icon-bg.svg') 0px -245px;
  478. background-color: var(--color-blue-text);
  479. margin: 0px auto 10px;
  480. cursor: pointer;
  481. }
  482. .testing-result-word-item .item-sound.sound-active {
  483. animation: 1.5s infinite animateSound;
  484. }
  485. .testing-result-word-item .item-example-label {
  486. font-family: opensansregular;
  487. font-size: 12px;
  488. color: #ABABAB;
  489. text-align: center;
  490. margin-bottom: 10px;
  491. }
  492. .testing-result-word-item .item-example {
  493. font-family: opensansregular;
  494. font-size: 13px;
  495. line-height: 16px;
  496. color: var(--color-default-text);
  497. text-align: center;
  498. margin: 0px;
  499. }
  500. .testing-result-word-item .item-example .example-word {
  501. font-family: opensanssemibold;
  502. /*background: url('../imgs/icon-underline.svg');
  503. background-size: 8px 5px;
  504. background-position: left bottom;
  505. background-repeat: repeat no-repeat;*/
  506. padding-bottom: 4px;
  507. }
  508. .testing-result-word-item .item-image {
  509. display: block;
  510. margin: auto;
  511. width: 70px;
  512. height: 70px;
  513. border-radius: 50%;
  514. margin-bottom: 15px;
  515. }
  516. .testing-result-word-item .item-text {
  517. font-family: opensanssemibold;
  518. font-size: 16px;
  519. line-height: 22px;
  520. margin-bottom: 10px;
  521. text-align: center;
  522. color: var(--color-blue-text);
  523. }
  524. .testing-result-word-item.item-green .item-text, .testing-result-word-item.item-red .item-text {
  525. color: var(--color-default-text);
  526. }
  527. .testing-result-word-item .item-text-vi {
  528. font-family: opensansregular;
  529. font-size: 13px;
  530. line-height: 21px;
  531. margin-bottom: 10px;
  532. text-align: center;
  533. color: var(--color-default-text);
  534. }
  535. .testing-result-word-item.item-green .item-text-vi, .testing-result-word-item.item-red .item-text-vi {
  536. color: #ABABAB;
  537. }
  538. .testing-result-word-item .item-close {
  539. display: inline-block;
  540. width: 15px;
  541. height: 15px;
  542. background: url('../imgs/learning-icon-bg.svg') 0px -1640px;
  543. cursor: pointer;
  544. position: absolute;
  545. top: 14px;
  546. right: 14px;
  547. }
  548. .testing-result-word-item .item-tip {
  549. width: 260px;
  550. background: #000000;
  551. border-radius: 10px;
  552. padding: 20px 30px;
  553. position: absolute;
  554. z-index: 10;
  555. top: 35px;
  556. left: calc(100% + 15px);
  557. }
  558. .testing-result-word-item:nth-of-type(1) {
  559. z-index: 2;
  560. }
  561. .testing-result-word-item .item-tip::before {
  562. content: "";
  563. display: inline-block;
  564. width: 14px;
  565. height: 30px;
  566. border-style: solid;
  567. border-width: 15px 14px 15px 0px;
  568. border-color: transparent #000 transparent transparent;
  569. position: absolute;
  570. right: 100%;
  571. top: 50%;
  572. transform: translate(0, -50%);
  573. }
  574. .testing-result-word-item .item-tip .tip-title {
  575. font-family: opensanssemibold;
  576. font-size: 15px;
  577. color: #fff;
  578. margin-bottom: 15px;
  579. }
  580. .testing-result-word-item .item-tip .tip-text {
  581. font-family: opensansregular;
  582. line-height: 22px;
  583. font-size: 15px;
  584. color: #fff;
  585. margin-bottom: 0px;
  586. }
  587. #detail {
  588. max-width: 1100px;
  589. margin: auto;
  590. }
  591. #comment {
  592. background: #fff;
  593. min-height: 400px;
  594. }
  595. #comment .testing-result-body .body-cover {
  596. max-width: 875px;
  597. }
  598. .testing-result-comment-title {
  599. font-family: opensanslight;
  600. font-size: 25px;
  601. color: #000000;
  602. margin-top: 10px;
  603. margin-bottom: 30px;
  604. }
  605. /* END DETAIL */
  606. /* Begin MODAL */
  607. @media (min-width: 768px) {
  608. #modal-message .modal-dialog {
  609. width: 780px;
  610. margin-top: 70px;
  611. }
  612. }
  613. #modal-message .modal-content {
  614. border-radius: 7px;
  615. padding: 30px 55px;
  616. position: relative;
  617. }
  618. .message-left {
  619. width: 230px;
  620. padding: 0px 15px;
  621. float: left;
  622. }
  623. .message-right {
  624. width: calc(100% - 230px);
  625. padding-left: 40px;
  626. padding-top: 15px;
  627. float: right;
  628. }
  629. .message-left .message-image {
  630. text-align: center;
  631. margin-bottom: 20px;
  632. }
  633. .message-left .message-image img {
  634. max-width: 200px;
  635. width: 100%;
  636. }
  637. .message-title {
  638. font-family: uvnvanbold;
  639. font-size: 25px;
  640. line-height: 30px;
  641. color: var(--color-result-fail);
  642. text-align: center;
  643. margin: 0px;
  644. }
  645. .message-container.message-pass .message-title {
  646. color: var(--color-blue-text);
  647. }
  648. .message-container.message-excellent .message-title {
  649. color: #FFC200;
  650. }
  651. .message-container.message-good .message-title {
  652. color: #71B200;
  653. }
  654. .message-value {
  655. font-family: opensansregular;
  656. font-size: 15px;
  657. line-height: 18px;
  658. color: var(--color-result-fail);
  659. margin-bottom: 20px;
  660. padding-left: 20px;
  661. }
  662. .message-container.message-pass .message-value {
  663. color: var(--color-blue-text);
  664. }
  665. .message-container.message-excellent .message-value {
  666. color: #FFC200;
  667. }
  668. .message-container.message-good .message-value {
  669. color: #75BA24;
  670. }
  671. .message-value .message-percent {
  672. font-family: opensanssemibold;
  673. font-size: 40px;
  674. line-height: 35px;
  675. margin-left: 15px;
  676. vertical-align: bottom;
  677. }
  678. .message-detail {
  679. min-height: 95px;
  680. padding: 15px 20px;
  681. border-radius: 5px;
  682. background: #FFE9E9;
  683. margin-bottom: 15px;
  684. display: flex;
  685. }
  686. .message-container.message-pass .message-detail {
  687. background: #E2F4F7;
  688. }
  689. .message-container.message-excellent .message-detail {
  690. background: #FFF2CF;
  691. }
  692. .message-container.message-good .message-detail {
  693. background: #E3FFDE;
  694. }
  695. .message-detail .detail-cover {
  696. width: 100%;
  697. margin: auto;
  698. }
  699. .message-detail .detail-item {
  700. font-family: opensansregular;
  701. font-size: 14px;
  702. line-height: 21px;
  703. color: #58595B;
  704. margin: 0px;
  705. }
  706. .message-detail .text-fail {
  707. font-family: opensanssemibold;
  708. color: var(--color-result-fail);
  709. }
  710. .message-detail .text-pass {
  711. font-family: opensanssemibold;
  712. color: var(--color-blue-text);
  713. }
  714. .message-detail .text-blue-bold {
  715. font-family: opensansbold;
  716. color: var(--color-blue-text);
  717. }
  718. .message-button {
  719. text-align: center;
  720. }
  721. .message-button .button-item {
  722. display: inline-block;
  723. width: 150px;
  724. height: 48px;
  725. line-height: 48px;
  726. text-align: center;
  727. text-decoration: none;
  728. border-radius: 30px;
  729. color: #fff;
  730. margin: 10px;
  731. font-family: opensanssemibold;
  732. font-size: 13px;
  733. background: var(--color-red);
  734. }
  735. .message-button .button-item.button-retest {
  736. background: var(--color-green-bg);
  737. }
  738. @media (max-width: 768px) {
  739. .message-left {
  740. width: 100%;
  741. float: none;
  742. }
  743. .message-right {
  744. width: 100%;
  745. padding-left: 0px;
  746. float: none;
  747. }
  748. #modal-message .modal-content {
  749. padding: 30px;
  750. }
  751. }
  752. /* End MODAL */