App.css 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536
  1. #root {
  2. padding: 0 15px;
  3. }
  4. .navbar.navbar-light.bg-primary {
  5. width: 1340px;
  6. }
  7. .formContainerLogin,
  8. .formContainer {
  9. display: flex;
  10. flex-direction: column;
  11. max-width: 500px;
  12. margin: 0 auto;
  13. padding-top: 250px;
  14. /* padding-right: 300px; */
  15. }
  16. .formContainer {
  17. padding-top: 100px;
  18. }
  19. .textLogin {
  20. text-align: center;
  21. padding: 10px;
  22. }
  23. .btn-setting.btn.btn-primary {
  24. margin: 20px 0;
  25. width: 100%;
  26. }
  27. .d-flex.loginForm {
  28. display: flex;
  29. flex-direction: column;
  30. }
  31. .registerLink {
  32. text-align: center;
  33. }
  34. .form-control-editing.form-control.fix {
  35. margin-bottom: 20px;
  36. }
  37. .sc-bczRLJ.eHNgUP.validator {
  38. margin-bottom: 20px;
  39. }
  40. .logo {
  41. font-size: 30px;
  42. text-decoration: none;
  43. color: rgb(43, 31, 182);
  44. }
  45. .nav {
  46. text-decoration: none;
  47. font-size: 30px;
  48. }
  49. .profileContainer {
  50. display: flex;
  51. justify-content: center;
  52. }
  53. .loginNickSetting {
  54. text-align: center;
  55. min-width: 500px;
  56. margin: 40px;
  57. }
  58. .passwordSetting {
  59. text-align: center;
  60. min-width: 500px;
  61. margin: 40px;
  62. }
  63. .buttonSetting {
  64. margin: 20px 0;
  65. }
  66. .textProfile {
  67. text-align: center;
  68. }
  69. .small {
  70. width: 132px;
  71. height: 132px;
  72. margin: 0 auto;
  73. overflow: hidden;
  74. border-radius: 50%;
  75. }
  76. .profileStyle {
  77. width: 132px;
  78. height: 132px;
  79. margin-right: 50px;
  80. overflow: hidden;
  81. border-radius: 50%;
  82. }
  83. .forChatHeader {
  84. width: 50px;
  85. height: 50px;
  86. margin: 0 10px;
  87. overflow: hidden;
  88. border-radius: 50%;
  89. }
  90. .smallForChat {
  91. width: 60px;
  92. height: 60px;
  93. margin: 0 10px;
  94. overflow: hidden;
  95. border-radius: 50%;
  96. }
  97. .smallForChat1{
  98. width: 30px;
  99. height: 30px;
  100. margin-right: 10px;
  101. overflow: hidden;
  102. border-radius: 50%;
  103. }
  104. .avatarStub {
  105. width: 60px;
  106. height: 60px;
  107. margin: 0 10px;
  108. overflow: hidden;
  109. border-radius: 50%;
  110. background-color: #0d6efd;
  111. }
  112. .avatarStubChat {
  113. width: 120px;
  114. height: 120px;
  115. margin: 0 10px;
  116. overflow: hidden;
  117. border-radius: 50%;
  118. background-color: #0d6efd;
  119. }
  120. .avatarStubChat1 {
  121. width: 30px;
  122. height: 30px;
  123. margin-right: 10px;
  124. overflow: hidden;
  125. border-radius: 50%;
  126. background-color: #0d6efd;
  127. }
  128. .avatarStubChat2 {
  129. width: 60px;
  130. height: 60px;
  131. margin: 0 10px;
  132. overflow: hidden;
  133. border-radius: 50%;
  134. background-color: #0d6efd;
  135. }
  136. .loginAvatar {
  137. text-align: center;
  138. }
  139. .chatsContainer {
  140. margin: 0;
  141. padding: 0;
  142. min-width: 400px;
  143. min-height: 94vh;
  144. background-color: white;
  145. }
  146. .mainContainer {
  147. display: flex;
  148. }
  149. .chatsList {
  150. display: flex;
  151. margin-bottom: 5px;
  152. align-items: center;
  153. text-decoration: none;
  154. max-width: 400px;
  155. padding: 10px;
  156. }
  157. .chatsList:hover {
  158. background-color: lightgray;
  159. }
  160. .search-item:hover {
  161. width: 100%;
  162. background-color: lightgray;
  163. }
  164. .chatsList h1 {
  165. font-size: 1.5rem;
  166. }
  167. .chatAvatarText {
  168. padding: 6px;
  169. color: white;
  170. font-size: 30px;
  171. text-align: center;
  172. }
  173. .chatAvatarTextHeader {
  174. padding: 6px;
  175. color: white;
  176. font-size: 25px;
  177. text-align: center;
  178. order: 10;
  179. }
  180. .chatTitle {
  181. color: black;
  182. }
  183. .stubAvatar {
  184. width: 60px;
  185. height: 60px;
  186. margin: 0 10px;
  187. overflow: hidden;
  188. border-radius: 50%;
  189. }
  190. .stubAvatarHeader {
  191. width: 50px;
  192. height: 50px;
  193. margin: 0 10px;
  194. overflow: hidden;
  195. border-radius: 50%;
  196. }
  197. .burger.navbar-toggler.collapsed {
  198. margin-left: 10px;
  199. background-color: blueviolet;
  200. }
  201. .newChatButton {
  202. padding-top: 5px;
  203. text-decoration: none;
  204. color: white;
  205. text-align: center;
  206. background-color: #0d6efd;
  207. font-size: 30px;
  208. border-radius: 50%;
  209. width: 60px;
  210. height: 60px;
  211. position: fixed;
  212. top: 91vh;
  213. left: 32.5%;
  214. }
  215. .df {
  216. display: flex;
  217. flex-direction: column;
  218. }
  219. .changepasLink {
  220. padding-top: 20px;
  221. text-decoration: none;
  222. font-size: 20px;
  223. }
  224. .passwordSetting {
  225. padding-top: 100px;
  226. max-width: 400px;
  227. margin: 0 auto;
  228. }
  229. .textProfile {
  230. margin-bottom: 40px;
  231. }
  232. .msgMedia {
  233. max-width: 480px;
  234. }
  235. .dropZoneStyle {
  236. padding-left: 10px;
  237. max-width: 500px;
  238. height: 150px;
  239. margin: 0 auto;
  240. }
  241. /* .dropZoneStyle2{
  242. } */
  243. .dropZoneStyle:hover {
  244. cursor: pointer;
  245. }
  246. .dropZoneStyleBr {
  247. padding-left: 10px;
  248. max-width: 500px;
  249. height: 150px;
  250. margin: 0 auto;
  251. border: 1px solid 0d6efd;
  252. }
  253. .inputContainer {
  254. display: flex;
  255. flex-direction: column;
  256. }
  257. .inputContainer label {
  258. margin-bottom: 10px;
  259. color: #0d6efd;
  260. }
  261. .inputContainer input {
  262. min-height: 50px;
  263. padding-left: 10px;
  264. margin-bottom: 10px;
  265. }
  266. .changesSaved {
  267. text-align: center;
  268. padding-top: 200px;
  269. }
  270. .aboutUsStyle {
  271. padding-top: 200px;
  272. display: flex;
  273. flex-direction: column;
  274. align-items: center;
  275. }
  276. .chatPageContainer {
  277. display: flex;
  278. }
  279. .newChatContainer {
  280. padding-top: 50px;
  281. }
  282. .chatAside {
  283. list-style: none;
  284. padding: 0;
  285. }
  286. .chatMain {
  287. min-width: 100vh;
  288. height: 75vh;
  289. display: flex;
  290. flex-direction: column;
  291. /* flex-wrap: nowrap; */
  292. overflow: auto;
  293. padding: 20px;
  294. }
  295. .msgLi {
  296. max-width: 500px;
  297. border: 1px solid gray;
  298. margin: 10px;
  299. background-color: rgb(76, 145, 199);
  300. border-radius: 15px;
  301. padding: 8px;
  302. list-style-type: none;
  303. margin-left: 40vh;
  304. }
  305. .msgOther {
  306. max-width: 500px;
  307. border: 1px solid gray;
  308. margin: 10px;
  309. background-color: rgb(244, 244, 244);
  310. border-radius: 15px;
  311. list-style-type: none;
  312. padding: 8px;
  313. }
  314. .noMsg {
  315. padding: 0vh 0 0 35vh;
  316. }
  317. .chatLi ul {
  318. margin-left: 10px;
  319. }
  320. .chatLi h5 {
  321. color: black;
  322. }
  323. .chatContainer {
  324. margin: 20px 0px;
  325. max-height: 75vh;
  326. width: 240vh;
  327. overflow: auto;
  328. }
  329. .btn.btn-primary {
  330. max-width: 90vh;
  331. }
  332. .chatBlock {
  333. display: flex;
  334. flex-direction: column;
  335. justify-content: space-between;
  336. }
  337. .msgBlock {
  338. /* max-width: 500px; */
  339. display: flex;
  340. }
  341. .sendMsgBlock {
  342. display: flex;
  343. flex-direction: column;
  344. padding-right: 30px;
  345. }
  346. .sendMsgBlock textarea {
  347. /* margin: 20px 0px 0px 0px; */
  348. padding: 10px;
  349. width: 90vh;
  350. }
  351. .sendMsgBlock button {
  352. margin: 20px 30px 20px 50px;
  353. }
  354. .sendBlock {
  355. display: flex;
  356. }
  357. .sendBlock img {
  358. margin: 20px;
  359. }
  360. .flexContainer {
  361. margin: 0 auto;
  362. }
  363. .sandFile {
  364. width: 30px;
  365. }
  366. .chatsList {
  367. display: flex;
  368. }
  369. .chatsCard {
  370. display: flex;
  371. }
  372. .displayFixed {
  373. display: flex;
  374. align-items: center;
  375. position: absolute;
  376. top: 2px;
  377. }
  378. .displayFixed h5 {
  379. padding-top: 3px;
  380. color: white;
  381. }
  382. .displayFixed h6 {
  383. padding: 10px 0 0 50vh;
  384. color: white;
  385. }
  386. #spinner {
  387. display: block;
  388. }
  389. /* ---------------------------------- */
  390. @keyframes ldio-95gtuxj5ve {
  391. 0% { transform: translate(-50%,-50%) rotate(0deg); }
  392. 100% { transform: translate(-50%,-50%) rotate(360deg); }
  393. }
  394. .ldio-95gtuxj5ve div {
  395. position: absolute;
  396. width: 120px;
  397. height: 120px;
  398. border: 20px solid #0d6efd;
  399. border-top-color: transparent;
  400. border-radius: 50%;
  401. }
  402. .ldio-95gtuxj5ve div {
  403. animation: ldio-95gtuxj5ve 1s linear infinite;
  404. top: 100px;
  405. left: 100px
  406. }
  407. .loadingio-spinner-rolling-e3qh2r8uzre {
  408. width: 200px;
  409. height: 200px;
  410. display: inline-block;
  411. overflow: hidden;
  412. background: #f1f2f3;
  413. }
  414. .ldio-95gtuxj5ve {
  415. width: 100%;
  416. height: 100%;
  417. position: relative;
  418. transform: translateZ(0) scale(1);
  419. backface-visibility: hidden;
  420. transform-origin: 0 0; /* see note above */
  421. }
  422. .ldio-95gtuxj5ve div { box-sizing: content-box; }
  423. /* generated by https://loading.io/ */
  424. /* ------------------------------------------------------------ */
  425. .preloader {
  426. color: #0d6efd;
  427. display: flex;
  428. flex-direction: column;
  429. align-items: center;
  430. padding-top: 30vh;
  431. }
  432. .searchBlock:hover{
  433. width: 100%;
  434. background-color: lightgray;
  435. }
  436. .search-item {
  437. display: flex;
  438. align-items: center;
  439. width: 53vh;
  440. }
  441. .search-item div{
  442. font-size: 20px;
  443. color: black;
  444. }
  445. .search-item {
  446. margin: 5px 0;
  447. text-decoration: none;
  448. }