| 1 |
.elementor-image-choices-label { |
| 2 |
background: white; |
| 3 |
} |
| 4 |
|
| 5 |
.darkify-elementor-switches { |
| 6 |
display: grid; |
| 7 |
gap: 0.75rem; |
| 8 |
grid-template-columns: repeat(2, minmax(0, 1fr)); |
| 9 |
} |
| 10 |
|
| 11 |
.darkify-elementor-switches-item input { |
| 12 |
clip: rect(0, 0, 0, 0); |
| 13 |
border-width: 0; |
| 14 |
height: 1px; |
| 15 |
margin: -1px; |
| 16 |
overflow: hidden; |
| 17 |
padding: 0; |
| 18 |
position: absolute; |
| 19 |
white-space: nowrap; |
| 20 |
width: 1px; |
| 21 |
} |
| 22 |
.darkify-elementor-switches-item label { |
| 23 |
align-items: center; |
| 24 |
background-color:#fff; |
| 25 |
border: 3px solid #587075; |
| 26 |
border-radius: 0.5rem; |
| 27 |
cursor: pointer; |
| 28 |
display: flex; |
| 29 |
gap: 0.5rem; |
| 30 |
height: 100%; |
| 31 |
inset: 0; |
| 32 |
justify-content: center; |
| 33 |
padding: 0.75rem; |
| 34 |
width: 100%; |
| 35 |
} |
| 36 |
.darkify-elementor-switches-item:first-child { |
| 37 |
border-color: #1a74e4; |
| 38 |
} |
| 39 |
.darkify-elementor-switches-item input:checked + label { |
| 40 |
border-color: #1a74e4 !important; |
| 41 |
position: relative; |
| 42 |
} |
| 43 |
.darkify-elementor-switches-item input:checked + label::before { |
| 44 |
position: absolute; |
| 45 |
top: 5px; |
| 46 |
left: 4px; |
| 47 |
text-align: center; |
| 48 |
font-size: 14px; |
| 49 |
font-family: "eicons"; |
| 50 |
content: "\e90d"; |
| 51 |
width: 16px; |
| 52 |
height: 16px; |
| 53 |
line-height: 14px; |
| 54 |
color: #1a74e4; |
| 55 |
transition: opacity 0.2s; |
| 56 |
border-radius: 50%; |
| 57 |
} |
| 58 |
.darkify-elementor-switches-item { |
| 59 |
position: relative; |
| 60 |
} |
| 61 |
.darkify-elementor-switches-item:nth-child(n + 6) { |
| 62 |
pointer-events: none; |
| 63 |
opacity: 0.8; |
| 64 |
} |
| 65 |
.darkify-elementor-switches-item:nth-child(n + 6)::after { |
| 66 |
position: absolute; |
| 67 |
content: "PRO"; |
| 68 |
top: 0; |
| 69 |
right: 0; |
| 70 |
padding: 4px; |
| 71 |
background-color: #587075; |
| 72 |
color:#fff; |
| 73 |
font-size: 10px; |
| 74 |
border-top-right-radius: 7px; |
| 75 |
border-bottom-left-radius: 3px; |
| 76 |
} |