| 1 |
body:not(.elementor-editor-active) .king-addons-pb-template-popup { |
| 2 |
display: none; |
| 3 |
} |
| 4 |
|
| 5 |
.king-addons-pb-template-popup { |
| 6 |
position: fixed; |
| 7 |
z-index: 99999999; |
| 8 |
top: 0; |
| 9 |
left: 0; |
| 10 |
width: 100%; |
| 11 |
height: 100%; |
| 12 |
} |
| 13 |
|
| 14 |
.king-addons-pb-template-popup-inner { |
| 15 |
position: fixed; |
| 16 |
top: 0; |
| 17 |
left: 0; |
| 18 |
display: flex; |
| 19 |
width: 100%; |
| 20 |
height: 100%; |
| 21 |
} |
| 22 |
|
| 23 |
.king-addons-pb-popup-container { |
| 24 |
position: relative; |
| 25 |
} |
| 26 |
|
| 27 |
.king-addons-pb-popup-container-inner { |
| 28 |
position: relative; |
| 29 |
display: flex; |
| 30 |
overflow: hidden; |
| 31 |
background: #ffffff; |
| 32 |
} |
| 33 |
|
| 34 |
.king-addons-pb-popup-container-inner > div { |
| 35 |
flex-shrink: 0; |
| 36 |
width: 100%; |
| 37 |
} |
| 38 |
|
| 39 |
.king-addons-pb-popup-container > div { |
| 40 |
box-sizing: border-box; |
| 41 |
width: 100%; |
| 42 |
} |
| 43 |
|
| 44 |
.king-addons-pb-popup-image-overlay { |
| 45 |
position: absolute; |
| 46 |
top: 0; |
| 47 |
left: 0; |
| 48 |
width: 100%; |
| 49 |
height: 100%; |
| 50 |
background: #ffffff; |
| 51 |
} |
| 52 |
|
| 53 |
.king-addons-pb-popup-overlay { |
| 54 |
position: absolute; |
| 55 |
z-index: -1; |
| 56 |
top: 0; |
| 57 |
left: 0; |
| 58 |
width: 100%; |
| 59 |
height: 100%; |
| 60 |
background: rgba(0, 0, 0, 0.7); |
| 61 |
} |
| 62 |
|
| 63 |
.king-addons-pb-popup-close-btn { |
| 64 |
position: absolute; |
| 65 |
z-index: 99; |
| 66 |
top: 0; |
| 67 |
right: 0; |
| 68 |
display: flex; |
| 69 |
cursor: pointer; |
| 70 |
text-align: center; |
| 71 |
} |
| 72 |
|
| 73 |
.king-addons-pb-popup-notification.king-addons-pb-template-popup, |
| 74 |
.king-addons-pb-popup-notification .king-addons-pb-template-popup-inner { |
| 75 |
height: auto !important; |
| 76 |
} |
| 77 |
|
| 78 |
.king-addons-pb-popup-notification .king-addons-pb-popup-overlay { |
| 79 |
display: none !important; |
| 80 |
} |
| 81 |
|
| 82 |
.king-addons-pb-popup-container-inner.ps-container.ps-active-y > .ps-scrollbar-y-rail, |
| 83 |
.king-addons-pb-popup-container-inner.ps.ps--active-y > .ps__rail-y { |
| 84 |
display: block; |
| 85 |
background-color: transparent; |
| 86 |
} |
| 87 |
|
| 88 |
.king-addons-pb-popup-container-inner.ps-container > .ps-scrollbar-y-rail, |
| 89 |
.king-addons-pb-popup-container-inner.ps > .ps__rail-y { |
| 90 |
position: absolute; |
| 91 |
right: 3px; |
| 92 |
display: none; |
| 93 |
width: 3px; |
| 94 |
} |
| 95 |
|
| 96 |
.king-addons-pb-popup-container-inner.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, |
| 97 |
.king-addons-pb-popup-container-inner.ps > .ps__rail-y > .ps__thumb-y { |
| 98 |
position: absolute; |
| 99 |
right: 0; |
| 100 |
width: 3px; |
| 101 |
cursor: pointer; |
| 102 |
} |
| 103 |
|
| 104 |
.king-addons-pb-popup-container .ps-scrollbar-x-rail { |
| 105 |
display: none !important; |
| 106 |
} |
| 107 |
|
| 108 |
.king-addons-pb-popup-notification .king-addons-pb-popup-container .slideInDown { |
| 109 |
animation-timing-function: linear; |
| 110 |
} |
| 111 |
|
| 112 |
.king-addons-pb-popup-notification .king-addons-pb-popup-container { |
| 113 |
align-items: flex-start !important; |
| 114 |
width: 100% !important; |
| 115 |
} |
| 116 |
|
| 117 |
.king-addons-pb-popup-trigger-button { |
| 118 |
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; |
| 119 |
font-size: 14px; |
| 120 |
display: inline-block; |
| 121 |
cursor: pointer; |
| 122 |
} |
| 123 |
|
| 124 |
.king-addons-pb-popup-container .elementor-editor-section-settings { |
| 125 |
transform: translateX(-50%); |
| 126 |
border-radius: 0 0 5px 5px; |
| 127 |
} |
| 128 |
|
| 129 |
.king-addons-pb-popup-container .elementor-editor-section-settings .elementor-editor-element-setting:first-child { |
| 130 |
border-radius: 0 0 0 5px; |
| 131 |
} |
| 132 |
|
| 133 |
.king-addons-pb-popup-container .elementor-editor-section-settings .elementor-editor-element-setting:first-child:before { |
| 134 |
top: 0; |
| 135 |
border-width: 0 12px 22px 0; |
| 136 |
} |
| 137 |
|
| 138 |
.king-addons-pb-popup-container .elementor-editor-section-settings .elementor-editor-element-setting:last-child { |
| 139 |
border-radius: 0 0 5px 0; |
| 140 |
} |
| 141 |
|
| 142 |
.king-addons-pb-popup-container .elementor-editor-section-settings .elementor-editor-element-setting:last-child:after { |
| 143 |
top: 0; |
| 144 |
border-width: 0 0 22px 12px; |
| 145 |
} |
| 146 |
|
| 147 |
.elementor-editor-active [data-elementor-type="king-addons-pb-popups"] .elementor-section-wrap:not(:empty) + #elementor-add-new-section, |
| 148 |
.elementor-editor-active [data-elementor-type="king-addons-pb-popups"]:not(.elementor-edit-mode) { |
| 149 |
display: none; |
| 150 |
} |
| 151 |
|
| 152 |
.elementor .elementor-widget-king-addons-pb-popup-trigger .king-addons-pb-popup-trigger-button { |
| 153 |
font-size: 14px; |
| 154 |
font-weight: 500; |
| 155 |
display: inline-block; |
| 156 |
cursor: pointer; |
| 157 |
} |
| 158 |
|
| 159 |
.elementor-editor-active [data-elementor-type="king-addons-pb-popup"] .elementor-section-wrap:not(:empty) + #elementor-add-new-section, |
| 160 |
.elementor-editor-active [data-elementor-type="king-addons-pb-popup"]:not(.elementor-edit-mode) { |
| 161 |
display: none; |
| 162 |
} |
| 163 |
|
| 164 |
.king-addons-pb-template-edit-btn { |
| 165 |
line-height: 1; |
| 166 |
position: absolute; |
| 167 |
top: 0; |
| 168 |
right: 40px; |
| 169 |
display: none; |
| 170 |
padding: 8px 13px; |
| 171 |
cursor: pointer; |
| 172 |
color: #fff; |
| 173 |
border: 1px solid #000; |
| 174 |
background: #333; |
| 175 |
} |
| 176 |
|
| 177 |
.elementor-editor-active .king-addons-pb-template-edit-btn { |
| 178 |
display: inline-block; |
| 179 |
visibility: hidden; |
| 180 |
opacity: 0; |
| 181 |
} |
| 182 |
|
| 183 |
.elementor-editor-active .elementor-element-edit-mode:hover .king-addons-pb-template-edit-btn { |
| 184 |
visibility: visible; |
| 185 |
opacity: 1; |
| 186 |
} |