/*
 * embeddable_player_with_audio_new_design.1.0.0.css — externalized static CSS for embeddable_player_with_audio_new_design.jsp
 *
 * Externalized 2026-05-25 (see engineering-docs/features/jsp-externalization/playbook.md).
 * Versioned filename for cache-busting; bump version on change.
 */

    .pointer {
        cursor: pointer;
    }

    .provider-primary {
        color: var(--primary-color);
    }

    .provider-primary-background,
    .provider-primary-background-spinner:after {
        background-image: linear-gradient(141deg, var(--background-gradient-start) 12%, var(--background-gradient-stop) 87%);
    }

    .provider-primary-background {
        background: var(--primary-color) !important;
    }

    .provider-primary-border,
    .button-container:hover .spinner,
    .button-container:hover .spinner:before,
    .button-container-selected .provider-primary-selected,
    .button-container-selected .provider-primary-border-small,
    .provider-primary-seekbar::-webkit-slider-thumb,
    .provider-primary-seekbar::-moz-range-thumb,
    .provider-primary-seekbar::-moz-range-progress,
    .button-container:hover .circular-button,
    .button-container:hover .spinner:after,
    .button-container:hover .speed-text-hover,
    .widget-ad-container,
    .provider-primary-seekbar::-moz-range-progress,
    input[type="range"]::-webkit-slider-thumb,
    input[type="range"]::-moz-range-thumb,
    .provider-primary-seekbar::-webkit-slider-thumb:hover,
    .provider-primary-seekbar::-moz-range-thumb:hover,
    .provider-primary-seekbar::-moz-range-thumb {
        background-color: var(--primary-color);
    }

    .button-container:hover .circular-button {
        background-color: var(--primary-color);
        opacity: 0.8;
    }

    .provider-primary-border {
        border: solid 4px var(--primary-color);
    }

    .sponsor-text {
        color: var(--sponsor-text-color);
        font-size: var(--sponsor-text-size) !important;
    }

    .sponsor-instaread-logo {
        height: var(--sponsor-text-logo) !important;
    }

    .speed-text-hover {
        color: var(--speed-time-color);
    }

    .speed-current-time,
    .audio-primary-text,
    .current {
        color: var(--speed-time-current-color);
    }

    .widget-ad-container {
        /* background-image: linear-gradient(to bottom, var(--widget-ad-gradient-start-color) 0%, var(--widget-ad-gradient-end-color) 100%) !important; */
        cursor: pointer;
        height:35px;
        background-image: var(--default-ad-bg); /* Set the path to your image */
        background-size: cover; /* Adjust the background size */
        width: 250px;
        background-repeat: no-repeat;
        -webkit-background-repeat: no-repeat;
        -moz-background-repeat: no-repeat;
        -o-background-repeat: no-repeat;
        background-position: contain;
        box-shadow:none !important;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
    }
    .widget-ad-inner-container_default{
        background-image: var(--default-ad-bg) !important;
        background-size: cover !important;
        background-position: center !important;
    }

    .underline {
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
    }

    .text-black {
        color: #000;
    }

    .font-bold {
        font-weight: 700;
    }

    .toast {
        position: fixed;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--primary-color);
        color: #fff;
        padding: 6px 20px;
        border-radius: 5px;
        opacity: 0;
        transition: opacity 0.3s;
        z-index: 9999;
    }

    .toast.show {
        opacity: 1;
    }

    .toast-content {
        font-size: 14px;
    }

    .pby-container {
        z-index: 9999;
        cursor: pointer;
    }

    /** Thumb Styles **/
    /** Chrome, Safari, Opera, and Edge Chromium **/
    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        /* Override default look */
        appearance: none;
        background-color: var(--primary-color);
        border: none;
        border-radius: 100%;
        height: 12px;
        width: 12px;
    }

    /** Thumb Styles **/
    /** Firefox **/
    input[type="range"]::-moz-range-thumb {
        border: none;
        border-radius: 100%;
        background-color: var(--primary-color);
        height: 12px;
        width: 12px;
    }
    .provider-primary-seekbar::-webkit-slider-thumb:hover {
        -webkit-appearance: none;
        /* Override default look */
        background-color: var(--primary-color);
        appearance: none;
        border: none;
        border-radius: 100%;
        height: 12px;
        width: 12px;
    }

    .provider-primary-seekbar::-moz-range-thumb:hover {
        -webkit-appearance: none;
        /* Override default look */
        appearance: none;
        border: none;
        border-radius: 100%;
        background-color: var(--primary-color);
        height: 12px;
        width: 12px;
    }

    .provider-primary-border {
        border: solid 4px var(--primary-color);
    }

    .instaread-widget-mobile .provider-secondary-background {
        background-color: #ffffff;
    }

    .widget-ads-container {
        padding: 1px
    }
    .instaread-widget-mobile .widget-ads-container{
        width: 320px;
        min-width: 320px;
        height: 50px;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .instaread-widget-mobile {
        width: 322.4px;
        height: 130.4px;
        border: solid 1px rgb(0 0 0 / 0.2);
    }

    .instaread-widget-desktop {
        border: solid 1px rgb(0 0 0 / 0.2);
    }
    .adp-interscroller-container{
        position: absolute;
    }


    #audio_speed {
        padding: 0.5px;
        border: 1px solid var(--primary-color);
        border-radius: 2px;
        color: var(--primary-color);
        font-weight: 500;
        font-size: 12px;
        border-radius: 0;
        /* line-height: 0; */
        letter-spacing: -1;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-align: center;
        text-align-last: center;
        -webkit-text-align: center;
        -moz-text-align: center;
        background-color: #ffffff;
        -webkit-background-color: #ffffff;
        -moz-background-color: #ffffff;
    }

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    .show {
        visibility: visible !important;
    }

    /* new desktop styles*/
    .instaread-widget-desktop .icon-backward_15 #back_15 {
        width: 25px;
        height: 25px;
    }

    #audio_speed {
        width: 32px;
        height: 18px;
        font-family: var(--font-family) !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-align: center;
        text-align-last: center;
        -webkit-text-align: center;
        -moz-text-align: center;
        background-color: #ffffff;
        -webkit-background-color: #ffffff;
        -moz-background-color: #ffffff;

    }

    .instaread-widget-mobile .pby-container .pb-instaread-logo {
        width: 48px;
        opacity: 0.2;
    }

    .instaread-widget-mobile .audio_control_container {
        left: 72px;
    }

    .instaread-widget-mobile .flexible-seekbar {
        padding: 0.0319rem 0;
    }

    .instaread-widget-mobile .audio-control-1 {
        width: 95.126%;
    }
    .audio-primary-text{
        font-family: var(--font-family) !important;
    }
    #textTime{
        font-family: var(--font-family);
    }
    .circular-button{
        box-shadow: none;
        /* border: 3px solid var(--button-border-color); */
    }
    .instaread-widget-mobile .pby-container{
        right: 4.14%;
    }
    .instaread-widget-mobile .icon-backward_15{
        padding-top: 5px;
    }
    .instaread-widget-mobile .icon-farward_15{
        padding-top: 5px;
    }
    .instaread-widget-mobile .icon-backward_15 #back_15{
        width: 20px;
        height: 18px;

    }
    .instaread-widget-mobile .icon-farward_15 #far_15{
        width: 20px;
        height: 18px;
    }
.instaread-widget-mobile .icon-pause {
  background: url("../images/icon-pause.png") no-repeat;
  background-position: center ;
}
.instaread-widget-mobile .icon-replay {
  background: url("../images/icon-replay.png") no-repeat;
  background-position: center;
}
.instaread-widget-mobile .play-icon-inner-container{
  margin-top: 0px;
  margin-left: 0px;
  height: 50px;
  display: block;
}
.circle-block{
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.spinner:after{
  width: 50%;
  height: 50%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.spinner:before{
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.spinner{
  margin: 0.72rem 0.24rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff, rgba(226, 245, 255, 0));
  background: -webkit-linear-gradient(left, #ffffff, rgba(226, 245, 255, 0));
  background: -o-linear-gradient(left, #ffffff, rgba(226, 245, 255, 0));
  background: -ms-linear-gradient(left, #ffffff, rgba(226, 245, 255, 0));
  background: linear-gradient(to right, #ffffff 16%, rgba(226, 245, 255, 0) 58%);
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

    @media all and (min-width:600px) {

        .instaread-widget-desktop {
            /* background-color: var(--secondary-color); */
            width: 638.4px;
            height: 78.4px;
            display: flex;
            flex-direction: row;
        }

        .instaread-widget-desktop .audio_control_container {
            left: 62px;
            bottom: -8px;
        }
        .instaread-widget-desktop .icon-backward_15{
            padding-top: 5px;
        }
        .instaread-widget-desktop .icon-farward_15{
            padding-top: 5px;
        }
        .instaread-widget-desktop .flexible-seekbar {
            padding: 0.0319rem 0;
        }

        .instaread-widget-desktop #widget-audio-container {
            width: 324px;
            min-width: 278.4px;
            height: 50px !important;
            min-height: 50px;
            padding: 0px 10px;
            margin: 15px 0px;
            border-bottom: 0;
        }

        .instaread-widget-desktop .widget-ads-container {
            /* padding: 15px 10px;
            width: 370.3px; */
            width: 320px;
            min-width: 320px;
            min-height: 78.4px;
            height: 78.4px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding:0px 10px;
            position: relative;
        }

        .instaread-widget-desktop .left-container {
            margin-left: 0.3rem;
        }

        .instaread-widget-desktop .pby-container {
            height: 15px;
            top: 44px;
        }

        .default-instaread-ad-container {
            height: 50px !important;
        }

        .instaread-widget-desktop .circular-button {
            height: 50px;
            width: 50px;
        }

        .instaread-widget-desktop .pby-container .pb-instaread-logo {
            opacity: 0.2;
            height: 14px;
            width: 48px;
        }

        .instaread-widget-desktop .instaread-logo {
            width: 48px;
        }

        .instaread-widget-desktop .audio-control-1 {
            width: 101.03%;
        }

        .instaread-widget-desktop .pby-container {
            right: 3.5%;
        }

        .instaread-widget-desktop .speed-current-time {
            margin-right: 0.1rem;
            padding-top: 4px;
        }


        .instaread-widget-desktop .icon-backward_15 #back_15 {
            width: 20px;
            height: 18px;
        }

        .instaread-widget-desktop .icon-farward_15 #far_15 {
            width: 20px;
            height: 18px;
        }

        #audio_speed {
            font-size: 11px;
            cursor: pointer;
            width: 32px;
            height: 18px;
        }

        .instaread-widget-desktop .play-icon-inner-container {
            margin-top: 0px;
            margin-left: 0px;
            height: 50px;
            display: block;
        }

        .instaread-widget-desktop .audio-primary-text {
            font-size: 20px;
        }

        .instaread-widget-desktop .audio-display {
            margin-top: 19px;
        }

        .instaread-widget-desktop .audio-contorls_c {
            margin-left: 20px;
        }

    }
    .icon-playmbg {
        background: url("../images/icon-playmbg.png") no-repeat;
        background-repeat: no-repeat;
        background-position: 57% 51%;
    }

    /* Rest of your styles... */
