/* temp-style.css */
/* temp CSS This needs to be entered as cscc later */

.iti__flag {
  background-image: url("/assets/images/flags.webp");
}
.iti .iti__selected-dial-code {
    margin-top: 0px;
}

/* CSS for the SEO-optimized hidden content */
.hidden-seo-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    white-space: nowrap;
}


/* THIS CLASS IS TO FIX A OVERIDING ISSUE WITH THE ZIPPER MENU. FIX IMPLEMENTED IN CONTENT-ZIPPER.PHP TO CHECK IF CONTENT IS NOT EMPTY.
PLEASE REMOVE OPACITY FROM THE SCSS ON THIS ELEMENT.
*/
body.search .zipper-container {
    opacity: 1 !important;
}


/* NEW ZIPPER TOGGLE CSS PLEASE REMOVE OLD .zipper-dropdown from style.css when adding this to prod */
.zipper-dropdown {
    max-height: 0 !important; 
    overflow: hidden !important;
    transition: max-height 0.4s cubic-bezier(0.86, 0, 0.07, 1); 
}
.zipper-dropdown.is-expanded {
    /* The very large max-height allows the content to display */
    max-height: 9999px !important;
    overflow: visible !important;
}
.zipper .zipper-dropdown .zipper-view-area {
    height: auto !important; 
}

.location-slider {
  position: relative;
  display: inline-block;
}

.location-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/dist/assets/images/noise.svg");
  opacity: 0.5;
  mix-blend-mode: overlay;
  pointer-events: none;
}

/* Target the main pop-up container. A bootstrap fix has been applied. */
.selection-popup {
    position: relative; 
}

.selection-popup.tours-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050; 
    max-height: 90vh;
    overflow-y: auto;
    width: auto; 
}

.selection-popup.active {
    display: block !important;
    visibility: visible !important;
    z-index: 9999 !important; 
    position: fixed !important; 
    top: 50% !important; 
    left: 50% !important;
    transform: translate(-50%, -50%) !important; 
    max-height: 90vh !important;
    overflow-y: auto !important;
    position: relative; 
}

.dashboard-input-group label .small-message {
 width: 100%;
 font-size: 0.8em; 
 font-weight: 400; 
 line-height: 1.2;   
}
.client-email-note { 
    font-size: 0.9em; 
    font-weight: 400; 
    line-height: 1.2; 
}

.client-email-note a { 
    font-size: 1.0em; 
    font-weight: 500; 
    line-height: 1.2; 
}

@media (max-width: 767.98px) {
    /* temp fix for dashboard panel issue on mobile on initialize */
    .advertiser-dashboard .dashboard-outer {
        height: 1px; 
    }
}
