ad.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834
  1. body{
  2. margin: 0px;
  3. font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  4. background: #181818;
  5. }
  6. .text_in_com{
  7. margin: 10px;
  8. display: flex;
  9. flex-direction: column;
  10. }
  11. .com{
  12. background: #fff;
  13. border-radius: 10px;
  14. display: flex;
  15. flex-direction: column;
  16. word-wrap: normal;
  17. margin-top: 50px;
  18. width: 700px;
  19. left: 10px;
  20. height: 250px;
  21. -webkit-box-shadow: 0px 12px 17px 0px rgba(138, 173, 183, 0.32);
  22. -moz-box-shadow: 0px 12px 17px 0px rgba(138, 173, 183, 0.32);
  23. box-shadow: 0px 12px 17px 0px rgba(138, 173, 183, 0.32);
  24. }
  25. header{
  26. display: flex;
  27. height: 100px;
  28. background: #0c0c0c;
  29. justify-content: space-between;
  30. }
  31. .logo{
  32. text-align: center;
  33. color: #ffff;
  34. justify-content: center;
  35. align-items: center;
  36. padding-top: 30px;
  37. margin-left: 20px;
  38. }
  39. .log{
  40. color: #ffffff
  41. }
  42. .logo_content{
  43. display: flex;
  44. flex-direction: row;
  45. }
  46. .info_block{
  47. height: 800px;
  48. /* background: #ffff; */
  49. background-image: url('2.jpg');
  50. background-size: cover;
  51. background-repeat: no-repeat;
  52. display: flex;
  53. align-items: center;
  54. flex-direction: row;
  55. justify-content: center;
  56. }
  57. ul {
  58. list-style-type: none;
  59. margin: 0;
  60. padding: 0;
  61. overflow: hidden;
  62. align-items: center;
  63. display: flex;
  64. height: 80px;
  65. justify-content: center;
  66. font-size: 20px;
  67. }
  68. .navigation{
  69. margin-top: 10px;
  70. justify-content: center;
  71. align-items: center;
  72. display: flex;
  73. flex-direction: row;
  74. color: #ffffff;
  75. }
  76. .navigationItemRL {
  77. display: block;
  78. color: white;
  79. text-align: center;
  80. padding-top: 20px;
  81. text-decoration: none;
  82. width: 120px;
  83. height: 50px;
  84. }
  85. .navigationItem{
  86. display: block;
  87. color: white;
  88. text-align: center;
  89. padding-top: 20px;
  90. text-decoration: none;
  91. width: 120px;
  92. height: 50px;
  93. }
  94. .navigationItemL {
  95. display: block;
  96. color: white;
  97. text-align: center;
  98. padding-top: 20px;
  99. text-decoration: none;
  100. width: 120px;
  101. height: 50px;
  102. }
  103. .navigationItemRL:hover {
  104. background-color: #9acbda;
  105. color: #ffffff;
  106. }
  107. .navigationItem:hover {
  108. background-color: #9acbda;
  109. color: #ffffff;
  110. }
  111. .navigationItemL:hover {
  112. background-color: #9acbda;
  113. color: #ffffff;
  114. }
  115. .hd {
  116. display: flex;
  117. flex-direction: row;
  118. padding: 10px
  119. }
  120. .login1 {
  121. display: flex;
  122. justify-content: end;
  123. padding-left: 10px;
  124. top: 0;
  125. right: 0;
  126. }
  127. .login {
  128. background-color: #9abdda;
  129. width: 150px;
  130. height: 40px;
  131. padding-bottom: 10px;
  132. text-align: center;
  133. border-radius: 20px;
  134. }
  135. :root {
  136. --background: #181818;
  137. --navbar-width: 400px;
  138. --navbar-width-min: 80px;
  139. --navbar-dark-primary: #ffffff;
  140. --navbar-dark-secondary: #2c3e50;
  141. --navbar-light-primary: #f5f6fa;
  142. --navbar-light-secondary: #8392a5;
  143. }
  144. html, body {
  145. margin: 0;
  146. background: var(--background);
  147. }
  148. #nav-toggle:checked ~ #nav-header {
  149. width: calc(var(--navbar-width-min) - 16px);
  150. }
  151. #nav-toggle:checked ~ #nav-content, #nav-toggle:checked ~ #nav-footer {
  152. width: var(--navbar-width-min);
  153. }
  154. #nav-toggle:checked ~ #nav-header #nav-title {
  155. opacity: 0;
  156. pointer-events: none;
  157. transition: opacity 0.1s;
  158. }
  159. #nav-toggle:checked ~ #nav-header label[for=nav-toggle] {
  160. left: calc(50% - 8px);
  161. transform: translate(-50%);
  162. }
  163. #nav-toggle:checked ~ #nav-header #nav-toggle-burger {
  164. background: var(--navbar-light-primary);
  165. }
  166. #nav-toggle:checked ~ #nav-header #nav-toggle-burger:before, #nav-toggle:checked ~ #nav-header #nav-toggle-burger::after {
  167. width: 16px;
  168. background: var(--navbar-light-secondary);
  169. transform: translate(0, 0) rotate(0deg);
  170. }
  171. #nav-toggle:checked ~ #nav-content .nav-button span {
  172. opacity: 0;
  173. transition: opacity 0.1s;
  174. }
  175. #nav-toggle:checked ~ #nav-content .nav-button .fas {
  176. min-width: calc(100% - 16px);
  177. }
  178. #nav-toggle:checked ~ #nav-footer #nav-footer-avatar {
  179. margin-left: 0;
  180. left: 50%;
  181. transform: translate(-50%);
  182. }
  183. #nav-toggle:checked ~ #nav-footer #nav-footer-titlebox, #nav-toggle:checked ~ #nav-footer label[for=nav-footer-toggle] {
  184. opacity: 0;
  185. transition: opacity 0.1s;
  186. pointer-events: none;
  187. }
  188. #nav-bar {
  189. position: absolute;
  190. left: 1vw;
  191. margin-top: 100px;
  192. top: 1vw;
  193. height: calc(100% - 2vw);
  194. background: var(--navbar-dark-primary);
  195. border-radius: 16px;
  196. display: flex;
  197. flex-direction: column;
  198. color: var(--navbar-light-primary);
  199. font-family: Verdana, Geneva, Tahoma, sans-serif;
  200. overflow: hidden;
  201. user-select: none;
  202. }
  203. #nav-bar hr {
  204. margin: 0;
  205. position: relative;
  206. left: 16px;
  207. width: calc(100% - 32px);
  208. border: none;
  209. border-top: solid 1px var(--navbar-dark-secondary);
  210. }
  211. #nav-bar a {
  212. color: #0c0c0c;
  213. text-decoration: inherit;
  214. }
  215. #nav-bar input[type=checkbox] {
  216. display: none;
  217. }
  218. #nav-header {
  219. position: relative;
  220. width: var(--navbar-width);
  221. left: 16px;
  222. width: calc(var(--navbar-width) - 16px);
  223. min-height: 80px;
  224. background: var(--navbar-dark-primary);
  225. border-radius: 16px;
  226. z-index: 2;
  227. display: flex;
  228. align-items: center;
  229. transition: width 0.2s;
  230. }
  231. #nav-header hr {
  232. position: absolute;
  233. bottom: 0;
  234. }
  235. #nav-title {
  236. font-size: 1.5rem;
  237. transition: opacity 1s;
  238. }
  239. label[for=nav-toggle] {
  240. position: absolute;
  241. right: 0;
  242. width: 3rem;
  243. height: 100%;
  244. display: flex;
  245. align-items: center;
  246. justify-content: center;
  247. cursor: pointer;
  248. }
  249. #nav-toggle-burger {
  250. position: relative;
  251. width: 16px;
  252. height: 2px;
  253. background: var(--navbar-dark-secondary);
  254. border-radius: 99px;
  255. transition: background 0.2s;
  256. }
  257. #nav-toggle-burger:before, #nav-toggle-burger:after {
  258. content: "";
  259. position: absolute;
  260. top: -6px;
  261. width: 10px;
  262. height: 2px;
  263. background: var(--navbar-light-secondary);
  264. border-radius: 99px;
  265. transform: translate(2px, 8px) rotate(30deg);
  266. transition: 0.2s;
  267. }
  268. #nav-toggle-burger:after {
  269. top: 6px;
  270. transform: translate(2px, -8px) rotate(-30deg);
  271. }
  272. #nav-content {
  273. margin: -16px 0;
  274. padding: 16px 0;
  275. position: relative;
  276. flex: 1;
  277. width: var(--navbar-width);
  278. background: var(--navbar-dark-primary);
  279. box-shadow: 0 0 0 16px var(--navbar-dark-primary);
  280. direction: rtl;
  281. overflow-x: hidden;
  282. transition: width 0.2s;
  283. }
  284. #nav-content::-webkit-scrollbar {
  285. width: 8px;
  286. height: 8px;
  287. }
  288. #nav-content::-webkit-scrollbar-thumb {
  289. border-radius: 99px;
  290. background-color: #D62929;
  291. }
  292. #nav-content::-webkit-scrollbar-button {
  293. height: 16px;
  294. }
  295. #nav-content-highlight {
  296. position: absolute;
  297. left: 16px;
  298. top: -70px;
  299. width: calc(100% - 16px);
  300. height: 54px;
  301. background: var(--background);
  302. background-attachment: fixed;
  303. border-radius: 16px 0 0 16px;
  304. transition: top 0.2s;
  305. }
  306. #nav-content-highlight:before, #nav-content-highlight:after {
  307. content: "";
  308. position: absolute;
  309. right: 0;
  310. bottom: 100%;
  311. width: 32px;
  312. height: 32px;
  313. border-radius: 50%;
  314. box-shadow: 16px 16px var(--background);
  315. }
  316. #nav-content-highlight:after {
  317. top: 100%;
  318. box-shadow: 16px -16px var(--background);
  319. }
  320. .nav-button {
  321. position: relative;
  322. margin-left: 16px;
  323. height: 54px;
  324. display: flex;
  325. align-items: center;
  326. color: var(--navbar-light-secondary);
  327. direction: ltr;
  328. cursor: pointer;
  329. z-index: 1;
  330. transition: color 0.2s;
  331. }
  332. .nav-button span {
  333. transition: opacity 1s;
  334. }
  335. .nav-button .fas {
  336. transition: min-width 0.2s;
  337. }
  338. .nav-button:nth-of-type(1):hover {
  339. color: var(--navbar-dark-primary);
  340. }
  341. .nav-button:nth-of-type(1):hover ~ #nav-content-highlight {
  342. top: 16px;
  343. }
  344. .nav-button:nth-of-type(2):hover {
  345. color: var(--navbar-dark-primary);
  346. }
  347. .nav-button:nth-of-type(2):hover ~ #nav-content-highlight {
  348. top: 70px;
  349. }
  350. .nav-button:nth-of-type(3):hover {
  351. color: var(--navbar-dark-primary);
  352. }
  353. .nav-button:nth-of-type(3):hover ~ #nav-content-highlight {
  354. top: 124px;
  355. }
  356. .nav-button:nth-of-type(4):hover {
  357. color: var(--navbar-dark-primary);
  358. }
  359. .nav-button:nth-of-type(4):hover ~ #nav-content-highlight {
  360. top: 178px;
  361. }
  362. .nav-button:nth-of-type(5):hover {
  363. color: var(--navbar-dark-primary);
  364. }
  365. .nav-button:nth-of-type(5):hover ~ #nav-content-highlight {
  366. top: 232px;
  367. }
  368. .nav-button:nth-of-type(6):hover {
  369. color: var(--navbar-dark-primary);
  370. }
  371. .nav-button:nth-of-type(6):hover ~ #nav-content-highlight {
  372. top: 286px;
  373. }
  374. .nav-button:nth-of-type(7):hover {
  375. color: var(--navbar-dark-primary);
  376. }
  377. .nav-button:nth-of-type(7):hover ~ #nav-content-highlight {
  378. top: 340px;
  379. }
  380. .nav-button:nth-of-type(8):hover {
  381. color: var(--navbar-dark-primary);
  382. }
  383. .nav-button:nth-of-type(8):hover ~ #nav-content-highlight {
  384. top: 394px;
  385. }
  386. #nav-bar .fas {
  387. min-width: 3rem;
  388. text-align: center;
  389. }
  390. #nav-footer {
  391. position: relative;
  392. width: var(--navbar-width);
  393. height: 54px;
  394. background: var(--navbar-dark-secondary);
  395. border-radius: 16px;
  396. display: flex;
  397. flex-direction: column;
  398. z-index: 2;
  399. transition: width 0.2s, height 0.2s;
  400. }
  401. #nav-footer-heading {
  402. position: relative;
  403. width: 100%;
  404. height: 54px;
  405. display: flex;
  406. align-items: center;
  407. }
  408. #nav-footer-avatar {
  409. position: relative;
  410. margin: 11px 0 11px 16px;
  411. left: 0;
  412. width: 32px;
  413. height: 32px;
  414. border-radius: 50%;
  415. overflow: hidden;
  416. transform: translate(0);
  417. transition: 0.2s;
  418. }
  419. #nav-footer-avatar img {
  420. height: 100%;
  421. }
  422. #nav-footer-titlebox {
  423. position: relative;
  424. margin-left: 16px;
  425. width: 10px;
  426. display: flex;
  427. flex-direction: column;
  428. transition: opacity 1s;
  429. }
  430. #nav-footer-subtitle {
  431. color: var(--navbar-light-secondary);
  432. font-size: 0.6rem;
  433. }
  434. #nav-toggle:not(:checked) ~ #nav-footer-toggle:checked + #nav-footer {
  435. height: 30%;
  436. min-height: 54px;
  437. }
  438. #nav-toggle:not(:checked) ~ #nav-footer-toggle:checked + #nav-footer label[for=nav-footer-toggle] {
  439. transform: rotate(180deg);
  440. }
  441. label[for=nav-footer-toggle] {
  442. position: absolute;
  443. right: 0;
  444. width: 3rem;
  445. height: 100%;
  446. display: flex;
  447. align-items: center;
  448. cursor: pointer;
  449. transition: transform 0.2s, opacity 0.2s;
  450. }
  451. #nav-footer-content {
  452. margin: 0 16px 16px 16px;
  453. border-top: solid 1px var(--navbar-light-secondary);
  454. padding: 16px 0;
  455. color: var(--navbar-light-secondary);
  456. font-size: 0.8rem;
  457. overflow: auto;
  458. }
  459. #nav-footer-content::-webkit-scrollbar {
  460. width: 8px;
  461. height: 8px;
  462. }
  463. #nav-footer-content::-webkit-scrollbar-thumb {
  464. border-radius: 99px;
  465. background-color: #D62929;
  466. }
  467. .users{
  468. display: none;
  469. border-radius: 40px;
  470. width: 1000px;
  471. min-width: 200px;
  472. background-color: #ffffff;
  473. height: 100%;
  474. margin-top: 20px;
  475. margin-left: 30%;
  476. overflow: auto;
  477. }
  478. .zajavki{
  479. display: none;
  480. border-radius: 40px;
  481. width: 1000px;
  482. min-width: 200px;
  483. background-color: #ffffff;
  484. margin-top: 20px;
  485. margin-left: 30%;
  486. flex-direction: column;
  487. align-items: center;
  488. height: 100%;
  489. overflow: auto;
  490. }
  491. .orders{
  492. display: none;
  493. border-radius: 40px;
  494. width: 1000px;
  495. min-width: 200px;
  496. background-color: #ffffff;
  497. margin-top: 20px;
  498. margin-left: 30%;
  499. flex-direction: column;
  500. align-items: center;
  501. height: 100%;
  502. overflow: auto;
  503. }
  504. .statistics{
  505. display: none;
  506. border-radius: 40px;
  507. width: 1000px;
  508. min-width: 200px;
  509. background-color: #ffffff;
  510. height: 100%;
  511. margin-top: 20px;
  512. margin-left: 30%;
  513. justify-content: center;
  514. align-items: center;
  515. flex-direction: column;
  516. text-align: justify;
  517. font-size: 22px;
  518. }
  519. .add_product{
  520. display: none;
  521. border-radius: 40px;
  522. width: 1000px;
  523. min-width: 200px;
  524. background-color: #ffffff;
  525. height: 100%;
  526. margin-top: 20px;
  527. margin-left: 30%;
  528. justify-content: center;
  529. align-items: center;
  530. flex-direction: column;
  531. text-align: justify;
  532. font-size: 22px;
  533. }
  534. .warehouse{
  535. display: none;
  536. border-radius: 40px;
  537. width: 1000px;
  538. min-width: 200px;
  539. background-color: #ffffff;
  540. margin-top: 20px;
  541. margin-left: 30%;
  542. flex-direction: column;
  543. align-items: center;
  544. height: 100%;
  545. overflow: auto;
  546. }
  547. .reviews{
  548. display: none;
  549. border-radius: 40px;
  550. width: 1000px;
  551. min-width: 200px;
  552. background-color: #ffffff;
  553. margin-top: 20px;
  554. margin-left: 30%;
  555. flex-direction: column;
  556. align-items: center;
  557. height: 100%;
  558. overflow: auto;
  559. }
  560. .krug1{
  561. height: 20px;
  562. width: 20px;
  563. border-radius: 50%;
  564. background: #D62929;
  565. margin-right: 15px;
  566. }
  567. .krug1:hover{
  568. background: #ee5959;
  569. }
  570. .krug11{
  571. height: 20px;
  572. width: 20px;
  573. border-radius: 50%;
  574. background: #D62929;
  575. margin-right: 15px;
  576. display:none;
  577. }
  578. .krug1:hover{
  579. display:block;
  580. }
  581. .krug2{
  582. height: 20px;
  583. width: 20px;
  584. border-radius: 50%;
  585. background: #297ad6;
  586. margin-right: 15px;
  587. }
  588. .krug2:hover{
  589. background: #60a4f3;
  590. }
  591. .krug3{
  592. height: 20px;
  593. width: 20px;
  594. border-radius: 50%;
  595. background: #d8dde4;
  596. margin-right: 15px;
  597. }
  598. .krug3:hover{
  599. background: #e2e5eb;
  600. }
  601. .content_status{
  602. display: flex;
  603. flex-direction: row;
  604. align-items: center;
  605. }
  606. .zav-containe {
  607. display: flex;
  608. flex-direction: column;
  609. justify-content: center;
  610. align-items: center;
  611. }
  612. .com-container {
  613. display: flex;
  614. flex-direction: column;
  615. justify-content: center;
  616. align-items: center;
  617. }
  618. .com-containe{
  619. display: flex;
  620. flex-direction: column;
  621. justify-content: center;
  622. align-items: center;
  623. }
  624. .myDiv{
  625. display: none;
  626. }
  627. .knopkii{
  628. display: flex;
  629. flex-direction: column;
  630. align-items: center;
  631. justify-content: center;
  632. margin-left: 100px;
  633. }
  634. .modal{
  635. flex-direction: column;
  636. position: fixed;
  637. top: 50%;
  638. left: 50%;
  639. transform: translate(-50%, -50%);
  640. background-color: white;
  641. padding: 20px;
  642. z-index: 1000;
  643. border-radius: 25px;
  644. width: 500px;
  645. -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  646. -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  647. box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  648. }
  649. .forma{
  650. display: flex;
  651. flex-direction: column;
  652. justify-content: center;
  653. align-items: center;
  654. }
  655. .inp{
  656. border-radius: 5px;
  657. margin-top: 10px;
  658. height: 25px;
  659. width: 220px;
  660. border-color: #678892;
  661. }
  662. .inp:hover{
  663. background-color: #f3f3f3;
  664. }
  665. .ft{
  666. text-align: center;
  667. font-size: 12px;
  668. color: #a7a7a7;
  669. }
  670. .but_otprav{
  671. margin-top: 10px;
  672. background: #9acbda;
  673. border: 0px;
  674. height: 39px;
  675. width: 200px;
  676. color: #ffffff;
  677. border-radius: 10px;
  678. -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  679. -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  680. box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  681. }
  682. .but_otprav:hover{
  683. background: #b9e8f7;
  684. }
  685. .product_card_conteiner{
  686. display: flex;
  687. flex-wrap: wrap;
  688. justify-content: center;
  689. align-items: center;
  690. margin-top: 50px;
  691. background: #ffff;
  692. }
  693. .product_card{
  694. margin-top: 20px;
  695. margin-bottom: 20px;
  696. width: 300px;
  697. height: 380px;
  698. background: #ffffff;
  699. border-radius: 20px;
  700. margin-left: 10px;
  701. border: 1px solid #acaeb1;
  702. padding-left: 10px;
  703. -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  704. -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  705. box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  706. transition: transform .3s;
  707. }
  708. .product_card:hover{
  709. transform: scale(1.4)
  710. }
  711. .img_cont{
  712. padding: 15px;
  713. }
  714. .im{
  715. border-radius: 10px;
  716. max-width: 280px;
  717. height: 170px;
  718. background: #a7a7a7;
  719. }
  720. .product_card_conteiner1{
  721. display: flex;
  722. flex-direction: column;
  723. justify-content: center;
  724. align-items: center;
  725. margin-top: 50px;
  726. background: #ffff;
  727. }
  728. .product_card1{
  729. margin-top: 20px;
  730. margin-bottom: 20px;
  731. background: #ffffff;
  732. border-radius: 20px;
  733. margin-left: 10px;
  734. width: 500px;
  735. border: 1px solid #acaeb1;
  736. padding-left: 10px;
  737. -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  738. -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  739. box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  740. transition: transform .3s;
  741. display: flex;
  742. flex-direction: row;
  743. }
  744. .product_card1:hover{
  745. transform: scale(1.4)
  746. }
  747. .text_card{
  748. display: flex;
  749. flex-direction: column;
  750. }
  751. .output_text{
  752. margin-top: 5px;
  753. display: flex;
  754. flex-direction: row;
  755. }
  756. .hide{
  757. display: none;
  758. }
  759. .colvo_z{
  760. background-color: #db4646;
  761. margin-left: 5px;
  762. border-radius: 50%;
  763. width: 18px;
  764. text-align: center;
  765. }