You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. .select2-selection__rendered {
  2. line-height: 31px !important;
  3. }
  4. .select2-container .select2-selection--single {
  5. height: 38px !important;
  6. }
  7. .select2-selection__arrow {
  8. height: 34px !important;
  9. }
  10. .default-layout {
  11. margin-left: 0px !important;
  12. }
  13. .answerable {
  14. background-color: rgb(96, 208, 86);
  15. border-color: rgb(96, 208, 86);
  16. }
  17. .answered {
  18. background-color: rgb(102, 170, 96);
  19. border-color: rgb(102, 170, 96);
  20. }
  21. .correct {
  22. background-color: rgb(126, 232, 116);
  23. border-color: rgb(126, 232, 116);
  24. }
  25. .correct.answered {
  26. background-color: rgb(247, 247, 247);
  27. border-color: rgb(0, 255, 0);
  28. }
  29. .wrong {
  30. background-color: rgb(242, 119, 119);
  31. border-color: rgb(242, 119, 119);
  32. }
  33. .wrong.answered {
  34. background-color: rgb(247, 247, 247);
  35. border-color: rgb(255, 0, 0);
  36. }
  37. body {
  38. background: url('../img/gradient.png') no-repeat center center fixed;
  39. -webkit-background-size: cover;
  40. -moz-background-size: cover;
  41. -o-background-size: cover;
  42. background-size: cover;
  43. size: 16px;
  44. font-weight: bold;
  45. min-height: 100vh;
  46. height: fit-content;
  47. width: 100%;
  48. display: flex;
  49. align-items: center;
  50. justify-content: center;
  51. }
  52. .image-logo {
  53. margin-top: 0;
  54. margin-bottom: 2rem;
  55. align-items: center;
  56. justify-content: center;
  57. display: flex;
  58. }
  59. @media(max-width: 370px){
  60. .image-logo {
  61. width: 250px;
  62. }
  63. }
  64. .modal {
  65. display: flex;
  66. flex-direction: column;
  67. /*justify-content: center;*/
  68. /*align-items: center;*/
  69. padding: 32px;
  70. gap: 24px;
  71. max-width: 600px;
  72. height: fit-content;
  73. overflow-y: auto;
  74. scrollbar-width: thin;
  75. scrollbar-color: #ddd;
  76. background-color: #FFFFFF;
  77. color: #0D1C52;
  78. box-shadow: none;
  79. border-radius: 32px;
  80. margin: 1.3rem;
  81. }
  82. .modal::-webkit-scrollbar {
  83. width: 5px;
  84. }
  85. .modal::-webkit-scrollbar-track {
  86. background: #ddd;
  87. }
  88. .modal::-webkit-scrollbar-thumb {
  89. background: #777;
  90. }
  91. .modal-content {
  92. border-radius: 18px;
  93. }
  94. .share-files {
  95. text-align: left !important;
  96. align-items: initial;
  97. color: #0D1C52;
  98. width: 100%;
  99. }
  100. h1 {
  101. text-align: center;
  102. font-size: 2rem;
  103. margin-bottom: 2rem;
  104. }
  105. .share-files-form {
  106. color: #0D1C52;
  107. width: 100%;
  108. }
  109. .button-box {
  110. text-align: center;
  111. margin-top: 10px;
  112. margin-bottom: 0;
  113. display: flex;
  114. flex-direction: row;
  115. justify-content: space-between;
  116. padding: 0;
  117. }
  118. .single-button-input {
  119. }
  120. .radio-input {
  121. display: none;
  122. color: #B9CFE4;
  123. }
  124. .label-available {
  125. cursor: pointer;
  126. border: 1px solid #0D1C52;
  127. border-radius: 5px;
  128. width: 100%;
  129. justify-content: center;
  130. align-items: center;
  131. display: flex;
  132. height: fit-content;
  133. }
  134. @media(max-width: 370px){
  135. .label-available {
  136. flex-direction: column;
  137. }
  138. }
  139. .label-text {
  140. font-size: 1.3rem;
  141. padding-left: 4px;
  142. }
  143. .label-text-lower {
  144. font-size: 16px;
  145. color: #FFA463;
  146. }
  147. .radio-input:checked ~ .label-available {
  148. /*background-color: #FFA463 !important;*/
  149. background-color: #90278F;
  150. color: #FFFFFF;
  151. }
  152. .share-button {
  153. /* Auto layout */
  154. display: flex;
  155. flex-direction: row;
  156. justify-content: center;
  157. align-items: center;
  158. padding: 32px;
  159. gap: 10px;
  160. text-transform: capitalize;
  161. width: 100%;
  162. background: #90278F;
  163. margin-top: 2rem;
  164. font-size: 1.3rem;
  165. height: 72px;
  166. border-radius: 18px;
  167. /* Inside auto layout */
  168. flex: none;
  169. order: 2;
  170. align-self: stretch;
  171. flex-grow: 0;
  172. color: #FFFFFF;
  173. }
  174. #filesUploaded {
  175. font-weight: 500;
  176. }
  177. .share-button:hover {
  178. /* Auto layout */
  179. display: flex;
  180. flex-direction: row;
  181. justify-content: center;
  182. align-items: center;
  183. padding: 32px;
  184. gap: 10px;
  185. width: 100%;
  186. background: #FFA463;
  187. margin-top: 2rem;
  188. font-size: 1.3rem;
  189. height: 72px;
  190. border-radius: 18px;
  191. /* Inside auto layout */
  192. flex: none;
  193. order: 2;
  194. align-self: stretch;
  195. flex-grow: 0;
  196. color: #FFFFFF;
  197. }
  198. .input-message {
  199. box-sizing: border-box;
  200. width: 100%;
  201. height: 90px;
  202. /* white */
  203. background: #FFFFFF;
  204. border: 1px solid #8F9DCE;
  205. border-radius: 4px;
  206. }
  207. .drop-here {
  208. box-sizing: border-box;
  209. width: 100%;
  210. height: 90px;
  211. /* white */
  212. background: #FFFFFF;
  213. border: 1px dashed #8F9DCE;
  214. border-radius: 4px;
  215. display: inline-block; /* [4] */
  216. vertical-align: middle;
  217. text-align: center;
  218. }
  219. .default-text {
  220. margin-top: 15px;
  221. height: 100%;
  222. /*text-align: center;*/
  223. }
  224. .link-show {
  225. align-items: center;
  226. align-self: center;
  227. align-content: center;
  228. border: 1px solid #8F9DCE;
  229. border-radius: 10px;
  230. color: #0D1C52;
  231. margin-bottom: 15px;
  232. }
  233. .browse-button {
  234. color: dodgerblue;
  235. margin-bottom: 3px;
  236. margin-left: 0px;
  237. }
  238. .image-file-upload {
  239. position: center;
  240. margin-top: 12px;
  241. margin-bottom: 3px;
  242. padding: 0 !important;
  243. }
  244. .text-files-upload {
  245. margin-top: 2px;
  246. margin-right: 0;
  247. }
  248. .share-more-files-button {
  249. padding-left: 4px;
  250. color: #FFA463;
  251. }
  252. .share-more-files-button:hover {
  253. color: #90278F;
  254. }
  255. p {
  256. padding-left: 2px;
  257. font-size: 20px;
  258. }