| 1 |
.wpfnl-comparison-chart-wrapper { |
| 2 |
border-radius: 10px; |
| 3 |
background: #FFF; |
| 4 |
box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3); |
| 5 |
padding: 24px; |
| 6 |
} |
| 7 |
.wpfnl-comparison-chart-wrapper .wpfnl-loader { |
| 8 |
display: flex; |
| 9 |
margin: 150px auto; |
| 10 |
padding: 40px; |
| 11 |
} |
| 12 |
.wpfnl-comparison-chart-wrapper .wpfnl-chart-title { |
| 13 |
color: #2D3149; |
| 14 |
font-size: 18px; |
| 15 |
font-style: normal; |
| 16 |
font-weight: 600; |
| 17 |
line-height: 18px; |
| 18 |
margin: 0; |
| 19 |
margin-bottom: 24px; |
| 20 |
} |
| 21 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container { |
| 22 |
display: flex; |
| 23 |
align-items: center; |
| 24 |
justify-content: space-between; |
| 25 |
} |
| 26 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab { |
| 27 |
padding: 16px 24px; |
| 28 |
position: relative; |
| 29 |
cursor: pointer; |
| 30 |
} |
| 31 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.disabled { |
| 32 |
pointer-events: none; |
| 33 |
cursor: not-allowed; |
| 34 |
} |
| 35 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.disabled .wpfnl-overlay { |
| 36 |
width: 99.5%; |
| 37 |
padding: 0; |
| 38 |
left: -1px; |
| 39 |
border-radius: 0; |
| 40 |
bottom: -1px; |
| 41 |
top: unset; |
| 42 |
border: 1px solid rgba(238, 240, 243, 0.8); |
| 43 |
border-bottom: none; |
| 44 |
border-radius: 10px 10px 0 0; |
| 45 |
} |
| 46 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header { |
| 47 |
display: flex; |
| 48 |
align-items: center; |
| 49 |
justify-content: flex-start; |
| 50 |
gap: 10px; |
| 51 |
margin-bottom: 10px; |
| 52 |
} |
| 53 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-tab-total-amount { |
| 54 |
margin: 0; |
| 55 |
color: #2D3149; |
| 56 |
font-size: 22px; |
| 57 |
font-style: normal; |
| 58 |
font-weight: 500; |
| 59 |
line-height: 1.36; |
| 60 |
letter-spacing: -0.44px; |
| 61 |
} |
| 62 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage { |
| 63 |
border-radius: 100px; |
| 64 |
padding: 4px 7px; |
| 65 |
display: flex; |
| 66 |
align-items: center; |
| 67 |
gap: 1px; |
| 68 |
justify-content: center; |
| 69 |
font-size: 12px; |
| 70 |
font-style: normal; |
| 71 |
font-weight: 500; |
| 72 |
line-height: 1; |
| 73 |
margin: 0; |
| 74 |
min-width: 40px; |
| 75 |
} |
| 76 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage.wpfnl-decrease { |
| 77 |
background: rgba(236, 89, 86, 0.1); |
| 78 |
color: #EC5956; |
| 79 |
} |
| 80 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage.wpfnl-increase { |
| 81 |
background: rgba(18, 183, 106, 0.1); |
| 82 |
color: #12B76A; |
| 83 |
} |
| 84 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-title { |
| 85 |
margin: 0; |
| 86 |
color: #667085; |
| 87 |
font-size: 14px; |
| 88 |
font-style: normal; |
| 89 |
font-weight: 400; |
| 90 |
line-height: 1; |
| 91 |
} |
| 92 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab::after { |
| 93 |
content: ""; |
| 94 |
width: 1px; |
| 95 |
height: 60%; |
| 96 |
position: absolute; |
| 97 |
background: #E4E6EB; |
| 98 |
right: 0; |
| 99 |
top: 30%; |
| 100 |
} |
| 101 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.active { |
| 102 |
border-radius: 8px 8px 0px 0px; |
| 103 |
border: 1px solid rgba(238, 240, 243, 0.8); |
| 104 |
background: #FCFCFF; |
| 105 |
border-bottom: 0; |
| 106 |
} |
| 107 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.active::after { |
| 108 |
content: none; |
| 109 |
} |
| 110 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.no-after::after { |
| 111 |
content: none; |
| 112 |
} |
| 113 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab:last-child::after { |
| 114 |
content: none; |
| 115 |
} |
| 116 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body { |
| 117 |
border-radius: 0px 0px 8px 8px; |
| 118 |
border: 1px solid rgba(241, 240, 245, 0.8); |
| 119 |
background: #FCFCFF; |
| 120 |
padding: 24px; |
| 121 |
} |
| 122 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container { |
| 123 |
position: relative; |
| 124 |
} |
| 125 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container .wpfnl-comparison-chart-steps { |
| 126 |
position: absolute; |
| 127 |
top: 3px; |
| 128 |
left: 0; |
| 129 |
height: 292px; |
| 130 |
width: 100%; |
| 131 |
display: flex; |
| 132 |
flex-flow: column; |
| 133 |
justify-content: space-between; |
| 134 |
} |
| 135 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container .wpfnl-comparison-chart-steps .wpfnl-single-step { |
| 136 |
color: #9398A5; |
| 137 |
text-align: right; |
| 138 |
font-size: 12px; |
| 139 |
font-style: normal; |
| 140 |
font-weight: 400; |
| 141 |
line-height: 1.5; |
| 142 |
display: block; |
| 143 |
position: relative; |
| 144 |
} |
| 145 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container .wpfnl-comparison-chart-steps .wpfnl-single-step::before { |
| 146 |
content: ""; |
| 147 |
position: absolute; |
| 148 |
left: 50px; |
| 149 |
top: 7px; |
| 150 |
width: calc(100% - 50px); |
| 151 |
height: 1px; |
| 152 |
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23E4E7ECFF' stroke-width='4' stroke-dasharray='3%2c 11' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e"); |
| 153 |
} |
| 154 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container .wpfnl-comparison-chart-steps .wpfnl-single-step span { |
| 155 |
width: 33px; |
| 156 |
display: block; |
| 157 |
text-align: right; |
| 158 |
} |
| 159 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container { |
| 160 |
height: 292px; |
| 161 |
padding: 10px 0px 9px 60px; |
| 162 |
position: relative; |
| 163 |
z-index: 1; |
| 164 |
display: grid; |
| 165 |
grid-template-columns: repeat(12, 1fr); |
| 166 |
gap: 0; |
| 167 |
} |
| 168 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar { |
| 169 |
width: 70%; |
| 170 |
height: 94%; |
| 171 |
position: relative; |
| 172 |
display: flex; |
| 173 |
flex-flow: row wrap; |
| 174 |
align-items: flex-end; |
| 175 |
gap: 6px; |
| 176 |
bottom: 0px; |
| 177 |
} |
| 178 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar::before { |
| 179 |
height: 100%; |
| 180 |
width: 1px; |
| 181 |
position: absolute; |
| 182 |
background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMSAxOTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3Ryb2tlPSIjMkQzMTQ5IiBzdHJva2UtZGFzaGFycmF5PSI0IDQiIHN0cm9rZS13aWR0aD0iLjUiIGQ9Ik0uMjUuMjVoLjV2MTk4LjVoLS41eiIvPjwvc3ZnPg=="); |
| 183 |
left: 38%; |
| 184 |
} |
| 185 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar:hover::before { |
| 186 |
content: ""; |
| 187 |
} |
| 188 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar:hover .wpfnl-comparison-bar-tooltip { |
| 189 |
display: block; |
| 190 |
} |
| 191 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip { |
| 192 |
display: none; |
| 193 |
border-radius: 8px; |
| 194 |
background: #10052E; |
| 195 |
box-shadow: 0px 2px 15px 0px rgba(22, 28, 32, 0.08); |
| 196 |
padding: 15px 14px; |
| 197 |
width: 160px; |
| 198 |
z-index: 99; |
| 199 |
position: absolute; |
| 200 |
transform: translateX(-50%); |
| 201 |
left: 45%; |
| 202 |
} |
| 203 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip::before { |
| 204 |
content: ""; |
| 205 |
background: #10052E; |
| 206 |
width: 10px; |
| 207 |
height: 10px; |
| 208 |
position: absolute; |
| 209 |
bottom: -5px; |
| 210 |
transform: rotate(45deg); |
| 211 |
left: 45%; |
| 212 |
} |
| 213 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data, |
| 214 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data { |
| 215 |
color: #CDCFD6; |
| 216 |
font-size: 13px; |
| 217 |
font-style: normal; |
| 218 |
font-weight: 400; |
| 219 |
line-height: 12px; |
| 220 |
margin: 0; |
| 221 |
display: flex; |
| 222 |
} |
| 223 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data b, |
| 224 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data b { |
| 225 |
color: #FFF; |
| 226 |
} |
| 227 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data .circle, |
| 228 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data .circle { |
| 229 |
width: 10px; |
| 230 |
height: 10px; |
| 231 |
border-radius: 50%; |
| 232 |
background: #6E42D3; |
| 233 |
display: inline-block; |
| 234 |
margin-right: 5px; |
| 235 |
} |
| 236 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data .wpfnl-value-wrapper, |
| 237 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data .wpfnl-value-wrapper { |
| 238 |
display: flex; |
| 239 |
flex-wrap: wrap; |
| 240 |
gap: 2px; |
| 241 |
} |
| 242 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data { |
| 243 |
margin-top: 8px; |
| 244 |
} |
| 245 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data .circle { |
| 246 |
background: #EAE1FF; |
| 247 |
} |
| 248 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-bar-label { |
| 249 |
font-size: 12px; |
| 250 |
line-height: 1.2; |
| 251 |
color: #9398A5; |
| 252 |
position: absolute; |
| 253 |
bottom: -35px; |
| 254 |
left: 40%; |
| 255 |
transform: translateX(-50%); |
| 256 |
white-space: nowrap; |
| 257 |
transition: all 0.3s ease; |
| 258 |
} |
| 259 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-single-bar { |
| 260 |
width: 35%; |
| 261 |
display: block; |
| 262 |
border-radius: 30px 30px 0 0; |
| 263 |
position: relative; |
| 264 |
} |
| 265 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-single-bar.wpfnl-compare-to-bar { |
| 266 |
background-color: #EAE1FF; |
| 267 |
} |
| 268 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-single-bar.wpfnl-compare-with-bar { |
| 269 |
background-color: #6E42D3; |
| 270 |
} |
| 271 |
|
| 272 |
@media only screen and (max-width: 1600px) { |
| 273 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip { |
| 274 |
left: 40%; |
| 275 |
width: 94px; |
| 276 |
padding: 10px; |
| 277 |
} |
| 278 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data, |
| 279 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data { |
| 280 |
font-size: 10px; |
| 281 |
} |
| 282 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data .circle, |
| 283 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data .circle { |
| 284 |
width: 6px; |
| 285 |
height: 6px; |
| 286 |
margin-right: 3px; |
| 287 |
} |
| 288 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip b { |
| 289 |
display: block; |
| 290 |
margin-top: 2px; |
| 291 |
} |
| 292 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data .wpfnl-value-wrapper { |
| 293 |
margin-top: -3px; |
| 294 |
} |
| 295 |
} |
| 296 |
@media only screen and (max-width: 1399px) { |
| 297 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab { |
| 298 |
padding: 10px 15px; |
| 299 |
} |
| 300 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-tab-total-amount { |
| 301 |
font-size: 18px; |
| 302 |
} |
| 303 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage { |
| 304 |
min-width: 40px; |
| 305 |
padding: 4px 5px; |
| 306 |
font-size: 9px; |
| 307 |
} |
| 308 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage svg { |
| 309 |
width: 12px; |
| 310 |
height: 12px; |
| 311 |
} |
| 312 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-title { |
| 313 |
font-size: 12px; |
| 314 |
} |
| 315 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar::before { |
| 316 |
left: 42%; |
| 317 |
} |
| 318 |
} |
| 319 |
@media only screen and (max-width: 960px) { |
| 320 |
.wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container { |
| 321 |
flex-wrap: wrap; |
| 322 |
} |
| 323 |
} |
| 324 |
.wpfnl-datepicker { |
| 325 |
position: relative; |
| 326 |
min-width: 350px; |
| 327 |
} |
| 328 |
.wpfnl-datepicker input { |
| 329 |
cursor: default; |
| 330 |
margin: 0.5em; |
| 331 |
border-radius: 4px; |
| 332 |
background: inherit; |
| 333 |
border-radius: 8px; |
| 334 |
color: #2D3149; |
| 335 |
font-family: Inter; |
| 336 |
font-size: 13px; |
| 337 |
font-style: normal; |
| 338 |
font-weight: 500; |
| 339 |
line-height: 1.15; |
| 340 |
border: 1px solid #F1F0F5; |
| 341 |
padding: 9px 12px; |
| 342 |
width: 45%; |
| 343 |
} |
| 344 |
.wpfnl-datepicker input.single-date { |
| 345 |
width: 100%; |
| 346 |
margin-left: -1px; |
| 347 |
} |
| 348 |
.wpfnl-datepicker .multi-input { |
| 349 |
display: flex; |
| 350 |
align-items: center; |
| 351 |
} |
| 352 |
.wpfnl-datepicker .multi-input span { |
| 353 |
margin: 0 0.5em; |
| 354 |
} |
| 355 |
.wpfnl-datepicker .calendar { |
| 356 |
background: white; |
| 357 |
padding: 1em; |
| 358 |
} |
| 359 |
.wpfnl-datepicker .calendar .calendar-header { |
| 360 |
display: flex; |
| 361 |
justify-content: space-between; |
| 362 |
align-items: center; |
| 363 |
margin-bottom: 1em; |
| 364 |
} |
| 365 |
.wpfnl-datepicker .calendar .calendar-header .pre-month, |
| 366 |
.wpfnl-datepicker .calendar .calendar-header .next-month { |
| 367 |
border-radius: 8px; |
| 368 |
border: 1px solid #F1F0F5; |
| 369 |
padding: 8px 15px; |
| 370 |
} |
| 371 |
.wpfnl-datepicker .calendar .calendar-header .month-name { |
| 372 |
color: #2D3149; |
| 373 |
font-family: Inter; |
| 374 |
font-size: 16px; |
| 375 |
font-style: normal; |
| 376 |
font-weight: 500; |
| 377 |
line-height: 15px; |
| 378 |
} |
| 379 |
.wpfnl-datepicker .calendar .calendar-header button { |
| 380 |
background: none; |
| 381 |
border: none; |
| 382 |
cursor: pointer; |
| 383 |
font-size: 1.2em; |
| 384 |
} |
| 385 |
.wpfnl-datepicker .calendar .calendar-grid { |
| 386 |
display: grid; |
| 387 |
grid-template-columns: repeat(7, 1fr); |
| 388 |
gap: 0.5em; |
| 389 |
} |
| 390 |
.wpfnl-datepicker .calendar .calendar-grid .calendar-day { |
| 391 |
color: #9398A5; |
| 392 |
font-family: Inter; |
| 393 |
font-size: 14px; |
| 394 |
font-style: normal; |
| 395 |
font-weight: 500; |
| 396 |
line-height: 14px; |
| 397 |
cursor: default; |
| 398 |
} |
| 399 |
.wpfnl-datepicker .calendar .calendar-grid .calendar-day:hover { |
| 400 |
background: none !important; |
| 401 |
} |
| 402 |
.wpfnl-datepicker .calendar .calendar-grid div { |
| 403 |
text-align: center; |
| 404 |
padding: 0.5em; |
| 405 |
cursor: pointer; |
| 406 |
border-radius: 4px; |
| 407 |
color: #2D3149; |
| 408 |
text-align: center; |
| 409 |
font-family: Inter; |
| 410 |
font-size: 12px; |
| 411 |
font-style: normal; |
| 412 |
font-weight: 500; |
| 413 |
line-height: 2.667; |
| 414 |
} |
| 415 |
.wpfnl-datepicker .calendar .calendar-grid div.empty { |
| 416 |
background: none; |
| 417 |
cursor: default; |
| 418 |
} |
| 419 |
.wpfnl-datepicker .calendar .calendar-grid div.selected, .wpfnl-datepicker .calendar .calendar-grid div.start-date, .wpfnl-datepicker .calendar .calendar-grid div.end-date { |
| 420 |
background: #6E42D3; |
| 421 |
color: white; |
| 422 |
} |
| 423 |
.wpfnl-datepicker .calendar .calendar-grid div.in-range { |
| 424 |
background: #e5daff; |
| 425 |
} |
| 426 |
.wpfnl-datepicker .calendar .calendar-grid div.disabled { |
| 427 |
opacity: 0.5; |
| 428 |
cursor: default; |
| 429 |
pointer-events: none; |
| 430 |
} |
| 431 |
.wpfnl-datepicker .calendar .calendar-grid div.disabled:hover { |
| 432 |
background: none !important; |
| 433 |
} |
| 434 |
.wpfnl-datepicker .calendar .calendar-grid div:hover:not(.empty) { |
| 435 |
background: #f0f0f0; |
| 436 |
} |
| 437 |
|
| 438 |
.shimmer-line { |
| 439 |
height: 20px; |
| 440 |
margin-top: 20px; |
| 441 |
background: #777; |
| 442 |
} |
| 443 |
|
| 444 |
.shimmer-line-br { |
| 445 |
border-radius: 8px; |
| 446 |
} |
| 447 |
|
| 448 |
.shimmer-line-full { |
| 449 |
width: 100%; |
| 450 |
} |
| 451 |
|
| 452 |
.shimmer-line-80 { |
| 453 |
width: 80%; |
| 454 |
} |
| 455 |
|
| 456 |
.shimmer-line-60 { |
| 457 |
width: 60%; |
| 458 |
} |
| 459 |
|
| 460 |
.shimmer-line-40 { |
| 461 |
width: 40%; |
| 462 |
} |
| 463 |
|
| 464 |
.shimmer-line-20 { |
| 465 |
width: 20%; |
| 466 |
} |
| 467 |
|
| 468 |
.shimmer-line-10 { |
| 469 |
width: 10%; |
| 470 |
} |
| 471 |
|
| 472 |
.shimmer-circle { |
| 473 |
background: #777; |
| 474 |
border-radius: 50%; |
| 475 |
} |
| 476 |
|
| 477 |
.shimmer-circle-lg { |
| 478 |
height: 129px; |
| 479 |
width: 129px; |
| 480 |
} |
| 481 |
|
| 482 |
.shimmer-circle-md { |
| 483 |
height: 65px; |
| 484 |
width: 65px; |
| 485 |
} |
| 486 |
|
| 487 |
.shimmer-circle-sm { |
| 488 |
height: 33px; |
| 489 |
width: 33px; |
| 490 |
} |
| 491 |
|
| 492 |
.shimmer-circle-x-sm { |
| 493 |
height: 17px; |
| 494 |
width: 17px; |
| 495 |
} |
| 496 |
|
| 497 |
.shimmer-wrapper, .shimmer-wrapper-center { |
| 498 |
width: 100%; |
| 499 |
height: 100%; |
| 500 |
padding: 10px; |
| 501 |
animation: shimmer-full-view 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94); |
| 502 |
} |
| 503 |
|
| 504 |
.shimmer-wrapper-center { |
| 505 |
display: flex; |
| 506 |
flex-direction: column; |
| 507 |
gap: 10px; |
| 508 |
justify-content: center; |
| 509 |
align-items: center; |
| 510 |
} |
| 511 |
|
| 512 |
@keyframes shimmer-full-view { |
| 513 |
0% { |
| 514 |
background-position: -1000px 0; |
| 515 |
} |
| 516 |
100% { |
| 517 |
background-position: 1000px 0; |
| 518 |
} |
| 519 |
} |
| 520 |
@keyframes shimmer-animation { |
| 521 |
0% { |
| 522 |
background-position: -1000px 0; |
| 523 |
} |
| 524 |
100% { |
| 525 |
background-position: 1000px 0; |
| 526 |
} |
| 527 |
} |
| 528 |
.shimmer-animate { |
| 529 |
animation: shimmer-animation 4s infinite linear; |
| 530 |
background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%); |
| 531 |
background-size: 1000px 100%; |
| 532 |
} |
| 533 |
|
| 534 |
body.toplevel_page_wpfunnels { |
| 535 |
background: #F6F5FA; |
| 536 |
} |
| 537 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .pro-tag { |
| 538 |
position: absolute; |
| 539 |
top: 10px; |
| 540 |
right: 10px; |
| 541 |
z-index: 1; |
| 542 |
padding: 3px 8px 4px; |
| 543 |
background-color: #2FCF5C; |
| 544 |
font-size: 10px; |
| 545 |
line-height: 15px; |
| 546 |
color: #fff; |
| 547 |
display: inline-block; |
| 548 |
text-transform: capitalize; |
| 549 |
border-radius: 5px; |
| 550 |
box-shadow: 0px 3px 3px rgba(175, 175, 206, 0.3); |
| 551 |
font-weight: 400; |
| 552 |
} |
| 553 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .pro-tag-icon { |
| 554 |
position: absolute; |
| 555 |
top: 10px; |
| 556 |
right: 10px; |
| 557 |
} |
| 558 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-overlay { |
| 559 |
background: rgba(246, 245, 250, 0.6); |
| 560 |
opacity: 1; |
| 561 |
display: flex; |
| 562 |
flex-flow: column; |
| 563 |
height: 100%; |
| 564 |
justify-content: center; |
| 565 |
align-items: center; |
| 566 |
left: 0; |
| 567 |
position: absolute; |
| 568 |
top: 0; |
| 569 |
transition: all 0.3s ease; |
| 570 |
width: 100%; |
| 571 |
z-index: 9; |
| 572 |
border-radius: 10px; |
| 573 |
} |
| 574 |
|
| 575 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper { |
| 576 |
margin-top: 50px; |
| 577 |
} |
| 578 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header { |
| 579 |
display: flex; |
| 580 |
align-items: center; |
| 581 |
justify-content: space-between; |
| 582 |
gap: 20px; |
| 583 |
flex-wrap: wrap; |
| 584 |
} |
| 585 |
|
| 586 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper { |
| 587 |
position: relative; |
| 588 |
} |
| 589 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpfnl-compare-to { |
| 590 |
position: absolute; |
| 591 |
color: #2D3149; |
| 592 |
font-size: 11px; |
| 593 |
font-style: normal; |
| 594 |
font-weight: 400; |
| 595 |
line-height: 11px; |
| 596 |
border-radius: 100px; |
| 597 |
border: 1px solid #E4E6EB; |
| 598 |
background: #FFF; |
| 599 |
padding: 7px 10px; |
| 600 |
bottom: calc(100% - 7px); |
| 601 |
left: 50%; |
| 602 |
transform: translateX(-50%); |
| 603 |
width: max-content; |
| 604 |
} |
| 605 |
|
| 606 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper { |
| 607 |
position: absolute; |
| 608 |
border-radius: 10px; |
| 609 |
border: 1px solid #EBEDF0; |
| 610 |
background: #FFF; |
| 611 |
box-shadow: 0px 18px 22px 0px rgba(73, 59, 104, 0.1); |
| 612 |
padding: 8px; |
| 613 |
padding-bottom: 20px; |
| 614 |
min-width: 270px; |
| 615 |
top: calc(100% + 10px); |
| 616 |
z-index: 99; |
| 617 |
} |
| 618 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpnfl-dashboard-filter-dropdown { |
| 619 |
margin: 0; |
| 620 |
padding: 0; |
| 621 |
list-style: none; |
| 622 |
} |
| 623 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpnfl-dashboard-filter-dropdown .wpfnl-dropdown-item { |
| 624 |
padding: 8px 10px; |
| 625 |
margin: 0; |
| 626 |
color: #2D3149; |
| 627 |
font-size: 14px; |
| 628 |
font-style: normal; |
| 629 |
font-weight: 400; |
| 630 |
line-height: normal; |
| 631 |
cursor: pointer; |
| 632 |
margin-bottom: 5px; |
| 633 |
} |
| 634 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpnfl-dashboard-filter-dropdown .wpfnl-dropdown-item:hover, body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpnfl-dashboard-filter-dropdown .wpfnl-dropdown-item.active { |
| 635 |
border-radius: 8px; |
| 636 |
background: #F6F5FA; |
| 637 |
} |
| 638 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-compare-to-wrapper { |
| 639 |
margin: 10px 15px 7px 7px; |
| 640 |
position: relative; |
| 641 |
} |
| 642 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-compare-to-wrapper button { |
| 643 |
border-radius: 8px; |
| 644 |
border: 1px solid #F1F0F5; |
| 645 |
background: #FFF; |
| 646 |
display: flex; |
| 647 |
align-items: center; |
| 648 |
gap: 27px; |
| 649 |
padding: 9px 14px; |
| 650 |
color: #2D3149; |
| 651 |
font-size: 13px; |
| 652 |
font-style: normal; |
| 653 |
font-weight: 500; |
| 654 |
line-height: 1.15; |
| 655 |
cursor: pointer; |
| 656 |
width: 100%; |
| 657 |
justify-content: space-between; |
| 658 |
} |
| 659 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-compare-to-wrapper .wpfnl-compare-items-wrapper { |
| 660 |
position: absolute; |
| 661 |
z-index: 99; |
| 662 |
border-radius: 10px; |
| 663 |
border: 1px solid #EBEDF0; |
| 664 |
background: #FFF; |
| 665 |
box-shadow: 0px 18px 22px 0px rgba(73, 59, 104, 0.1); |
| 666 |
top: calc(100% + 5px); |
| 667 |
padding: 10px; |
| 668 |
margin: 0; |
| 669 |
width: 90%; |
| 670 |
list-style: none; |
| 671 |
} |
| 672 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-compare-to-wrapper .wpfnl-compare-items-wrapper .wpfnl-compare-item { |
| 673 |
cursor: pointer; |
| 674 |
padding: 5px 8px; |
| 675 |
color: #2D3149; |
| 676 |
font-size: 13px; |
| 677 |
font-style: normal; |
| 678 |
font-weight: 400; |
| 679 |
} |
| 680 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-compare-to-wrapper .wpfnl-compare-items-wrapper .wpfnl-compare-item.active { |
| 681 |
border-radius: 8px; |
| 682 |
background: #F6F5FA; |
| 683 |
} |
| 684 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-apply-wrapper { |
| 685 |
display: flex; |
| 686 |
align-items: center; |
| 687 |
margin: 10px 15px 7px 7px; |
| 688 |
} |
| 689 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-apply-wrapper button { |
| 690 |
border-radius: 8px; |
| 691 |
background: #6E42D3; |
| 692 |
box-shadow: 0px 9px 10px 0px rgba(193, 183, 232, 0.5); |
| 693 |
border: none; |
| 694 |
outline: none; |
| 695 |
color: #FFF; |
| 696 |
font-size: 12px; |
| 697 |
font-style: normal; |
| 698 |
font-weight: 600; |
| 699 |
line-height: 1.25; |
| 700 |
padding: 9px; |
| 701 |
cursor: pointer; |
| 702 |
width: 100%; |
| 703 |
} |
| 704 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-apply-wrapper button[disabled] { |
| 705 |
opacity: 0.5; |
| 706 |
cursor: default; |
| 707 |
} |
| 708 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-create-funnel-btn { |
| 709 |
border-radius: 10px; |
| 710 |
background: #6E42D3; |
| 711 |
box-shadow: 0px 2px 4px 0px rgba(223, 223, 249, 0.25); |
| 712 |
padding: 11px 16px; |
| 713 |
display: flex; |
| 714 |
align-items: center; |
| 715 |
justify-content: center; |
| 716 |
gap: 8px; |
| 717 |
color: #FFF; |
| 718 |
font-size: 15px; |
| 719 |
font-style: normal; |
| 720 |
font-weight: 500; |
| 721 |
line-height: normal; |
| 722 |
text-decoration: none; |
| 723 |
cursor: pointer; |
| 724 |
} |
| 725 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body { |
| 726 |
margin-top: 24px; |
| 727 |
} |
| 728 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container { |
| 729 |
display: grid; |
| 730 |
grid-template-columns: repeat(5, 1fr); |
| 731 |
gap: 20px; |
| 732 |
} |
| 733 |
|
| 734 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-revenue-comparison { |
| 735 |
margin-top: 24px; |
| 736 |
} |
| 737 |
|
| 738 |
@media only screen and (max-width: 1399px) { |
| 739 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-header { |
| 740 |
padding: 20px; |
| 741 |
gap: 20px; |
| 742 |
} |
| 743 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard { |
| 744 |
gap: 50px; |
| 745 |
} |
| 746 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body { |
| 747 |
width: 100%; |
| 748 |
padding-right: 20px; |
| 749 |
} |
| 750 |
body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container { |
| 751 |
grid-template-columns: repeat(3, 1fr); |
| 752 |
} |
| 753 |
} |
| 754 |
|
| 755 |
/*# sourceMappingURL=admin-app.css.map */ |
| 756 |
|