/*--------------------------------------------------------------
    Loader 3
--------------------------------------------------------------*/

.pre-loader3 { z-index: 10000; pointer-events: none; user-select: none; position: fixed; left: 0;}

.pre-loader3 .loader-counter-3 .wdt__ad_overlay { 
  position: fixed; width: 100vw; height: 100vh; z-index: 2; display: flex; }

.pre-loader3 .loader-counter-3 .wdt__ad_overlay .wdt__loading_bar { border-right: 1px solid rgb(var(--wdtBorderColorRgb), .4);
  width: 33.3%; height: 150vh; background: var(--wdtBodyBGColor); }

.pre-loader3 .loader-counter-3 .wdt__countDown { position: fixed; width: 100%; height: 100%;
  display: flex; justify-content: flex-end; align-items: flex-end; font-family: var(--wdtFontTypo_Alt); 
  font-size: 16vw; line-height: normal; font-weight: 900; padding: 0.2em 0.4em; z-index: 100; color: var(--wdtPrimaryColor); text-shadow: 0 0 0.05em currentColor; }

.pre-loader3 .loader-counter-3 .wdt__ad_overlay .wdt__loading_bar:last-child { border:none; }