.rtm-tooltip {
position: relative;
cursor: pointer;
z-index: 10;
} .elementor-editor-active .rtm-tooltip::after {
opacity: 1 !important;
visibility: visible !important;
z-index: 99999 !important;
pointer-events: auto;
}
.rtm-tooltip-enabled::after {
content: '';
position: absolute;
top: -35px;
left: 50%;
transform: translate(var(--x, 0), var(--y, 0));
background-color: #fd0101;
color: #fff;
padding: 5px 12px;
font-size: 12px;
white-space: nowrap;
border-radius: 4px;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
}
.rtm-tooltip-enabled:hover::after {
opacity: 1;
}
.elementor-editor-active .rtm-tooltip-enabled:hover::after {
opacity: 1 !important;
}
.elementor-editor-active .elementor-section-wrap {
overflow: visible !important;
}.boostify-sticky-yes.elementor-section,
.boostify-sticky-editor {
z-index: 99;
}
.bhf-site .elementor-inner .boostify-sticky-yes.elementor-section {
transition: background 0.3s linear, border 0.3s, box-shadow 0.3s linear, top 0s linear;
}
.elementor-edit-mode .boostify-sticky-yes.elementor-section {
z-index: 1;
}
#elementor-preview-iframe .boostify-sticky-yes.elementor-section {
top: 0 !important;
}
.boostify-site-logo-header .custom-logo {
transition: 0.3s all;
}
.boostify-sticky--active {
box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.12);
background-color: #fff;
transition: top 0.1s linear;
}
.boostify-header-tranparent-yes {
background-color: transparent;
position: absolute;
left: 0;
right: 0;
z-index: 99;
}
#elementor-preview #ht-hf-primary .boostify-header-tranparent-yes {
position: relative;
}