switcher.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537
  1. .logo a img {
  2. display: none;
  3. }
  4. .switcher {
  5. width: 50px;
  6. height: 50px;
  7. display: inline-block;
  8. margin: 4px 8px;
  9. border-radius: 5px;
  10. border: 0px solid #000;
  11. }
  12. .demo_changer {
  13. z-index: 9999;
  14. position: fixed;
  15. inset-inline-end: -270px;
  16. font-weight: 400 !important;
  17. height: 100%;
  18. }
  19. .purchase {
  20. text-decoration: underline;
  21. color: #4BACC6
  22. }
  23. .demo_changer p {
  24. margin: 10px 0;
  25. }
  26. .demo_changer .dropdown-menu>li>a:hover,
  27. .dropdown-menu>li>a:focus {
  28. background: #fff;
  29. }
  30. .demo_changer select:active,
  31. .demo_changer select:focus,
  32. .demo_changer select:hover,
  33. .demo_changer .button:active,
  34. .demo_changer .button:focus,
  35. .demo_changer .button:hover,
  36. .demo_changer .btn:active,
  37. .demo_changer .btn:focus,
  38. .demo_changer .btn:hover,
  39. .demo_changer .button:active,
  40. .demo_changer .button:focus,
  41. .demo_changer .button:hover {
  42. box-shadow: none !important;
  43. }
  44. .demo_changer .button {
  45. background-image: none;
  46. border: 1px solid #ddd;
  47. border-radius: 3px;
  48. cursor: pointer;
  49. display: inline-block;
  50. font-size: 14px;
  51. font-weight: normal;
  52. background: #fff;
  53. line-height: 1.42857;
  54. margin-block-end: 0;
  55. width: 145px !important;
  56. padding: 6px 12px;
  57. text-align: center;
  58. vertical-align: middle;
  59. white-space: nowrap;
  60. }
  61. .demo_changer .img-thumbnail {
  62. height: 35px;
  63. background-color: #fff;
  64. border: 1px solid #ddd;
  65. margin-block-end: 5px;
  66. width: 46% !important;
  67. padding: 2px;
  68. }
  69. .demo_changer img {
  70. border: 4px solid #f4f7fe;
  71. margin: 2px;
  72. border-radius: 8px;
  73. background: #ffffff;
  74. }
  75. .demo_changer hr {
  76. border-color: #E0E0E0;
  77. }
  78. .demo_changer,
  79. .demo_changer p {
  80. color: #263871 !important;
  81. }
  82. .demo_changer h4 {
  83. font-size: 14px;
  84. padding-block-end: 0;
  85. text-align: start;
  86. padding: 10px;
  87. font-weight: 600;
  88. border-block-end: 1px solid #e9edf4;
  89. background: #ebeff8;
  90. border-block-start: 1px solid #e9edf4;
  91. margin: 10px 0 !important;
  92. text-transform: uppercase;
  93. }
  94. .demo_changer i {
  95. color: #fff;
  96. font-size: 21px;
  97. margin-block-start: 10px;
  98. }
  99. .demo_changer .demo-icon {
  100. cursor: pointer;
  101. text-align: center;
  102. padding: 2px;
  103. float: left;
  104. height: 40px;
  105. line-height: 38px;
  106. width: 40px;
  107. border-start-start-radius: 5px !important;
  108. border-start-end-radius: 0px !important;
  109. border-end-end-radius: 0px !important;
  110. border-end-start-radius: 5px !important;
  111. top: 17rem;
  112. position: relative;
  113. }
  114. @media (max-width: 992px) {
  115. .demo_changer .form_holder {
  116. height: 100vh;
  117. }
  118. }
  119. @media (min-width: 992px) {
  120. .demo_changer .form_holder {
  121. height: 100vh;
  122. }
  123. }
  124. .demo_changer .form_holder {
  125. background: #fff;
  126. border-radius: 0;
  127. cursor: pointer;
  128. float: right;
  129. font-size: 12px;
  130. padding: 0 7px;
  131. width: 270px;
  132. box-shadow: 0px 8px 14.72px 1.28px rgba(130, 130, 134, 0.2);
  133. border-inline-start: 1px solid #e9edf4;
  134. }
  135. .demo_changer .form_holder p {
  136. font-size: 12px;
  137. }
  138. .predefined_styles {
  139. padding: 0 5px;
  140. text-align: center;
  141. }
  142. @media only screen and (min-width: 768px) {
  143. .demo_changer {
  144. top: 0;
  145. }
  146. .demo_changer .demo-icon {
  147. height: 40px;
  148. width: 40px;
  149. }
  150. .demo_changer i {
  151. font-size: 17px;
  152. }
  153. }
  154. @media only screen and (max-width: 768px) {
  155. .demo_changer {
  156. top: 0px;
  157. }
  158. .demo_changer i {
  159. font-size: 21px;
  160. margin-block-start: 8px;
  161. }
  162. .demo_changer .demo-icon {
  163. height: 40px;
  164. width: 40px;
  165. }
  166. .demo_changer {
  167. display: block;
  168. }
  169. }
  170. @supports (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px)){
  171. .transparent-mode .demo_changer .form_holder{
  172. background-color: transparent !important;
  173. border-inline-start: 1px solid rgba(255, 255, 255, 0.1);
  174. backdrop-filter: blur(150px);
  175. }
  176. }
  177. .transparent-mode .demo_changer h4 {
  178. border-block-end: 1px solid rgba(255, 255, 255, 0.1);
  179. background: rgba(0, 0, 0, 0.2);
  180. border-block-start: 1px solid rgba(255, 255, 255, 0.1);
  181. color: #fff;
  182. }
  183. .transparent-mode .demo_changer, .transparent-mode .demo_changer p {
  184. color: rgba(255, 255, 255, 0.8) !important;
  185. }
  186. .dark-mode .demo_changer .form_holder{
  187. background-color: #2a2a4a;
  188. border-inline-start: 1px solid rgba(255, 255, 255, 0.1);
  189. }
  190. .dark-mode .demo_changer h4 {
  191. border-block-end: 1px solid rgba(255, 255, 255, 0.1);
  192. background: rgba(0, 0, 0, 0.2);
  193. border-block-start: 1px solid rgba(255, 255, 255, 0.1);
  194. color: #fff;
  195. }
  196. .dark-mode .demo_changer, .dark-mode .demo_changer p {
  197. color: rgba(255, 255, 255, 0.8) !important;
  198. }
  199. .dark-mode .input-color-picker {
  200. border: 1px solid rgba(255, 255, 255, 0.1);
  201. background-color: transparent;
  202. }
  203. .dark-mode .input-dark-color-picker {
  204. border: 1px solid rgba(255, 255, 255, 0.1);
  205. background-color: transparent;
  206. }
  207. .dark-mode .input-transparent-color-picker {
  208. border: 1px solid rgba(255, 255, 255, 0.1);
  209. background-color: transparent;
  210. }
  211. .transparent-mode .input-color-picker {
  212. border: 1px solid rgba(255, 255, 255, 0.5);
  213. background-color: transparent;
  214. }
  215. .transparent-mode .input-dark-color-picker {
  216. border: 1px solid rgba(255, 255, 255, 0.5);
  217. background-color: transparent;
  218. }
  219. .transparent-mode .input-transparent-color-picker {
  220. border: 1px solid rgba(255, 255, 255, 0.5);
  221. background-color: transparent;
  222. }
  223. .transparent-mode .demo_changer img {
  224. border: 1px solid rgba(255, 255, 255, 0.5);
  225. background: transparent;
  226. }
  227. .dark-mode .demo_changer img {
  228. border: 1px solid rgba(255, 255, 255, 0.1);
  229. background: transparent;
  230. }
  231. .bg-img1 .form_holder{
  232. background-image: url(../../images/media/bg-img1.jpg) !important;
  233. background-repeat: no-repeat;
  234. background-position: center;
  235. background-size: cover;
  236. }
  237. .bg-img2 .form_holder{
  238. background-image: url(../../images/media/bg-img2.jpg) !important;
  239. background-repeat: no-repeat;
  240. background-position: center;
  241. background-size: cover;
  242. }
  243. .bg-img3 .form_holder{
  244. background-image: url(../../images/media/bg-img3.jpg) !important;
  245. background-repeat: no-repeat;
  246. background-position: center;
  247. background-size: cover;
  248. }
  249. .bg-img4 .form_holder{
  250. background-image: url(../../images/media/bg-img4.jpg) !important;
  251. background-repeat: no-repeat;
  252. background-position: center;
  253. background-size: cover;
  254. }
  255. @media screen and (max-width:991px) {
  256. .leftmenu-styles {
  257. display: none;
  258. }
  259. }
  260. @media screen and (max-width:576px){
  261. .card.sidebar-right1 .card-body .switch_section{
  262. padding-inline-end: 0;
  263. }
  264. }
  265. /* licenses */
  266. .tx-26{
  267. font-size: 26px;
  268. }
  269. .tx-14 {
  270. font-size: 14px;
  271. }
  272. .tx-12 {
  273. font-size: 12px;
  274. }
  275. .font-weight-semibold {
  276. font-weight: 500;
  277. }
  278. .w-50 {
  279. width: 50% !important;
  280. }
  281. .w-55 {
  282. width: 50% !important;
  283. }
  284. .w-xs {
  285. min-width: 90px;
  286. }
  287. .w-sm {
  288. min-width: 110px;
  289. }
  290. .w-md {
  291. min-width: 130px;
  292. }
  293. .w-lg {
  294. min-width: 150px;
  295. }
  296. .w-xl {
  297. min-width: 190px;
  298. }
  299. .buynow .money-bag, .free-img{
  300. margin: 0 auto;
  301. display: block;
  302. margin-top: -20px;
  303. }
  304. .buynow .dropdown-item {
  305. display: block;
  306. width: 100%;
  307. padding:0.45rem .80rem;
  308. clear: both;
  309. font-weight: 400;
  310. color: #576074;
  311. text-align: inherit;
  312. white-space: nowrap;
  313. background-color: transparent;
  314. border: 0;
  315. font-size: 15px;
  316. }
  317. .buynow .dropdown-item:hover{
  318. background-color: #f5f4ff !important;
  319. }
  320. .buynow .btn{
  321. padding: 0.375rem 0.75rem;
  322. }
  323. .buynow .dropdown-menu{
  324. border-radius: 5px !important;
  325. background-color: #ffffff;
  326. border: 1px solid #ffffff8a;
  327. box-shadow: 0 0px 90px rgb(155 153 153 / 48%) !important;
  328. }
  329. .buynow .card-block{
  330. border: 1px solid rgb(231 229 245 / 11%) !important;
  331. box-shadow: 0 0.15rem 1.75rem 0 rgb(255 255 255 / 6%);
  332. top: 0;
  333. bottom: 0;
  334. background:#6a1cbb69;
  335. left: 0;
  336. border-radius: 7px;
  337. width: 100%;
  338. height: 100%;
  339. position: absolute;
  340. inset-inline-end: 0;
  341. bottom: 0;
  342. inset-inline-start: 0;
  343. }
  344. @media (max-width: 480px) {
  345. .buynow .card .btn {
  346. display: initial !important;
  347. }
  348. }
  349. .buynow.modal .btn-close:focus{
  350. box-shadow: none;
  351. }
  352. .buynow .modal-content {
  353. position : relative;
  354. display : flex;
  355. flex-direction : column;
  356. width : 100%;
  357. pointer-events : auto;
  358. background-color: #000000a8;
  359. background-clip : padding-box;
  360. border : 1px solid rgba(0, 0, 0, 0.2);
  361. border-radius : 1rem;
  362. outline : 0;
  363. }
  364. .buynow .modal-dialog .image-top {
  365. margin-top: -10px !important;
  366. }
  367. .buynow .modal-dialog .card-block{
  368. background: #6a1cbbbf;
  369. }
  370. .buynow .regular-license {
  371. z-index: 9;
  372. }
  373. .border-0{
  374. border: 0px !important;
  375. }
  376. .modal .modal-header {
  377. padding: 10px 20px;
  378. }
  379. @media (max-width: 480px){
  380. .buynow .modal-dialog .modal-body{
  381. margin: 15px;
  382. }
  383. }
  384. .buynow .modal-dialog .btn-close{
  385. position: absolute;
  386. float: right;
  387. margin-right: auto;
  388. right: 33px;
  389. top: 30px;
  390. padding:4px;
  391. background-image: none;
  392. border: 1px solid #ffffff47;
  393. border-radius: 5px;
  394. line-height: 1;
  395. }
  396. .buynow .modal-dialog .btn-close span{
  397. color: #fff;
  398. font-size: 24px;
  399. padding: 9px 0px;
  400. line-height: .6;
  401. }
  402. .lh-xs {
  403. line-height: 0.75 !important;
  404. margin-top: 6px;
  405. }
  406. .buynow .license-view{
  407. text-align: center;
  408. text-decoration: underline;
  409. }
  410. .buynow .license-view a{
  411. padding: 10px;
  412. border-radius: 5px;
  413. }
  414. .buynow .license-view a:hover{
  415. padding: 10px;
  416. background-color: rgb(255 255 255 / 12%);
  417. border-radius: 5px;
  418. }
  419. .bg-image-style {
  420. background-image: url(../img/bg3.jpg);
  421. background-repeat: no-repeat;
  422. background-position: center;
  423. background-size: cover;
  424. inset-block-start: 0;
  425. inset-inline-start: 0;
  426. inset-inline-end: 0;
  427. position: relative;
  428. border-radius: 0px;
  429. z-index: 0;
  430. }
  431. .bg-image-style::before{
  432. content: "";
  433. background-color: #ffffffa6;
  434. width: 100%;
  435. height: 100%;
  436. left: 0%;
  437. top: 0;
  438. position:absolute;
  439. z-index: -1;
  440. }
  441. .buynow .modal-backdrop{
  442. background-color: #000000b8;
  443. }
  444. .buynow .card-body.imag-list{
  445. overflow: visible;
  446. }
  447. .buynow .imag-list{
  448. position: relative;
  449. content: "";
  450. left: 0;
  451. background-repeat: no-repeat !important;
  452. background-position: center !important;
  453. background-size: cover !important;
  454. width: 100%;
  455. height: 100%;
  456. border-radius: 7px;
  457. overflow: hidden;
  458. z-index: 1;
  459. }
  460. .buynow .imag-list::before{
  461. content: "";
  462. background-repeat: no-repeat;
  463. background-position: center;
  464. background-size: cover;
  465. top: 0;
  466. left: 0;
  467. right: 0;
  468. border-radius: 7px;
  469. position: absolute;
  470. background: #6a1cbb82;
  471. width: 100%;
  472. height: 100%;
  473. z-index: -1;
  474. }
  475. .buynow .modal-content {
  476. z-index: 0;
  477. border: 0px #000 solid !important;
  478. }
  479. .buynow .modal-content::before{
  480. content: "";
  481. content: "";
  482. background-repeat: no-repeat;
  483. background-position: center;
  484. background-size: cover;
  485. top: 0;
  486. left: 0;
  487. right: 0;
  488. border-radius:1rem;
  489. position: absolute;
  490. background: #000000b3 ;
  491. width: 100%;
  492. height: 100%;
  493. z-index: -1;
  494. }
  495. .buynow .Licenses-img{
  496. border: 1px solid #ffffff2e;
  497. border-radius: 7px;
  498. }
  499. .modal.buynow .modal-body .card{
  500. background: transparent;
  501. }