| 1 |
.tooltipster-sidetip.tooltipster-borderless.tooltipster-optin-cat .tooltipster-box { |
| 2 |
background-color: #DE607C; |
| 3 |
border-radius: 5px; |
| 4 |
margin-top: 10px; |
| 5 |
} |
| 6 |
.tooltipster-sidetip.tooltipster-borderless.tooltipster-optin-cat-admin .tooltipster-box { |
| 7 |
background-color: #555; |
| 8 |
color: white; |
| 9 |
} |
| 10 |
.tooltipster-arrow-border { |
| 11 |
border-top-color: #DE607C !important; |
| 12 |
} |
| 13 |
|
| 14 |
.tooltipster-base { |
| 15 |
z-index: 999999992 !important; |
| 16 |
} |
| 17 |
|
| 18 |
.fca_eoi_featherlight, .fca_eoi_featherlight * { |
| 19 |
box-sizing: border-box; |
| 20 |
} |
| 21 |
|
| 22 |
.fca_eoi_featherlight { |
| 23 |
position: fixed; |
| 24 |
background: rgba(0, 0, 0, 0.8); |
| 25 |
top: 0; |
| 26 |
left: 0; |
| 27 |
width: 100%; |
| 28 |
height: 200%; |
| 29 |
z-index: 999999990; |
| 30 |
} |
| 31 |
|
| 32 |
.fca_eoi_featherlight-content { |
| 33 |
position: absolute; |
| 34 |
top: -25%; |
| 35 |
left: 0; |
| 36 |
width: 100%; |
| 37 |
height: 100%; |
| 38 |
z-index: 999999991; |
| 39 |
display: table; |
| 40 |
} |
| 41 |
|
| 42 |
.fca_eoi_featherlight-inner { |
| 43 |
display: table-cell; |
| 44 |
vertical-align: middle; |
| 45 |
padding: 20px; |
| 46 |
text-align: center; |
| 47 |
} |
| 48 |
|
| 49 |
.fca_eoi_featherlight-close { |
| 50 |
display: none; |
| 51 |
} |
| 52 |
|
| 53 |
.fca_eoi_form_wrapper { |
| 54 |
width: 100%; |
| 55 |
text-align: center; |
| 56 |
} |
| 57 |
|
| 58 |
.fca_eoi_layout_postbox, |
| 59 |
.fca_eoi_layout_popup, |
| 60 |
.fca_eoi_layout_widget { |
| 61 |
width: 100%; |
| 62 |
font-family: sans-serif; |
| 63 |
text-align: center; |
| 64 |
border: 1px solid transparent; |
| 65 |
} |
| 66 |
|
| 67 |
.fca_eoi_layout_popup { |
| 68 |
display: inline-block; |
| 69 |
position: relative; |
| 70 |
} |
| 71 |
|
| 72 |
/* Spinner Circle Rotation */ |
| 73 |
.fca_eoi_spiner_div { |
| 74 |
width: 0; |
| 75 |
height: 0px; |
| 76 |
float: left; |
| 77 |
position: relative; |
| 78 |
top: 0px; |
| 79 |
margin-top: 0px; |
| 80 |
z-index: -1; |
| 81 |
text-align: center; |
| 82 |
padding-left: 0%; |
| 83 |
|
| 84 |
background-color: #AAA; |
| 85 |
} |
| 86 |
|
| 87 |
.fca_eoi_loading_spinner { |
| 88 |
display: none; |
| 89 |
width: 0px; |
| 90 |
height: 0px; |
| 91 |
margin-top: 4px; |
| 92 |
border: 4px rgba(0, 0, 0, 0.25) solid; |
| 93 |
border-top: 4px white solid; |
| 94 |
border-radius: 50%; |
| 95 |
-webkit-animation: spCircRot .6s infinite linear; |
| 96 |
animation: spCircRot .6s infinite linear; |
| 97 |
} |
| 98 |
|
| 99 |
|
| 100 |
|
| 101 |
@-webkit-keyframes spCircRot { |
| 102 |
from { |
| 103 |
-webkit-transform: rotate(0deg); |
| 104 |
} |
| 105 |
to { |
| 106 |
-webkit-transform: rotate(359deg); |
| 107 |
} |
| 108 |
} |
| 109 |
@keyframes spCircRot { |
| 110 |
from { |
| 111 |
transform: rotate(0deg); |
| 112 |
} |
| 113 |
to { |
| 114 |
transform: rotate(359deg); |
| 115 |
} |
| 116 |
} |
| 117 |
|
| 118 |
@media ( max-width: 320px ), ( max-height: 320px ) { |
| 119 |
.fca_eoi_featherlight-inner { |
| 120 |
padding-left: 0; |
| 121 |
padding-right: 0; |
| 122 |
} |
| 123 |
} |
| 124 |
|
| 125 |
@media ( max-width: 320px ), ( max-height: 320px ) { |
| 126 |
.fca_eoi_featherlight-inner { |
| 127 |
padding-left: 0; |
| 128 |
padding-right: 0; |
| 129 |
} |
| 130 |
} |
| 131 |
|
| 132 |
@media ( max-height: 320px ) { |
| 133 |
.fca_eoi_featherlight-inner { |
| 134 |
padding-top: 0; |
| 135 |
padding-bottom: 0; |
| 136 |
} |
| 137 |
} |
| 138 |
|
| 139 |
/* <layout-2> */ |
| 140 |
|
| 141 |
.fca_eoi_form_wrapper, |
| 142 |
.fca_eoi_form_content { |
| 143 |
margin: 0; |
| 144 |
padding: 0; |
| 145 |
} |
| 146 |
|
| 147 |
.fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper, |
| 148 |
.fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper { |
| 149 |
display: table; |
| 150 |
} |
| 151 |
|
| 152 |
.fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper .fca_eoi_form_content, |
| 153 |
.fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper .fca_eoi_form_content { |
| 154 |
display: table-cell; |
| 155 |
margin: 0; |
| 156 |
} |
| 157 |
|
| 158 |
.fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content, |
| 159 |
.fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content { |
| 160 |
padding: 0 10px; |
| 161 |
} |
| 162 |
|
| 163 |
@media ( max-width: 450px ), ( max-height: 450px ) { |
| 164 |
.fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content, |
| 165 |
.fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content { |
| 166 |
padding: 0; |
| 167 |
} |
| 168 |
} |
| 169 |
|
| 170 |
/* </layout-2> */ |
| 171 |
|