292 lines
8.0 KiB
CSS
292 lines
8.0 KiB
CSS
.dialog-widget-content {
|
|
background-color: #fff;
|
|
position: absolute;
|
|
border-radius: 3px;
|
|
box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
|
|
overflow: hidden; }
|
|
|
|
.dialog-message {
|
|
font-size: 12px;
|
|
line-height: 1.5;
|
|
box-sizing: border-box; }
|
|
|
|
.dialog-type-lightbox {
|
|
position: fixed;
|
|
height: 100%;
|
|
width: 100%;
|
|
bottom: 0;
|
|
left: 0;
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
z-index: 9999;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none; }
|
|
.dialog-type-lightbox .dialog-widget-content {
|
|
margin: auto;
|
|
width: 375px; }
|
|
.dialog-type-lightbox .dialog-header {
|
|
font-size: 15px;
|
|
color: #495157;
|
|
padding: 30px 0 10px;
|
|
font-weight: 500; }
|
|
.dialog-type-lightbox .dialog-message {
|
|
padding: 0 30px 30px;
|
|
min-height: 50px; }
|
|
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
|
|
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
|
|
text-align: center; }
|
|
.dialog-type-lightbox .dialog-buttons-wrapper {
|
|
border-top: 1px solid #e6e9ec;
|
|
text-align: center; }
|
|
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button {
|
|
font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
|
|
width: 50%;
|
|
border: none;
|
|
background: none;
|
|
color: #6d7882;
|
|
font-size: 15px;
|
|
cursor: pointer;
|
|
padding: 13px 0;
|
|
outline: 0; }
|
|
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:hover {
|
|
background-color: #f4f6f7; }
|
|
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-ok {
|
|
color: #b01b1b; }
|
|
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-take_over {
|
|
color: #39b54a; }
|
|
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:active {
|
|
background-color: rgba(230, 233, 236, 0.5); }
|
|
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button::-moz-focus-inner {
|
|
border: 0; }
|
|
|
|
.dialog-close-button {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
margin-top: 15px;
|
|
right: 15px;
|
|
font-size: 15px;
|
|
line-height: 1; }
|
|
.dialog-close-button:not(:hover) {
|
|
opacity: .4; }
|
|
|
|
.dialog-alert-widget .dialog-buttons-wrapper > button {
|
|
width: 100%; }
|
|
|
|
.dialog-confirm-widget .dialog-button:first-child {
|
|
border-right: 1px solid #e6e9ec; }
|
|
|
|
.dialog-prevent-scroll {
|
|
overflow: hidden;
|
|
max-height: 100vh; }
|
|
|
|
@media (min-width: 1024px) {
|
|
body.admin-bar .dialog-lightbox-widget {
|
|
height: calc(100vh - 32px); } }
|
|
|
|
@media (max-width: 1024px) {
|
|
body.admin-bar .dialog-type-lightbox {
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
height: 100vh; } }
|
|
|
|
.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
|
|
padding-bottom: 42.8571%; }
|
|
|
|
.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
|
|
padding-bottom: 56.25%; }
|
|
|
|
.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
|
|
padding-bottom: 75%; }
|
|
|
|
.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
|
|
padding-bottom: 66.6666%; }
|
|
|
|
.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
|
|
padding-bottom: 100%; }
|
|
|
|
.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
|
|
padding-bottom: 177.8%; }
|
|
|
|
.elementor-fit-aspect-ratio {
|
|
position: relative;
|
|
height: 0; }
|
|
.elementor-fit-aspect-ratio iframe {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
border: 0;
|
|
background-color: #000; }
|
|
.elementor-fit-aspect-ratio video {
|
|
width: 100%; }
|
|
|
|
.flatpickr-calendar {
|
|
width: 280px; }
|
|
.flatpickr-calendar .flatpickr-current-month span.cur-month {
|
|
font-weight: 300; }
|
|
.flatpickr-calendar .dayContainer {
|
|
width: 280px;
|
|
min-width: 280px;
|
|
max-width: 280px; }
|
|
.flatpickr-calendar .flatpickr-days {
|
|
width: 280px; }
|
|
.flatpickr-calendar .flatpickr-day {
|
|
max-width: 37px;
|
|
height: 37px;
|
|
line-height: 37px; }
|
|
|
|
.elementor-templates-modal .dialog-widget-content {
|
|
font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
|
|
background-color: #f1f3f5;
|
|
width: 100%; }
|
|
@media (max-width: 1439px) {
|
|
.elementor-templates-modal .dialog-widget-content {
|
|
max-width: 990px; } }
|
|
@media (min-width: 1440px) {
|
|
.elementor-templates-modal .dialog-widget-content {
|
|
max-width: 1200px; } }
|
|
|
|
.elementor-templates-modal .dialog-header {
|
|
padding: 0;
|
|
background-color: #fff;
|
|
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
|
|
position: relative;
|
|
z-index: 1; }
|
|
|
|
.elementor-templates-modal .dialog-buttons-wrapper {
|
|
background-color: #fff;
|
|
border: none;
|
|
display: none;
|
|
justify-content: flex-end;
|
|
padding: 5px;
|
|
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
|
|
position: relative; }
|
|
.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
|
|
height: 40px;
|
|
margin-left: 5px; }
|
|
.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
|
|
padding: 12px 36px;
|
|
color: #fff;
|
|
width: initial;
|
|
font-size: 15px; }
|
|
.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
|
|
background-color: #39b54a; }
|
|
|
|
.elementor-templates-modal .dialog-message {
|
|
height: 750px;
|
|
max-height: 85vh;
|
|
overflow: auto;
|
|
padding-top: 25px; }
|
|
|
|
.elementor-templates-modal .dialog-content {
|
|
height: 100%; }
|
|
|
|
.elementor-templates-modal .dialog-loading {
|
|
display: none; }
|
|
|
|
.elementor-templates-modal__header {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
height: 50px; }
|
|
.elementor-templates-modal__header__logo {
|
|
line-height: 1;
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
cursor: pointer; }
|
|
.elementor-templates-modal__header__logo-area {
|
|
text-align: left;
|
|
padding-left: 15px; }
|
|
.elementor-templates-modal__header__logo-area > * {
|
|
display: flex;
|
|
align-items: center; }
|
|
.elementor-templates-modal__header__logo__icon-wrapper {
|
|
margin-right: 10px; }
|
|
.elementor-templates-modal__header__logo__title {
|
|
padding-top: 2px; }
|
|
.elementor-templates-modal__header__logo i {
|
|
font-size: 10px; }
|
|
.elementor-templates-modal__header__items-area {
|
|
display: flex;
|
|
flex-direction: row-reverse; }
|
|
.elementor-templates-modal__header__item {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
box-sizing: content-box; }
|
|
.elementor-templates-modal__header__item > i {
|
|
font-size: 20px;
|
|
transition: all 0.3s;
|
|
cursor: pointer; }
|
|
.elementor-templates-modal__header__item > i:not(:hover) {
|
|
color: #a4afb7; }
|
|
.elementor-templates-modal__header__close--normal {
|
|
width: 45px;
|
|
border-left: 1px solid #e6e9ec; }
|
|
.elementor-templates-modal__header__close--normal i {
|
|
font-size: 18px; }
|
|
.elementor-templates-modal__header__close--skip {
|
|
padding: 10px;
|
|
padding-left: 20px;
|
|
margin-right: 10px;
|
|
color: #fff;
|
|
background-color: #a4afb7;
|
|
font-size: 11px;
|
|
font-weight: normal;
|
|
line-height: 1;
|
|
text-transform: uppercase;
|
|
border-radius: 2px;
|
|
cursor: pointer; }
|
|
.elementor-templates-modal__header__close--skip > i {
|
|
font-size: inherit;
|
|
padding-left: 10px;
|
|
margin-left: 15px;
|
|
border-left: 1px solid; }
|
|
.elementor-templates-modal__header__close--skip > i:not(:hover) {
|
|
color: #fff; }
|
|
|
|
.elementor-templates-modal__sidebar {
|
|
flex-shrink: 0;
|
|
width: 25%;
|
|
background-color: rgba(255, 255, 255, 0.3); }
|
|
|
|
.elementor-templates-modal__content {
|
|
flex-grow: 1;
|
|
box-shadow: 0 0 13px inset rgba(0, 0, 0, 0.05); }
|
|
|
|
.elementor-hidden {
|
|
display: none; }
|
|
|
|
.elementor-screen-only,
|
|
.screen-reader-text,
|
|
.screen-reader-text span,
|
|
.ui-helper-hidden-accessible {
|
|
position: absolute;
|
|
top: -10000em;
|
|
width: 1px;
|
|
height: 1px;
|
|
margin: -1px;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
clip: rect(0, 0, 0, 0);
|
|
border: 0; }
|
|
|
|
.elementor-clearfix:after {
|
|
content: '';
|
|
display: block;
|
|
clear: both;
|
|
width: 0;
|
|
height: 0; }
|
|
|
|
.elementor-gradient-logo {
|
|
background-image: linear-gradient(-135deg, #f2295b, #434363);
|
|
display: inline-block;
|
|
padding: 0.6em;
|
|
border-radius: 0.2em; }
|
|
.elementor-gradient-logo i {
|
|
color: #fff;
|
|
display: block; }
|