1 .home-button{padding-top:0 !important;text-align:center;}
2 .add-970-90 img{width: 970px; height: 90px;}
3 .add-300-600 img{width: 300px; height: 600px;}
4 .add-320-100 img{width: 320px; height: 100px;}
5 .add-300-250 img{width: 300px; height: 250px;}
6 @media (max-width: 767px) { /* in xs device */
7 .add-970-90,.add-300-600,.add-320-100,.add-300-250 {
8 text-align: center !important;
9 }
10 .add-970-90 img,.add-300-600 img,.add-320-100 img,.add-300-250 img{
11 margin: 15px 0 !important;
12 }
13 .footer-copyright{border-top:none !important;margin-top:20px;}
14 }
15 @media (min-width: 768px) and (max-width: 991px) { /* in sm device */
16 .add-970-90,.add-300-600,.add-320-100,.add-300-250 {
17 text-align: center !important;
18 }
19 .add-970-90 img,.add-300-600 img,.add-320-100 img,.add-300-250 img{
20
margin: 15px 0;
!important;
21 }
22 .footer-copyright{border-top:none !important;margin-top:20px;}
23 }
24 .cookiealert{background: #000;padding: 15px 0;opacity: .7;position: fixed;bottom:0;left: 0;z-index: 99999;width: 100%;}
25 .add-300-600 img,.add-300-250 img
26 {
27 border-radius: 15px;
28 -moz-border-radius: 15px;
29 -webkit-border-radius: 15px;
30 }
31 .form_holder {
32 display: table;
33 margin: 10px 0 3px 35px;
34 font-size: 16px;
35 background: none !important;
36 }
37 .bbw{border-bottom-width: thin !important;border-bottom:solid .5px #f9f9f9 !important;}
38 #website_name {
39 background: #fff none repeat scroll 0 0;
40 opacity: .8;
41 border: 1px solid #ccc;
42 border-right: none;
43 border-radius: 50px 0 0 50px;
44 display: inline-block;
45 float: left;
46 font-size: 16px;
47 font-weight: 500;
48 height: 44px;
49 padding-left: 6%;
50 text-align: center;
51 transition: all 0.3s ease 0s;
52 width: 400px;
53 color: black !important;
54 }
55
56 #website_name:focus{outline: 0 !important;}
57
58 #submit {
59 background: #0b72e6 none repeat scroll 0 0;
60 opacity: .9;
61 border: medium none;
62 border-radius: 0 50px 50px 0;
63 display: inline-block;
64 font-size: 20px;
65 font-weight: 400;
66 height: 44px;
67 line-height: 50px;
68 padding-top: 10px;
69 transition: all 0.3s ease 0s;
70 width: 70px;
71 cursor: pointer;
72 color: #fff;
73 }
74 #submit .fa-2x {
75 font-size: 1.3em;
76 position: relative;
77 top: -11px;
78 }
79
80 .swal-button.swal-button--confirm {
81 box-shadow: 0 2px 6px #acb5f6;
82 background-color: #6777ef;
83 }
84 .swal-button {
85 border-radius: 3px;
86 font-size: 16px;
87 }
88 .swal-footer {
89 text-align: center;
90 }
91
92 @media screen and (max-width: 640px) {
93 #website_name {
94 width: 200px;
95
font-size: 8px;
96 margin-left: -66px;
97 }
98
99 .form_holder {
100 margin-left: 150px;
101 /*margin-top: -20px;*/
102 }
103 }
104
105 @media only screen and (max-width: 400px) {
106 #website_name {
107 width: 170px;
108
font-size: 8px;
109 margin-left: -145px;
110 }
111
112 .form_holder {
113 margin-left: 200px;
114 /*margin-top: -20px;*/
115 }
116 }
117
118
119 /* 3.5 Card */
120 .card {
121 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
122 background-color: #fff;
123 border-radius: 3px;
124 border: none;
125 position: relative;
126 margin-bottom: 30px; }
127 .card .card-header, .card .card-body, .card .card-footer {
128 background-color: transparent;
129 padding: 20px 25px; }
130 .card .navbar {
131 position: static; }
132 .card .card-body {
133 padding-top: 20px;
134 padding-bottom: 20px; }
135 .card .card-body .section-title {
136 margin: 30px 0 10px 0;
137 font-size: 16px; }
138 .card .card-body .section-title:before {
139 margin-top: 8px; }
140 .card .card-body .section-title + .section-lead {
141 margin-top: -5px; }
142 .card .card-body p {
143 font-weight: 500; }
144 .card .card-header {
145 border-bottom-color: #f9f9f9;
146 line-height: 30px;
147 -ms-grid-row-align: center;
148 align-self: center;
149 width: 100%;
150 min-height: 70px;
151 padding: 15px 25px;
152 display: flex;
153 align-items: center; }
154 .card .card-header .btn {
155 margin-top: 1px;
156 padding: 2px 15px; }
157 .card .card-header .btn:not(.note-btn) {
158 border-radius: 30px; }
159 .card .card-header .btn:hover {
160 box-shadow: none; }
161 .card .card-header .form-control {
162 height: 31px;
163
font-size: 13px;
164 border-radius: 30px; }
165 .card .card-header .form-control + .input-group-btn .btn {
166 margin-top: -1px; }
167 .card .card-header h4 {
168 font-size: 16px;
169 line-height: 28px;
170 color: #6777ef;
171 padding-right: 10px;
172 margin-bottom: 0; }
173 .card .card-header h4 + .card-header-action,
174 .card .card-header h4 + .card-header-form {
175 margin-left: auto; }
176 .card .card-header h4 + .card-header-action .btn,
177 .card .card-header h4 + .card-header-form .btn {
178
font-size: 12px;
179 border-radius: 30px !important;
180 padding-left: 13px !important;
181 padding-right: 13px !important; }
182 .card .card-header h4 + .card-header-action .btn.active,
183 .card .card-header h4 + .card-header-form .btn.active {
184 box-shadow: 0 2px 6px #acb5f6;
185 background-color: #6777ef;
186 color: #fff; }
187 .card .card-header h4 + .card-header-action .dropdown,
188 .card .card-header h4 + .card-header-form .dropdown {
189 display: inline; }
190 .card .card-header h4 + .card-header-action .btn-group .btn,
191 .card .card-header h4 + .card-header-form .btn-group .btn {
192 border-radius: 0 !important; }
193 .card .card-header h4 + .card-header-action .btn-group .btn:first-child,
194 .card .card-header h4 + .card-header-form .btn-group .btn:first-child {
195 border-radius: 30px 0 0 30px !important; }
196 .card .card-header h4 + .card-header-action .btn-group .btn:last-child,
197 .card .card-header h4 + .card-header-form .btn-group .btn:last-child {
198 border-radius: 0 30px 30px 0 !important; }
199 .card .card-header h4 + .card-header-action .input-group .form-control,
200 .card .card-header h4 + .card-header-form .input-group .form-control {
201 border-radius: 30px 0 0 30px !important; }
202 .card .card-header h4 + .card-header-action .input-group .form-control + .input-group-btn .btn,
203 .card .card-header h4 + .card-header-form .input-group .form-control + .input-group-btn .btn {
204 border-radius: 0 30px 30px 0 !important; }
205 .card .card-header h4 + .card-header-action .input-group .input-group-btn + .form-control,
206 .card .card-header h4 + .card-header-form .input-group .input-group-btn + .form-control {
207 border-radius: 0 30px 30px 0 !important; }
208 .card .card-header h4 + .card-header-action .input-group .input-group-btn .btn,
209 .card .card-header h4 + .card-header-form .input-group .input-group-btn .btn {
210 margin-top: -1px;
211 border-radius: 30px 0 0 30px !important; }
212 .card .card-footer {
213 background-color: transparent;
214 border: none; }
215 .card.card-mt {
216 margin-top: 30px; }
217 .card.card-progress:after {
218 content: ' ';
219 position: absolute;
220 top: 0;
221 left: 0;
222 width: 100%;
223 height: 100%;
224 background-color: rgba(255, 255, 255, 0.5);
225 z-index: 99;
226 z-index: 99; }
227 .card.card-progress .card-progress-dismiss {
228 position: absolute;
229 top: 66%;
230 left: 50%;
231 -webkit-transform: translate(-50%, -50%);
232 transform: translate(-50%, -50%);
233 z-index: 999;
234 color: #fff !important;
235 padding: 5px 13px; }
236 .card.card-progress.remove-spinner .card-progress-dismiss {
237 top: 50%;
238 -webkit-transform: translate(-50%, -50%);
239 transform: translate(-50%, -50%); }
240 .card.card-progress:not(.remove-spinner):after {
241 background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQogd2lkdGg9IjQwcHgiIGhlaWdodD0iNDBweCIgdmlld0JveD0iMCAwIDUwIDUwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MCA1MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iIzAwMCIgZD0iTTQzLjkzNSwyNS4xNDVjMC0xMC4zMTgtOC4zNjQtMTguNjgzLTE4LjY4My0xOC42ODNjLTEwLjMxOCwwLTE4LjY4Myw4LjM2NS0xOC42ODMsMTguNjgzaDQuMDY4YzAtOC4wNzEsNi41NDMtMTQuNjE1LDE0LjYxNS0xNC42MTVjOC4wNzIsMCwxNC42MTUsNi41NDMsMTQuNjE1LDE0LjYxNUg0My45MzV6Ij4NCjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZVR5cGU9InhtbCINCiAgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIg0KICB0eXBlPSJyb3RhdGUiDQogIGZyb209IjAgMjUgMjUiDQogIHRvPSIzNjAgMjUgMjUiDQogIGR1cj0iMC42cyINCiAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4NCjwvcGF0aD4NCjwvc3ZnPg0K");
242 background-size: 80px;
243 background-repeat: no-repeat;
244 background-position: center; }
245 .card.card-primary {
246 border-top: 2px solid #6777ef; }
247 .card.card-secondary {
248 border-top: 2px solid #34395e; }
249 .card.card-success {
250 border-top: 2px solid #63ed7a; }
251 .card.card-danger {
252 border-top: 2px solid #fc544b; }
253 .card.card-warning {
254 border-top: 2px solid #ffa426; }
255 .card.card-info {
256 border-top: 2px solid #3abaf4; }
257 .card.card-dark {
258 border-top: 2px solid #191d21; }
259 .card.card-hero .card-header {
260 padding: 40px;
261 background-image: linear-gradient(to bottom, #6777ef, #95a0f4);
262 color: #fff;
263 overflow: hidden;
264 height: auto;
265 min-height: auto;
266 display: block; }
267 .card.card-hero .card-header h4 {
268 font-size: 40px;
269 line-height: 1;
270 color: #fff; }
271 .card.card-hero .card-header .card-description {
272 margin-top: 5px;
273 font-size: 16px; }
274 .card.card-hero .card-header .card-icon {
275 float: right;
276 color: #8c98f3;
277 margin: -60px; }
278 .card.card-hero .card-header .card-icon .ion, .card.card-hero .card-header .card-icon .fas, .card.card-hero .card-header .card-icon .far, .card.card-hero .card-header .card-icon .fab, .card.card-hero .card-header .card-icon .fal {
279 font-size: 140px; }
280 .card.card-statistic-1 .card-header, .card.card-statistic-2 .card-header {
281 border-color: transparent;
282 padding-bottom: 0;
283 height: auto;
284 min-height: auto;
285 display: block; }
286 .card.card-statistic-1 .card-header h4,
287 .card.card-statistic-2 .card-header h4 {
288 line-height: 1.2;
289 color: #98a6ad; }
290 .card.card-statistic-1 .card-body,
291 .card.card-statistic-2 .card-body {
292 padding-top: 0; }
293 .card.card-statistic-1 .card-body, .card.card-statistic-2 .card-body {
294 font-size: 26px;
295 font-weight: 700;
296 color: #34395e;
297 padding-bottom: 0; }
298 .card.card-statistic-1, .card.card-statistic-2 {
299 display: inline-block;
300 width: 100%; }
301 .card.card-statistic-1 .card-icon, .card.card-statistic-2 .card-icon {
302 width: 80px;
303 height: 80px;
304 margin: 10px;
305 border-radius: 3px;
306 line-height: 94px;
307 text-align: center;
308 float: left;
309 margin-right: 15px; }
310 .card.card-statistic-1 .card-icon .ion, .card.card-statistic-1 .card-icon .fas, .card.card-statistic-1 .card-icon .far, .card.card-statistic-1 .card-icon .fab, .card.card-statistic-1 .card-icon .fal, .card.card-statistic-2 .card-icon .ion, .card.card-statistic-2 .card-icon .fas, .card.card-statistic-2 .card-icon .far, .card.card-statistic-2 .card-icon .fab, .card.card-statistic-2 .card-icon .fal {
311 font-size: 22px;
312 color: #fff; }
313 .card.card-statistic-1 .card-icon {
314 line-height: 90px; }
315 .card.card-statistic-2 .card-icon {
316 width: 50px;
317 height: 50px;
318 line-height: 50px;
319 font-size: 22px;
320 margin: 25px; }
321 .card.card-statistic-1 .card-header, .card.card-statistic-2 .card-header {
322 padding-bottom: 0;
323 padding-top: 25px; }
324 .card.card-statistic-2 .card-body {
325 padding-top: 20px; }
326 .card.card-statistic-2 .card-header + .card-body,
327 .card.card-statistic-2 .card-body + .card-header {
328 padding-top: 0; }
329 .card.card-statistic-1 .card-header h4, .card.card-statistic-2 .card-header h4 {
330 font-weight: 600;
331
font-size: 13px;
332 letter-spacing: .5px; }
333 .card.card-statistic-1 .card-header h4 {
334 margin-bottom: 0; }
335 .card.card-statistic-2 .card-header h4 {
336 text-transform: none;
337 margin-bottom: 0; }
338 .card.card-statistic-1 .card-body {
339 font-size: 20px; }
340 .card.card-statistic-2 .card-chart {
341 padding-top: 20px;
342 margin-left: -9px;
343 margin-right: -1px;
344 margin-bottom: -15px; }
345 .card.card-statistic-2 .card-chart canvas {
346 height: 90px !important; }
347 .card .card-stats {
348 width: 100%;
349 display: inline-block;
350 margin-top: 2px;
351 margin-bottom: -6px; }
352 .card .card-stats .card-stats-title {
353 padding: 15px 25px;
354 background-color: #fff;
355
font-size: 13px;
356 font-weight: 600;
357 letter-spacing: .3px; }
358 .card .card-stats .card-stats-items {
359 display: flex;
360 height: 50px;
361 align-items: center; }
362 .card .card-stats .card-stats-item {
363 width: calc(100% / 3);
364 text-align: center;
365 padding: 5px 20px; }
366 .card .card-stats .card-stats-item .card-stats-item-label {
367
font-size: 12px;
368 letter-spacing: .5px;
369 margin-top: 4px;
370 text-overflow: ellipsis;
371 overflow: hidden;
372 white-space: nowrap; }
373 .card .card-stats .card-stats-item .card-stats-item-count {
374 line-height: 1;
375 margin-bottom: 8px;
376 font-size: 20px;
377 font-weight: 700; }
378 .card.card-large-icons {
379 display: flex;
380 flex-direction: row; }
381 .card.card-large-icons .card-icon {
382 display: flex;
383 align-items: center;
384 justify-content: center;
385 flex-shrink: 0;
386 width: 150px;
387 border-radius: 3px 0 0 3px; }
388 .card.card-large-icons .card-icon .ion, .card.card-large-icons .card-icon .fas, .card.card-large-icons .card-icon .far, .card.card-large-icons .card-icon .fab, .card.card-large-icons .card-icon .fal {
389 font-size: 60px; }
390 .card.card-large-icons .card-body {
391 padding: 25px 30px; }
392 .card.card-large-icons .card-body h4 {
393 font-size: 18px; }
394 .card.card-large-icons .card-body p {
395 opacity: .6;
396 font-weight: 500; }
397 .card.card-large-icons .card-body a.card-cta {
398 text-decoration: none; }
399 .card.card-large-icons .card-body a.card-cta i {
400 margin-left: 7px; }
401 .card.bg-primary, .card.bg-danger, .card.bg-success, .card.bg-info, .card.bg-dark, .card.bg-warning {
402 color: #fff; }
403 .card.bg-primary .card-header, .card.bg-danger .card-header, .card.bg-success .card-header, .card.bg-info .card-header, .card.bg-dark .card-header, .card.bg-warning .card-header {
404 color: #fff;
405 opacity: .9; }
406
407 @media (max-width: 575.98px) {
408 .card.card-large-icons {
409 display: inline-block; }
410 .card.card-large-icons .card-icon {
411 width: 100%;
412 height: 200px; } }
413
414 @media (max-width: 767.98px) {
415 .card .card-header {
416 height: auto;
417 flex-wrap: wrap; }
418 .card .card-header h4 + .card-header-action,
419 .card .card-header h4 + .card-header-form {
420 flex-grow: 0;
421 width: 100%;
422 margin-top: 10px; } }
423
424 @media (min-width: 768px) and (max-width: 991.98px) {
425 .card .card-stats .card-stats-items {
426 height: 49px; }
427 .card .card-stats .card-stats-items .card-stats-item {
428 padding: 5px 7px; }
429 .card .card-stats .card-stats-items .card-stats-item .card-stats-item-count {
430 font-size: 16px; }
431 .card.card-sm-6 .card-chart canvas {
432 height: 85px !important; }
433 .card.card-hero .card-header {
434 padding: 25px; } }
435
436 .blue {
437 color: #6777EF !important;
438 }
439
440 /* 3.21 Progress Bar */
441 .progress-bar {
442 background-color: #6777ef; }
443
444
445 /* 3.8 Modal */
446 .modal-header,
447 .modal-body,
448 .modal-footer {
449 padding: 25px; }
450
451 /* .modal-body {
452 padding-top: 15px; } */
453
454 .modal-footer {
455 padding-top: 15px;
456 padding-bottom: 15px; }
457
458 .modal-header {
459 border-bottom: none;
460 padding-bottom: 5px; }
461
462 .modal-header h5 {
463 font-size: 18px; }
464
465 .modal-footer {
466 border-top: none;
467 border-radius: 0 0 3px 3px; }
468
469 .modal-content {
470 max-width: 100%;
471 border: none;
472 box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05); }
473
474 .modal.show .modal-content {
475 box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }
476
477 .modal-progress .modal-content {
478 position: relative; }
479 .modal-progress .modal-content:after {
480 content: ' ';
481 position: absolute;
482 top: 0;
483 left: 0;
484 width: 100%;
485 height: 100%;
486 background-color: rgba(255, 255, 255, 0.5);
487 z-index: 999;
488 background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQogd2lkdGg9IjQwcHgiIGhlaWdodD0iNDBweCIgdmlld0JveD0iMCAwIDUwIDUwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MCA1MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iIzAwMCIgZD0iTTQzLjkzNSwyNS4xNDVjMC0xMC4zMTgtOC4zNjQtMTguNjgzLTE4LjY4My0xOC42ODNjLTEwLjMxOCwwLTE4LjY4Myw4LjM2NS0xOC42ODMsMTguNjgzaDQuMDY4YzAtOC4wNzEsNi41NDMtMTQuNjE1LDE0LjYxNS0xNC42MTVjOC4wNzIsMCwxNC42MTUsNi41NDMsMTQuNjE1LDE0LjYxNUg0My45MzV6Ij4NCjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZVR5cGU9InhtbCINCiAgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIg0KICB0eXBlPSJyb3RhdGUiDQogIGZyb209IjAgMjUgMjUiDQogIHRvPSIzNjAgMjUgMjUiDQogIGR1cj0iMC42cyINCiAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4NCjwvcGF0aD4NCjwvc3ZnPg0K");
489 background-size: 80px;
490 background-repeat: no-repeat;
491 background-position: center;
492 border-radius: 3px; }
493
494 .modal-part {
495 display: none; }
496
497 .btn-primary, .btn-primary.disabled {
498 box-shadow: 0 2px 6px #acb5f6;
499 background-color: #6777ef;
500 border-color: #6777ef; }
501 .btn-primary:focus, .btn-primary.disabled:focus {
502 background-color: #394eea !important; }
503 .btn-primary:focus:active, .btn-primary.disabled:focus:active {
504 background-color: #394eea !important; }
505 .btn-primary:active, .btn-primary:hover, .btn-primary.disabled:active, .btn-primary.disabled:hover {
506 background-color: #394eea !important; }
507 #completed_function_str {
font-size:14px !important; }
508 .bg-whitesmoke {
509 background-color: #f7f9f9 !important;
510 }
511
512 .bg-primary {
513 background-color: #6777ef !important; }
514
515 .bg-secondary {
516 background-color: #cdd3d8 !important; }
517
518 .bg-success {
519 background-color: #63ed7a !important; }
520
521 .bg-info {
522 background-color: #3abaf4 !important; }
523
524 .bg-warning {
525 background-color: #ffa426 !important; }
526
527 .bg-danger {
528 background-color: #fc544b !important; }
529
530 .bg-light {
531 background-color: #e3eaef !important; }
532
533 .bg-dark {
534 background-color: #191d21 !important; }
535.text-primary, .text-primary-all *, .text-primary-all *:before, .text-primary-all *:after {
536 color: #6777ef !important; }
537
538.text-secondary, .text-secondary-all *, .text-secondary-all *:before, .text-secondary-all *:after {
539 color: #cdd3d8 !important; }
540
541.text-success, .text-success-all *, .text-success-all *:before, .text-success-all *:after {
542 color: #63ed7a !important; }
543
544.text-info, .text-info-all *, .text-info-all *:before, .text-info-all *:after {
545 color: #3abaf4 !important; }
546
547.text-warning, .text-warning-all *, .text-warning-all *:before, .text-warning-all *:after {
548 color: #ffa426 !important; }
549
550.text-danger, .text-danger-all *, .text-danger-all *:before, .text-danger-all *:after {
551 color: #fc544b !important; }
552
553.text-light, .text-light-all *, .text-light-all *:before, .text-light-all *:after {
554 color: #e3eaef !important; }
555
556.text-white, .text-white-all *, .text-white-all *:before, .text-white-all *:after {
557 color: #ffffff !important; }
558
559.text-dark, .text-dark-all *, .text-dark-all *:before, .text-dark-all *:after {
560 color: #191d21 !important; }
561 .modal-header, .modal-body, .modal-footer {
562 padding: 25px !important;
563 }