lauch-threesixty-comparison.component.scss 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902
  1. .list-sorted{
  2. flex-direction: inherit;
  3. overflow:scroll;
  4. width: 100%;
  5. }
  6. body{
  7. font-family:calibri;
  8. overflow-x: hidden;
  9. }
  10. .mt_50{
  11. margin-top:15px;
  12. }
  13. .line{
  14. border-left: 1px solid #888;
  15. height: 400px;
  16. position: absolute;
  17. left: 50%;
  18. margin-left: -3px;
  19. top: 0;
  20. }
  21. .mg_10{
  22. margin-bottom: 25px;
  23. }
  24. .mt_25{
  25. margin-top:15px;
  26. }
  27. .wid3{
  28. width: 13.4%;
  29. margin-top: 18px;
  30. }
  31. .wid3_font{
  32. font-size:24px;
  33. }
  34. .padding{
  35. padding:0px;
  36. font-size: 22px;
  37. color: #888;
  38. }
  39. .form-control{
  40. border: 1px solid #191818 !important;
  41. margin-bottom: 44px;
  42. border-radius: 0px !important;
  43. }
  44. .btn-primary_right{
  45. float:right;
  46. }
  47. .mt0{
  48. margin-top:0px;
  49. }
  50. .mg_bt62{
  51. margin-bottom: 62px;
  52. }
  53. /*next step*/
  54. .footer {
  55. position: fixed;
  56. left: 0;
  57. bottom: 0;
  58. width: 100%;
  59. background-color: #393939;
  60. color: white;
  61. z-index: 99999;
  62. }
  63. .footer_class{
  64. list-style-type: none;
  65. display: inline-flex;
  66. margin: 20px 0px;
  67. }
  68. .footer_class li{
  69. padding:0px 95px;
  70. border-right: 1px solid #fff;
  71. font-size:18px;
  72. }
  73. .footer_class li a{
  74. text-decoration:none;
  75. color:#fff;
  76. }
  77. .footer_class li a:active{
  78. border-bottom:5px solid blue;
  79. }
  80. /*sick*/
  81. html, body {
  82. margin: 0;
  83. padding: 0;
  84. }
  85. * {
  86. box-sizing: border-box;
  87. }
  88. .slick-list {
  89. padding:0px !important;
  90. }
  91. .slider {
  92. /* width: 50%;
  93. margin: 100px auto; */
  94. }
  95. .slick-slide {
  96. margin: 0px 20px;
  97. }
  98. .slick-slide img {
  99. width: 100%;
  100. height: 400px;
  101. }
  102. .slick-prev:before,
  103. .slick-next:before {
  104. color: black;
  105. }
  106. .slick-slide {
  107. transition: all ease-in-out .3s;
  108. opacity: .2;
  109. }
  110. .slick-active {
  111. opacity: .5;
  112. }
  113. .slick-current {
  114. opacity: 1;
  115. }
  116. .big_button1{
  117. border-color: #49494a !important;
  118. margin: 0px 20px !important;
  119. border-radius: 28px !important;
  120. background-color: #49494a !important;
  121. }
  122. .mt_100 {
  123. margin-top:100px !important;
  124. }
  125. #content {
  126. margin: 40px auto;
  127. text-align: center;
  128. width: 100%;
  129. }
  130. #content h1 {
  131. text-transform: uppercase;
  132. font-weight: 700;
  133. margin: 0 0 40px 0;
  134. font-size: 25px;
  135. line-height: 30px;
  136. }
  137. .circle {
  138. width: 60px;
  139. height: 60px;
  140. line-height: 60px;
  141. border-radius: 50%; /* the magic */
  142. -moz-border-radius: 50%;
  143. -webkit-border-radius: 50%;
  144. text-align: center;
  145. color: white;
  146. font-size: 16px;
  147. text-transform: uppercase;
  148. font-weight: 700;
  149. margin: 0 auto 40px;
  150. cursor: pointer;
  151. }
  152. .blue {
  153. background-color: #3498db;
  154. }
  155. .blue_5 {
  156. background-color: #3498db;
  157. }
  158. .green {
  159. background-color: #16a085;
  160. }
  161. .red {
  162. background-color: #e74c3c;
  163. }
  164. .black{
  165. background-color: #49494a;
  166. }
  167. .big_button{
  168. display: inline-block;
  169. padding: 6px 12px 6px 38px;
  170. margin-bottom: 0;
  171. font-size: 14px;
  172. font-weight: 400;
  173. line-height: 1.42857143;
  174. text-align: center;
  175. white-space: nowrap;
  176. vertical-align: middle;
  177. -ms-touch-action: manipulation;
  178. touch-action: manipulation;
  179. cursor: pointer;
  180. color: #fff;
  181. border-color: #49494a !important;
  182. margin: 15px 30px !important;
  183. border-radius: 28px !important;
  184. position: absolute;
  185. z-index: -1;
  186. display: none;
  187. }
  188. .big_button_1 {
  189. background-color: #3498db !important;
  190. }
  191. .big_button_2 {
  192. background-color: #16a085 !important;
  193. }
  194. .big_button_3 {
  195. background-color: #e74c3c !important;
  196. }
  197. .big_button_4{
  198. background-color: #49494a !important;
  199. }
  200. .big_button_5{
  201. background-color: #3498db !important;
  202. }
  203. .circle:hover .big_button_1 {
  204. display: block;
  205. }
  206. .circle:hover .big_button_2 {
  207. display: block;
  208. }
  209. .circle:hover .big_button_3 {
  210. display: block;
  211. }
  212. .circle:hover .big_button_4{
  213. display: block;
  214. }
  215. .wid66{
  216. width:66%;
  217. margin: auto;
  218. display: block;
  219. }
  220. /*slider*/
  221. .hero {
  222. position: absolute;
  223. top: 85%;
  224. left: 47%;
  225. z-index: 0;
  226. }
  227. .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  228. left: 50%;
  229. margin-left: -10px;
  230. top: 88% !important;
  231. background-color: #333;
  232. width: 20%;
  233. padding: 5px 0px;
  234. height: auto !important;
  235. }
  236. .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
  237. top: 88% !important;
  238. background-color: #333;
  239. width: 20%;
  240. padding: 5px 0px;
  241. height: auto !important;
  242. }
  243. .mg_bt{
  244. margin-bottom: 65px;
  245. }
  246. button.btn.btn-primary.btn-lg{
  247. background-color: #28a8e0 !important;
  248. }
  249. /******************* Accordion Demo - 4 *****************/
  250. #accordion4 .panel{
  251. border: none;
  252. border-radius: 0;
  253. box-shadow: none;
  254. /* margin: 0 0 10px; */
  255. overflow: hidden;
  256. position: relative;
  257. border-right: 1px solid #eeeeee;
  258. }
  259. #accordion4 .panel-heading{
  260. padding: 0;
  261. border: none;
  262. // border: 1px solid #fff;
  263. border-radius: 0;
  264. /* margin-bottom: 10px; */
  265. z-index: 1;
  266. /* position: relative; */
  267. }
  268. #accordion4 .panel-heading:before,
  269. #accordion4 .panel-heading:after{
  270. content: "";
  271. width: 50%;
  272. height: 20%;
  273. box-shadow: 0 15px 5px rgba(0, 0, 0, 0.4);
  274. position: absolute;
  275. bottom: 15px;
  276. left: 10px;
  277. transform: rotate(-3deg);
  278. z-index: -1;
  279. }
  280. #accordion4 .panel-heading:after{
  281. left: auto;
  282. right: 10px;
  283. transform: rotate(3deg);
  284. }
  285. h4.panel-title{}
  286. #accordion4 .panel-title a{
  287. display: block;
  288. padding: 11px 60px 12px 6px;
  289. margin: 0;
  290. background: #28a8e0;
  291. font-size: 12px;
  292. font-weight: 500;
  293. letter-spacing: 1px;
  294. color: #fff;
  295. border-radius: 0;
  296. // box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  297. -webkit-box-shadow: 1px 8px 4px 6px #fff8f8;
  298. position: relative;
  299. }
  300. #accordion4 .panel-title a:hover,a:focus{
  301. text-decoration: none !important;
  302. }
  303. #accordion4 .panel-title a:before,
  304. #accordion4 .panel-title a.collapsed:before{
  305. content: "\f105";
  306. visibility: hidden;
  307. font-family: "Font Awesome 5 Free";
  308. font-weight: 900;
  309. width: 55px;
  310. height: 100%;
  311. text-align: center;
  312. line-height: 50px;
  313. font-family: FontAwesome;
  314. font-style: normal;
  315. font-weight: normal;
  316. text-decoration: inherit;
  317. /*--adjust as necessary--*/
  318. color: #fff;
  319. font-size: 18px;
  320. padding-right: 0.5em;
  321. position: absolute;
  322. top: 10px;
  323. right: 0;
  324. position: absolute;
  325. top: 0;
  326. right: 0;
  327. }
  328. #accordion4 .panel-title a:before,
  329. #accordion4 .panel-title a.collapsed:after{ content: "\f107"; }
  330. #accordion4 .panel-title a .icon{
  331. display: inline-block;
  332. width: 55px;
  333. height: 100%;
  334. font-size: 20px;
  335. color: rgba(0,0,0,0.7);
  336. line-height: 50px;
  337. text-align: center;
  338. position: absolute;
  339. top: 0;
  340. left: 0;
  341. }
  342. #accordion4 .panel-body{
  343. padding: 0px;
  344. /* margin: 0 0 20px; */
  345. border: 1px solid #ccc;
  346. border-top: 1px solid #ccc !important;
  347. border-top: none;
  348. background: #fff;
  349. font-size: 15px;
  350. color: #333;
  351. line-height: 27px;
  352. }
  353. table {
  354. border-collapse: collapse;
  355. border-spacing: 0;
  356. width: 100%;
  357. border: 1px solid #ccc;
  358. margin-bottom: 0px;
  359. }
  360. th, td {
  361. text-align: left;
  362. padding: 8px;
  363. width:20%;
  364. }
  365. #filedrag
  366. {
  367. display: none;
  368. font-weight: bold;
  369. text-align: center;
  370. padding: 1em 0;
  371. margin: 1em 0;
  372. color: #555;
  373. border: 2px dashed #555;
  374. border-radius: 7px;
  375. cursor: default;
  376. }
  377. #filedrag.hover
  378. {
  379. color: #f00;
  380. border-color: #f00;
  381. border-style: solid;
  382. box-shadow: inset 0 3px 4px #888;
  383. }
  384. /*sales*/
  385. .circle_sales:hover .big_button_5{
  386. display: block;
  387. }
  388. .circle_sales:hover{
  389. background-color: #3498db;
  390. }
  391. .circle_sales {
  392. width: 60px;
  393. height: 60px;
  394. line-height: 60px;
  395. border-radius: 50%; /* the magic */
  396. -moz-border-radius: 50%;
  397. -webkit-border-radius: 50%;
  398. text-align: center;
  399. color: white;
  400. font-size: 16px;
  401. text-transform: uppercase;
  402. font-weight: 700;
  403. margin: 0 auto 40px;
  404. cursor: pointer;
  405. }
  406. .big_button_1 {
  407. background-color: #3498db !important;
  408. }
  409. .big_button_back {
  410. display: inline-block;
  411. padding: 6px 12px 6px 38px;
  412. margin-bottom: 0;
  413. font-size: 14px;
  414. font-weight: 400;
  415. line-height: 1.42857143;
  416. text-align: center;
  417. white-space: nowrap;
  418. vertical-align: middle;
  419. -ms-touch-action: manipulation;
  420. touch-action: manipulation;
  421. cursor: pointer;
  422. color: #fff;
  423. border-color: #49494a !important;
  424. margin: -46px 30px !important;
  425. border-radius: 28px !important;
  426. position: absolute;
  427. z-index: -1;
  428. display: none;
  429. }
  430. /*main*/
  431. .carousel-control_1.left {
  432. background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  433. background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  434. background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
  435. background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  436. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  437. background-repeat: repeat-x;
  438. }
  439. .carousel-control_1.right {
  440. right: 0;
  441. left: auto;
  442. background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  443. background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  444. background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
  445. background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  446. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  447. background-repeat: repeat-x;
  448. }
  449. .carousel-control_1 {
  450. position: absolute;
  451. top: 0;
  452. bottom: 0;
  453. left: 0;
  454. width: 15%;
  455. font-size: 20px;
  456. color: #fff;
  457. text-align: center;
  458. text-shadow: 0 1px 2px rgba(0,0,0,.6);
  459. background-color: rgba(0,0,0,0);
  460. filter: alpha(opacity=50);
  461. opacity: .5;
  462. }
  463. .carousel-control_1 .glyphicon-chevron-left, .carousel-control .icon-prev {
  464. /* left: 50%; */
  465. margin-left: -10px;
  466. top: 50%;
  467. width: 20%;
  468. padding: 5px 0px;
  469. height: auto !important;
  470. }
  471. .carousel-control_1 .glyphicon-chevron-right, .carousel-control .icon-next {
  472. top: 50%;
  473. width: 20%;
  474. padding: 5px 0px;
  475. height: auto !important;
  476. }
  477. .padl_0{
  478. padding-left:0px!important;
  479. }
  480. .padr-0{
  481. padding-right: 0px;
  482. padding-left: 0px;
  483. }
  484. .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  485. padding: 4px;
  486. font-size: 12px;
  487. }
  488. /* ///example */
  489. .example-list {
  490. width: 500px;
  491. max-width: 100%;
  492. border: solid 1px #ccc;
  493. min-height: 60px;
  494. display: block;
  495. background: white;
  496. border-radius: 4px;
  497. overflow: hidden;
  498. }
  499. .example-box {
  500. padding: 20px 10px;
  501. border-bottom: solid 1px #ccc;
  502. color: rgba(0, 0, 0, 0.87);
  503. display: flex;
  504. flex-direction: row;
  505. align-items: center;
  506. justify-content: space-between;
  507. box-sizing: border-box;
  508. cursor: move;
  509. background: white;
  510. font-size: 14px;
  511. }
  512. .cdk-drag-preview {
  513. box-sizing: border-box;
  514. border-radius: 4px;
  515. box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
  516. 0 8px 10px 1px rgba(0, 0, 0, 0.14),
  517. 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  518. }
  519. .cdk-drag-placeholder {
  520. opacity: 0;
  521. }
  522. .cdk-drag-animating {
  523. transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
  524. }
  525. .example-box:last-child {
  526. border: none;
  527. }
  528. .example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) {
  529. transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
  530. }
  531. /* johnji */
  532. .body_cls{
  533. position: absolute;
  534. width:100%;
  535. height: 86%;
  536. background: #eee;
  537. }
  538. .rel_cls{
  539. position: relative;
  540. width:100%;
  541. height: 100%;
  542. }
  543. .ht_cls{
  544. position: relative;
  545. height: 86%;
  546. /* top: 23%; */
  547. }
  548. .scroll_topbox{
  549. // height: 83%; height:103.7%;
  550. position: relative;
  551. // overflow-x: scroll;
  552. overflow-x: scroll;
  553. overflow-y: scroll;
  554. display: flex;
  555. bottom:2%;
  556. top:0%;
  557. }
  558. .scroll_bottombox{
  559. // margin-top:2%;
  560. // position: relative;
  561. // bottom: 137px;
  562. // text-align: center;
  563. // margin: 0 auto;
  564. // height: auto;
  565. display: -webkit-inline-box;
  566. // overflow-x: scroll;
  567. margin-top: 6px;
  568. }
  569. .bot_img_cls{
  570. width: 85px;
  571. // height: 100px;
  572. // float: left;
  573. // margin-right: 1px;
  574. }
  575. h4.panel-title-hide {
  576. background: #337ab7;
  577. }
  578. #accordion4[_ngcontent-c0] .panel-title[_ngcontent-c0] a.title-hide{
  579. visibility: hidden;
  580. }
  581. .panel-group-width{
  582. width:277px;
  583. }
  584. .table>thead>tr>th{
  585. border-top:0px;
  586. border-bottom:0px!important;
  587. }
  588. *::-webkit-scrollbar{
  589. width: 5px;
  590. height: 5px;
  591. }
  592. *::-webkit-scrollbar-thumb {
  593. background-color: #28a8e0;
  594. }
  595. #div1 {
  596. float: left;
  597. width: 100px;
  598. height: 35px;
  599. margin: 10px;
  600. padding: 10px;
  601. border: 1px solid black;
  602. }
  603. .drop_img{
  604. margin: 60px auto;
  605. display: block;
  606. width: 150px;
  607. }
  608. /* .drop_box{
  609. position: fixed;
  610. left: 34%;
  611. height: 66%;
  612. background: #fff;
  613. z-index: 999;
  614. border: 2px dotted #000;
  615. } */
  616. #div2 {
  617. float: left;
  618. position: fixed;
  619. /* width: 200px; */
  620. left: 34%;
  621. background: #fff;
  622. z-index: 999;
  623. height:350px;
  624. margin: 10px;
  625. padding: 10px;
  626. display: none;
  627. border: 1px dotted #000;
  628. }
  629. .img_drag_box{
  630. min-width: 125px;
  631. max-width: 125px;
  632. min-height: 98px;
  633. text-align: center;
  634. display: table-cell;
  635. }
  636. /* .drag_fixed_img{
  637. opacity:0.3;
  638. } */
  639. .top_image_header{
  640. h4{
  641. position: absolute;
  642. }
  643. width: 100%;
  644. /* float: right; */
  645. position: absolute;
  646. display: block;
  647. background: #fff;
  648. border-right: 2px solid #eee;
  649. top:1%;
  650. }
  651. .mod_nme_cls{
  652. /* position: relative; */
  653. // position: absolute;
  654. // bottom: 0px;
  655. // right: 31px;
  656. // top: 40px;
  657. width: 100%;
  658. float: left;
  659. h6{
  660. font-size: 12px;
  661. }
  662. }
  663. .close_mark{
  664. position: absolute;
  665. right: 3px;
  666. top: 2px;
  667. background: #252323;
  668. color: #fff;
  669. /* padding: 2px; */
  670. font-size: 10px;
  671. border-radius: 100%;
  672. cursor: pointer;
  673. width: 15px;
  674. height: 15px;
  675. text-align: center;
  676. line-height: 15px;
  677. }
  678. // #accordion4[_ngcontent-c1] .panel-title[_ngcontent-c1] a[_ngcontent-c1]{
  679. // z-index: -1;
  680. // background: #000;
  681. // }
  682. .middle{
  683. margin: 0px auto;
  684. display: block;
  685. }
  686. .demo-problem, .demo-solution {
  687. font-size: 1.5rem;
  688. }
  689. .demo-solution--flexbox {
  690. display: flex;
  691. margin-left: 34%;
  692. align-items: center;
  693. img {
  694. padding: 10px;
  695. transition: margin 300ms;
  696. }
  697. }
  698. .bot_img_cls_1 {
  699. width: 83.5px;
  700. float: right;
  701. margin-right: 10px;
  702. }
  703. .title-hide{
  704. height:37px;
  705. }
  706. #accordion4:last-child a#title-arrow:before{
  707. content: "\f105";
  708. display:block;
  709. }
  710. #accordion4:last-child {
  711. visibility: visible;
  712. }
  713. .wid3_font {
  714. font-size: 20px;
  715. color: #333;
  716. }
  717. .wid3 {
  718. width: 27px !important;
  719. margin-top: 15px !important;
  720. position: absolute;
  721. cursor:pointer;
  722. }
  723. .wid3_font:hover{
  724. text-decoration: none !important;
  725. }
  726. .span_img{
  727. position: relative;
  728. right: 0px;
  729. float: left;
  730. left: 48px;
  731. top: 11px;
  732. cursor:pointer;
  733. }
  734. .hide {
  735. display: none!important;
  736. }
  737. .panel_line{
  738. margin-bottom: 0em !important;
  739. // border: 0.5px solid #fff;
  740. }
  741. .left_card {
  742. position: inherit;
  743. }
  744. .img_drag_box{
  745. border: 1px solid #ccc;
  746. position: relative;
  747. cursor: pointer;
  748. }
  749. .image_arr_box{
  750. background:#fff;
  751. margin:0 auto;
  752. text-align:center;
  753. display: table;
  754. }
  755. .grey_img_box{
  756. background: #cecece;
  757. cursor: not-allowed;
  758. }
  759. .table-responsive .table thead{
  760. background:transparent!important;
  761. }
  762. th,td{
  763. line-height: 11px;
  764. height: 30px;
  765. vertical-align: top;
  766. padding-left: 5px;
  767. }
  768. .table-responsive .table thead tr th{
  769. vertical-align: top;
  770. text-align: left;
  771. }
  772. .title_cls{
  773. font-size: 14px !important;
  774. font-weight: bold;
  775. vertical-align: middle;
  776. margin: 0 auto;
  777. position: absolute;
  778. top: 17px;
  779. text-transform: uppercase;
  780. padding-left: 25px;
  781. width: 218px;
  782. }
  783. .info_txt{
  784. font-size: 14px;
  785. text-align: center;
  786. font-weight: bold;
  787. font-size: italic;
  788. }
  789. .checked24{
  790. height: 20px;
  791. }
  792. .right-content{
  793. max-width: 22.5%;
  794. }
  795. // 10-11-2020
  796. .comp-head{
  797. height: 60.3px !important;
  798. overflow: inherit;
  799. }
  800. .ht_cls{
  801. height: calc(100vh - 305px);
  802. .ht_cls{
  803. height: 100%;
  804. }
  805. }