| 1 |
/*! elementor - v3.7.4 - 31-08-2022 */ |
| 2 |
:root { |
| 3 |
--color-box-shadow-color: rgba(0, 0, 0, 0.05); |
| 4 |
} |
| 5 |
|
| 6 |
.eps-theme-dark { |
| 7 |
--color-box-shadow-color: rgba(0, 0, 0, 0.1); |
| 8 |
} |
| 9 |
|
| 10 |
.sr-only { |
| 11 |
position: absolute; |
| 12 |
width: 1px; |
| 13 |
height: 1px; |
| 14 |
padding: 0; |
| 15 |
margin: -1px; |
| 16 |
overflow: hidden; |
| 17 |
clip: rect(0, 0, 0, 0); |
| 18 |
white-space: nowrap; |
| 19 |
border: 0; |
| 20 |
} |
| 21 |
|
| 22 |
@media screen and (min-width: 480px) { |
| 23 |
.text-start-sm { |
| 24 |
text-align: start; |
| 25 |
} |
| 26 |
} |
| 27 |
@media screen and (min-width: 480px) { |
| 28 |
.text-center-sm { |
| 29 |
text-align: center; |
| 30 |
} |
| 31 |
} |
| 32 |
@media screen and (min-width: 480px) { |
| 33 |
.text-end-sm { |
| 34 |
text-align: end; |
| 35 |
} |
| 36 |
} |
| 37 |
@media screen and (min-width: 768px) { |
| 38 |
.text-start-md { |
| 39 |
text-align: start; |
| 40 |
} |
| 41 |
} |
| 42 |
@media screen and (min-width: 768px) { |
| 43 |
.text-center-md { |
| 44 |
text-align: center; |
| 45 |
} |
| 46 |
} |
| 47 |
@media screen and (min-width: 768px) { |
| 48 |
.text-end-md { |
| 49 |
text-align: end; |
| 50 |
} |
| 51 |
} |
| 52 |
@media screen and (min-width: 1025px) { |
| 53 |
.text-start-lg { |
| 54 |
text-align: start; |
| 55 |
} |
| 56 |
} |
| 57 |
@media screen and (min-width: 1025px) { |
| 58 |
.text-center-lg { |
| 59 |
text-align: center; |
| 60 |
} |
| 61 |
} |
| 62 |
@media screen and (min-width: 1025px) { |
| 63 |
.text-end-lg { |
| 64 |
text-align: end; |
| 65 |
} |
| 66 |
} |
| 67 |
@media screen and (min-width: 1440px) { |
| 68 |
.text-start-xl { |
| 69 |
text-align: start; |
| 70 |
} |
| 71 |
} |
| 72 |
@media screen and (min-width: 1440px) { |
| 73 |
.text-center-xl { |
| 74 |
text-align: center; |
| 75 |
} |
| 76 |
} |
| 77 |
@media screen and (min-width: 1440px) { |
| 78 |
.text-end-xl { |
| 79 |
text-align: end; |
| 80 |
} |
| 81 |
} |
| 82 |
@media screen and (min-width: 1600px) { |
| 83 |
.text-start-xxl { |
| 84 |
text-align: start; |
| 85 |
} |
| 86 |
} |
| 87 |
@media screen and (min-width: 1600px) { |
| 88 |
.text-center-xxl { |
| 89 |
text-align: center; |
| 90 |
} |
| 91 |
} |
| 92 |
@media screen and (min-width: 1600px) { |
| 93 |
.text-end-xxl { |
| 94 |
text-align: end; |
| 95 |
} |
| 96 |
} |
| 97 |
@-webkit-keyframes eps-animation-pop { |
| 98 |
from { |
| 99 |
-webkit-transform: scale(0.75); |
| 100 |
transform: scale(0.75); |
| 101 |
opacity: 0; |
| 102 |
} |
| 103 |
to { |
| 104 |
-webkit-transform: scale(1); |
| 105 |
transform: scale(1); |
| 106 |
opacity: 1; |
| 107 |
} |
| 108 |
} |
| 109 |
@keyframes eps-animation-pop { |
| 110 |
from { |
| 111 |
-webkit-transform: scale(0.75); |
| 112 |
transform: scale(0.75); |
| 113 |
opacity: 0; |
| 114 |
} |
| 115 |
to { |
| 116 |
-webkit-transform: scale(1); |
| 117 |
transform: scale(1); |
| 118 |
opacity: 1; |
| 119 |
} |
| 120 |
} |
| 121 |
/*# sourceMappingURL=app-base-rtl.css.map */ |