/* rtl by wpnovin.com*/

@font-face {
    font-family: "vaziran";
    src: url("fonts/vaziran.ttf");
}
label,
.rtl h1,
.rtl h2,
.rtl h3,
.rtl h4,
.rtl h5,
.rtl h6,
body.rtl,
body.rtl .press-this a.wp-switch-editor , .ea-editor {
    font-family: "vaziran" !important;
    letter-spacing: -0.05px !important;
    font-style: normal !important;
}


/* end rtl by wpnovin.com */

.components-form-token-post {
    border: none !important;
    box-shadow: none !important;
    padding: 0;
    flex-direction: column;
    align-items: stretch;
}
.components-form-token-post .components-form-token-field__token {
    max-width: 100%;
}
.components-form-token-post .components-form-token-field__suggestions-list {
    max-width: 100%;
}
.components-form-token-post .components-form-token-field__token-text {
    flex: 1;
}
.components-form-token-post .components-form-token-field__suggestions-list {
    margin: 0;
    padding: 3px 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.components-form-hidden-empty {
    display: none;
}
.components-form-hidden-help ~ [class*="__help"] {
    display: none;
}
.components-sortable .components-form-token-field__token {
    cursor: move;
}
.components-sortable .components-form-token-field__token:active ~ input,
.components-sortable .components-form-token-field__token:focus ~ input {
    display: none;
}
.components-sortable .sortable-placeholder {
    min-height: 24px;
}
.is-medium {
    height: 30px;
    box-shadow: inset 0 0 0 1px #757575;
}
a[href^="play-separate"] {
    padding: 0 !important;
    margin: 8px 12px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    cursor: none;
    pointer-events: none;
}
@keyframes plyr-progress {
    to {
        background-position: 25px 0;
        background-position: var(--plyr-progress-loading-size, 25px) 0;
    }
}
@keyframes plyr-popup {
    0% {
        opacity: 0.5;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes plyr-fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    direction: ltr;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    font-family: var(--plyr-font-family, inherit);
    font-variant-numeric: tabular-nums;
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    line-height: 1.7;
    line-height: var(--plyr-line-height, 1.7);
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow 0.3s ease;
    z-index: 0;
}
.plyr audio,
.plyr iframe,
.plyr video {
    display: block;
    height: 100%;
    width: 100%;
}
.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto;
}
.plyr:focus {
    outline: 0;
}
.plyr--full-ui {
    box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
    box-sizing: inherit;
}
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    touch-action: manipulation;
}
.plyr__badge {
    background: #4a5464;
    background: var(--plyr-badge-background, #4a5464);
    border-radius: 2px;
    border-radius: var(--plyr-badge-border-radius, 2px);
    color: #fff;
    color: var(--plyr-badge-text-color, #fff);
    font-size: 9px;
    font-size: var(--plyr-font-size-badge, 9px);
    line-height: 1;
    padding: 3px 4px;
}
.plyr--full-ui ::-webkit-media-text-track-container {
    display: none;
}
.plyr__captions {
    animation: plyr-fade-in 0.3s ease;
    bottom: 0;
    display: none;
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    left: 0;
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    position: absolute;
    text-align: center;
    transition: transform 0.4s ease-in-out;
    width: 100%;
}
.plyr__captions span:empty {
    display: none;
}
@media (min-width: 480px) {
    .plyr__captions {
        font-size: 15px;
        font-size: var(--plyr-font-size-base, 15px);
        padding: 20px;
        padding: calc(var(--plyr-control-spacing, 10px) * 2);
    }
}
@media (min-width: 768px) {
    .plyr__captions {
        font-size: 18px;
        font-size: var(--plyr-font-size-large, 18px);
    }
}
.plyr--captions-active .plyr__captions {
    display: block;
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
    transform: translateY(-40px);
    transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}
.plyr__caption {
    background: rgba(0, 0, 0, 0.8);
    background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #fff;
    color: var(--plyr-captions-text-color, #fff);
    line-height: 185%;
    padding: 0.2em 0.5em;
    white-space: pre-wrap;
}
.plyr__caption div {
    display: inline;
}
.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    border-radius: var(--plyr-control-radius, 3px);
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
    position: relative;
    transition: all 0.3s ease;
}
.plyr__control svg {
    fill: currentColor;
    display: block;
    height: 18px;
    height: var(--plyr-control-icon-size, 18px);
    pointer-events: none;
    width: 18px;
    width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
    outline: 0;
}
.plyr__control.plyr__tab-focus {
    outline-color: #00b3ff;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px;
}
a.plyr__control {
    text-decoration: none;
}
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
    display: none;
}
.plyr--full-ui ::-webkit-media-controls {
    display: none;
}
.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center;
}
.plyr__controls .plyr__progress__container {
    flex: 1;
    min-width: 0;
}
.plyr__controls .plyr__controls__item {
    margin-left: 2.5px;
    margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px;
    padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0;
}
.plyr [data-plyr="airplay"],
.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"],
.plyr [data-plyr="pip"],
.plyr__controls:empty {
    display: none;
}
.plyr--airplay-supported [data-plyr="airplay"],
.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"],
.plyr--pip-supported [data-plyr="pip"] {
    display: inline-block;
}
.plyr__menu {
    display: flex;
    position: relative;
}
.plyr__menu .plyr__control svg {
    transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded="true"] svg {
    transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded="true"] .plyr__tooltip {
    display: none;
}
.plyr__menu__container {
    animation: plyr-popup 0.2s ease;
    background: hsla(0, 0%, 100%, 0.9);
    background: var(--plyr-menu-background, hsla(0, 0%, 100%, 0.9));
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3;
}
.plyr__menu__container > div {
    overflow: hidden;
    transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container:after {
    border: 4px solid transparent;
    border-top: var(--plyr-menu-arrow-size, 4px) solid hsla(0, 0%, 100%, 0.9);
    border-width: var(--plyr-menu-arrow-size, 4px);
    content: "";
    height: 0;
    position: absolute;
    right: 14px;
    right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
    top: 100%;
    width: 0;
}
.plyr__menu__container [role="menu"] {
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role="menuitem"],
.plyr__menu__container [role="menuitemradio"] {
    margin-top: 2px;
}
.plyr__menu__container [role="menuitem"]:first-child,
.plyr__menu__container [role="menuitemradio"]:first-child {
    margin-top: 0;
}
.plyr__menu__container .plyr__control {
    align-items: center;
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    display: flex;
    font-size: 13px;
    font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
    padding: 4.66667px 10.5px;
    padding: calc(var(--plyr-control-spacing, 10px) * 0.7/1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
}
.plyr__menu__container .plyr__control > span {
    align-items: inherit;
    display: flex;
    width: 100%;
}
.plyr__menu__container .plyr__control:after {
    border: 4px solid transparent;
    border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
    padding-right: 28px;
    padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}
.plyr__menu__container .plyr__control--forward:after {
    border-left-color: #728197;
    border-left-color: var(--plyr-menu-arrow-color, #728197);
    right: 6.5px;
    right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
    border-left-color: initial;
}
.plyr__menu__container .plyr__control--back {
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    margin: 7px;
    margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
    margin-bottom: 3.5px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7/2);
    padding-left: 28px;
    padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
    position: relative;
    width: calc(100% - 14px);
    width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}
.plyr__menu__container .plyr__control--back:after {
    border-right-color: #728197;
    border-right-color: var(--plyr-menu-arrow-color, #728197);
    left: 6.5px;
    left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back:before {
    background: #dcdfe5;
    background: var(--plyr-menu-back-border-color, #dcdfe5);
    box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
    content: "";
    height: 1px;
    left: 0;
    margin-top: 3.5px;
    margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7/2);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
    border-right-color: initial;
}
.plyr__menu__container .plyr__control[role="menuitemradio"] {
    padding-left: 7px;
    padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role="menuitemradio"]:after,
.plyr__menu__container .plyr__control[role="menuitemradio"]:before {
    border-radius: 100%;
}
.plyr__menu__container .plyr__control[role="menuitemradio"]:before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px);
    transition: all 0.3s ease;
    width: 16px;
}
.plyr__menu__container .plyr__control[role="menuitemradio"]:after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 6px;
}
.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]:before {
    background: #00b3ff;
    background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
}
.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]:after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role="menuitemradio"].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role="menuitemradio"]:hover:before {
    background: rgba(35, 40, 47, 0.1);
}
.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: calc(-7px - -2);
    margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 - -2);
    overflow: hidden;
    padding-left: 24.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
    pointer-events: none;
}
.plyr--full-ui input[type="range"] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 26px;
    border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
    color: #00b3ff;
    color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    display: block;
    height: 19px;
    height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
    margin: 0;
    min-width: 0;
    padding: 0;
    transition: box-shadow 0.3s ease;
    width: 100%;
}
.plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
    background: 0 0;
    background-image: linear-gradient(90deg, currentColor 0, transparent 0);
    background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-user-select: none;
    user-select: none;
}
.plyr--full-ui input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    margin-top: -4px;
    margin-top: calc(var(--plyr-range-thumb-height, 13px) / 2 * -1 - var(--plyr-range-track-height, 5px) / 2 * -1);
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type="range"]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -moz-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    user-select: none;
}
.plyr--full-ui input[type="range"]::-moz-range-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type="range"]::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type="range"]::-ms-track {
    color: transparent;
}
.plyr--full-ui input[type="range"]::-ms-fill-upper,
.plyr--full-ui input[type="range"]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    user-select: none;
}
.plyr--full-ui input[type="range"]::-ms-fill-lower {
    background: 0 0;
    background: currentColor;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    user-select: none;
}
.plyr--full-ui input[type="range"]::-ms-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    margin-top: 0;
    position: relative;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type="range"]::-ms-tooltip {
    display: none;
}
.plyr--full-ui input[type="range"]:focus {
    outline: 0;
}
.plyr--full-ui input[type="range"]::-moz-focus-outer {
    border: 0;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
    outline-color: #00b3ff;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-moz-range-track {
    outline-color: #00b3ff;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-ms-track {
    outline-color: #00b3ff;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px;
}
.plyr__poster {
    background-color: #000;
    background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease;
    width: 100%;
    z-index: 1;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1;
}
.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
    display: none;
}
.plyr__time {
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}
.plyr__time + .plyr__time:before {
    content: "\2044";
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
    .plyr__time + .plyr__time {
        display: none;
    }
}
.plyr__tooltip {
    background: hsla(0, 0%, 100%, 0.9);
    background: var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
    border-radius: 3px;
    border-radius: var(--plyr-tooltip-radius, 3px);
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    color: #4a5464;
    color: var(--plyr-tooltip-color, #4a5464);
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
    opacity: 0;
    padding: 5px 7.5px;
    padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 10px) scale(0.8);
    transform-origin: 50% 100%;
    transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
    white-space: nowrap;
    z-index: 2;
}
.plyr__tooltip:before {
    border-left: 4px solid transparent;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: 4px solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, 0.9);
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2;
}
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%) scale(1);
}
.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
    left: 0;
    transform: translateY(10px) scale(0.8);
    transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip:before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
    left: 16px;
    left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translateY(10px) scale(0.8);
    transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
    left: auto;
    right: 16px;
    right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
    transform: translateX(50%);
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
    transform: translate(0) scale(1);
}
.plyr__progress {
    left: 6.5px;
    left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
    margin-right: 13px;
    margin-right: var(--plyr-range-thumb-height, 13px);
    position: relative;
}
.plyr__progress input[type="range"],
.plyr__progress__buffer {
    margin-left: -6.5px;
    margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
    margin-right: -6.5px;
    margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
    width: calc(100% + 13px);
    width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type="range"] {
    position: relative;
    z-index: 2;
}
.plyr__progress .plyr__tooltip {
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
    left: 0;
}
.plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin-top: -2.5px;
    margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
    padding: 0;
    position: absolute;
    top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
    background: 0 0;
}
.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -moz-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -ms-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
    background-image: linear-gradient(
        -45deg,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%,
        transparent 25%,
        transparent 50%,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%,
        transparent 75%,
        transparent
    );
    background-repeat: repeat-x;
    background-size: 25px 25px;
    background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
    color: transparent;
}
.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: hsla(0, 0%, 100%, 0.25);
    background-color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25));
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(193, 200, 209, 0.6);
    background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}
.plyr__volume {
    align-items: center;
    display: flex;
    max-width: 110px;
    min-width: 80px;
    position: relative;
    width: 20%;
}
.plyr__volume input[type="range"] {
    margin-left: 5px;
    margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
    margin-right: 5px;
    margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
    position: relative;
    z-index: 2;
}
.plyr--is-ios .plyr__volume {
    min-width: 0;
    width: auto;
}
.plyr--audio {
    display: block;
}
.plyr--audio .plyr__controls {
    background: #fff;
    background: var(--plyr-audio-controls-background, #fff);
    border-radius: inherit;
    color: #4a5464;
    color: var(--plyr-audio-control-color, #4a5464);
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
}
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded="true"] {
    background: #00b3ff;
    background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    color: #fff;
    color: var(--plyr-audio-control-color-hover, #fff);
}
.plyr--full-ui.plyr--audio input[type="range"]::-webkit-slider-runnable-track {
    background-color: rgba(193, 200, 209, 0.6);
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type="range"]::-moz-range-track {
    background-color: rgba(193, 200, 209, 0.6);
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type="range"]::-ms-track {
    background-color: rgba(193, 200, 209, 0.6);
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--audio .plyr__progress__buffer {
    color: rgba(193, 200, 209, 0.6);
    color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}
.plyr--video {
    background: #000;
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    overflow: hidden;
}
.plyr--video.plyr--menu-open {
    overflow: visible;
}
.plyr__video-wrapper {
    background: #000;
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
    .plyr__video-embed,
    .plyr__video-wrapper--fixed-ratio {
        height: 0;
        padding-bottom: 56.25%;
        position: relative;
    }
}
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%);
}
.plyr--video .plyr__controls {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
    background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    left: 0;
    padding: 5px;
    padding: calc(var(--plyr-control-spacing, 10px) / 2);
    padding-top: 20px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
    position: absolute;
    right: 0;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    z-index: 3;
}
@media (min-width: 480px) {
    .plyr--video .plyr__controls {
        padding: 10px;
        padding: var(--plyr-control-spacing, 10px);
        padding-top: 35px;
        padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
    }
}
.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
    background: #00b3ff;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    color: #fff;
    color: var(--plyr-video-control-color-hover, #fff);
}
.plyr__control--overlaid {
    background: #00b3ff;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    border: 0;
    border-radius: 100%;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    display: none;
    left: 50%;
    opacity: 0.9;
    padding: 15px;
    padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    z-index: 2;
}
.plyr__control--overlaid svg {
    left: 2px;
    position: relative;
}
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    opacity: 1;
}
.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block;
}
.plyr--full-ui.plyr--video input[type="range"]::-webkit-slider-runnable-track {
    background-color: hsla(0, 0%, 100%, 0.25);
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25)));
}
.plyr--full-ui.plyr--video input[type="range"]::-moz-range-track {
    background-color: hsla(0, 0%, 100%, 0.25);
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25)));
}
.plyr--full-ui.plyr--video input[type="range"]::-ms-track {
    background-color: hsla(0, 0%, 100%, 0.25);
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25)));
}
.plyr--full-ui.plyr--video input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px hsla(0, 0%, 100%, 0.5);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}
.plyr--full-ui.plyr--video input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px hsla(0, 0%, 100%, 0.5);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}
.plyr--full-ui.plyr--video input[type="range"]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px hsla(0, 0%, 100%, 0.5);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}
.plyr--video .plyr__progress__buffer {
    color: hsla(0, 0%, 100%, 0.25);
    color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25));
}
.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:fullscreen video {
    height: 100%;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:fullscreen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px);
    }
    .plyr:fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px);
    }
}
.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-webkit-full-screen video {
    height: 100%;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px);
    }
}
.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-moz-full-screen video {
    height: 100%;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px);
    }
}
.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-ms-fullscreen video {
    height: 100%;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px);
    }
}
.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000000;
}
.plyr--fullscreen-fallback video {
    height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px);
    }
}
.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%;
}
.plyr__ads:after {
    background: #23282f;
    border-radius: 2px;
    bottom: 10px;
    bottom: var(--plyr-control-spacing, 10px);
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    right: var(--plyr-control-spacing, 10px);
    z-index: 3;
}
.plyr__ads:after:empty {
    display: none;
}
.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin: -var(--plyr-range-track-height, 5px) / 2 0 0;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3;
}
.plyr__preview-thumb {
    background-color: hsla(0, 0%, 100%, 0.9);
    background-color: var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
    opacity: 0;
    padding: 3px;
    padding: var(--plyr-tooltip-radius, 3px);
    pointer-events: none;
    position: absolute;
    transform: translateY(10px) scale(0.8);
    transform-origin: 50% 100%;
    transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
    z-index: 2;
}
.plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0) scale(1);
}
.plyr__preview-thumb:before {
    border-left: 4px solid transparent;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: 4px solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, 0.9);
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2;
}
.plyr__preview-thumb__image-container {
    background: #c1c8d1;
    border-radius: 2px;
    border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.plyr__preview-thumb__image-container img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100%;
}
.plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3;
}
.plyr__preview-thumb__time-container span {
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 2px;
    border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
    color: #fff;
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
    padding: 3px 6px;
}
.plyr__preview-scrubbing {
    bottom: 0;
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
    opacity: 1;
}
.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%;
}
.plyr--no-transition {
    transition: none !important;
}
.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    border: 0 !important;
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.plyr [hidden] {
    display: none !important;
}
:root {
    --plyr-range-thumb-height: 8px;
    --plyr-range-track-height: 2px;
    --plyr-mini-player-height: 160px;
    --plyr-control-height: calc(var(--plyr-control-icon-size, 18px) + var(--plyr-control-spacing, 10px) * 1.4 + 20px);
    --plyr-line: 1;
    --plyr-line-height: 1.5;
}
body {
    margin: 0;
}
.plyr--full-ui input[data-plyr="volume"] {
    color: currentColor;
}
.fixed-bottom .plyr {
    --plyr-video-progress-buffered-background: rgba(193, 200, 209, 0.6);
}
.plyr {
    font-family: inherit;
    border-radius: inherit;
    position: relative;
    z-index: 1;
    min-height: var(--plyr-control-height);
    background-color: inherit;
}
.plyr__control {
    line-height: 1;
    font-size: 14px;
}
.plyr__timer {
    display: flex;
}
.plyr__time {
    font-size: 11px;
    opacity: 0.5;
}
.plyr__menu__container {
    --plyr-control-spacing: 10px;
}
.icon-play:after {
    content: "";
    box-sizing: border-box;
    display: inline-block;
    border: 0.5rem solid transparent;
    border-left-color: currentColor;
    border-left-width: 0.75rem;
    vertical-align: middle;
}
.icon-play.active:after {
    width: 0.75rem;
    height: 1rem;
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 0.25rem;
    border-right-width: 0.25rem;
    border-color: currentColor;
    margin: 0 0.25rem;
}
.icon-plus {
    border: none;
    padding: 0.75rem 0.375rem;
    background-color: transparent;
    color: currentColor;
    position: relative;
}
.icon-plus:after,
.icon-plus:before {
    content: "";
    display: block;
    width: 1em;
    height: 2px;
    background-color: currentColor;
    opacity: 0.5;
    border-radius: 2px;
}
.icon-plus:after {
    width: 2px;
    height: 1em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.icon-plus:hover:after,
.icon-plus:hover:before {
    opacity: 1;
}
.icon-playlist,
.icon-playlist:after,
.icon-playlist:before {
    content: "";
    display: inline-block !important;
    width: 0.6em;
    height: 2px;
    background-color: currentColor;
    position: relative;
    vertical-align: middle;
    border-radius: 1px;
    opacity: 0.5;
}
.icon-playlist:before {
    position: absolute;
    top: -3px;
    width: 0.8em;
}
.icon-playlist:after {
    position: absolute;
    bottom: -3px;
    width: 0.4em;
}
.btn-play-now {
    cursor: pointer;
}
.btn-play-wrap {
    display: flex;
    align-items: center;
}
.btn-play {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    display: inline-block;
    padding: 0 !important;
    position: relative;
    outline: 0;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    outline: 0 !important;
}
.btn-play:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 0.5em solid transparent;
    border-left-color: currentColor;
    border-left-width: 0.75em;
    margin-left: 0.375em;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}
.btn-play.active:before {
    width: 0.75em;
    height: 1em;
    min-width: 0.5em;
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 0.25em;
    border-right-width: 0.25em;
    border-color: currentColor;
    margin: 0;
}
.btn-play:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    transform: translate3d(0, -1px, 0);
}
.is--repeat svg,
.is--shuffle svg {
    fill: #c02afe;
}
.btn-like svg {
    fill: none;
    width: 16px;
    height: 16px;
    stroke-width: 2;
    stroke: currentColor;
}
.btn-like.active svg,
[data-plyr="like"] .icon--pressed {
    fill: currentColor;
}
.is-buffering [data-plyr="play"] {
    min-width: calc(var(--plyr-control-icon-size, 18px) + var(--plyr-control-spacing, 10px) * 1.4);
    min-height: calc(var(--plyr-control-icon-size, 18px) + var(--plyr-control-spacing, 10px) * 1.4);
}
.is-buffering .fixed-bottom .plyr--video:after,
.is-buffering [data-play-id].active .entry-header-container .btn-play:after,
.is-buffering [data-play-id].active > .post-thumbnail .btn-play:after,
.is-buffering [data-plyr="play"]:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 2px solid;
    border-left-color: transparent;
    border-radius: 100%;
    opacity: 0.5;
    -webkit-animation: loading 1s linear infinite;
    animation: loading 1s linear infinite;
}
.is-buffering .plyr-theme-0 [data-plyr="play"] svg,
.is-buffering .plyr-theme-1 [data-plyr="play"] svg {
    display: none;
}
.is-buffering .fixed-bottom .plyr--video:after,
.is-buffering .plyr-theme-0 [data-plyr="play"]:after,
.is-buffering .plyr-theme-1 [data-plyr="play"]:after {
    width: 18px;
    height: 18px;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -9px;
}
.plyr__cues {
    margin: 0;
    transform: translate(0, -50%);
}
.plyr--adsing .plyr__controls,
.plyr--adsing ~ .plyr-list-wrap {
    pointer-events: none;
}
.plyr--adsing .plyr-list-wrap {
    z-index: 0;
}
.fixed-bottom.plyr-playlist .plyr__controls {
    color: inherit;
    background: inherit;
    padding: 10px;
}
.fixed-bottom.plyr-playlist .plyr__controls .plyr__poster {
    position: static;
    display: block !important;
    opacity: 1;
    width: 2rem;
    height: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(120, 120, 120, 0.1);
}
.plyr__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    align-items: center;
}
.plyr__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
    width: 1%;
}
.plyr__col .plyr__progress {
    margin: 0 0.5rem;
}
.plyr__col .plyr__timer {
    margin: 0 0.25rem;
}
.plyr__control.plyr__tab-focus,
.plyr__control:hover,
.plyr__control[aria-expanded="true"] {
    background-color: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
}
.plyr__control + .plyr__poster {
    margin-left: var(--plyr-control-spacing, 10px);
}
.plyr__info {
    margin: 0 var(--plyr-control-spacing, 10px);
}
.plyr-item-title,
.plyr__author,
.plyr__title {
    display: block;
    display: -webkit-box;
    max-height: calc(var(--plyr-line) * var(--plyr-line-height, 1.6rem));
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: var(--plyr-line);
    text-align: left;
    word-break: break-all;
    line-height: var(--plyr-line-height);
}
.plyr__author,
.plyr__queue {
    color: #888;
    font-size: 13px;
}
.plyr__queue {
    display: flex;
    cursor: pointer;
}
.plyr__queue span {
    flex: 1;
}
.plyr__queue svg {
    width: 24px;
    height: 24px;
    opacity: 0.6;
    margin-top: -0.75rem;
}
.plyr-volume-wrap {
    display: flex;
}
.plyr-volume-wrap .plyr__volume {
    min-width: 0;
    max-width: 0;
    width: 0;
    overflow: hidden;
    transition: width 0.2s cubic-bezier(0.4, 0, 1, 1), max-width 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.plyr-volume-wrap:hover .plyr__volume {
    width: 110px;
    max-width: 110px;
}
.plyr-playlist {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: currentColor;
    background-color: inherit;
    position: relative;
}
.plyr-playlist a {
    text-decoration: none;
    color: inherit;
}
.plyr-playlist.fixed-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    box-shadow: 0 -1px 0 rgba(120, 130, 140, 0.1);
    min-height: var(--plyr-control-height);
}
.plyr-list-wrap {
    background-color: inherit;
    position: relative;
    z-index: 2;
}
.plyr-playlist.fixed-bottom .plyr-list {
    width: 480px;
    height: 600px;
    max-height: calc(100vh - 11rem);
    position: absolute;
    bottom: calc(var(--plyr-control-height) + 1rem);
    right: 1rem;
    background-color: inherit;
    border-radius: 3px;
    border: 1px solid rgba(120, 130, 140, 0.15);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    pointer-events: none;
    opacity: 0;
    font-size: 14px;
    transform: translate3d(0, 1rem, 0);
    transition: opacity 0.2s, transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.plyr-playlist.open .plyr-list {
    transform: translate3d(0, 0, 0);
    pointer-events: inherit;
    opacity: 1;
}
.plyr-playlist .add_to_cart_button {
    font-size: 11px;
    padding: 2px 6px;
}
.plyr-list {
    display: flex;
    flex-direction: column;
    position: relative;
}
.plyr-list:after {
    content: "";
    display: block;
    border: 6px solid transparent;
    border-top-color: #fff;
    border-top-width: 8px;
    position: absolute;
    bottom: -14px;
    right: 0.75rem;
}
.dark .plyr-list:after {
    border-top-color: rgba(120, 130, 140, 0.15);
}
.plyr-list-header {
    padding: 1rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}
.plyr-list-header h4 {
    font-size: 1rem;
    margin: 0;
    flex: 1;
}
.plyr-list-header .close {
    padding: 0 0.5rem !important;
    font-size: 1.25rem !important;
    opacity: 0.5;
}
.plyr-clear {
    padding: 0.125rem 0.5rem;
    background-color: transparent;
    color: inherit;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 12px;
}
.plyr-list-content {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.plyr-list-empty {
    padding: 1rem 5rem;
    text-align: center;
    color: #888;
}
.plyr-item {
    display: -ms-flexbox;
    display: flex;
    padding: 0.5rem 1rem;
    cursor: pointer;
    position: relative;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.025);
}
.plyr-item.active {
    background-color: rgba(120, 130, 140, 0.1);
    border-bottom-color: transparent;
}
.plyr-list .close {
    background: 0 0;
    color: inherit;
    line-height: 1;
    font-weight: 400;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    height: auto;
    padding: 0.5rem;
}
.plyr-item .close {
    display: none;
}
.plyr-item:active .close,
.plyr-item:hover .close {
    display: block;
}
.plyr-item .btn-play {
    width: 24px;
    height: 24px;
    font-size: 10px;
    display: none;
    margin: 6px;
    background: #fff !important;
    border: none;
}
.plyr-item.active .btn-play,
.plyr-item:active .btn-play,
.plyr-item:hover .btn-play {
    display: block;
}
.plyr-item .btn-like {
    height: auto;
    line-height: 0;
}
.plyr-item .plyr-item-poster {
    border-radius: 2px;
    background-size: cover;
    background-position: 50% 50%;
    background-color: rgba(110, 120, 130, 0.1);
    flex: 0;
    width: 36px;
    height: 36px;
    min-width: 36px;
}
.plyr-item .plyr-item-content {
    line-height: 1.4;
    padding: 0 1rem;
    flex: 1;
    width: 1%;
}
.plyr-item .plyr-item-author {
    color: #888;
}
.plyr-fullscreen {
    background-color: #000 !important;
    color: #fff !important;
}
.plyr-fullscreen .plyr__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5))) !important;
}
.plyr--video.plyr--hide-controls:not(.plyr-fullscreen) .plyr__controls {
    opacity: 1;
    transform: none;
}
.plyr--video.plyr--hide-controls:not(.plyr-fullscreen) .plyr__controls:not(:empty) ~ .plyr__captions {
    transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}
.plyr-fullscreen.plyr--is-ios {
    position: fixed !important;
}
.plyr-fullscreen.plyr--is-ios .plyr__video-wrapper {
    top: 50%;
    transform: translateY(-50%);
}
.plyr-fullscreen [data-plyr="list"] {
    display: none;
}
.fixed-bottom.plyr-playlist .plyr--video {
    overflow: visible;
    background-color: transparent;
    background-color: inherit;
    position: relative;
}
.fixed-bottom.plyr-playlist .plyr:not(.plyr-fullscreen) .plyr__video-wrapper {
    position: absolute;
    bottom: calc(100% + 1rem);
    right: 1rem;
    height: auto;
    width: calc(16 / 9 * var(--plyr-mini-player-height));
    padding-bottom: 0 !important;
    box-shadow: 0 12px 16px 1px rgba(0, 0, 0, 0.15), 0 4px 22px 3px rgba(0, 0, 0, 0.1), 0 6px 7px -4px rgba(0, 0, 0, 0.3);
}
.fixed-bottom.plyr-playlist .plyr__video-wrapper:after {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}
.fixed-bottom.plyr-playlist .plyr__video-wrapper video {
    border: 0;
    left: 0;
    position: absolute;
    top: 0;
}
.fixed-bottom.plyr-playlist .plyr__video-embed__container {
    position: absolute;
    width: 100%;
    max-width: inherit !important;
}
.plyr-playlist [data-plyr="download"],
.plyr-playlist [data-plyr="purchase"],
.plyr-playlist [data-plyr="video"] {
    display: none;
}
.plyr-playlist .plyr--video [data-plyr="video"] {
    display: block;
}
.plyr--vimeo .plyr__video-wrapper .plyr__poster,
.plyr--youtube .plyr__video-wrapper .plyr__poster {
    display: none;
}
.plyr-theme-1 .plyr__title:after {
    content: "";
    display: inline-block;
    width: 0.5rem;
}
.plyr-theme-1 .plyr__time + .plyr__time::before {
    margin-right: 10px;
}
.plyr-theme-2 .plyr__progress__container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0 !important;
    top: -7px;
}
.plyr-theme-2 .plyr__info {
    flex: 0 0 50%;
    max-width: calc(50% - 10.5rem);
}
.plyr-theme-2 [data-plyr="play"] {
    border-radius: 100%;
    padding: 11px;
    margin: -2px 0.25rem;
}
.plyr-theme-3 .plyr__progress__buffer {
    color: rgba(255, 255, 255, 0.6);
}
.fixed-bottom.plyr-theme-3 {
    width: 400px;
    margin: 0 !important;
    left: auto !important;
    right: 0.5rem !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.fixed-bottom.plyr-theme-3 .plyr-list-wrap {
    background-color: transparent;
    z-index: 0;
}
.plyr-theme-3 .plyr--audio:before {
    height: 0;
    content: "";
    display: block;
    padding-bottom: 56.25% !important;
    z-index: 1;
}
.plyr-theme-3 .plyr__video-wrapper {
    height: 0;
    padding-bottom: 56.25%;
    display: block !important;
    position: relative !important;
    right: 0 !important;
    width: 100% !important;
    box-shadow: none !important;
}
.plyr-theme-3 .plyr__poster {
    display: block !important;
    opacity: 1 !important;
    position: absolute !important;
    width: 100% !important;
    height: auto !important;
    top: auto;
    bottom: 0;
    opacity: 1;
    z-index: -1;
    margin: 0;
    background-size: cover;
    border-radius: 0 !important;
}
.fixed-bottom.plyr-theme-3 .plyr__poster {
    top: 0;
}
.fixed-bottom.plyr-theme-3 .plyr--video .plyr__poster {
    display: none !important;
}
.plyr-theme-3 .plyr__poster:before {
    content: "";
    display: block;
    padding-bottom: 56%;
}
.plyr-theme-3 .plyr__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
    background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
    color: var(--plyr-video-control-color, #fff);
}
.fixed-bottom.plyr-theme-3 .plyr__controls {
    color: #fff;
    background-color: #000;
    top: 0;
    padding: 1rem 3rem;
    justify-content: space-around;
    opacity: 1 !important;
    transform: none !important;
}
.fixed-bottom.plyr-theme-3 .plyr--video .plyr__controls {
    background-color: transparent;
}
.plyr-theme-3 .plyr-list-header,
.plyr-theme-3 .plyr__controls .plyr__info {
    display: none;
}
.plyr-theme-3 .plyr__info {
    padding: 0.75rem 1rem;
    margin: 0;
}
.plyr-theme-3 .plyr__info .plyr__author {
    display: none;
}
.plyr-theme-3 .plyr__progress__container {
    position: absolute;
    left: calc(var(--plyr-control-spacing, 10px) * 2);
    right: calc(var(--plyr-control-spacing, 10px) * 2);
    bottom: calc(var(--plyr-control-spacing, 10px) * 2 + 2rem - 7px);
}
.fixed-bottom.plyr-theme-3 .plyr__progress__container {
    bottom: calc(0px - var(--plyr-range-track-height) / 2);
    left: 0;
    right: 0;
    top: auto;
    padding: 0;
    margin: 0;
    transform: translateY(50%);
}
.plyr-duration-wrap {
    display: flex;
    justify-content: flex-start;
    flex: 1;
}
.fixed-bottom.plyr-theme-3 .plyr-duration-wrap {
    position: absolute;
    left: 0.5rem;
    bottom: 0.5rem;
}
.fixed-bottom.plyr-theme-3 .plyr__controls [data-plyr="list"],
.fixed-bottom.plyr-theme-3 .plyr__menu,
.fixed-bottom.plyr-theme-3 .plyr__volume,
.fixed-bottom.plyr-theme-3 [data-plyr="captions"],
.fixed-bottom.plyr-theme-3 [data-plyr="download"],
.fixed-bottom.plyr-theme-3 [data-plyr="fullscreen"],
.fixed-bottom.plyr-theme-3 [data-plyr="like"],
.fixed-bottom.plyr-theme-3 [data-plyr="mini"],
.fixed-bottom.plyr-theme-3 [data-plyr="pip"],
.fixed-bottom.plyr-theme-3 [data-plyr="purchase"],
.fixed-bottom.plyr-theme-3 [data-plyr="repeat"],
.fixed-bottom.plyr-theme-3 [data-plyr="settings"],
.fixed-bottom.plyr-theme-3 [data-plyr="shuffle"] {
    display: none !important;
}
.fixed-bottom.plyr-theme-3 [data-plyr="next"] svg,
.fixed-bottom.plyr-theme-3 [data-plyr="play"] svg,
.fixed-bottom.plyr-theme-3 [data-plyr="prev"] svg {
    width: 2rem;
    height: 2rem;
}
.fixed-bottom.plyr-theme-3 .plyr-list {
    height: 0;
    max-height: calc(100vh - 20rem);
    border-top: 1px solid rgba(120, 130, 140, 0.1);
}
.fixed-bottom.plyr-theme-3 .plyr-list {
    position: static;
    width: auto;
    transition: height 0.2s;
    border: none;
    box-shadow: none;
}
.plyr-theme-3.open .plyr-list {
    height: 15rem;
}
.plyr-theme-3.open [data-plyr="list"] svg {
    transform: rotate(-180deg);
}
.plyr-theme-3 .plyr-list-header .close {
    display: none;
}
.fixed-bottom.plyr-theme-3 .plyr__controls > :not(.plyr__progress__container) {
    opacity: 0;
}
.fixed-bottom.plyr-theme-3 .plyr__controls:hover > :not(.plyr__progress__container) {
    opacity: 1;
}
.fixed-bottom.plyr-theme-3 .plyr--paused .plyr__controls:before,
.fixed-bottom.plyr-theme-3 .plyr__controls:hover:before,
.is-buffering .fixed-bottom.plyr-theme-3 .plyr__controls:before {
    content: "";
    width: 100%;
    display: block;
    padding-bottom: 56%;
    position: absolute;
    z-index: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.55);
}
.fixed-bottom.plyr-theme-3 .plyr--paused .plyr__controls > *,
.is-buffering .fixed-bottom.plyr-theme-3 .plyr__controls > * {
    opacity: 1;
}
.is-buffering .fixed-bottom.plyr-theme-3 [data-plyr="play"]:after {
    border-width: 4px;
    width: 150%;
    height: 150%;
    opacity: 1;
    left: -25%;
    top: -25%;
}
.plyr .plyr__ads {
    display: none;
    width: 320px;
    height: 180px;
    top: auto;
    left: auto;
    right: 1rem;
    bottom: calc(100% + 1rem);
    box-shadow: 0 12px 16px 1px rgba(0, 0, 0, 0.15), 0 4px 22px 3px rgba(0, 0, 0, 0.1), 0 6px 7px -4px rgba(0, 0, 0, 0.3);
}
.plyr--adsing .plyr__ads {
    display: block;
}
.plyr__ads::after {
    right: auto;
    left: var(--plyr-control-spacing, 10px);
    background-color: transparent;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
}
.plyr__ads > div,
.plyr__ads > div iframe {
    width: 100% !important;
    height: 100% !important;
}
.dark .play-embed-body {
    background-color: #101316;
    color: #fff;
}
.play-embed-body .plyr,
.play-embed-body .plyr-playlist.fixed-bottom {
    min-height: 0;
}
.play-embed ~ .plyr-playlist {
    box-shadow: none;
}
.play-embed ~ .plyr-playlist .plyr__controls {
    display: none;
}
.play-embed ~ .plyr-playlist .plyr__video-wrapper {
    left: 10px;
    top: 10px;
    right: auto !important;
    bottom: auto !important;
    position: fixed !important;
    width: 120px !important;
    height: 120px !important;
    border-radius: 4px;
}
.play-embed {
    display: flex;
    font-family: vaziran;
    font-size: 14px;
}
.play-embed a {
    text-decoration: none;
    color: inherit;
}
.play-embed .site-brand {
    display: flex;
    align-items: center;
}
.play-embed .site-logo {
    line-height: 0;
}
.play-embed .site-logo img,
.play-embed .site-logo svg {
    width: auto;
    max-height: 1.25rem;
}
.play-embed .site-title {
    font-size: 11px;
    color: #888;
    margin: 0 0.25rem;
}
.play-embed .entry-title {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: normal;
    font-size: 1rem;
}
.play-embed .entry-meta {
    margin: 0.25rem 0 0 0;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.play-embed figure {
    margin: 10px;
    width: 120px;
    height: 120px;
    border-radius: 4px;
    position: relative;
}
.play-embed figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.play-embed.user .avatar {
    border-radius: 100%;
    display: block;
    background-color: rgba(120, 130, 140, 0.1);
    position: relative;
}
.play-embed.user .avatar:after {
    content: "";
    display: block;
    padding-top: 100%;
}
.play-embed.user .avatar img,
.play-embed.user .avatar-name {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
    text-transform: uppercase;
}
.play-embed.user .play-embed-footer {
    margin-top: -1.25rem;
}
.play-embed.user .play-embed-content {
    justify-content: center;
}
.play-embed-content {
    margin: 10px;
    flex: 1;
    width: 1%;
    display: flex;
    flex-direction: column;
}
.play-embed-header {
    display: flex;
}
.play-embed-header .btn-play {
    flex-shrink: 0;
    border-style: solid;
}
.play-embed .waveform {
    margin: 1rem 0;
}
.play-embed .waveform canvas {
    height: 30px !important;
}
.play-embed .waveform .btn-play,
.play-embed .waveform .sep-1 {
    display: none;
}
.play-embed-footer {
    display: flex;
    margin-top: auto;
    margin-bottom: 0.25rem;
    align-items: center;
}
.play-embed .posted-on {
    font-size: 10px;
    color: #888;
    margin-right: auto;
}
.share-embed {
    margin: -2rem -10px 0 -10px;
}
.play-embed-list {
    font-family: vaziran;
    font-size: 13px;
    font-weight: 400;
    margin: 0 10px;
    max-height: 66px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.play-embed-list a {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
}
.play-embed-list .post-thumbnail {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 0;
    margin: 0;
    flex-shrink: 0;
    position: relative;
}
.play-embed-list img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}
.play-embed-list h3 {
    font-weight: 400;
    font-size: 13px;
    margin: 0 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.play-embed-list .icon-play {
    transform: scale(0.75);
}
.play-embed-list .block-loop-title {
    display: none;
}
.play-embed-list .block-loop-item {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(150, 160, 170, 0.2);
    padding: 0.25rem 0;
    min-height: 28px;
}
.play-embed-list .block-loop-item.active {
    background-color: rgba(150, 160, 170, 0.075);
}
.play-embed-list .btn-playlist,
.play-embed-list .btn-purchase,
.play-embed-list .entry-action,
.play-embed-list .entry-footer {
    display: none;
}
.play-embed-list .entry-header-inner {
    display: flex;
}
.play-embed-list .entry-meta {
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.plyr--soundcloud .plyr__video-wrapper,
.plyr--soundcloud [data-plyr="fullscreen"] {
    display: none;
}
@media (min-width: 961px) {
    :root {
        --plyr-mini-player-height: 191px;
    }
}
@media (max-width: 960px) {
    .plyr-playlist .plyr__volume {
        display: none !important;
        margin: 0;
    }
}
@media (max-width: 768px) {
    .plyr-playlist .add_to_cart_button,
    .plyr-playlist .plyr__time,
    .plyr-playlist [data-plyr="mute"],
    .plyr-playlist [data-plyr="purchase"] {
        display: none !important;
        margin: 0;
    }
    .plyr-playlist.plyr-muted [data-plyr="mute"] {
        display: block !important;
    }
    .plyr-playlist.fixed-bottom .plyr__progress__container {
        position: absolute;
        left: 0;
        right: 0;
        top: -8px;
        bottom: auto;
        margin: 0 !important;
        padding: 0;
    }
    .plyr-playlist.fixed-bottom .plyr__progress {
        margin: 0;
        padding: 0;
    }
    .plyr-playlist.fixed-bottom .plyr-list {
        width: auto;
        left: 1rem;
    }
    .plyr button {
        display: block;
        height: auto;
        margin: 0;
    }
    .plyr-theme-2 .plyr__info {
        max-width: calc(50% - 140px);
    }
    .plyr .plyr__ads {
        right: 50%;
        transform: translateX(50%);
    }
}
@media (max-width: 480px) {
    :root {
        --plyr-mini-player-height: 90px;
    }
    .plyr-playlist [data-plyr="repeat"],
    .plyr-playlist [data-plyr="shuffle"] {
        display: none;
    }
    .plyr-theme-2 .plyr__info {
        max-width: calc(50% - 110px);
    }
    .fixed-bottom.plyr-theme-3 {
        width: 100%;
        left: 0 !important;
        right: 0 !important;
    }
}
@media (min-width: 768px) {
    :root {
        --plyr-control-spacing: 1rem;
    }
    .plyr-theme-1 .plyr__info {
        display: flex;
        align-items: center;
        flex: 1;
    }
    .plyr-theme-3 {
        --plyr-control-spacing: 0.5rem;
    }
}
@keyframes loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(359deg);
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 11px;
    word-wrap: break-word;
    opacity: 0;
    --tooltip: var(--tooltip-color, #222);
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.35rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.5rem 1rem;
    color: #fff;
    text-align: center;
    background-color: var(--tooltip);
    border-radius: 1rem;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.35rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.35rem 0.35rem 0;
    border-top-color: var(--tooltip);
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.35rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.35rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: 0.35rem 0.35rem 0.35rem 0;
    border-right-color: var(--tooltip);
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.35rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.35rem 0.35rem;
    border-bottom-color: var(--tooltip);
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.35rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.35rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: 0.35rem 0 0.35rem 0.35rem;
    border-left-color: var(--tooltip);
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.35);
    border-radius: 0.3rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow::after,
.bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow::before,
.bs-popover-right > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
    top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow::before,
.bs-popover-left > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow::after,
.bs-popover-left > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.875rem;
    color: #212529;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(140, 150, 160, 0.15);
    border-radius: 0.25rem;
    text-shadow: none;
    text-align: initial;
}
.dropdown-toggle {
    cursor: pointer;
}
.button.dropdown-toggle {
    padding-left: 1rem;
    padding-right: 1rem;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-menu[data-window] {
    z-index: 5;
}
.dropdown-menu[x-out-of-boundaries] {
    display: none;
}
.dropdown-menu ul {
    display: block !important;
    list-style: none;
    padding: 0;
}
.dropdown-item,
.dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    border-radius: 0;
    font-size: 13px;
    cursor: pointer;
}
.dropdown-item:hover {
    color: inherit;
    background-color: rgba(0, 0, 0, 0.05);
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(140, 150, 160, 0.1);
}
.dropdown-term-filter,
.loop-filter-item .dropdown-menu {
    max-height: 19.5rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}
.dropdown-term-filter::-webkit-scrollbar {
    display: none;
}
.dropdown-term-filter ul ul {
    margin-bottom: 0.5rem;
}
.dropdown-term-filter ul:not(.children) > li > a {
    border-bottom: 1px solid rgba(140, 150, 160, 0.1);
    color: #888;
}
.fade {
    transition: opacity 0.15s linear;
}
.fade:not(.show) {
    opacity: 0;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    max-width: 500px;
    margin: 1.75rem auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 3.5rem);
}
.modal-loading .modal-dialog {
    max-width: 5rem !important;
}
.modal-loading .modal-body {
    padding: 2rem 2rem;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal-content {
    position: relative;
    width: 100%;
    pointer-events: auto;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-body,
.modal-footer,
.modal-header {
    padding: 2rem 3rem;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
}
.modal-title {
    margin: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.75;
}
.modal .close {
    background-color: transparent;
    color: inherit;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    padding: 2rem 1.5rem;
    font-size: 1.25rem;
    opacity: 0.5;
    line-height: 0;
    border: none;
}
.modal-loading .close {
    display: none;
}
.btn-follow .following {
    display: none;
}
.btn-follow.active .follow {
    display: none;
}
.btn-follow.active .following {
    display: inline;
}
.block-loop-item .btn-follow {
    height: 1.25rem;
    padding: 0 0.5rem;
    font-size: 12px;
    vertical-align: text-bottom;
    margin: 0.5rem;
}
.entry-cat,
.entry-tag {
    list-style: none;
    padding: 0;
}
.file-upload-wrap {
    display: flex;
    margin-bottom: 1em;
}
.file-upload {
    position: relative;
    display: flex;
}
.file-upload input:focus ~ .post-thumbnail {
    border: 1px solid var(--color-primary, rgba(140, 150, 160, 0.3));
}
.file-upload input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.file-upload .pos {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
    background-color: rgba(50, 50, 50, 0.25);
    color: #fff;
    text-align: center;
}
.file-upload button {
    white-space: nowrap;
}
.file-upload:focus .pos,
.file-upload:hover .pos {
    opacity: 1;
}
.file-upload .post-thumbnail:after {
    padding-top: 100%;
}
.file-upload .avatar {
    position: absolute;
    width: 100%;
    left: 0;
    border-radius: 50%;
    vertical-align: middle;
}
.file-upload .post-thumbnail {
    width: 100%;
    position: relative;
    padding: 0;
    border-radius: 4px;
    margin-bottom: 1rem;
    padding: 0 !important;
}
.file-upload .post-thumbnail.circle {
    border-radius: 50%;
}
.file-upload .post-thumbnail:after {
    content: "";
    display: block;
    padding-top: 100%;
}
.file-upload .post-thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.checkable {
    display: flex;
    margin-bottom: 1em;
}
.checkable > input {
    margin-top: 2px !important;
}
.checkable > input:checked ~ * .hide {
    display: block !important;
}
.form .flex-row p {
    flex: 1;
}
.form-action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.track-list {
    display: block;
    list-style: none;
    padding: 0;
}
.track-list .remove {
    display: inline-block;
    opacity: 0.5;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
    padding: 1rem;
}
.track-list-title {
    flex: 1;
    width: 1%;
    border: none;
    background-color: transparent;
    padding: 1rem 0;
    height: auto;
}
.sortable-placeholder {
    min-height: 3.5rem;
    border: 1px dotted rgba(140, 150, 160, 0.2);
}
.track-list li {
    display: flex;
    margin-bottom: 4px;
    padding: 0;
    height: auto;
    position: relative;
}
.track-list.single li {
    position: static;
}
.track-list.single {
    height: 0;
    overflow: hidden;
}
.handle {
    width: 16px;
    opacity: 0.5;
    cursor: move;
    position: relative;
    padding: 1rem 1.5rem;
}
.handle:after,
.handle:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    content: "";
    display: block;
    height: 0.75rem;
    width: 1rem;
    border: 2px solid currentColor;
    border-left: none;
    border-right: 0;
}
.handle:after {
    height: 0;
    border-top: none;
}
.upload-start {
    background-color: #fff;
    border: 1px solid rgba(140, 150, 160, 0.2);
    display: block;
}
.dark .upload-start {
    background-color: transparent;
}
.upload-start h3 {
    font-size: 1.25rem;
}
.dragdrop-upload,
.online-upload {
    padding: 5rem 2rem;
    flex-basis: 100%;
    text-align: center;
}
.dragdrop-upload {
    background-color: rgba(140, 150, 160, 0.05);
    border-bottom: 1px solid rgba(140, 150, 160, 0.1);
}
.dragdrop-upload.dropover {
    background-color: rgba(140, 150, 160, 0.1);
}
.dragdrop-upload .file-upload {
    display: inline-block;
}
.url-upload {
    display: inline-block;
    width: 75%;
}
.url-upload input {
    width: 100%;
}
.file-upload .progress,
.modal .progress {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    display: flex;
}
.progress-bar {
    background-color: #0d6efd;
    display: inline-block;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.file-uploaded,
.file-uploading {
    display: none;
}
.flex {
    width: 1%;
    flex: 1;
    min-width: 1rem;
}
@media only screen and (min-width: 600px) {
    .upload-start {
        display: flex;
    }
    .dragdrop-upload {
        border-bottom: none;
        border-right: 1px solid rgba(150, 160, 170, 0.1);
    }
}
@media only screen and (min-width: 992px) {
    .flex-row {
        display: flex;
    }
    .sep {
        width: 2rem;
        flex-shrink: 0;
    }
}
#login-form {
    font-size: 0.9375rem;
    max-width: 32rem;
    margin: 5rem auto;
}
#login-form .input {
    width: 100%;
}
#login-form [class*="btn-"] {
    display: block;
    margin: 0.25rem 0;
}
#login-form .message {
    color: #3c3;
    margin: 1rem 0;
}
#login-form .message #login_error,
.error,
.required {
    color: #f35;
}
.success {
    color: #390;
}
#login-form .message #login_error a {
    display: none;
}
#login-modal #login-form,
#upload-modal #upload {
    margin: 0;
    padding: 2rem 3rem;
}
#login-modal #loginform {
    display: block;
}
#login-modal h2 {
    margin-top: 0;
}
#upload-modal .modal-dialog {
    max-width: 960px;
}
#playlist-modal .entry-title {
    font-size: 14px !important;
}
#playlist-modal form {
    flex: 1;
    display: flex;
    align-items: center;
}
#playlist-modal form label {
    margin: 0;
}
#playlist-modal form input {
    flex: 1;
    width: 1%;
    margin: 0 0.5rem;
}
.verified {
    width: 0.75em;
    height: 0.75em;
    display: inline-block;
    background-color: #999;
    color: #fff;
    position: relative;
    border-radius: 50%;
    margin: 0 0.5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.verified:after {
    content: "";
    display: block;
    width: 0.375em;
    height: 0.215em;
    border-left: 0.1em solid currentColor;
    border-bottom: 0.1em solid currentColor;
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    left: 50%;
    top: 50%;
}
#share-modal .input {
    width: 100%;
}
#embed-code {
    margin-bottom: 2rem;
}
.share-list {
    margin-bottom: 1rem;
}
.share-list a {
    width: 3.5rem;
    height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #efefef;
    border-radius: 100%;
    margin: 4px;
    transition: background-color 0.2s;
}
.share-list a:hover {
    background-color: #000;
    color: #fff;
}
.waveform {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}
.waveform .btn-play {
    border-width: 3px;
    width: 3rem;
    height: 3rem;
    border-color: currentColor;
    font-size: 1.25rem;
}
.waveform-container {
    color: inherit;
    flex: 1;
    position: relative;
    border-width: 0;
}
.waveform-time {
    display: flex;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
}
.waveform-time span {
    font-size: 10px;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 0 5px;
    display: inline-block;
    height: 1rem;
    line-height: 1rem;
    border-radius: 1rem;
    user-select: none;
}
.waveform-time span:first-child {
    margin-right: auto;
}
.dark .waveform-time span {
    background-color: rgba(0, 0, 0, 0.3);
}
.rtl .waveform-time span:first-child {
    margin-right: 0;
    margin-left: auto;
}
.waveform_wrap {
    line-height: 0;
}
.sep-1 {
    width: 0.5rem;
    flex-shrink: 0;
}
.editor-note {
    margin-bottom: 1rem;
}
.editor-note-title,
.station-copyright {
    color: #999;
}
.ranks {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
    gap: 1rem;
}
.ranks li {
    padding: 1rem;
    background-color: rgba(140, 150, 160, 0.075);
    border-radius: 4px;
    display: block;
    font-size: 11px;
    text-align: center;
}
.ranks strong {
    font-size: 1.5rem;
    line-height: 1.2;
    display: block;
}
.ranks span {
    color: #888;
}
form.processing {
    opacity: 0.5;
    cursor: wait;
    pointer-events: none;
}
.private {
    background-color: #666;
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    border-radius: 2px;
    padding: 0 0.15rem;
    font-style: normal;
    font-size: 0.25em;
    vertical-align: 0.25em;
    font-weight: 500;
}
.modal table td,
.modal table th {
    border: none;
}
.entry-meta form {
    margin-bottom: calc(var(--y-gap) / 2) !important;
}
#dropdown-notification.has-new a:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: var(--color-primary, red);
    border-radius: 4px;
    position: absolute;
    top: 0.25rem;
    right: 0.75rem;
}
.dropdown-menu-notificaitons {
    width: 320px;
    font-size: max(90%, 13px);
}
.dropdown-menu-notificaitons .play-notification-item {
    padding: 0.5rem 1rem;
}
.dropdown-menu-notificaitons .user-notifications {
    max-height: 360px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.dropdown-menu-notificaitons .block-loop-items {
    margin-bottom: 0;
}
.dropdown-menu-notificaitons .spinner {
    display: block;
    margin: 2rem auto;
}
.dropdown-menu-notificaitons .block-loop-items .play-notification-item:last-child {
    border-bottom: none;
}
.user-notifications .block-loop-items {
    grid-gap: 0;
}
.user-notifications .block-loop-items .scroller {
    margin-top: 2rem;
}
.dropdown-menu-notificaitons .block-loop-empty {
    padding: 2rem 2rem 1rem;
    text-align: center;
}
.play-notification-item {
    display: flex;
    align-items: flex-start;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(150, 160, 170, 0.15);
}
.play-notification-item .user-avatar .avatar {
    width: 3rem;
}
.play-notification-content {
    flex: 1;
    width: 1%;
}
.play-notification-item a {
    font-weight: 600;
}
.play-notification-date {
    margin-top: 0.25rem;
    display: block;
    color: #888;
}
.view-all-notifications {
    padding: 0.5rem 1rem 0;
    border-top: 1px solid rgba(150, 160, 170, 0.15);
    text-align: center;
}
.wp-block-loop-empty ~ .view-all-notifications {
    display: none;
}
li[data-toggle="dropdown"] {
    cursor: pointer;
}
.edd-loading {
    border: 0.2em solid currentColor;
    border-left-color: transparent;
}
.menu-cart .cart-quantity {
    position: relative;
    top: -10px;
    margin: 0 -8px;
    display: inline-block;
    padding: 0;
    font-size: 11px;
    text-align: center;
    height: 18px;
    min-width: 18px;
    line-height: 18px;
    color: #fff;
    border-radius: 18px;
    background-color: var(--color-primary, #f50);
}
.search-loading #icon-search .icon-search {
    display: none;
}
.search-loading #icon-search:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 2px;
    border-radius: 50%;
    border: 2px solid currentColor;
    border-left-color: transparent;
    opacity: 0.6;
    -webkit-animation: loading 0.75s linear infinite;
    animation: loading 0.75s linear infinite;
}
@keyframes loading {
    0% {
        transform: translateZ(0) rotate(0);
    }
    100% {
        transform: translateZ(0) rotate(359deg);
    }
}
@media (min-width: 576px) {
    .modal-sm .modal-dialog {
        max-width: 300px;
    }
    .dropdown-menu-notificaitons {
        width: 400px;
    }
}
