@charset "UTF-8";
#ShareoneDrive .wpcp__offscreen {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal;
}
#ShareoneDrive .wpcp__container {
box-sizing: border-box;
font: 1.1em 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
line-height: 1.6;
position: relative;
text-align: left;
text-indent: 0;
vertical-align: top;
min-width: unset !important;
}
#ShareoneDrive .wpcp__container.wpcp__video {
background: #000;
}
#ShareoneDrive .wpcp__container * {
box-sizing: border-box;
} #ShareoneDrive .wpcp__container video::-webkit-media-controls,
#ShareoneDrive .wpcp__container video::-webkit-media-controls-panel,
#ShareoneDrive .wpcp__container video::-webkit-media-controls-panel-container,
#ShareoneDrive .wpcp__container video::-webkit-media-controls-start-playback-button {
-webkit-appearance: none;
display: none !important;
}
#ShareoneDrive .wpcp__fill-container,
#ShareoneDrive .wpcp__fill-container .wpcp__container {
height: 100%;
width: 100%;
}
#ShareoneDrive .wpcp__fill-container {
background: transparent;
margin: 0 auto;
overflow: hidden;
position: relative;
}
#ShareoneDrive .wpcp__container:focus {
outline: none;
}
#ShareoneDrive .wpcp__iframe-overlay {
height: 100%;
position: absolute;
width: 100%;
}
#ShareoneDrive .wpcp__embed,
#ShareoneDrive .wpcp__embed body {
background: #000;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
}
#ShareoneDrive .wpcp__fullscreen {
overflow: hidden !important;
}
#ShareoneDrive .wpcp__container-fullscreen {
bottom: 0;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
z-index: 1000;
}
#ShareoneDrive .wpcp__container-fullscreen .wpcp__mediaelement div {
height: 100% !important;
width: 100% !important;
}
#ShareoneDrive .wpcp__container-fullscreen video {
height: 100% !important;
width: 100% !important;
max-width: 100% !important;
max-height: 100% !important;
-o-object-position: center;
object-position: center;
-o-object-fit: contain;
object-fit: contain;
margin: 0 auto;
} #ShareoneDrive .wpcp__background {
left: 0;
position: absolute;
top: 0;
}
#ShareoneDrive .wpcp__mediaelement {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
line-height: 0;
}
#ShareoneDrive .wpcp__poster {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: contain;
left: 0;
position: absolute;
top: 0;
z-index: 1;
height: 100%;
width: 100%;
}
:root #ShareoneDrive .wpcp__poster-img {
display: none;
}
#ShareoneDrive .wpcp__poster-img {
border: 0;
padding: 0;
}
#ShareoneDrive .wpcp__overlay {
align-items: center;
display: flex;
justify-content: center;
left: 0;
position: absolute;
top: 0;
height: 100%;
width: 100%;
}
#ShareoneDrive .wpcp__layer {
z-index: 1;
}
#ShareoneDrive .wpcp__overlay-play {
cursor: pointer;
}
#ShareoneDrive .wpcp__overlay-button {
background-position: 0 -39px;
height: 80px;
width: 80px;
min-width: 80px;
}
#ShareoneDrive .wpcp__overlay:hover > .wpcp__overlay-button {
background-position: -80px -39px;
}
#ShareoneDrive .wpcp__overlay-loading {
height: 80px;
width: 80px;
}
#ShareoneDrive .wpcp__overlay-loading-bg-img {
-webkit-animation: wpcp__loading-spinner 1s linear infinite;
animation: wpcp__loading-spinner 1s linear infinite;
display: block;
height: 80px;
width: 80px;
z-index: 1;
}
@-webkit-keyframes wpcp__loading-spinner {
100% {
transform: rotate(360deg);
}
}
@keyframes wpcp__loading-spinner {
100% {
transform: rotate(360deg);
}
}  #ShareoneDrive .wpcp__controls { margin: 0;
padding: 0 10px;
width: 100%;
z-index: 3;
display: grid;
grid-template-columns: 3fr 4fr 3fr;
align-items: center; position: absolute;
bottom: 0;
}
#ShareoneDrive .wpcp__container-fullscreen .wpcp__controls {
position: absolute;
inset: auto 0 0 0;
}
#ShareoneDrive .wpcp__audio .wpcp__controls {
position: relative;
}
#ShareoneDrive .wpcp__video .wpcp__controls {
background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}
#ShareoneDrive .wpcp__inner .wpcp__title-container {
font-weight: bold;
font-size: 18px;
line-height: 18px;
overflow: hidden;
white-space: nowrap;
padding: 5px 0px;
text-overflow: ellipsis;
margin: 6px 50px 0;
flex-basis: 100%;
color: var(--wpcp--present--color--always--white, #fff);
text-align: center;
grid-area: 1 / 1 / 2 / 4;
}
#ShareoneDrive .wpcp__video .wpcp__inner .wpcp__title-container {
color: var(--wpcp--present--color--always--white, #fff);
text-shadow: 1px 1px 2px black;
}
#ShareoneDrive .wpcp__controls-left,
#ShareoneDrive .wpcp__controls-center,
#ShareoneDrive .wpcp__controls-right {
display: flex;
align-items: center;
position: relative;
top: -6px;
height: 50px;
}
#ShareoneDrive .wpcp__controls-left { justify-self: left; }
#ShareoneDrive .wpcp__controls-center {
justify-self: center;
}
#ShareoneDrive .wpcp__controls-right { justify-self: right; }
#ShareoneDrive .wpcp__speed-button {
order: 1;
}
#ShareoneDrive .wpcp__skip-back-button {
order: 2;
}
#ShareoneDrive .wpcp__prev-button {
order: 3;
}
#ShareoneDrive .wpcp__playpause-button {
zoom: 1.7;
}
#ShareoneDrive .wpcp__play {
order: 4;
}
#ShareoneDrive .wpcp__pause {
order: 5;
}
#ShareoneDrive .wpcp__next-button {
order: 6;
}
#ShareoneDrive .wpcp__jump-forward-button {
order: 7;
}
#ShareoneDrive .wpcp__button,
#ShareoneDrive .wpcp__time,
#ShareoneDrive .wpcp__time-rail {
font-size: 10px;
height: 40px;
line-height: 10px;
margin: 0;
width: 32px;
}
#ShareoneDrive .wpcp__button > button {
border: 0;
cursor: pointer;
display: block;
font-size: 0;
height: 20px;
line-height: 0;
margin: 10px 6px;
overflow: hidden;
padding: 0;
position: absolute;
text-decoration: none;
width: 20px;
min-width: auto;
} #ShareoneDrive .wpcp__button > button:focus {
outline: dotted 1px #999;
}
#ShareoneDrive .wpcp__container-keyboard-inactive a,
#ShareoneDrive .wpcp__container-keyboard-inactive a:focus,
#ShareoneDrive .wpcp__container-keyboard-inactive button,
#ShareoneDrive .wpcp__container-keyboard-inactive button:focus,
#ShareoneDrive .wpcp__container-keyboard-inactive [role='slider'],
#ShareoneDrive .wpcp__container-keyboard-inactive [role='slider']:focus {
outline: 0;
}  #ShareoneDrive .wpcp__time {
box-sizing: content-box;
color: #fff;
font-size: 11px;
font-weight: bold;
height: 24px;
overflow: hidden;
padding: 16px 6px 0;
text-align: center;
width: auto;
}  #ShareoneDrive .wpcp__play > button {
background-position: 0 0;
}
#ShareoneDrive .wpcp__pause > button {
background-position: -20px 0;
}
#ShareoneDrive .wpcp__replay > button {
background-position: -160px 0;
}  #ShareoneDrive .wpcp__time-rail { direction: ltr;
flex-grow: 1;
height: 40px;
margin: 0;
padding-top: 0;
position: relative; }
#ShareoneDrive .wpcp__time-total,
#ShareoneDrive .wpcp__time-buffering,
#ShareoneDrive .wpcp__time-loaded,
#ShareoneDrive .wpcp__time-current,
#ShareoneDrive .wpcp__time-float,
#ShareoneDrive .wpcp__time-hovered,
#ShareoneDrive .wpcp__time-float-current,
#ShareoneDrive .wpcp__time-float-corner,
#ShareoneDrive .wpcp__time-marker {
border-radius: 2px;
cursor: pointer;
display: block;
height: 10px;
position: absolute;
}
#ShareoneDrive .wpcp__time-total {
background: rgba(255, 255, 255, 0.3);
margin: 0;
width: 100%;
position: relative;
}
#ShareoneDrive .wpcp__time-buffering {
-webkit-animation: buffering-stripes 2s linear infinite;
animation: buffering-stripes 2s linear infinite;
background: linear-gradient(
-45deg,
rgba(255, 255, 255, 0.4) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, 0.4) 50%,
rgba(255, 255, 255, 0.4) 75%,
transparent 75%,
transparent
);
background-size: 15px 15px;
width: 100%;
}
@-webkit-keyframes buffering-stripes {
from {
background-position: 0 0;
}
to {
background-position: 30px 0;
}
}
@keyframes buffering-stripes {
from {
background-position: 0 0;
}
to {
background-position: 30px 0;
}
}
#ShareoneDrive .wpcp__time-loaded {
background: rgba(255, 255, 255, 0.3);
}
#ShareoneDrive .wpcp__video .wpcp__time-current {
background-color: var(--wpcp--present--color--accent, #590e54);
}
#ShareoneDrive .wpcp__time-handle-content {
background: rgba(255, 255, 255, 0.9);
}
#ShareoneDrive .wpcp__time-hovered {
background: rgba(255, 255, 255, 0.5);
z-index: 10;
}
#ShareoneDrive .wpcp__time-hovered.negative {
background: rgba(0, 0, 0, 0.2);
}
#ShareoneDrive .wpcp__time-current,
#ShareoneDrive .wpcp__time-buffering,
#ShareoneDrive .wpcp__time-loaded,
#ShareoneDrive .wpcp__time-hovered { left: 0;
transform: scaleX(0);
transform-origin: 0 0;
transition: 0.15s ease-in all;
width: 100%; }
#ShareoneDrive .wpcp__time-buffering {
transform: scaleX(1);
}
#ShareoneDrive .wpcp__time-hovered {
transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}
#ShareoneDrive .wpcp__time-hovered.no-hover {
transform: scaleX(0) !important;
}
#ShareoneDrive .wpcp__time-handle,
#ShareoneDrive .wpcp__time-handle-content { border: 4px solid transparent;
cursor: pointer;
left: 0;
position: absolute;
transform: translateX(0);
z-index: 11; }
#ShareoneDrive .wpcp__time-handle-content { border: 4px solid rgba(255, 255, 255, 0.9);
border-radius: 50%;
height: 10px;
left: -7px;
top: -4px;
transform: scale(0);
width: 10px; }
#ShareoneDrive .wpcp__time-float {
bottom: 100%;
color: var(--wpcp--present--color--always--white, #fff);
display: none;
height: 17px;
margin-bottom: 9px;
position: absolute;
text-align: center;
transform: translateX(-50%);
width: 36px;
border-radius: var(--wpcp--present--border--radius, 10px);
background: var(--wpcp--present--color--accent, #590e54);
border: solid 2px var(--wpcp--present--color--white, #fff);
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}
#ShareoneDrive .wpcp__time-float-current { display: block;
left: 0;
margin: 2px;
text-align: center;
width: 30px; }
#ShareoneDrive .wpcp__time-float-corner { border: solid 5px #eee;
border-color: #eee transparent transparent;
border-radius: 0;
display: block;
height: 0;
left: 50%;
line-height: 0;
position: absolute;
top: 100%;
transform: translateX(-50%);
width: 0; }
#ShareoneDrive .wpcp__long-video .wpcp__time-float { margin-left: -23px;
width: 64px; }
#ShareoneDrive .wpcp__long-video .wpcp__time-float-current {
width: 60px;
}
#ShareoneDrive .wpcp__broadcast {
color: #fff;
height: 10px;
position: absolute;
top: 15px;
width: 100%;
}  #ShareoneDrive .wpcp__fullscreen-button > button {
background-position: -80px 0;
}
#ShareoneDrive .wpcp__unfullscreen > button {
background-position: -100px 0;
}  #ShareoneDrive .wpcp__mute > button {
background-position: -60px 0;
}
#ShareoneDrive .wpcp__unmute > button {
background-position: -40px 0;
}
#ShareoneDrive .wpcp__volume-button {
position: relative;
}
#ShareoneDrive .wpcp__volume-button > .wpcp__volume-slider {
-webkit-backface-visibility: hidden;
background: rgba(50, 50, 50, 0.7);
border-radius: 0;
bottom: 35px;
display: none;
height: 115px;
left: 50%;
margin: 0;
position: absolute;
transform: translateX(-50%);
width: 25px;
z-index: 10;
}
#ShareoneDrive .wpcp__volume-button:hover {
border-radius: 0 0 4px 4px;
}
#ShareoneDrive .wpcp__volume-total {
background: rgba(255, 255, 255, 0.5);
height: 100px;
left: 50%;
margin: 0;
position: absolute;
top: 8px;
transform: translateX(-50%);
width: 2px;
}
#ShareoneDrive .wpcp__volume-current {
background: rgba(0, 0, 0, 0.4);
left: 0;
margin: 0;
position: absolute;
width: 100%;
}
#ShareoneDrive .wpcp__volume-handle {
background: rgba(255, 255, 255, 0.9);
border-radius: 1px;
cursor: ns-resize;
height: 6px;
left: 50%;
position: absolute;
transform: translateX(-50%);
width: 16px;
}
#ShareoneDrive .wpcp__horizontal-volume-slider {
display: block;
height: 36px;
position: relative;
vertical-align: middle;
width: 56px;
}
#ShareoneDrive .wpcp__horizontal-volume-total {
background: rgba(50, 50, 50, 0.8);
border-radius: 2px;
font-size: 1px;
height: 8px;
left: 0;
margin: 0;
padding: 0;
position: absolute;
top: 16px;
width: 50px;
}
#ShareoneDrive .wpcp__horizontal-volume-current {
background: var(--wpcp--present--color--background--90);
border-radius: 2px;
font-size: 1px;
height: 100%;
left: 0;
margin: 0;
padding: 0;
position: absolute;
top: 0;
width: 100%;
}
#ShareoneDrive .wpcp__horizontal-volume-handle {
display: none;
}  #ShareoneDrive .wpcp__captions-button,
#ShareoneDrive .wpcp__chapters-button {
position: relative;
}
#ShareoneDrive .wpcp__captions-button > button {
background-position: -140px 0;
}
#ShareoneDrive .wpcp__chapters-button > button {
background-position: -180px 0;
}
#ShareoneDrive .wpcp__captions-button > .wpcp__captions-selector,
#ShareoneDrive .wpcp__chapters-button > .wpcp__chapters-selector {
background: var(--wpcp--present--color--background, #f9f9f9);
border: none;
border-radius: 0;
bottom: 100%;
margin-right: -43px;
overflow: hidden;
padding: 0;
position: absolute;
right: 50%;
visibility: visible;
width: 125px;
}
#ShareoneDrive .wpcp__chapters-button > .wpcp__chapters-selector {
margin-right: -55px;
width: 110px;
}
#ShareoneDrive .wpcp__captions-selector-list,
#ShareoneDrive .wpcp__chapters-selector-list {
list-style-type: none !important;
margin: 0;
overflow: hidden;
padding: 0;
}
#ShareoneDrive .wpcp__captions-selector-list-item,
#ShareoneDrive .wpcp__chapters-selector-list-item {
color: var(--wpcp--present--color--black);
cursor: pointer;
display: block;
list-style-type: none !important;
margin: 5px;
overflow: hidden;
padding: 0;
}
#ShareoneDrive .wpcp__captions-selector-list-item:hover,
#ShareoneDrive .wpcp__chapters-selector-list-item:hover {
color: var(--wpcp--present--color--white);
background-color: var(--wpcp--present--color--accent) !important;
}
#ShareoneDrive .wpcp__captions-selector-input,
#ShareoneDrive .wpcp__chapters-selector-input {
clear: both;
float: left;
left: -1000px;
margin: 3px 3px 0 5px;
position: absolute;
}
#ShareoneDrive .wpcp__captions-selector-label,
#ShareoneDrive .wpcp__chapters-selector-label {
cursor: pointer;
float: left;
font-size: 10px;
line-height: 15px;
padding: 4px 10px 0;
width: 100%;
text-indent: 0;
}
#ShareoneDrive .wpcp__captions-selected,
#ShareoneDrive .wpcp__chapters-selected {
font-weight: bold;
text-decoration: underline;
}
#ShareoneDrive .wpcp__captions-translations {
font-size: 10px;
margin: 0 0 5px;
}
#ShareoneDrive .wpcp__captions-layer {
bottom: 0;
color: #fff;
font-size: 16px;
left: 0;
line-height: 20px;
position: absolute;
text-align: center;
width: 100%;
}
#ShareoneDrive .wpcp__captions-layer a {
color: #fff;
text-decoration: underline;
}
#ShareoneDrive .wpcp__captions-layer[lang='ar'] {
font-size: 20px;
font-weight: normal;
}
#ShareoneDrive .wpcp__captions-position {
bottom: 15px;
left: 0;
position: absolute;
width: 100%;
}
#ShareoneDrive .wpcp__captions-position-hover {
bottom: 35px;
}
#ShareoneDrive .wpcp__captions-text,
#ShareoneDrive .wpcp__captions-text * {
background: rgba(20, 20, 20, 0.5);
box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
padding: 0;
white-space: pre-wrap;
}
#ShareoneDrive .wpcp__container.wpcp__hide-cues video::-webkit-media-text-track-container {
display: none;
}  #ShareoneDrive .wpcp__overlay-error {
position: relative;
}
#ShareoneDrive .wpcp__overlay-error > img {
left: 0;
max-width: 100%;
position: absolute;
top: 0;
z-index: -1;
}
#ShareoneDrive .wpcp__cannotplay,
#ShareoneDrive .wpcp__cannotplay a {
color: #fff;
font-size: 0.8em;
}
#ShareoneDrive .wpcp__cannotplay {
position: relative;
}
#ShareoneDrive .wpcp__cannotplay p,
#ShareoneDrive .wpcp__cannotplay a {
display: inline-block;
padding: 0 15px;
width: 100%;
}  #ShareoneDrive .wpcp__button.wpcp__speed-button {
position: relative;
display: none;
}
#ShareoneDrive .wpcp__controls-center .wpcp__button.wpcp__speed-button {
display: inline-block;
}
#ShareoneDrive .wpcp__speed-button > button {
background: transparent;
color: #fff;
font-size: 11px;
line-height: normal;
margin: 11px 0 0;
width: 36px;
}
#ShareoneDrive .wpcp__speed-selector {
background: var(--wpcp--present--color--background, #f9f9f9);
border: 1px solid transparent;
border-radius: 0;
height: auto;
left: -10px;
overflow: hidden;
padding: 0;
position: absolute;
top: -100px;
width: 60px;
visibility: visible;
z-index: 10;
}
#ShareoneDrive .wpcp__speed-selector-list {
display: block;
list-style-type: none !important;
margin: 0;
overflow: hidden;
padding: 0;
}
#ShareoneDrive .wpcp__speed-selector-list-item {
display: block;
list-style-type: none !important;
margin: 0 0 6px;
overflow: hidden;
padding: 0 10px;
}
#ShareoneDrive .wpcp__speed-selector-list-item:hover {
background-color: var(--wpcp--present--color--accent) !important;
}
#ShareoneDrive .wpcp__speed-selector-input {
clear: both;
float: left;
left: -1000px;
margin: 3px 3px 0 5px;
position: absolute;
}
#ShareoneDrive .wpcp__speed-selector-label {
color: var(--wpcp--present--color--dark1, #666);
cursor: pointer;
float: left;
font-size: 11px;
line-height: 15px;
margin-left: 5px;
padding: 4px 0 0;
width: 60px;
}
#ShareoneDrive .wpcp__speed-selector-list-item:hover .wpcp__speed-selector-label {
color: var(--wpcp--present--color--always--white, #fff) !important;
}
#ShareoneDrive .wpcp__speed-selected {
font-weight: bold;
}
#ShareoneDrive .wpcp__speed-selector {
visibility: hidden;
}
#ShareoneDrive .wpcp__speed-button:hover .wpcp__speed-selector {
visibility: visible;
} #ShareoneDrive .wpcp__jump-forward-button > button {
color: #fff;
font-size: 8px;
line-height: normal;
top: 1px;
} #ShareoneDrive .wpcp__skip-back-button > button {
color: #fff;
font-size: 8px;
line-height: normal;
top: 1px;
} .wpcp__contextmenu {
background-color: var(--wpcp--present--color--background, #fff);
border-radius: 0px;
left: 0;
padding: 10px;
position: absolute;
top: 0;
width: 150px;
z-index: 10000;
font: 1.1em 'Open Sans', 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
font-weight: bold;
}
.wpcp__contextmenu-separator {
background-color: var(--wpcp--present--color--dark1, #333);
font-size: 0;
height: 1px;
margin: 5px 6px;
}
.wpcp__contextmenu-item {
color: var(--wpcp--present--color--dark1, #333);
cursor: pointer;
font-size: 12px;
padding: 8px 6px;
}
.wpcp__contextmenu-item:hover {
background-color: var(--wpcp--present--color--accent, #590e54);
color: var(--wpcp--present--color--white, #fff);
} #ShareoneDrive .wpcp__main-container {
position: relative;
min-height: 45px;
margin: 0 auto;
padding: 0;
outline: 0;
border-radius: var(--wpcp--present--border--radius, 10px);
background: var(--wpcp--present--color--accent, #590e54);
}
#ShareoneDrive .wpcp__main-container.wpcp__video {
overflow: hidden;
} #ShareoneDrive .wpcp__main-container .loading {
background-color: transparent;
background-image: none;
}
#ShareoneDrive .wpcp__main-container.wpcp__loading {
background-size: auto 45px;
min-height: 120px;
}
#ShareoneDrive .wpcp__main-container.wpcp__loading.wpcp__video {
background-color: var(--wpcp--present--color--background, #f9f9f9);
aspect-ratio: 16 / 9;
}
#ShareoneDrive .wpcp__main-container.wpcp__loading.wpcp__video.error {
background-image: url(//www.androidpimp.com/wp-content/plugins/share-one-drive/skins/Default_Skin/assets/placeholder_video_error.png);
background-position: center;
background-size: auto;
}
#ShareoneDrive .wpcp__main-container.wpcp__loading.wpcp__audio {
background-color: var(--wpcp--present--color--accent);
}
#ShareoneDrive .wpcp__main-container.wpcp__loading.wpcp__audio .loader-spinner .path {
stroke: var(--wpcp--present--color--white, #fff);
}
#ShareoneDrive .wpcp__main-container.wpcp__loading.wpcp__audio.error {
background-image: url(//www.androidpimp.com/wp-content/plugins/share-one-drive/skins/Default_Skin/assets/placeholder_audio_error.png);
background-position: center;
}
#ShareoneDrive .wpcp__main-container video,
#ShareoneDrive .wpcp__main-container audio {
opacity: 1;
transition: all 0.8s ease-in-out;
width: 100% !important;
}
#ShareoneDrive .wpcp__main-container.wpcp__loading video,
#ShareoneDrive .wpcp__main-container.wpcp__loading audio {
opacity: 0;
} #ShareoneDrive .wpcp__container.wpcp__video {
overflow: hidden;
}
#ShareoneDrive .wpcp__playlist-button {
position: relative;
}
#ShareoneDrive .wpcp__playlist-button > .wpcp__playlist-layer {
background: rgba(50, 50, 50, 0.7);
border: solid 1px transparent;
border-radius: 0;
bottom: 100%;
margin-right: -43px;
overflow: hidden;
padding: 0;
position: absolute;
right: 50%;
visibility: visible;
width: 86px;
}
#ShareoneDrive .wpcp__container-fullscreen .wpcp__playlist-layer {
display: none;
} #ShareoneDrive .wpcp__playlist-layer {
list-style: none;
margin: 0;
padding: 0 var(--wpcp--present--border--radius, 10px);
position: relative;
z-index: 3;
text-align: left;
line-height: 1;
background: var(--wpcp--present--color--background, #f9f9f9);
display: flex;
flex-direction: column;
border-bottom-left-radius: var(--wpcp--present--border--radius, 10px);
border-bottom-right-radius: var(--wpcp--present--border--radius, 10px);
}
#ShareoneDrive .wpcp__playlist-hidden {
display: none;
}
#ShareoneDrive .wpcp__playlist-layer.wpcp__playlist-inline {
position: absolute;
top: clamp(0px, 2vw, 50px);
left: clamp(0px, 2vw, 50px);
right: clamp(0px, 2vw, 50px);
bottom: 80px;
z-index: 10;
width: auto !important;
padding: 6px;
opacity: 1;
transition: all 0.3s ease-in-out;
background: var(--wpcp--present--color--background--90);
border-radius: var(--wpcp--present--border--radius, 10px);
}
#ShareoneDrive .wpcp__playlist-layer ul:first-of-type {
margin: 0;
padding: 12px 6px;
opacity: 1;
position: relative;
overflow-y: auto;
overflow-x: hidden;
}
#ShareoneDrive .wpcp__playlist-layer ul {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-gap: max(var(--wpcp--present--gap, 10px), 5px);
list-style-type: none;
grid-column: 1/-1;
padding: 12px;
border-radius: 0 0 var(--wpcp--present--border--radius, 10px) var(--wpcp--present--border--radius, 10px);
grid-auto-rows: 1fr;
grid-template-rows: repeat(var(--wpcp--playlist--folder-count, 0), auto);
}
#ShareoneDrive [data-layout='grid'] .wpcp__playlist-layer ul {
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
#ShareoneDrive.audio [data-layout='list'] .wpcp__playlist-layer ul {
grid-template-columns: unset;
}
#ShareoneDrive .wpcp__playlist-layer.wpcp__playlist-inline ul:first-of-type {
max-height: unset !important;
}
#ShareoneDrive .wpcp__playlist-layer ul ul {
background: var(--wpcp--present--color--background, #f9f9f9)
}
#ShareoneDrive .wpcp__playlist-layer ul ul {
margin: 0 -12px;
}
#ShareoneDrive .wpcp__playlist-search {
padding: 6px;
display: none;
}
#ShareoneDrive .has-search .wpcp__playlist-search {
display: block;
}
#ShareoneDrive .wpcp__playlist-search input {
padding: 6px 18px;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
#ShareoneDrive .wpcp__playlist-zip-button {
place-self: center;
align-self: center;
}
#ShareoneDrive [data-layout='list'] .wpcp__playlist-item.entry {
display: block;
padding: 0;
border-radius: var(--wpcp--present--border--radius, 10px);
}
#ShareoneDrive .wpcp__playlist-item {
padding: 0;
margin: 0;
color: var(--wpcp--present--color--black, #222);
border-radius: var(--wpcp--present--border--radius, 10px);
}
#ShareoneDrive .wpcp__playlist-item-folder + .wpcp__playlist-item-file {
grid-column-start: 1;
}
#ShareoneDrive .wpcp__playlist-item.is-selected,
#ShareoneDrive .wpcp__playlist-item:hover {
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
transform: scale(1);
}
#ShareoneDrive .wpcp__playlist-item:focus {
outline: none;
}
#ShareoneDrive .wpcp__playlist-item.is-hidden {
display: none !important;
}
#ShareoneDrive .wpcp__playlist-item-card {
padding: 0;
margin: 0;
font-size: 14px;
line-height: 18px;
cursor: pointer;
position: relative;
display: flex;
align-items: stretch;
flex-direction: row;
height: 100%;
flex-wrap: wrap;
border-radius: var(--wpcp--present--border--radius, 10px);
overflow: hidden;
}
#ShareoneDrive [data-layout='grid'] .wpcp__playlist-item-card {
flex-wrap: nowrap;
flex-direction: column;
}
#ShareoneDrive .wpcp__container.wpcp__active + .wpcp__playlist-layer.wpcp__playlist-inline {
opacity: 0;
visibility: hidden;
}
#ShareoneDrive .wpcp__container.wpcp__audio .wpcp__playlist-layer {
bottom: initial;
height: auto;
top: 40px;
}
#ShareoneDrive .wpcp__playlist-item-thumbnail {
position: relative;
padding: 0;
box-sizing: content-box;
display: flex;
align-self: stretch;
align-items: center;
aspect-ratio: 16 / 9;
max-width: 100%;
flex: 0;
flex-basis: clamp(120px, 30%, 360px);
}
#ShareoneDrive .wpcp__playlist-item-thumbnail img[src*='css/icons/256x256'] {
max-height: 70%;
-o-object-fit: contain;
object-fit: contain;
}
#ShareoneDrive.audio [data-layout='list'] .wpcp__playlist-item-thumbnail {
aspect-ratio: 1 / 1;
flex-basis: clamp(60px, 96px, 128px);
}
#ShareoneDrive.audio [data-layout='list'] .wpcp__playlist-item-thumbnail img {
-o-object-fit: cover;
object-fit: cover;
}
#ShareoneDrive.audio .wpcp__playlist-item-thumbnail img {
aspect-ratio: 1 / 1;
}
#ShareoneDrive .no-thumbnails .wpcp__playlist-item-thumbnail {
display: none;
}
#ShareoneDrive .wpcp__playlist-item-duration {
position: absolute;
background: black;
background-color: rgb(0 0 0 / 0.8);
color: white;
padding: 0 5px;
display: block;
font-weight: 500;
border-radius: 2px;
right: 2px;
bottom: 2px;
line-height: 1.7em;
z-index: 1;
font-size: 12px;
}
#ShareoneDrive .wpcp__playlist-item-thumbnail > img {
-o-object-position: center;
object-position: center;
-o-object-fit: cover;
object-fit: cover;
z-index: 0;
height: 100%;
width: 100%;
max-width: 100%;
max-height: 100%;
transition: opacity 0.6s ease-out, transform 0.3s ease-out;
}
#ShareoneDrive .wpcp__playlist-item-content {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 3px;
flex: 1;
flex-basis: 1e-9px;
margin: 12px;
}
#ShareoneDrive .wpcp__playlist-item-title-wrapper {
display: flex;
justify-content: space-between;
width: 100%;
}
#ShareoneDrive .wpcp__playlist-item-title {
font-weight: bold;
font-size: 16px;
line-height: 18px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
max-height: 3em;
}
#ShareoneDrive .no-thumbnails .wpcp__playlist-item-title {
-webkit-line-clamp: 1;
overflow: hidden;
}
#ShareoneDrive .wpcp__playlist-item-title-button {
flex: 0 0 30px;
position: relative;
}
#ShareoneDrive .wpcp__playlist-item-title-button .entry-action-menu-button {
position: absolute;
top: -6px;
}
#ShareoneDrive .wpcp__playlist-item.is-selected .entry-info-button,
#ShareoneDrive .wpcp__playlist-item:hover .entry-info-button {
display: inline-block;
}
#ShareoneDrive .wpcp__playlist-item-content i.eva-volume-up-outline {
transition: all 0.8s ease-in-out;
display: none;
}
#ShareoneDrive .is-selected .wpcp__playlist-item-content i.eva-volume-up-outline {
opacity: 0;
margin-left: 5px;
display: inline-block;
}
#ShareoneDrive .wpcp__container.wpcp__active .is-selected i.eva-volume-up-outline,
#ShareoneDrive .wpcp__container.wpcp__active + .wpcp__playlist-layer .is-selected i.eva-volume-up-outline {
opacity: 1;
}
#ShareoneDrive .wpcp__playlist-item-description {
opacity: 0.6;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
max-height: 3em;
}
#ShareoneDrive .wpcp__playlist-item-description:empty {
display: none;
}
#ShareoneDrive .wpcp__playlist-item-metadata {
padding-bottom: 5px;
}
#ShareoneDrive .no-date .wpcp__playlist-item-metadata {
display: none;
}
#ShareoneDrive .wpcp__playlist-item-lastedited {
overflow: hidden;
font-weight: bold;
line-height: 15px;
font-size: 90%;
opacity: 0.5;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
}
#ShareoneDrive .wpcp__playlist-item.wpcp__playlist-item-folder {
font-weight: bold;
padding: 3px 0;
font-size: 95%;
align-self: self-start;
transform: scale(1) !important;
}
#ShareoneDrive .wpcp__playlist-item.wpcp__playlist-item-folder.wpcp__playlist-item-folder-open {
grid-column: 1/-1;
}
#ShareoneDrive .wpcp__playlist-current {
background: #000;
bottom: 34px;
height: auto !important;
left: 0;
position: absolute;
z-index: 3;
}
#ShareoneDrive .wpcp__playlist-current p {
color: #fff;
font-size: 0.8em;
margin: 15px 10px;
}
#ShareoneDrive .wpcp__playlist-current > img {
float: left;
margin: 5px 10px;
max-height: 35px;
}
#ShareoneDrive .wpcp__playlist-current-title,
#ShareoneDrive .wpcp__playlist-current-description {
font-style: italic;
}
#ShareoneDrive .wpcp__ads > a {
display: block;
height: 100%;
position: absolute;
right: 0;
width: 100%;
}
#ShareoneDrive .wpcp__ads-skip-block {
background-color: var(--wpcp--present--color--accent, rgba(0, 0, 0, 0.5));
color: var(--wpcp--present--color--white, #fff);
display: block;
padding: 10px;
position: absolute;
right: 0;
top: 0;
width: 200px;
cursor: pointer;
}
#ShareoneDrive .wpcp__audio .wpcp__ads-skip-block {
padding: 0;
}
#ShareoneDrive .wpcp__ads-skip-button:hover {
text-decoration: underline;
} #ShareoneDrive .wpcp__audio .wpcp__container {
border-radius: var(--wpcp--present--border--radius, 10px);
}
#ShareoneDrive .wpcp__mediaelement {
position: relative;
overflow: hidden;
}
#ShareoneDrive .wpcp__container-fullscreen .wpcp__mediaelement {
position: absolute;
border-radius: 0px;
}
#ShareoneDrive .wpcp__overlay-loading .loading {
background-color: rgba(27, 27, 27, 0.5);
}
#ShareoneDrive .wpcp__container.wpcp__video {
overflow: visible;
}
#ShareoneDrive .wpcp__poster {
}
#ShareoneDrive .wpcp__audio .wpcp__poster {
display: none;
}
#ShareoneDrive .wpcp__overlay-play {
background: rgba(0, 0, 0, 0.4);
transition: all 0.8s ease-in-out;
}
#ShareoneDrive .wpcp__captions-layer {
font-size: 24px;
line-height: 30px;
}
#ShareoneDrive .wpcp__captions-position {
bottom: 25px !important;
}
#ShareoneDrive .wpcp__captions-position-hover {
bottom: 45px !important;
}
#ShareoneDrive .wpcp__captions-text,
#ShareoneDrive .wpcp__captions-text * {
font-size: 100% !important;
}
#ShareoneDrive .wpcp__container-fullscreen .wpcp__captions-text,
#ShareoneDrive .wpcp__container-fullscreen .wpcp__captions-text * {
font-size: 200% !important;
}
#ShareoneDrive .wpcp__volume-button > .wpcp__volume-slider {
background: var(--wpcp--present--color--accent, #590e54);
border-radius: var(--wpcp--present--border--radius, 10px);
}
#ShareoneDrive .wpcp__volume-total {
width: 8px;
border-radius: 20px;
background-color: rgba(255, 255, 255, 0.3);
}
#ShareoneDrive .wpcp__volume-current {
border-radius: 20px;
background: rgba(255, 255, 255, 0.4);
}
#ShareoneDrive .wpcp__volume-handle {
background-color: var(--wpcp--present--color--always--white, #fff);
border-radius: 100%;
cursor: inherit;
height: 16px;
}
#ShareoneDrive .wpcp__horizontal-volume-total {
border-radius: 5px;
height: 5px;
top: 18px;
}
#ShareoneDrive .wpcp__time {
padding: 16px 0px 1px;
font-weight: normal;
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#ShareoneDrive .wpcp__currenttime {
padding-left: 10px;
}
#ShareoneDrive .wpcp__video .wpcp__time-rail { position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
margin: 0;
height: 5px; }
#ShareoneDrive .wpcp__audio .wpcp__time-rail {
height: 10px;
grid-area: 2 / 1 / 2 / 4;
width: 100%;
padding: 0 15px;
margin: 10px 0;
}
#ShareoneDrive .wpcp__time-total,
#ShareoneDrive .wpcp__time-current,
#ShareoneDrive .wpcp__time-buffering,
#ShareoneDrive .wpcp__time-loaded,
#ShareoneDrive .wpcp__time-hovered {
height: 5px;
border-radius: 0px;
}
#ShareoneDrive .wpcp__audio .wpcp__time-total,
#ShareoneDrive .wpcp__audio .wpcp__time-current,
#ShareoneDrive .wpcp__audio .wpcp__time-buffering,
#ShareoneDrive .wpcp__audio .wpcp__time-loaded,
#ShareoneDrive .wpcp__audio .wpcp__time-hovered {
height: 10px;
border-radius: var(--wpcp--present--border--radius, 10px);
}
#ShareoneDrive .wpcp__time-total {
top: 0px;
z-index: 2;
}
#ShareoneDrive .wpcp__video .wpcp__time-total {
background: rgba(0, 0, 0, 0.1);
}
#ShareoneDrive .wpcp__time-buffering {
background: rgba(0, 0, 0, 0.1);
}
#ShareoneDrive .wpcp__time-loaded {
background: rgba(255, 255, 255, 0.2);
}
#ShareoneDrive .wpcp__audio .wpcp__time-current {
background: rgba(255, 255, 255, 0.4);
}
#ShareoneDrive .wpcp__time-handle { background: white;
height: 20px;
width: 20px;
border-radius: var(--wpcp--present--border--radius, 10px);
top: -6px;
border: 0;
left: -8px;
transition: 0.15s ease-in all;
box-shadow: 0 0 8px 2px rgb(0 0 0 / 40%);
border: 1px solid var(--wpcp--present--color--accent); }
#ShareoneDrive .wpcp__time-handle:hover {
border-width: 3px;
}
#ShareoneDrive .wpcp__time-handle-content { width: 15px;
height: 6px;
top: 0px;
border: 0;
left: 0px;
border-radius: 0; }
#ShareoneDrive .wpcp__time-float {
width: 60px;
height: 35px;
}
#ShareoneDrive .wpcp__time-float-current {
margin: 0;
font-size: 15px;
width: 100%;
padding: 10px 0;
}
#ShareoneDrive .wpcp__ads {
z-index: 1000;
}
#ShareoneDrive .wpcp__audio .wpcp__ads {
display: none !important;
}
#ShareoneDrive .wpcp__ads-skip-message {
cursor: not-allowed;
}
@media (max-width: 767px) {
#ShareoneDrive .plyr__time + .plyr__time {
display: none;
}
}
@media (max-width: 320px) {
#ShareoneDrive .wpcp__speed-button,
#ShareoneDrive .wpcp__skip-back-button,
#ShareoneDrive .wpcp__jump-forward-button,
#ShareoneDrive .wpcp__loop-button {
display: none !important;
}
}
@media (max-width: 480px) {
#ShareoneDrive .wpcp__playlist-layer.wpcp__playlist-inline {
position: relative;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
border-radius: 0px;
}
#ShareoneDrive .wpcp__container.wpcp__active + .wpcp__playlist-layer.wpcp__playlist-inline {
opacity: 1;
visibility: visible;
}
#ShareoneDrive .wpcp__playlist-item-content {
font-size: 90%;
}
#ShareoneDrive .wpcp__playlist-item.is-selected .wpcp__playlist-item-download,
#ShareoneDrive .wpcp__playlist-item.is-selected .wpcp__playlist-item-purchase {
display: inline-block;
}
#ShareoneDrive .wpcp__video .wpcp__button.wpcp__playpause-button,
#ShareoneDrive .wpcp__video .wpcp__button.wpcp__prev-button,
#ShareoneDrive .wpcp__video .wpcp__button.wpcp__next-button {
display: none;
}
} #ShareoneDrive .wpcp__controls {
min-height: 45px; direction: ltr; }
#ShareoneDrive .wpcp__button {
position: relative;
}
#ShareoneDrive .wpcp__button,
#ShareoneDrive .wpcp__time,
#ShareoneDrive .wpcp__time-rail,
#ShareoneDrive .wpcp__horizontal-volume-slider {
display: inline-block;
}
#ShareoneDrive .wpcp__horizontal-volume-slider {
display: inline-block !important;
}
#ShareoneDrive .wpcp__horizontal-volume-slider {
height: 40px;
vertical-align: initial;
}
@media only screen and (max-width: 768px) and (pointer: coarse) {
#ShareoneDrive .wpcp__volume-slider {
display: none !important;
}
}
#ShareoneDrive .wpcp__overlay-button {
opacity: 0.8;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
border-radius: 100%;
background-repeat: no-repeat;
background-size: 40px;
background-position: 50% !important;
background-color: var(--wpcp--present--color--accent, #590e54);
color: var(--wpcp--present--color--white, #fff);
}
#ShareoneDrive .wpcp__overlay-button:hover,
#ShareoneDrive .wpcp__overlay:hover > .wpcp__overlay-button {
opacity: 1;
background-color: var(--wpcp--present--color--accent, #590e54);
color: var(--wpcp--present--color--white, #fff);
}
#ShareoneDrive .wpcp__time,
#ShareoneDrive .wpcp__button > button {
opacity: 0.8;
background-repeat: no-repeat;
background-position: 0;
background-color: transparent;
border: 0;
border-radius: 0;
}
#ShareoneDrive .wpcp__button > button:hover {
opacity: 1;
}
#ShareoneDrive
[data-playlist-inline='0']
.wpcp__container.wpcp__video:not(.wpcp__active)
.wpcp__button.wpcp__playpause-button {
display: none;
}
#ShareoneDrive .wpcp__container-fullscreen .wpcp__playlist-button,
#ShareoneDrive .wpcp__container-fullscreen .wpcp__zip-button,
#ShareoneDrive .wpcp__container-fullscreen .wpcp__shuffle-button,
#ShareoneDrive .wpcp__container-fullscreen .wpcp__loop-button {
display: none;
}
#ShareoneDrive .wpcp__overlay-button {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z'%3E%3C/path%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__overlay-button:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M371.7 238l-176-107c-15.8-8.8-35.7 2.5-35.7 21v208c0 18.4 19.8 29.8 35.7 21l176-101c16.4-9.1 16.4-32.8 0-42zM504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256z'%3E%3C/path%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__play > button {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6zM48 453.5v-395c0-4.6 5.1-7.5 9.1-5.2l334.2 197.5c3.9 2.3 3.9 8 0 10.3L57.1 458.7c-4 2.3-9.1-.6-9.1-5.2z'%3E%3C/path%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__pause > button {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M192 79v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48zm-48 346V85c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h84c3.3 0 6-2.7 6-6zM448 79v352c0 26.5-21.5 48-48 48h-96c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48zm-48 346V85c0-3.3-2.7-6-6-6h-84c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h84c3.3 0 6-2.7 6-6z'%3E%3C/path%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__replay > button {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M500 8h-27.711c-6.739 0-12.157 5.548-11.997 12.286l2.347 98.568C418.075 51.834 341.788 7.73 255.207 8.001 118.82 8.428 7.787 120.009 8 256.396 8.214 393.181 119.165 504 256 504c63.926 0 122.202-24.187 166.178-63.908 5.113-4.618 5.354-12.561.482-17.433l-19.738-19.738c-4.498-4.498-11.753-4.785-16.501-.552C351.787 433.246 306.105 452 256 452c-108.322 0-196-87.662-196-196 0-108.322 87.662-196 196-196 79.545 0 147.941 47.282 178.675 115.302l-126.389-3.009c-6.737-.16-12.286 5.257-12.286 11.997V212c0 6.627 5.373 12 12 12h192c6.627 0 12-5.373 12-12V20c0-6.627-5.373-12-12-12z'%3E%3C/path%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__prev-button > button {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M76 480h24c6.6 0 12-5.4 12-12V285l219.5 187.6c20.6 17.2 52.5 2.8 52.5-24.6V64c0-27.4-31.9-41.8-52.5-24.6L112 228.1V44c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v424c0 6.6 5.4 12 12 12zM336 98.5v315.1L149.3 256.5 336 98.5z'%3E%3C/path%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__next-button > button {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M372 32h-24c-6.6 0-12 5.4-12 12v183L116.5 39.4C95.9 22.3 64 36.6 64 64v384c0 27.4 31.9 41.8 52.5 24.6L336 283.9V468c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12V44c0-6.6-5.4-12-12-12zM112 413.5V98.4l186.7 157.1-186.7 158z'%3E%3C/path%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__skip-back-button > button {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M20 8h10c6.627 0 12 5.373 12 12v110.625C85.196 57.047 165.239 7.715 256.793 8.001 393.18 8.428 504.213 120.009 504 256.396 503.786 393.181 392.834 504 256 504c-63.926 0-122.202-24.187-166.178-63.908-5.113-4.618-5.354-12.561-.482-17.433l7.069-7.069c4.503-4.503 11.749-4.714 16.482-.454C150.782 449.238 200.935 470 256 470c117.744 0 214-95.331 214-214 0-117.744-95.331-214-214-214-82.862 0-154.737 47.077-190.289 116H180c6.627 0 12 5.373 12 12v10c0 6.627-5.373 12-12 12H20c-6.627 0-12-5.373-12-12V20c0-6.627 5.373-12 12-12z'%3E%3C/path%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__jump-forward-button > button {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M492 8h-10c-6.627 0-12 5.373-12 12v110.625C426.804 57.047 346.761 7.715 255.207 8.001 118.82 8.428 7.787 120.009 8 256.396 8.214 393.181 119.166 504 256 504c63.926 0 122.202-24.187 166.178-63.908 5.113-4.618 5.354-12.561.482-17.433l-7.069-7.069c-4.503-4.503-11.749-4.714-16.482-.454C361.218 449.238 311.065 470 256 470c-117.744 0-214-95.331-214-214 0-117.744 95.331-214 214-214 82.862 0 154.737 47.077 190.289 116H332c-6.627 0-12 5.373-12 12v10c0 6.627 5.373 12 12 12h160c6.627 0 12-5.373 12-12V20c0-6.627-5.373-12-12-12z'%3E%3C/path%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__loop-button > button {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M512 256c0 83.813-68.187 152-152 152H136.535l55.762 54.545c4.775 4.67 4.817 12.341.094 17.064l-16.877 16.877c-4.686 4.686-12.284 4.686-16.971 0l-104-104c-4.686-4.686-4.686-12.284 0-16.971l104-104c4.686-4.686 12.284-4.686 16.971 0l16.877 16.877c4.723 4.723 4.681 12.393-.094 17.064L136.535 360H360c57.346 0 104-46.654 104-104 0-19.452-5.372-37.671-14.706-53.258a11.991 11.991 0 0 1 1.804-14.644l17.392-17.392c5.362-5.362 14.316-4.484 18.491 1.847C502.788 196.521 512 225.203 512 256zM62.706 309.258C53.372 293.671 48 275.452 48 256c0-57.346 46.654-104 104-104h223.465l-55.762 54.545c-4.775 4.67-4.817 12.341-.094 17.064l16.877 16.877c4.686 4.686 12.284 4.686 16.971 0l104-104c4.686-4.686 4.686-12.284 0-16.971l-104-104c-4.686-4.686-12.284-4.686-16.971 0l-16.877 16.877c-4.723 4.723-4.681 12.393.094 17.064L375.465 104H152C68.187 104 0 172.187 0 256c0 30.797 9.212 59.479 25.019 83.447 4.175 6.331 13.129 7.209 18.491 1.847l17.392-17.392a11.991 11.991 0 0 0 1.804-14.644z'%3E%3C/path%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__loop-button.wpcp__loop-on > button {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M512 256c0 88.224-71.775 160-160 160H170.067l34.512 32.419c9.875 9.276 10.119 24.883.539 34.464l-10.775 10.775c-9.373 9.372-24.568 9.372-33.941 0l-92.686-92.686c-9.373-9.373-9.373-24.568 0-33.941l92.686-92.686c9.373-9.373 24.568-9.373 33.941 0l10.775 10.775c9.581 9.581 9.337 25.187-.539 34.464L170.067 352H352c52.935 0 96-43.065 96-96 0-13.958-2.996-27.228-8.376-39.204-4.061-9.039-2.284-19.626 4.723-26.633l12.183-12.183c11.499-11.499 30.965-8.526 38.312 5.982C505.814 205.624 512 230.103 512 256zM72.376 295.204C66.996 283.228 64 269.958 64 256c0-52.935 43.065-96 96-96h181.933l-34.512 32.419c-9.875 9.276-10.119 24.883-.539 34.464l10.775 10.775c9.373 9.372 24.568 9.372 33.941 0l92.686-92.686c9.373-9.373 9.373-24.568 0-33.941l-92.686-92.686c-9.373-9.373-24.568-9.373-33.941 0L306.882 29.12c-9.581 9.581-9.337 25.187.539 34.464L341.933 96H160C71.775 96 0 167.776 0 256c0 25.897 6.186 50.376 17.157 72.039 7.347 14.508 26.813 17.481 38.312 5.982l12.183-12.183c7.008-7.008 8.786-17.595 4.724-26.634z'%3E%3C/path%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__shuffle-button > button {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M505 400l-79.2 72.9c-15.1 15.1-41.8 4.4-41.8-17v-40h-31c-3.3 0-6.5-1.4-8.8-3.9l-89.8-97.2 38.1-41.3 79.8 86.3H384v-48c0-21.4 26.7-32.1 41.8-17l79.2 71c9.3 9.6 9.3 24.8 0 34.2zM12 152h91.8l79.8 86.3 38.1-41.3-89.8-97.2c-2.3-2.5-5.5-3.9-8.8-3.9H12c-6.6 0-12 5.4-12 12v32c0 6.7 5.4 12.1 12 12.1zm493-41.9l-79.2-71C410.7 24 384 34.7 384 56v40h-31c-3.3 0-6.5 1.4-8.8 3.9L103.8 360H12c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h111c3.3 0 6.5-1.4 8.8-3.9L372.2 152H384v48c0 21.4 26.7 32.1 41.8 17l79.2-73c9.3-9.4 9.3-24.6 0-33.9z'%3E%3C/path%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__shuffle-button.wpcp__shuffle-on > button {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M504.971 359.029c9.373 9.373 9.373 24.569 0 33.941l-80 79.984c-15.01 15.01-40.971 4.49-40.971-16.971V416h-58.785a12.004 12.004 0 0 1-8.773-3.812l-70.556-75.596 53.333-57.143L352 336h32v-39.981c0-21.438 25.943-31.998 40.971-16.971l80 79.981zM12 176h84l52.781 56.551 53.333-57.143-70.556-75.596A11.999 11.999 0 0 0 122.785 96H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12zm372 0v39.984c0 21.46 25.961 31.98 40.971 16.971l80-79.984c9.373-9.373 9.373-24.569 0-33.941l-80-79.981C409.943 24.021 384 34.582 384 56.019V96h-58.785a12.004 12.004 0 0 0-8.773 3.812L96 336H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h110.785c3.326 0 6.503-1.381 8.773-3.812L352 176h32z'%3E%3C/path%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__playlist-button > button {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M80 48H16A16 16 0 0 0 0 64v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16zm0 160H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm0 160H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm416-136H176a16 16 0 0 0-16 16v16a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-16a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v16a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-16a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v16a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V88a16 16 0 0 0-16-16z'%3E%3C/path%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__mute > button {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 512'%3E%3Cpath fill='white' d='M394.23 100.85c-11.19-7.09-26.03-3.8-33.12 7.41s-3.78 26.03 7.41 33.12C408.27 166.6 432 209.44 432 256s-23.73 89.41-63.48 114.62c-11.19 7.09-14.5 21.92-7.41 33.12 6.51 10.28 21.12 15.03 33.12 7.41C447.94 377.09 480 319.09 480 256s-32.06-121.09-85.77-155.15zm-56 78.28c-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61C327.98 228.28 336 241.63 336 256c0 14.37-8.02 27.72-20.92 34.81-11.61 6.41-15.84 21-9.45 32.61 6.43 11.66 21.05 15.8 32.61 9.45 28.23-15.55 45.77-45 45.77-76.87s-17.54-61.33-45.78-76.87zM231.81 64c-5.91 0-11.92 2.18-16.78 7.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c4.87 4.87 10.88 7.05 16.78 7.05 12.33 0 24.19-9.52 24.19-24.02V88.02C256 73.51 244.13 64 231.81 64zM208 366.05L145.94 304H48v-96h97.94L208 145.95v220.1z'%3E%3C/path%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__unmute > button {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M231.81 64c-5.91 0-11.92 2.18-16.78 7.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c4.87 4.87 10.88 7.05 16.78 7.05 12.33 0 24.19-9.52 24.19-24.02V88.02C256 73.51 244.13 64 231.81 64zM208 366.05l-48-47.99L145.94 304H48v-96h97.94L160 193.94l48-47.99v220.1zM465.94 256l41.37-41.37c6.25-6.25 6.25-16.38 0-22.63L496 180.69c-6.25-6.25-16.38-6.25-22.63 0L432 222.06l-41.37-41.37c-6.25-6.25-16.38-6.25-22.63 0L356.69 192c-6.25 6.25-6.25 16.38 0 22.63L398.06 256l-41.37 41.37c-6.25 6.25-6.25 16.38 0 22.63L368 331.32c6.25 6.25 16.38 6.25 22.63 0L432 289.94l41.37 41.37c6.25 6.25 16.38 6.25 22.63 0L507.31 320c6.25-6.25 6.25-16.38 0-22.63L465.94 256z'%3E%3C/path%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__fullscreen-button > button {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M0 180V56c0-13.3 10.7-24 24-24h124c6.6 0 12 5.4 12 12v24c0 6.6-5.4 12-12 12H48v100c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12zM288 44v24c0 6.6 5.4 12 12 12h100v100c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12V56c0-13.3-10.7-24-24-24H300c-6.6 0-12 5.4-12 12zm148 276h-24c-6.6 0-12 5.4-12 12v100H300c-6.6 0-12 5.4-12 12v24c0 6.6 5.4 12 12 12h124c13.3 0 24-10.7 24-24V332c0-6.6-5.4-12-12-12zM160 468v-24c0-6.6-5.4-12-12-12H48V332c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v124c0 13.3 10.7 24 24 24h124c6.6 0 12-5.4 12-12z'%3E%3C/path%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__unfullscreen > button {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M436 192H312c-13.3 0-24-10.7-24-24V44c0-6.6 5.4-12 12-12h24c6.6 0 12 5.4 12 12v100h100c6.6 0 12 5.4 12 12v24c0 6.6-5.4 12-12 12zm-276-24V44c0-6.6-5.4-12-12-12h-24c-6.6 0-12 5.4-12 12v100H12c-6.6 0-12 5.4-12 12v24c0 6.6 5.4 12 12 12h124c13.3 0 24-10.7 24-24zm0 300V344c0-13.3-10.7-24-24-24H12c-6.6 0-12 5.4-12 12v24c0 6.6 5.4 12 12 12h100v100c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12zm176 0V368h100c6.6 0 12-5.4 12-12v-24c0-6.6-5.4-12-12-12H312c-13.3 0-24 10.7-24 24v124c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12z'%3E%3C/path%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__captions-button > button {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 336H54c-3.3 0-6-2.7-6-6V118c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v276c0 3.3-2.7 6-6 6zm-211.1-85.7c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.8-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7l-17.5 30.5c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6 2.8-2.5 7.1-2.1 9.2.9l19.6 27.7zm190.4 0c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.9-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7L420 220.2c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6 2.8-2.5 7.1-2.1 9.2.9l19.6 27.7z'%3E%3C/path%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__captions-button.wpcp__captions-enabled > button {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM218.1 287.7c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.8-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7l-17.5 30.5c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2.1 48 51.1 70.5 92.3 32.6zm190.4 0c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.5 56.9-172.7 32.1-172.7-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7L420 222.2c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6z'%3E%3C/path%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__download-button > button {
background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='white' d='M348.5 264l-148 148.5c-4.7 4.7-12.3 4.7-17 0L35.5 264c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l115.4 116V44c0-6.6 5.4-12 12-12h10c6.6 0 12 5.4 12 12v311.9L324.4 240c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.6 4.7 12.2 0 16.9zM384 468v-8c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12z'%3E%3C/path%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__share-button > button {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M448 112c0 44.2-35.8 80-80 80-22.9 0-43.6-9.6-58.1-25.9l-151 76.4c.7 4.4 1.1 8.9 1.1 13.5s-.4 9.1-1.1 13.5l151 75.5c14.5-15.4 35.2-25 58.1-25 44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80c0-9.7 1.7-19.9 4.9-27.7l-145.7-72.8c-14.3 22-39 36.5-67.2 36.5-44.18 0-80-35.8-80-80s35.82-80 80-80c28.2 0 52.9 14.5 67.2 36.5l145.7-72.8c-3.2-8.7-4.9-18-4.9-27.7 0-44.18 35.8-80 80-80s80 35.82 80 80zM79.1 304c27.4 0 48-21.5 48-48s-20.6-48-48-48c-25.61 0-48 21.5-48 48s22.39 48 48 48zM368 64c-26.5 0-48 21.49-48 48 0 26.5 21.5 48 48 48s48-21.5 48-48c0-26.51-21.5-48-48-48zm0 384c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48z'/%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__deeplink-button > button {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='white' d='M0 256C0 167.6 71.63 96 160 96h112c8.8 0 16 7.2 16 16s-7.2 16-16 16H160c-70.69 0-128 57.3-128 128s57.31 128 128 128h112c8.8 0 16 7.2 16 16s-7.2 16-16 16H160C71.63 416 0 344.4 0 256zm480 160H368c-8.8 0-16-7.2-16-16s7.2-16 16-16h112c70.7 0 128-57.3 128-128s-57.3-128-128-128H368c-8.8 0-16-7.2-16-16s7.2-16 16-16h112c88.4 0 160 71.6 160 160s-71.6 160-160 160zm-32-176c8.8 0 16 7.2 16 16s-7.2 16-16 16H192c-8.8 0-16-7.2-16-16s7.2-16 16-16h256z'/%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__zip-button > button {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M464,128H272L208,64H48A48,48,0,0,0,0,112V400a48,48,0,0,0,48,48H464a48,48,0,0,0,48-48V176A48,48,0,0,0,464,128ZM364.44,283.36,268,379.06a17.05,17.05,0,0,1-24,0l-96.42-95.7A16,16,0,0,1,158.81,256H224V208a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16v48h65.18A16,16,0,0,1,364.44,283.36Z'%3E%3C/path%3E%3C/svg%3E");
}
#ShareoneDrive .wpcp__airplay-button > button {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.9 13.9'%3e%3cg id='airplay'%3e%3cpolygon fill='white' points='0 0 16.9 0 16.9 10.4 13.2 10.4 11.9 8.9 15.4 8.9 15.4 1.6 1.5 1.6 1.5 8.9 5 8.9 3.6 10.4 0 10.4 0 0'/%3e%3cpolygon fill='white' points='2.7 13.9 8.4 7 14.2 13.9 2.7 13.9'/%3e%3c/g%3e%3c/svg%3e");
}
#ShareoneDrive .wpcp__chromecast-button > button {
--disconnected-color: #fff;
background: none;
display: inline-block;
fill: white;
}
#ShareoneDrive .wpcp__chromecast-container {
background: #000;
color: #fff;
font-size: 10px;
left: 0;
padding: 5px;
position: absolute;
top: 0;
z-index: 1;
}
#ShareoneDrive .wpcp__chromecast-layer > img {
left: 0;
position: absolute;
top: 0;
z-index: 0;
}
#ShareoneDrive .wpcp__chromecast-icon {
background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.3 13.4'%3E%3Cpath  fill='white' d='M80.4,13v2.2h2.2A2.22,2.22,0,0,0,80.4,13Zm0-2.9v1.5a3.69,3.69,0,0,1,3.7,3.68s0,0,0,0h1.5a5.29,5.29,0,0,0-5.2-5.2h0ZM93.7,4.9H83.4V6.1a9.59,9.59,0,0,1,6.2,6.2h4.1V4.9h0ZM80.4,7.1V8.6a6.7,6.7,0,0,1,6.7,6.7h1.4a8.15,8.15,0,0,0-8.1-8.2h0ZM95.1,1.9H81.8a1.54,1.54,0,0,0-1.5,1.5V5.6h1.5V3.4H95.1V13.7H89.9v1.5h5.2a1.54,1.54,0,0,0,1.5-1.5V3.4A1.54,1.54,0,0,0,95.1,1.9Z' transform='translate(-80.3 -1.9)'%3E%3C/path%3E%3C/svg%3E");
display: inline-block;
height: 14px;
margin-right: 5px;
width: 17px;
}
#ShareoneDrive.light .wpcp__container.wpcp__audio .wpcp__time-total {
background-color: rgba(255, 255, 255, 0.3);
}
#ShareoneDrive.light .wpcp__container.wpcp__audio .wpcp__time-current,
#ShareoneDrive.light .wpcp__horizontal-volume-current {
background: rgba(255, 255, 255, 0.95);
}
#ShareoneDrive .wpcp__overlay-error {
height: 100%;
width: 100%;
background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M256 8C119.034 8 8 119.033 8 256s111.034 248 248 248 248-111.034 248-248S392.967 8 256 8zm130.108 117.892c65.448 65.448 70 165.481 20.677 235.637L150.47 105.216c70.204-49.356 170.226-44.735 235.638 20.676zM125.892 386.108c-65.448-65.448-70-165.481-20.677-235.637L361.53 406.784c-70.203 49.356-170.226 44.736-235.638-20.676z'%3E%3C/path%3E%3C/svg%3E");
background-size: 10%;
background-position: center;
background-repeat: no-repeat;
}
#ShareoneDrive .wpcp__overlay .wpcp__cannotplay {
display: none;
}
#ShareoneDrive .wpcp__container {
transition: width 0.2s ease-in-out, height 0.2s ease-in-out, transform 0.38s ease-in-out;
} .wpcp__floating-container {
transition: opacity 0.2s ease-in-out;
visibility: visible;
opacity: 1;
}
.wpcp__floating-container:empty {
visibility: hidden;
opacity: 0;
}
.wpcp__floating-container {
position: fixed;
bottom: 15px;
right: 15px;
z-index: 999999999999;
margin: 0;
}
.wpcp__floating-container,
.wpcp__floating-container .wpcp__container {
max-width: 280px;
max-height: 158px;
width: 280px;
height: 158px;
}
.wpcp__floating-container video {
max-width: 280px !important;
max-height: 158px !important;
width: 100% !important;
-o-object-position: right;
object-position: right;
}
.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-text-container.wptb-has-link-color a{color:var(--wptb-link-color)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-text-container *{font-size:inherit!important;font-family:inherit}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-text-container p{color:inherit}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-button-wrapper{display:flex;align-items:center;justify-content:center}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-button{padding:16px;background:var(--wptb-btn-bg);color:var(--wptb-btn-color);cursor:pointer;border:0;box-shadow:none;transition:all .2s ease-out;display:flex;justify-content:center;align-items:center}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-button:hover{background:var(--wptb-btn-hover-bg, var(--wptb-btn-bg));color:var(--wptb-btn-hover-color, var(--wptb-btn-color));transform:scale(var(--wptb-btn-hover-scale, 1))}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-button *{color:inherit}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-button-icon{margin:0 5px;order:-1;width:25px;height:25px;display:flex;justify-content:center;align-items:center}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-button-icon[data-wptb-button-icon-src=""]{display:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-button-icon svg{width:100%;height:100%;fill:currentColor}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-button-label{align-items:center;background:#fff;color:green;border:1px solid green;line-height:1.5;font-size:15px;padding:.475rem .85rem;padding-left:0;border-radius:.3rem;margin-left:20px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-button-label .wptb-button-label-decorator{display:inline-block;position:absolute;width:0;height:0;border-style:solid;--width: 13px;--height: 19px;--background: #fff;margin-left:calc(var(--width) * -1);border-width:var(--height) var(--width) var(--height) 0;border-color:transparent #fff transparent transparent}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-button-label .wptb-button-label-text{display:inline-block;padding-left:5px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-size-s .wptb-button{border-radius:.2rem;padding:.35rem .6rem;max-width:100%}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-size-s .wptb-button p{font-size:.875rem}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-size-s .wptb-button-label{padding:.35rem .6rem;padding-left:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-size-m .wptb-button{border-radius:.3rem;padding:.475rem .85rem;max-width:100%}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-size-m .wptb-button-label{padding:.475rem .85rem;padding-left:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-size-l .wptb-button{padding:.6rem 1.2rem}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-size-l .wptb-button-label{padding:.6rem 1.2rem;padding-left:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-size-xl .wptb-button{border-radius:.4rem;padding:.8rem 1.35rem;max-width:100%}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-size-xl .wptb-button-label{padding:.8rem 1.35rem;padding-left:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-button-has-label .wptb-button{padding-block:0;padding-right:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-plugin-button-order-right .wptb-button-icon{order:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-image-wrapper{overflow:hidden}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-image-wrapper a,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-image-wrapper span,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-image-wrapper .wptb-link-target{display:flex;max-width:100%;position:relative;margin:auto;text-decoration:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-image-wrapper img{width:100%;display:block;padding:0;max-width:100%;height:auto;transition:all .2s ease-out}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul{width:100%;margin:0;padding:1em .2em .4em;list-style-type:disc}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li{position:relative;list-style:none;margin:0;line-height:1.2}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li *{color:inherit}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li .wptb-list-item-text{display:flex;align-items:flex-start;gap:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li .wptb-list-item-text-content{font-size:inherit}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li>div{line-height:inherit}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li>div>p:before,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li>div>div:before{display:inline;margin-right:.1em;min-width:1em;font-family:inherit;font-size:inherit;line-height:inherit;vertical-align:baseline;color:inherit;cursor:text;content:attr(data-list-style-type-index)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li>div>p.wptb-list-style-type-none:before,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li>div>div.wptb-list-style-type-none:before{content:"";display:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li>div>p.wptb-list-style-type-disc:before,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li>div>div.wptb-list-style-type-disc:before{content:"●"}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li>div>p.wptb-list-style-type-square:before,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li>div>div.wptb-list-style-type-square:before{content:"■"}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li>div>p.wptb-list-style-type-circle:before,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li>div>div.wptb-list-style-type-circle:before{content:"○"}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li.wptb-tooltip-top .wptb-m-tooltip{bottom:100%;left:50%;transform:translate(-50%)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li.wptb-tooltip-bottom .wptb-m-tooltip{top:100%;left:50%;transform:translate(-50%)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li.wptb-tooltip-left .wptb-m-tooltip{right:100%;top:50%;transform:translateY(-50%)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li.wptb-tooltip-right .wptb-m-tooltip{left:100%;top:50%;transform:translateY(-50%)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-star_rating-container .wptb-rating-stars-box{text-align:center;display:inline-block;padding:7px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-star_rating-container .wptb-rating-stars-box ul{list-style-type:none;-webkit-user-select:none;user-select:none;padding:0;margin:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-star_rating-container .wptb-rating-stars-box ul li{color:#ccc;cursor:pointer;margin:0;position:relative;display:inline-block}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-star_rating-container .wptb-number-rating-box{text-align:center;font-size:20px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-badge-block{display:flex}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-badge-block-text{padding:.5em 1em}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-badge-block *{color:inherit}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-circle-rating-block svg{display:block;margin:auto}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-icon-block{display:flex;align-items:center;justify-content:center;gap:5px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-icon-block-item{cursor:pointer}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-icon-block-item svg{height:var(--wptb-icon-block-size);width:var(--wptb-icon-block-size)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-progress-bar-block-value{font-size:20px;text-align:center;margin-top:5px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-progress-bar-block *{color:inherit}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block{position:absolute;z-index:15}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block *{color:inherit}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-bookmark{filter:drop-shadow(4px 3px 11px rgba(0,0,0,.2))}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-bookmark-text{padding:10px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-bookmark svg{height:20px;width:100%}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-corner{height:100px;width:100px;top:-5px;overflow:hidden}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-corner-left,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-corner-right{height:100%;position:relative;width:100%}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-corner-left{transform:rotate(-45deg)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-corner-right{transform:rotate(45deg)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-corner-text{bottom:50%;box-sizing:border-box;left:-25%;overflow:hidden;padding:2px calc(25% + 2px);position:absolute;width:150%;box-shadow:4px 1px 2px #0000001a;text-align:center}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon{display:flex;gap:5px;filter:drop-shadow(4px 3px 11px rgba(0,0,0,.2))}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-right{flex-direction:row-reverse;right:-5px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-left{left:-5px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-text-container{display:flex}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-triangle{width:20px;min-width:20px;clip-path:polygon(0 0,0% 100%,100% 100%);margin-left:-1px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-right .wptb-ribbon-block-icon-text-container{flex-direction:row-reverse}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-right .wptb-ribbon-block-icon-triangle{clip-path:polygon(100% 0,100% 100%,0 100%)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-text{border-radius:5px 0 0 5px;padding:10px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-right .wptb-ribbon-block-icon-text{border-radius:0 5px 5px 0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-icon{width:40px;min-width:40px;display:flex;align-items:center;justify-content:center;border-radius:5px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-icon svg{height:25px;width:25px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-icon[data-wptb-animation=beat] svg{animation:wptbBeat .5s ease-out infinite alternate}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-icon[data-wptb-animation=jump] svg{animation:wptbJump .5s ease-out infinite alternate}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-icon[data-wptb-animation=rotate] svg{animation:wptbRotate .5s ease-out infinite alternate}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-icon[data-wptb-animation=slideIn] svg{animation:wptbSlideIn 1.2s linear infinite forwards}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-icon[data-wptb-animation=dropIn] svg{animation:wptbDropIn 1.2s linear infinite forwards}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-icon[data-wptb-animation=riseUp] svg{animation:wptbDropIn 1s linear infinite reverse}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-icon[data-wptb-animation=rainbow] svg{animation:wptbRainbow 1s linear infinite alternate}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-rectangle{padding:5px;border-radius:5px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-width:1px;border-style:solid}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-side-text{border:3px solid;padding:5px 20px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-side-shadow{height:20px;width:20px;position:relative}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-side-shadow:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0006}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-side-left .wptb-ribbon-block-side-text{border-radius:10px 0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-side-left .wptb-ribbon-block-side-shadow{clip-path:polygon(0 0,100% 100%,100% 0)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-side-right .wptb-ribbon-block-side-text{border-radius:0 10px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-side-right .wptb-ribbon-block-side-shadow{clip-path:polygon(0 0,0 100%,100% 0);margin-left:auto}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block .ql-editor p{text-align:center}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block .ql-toolbar.ql-snow{min-width:max-content}@keyframes wptbBeat{0%{transform:scale(1)}to{transform:scale(1.3)}}@keyframes wptbJump{0%{transform:translateY(40%)}to{transform:translateY(-25%)}}@keyframes wptbRotate{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}@keyframes wptbSlideIn{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes wptbDropIn{0%{transform:translateY(-150%)}to{transform:translateY(150%)}}@keyframes wptbRainbow{0%{fill:#fff;transform:scale(1)}20%{fill:green}40%{fill:red}60%{fill:#00f}80%{fill:#ff0}to{fill:purple;transform:scale(1.3)}}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block{margin:0;padding:1em 3px 3px;position:relative}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block{display:flex;position:relative;align-items:flex-start}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block:last-child{margin-bottom:0!important}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block *{color:inherit}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block .wptb-styled-list-item-text{align-self:center}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block .wptb-list-tooltip{min-width:120px;max-width:100%;padding:10px;position:absolute;word-wrap:no-wrap;box-shadow:1px 1px 20px #aaa;border-radius:5px;background:#333;color:#fff;transform-style:preserve-3d;z-index:200;font-size:.9em;display:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block .wptb-list-tooltip:after{content:"";position:absolute;border:8px solid transparent}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block .wptb-list-tooltip-top{bottom:100%;left:50%;transform:translate(-50%);margin-bottom:10px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block .wptb-list-tooltip-top:after{top:calc(100% - 1px);left:50%;transform:translate(-50%);border-top-color:#333}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block .wptb-list-tooltip-bottom{top:100%;left:50%;transform:translate(-50%);margin-top:10px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block .wptb-list-tooltip-bottom:after{bottom:calc(100% - 1px);left:50%;transform:translate(-50%);border-bottom-color:#333}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block .wptb-list-tooltip-left{top:50%;right:100%;transform:translateY(-50%);margin-right:10px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block .wptb-list-tooltip-left:after{top:50%;left:calc(100% - 1px);transform:translateY(-50%);border-left-color:#333}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block .wptb-list-tooltip-right{top:50%;left:100%;transform:translateY(-50%);margin-left:10px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block .wptb-list-tooltip-right:after{top:50%;right:calc(100% - 1px);transform:translateY(-50%);border-right-color:#333}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block:hover .wptb-list-tooltip{display:block}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-align-center li{justify-content:center}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-align-right li{justify-content:flex-end}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-text-icon-block{display:flex;align-items:center}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-text-icon-block *{color:inherit}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-text-icon-block-icon svg{height:var(--wptb-icon-size);width:var(--wptb-icon-size)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-text-icon-block-text{min-width:30px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-text-icon-block-empty .wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-text-icon-block-text{flex-grow:1}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-table-wrapper:not(.wptb-scroll-x-manual-sticky) .wptb-sticky-row{position:sticky;top:var(--wptb-sticky-row-top, 0px);z-index:10}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-table-wrapper:not(.wptb-scroll-x-manual-sticky) .wptb-sticky-col-cell{position:sticky;left:var(--wptb-sticky-col-left, 0px);z-index:10}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-table-wrapper:not(.wptb-scroll-x-manual-sticky) .wptb-sticky-row .wptb-sticky-col-cell{z-index:11}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-scroll-x-manual-sticky .wptb-sticky-row>th,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-scroll-x-manual-sticky .wptb-sticky-row>td{position:relative;top:auto;z-index:11}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-scroll-x-manual-sticky .wptb-sticky-col-cell{position:relative;left:auto;z-index:10}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-scroll-x-manual-sticky .wptb-sticky-row .wptb-sticky-col-cell{z-index:12}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-search-no-results{padding:2rem;text-align:center;color:#6b7280;font-size:.875rem;background:#f9fafb;border:1px dashed #d0d5dd;border-radius:8px;margin-top:1rem;display:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-search-hidden{display:none!important}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-container{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.5rem;border-radius:8px;flex-wrap:wrap}@media (max-width: 640px){.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-container{flex-direction:column;align-items:stretch}}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-size{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-size label{display:flex;align-items:center;gap:.5rem;margin:0;font-weight:400}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-size .wptb-pagination-size-select{padding:.375rem .75rem;border:1px solid #d0d5dd;border-radius:6px;font-size:.875rem;background:#fff;cursor:pointer;transition:border-color .2s ease}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-size .wptb-pagination-size-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-controls{margin-left:auto;display:flex;align-items:center;gap:.5rem}@media (max-width: 640px){.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-controls{justify-content:center}}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-btn{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:.5rem;border:1px solid #d0d5dd;border-radius:6px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-btn:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-btn:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-btn:disabled{opacity:.4;cursor:not-allowed;background:#f9fafb}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-btn:active:not(:disabled){transform:scale(.95)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-info{font-size:.875rem;color:#374151;white-space:nowrap}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-info .wptb-pagination-current,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-info .wptb-pagination-total{font-weight:600;color:#1f2937}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-hidden{display:none!important}@media (max-width: 768px){.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-search-container{max-width:100%}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-container{padding:.75rem}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-controls{gap:.375rem}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-btn{min-width:32px;height:32px;padding:.375rem;font-size:.75rem}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-info{font-size:.8125rem}}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-search-input:focus-visible,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}@media (prefers-reduced-motion: reduce){.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-search-input,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-btn{transition:none}}@media (max-width: 600px){.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-hide-on-mobile{display:none!important}}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-powered-by-badge{margin-top:8px;text-align:right;font-size:11px;font-weight:400;line-height:1.4;color:#888780}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-powered-by-badge-prefix{color:#888780}@keyframes wptb-spin{to{transform:rotate(360deg)}}.wptb-skeleton-sidebar.wptb-skeleton-sidebar:not(#wptb-style-isolation):not(#wptb-style-isolation){width:100%;height:100%;min-height:400px;background:#e0e0e0;border-radius:5px;border:1px solid #d0d0d0}.wptb-skeleton-toolbar.wptb-skeleton-toolbar:not(#wptb-style-isolation):not(#wptb-style-isolation){width:100%;height:60px;background:#e0e0e0;border-radius:5px;border:1px solid #d0d0d0}.wptb-skeleton-table.wptb-skeleton-table:not(#wptb-style-isolation):not(#wptb-style-isolation){padding:40px;display:flex;align-items:center;justify-content:center}.wptb-skeleton-table.wptb-skeleton-table:not(#wptb-style-isolation):not(#wptb-style-isolation) table{border-collapse:collapse;width:80%;max-width:600px}.wptb-skeleton-table.wptb-skeleton-table:not(#wptb-style-isolation):not(#wptb-style-isolation) th.wptb-skeleton-cell,.wptb-skeleton-table.wptb-skeleton-table:not(#wptb-style-isolation):not(#wptb-style-isolation) td.wptb-skeleton-cell{padding:12px!important;border:1px solid #e0e0e0!important;background:#f5f5f5!important;text-align:left!important;vertical-align:middle!important}.wptb-skeleton-table.wptb-skeleton-table:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-skeleton-cell .wptb-skeleton-line{height:20px;background:#e0e0e0!important;border-radius:4px;position:relative;overflow:hidden;border:0!important;padding:0!important;margin:0!important;width:100%!important}.wptb-skeleton-table.wptb-skeleton-table:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-skeleton-cell .wptb-skeleton-line:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#ffffff4d,#fff0);animation:wptb-v2-shimmer 1.5s infinite}@keyframes wptb-v2-shimmer{0%{left:-100%}to{left:100%}}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table{table-layout:fixed;font-size:15px;display:table;margin:auto;width:100%}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table a{text-decoration:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-has-link-color a{color:var(--wptb-link-color)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table *{box-sizing:border-box}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr{display:table-row}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr.wptb-row-has-hover:hover{background:var(--hover-bg-color)!important}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr.wptb-row-responsive{background:transparent}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr.wptb-row-edge{border-bottom:5px solid black}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr.wptb-row-edge:last-child{border-bottom:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr th,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr td{padding:15px;position:relative;box-sizing:content-box;border-radius:var(--wptb-inner-radius);border:var(--wptb-inner-border);background:var(--wptb-row-bg)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr th.wptb-tmp-cell,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr td.wptb-tmp-cell{pointer-events:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr th.wptb-tmp-cell:before,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr th.wptb-tmp-cell:after,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr td.wptb-tmp-cell:before,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr td.wptb-tmp-cell:after{display:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-has-table-radius>tbody>tr:first-child>*{border-top:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-has-table-radius>tbody>tr:last-child>*{border-bottom:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-has-table-radius>tbody>tr>:first-child{border-left:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-has-table-radius>tbody>tr>:last-child{border-right:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-has-content-distribution-y tr,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table:has(.wptb-has-content-distribution-y) tr{height:1px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-has-content-distribution-y td,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-has-content-distribution-y th,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table:has(.wptb-has-content-distribution-y) td,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table:has(.wptb-has-content-distribution-y) th{height:inherit}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-has-content-distribution-y .wptb-cell-content,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table:has(.wptb-has-content-distribution-y) .wptb-cell-content{display:var(--wptb-content-distribution-y-display);flex-direction:column;justify-content:var(--wptb-content-distribution-y);height:100%}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-row-borders-only td:not(.wptb-tmp-cell):not(:first-child){border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-row-borders-only td:not(.wptb-tmp-cell):not(:last-child){border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-row-borders-only td.wptb-tmp-cell:not([data-col="0"]){border-top:none;border-top-left-radius:0;border-top-right-radius:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-row-borders-only td.wptb-tmp-cell:not(.wptb-row-ending-cell){border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-column-borders-only tr:not(:first-child) td:not(.wptb-tmp-cell){border-top:none;border-top-left-radius:0;border-top-right-radius:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-column-borders-only tr:not(:last-child) td:not(.wptb-tmp-cell){border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-column-borders-only td.wptb-tmp-cell:not(:first-child){border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-column-borders-only td.wptb-tmp-cell:not(:last-child){border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-no-header-border tr:first-of-type td{border:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr:nth-of-type(odd){background:#eee}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table p{margin:0;font-size:15px;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button+.wptb-cell-content{margin-left:.5rem}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-cell-content:has(+.wptb-sort-button){margin-right:.5rem}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button{position:absolute;top:50%;transform:translateY(-50%);cursor:pointer;background:none;border:none;padding:0;overflow:visible!important;--clr: #808080;--clr-active: #000}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button:after,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button:before{content:"";position:absolute;top:50%;transform:translateY(-50%);border:5px solid transparent}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button-vertical{right:15px;margin-top:-5px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button-vertical:after{border-top-color:var(--clr);margin-top:11px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button-vertical:before{border-bottom-color:var(--clr)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button-vertical.wptb-sort-button-asc:before{border-bottom-color:var(--clr-active)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button-vertical.wptb-sort-button-desc:after{border-top-color:var(--clr-active)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button-horizontal{left:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button-horizontal:after{border-right-color:var(--clr);margin-right:10px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button-horizontal:before{border-left-color:var(--clr);margin-left:11px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button-horizontal.wptb-sort-button-asc:after{border-right-color:var(--clr-active)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button-horizontal.wptb-sort-button-desc:before{border-left-color:var(--clr-active)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-search-container{margin-bottom:1rem;position:relative;max-width:400px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-search-container.wptb-search-right{margin-left:auto}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-search-container .wptb-search-input{width:100%;padding:.5rem 2.5rem .5rem 1rem;border:1px solid #d0d5dd;border-radius:8px;font-size:.875rem;line-height:1.5;transition:all .2s ease;outline:none;box-sizing:border-box}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-search-container .wptb-search-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-search-container .wptb-search-input::placeholder{color:#9ca3af}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-search-container .wptb-search-icon{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-size:1rem;pointer-events:none;opacity:.5}.wpj-jtoc.--jtoc-title-align-left .wpj-jtoc--title{text-align:left}.wpj-jtoc.--jtoc-toggle-icon .wpj-jtoc--toggle-wrap{height:var(--jtoc-header-height,initial);width:var(--jtoc-header-height,initial)}.wpj-jtoc.--jtoc-toggle-position-right .wpj-jtoc--header-main{flex-direction:row}.wpj-jtoc.--jtoc-num-single .wpj-jtoc--item-content .jtoc--num:before{content:counter(jolicpt,var(--jtoc-numeration-type,decimal)) var(--jtoc-numeration-suffix,"")}.wpj-jtoc.--jtoc-headings-full-row-clickable .wpj-jtoc--item-content:hover{cursor:pointer}.jtoc--bullet{display:flex;align-items:center;height:var(--jtoc-headings-line-height,1.2em)}.jtoc--bullet .--bullet-filler,.jtoc--bullet .--bullet-inner{width:var(--jtoc-bullet-width,6px);height:var(--jtoc-bullet-height,6px);padding:var(--jtoc-bullet-padding);margin-right:var(--jtoc-bullet-margin-right,10px);margin-top:var(--jtoc-bullet-margin-top,5%);border-radius:var(--jtoc-bullet-border-radius);border-width:var(--jtoc-bullet-border-width)}.jtoc--bullet .--bullet-inner{background-color:var(--jtoc-bullet-background-color,var(--jtoc-palette-color-7,#333));border-style:var(--jtoc-bullet-border-style);border-color:var(--jtoc-bullet-border-color);background-image:var(--jtoc-bullet-background-image)}.jtoc--bullet .--bullet-filler{min-width:var(--jtoc-bullet-width,6px);width:var(--jtoc-bullet-width,6px);background:transparent!important}