| 1 |
#rtElementsTemplatesLibrary .dialog-message { |
| 2 |
height: 90vh; |
| 3 |
max-height: 90vh; |
| 4 |
} |
| 5 |
#rtElementsTemplatesLibrary .dialog-buttons-wrapper { |
| 6 |
height: 35px; |
| 7 |
} |
| 8 |
#rtElementsTemplatesLibrary .rt-elements-template-requesting-status { |
| 9 |
text-align: center; |
| 10 |
width: 100%; |
| 11 |
} |
| 12 |
#rtElementsTemplatesLibrary #rt-elements-preloader, #rtElementsTemplatesLibrary #rt-elements-preloader-small { |
| 13 |
/* Pulsing animation */ |
| 14 |
} |
| 15 |
@keyframes rtPreloaderPulse { |
| 16 |
0%, 100% { |
| 17 |
transform: scale(1); |
| 18 |
opacity: 1; |
| 19 |
} |
| 20 |
50% { |
| 21 |
transform: scale(1.2); |
| 22 |
opacity: 0.2; |
| 23 |
} |
| 24 |
} |
| 25 |
#rtElementsTemplatesLibrary #rt-elements-preloader, #rtElementsTemplatesLibrary #rt-elements-preloader-small { |
| 26 |
background-color: var(--e-a-bg-default); |
| 27 |
width: 100%; |
| 28 |
height: 100%; |
| 29 |
position: absolute; |
| 30 |
z-index: 2; |
| 31 |
} |
| 32 |
#rtElementsTemplatesLibrary #rt-elements-preloader .rt-elements-preloader-inner, #rtElementsTemplatesLibrary #rt-elements-preloader-small .rt-elements-preloader-inner { |
| 33 |
position: fixed; |
| 34 |
top: 50%; |
| 35 |
left: 50%; |
| 36 |
width: 60px; |
| 37 |
height: 60px; |
| 38 |
transform: translate(-50%, -50%); |
| 39 |
display: flex; |
| 40 |
justify-content: center; |
| 41 |
align-items: center; |
| 42 |
z-index: 9999; |
| 43 |
border-radius: 100%; |
| 44 |
} |
| 45 |
#rtElementsTemplatesLibrary #rt-elements-preloader .rt-elements-preloader-inner .rt-elements-preloader-rt-shape, #rtElementsTemplatesLibrary #rt-elements-preloader-small .rt-elements-preloader-inner .rt-elements-preloader-rt-shape { |
| 46 |
height: 60px; |
| 47 |
display: flex; |
| 48 |
align-items: center; |
| 49 |
justify-content: center; |
| 50 |
animation: rtPreloaderPulse 1.5s infinite ease-in-out; |
| 51 |
} |
| 52 |
#rtElementsTemplatesLibrary #rt-elements-preloader .rt-elements-preloader-inner .rt-elements-preloader-rt-shape img, #rtElementsTemplatesLibrary #rt-elements-preloader-small .rt-elements-preloader-inner .rt-elements-preloader-rt-shape img { |
| 53 |
height: 60px; |
| 54 |
} |
| 55 |
#rtElementsTemplatesLibrary #rt-elements-preloader-small { |
| 56 |
display: none; |
| 57 |
height: 60px; |
| 58 |
width: 60px; |
| 59 |
position: absolute; |
| 60 |
top: unset; |
| 61 |
bottom: 3%; |
| 62 |
left: 50%; |
| 63 |
transform: translate(-50%, -50%); |
| 64 |
} |
| 65 |
#rtElementsTemplatesLibrary #rt-elements-preloader-small .rt-elements-preloader-inner { |
| 66 |
position: absolute; |
| 67 |
width: 60px; |
| 68 |
height: 60px; |
| 69 |
} |
| 70 |
#rtElementsTemplatesLibrary #rt-elements-preloader-small .rt-elements-preloader-inner img { |
| 71 |
width: 100%; |
| 72 |
height: auto; |
| 73 |
} |
| 74 |
#rtElementsTemplatesLibrary .rt-elements-layout-library--logo-area { |
| 75 |
position: relative; |
| 76 |
} |
| 77 |
#rtElementsTemplatesLibrary .rt-elements-layout-library--logo-area #elementor-template-library-header-preview-back, |
| 78 |
#rtElementsTemplatesLibrary .rt-elements-layout-library--logo-area .elementor-templates-modal__header__logo { |
| 79 |
position: absolute; |
| 80 |
top: 50%; |
| 81 |
transform: translateY(-50%); |
| 82 |
width: 150px; |
| 83 |
} |
| 84 |
#rtElementsTemplatesLibrary .rt-elements-layout-library--logo-area .elementor-templates-modal__header__logo__icon-wrapper { |
| 85 |
padding: 0; |
| 86 |
line-height: unset; |
| 87 |
background: transparent; |
| 88 |
} |
| 89 |
#rtElementsTemplatesLibrary .rt-elements-layout-library--logo-area .elementor-templates-modal__header__logo__icon-wrapper img { |
| 90 |
height: 30px; |
| 91 |
} |
| 92 |
#rtElementsTemplatesLibrary .dialog-lightbox-content { |
| 93 |
position: relative; |
| 94 |
overflow: hidden; |
| 95 |
} |
| 96 |
#rtElementsTemplatesLibrary .dialog-lightbox-content div#elementor-template-library-templates { |
| 97 |
position: relative; |
| 98 |
} |
| 99 |
#rtElementsTemplatesLibrary .dialog-lightbox-content #elementor-template-library-toolbar { |
| 100 |
z-index: 3; |
| 101 |
position: relative; |
| 102 |
} |
| 103 |
#rtElementsTemplatesLibrary .dialog-lightbox-content #elementor-template-library-templates-container-wrapper { |
| 104 |
height: calc(75vh - 80px) !important; |
| 105 |
overflow-y: auto; |
| 106 |
padding-bottom: 100px; |
| 107 |
} |
| 108 |
#rtElementsTemplatesLibrary .dialog-lightbox-content #elementor-template-library-templates-container { |
| 109 |
margin: 0 -15px; |
| 110 |
} |
| 111 |
#rtElementsTemplatesLibrary .dialog-lightbox-content #elementor-template-library-templates-container .elementor-template-library-template { |
| 112 |
width: calc(25% - 30px); |
| 113 |
overflow: hidden; |
| 114 |
} |
| 115 |
#rtElementsTemplatesLibrary .dialog-lightbox-content #elementor-template-library-templates-container .elementor-template-library-template .elementor-template-library-template-footer { |
| 116 |
display: fleX; |
| 117 |
transform: unset !important; |
| 118 |
position: relative !important; |
| 119 |
bottom: unset !important; |
| 120 |
} |
| 121 |
#rtElementsTemplatesLibrary .dialog-lightbox-content #elementor-template-library-templates-container .elementor-template-library-template .elementor-template-library-template-footer .elementor-template-library-template-name { |
| 122 |
display: inline-flex; |
| 123 |
} |
| 124 |
#rtElementsTemplatesLibrary .dialog-lightbox-content #elementor-template-library-templates-container .elementor-template-library-template .elementor-template-library-template-footer .elementor-template-library-template-action { |
| 125 |
margin-right: 5px; |
| 126 |
} |
| 127 |
#rtElementsTemplatesLibrary .dialog-lightbox-content #elementor-template-library-templates-container .elementor-template-library-template.elementor-template-library-template-templates > .elementor-template-library-template-footer .elementor-template-library-template-action { |
| 128 |
display: none !important; |
| 129 |
} |
| 130 |
#rtElementsTemplatesLibrary .dialog-lightbox-content #elementor-template-library-templates-container .elementor-template-library-template .elementor-template-library-template-body { |
| 131 |
overflow: hidden; |
| 132 |
} |
| 133 |
#rtElementsTemplatesLibrary .dialog-lightbox-content #elementor-template-library-templates-container .elementor-template-library-template.elementor-template-library-template-pages .elementor-template-library-template-body { |
| 134 |
height: 250px; |
| 135 |
} |
| 136 |
#rtElementsTemplatesLibrary .dialog-lightbox-content .rt-elements-template-library-templates-preview { |
| 137 |
width: 100%; |
| 138 |
position: absolute; |
| 139 |
height: 100%; |
| 140 |
top: 0; |
| 141 |
overflow-y: auto; |
| 142 |
display: none; |
| 143 |
z-index: 3; |
| 144 |
} |
| 145 |
#rtElementsTemplatesLibrary .dialog-lightbox-content .rt-elements-template-library-templates-preview img { |
| 146 |
width: 100%; |
| 147 |
max-width: 100%; |
| 148 |
} |
| 149 |
#rtElementsTemplatesLibrary[data-templates-tab=templates] .elementor-template-library-filter-toolbar, #rtElementsTemplatesLibrary[data-templates-tab=pages] .elementor-template-library-filter-toolbar { |
| 150 |
visibility: hidden; |
| 151 |
} |
| 152 |
|
| 153 |
.easyel-template-library-item:hover .elementor-template-library-template-name { |
| 154 |
display: none !important; |
| 155 |
} |
| 156 |
|
| 157 |
.rt-elements-template-library-templates-preview { |
| 158 |
display: none; |
| 159 |
position: relative; |
| 160 |
width: 100%; |
| 161 |
height: calc(100vh - 100px); |
| 162 |
background: #fff; |
| 163 |
} |
| 164 |
|
| 165 |
.rt-preview-wrapper { |
| 166 |
width: 100%; |
| 167 |
height: 100%; |
| 168 |
overflow: hidden; |
| 169 |
} |
| 170 |
|
| 171 |
.rt-preview-iframe { |
| 172 |
width: 100%; |
| 173 |
height: 100%; |
| 174 |
border: none; |
| 175 |
} |
| 176 |
|
| 177 |
.easyel-template-library-body.easyel-pro { |
| 178 |
position: relative !important; |
| 179 |
} |
| 180 |
|
| 181 |
.easyel-template-library-body.easyel-pro:before { |
| 182 |
background-color: #7455FF; |
| 183 |
border-radius: 2px; |
| 184 |
color: #fff; |
| 185 |
content: "PRO"; |
| 186 |
font-size: 8px; |
| 187 |
inset-block-start: 5px; |
| 188 |
inset-inline-end: 5px; |
| 189 |
line-height: 1; |
| 190 |
padding: 3px 5px; |
| 191 |
position: absolute; |
| 192 |
text-transform: uppercase; |
| 193 |
} |