:root {
  --brand-color: #ca0f0f;

  --main-background: #fff;
    --video-background: #666;
    --controllers-panel-background: var(--main-background);
    --status-background: var(--main-background);
    --main-fullscreen-background: var(--main-background);
    --button-background: #EAEEF4;
    --seekbar-background: var(--main-background);
    --player-background: var(--main-background);
    --captions-background: #000;

  --main-borders: #919191;;
    --buttons-borders: #666;
    --seekbar-border: var(--main-borders);
    --player-border: #e3e3e3;
    
  --main-color: #666;
    --icon-color: var(--main-color);
    --status-color: var(--main-color);
      --timer-color: var(--status-color);
      --speed-color: var(--status-color);
      --state-color: var(--status-color);
  
  --seekbar-head-size: 16px;
    --seekbar-head-size-width: var(--seekbar-head-size);
    --seekbar-head-size-height: var(--seekbar-head-size);
  --seekbar-height: 10px;
  --seekbar-head-background: var(--main-background);
  --seekbar-head-border: var(--main-borders);

  --main-radius: 10px;
    --button-radius: var(--main-radius);
    --seekbar-radius: var(--main-radius);
    --tooltip-radius: var(--main-radius);
    --player-radius: var(--main-radius);

  --tooltip-background: #fff;
  --tooltip-color: #000;
  --tooltip-font-size: 13px;

  --play-button-color: #fff;
  --play-button-border: #000;
  --play-button-size: 50px;
    
  /* States */
  /* Button Pressed colors   */
  --buttons-borders-on: var(--brand-color); 
  --icon-color-on: var(--brand-color); 

  /* Button Focus and Hover colors   */
  --active-button-icon: #fff;
  --active-button-background: var(--brand-color);

  /* Seekbar played */
  --seekbar-played: var(--brand-color);
  --seekbar-loaded: #464646;
}

.zenyth-able-player { 
  display: inline-block;
  position: relative; 
  box-shadow: 4px 4px 12px rgba(0,0,0,.3); 
  border: 2px solid var(--player-border); }
  
.zenyth-able-player:not(.full) {
  max-width: 720px;
  margin: 0 auto; }

.zenyth-pause-speech {
	Width: 44px;
  height: 44px;
  border-radius: var(--button-radius);
  cursor: pointer;
  background-color: var(--button-background) !important;
  transition: .3s;
  border: 1px solid var(--buttons-borders) !important;
	z-index: 99;
	position: relative;
  margin: 3px;
  vertical-align: middle;
	display: none; }

html.desktop-device .able-wrapper.reading .zenyth-pause-speech.pause,
html.speech-paused.desktop-device .able-wrapper.reading .zenyth-pause-speech.play { display: inline-block; }
html.desktop-device .able-wrapper.reading .zenyth-pause-speech.play,
html.speech-paused.desktop-device .able-wrapper.reading .zenyth-pause-speech.pause { display: none; }

html.desktop-device .zenyth-able-player .able-wrapper .zenyth-pause-speech:hover,
.zenyth-able-player .able-wrapper .zenyth-pause-speech:focus-visible {
	background-color: var(--active-button-background) !important;
	box-shadow: 6px 6px 12px rgba(0,0,0,.5);
	border: 1px solid var(--active-button-background) !important;
	outline-color: var(--active-button-background) !important; }

html.desktop-device .zenyth-able-player .able-wrapper .zenyth-pause-speech:hover svg,
.zenyth-able-player .able-wrapper .zenyth-pause-speech:focus-visible svg { fill: var(--active-button-icon) !important; }

.zenyth-pause-speech svg {
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%);
	fill: var(--icon-color) !important;
	width: 20px !important;
  height: 20px !important; }

html.desktop-device .zenyth-pause-speech:hover svg,
.zenyth-pause-speech:focus-visible svg,
.zenyth-pause-speech:focus-visible svg { fill: #000 !important; }

.zenyth-fullscreen {
	position: absolute;
	top: 4px;
	left: 4px;
	Width: 44px;
  height: 44px;
  border-radius: var(--button-radius);
  cursor: pointer;
  background-color: #000 !important;
  transition: .3s;
  border: 1px solid #fff !important;
	z-index: 99;
	display: none; }

html.fullscreen { overflow: hidden; }

@media(max-width: 1024px) {
	html[class*="mobile-device"] .able-button-handler-fullscreen,
	html[class*="mobile-device"] .zenyth-pause-speech,
	html[class*="mobile-device"] .zenyth-pause-speech { display: none !important; }
	html[class*="mobile-device"] .zenyth-fullscreen {	display: block !important; } 
  html[class*="mobile-device"] .able-right-controls { float: initial; } }

.zenyth-fullscreen svg {
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%);
	fill: #fff;
	width: 20px;
	height: 20px; }

.zenyth-fullscreen .fullscreen-on,
.zenyth-fullscreen.fullscreen .fullscreen-off {	display: none; }
.zenyth-fullscreen.fullscreen .fullscreen-on { display: block; }

.zenyth-fullscreen.fullscreen + .able-wrapper {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: calc(100% - 2px) !important;
	height: calc(100vh - 2px) !important;
	box-shadow: 0px 0px 10px rgba(0,0,0,1) !important;
	z-index: 98;
	background-color: var(--main-fullscreen-background); }

.zenyth-fullscreen.fullscreen {
	position: fixed !important;
	top: 60px !important;
	left: 10px !important;
	box-shadow: 0px 0px 6px rgba(0,0,0,1) !important;
	z-index: 99; }

.zenyth-fullscreen.fullscreen + .able-wrapper .able { 
  background-color: var(--main-fullscreen-background);
  height: calc(100% - 20px) !important; }

@media(max-width: 1024px) {
  .zenyth-fullscreen.fullscreen + .able-wrapper .able {
    display: flex;
    flex-direction: column;
    justify-content: center; } }

.able-wrapper.fullscreen .able-media-container video { height: calc(100vh - 174px) !important; }

@media(max-width: 600px) {
	.zenyth-fullscreen.fullscreen + .able-wrapper .able-media-container video {
		height: calc(100vh - 350px) !important; } }

.able-player.able-video { opacity: 1 !important; }

.able-vidcap-container[style*="width"],
.able-vidcap-container[style*="width"] .able-media-container video {
	height: calc(100vh - 150px) !important;
	width: 100% !important; }

.able-vidcap-container[style*="width"] + .able-player.able-video .able-button-handler-transcript { 
  display: none !important;}

@media(max-width: 600px) {

	div.able-captions-below { min-height: 74px !important; } }

  .able-audio .able-wrapper div[role="button"] svg,
  .able-audio .able-modal-dialog div[role="button"] svg,
  .able-audio .able-wrapper button svg,
  .able-audio .able-modal-dialog button svg { fill: #000 !important; }

  .zenyth-able-player iframe {
    min-height: initial;
    height: 100%; }

.zenyth-able-player .able-wrapper { max-width: 100% !important; }

.zenyth-able-player .able-wrapper .able { 
  margin-bottom: 0 !important;
  box-shadow: none !important; }

.zenyth-able-player .able-wrapper img {
  display: inline-block !important;
  height: 20px !important;
  width: 20px !important;
  vertical-align: initial !important; }

.desktop-device .able-wrapper:not(.fullscreen) video {	height: 320px !important; }
.able-wrapper.fullscreen .able-button-handler-transcript { display: none !important; }

@media(max-width: 700px) {
	.zenyth-able-player .able-wrapper video { height: 220px !important; } }

.zenyth-able-player .able-wrapper .able-transcript-area {
	position: relative !important;
	top: initial !important;
  left: initial !important;
  bottom: initial !important;
  right: initial !important;
	width: 100% !important; 
  max-width: initial !important; }

.zenyth-able-player .able-wrapper .able-transcript-container { color: #000 !important; }

.zenyth-able-player .able-wrapper .able-status-bar { 
  background-color: var(--status-background) !important; }

/* Player radius */
.zenyth-able-player { 
  border-radius: var(--player-radius); 
  background-color: var(--player-background); }

.zenyth-able-player .able-wrapper .able-player { 
  border-radius: var(--player-radius) var(--player-radius) 0 0; }

.zenyth-able-player .able-wrapper .able-player { 
  border-radius: 0 0 var(--player-radius) var(--player-radius); }

.zenyth-able-player .able-wrapper [class*="able-button-handler"] {
	Width: 44px;
	height: 44px;
	border-radius: var(--button-radius);
	cursor: pointer;
	background-color: var(--button-background) !important;
	transition: .3s;
	border: 1px solid var(--buttons-borders) !important; 
  box-shadow: 1px 1px 6px rgb(0,0,0,.2); 
  padding: 0;
  position: relative;}
.zenyth-able-player .able-wrapper [class*="able-button-handler"] svg { 
  transition: .3s; 
  fill: var(--icon-color); 
  width: 20px;
  height: 20px;}

.zenyth-able-player .able-wrapper .able-controller .able-button-handler-captions,
.zenyth-able-player .able-wrapper .able-controller .able-button-handler-descriptions,
.zenyth-able-player .able-wrapper .able-controller .able-button-handler-transcript { 
  border-color: var(--buttons-borders-on) !important; }

.zenyth-able-player .able-wrapper .able-controller .able-button-handler-captions svg,
.zenyth-able-player .able-wrapper .able-controller .able-button-handler-descriptions svg,
.zenyth-able-player .able-wrapper .able-controller .able-button-handler-transcript svg {
	fill: var(--icon-color-on) !important; }

.zenyth-able-player .able-wrapper .able-controller .able-button-handler-captions.buttonOff,
.zenyth-able-player .able-wrapper .able-controller .able-button-handler-descriptions.buttonOff,
.zenyth-able-player .able-wrapper .able-controller .able-button-handler-transcript.buttonOff {
	border-color: var(--buttons-borders) !important; }

.zenyth-able-player .able-wrapper .able-controller .able-button-handler-captions.buttonOff svg,
.zenyth-able-player .able-wrapper .able-controller .able-button-handler-descriptions.buttonOff svg,
.zenyth-able-player .able-wrapper .able-controller .able-button-handler-transcript.buttonOff svg {
	fill: var(--icon-color) !important; }

html.desktop-device .zenyth-able-player .able-wrapper .able-controller .able-button-handler-captions.buttonOff:hover svg,
html.desktop-device .zenyth-able-player .able-wrapper .able-controller .able-button-handler-descriptions.buttonOff:hover svg,
html.desktop-device .zenyth-able-player .able-wrapper .able-controller .able-button-handler-transcript.buttonOff:hover svg,
.zenyth-able-player .able-wrapper .able-controller .able-button-handler-captions.buttonOff:focus-visible svg,
.zenyth-able-player .able-wrapper .able-controller .able-button-handler-descriptions.buttonOff:focus-visible svg,
.zenyth-able-player .able-wrapper .able-controller .able-button-handler-transcript.buttonOff:focus-visible svg{
	fill: var(--active-button-icon) !important; }

html.desktop-device .zenyth-able-player .able-wrapper [class*="able-button-handler"][role="button"]:hover,
.zenyth-able-player .able-wrapper [class*="able-button-handler"][role="button"]:focus-visible {
	background-color: var(--active-button-background) !important;
	box-shadow: 6px 6px 12px rgba(0,0,0,.3);
	border: 1px solid var(--active-button-background) !important;
	outline-color: var(--active-button-background) !important; }

html.desktop-device .zenyth-able-player .able-wrapper [class*="able-button-handler"]:hover svg,
.zenyth-able-player .able-wrapper [class*="able-button-handler"]:focus-visible svg {
	fill: var(--active-button-icon) !important; }

.zenyth-able-player .able-wrapper [class*="able-button-handler"] svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); }

.zenyth-able-player .able-wrapper .able-controller .buttonOff {
	opacity: 1 !important; }

.zenyth-able-player .able-wrapper .able-tooltip {
    background-color: var(--tooltip-background) !important;
    color: var(--tooltip-color) !important;
    box-shadow: 6px 6px 12px rgba(0,0,0,.3) !important;
    font-size: var(--tooltip-font-size) !important; 
    border-radius: var(--tooltip-radius); }

  .able-wrapper.reading .able-clipped,
    .able-tooltip { display: none !important; }

.desktop-device .zenyth-able-player .able-wrapper [class*="able-button-handler"]:after {
    content: attr(aria-label);
    display: none;
    white-space: nowrap;
    padding: 4px 8px;
    position: absolute;
    top: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--tooltip-background) !important;
    color: var(--tooltip-color) !important;
    box-shadow: 6px 6px 12px rgba(0,0,0,.3) !important;
    font-size: var(--tooltip-font-size) !important; 
    border-radius: var(--tooltip-radius); }

    .desktop-device .zenyth-able-player .able-wrapper [class*="able-button-handler"]:hover:after,
    .desktop-device .zenyth-able-player .able-wrapper [class*="able-button-handler"]:focus-visible:after { display: block; }

.zenyth-able-player .able-wrapper .able-timer { color: var(--timer-color) !important; }
.zenyth-able-player .able-wrapper .able-speed { color: var(--speed-color) !important; }
.zenyth-able-player .able-wrapper .able-status { color: var(--state-color) !important; }

.zenyth-able-player .able-wrapper .able-seekbar-loaded,
.zenyth-able-player .able-wrapper .able-seekbar-played { height: 100%; }
.zenyth-able-player .able-wrapper .able-seekbar { 
  background-color: var(--seekbar-background);
  border: 2px solid var(--seekbar-border);
  height:  var(--seekbar-height); 
  border-radius: var(--seekbar-radius); }

.zenyth-able-player .able-wrapper .able-seekbar-played { background-color: var(--seekbar-played); }
.zenyth-able-player .able-wrapper .able-seekbar-loaded { background-color: var(--seekbar-loaded); }

.zenyth-able-player .able-wrapper .able-seekbar .able-seekbar-head { 
  position: absolute;
  border: 1px solid var(--seekbar-head-border) !important;
  background-color: var(--seekbar-head-background);
  top: 50%;
  transform: translateY(-50%);
  width: var(--seekbar-head-size-width);
  height: var(--seekbar-head-size-height); }

.zenyth-able-player .able-wrapper .able-captions {
	font-family: inherit !important; 
  font-size: 16px; }

.zenyth-able-player .able-wrapper .able-transcript-desc {
	background-color: #ffe3002e !important; }

html.desktop-device .zenyth-able-player .able-wrapper .able-transcript-seekpoint:hover {
	background-color: #ffe300 !important; 
  text-decoration: underline; }

.zenyth-able-player .able-wrapper .able-big-play-button {
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
	opacity: .9 !important;
  height: 100% !important; 
  transition: .3;
  cursor: pointer; }
  .zenyth-able-player .able-wrapper .able-big-play-button:hover { opacity: 1 !important; }

.zenyth-able-player .able-wrapper .able-big-play-button svg {
  fill: var(--play-button-color) !important; 
  stroke: var(--play-button-border); 
  stroke-opacity: .5; 
  width: var(--play-button-size); 
  height: var(--play-button-size);
  position: absolute; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }


.zenyth-able-player .able-wrapper .able-big-play-button:focus-visible,
.zenyth-able-player .able-wrapper .able-big-play-button:focus {
	outline: 2px solid #fff !important;
    outline-offset: -4px !important; }

.zenyth-able-player .able-controller div[role="button"]:focus { outline: none }

.zenyth-able-player .able-wrapper.reading .able-seekbar-head,
.zenyth-able-player .able-wrapper:not(.descOff) .able-seekbar-head,
.zenyth-able-player .able-wrapper.reading .able-big-play-button { display: none !important; }

@media(min-width: 760px) {
  .zenyth-able-player .able-left-controls {
    padding-left: 16px;
    padding-bottom: 8px; }
  .zenyth-able-player .able-right-controls {
    padding-right: 16px;
    padding-bottom: 8px; } }


html.desktop-device .zenyth-able-player .able-wrapper.reading .able-left-controls > *[disabled]:not(.able-button-handler-play),
html.mobile-device .zenyth-able-player .able-wrapper.reading .able-left-controls > *[disabled] {
	opacity: .25; }


html.desktop-device .zenyth-able-player .able-wrapper.reading .able-left-controls > .able-button-handler-play[disabled] {
	opacity: 0;
	position: absolute;
	overflow: hidden; }
@media(max-width: 1024px) {
	.zenyth-able-player .able-wrapper.reading .able-left-controls > *[disabled] {
		opacity: .25; } }

.zenyth-able-player .able-wrapper.reading .able-media-container:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10; }

.zenyth-able-player .able-wrapper.reading .able-seekbar-wrapper,
.zenyth-able-player .able-wrapper:not(.descOff) .able-seekbar-wrapper { position: relative; }
.zenyth-able-player .able-wrapper.reading .able-seekbar-wrapper .able-seekbar,
.zenyth-able-player .able-wrapper:not(.descOff) .able-seekbar-wrapper .able-seekbar { 
	position: relative;
	z-index: 9; }

.zenyth-able-player .able-wrapper.reading .able-seekbar-wrapper:after,
.zenyth-able-player .able-wrapper:not(.descOff) .able-seekbar-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10; }

.zenyth-able-player .able .able-vidcap-container {
  background-color: var(--video-background) !important;
  padding-top: 10px; }
.zenyth-able-player .able-captions-wrapper {
  background-color: var(--captions-background) !important; }

.zenyth-able-player .able-controller.able-white-controls { background-color: var(--controllers-panel-background) !important; }

.zenyth-able-player .able-status-bar { 
  padding: 16px 20px 16px 20px;
  height: initial !important; 
  min-height: initial !important; 
  overflow: hidden; }

.znt-block,
.zenyth-able-player .able-descriptions { display: none !important; }

.zenyth-able-player .video-section {
  padding: 0 !important;
  background-color: #011738 !important; }

.zenyth-able-player .sr-only {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important; }

.zenyth-able-player .able-wrapper, .able-media-container video { width: 100% !important; }

.zenyth-able-player [class*="able-button-handler"][disabled] {
  cursor: not-allowed;
  pointer-events: none; }

/* Modal fixes */
body div.able-modal-dialog {
  z-index: 99;
  box-sizing: border-box !important; 
  padding-bottom: 75px; 
  padding-top: 30px; }

body div.able-modal-dialog button.modalCloseButton {
  top: 20px;
  right: 12px; }

body div.able-modal-dialog select,
body div.able-modal-dialog input { max-width: 100% !important; }

body div.able-modal-dialog {
  position: fixed !important;
  top: 40px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: calc(100% - 40px) !important;
  max-width: 700px !important;
  max-height: calc(100vh - 80px) !important;
  overflow: auto !important; 
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 12px !important;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border: none !important;
  padding: 20px !important;
}

@media(max-width: 760px) {
  body div.able-modal-dialog {
    width: calc(100% - 20px) !important;
    top: 10px !important;
    max-height: calc(100vh - 20px) !important;
  }
}

[aria-controls="video_1-transcript-window-menu"] { display: none; }

.able-volume-slider {
  top: -144px;
  height: 122px; }

.able-volume-slider > input { transform: rotate(90deg) translate(52px, 50px); }

.able-modal-dialog *:focus-visible,
.able-seekbar-head:hover,
.able-seekbar-head:focus { 
  outline: 2px solid var(--seekbar-head-active-outline) !important; 
  outline-offset: 4px; }
.able-volume-slider > input:focus { outline: 2px solid #fff !important; }
.able-seekbar-head { cursor: pointer; }
.able-draggable:hover { cursor: initial !important; }
.able-white-controls.able-draggable > div.able-alert { display: none !important; }


.able-resizable { display: none !important; }


.able-controller div[role=button]:focus { outline-color: var(--active-button-background) !important; }


.desktop-device .able-controller > [class*="-controls"]:hover {
  z-index: 99; }


/* Temp fixes */
#autoscroll-transcript-checkbox-video_1 { outline: 1px solid #fff !important; }

/* Modal buttons */
.modal-button {
  padding: var(--znt-button-padding);
  border-radius: var(--znt-button-radius);
  font-size: var(--znt-button-font-size);
  font-weight: var(--znt-button-font-weight);
  background-color: var(--znt-button-background-color);
  color: var(--znt-button-text-color);
  border-color: var(--znt-button-border-color);
  border-width: var(--znt-button-border-widht);
  border-style: var(--znt-button-border-style);
  box-shadow: var(--znt-button-border-shadow);
  text-transform: var(--znt-button-text-transform);
  min-width: var(--znt-button-min-width);

  /* Settings */
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center; 
  justify-content: center;
  line-height: 1; 
  transition: .5s;
  text-decoration: none;
  font-family: var(--body-family);
}

/* MObile fixes, workaround */
.mobile-device .able-button-handler-descriptions, 
.mobile-device .able-button-handler-preferences { display: none !important; }


/* Themes */
.zenyth-able-player.theme-demo,
.zenyth-able-player.theme-demo *:not([class*="able-button-handler"]) {
  transition: .25s;
}

.zenyth-able-player:not(.theme-demo) .zenyth-demo-control {
  display: none;
}

.zenyth-demo-control {
  padding: 12px 6px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zenyth-demo-control select {
  height: 48px;
  color: #666;
  border: 1px solid #666;
  border-radius: 0.5rem;
  margin-right: 10px;
  padding: 12px;
}

.zenyth-demo-control button {
  grid-column-gap: 0.5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #53389e;
  border: 1px solid #7f56d9;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

/* Gradient Effect */


/* Zenyth Brand - Variables */
.zenyth-able-player.zenyth-brand {
  --brand-color: #53389e;

  --main-background: #53389e;
    --video-background: #42307D;
    --controllers-panel-background: var(--main-background);
    --status-background: #42307D;
    --main-fullscreen-background: var(--main-background);
    --button-background: #EAEEF4;
    --seekbar-background: var(--main-background);
    --player-background: var(--main-background);
    --captions-background: #42307D;

  --main-borders: #919191;;
    --buttons-borders: #666;
    --seekbar-border: #D6BBFB;
    --player-border: #e3e3e3;
    
  --main-color: #fff;
    --icon-color: var(--main-color);
    --status-color: var(--main-color);
      --timer-color: var(--status-color);
      --speed-color: var(--status-color);
      --state-color: var(--status-color);
  
  --seekbar-head-size: 16px;
    --seekbar-head-size-width: var(--seekbar-head-size);
    --seekbar-head-size-height: var(--seekbar-head-size);
  --seekbar-height: 10px;
  --seekbar-head-background: var(--main-background);
  --seekbar-head-border: #fff;

  --main-radius: .5rem;
    --button-radius: 5px;
    --seekbar-radius: 0;
    --tooltip-radius: var(--main-radius);
    --player-radius: var(--main-radius);

  --tooltip-background: #fff;
  --tooltip-color: #000;
  --tooltip-font-size: 13px;

  --play-button-color: #fff;
  --play-button-border: #000;
  --play-button-size: 50px;
    
  /* States */
  /* Button Pressed colors   */
  --buttons-borders-on: var(--brand-color); 
  --icon-color-on: var(--brand-color); 

  /* Button Focus and Hover colors   */
  --active-button-icon: #fff;
  --active-button-background: var(--brand-color);

  /* Seekbar played */
  --seekbar-played: #D6BBFB;
  --seekbar-loaded: #464646;
  --seekbar-head-active-outline: #fff;

  /* Transcript disclosure */
  
}

/* Zenyth Brand - General fixes */
.zenyth-able-player.zenyth-brand {
  width: 900px !important;
  max-width: initial !important;
}

.zenyth-able-player.zenyth-brand .able-transcript-area {
  border: none !important;
}

.zenyth-able-player.zenyth-brand  [class*="able-button-handler"][role="button"]:focus-within,
.zenyth-able-player.zenyth-brand  button:focus-within,
.zenyth-able-player.zenyth-brand .able-wrapper .able-big-play-button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
  outline-offset: 4px;
}

.zenyth-able-player.zenyth-brand .able-status-bar {
  padding: 4px 20px 4px 20px !important;
}

.zenyth-able-player.zenyth-brand [class*="able-button-handler"],
.zenyth-able-player.zenyth-brand .zenyth-pause-speech {
  border-color: transparent !important;
  background: none !important;
  box-shadow: none !important;
  height: 24px !important;
  width: 24px !important;
}



.zenyth-able-player.zenyth-brand [class*="able-button-handler"] svg {
  fill: #fff !important;
}

html.desktop-device .zenyth-able-player.zenyth-brand [class*="able-button-handler"][role="button"]:hover,
html.desktop-device .zenyth-able-player.zenyth-brand .zenyth-pause-speech:hover {
  border-color: #fff !important;
  background: #fff !important;
}

html .zenyth-able-player.zenyth-brand .able-button-handler-transcript,
html .zenyth-able-player.zenyth-brand .able-button-handler-descriptions,
html .zenyth-able-player.zenyth-brand .able-button-handler-captions {
  border-color: #fff !important;
}

html.desktop-device .zenyth-able-player.zenyth-brand [class*="able-button-handler"]:hover svg,
html.desktop-device .zenyth-able-player.zenyth-brand .zenyth-pause-speech:hover svg
html.desktop-device .zenyth-able-player.zenyth-brand .able-wrapper .able-controller .able-button-handler-transcript.buttonOff:hover svg,
html.desktop-device .zenyth-able-player.zenyth-brand .able-wrapper .able-controller .able-button-handler-descriptions.buttonOff:hover svg,
html.desktop-device .zenyth-able-player.zenyth-brand .able-wrapper .able-controller .able-button-handler-captions.buttonOff:hover svg {
  fill: #53389e !important;
}

.zenyth-able-player.zenyth-brand .able-wrapper .able-controller [class*="able-button-handler"].buttonOff {
  border-color: transparent !important;
  background: transparent !important;
}

html.desktop-device .zenyth-able-player.zenyth-brand .able-wrapper .able-controller .able-button-handler-transcript svg,
html.desktop-device .zenyth-able-player.zenyth-brand .able-wrapper .able-controller .able-button-handler-descriptions svg,
html.desktop-device .zenyth-able-player.zenyth-brand .able-wrapper .able-controller .able-button-handler-captions svg {
  fill: #FFF !important;
}
.zenyth-able-player.zenyth-brand .able-wrapper .able-controller [class*="able-button-handler"].buttonOff svg {
  fill: #fff !important;
}




.zenyth-able-player.zenyth-brand .able-seekbar-wrapper {
  margin: 10px 0 6px 0 !important;
  width: 100% !important;
}

.zenyth-able-player.zenyth-brand .able-seekbar {
  margin: 0 5px !important;
}

.zenyth-able-player.zenyth-brand .able-left-controls,
.zenyth-able-player.zenyth-brand .able-right-controls {
  padding-bottom: 6px !important;
}

.zenyth-able-player.zenyth-brand .able-right-controls > [aria-hidden="true"] {
  opacity: 0;
}

.zenyth-able-player.zenyth-brand .able-status-bar > * {
  width: initial !important;
  float: none !important;
  margin-right: 16px;
}

.desktop-device .zenyth-able-player.zenyth-brand .able-wrapper:not(.fullscreen) video {
  height: 460px !important;
}


/* YouTube video - sizing */
.zenyth-able-player iframe[src*="youtube"] {
  max-height: 400px !important;
  height: 400px;
  max-width: 100% !important;
  width: 100%;
}



/* Zenyth WebFlow - Variables */
.zenyth-able-player.zenyth-webflow {
  --brand-color: #d9d6fe;

  --main-background: #42307D;
    --video-background: #000;
    --controllers-panel-background: #42307D;
    --status-background: #42307D;
    --main-fullscreen-background: var(--main-background);
    --button-background: #42307D;
    --seekbar-background: var(--main-background);
    --player-background: var(--main-background);
    --captions-background: #42307D;

  --main-borders: #919191;;
    --buttons-borders: #fff;
    --seekbar-border: #D6BBFB;
    --player-border: #e3e3e3;
    
  --main-color: #fff;
    --icon-color: var(--main-color);
    --status-color: var(--main-color);
      --timer-color: var(--status-color);
      --speed-color: var(--status-color);
      --state-color: var(--status-color);
  
  --seekbar-head-size: 16px;
    --seekbar-head-size-width: var(--seekbar-head-size);
    --seekbar-head-size-height: var(--seekbar-head-size);
  --seekbar-height: 10px;
  --seekbar-head-background: var(--main-background);
  --seekbar-head-border: #fff;

  --main-radius: .5rem;
    --button-radius: 5px;
    --seekbar-radius: 0;
    --tooltip-radius: var(--main-radius);
    --player-radius: var(--main-radius);

  --tooltip-background: #fff;
  --tooltip-color: #000;
  --tooltip-font-size: 13px;

  --play-button-color: #fff;
  --play-button-border: #000;
  --play-button-size: 50px;
    
  /* States */
  /* Button Pressed colors   */
  --buttons-borders-on: #fff; 
  --icon-color-on: #fff; 

  /* Button Focus and Hover colors   */
  --active-button-icon: #42307D;
  --active-button-background: #fff; 

  /* Seekbar played */
  --seekbar-played: #D6BBFB;
  --seekbar-loaded: #464646;

  --seekbar-head-active-outline: #fff;

  /* Transcript disclosure */
  
}




/* temp fixes */
.able-right-controls .able-button-handler-transcript:not(.buttonOff),
.able-right-controls .able-button-handler-descriptions:not(.buttonOff),
.able-right-controls .able-button-handler-captions:not(.buttonOff) {
    border-width: 2px !important;
    box-sizing: border-box;
}



.able-popup {
  background-color: #fff;
  opacity: 1;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}

.able-popup [role="button"] {
  color: #000;
  border-radius: 6px;
}

div.able-modal-overlay {
  z-index: 99999;
}

.able-modal-dialog[aria-hidden="false"] {
  z-index: 999999;
}


[id*="modalTitle"] {
  font-family: var(--heading-family);
  font-size: var(--znt-heading-h1-size);
  color: var(--znt-heading-color);
  font-weight: var(--znt-heading-weight);
  line-height: var(--znt-heading-line-height);
}


.dialog.content [role="group"] > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.able-captions-sample {
  margin-top: 16px !important;
  margin-bottom: 50px !important;
}

.modalCloseButton {
  padding: 0;
  border-radius: var(--znt-button-radius);
  font-size: var(--znt-button-font-size);
  font-weight: var(--znt-button-font-weight);
  background-color: var(--znt-button-background-color);
  color: var(--znt-button-text-color);
  border-color: var(--znt-button-border-color);
  border-width: var(--znt-button-border-widht);
  border-style: var(--znt-button-border-style);
  box-shadow: var(--znt-button-border-shadow);
  text-transform: var(--znt-button-text-transform);

  /* Settings */
  position: relative;
  cursor: pointer;
  line-height: 1; 
  transition: .5s;
  font-size: 0.2px;
  width: 44px;
  height: 44px;

  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAG1BMVEUAAAD////////////////////////////////rTT7CAAAACHRSTlMA0RTMEQ3FE9y/3nsAAACaSURBVEjH7ZXdCsAgCEZrpfX+TzwiWLaV+bGbBusuPId+FHVu10VpRSTqePaHzscQouRz1o0Ycm5G4XWj8MKoW8V4AAtjEFaNYVAxJqGpgQbQo9HHod+HJmjJ3xAD30EmXmBG3rnDV9Ab+esMMy8NG98MKw8L6JXQR6PfiiYOLQ20+NDy/vvVt/qVeWQxYUORCRu7TG8G+1brBDaKDjl+fYHiAAAAAElFTkSuQmCC);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}

.znt-form_control * {
  float: none !important;
  position: relative !important;
}

.znt-form_control input,
.znt-form_control select {
  height: var(--znt-form-input-height);
  width: 100%;
  border: 1px solid var(--znt-form-input-border);
  background-color: var(--znt-form-input-background);
  color: var(--znt-form-input-color);
  border-radius: var(--znt-form-input-radius);
  margin-bottom: 0;
  padding: var(--znt-form-input-padding);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  box-shadow: var(--znt-form-box-shadow);
}

.znt-ap-dialog-footer {
  text-align: right;
}


.able-prefHighlight {
  flex-direction: row;
}




/* Styles 2.0 */
.able-transcript-seekpoint.able-transcript-caption.able-block-temp {
  display: block !important;
  border: 1px solid transparent;
}

.able-transcript-seekpoint.able-transcript-caption.able-block-temp.able-highlight,
.able-transcript-seekpoint.able-transcript-caption.able-block-temp:hover {
  border-color: #000;
}



    /* ==========================================================================
       Base Styles
       ========================================================================== */
       .znt-ab {
        position: relative;
        width: 100%;
        margin: 0;
    }

    .znt-ab.znt--playing .znt-ab_overlay-panel  {
        display: none !important;
    }

    .znt-ab:not(.znt--playing) .able-transcript-area  {
        display: none !important;
    }

    .desktop-device .znt-ab .able-wrapper:not(.fullscreen) video {
        height: 240px !important;
    }

    .znt-ab .zenyth-able-player .able-status-bar {
        padding: var(--znt-status-bar-padding);
    }

    .znt-ab .able-controller {
      border-color: var(--znt-controller-divisor) !important;
    }

    /* ==========================================================================
       Overlay Panel
       ========================================================================== */
    .znt-ab .znt-ab_overlay-panel {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background-size: cover;
        background-position: center;
    }
    
    /* ==========================================================================
       Button Handlers
       ========================================================================== */
    .znt-ab .zenyth-able-player .able-wrapper [class*="able-button-handler"] {
        width: var(--znt-button-handler-size) !important;
        height: var(--znt-button-handler-size) !important;
    }

    .znt-ab .zenyth-able-player .able-wrapper [class*="able-button-handler"] SVG {
        width: var(--znt-button-handler-svg-size) !important;
        height: var(--znt-button-handler-svg-size) !important;
    }

    /* ==========================================================================
       Trigger Button
       ========================================================================== */
       .znt-ab button.znt-ab_trigger {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: none;
        cursor: pointer;
        background-color: var(--znt-trigger-bg-color) !important;
        box-shadow: var(--znt-trigger-shadow) !important;
        padding: 0;
        width: 100px;
        height: 80px;
    }

    .znt-ab .znt-ab_trigger:focus-visible {
        outline: 1px solid #fff !important;
        outline-offset: -4px !important;
    }
  
    .znt-ab .znt-ab_trigger svg {
        width: var(--znt-ab-trigger-size) !important;
        height: var(--znt-ab-trigger-size) !important;
        fill: var(--znt-trigger-svg-fill) !important;
    }

    /* ==========================================================================
       Video Container
       ========================================================================== */
    .znt-ab .zenyth-able-player {
        position: relative;
        z-index: 9;
    }

    .znt-ab .znt-ab_overlay-video {
        position: relative;
        width: 100%;
    }

    .znt-ab .znt-ab-custom-buttons {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    /* ==========================================================================
       Typography
       ========================================================================== */
    .znt-ab .znt-heading {
        margin: var(--znt-heading-margin-top) 0 0 0 !important;
        font-size: var(--znt-heading-font-size) !important;
        font-weight: var(--znt-heading-font-weight) !important;
        text-align: var(--znt-heading-text-align) !important;
        color: var(--znt-heading-color) !important;
    }

    .znt-ab .znt-paragraph {
        margin-top: var(--znt-paragraph-margin-top) !important;
        font-size: var(--znt-paragraph-font-size) !important;
        font-weight: var(--znt-paragraph-font-weight) !important;
        text-align: var(--znt-paragraph-text-align) !important;
        color: var(--znt-paragraph-color) !important;
    }

    /* ==========================================================================
       Dialog
       ========================================================================== */

      .modalCloseButton {
        background-color: #a11114 !important;
      }



      /* [To organize and add the correct variable] */

      /* [Zentth Custom buttons integration] */

/* ==========================================================================
   Custom Buttons Styles
   ========================================================================== */
.znt-ab-custom-buttons {
  opacity: 0 !important;
  position: absolute !important;
}

.znt-bottom-controls {
  padding: var(--znt-bottom-controls-padding) !important;
  display: flex;
  align-items: center;
}

[class*="able-button-handler"] {
  margin: var(--znt-button-margin) !important;
}

/* ==========================================================================
   Button States and Interactions
   ========================================================================== */
.znt-ab .zenyth-able-player .able-wrapper [class*="able-button-handler"][role="button"]:focus-visible,
.znt-ab .zenyth-able-player .able-wrapper button[class*="able-button-handler"]:focus-visible,
.znt-ab .zenyth-able-player .able-wrapper [class*="able-button-handler"][role="button"]:hover,
.znt-ab .zenyth-able-player .able-wrapper button[class*="able-button-handler"]:hover,
.znt-ab .zenyth-able-player .able-wrapper [class*="able-button-handler"][role="button"]:focus-visible,
.znt-ab .zenyth-able-player .able-wrapper a[class*="able-button-handler"]:focus-visible,
.znt-ab .zenyth-able-player .able-wrapper a[class*="able-button-handler"]:hover,
.znt-ab .zenyth-able-player .able-wrapper .able-button-handler-transcript:not(.buttonOff),
.znt-ab .zenyth-able-player .able-wrapper .able-button-handler-captions:not(.buttonOff),
.znt-ab .zenyth-able-player .able-wrapper .able-button-handler-preferences[aria-expanded="true"] {
  background-color: var(--active-button-background) !important;
  box-shadow: var(--button-shadow) !important;
  border: 1px solid var(--active-button-background) !important;
  outline-color: var(--active-button-background) !important;
}

.znt-ab .zenyth-able-player .able-wrapper .able-button-handler-transcript:not(.buttonOff) svg,
.znt-ab .zenyth-able-player .able-wrapper .able-button-handler-captions:not(.buttonOff) svg,
.znt-ab .zenyth-able-player .able-wrapper .able-button-handler-preferences[aria-expanded="true"] svg {
  fill: var(--active-button-icon) !important;
}

/* END OF Zentth Custom buttons integration */

/* ==========================================================================
   Share Dialog Styles
   ========================================================================== */
.znt-share-dialog-container {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--share-dialog-overlay) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.znt-share-dialog {
    background: var(--share-dialog-bg) !important;
    padding: var(--znt-share-dialog-padding) !important;
    border-radius: var(--share-dialog-radius) !important;
    max-width: var(--znt-share-dialog-max-width) !important;
    width: var(--znt-share-dialog-width) !important;
    position: relative !important;
}

/* ==========================================================================
   Share Dialog Typography
   ========================================================================== */
.znt-share-dialog_heading {
    margin: var(--share-dialog-paragraph-margin) !important;
    font-size: var(--share-dialog-heading-size) !important;
    font-weight: var(--share-dialog-heading-weight) !important;
}

.znt-share-dialog_paragraph {
    margin: var(--share-dialog-paragraph-margin) !important;
}

/* ==========================================================================
   Share Dialog Code Box
   ========================================================================== */
.znt-share-dialog_code-box {
    background: var(--share-dialog-code-bg) !important;
    padding: var(--znt-share-dialog-code-padding) !important;
    border-radius: var(--share-dialog-code-radius) !important;
    margin-bottom: var(--znt-share-dialog-code-margin) !important;
}

.znt-share-dialog_code-box pre {
    margin: 0 !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    font-family: var(--share-dialog-code-font) !important;
}

/* ==========================================================================
   Share Dialog Close Button
   ========================================================================== */
.znt-close-dialog {
    width: var(--znt-close-dialog-size) !important;
    height: var(--znt-close-dialog-size) !important;
    position: absolute !important;
    top: 1rem !important;
    right: 1rem !important;
    background: none !important;
    border: none !important;
    font-size: 1.5rem !important;
    cursor: pointer !important;
    padding: var(--znt-close-dialog-padding) !important;
    line-height: 1 !important;
    background-color: var(--button-background) !important;
}

/* ==========================================================================
   Accessibility Elements
   ========================================================================== */
.znt-live-region {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ==========================================================================
   Grid Layout
   ========================================================================== */
.znt-custom-widget .g-grid{
  margin: -8px;
  width: calc(100% + 16px);
}

.znt-custom-widget .g-grid > .g-block {
  padding: 16px 8px;
  max-width: 100% !important;
}

/* ==========================================================================
   Button Styles
   ========================================================================== */
.znt-ab button,
.znt-close-dialog {
  background-color: var(--button-background) !important;
}

.znt-ab button:focus-visible,
.znt-close-dialog:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 4px !important;
}

/* ==========================================================================
   Player Visibility
   ========================================================================== */
.znt-ab .able-big-play-button {
  display: none !important;
}

.znt-ab .zenyth-able-player {
  min-height: var(--znt-player-min-height);
}

.znt-ab:not(.znt--playing) .zenyth-able-player {
  visibility: hidden;
}

/* ==========================================================================
   Able Player Dialog Styles
   ========================================================================== */
.able-modal-dialog .znt-form_control + .znt-form_control {
  margin-top: var(--znt-form-control-margin) !important;
}

.able-modal-dialog .znt-form_control select,
.able-modal-dialog .znt-form_control input {
    height: var(--znt-form-control-height) !important;
    padding: var(--znt-form-control-padding) !important;
    border-radius: var(--form-control-radius) !important;
    border: 1px solid #000 !important;
}

.able-modal-dialog .modal-button {
    background-color: var(--button-background) !important;
    border: 1px solid var(--button-background) !important;
    color: var(--icon-color) !important;
    padding: var(--znt-form-control-padding) !important;
}

.able-modal-dialog *:focus-visible {
    outline: 1px solid #000 !important;
    outline-offset: 4px !important;
}

/* ==========================================================================
   Form Controls
   ========================================================================== */
.able-modal-dialog .znt-form_control input[type="checkbox"] {
  width: var(--znt-checkbox-size) !important;
  height: var(--znt-checkbox-size) !important;
}

.able-modal-dialog .able-prefs-checkbox,
.able-modal-dialog .able-prefAltKey,
.able-modal-dialog .able-prefCtrlKey,
.able-modal-dialog .able-prefShiftKey,
.able-modal-dialog .able-prefTabbable,
.able-modal-dialog .able-prefHighlight {
  display: flex !important;
  align-items: center !important;
}   

.able-modal-dialog .able-prefs-checkbox label,
.able-modal-dialog .able-prefAltKey label,
.able-modal-dialog .able-prefCtrlKey label,
.able-modal-dialog .able-prefShiftKey label,
.able-modal-dialog .able-prefTabbable label,
.able-modal-dialog .able-prefHighlight label {
  margin-left: var(--znt-label-margin) !important;
}

/* ==========================================================================
   Sample and Keyboard Sections
   ========================================================================== */
.able-modal-dialog .able-desc-sample,
.able-modal-dialog .able-captions-sample {
  margin-top: var(--znt-sample-margin) !important;
}

.able-modal-dialog .able-prefs-keyboard {
    margin-bottom: var(--znt-keyboard-margin) !important;
}

/* ==========================================================================
   Dialog Typography
   ========================================================================== */
.able-modal-dialog h2 {
    font-size: var(--znt-heading-font-size) !important;
    font-weight: var(--znt-heading-font-weight) !important;
}

.able-modal-dialog h3 {
    font-size: var(--znt-paragraph-font-size) !important;
    font-weight: var(--znt-heading-font-weight) !important;
}


.zenyth-able-player .able-wrapper .able-seekbar .able-seekbar-head {
  background-color: var(--znt-seekbar-head-background) !important;
  border: 3px solid var(--znt-seekbar-head-border) !important;
}


.zenyth-able-player {
  width: 100% !important;
}





/* Able Player overrides */
.able-offscreen {
  display: none !important;
}


/* #video_1-prefs-menu > *:nth-child(1),
#video_1-prefs-menu > *:nth-child(2) {
  display: none !important;
} */

.able-captions,
.able-captions-wrapper {
  background-color: var(--caption-background-color) !important;
}

.able-captions {
  color: var(--caption-text-color) !important;
  font-size: var(--caption-text-size) !important;
  line-height: 1;
}




.desktop-device .zenyth-able-player .able-wrapper.fullscreen .znt-bottom-controls [class*="able-button-handler"]:nth-child(1):after,
.desktop-device .zenyth-able-player .able-wrapper.fullscreen .znt-bottom-controls [class*="able-button-handler"]:nth-child(2):after,
.desktop-device .zenyth-able-player .able-wrapper.fullscreen .znt-bottom-controls [class*="able-button-handler"]:nth-child(3):after {
  left: 0 !important;
  transform: translateX(0) !important;
}


@media (max-width: 768px) {
  .desktop-device .zenyth-able-player .able-wrapper .able-left-controls [class*="able-button-handler"]:nth-child(1):after,
  .desktop-device .zenyth-able-player .able-wrapper .able-left-controls [class*="able-button-handler"]:nth-child(2):after,
  .desktop-device .zenyth-able-player .able-wrapper .able-left-controls [class*="able-button-handler"]:nth-child(3):after,
  .desktop-device .zenyth-able-player .able-wrapper .able-right-controls [class*="able-button-handler"]:nth-child(1):after,
  .desktop-device .zenyth-able-player .able-wrapper .able-right-controls [class*="able-button-handler"]:nth-child(2):after,
  .desktop-device .zenyth-able-player .able-wrapper .able-right-controls [class*="able-button-handler"]:nth-child(3):after,
  .desktop-device .zenyth-able-player .able-wrapper .znt-bottom-controls [class*="able-button-handler"]:nth-child(1):after,
  .desktop-device .zenyth-able-player .able-wrapper .znt-bottom-controls [class*="able-button-handler"]:nth-child(2):after,
  .desktop-device .zenyth-able-player .able-wrapper .znt-bottom-controls [class*="able-button-handler"]:nth-child(3):after  {
    left: 0 !important;
    transform: translateX(0) !important;
  }

  .able-wrapper.fullscreen .able-media-container video {
    height: 180px !important;
  }

  .able-wrapper.fullscreen {
    min-height: 600px !important;
    overflow: auto;
  }

  .able-wrapper.fullscreen .able {
    margin: 0 !important;
  }

  .able-wrapper.fullscreen .able-vidcap-container {
    padding-top: 0 !important;
  }

  .able-wrapper.fullscreen .able-media-container {
    
  }

  .able-controller > *,
  .able-controller > * [class*="able-button-handler"] {
    z-index: 10 !important;
    position: relative !important;
  }
  .able-controller > *:hover,
  .able-controller > * [class*="able-button-handler"]:hover {
    z-index: 11 !important;
  }
}


.able-volume-slider {
  z-index: 1000 !important;
  width: 144px !important;
  height: 40px !important;
  box-sizing: border-box !important;
  padding: 7px 4px !important;
  top: -86px !important;
  background-color: #000 !important;
}

.able-volume-slider input[type="range"] {
  -webkit-appearance: none;
  width: 142px !important;
  height: 4px;
  background: var(--seekbar-background);
  border-radius: 2px;
  outline: none;
  transform: rotate(0deg) translate(0px, 0px) !important;
  bottom: 10px !important;
  position: absolute;
}

.able-volume-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: var(--seekbar-head-background);
  border: 2px solid var(--seekbar-head-border);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.able-volume-slider input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: var(--seekbar-head-background);
  border: 2px solid var(--seekbar-head-border);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.able-volume-slider input[type="range"]:hover::-webkit-slider-thumb,
.able-volume-slider input[type="range"]:focus::-webkit-slider-thumb {
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.able-volume-slider input[type="range"]:hover::-moz-range-thumb,
.able-volume-slider input[type="range"]:focus::-moz-range-thumb {
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.able-volume-slider input[type="range"]:focus {
  outline: none;
}

.able-volume-slider input[type="range"]::-webkit-slider-runnable-track {
  background: var(--seekbar-background);
  height: 4px;
  border-radius: 2px;
}

.able-volume-slider input[type="range"]::-moz-range-track {
  background: var(--seekbar-background);
  height: 4px;
  border-radius: 2px;
}



/* Audio modifier */
.znt-custom-widget.znt-audio-player-mod .able-button-handler-transcript,
.znt-custom-widget.znt-audio-player-mod .able-button-handler-preferences,
.znt-custom-widget.znt-audio-player-mod .able-button-handler-fullscreen {
  display: none !important;
}


.desktop-device .znt-custom-widget.znt-audio-player-mod .znt-ab .able-wrapper:not(.fullscreen) video {
  height: 160px !important;
}

.desktop-device .znt-custom-widget.znt-audio-player-mod .znt-ab .zenyth-able-player {
  min-height: 340px !important ;
}



.znt-ab .able-status-bar {
  padding-top: 20px !important;
}

.zenyth-able-player .able-wrapper .able-left-controls [class*="able-button-handler"]:after,
.zenyth-able-player .able-wrapper .able-right-controls [class*="able-button-handler"]:after {
  top: initial;
  bottom: calc(100% + 4px);
}

html:not(.desktop-device) .able-button-handler-forward,
html:not(.desktop-device) .able-button-handler-rewind {
  display: none !important;
}



/* Fullscreen custom */
.znt-ab.znt--fullscreen-on .zenyth-able-player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100vh;
  z-index: 1000;
  max-width: 100%;
  overflow: auto;
}

.admin-bar .znt-ab.znt--fullscreen-on .zenyth-able-player {
  top: 32px;
  height: calc(100vh - 32px);
}

.znt-ab.znt--fullscreen-on .able-wrapper:not(.fullscreen) video {
  height: calc(100vh - 230px) !important;
  min-height: 240px !important;
}

.znt-ab:not(.znt--fullscreen-on) .able-button-handler .znt-exit-fullscreen {
  display: none !important;
}

.znt-ab.znt--fullscreen-on .able-button-handler .znt-enter-fullscreen,
.znt-ab.znt--fullscreen-on .able-button-handler.znt-close-player,
.znt-ab.znt--fullscreen-on .able-button-handler-preferences {
  display: none !important;
}


.znt-ab.znt--fullscreen-on .able {
  min-height: 678px !important;
}

.znt-first-element,
.znt-last-element {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
