/* Color Palette */
/* $size-padding-book must be less than or equal to $size-spacing-left and $size-spacing-right */
html,
body {
  touch-action: auto;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

.widget-container {
  align-items: center;
  display: flex;
  width: auto;
}

.widget-audio-container {
  position: relative;
}

.widget-audio-inner-container {
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}

.playlist-container {
  width: auto;
}

.audio-player-container {
  align-items: center;
  display: flex;
  width: auto;
}

.article-list-container {
  border-radius: 4px;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 0;
  width: auto;
}

.article-selection {
  border-radius: 0 0 4px 4px;
  height: 324px;
  overflow-y: scroll;
}

.playlist-footer-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 9px;
  width: auto;
}

.footer-logo-text {
  display: inherit;
  font-size: 14px;
  vertical-align: middle;
}

.article-details-container {
  background-color: #ffffff;
  margin-top: 1px;
  padding: 12px;
}

.article-details-container:hover {
  cursor: pointer;
}

.article-details-footer {
  display: flex;
  justify-content: space-between;
}

.small-grey-text {
  color: #606572;
  font-size: 12px;
  font-weight: 500;
}

.article-title-text {
  font-size: 16px;
  font-weight: 600;
}

.button-container,
.button-container-selected {
  background: none;
  border: 0;
  box-shadow: none;
  outline: none;
}

.left-container {
  padding: 0rem;
  width: auto;
}

.large-container {
  padding: 0.6rem 0.5rem;
  width: auto;
}

.small-container {
  float: left;
  padding: 0.6rem 0.5rem;
  width: 3rem;
}

.tiny-container {
  float: left;
  padding: 0.2rem 0.5rem;
  width: 1.6rem;
}

.tiny-container-extra-padding {
  float: left;
  padding: 0.2rem 0.5rem;
  padding-left: 0.6rem;
  width: 1.6rem;
}

.middle-container {
  align-items: center;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  padding: 0.375rem 0;
  width: auto;
}

.audioplayer-middle-container {
  flex: 1 1 auto;
  padding-left: 0.3rem;
  padding-right: 1rem;
  text-align: left;
}

.audioplayer-middle-container-1 {
  flex: 1;
  text-align: left;
  z-index: 1;
}

.audioplayer-middle-container-noaudio {
  flex: 1 1 auto;
  padding-left: 0.6rem;
  text-align: left;
  z-index: 1;
}

.speed-selection-background {
  border-radius: 32px;
}

.white-circle-background {
  align-items: center;
  background-color: #ffffff;
  border-radius: 14px;
  cursor: pointer;
  display: flex;
  float: right;
  height: 24px;
  justify-content: center;
  margin: 0.2rem;
  width: 24px;
}

.instaread-icon {
  text-align: center;
  vertical-align: middle;
  width: 0.8rem;
}

.flexible-seekbar {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: unset;
  border: unset;
  border-radius: 6px;
  flex: 1 0 auto;
  font-size: unset;
  height: 2px;
  outline: none;
  padding: 0.31rem 0;
  width: 10px;
}

.icon-hover {
  font-size: 1.5rem;
  z-index: 2;
}

.text-hover {
  font-size: 1.5rem;
  font-weight: 500;
  z-index: 2;
}

.speed-text-hover {
  /* font-size: 1rem;
  font-weight: 500; */
  z-index: 2;
  font-family: "Gotham Narrow OP";
  font-size: 12px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  /* color: var(--white); */
  color: #344341;
}

#playIcon {
  font-size: 2rem;
}

#audioCurrentStateIconWrapper {
  font-size: 2rem;
}

.audio-duration-text {
  font-size: 1.025rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.22;
  text-align: left;
}

.audio-primary-text {
  font-family: "Gotham Narrow OP";
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1;
  text-align: left;
  color: #344341;
}

.current-time {
  color: #8f95a3;
  font-size: 12px;
  font-weight: 500;
  margin-right: 0.1rem;
  margin-top: 0;
}

.speed-current-time {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  margin-right: 0.1rem;
  margin-top: 0;
  height: 10px;
  font-family: "Gotham Narrow OP";
  font-size: 11px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}

.current {
  color: #2d3138;
}

.powered-by-text {
  font-family: sans-serif;
  font-size: 8px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #c9ebe7;
  margin: 1rem;
  position: relative;
}

.small-image {
  width: 1rem;
}

.logo-image {
  width: 4rem;
}

.audio-control {
  display: table;
  height: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.3rem;
  width: 100%;
}

.audio-display {
  align-items: center;
  display: flex;
  justify-content: center;
}

.circle-block {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.circular-button {
  border-radius: 32px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  height: 50px;
  position: absolute;
  width: 50px;
}

.circular-button-noshadow {
  border-radius: 32px;
  height: 45px;
  position: absolute;
  width: 45px;
}

.box-button-noshadow {
  height: 17px;
  position: absolute;
  width: 22px;
  border-radius: 3px;
}

.box-button-noshadow-medium {
  width: 26px !important;
}

.box-button-noshadow-large {
  width: 28px !important;
}

.circular-button-small {
  border-radius: 32px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  height: 40px;
  position: absolute;
  width: 40px;
}

.button-container:hover .text-hover,
.button-container-selected .text-hover {
  color: #0b0b0b;
}
.button-container:hover .circular-button-small,
.button-container-selected .circular-button-small {
  background-color: #ffffff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}
.button-container:hover .circular-button-noshadow,
.button-container-selected .circular-button-noshadow {
  background-color: #ffffff;
}
.button-container:hover .circular-button,
.button-container-selected .circular-button {
  background-color: #ffffff;
}

.button-container-selected .speed-text-hover {
  color: white;
}

.button-container:hover .box-button-noshadow,
.button-container-selected .box-button-noshadow {
  background-color: #3a706b;
}

.button-container:active .circular-button {
  box-shadow: none;
}
.button-container:active .circular-button-small {
  box-shadow: none;
}

.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;
}

.spinner:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.spinner:after {
  width: 50%;
  height: 50%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.button-container:hover .spinner:after {
  background: #ffffff;
}

@-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);
  }
}
.logo-layout {
  margin-top: 2.25rem;
}

.logo-layout-wrapper {
  margin-left: 1.2rem;
  margin-bottom: 1rem;
}

.instaread-logo {
  width: 4rem;
}

.powered-by-text:before {
  content: "";
  position: absolute;
  background-color: #caebe8;
  top: -22px;
  height: 50px;
  width: 25px;
  border-top-right-radius: 60px;
  /* position: relative; */
  left: -41px;
  box-shadow: 0 -25px 0 0 #344341;
}

.widget-ad-container {
  height: auto;
  margin-top: 0px;
  background-image: linear-gradient(135deg, #498981 0%, #0d3131 100%);
  box-shadow: inset 0 -5px 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0px;
}

.default-instaread-ad-container {
  margin-left: 0px;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.speaker-icon-container {
  margin-top: 0px;
  align-self: center;
  padding-left: 0.8rem;
}

.widget-ad-inner-container iframe {
  margin-top: 0;
}

.widget-ad-inner-container_default {
  background-image: url("../images/default_ad.png") !important;
  background-size: cover !important;
  background-position: center !important;
}
.widget-ad-inner-container_default .provider-primary {
  display: none !important;
}

.instaread-widget-desktop .audio_control_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  position: absolute;
  left: 75px;
  bottom: -2px;
}
.instaread-widget-desktop .audio-contorls_c {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2em;
}
.instaread-widget-desktop .audio-display {
  margin-top: 18px;
}
.instaread-widget-desktop .speed-current-time {
  color: #000;
  font-size: 8px;
  margin-right: 0.8rem;
  margin-top: 0px;
}
.instaread-widget-desktop .flexible-seekbar {
  padding: 0.19rem 0;
}
.instaread-widget-desktop .flexible-seekbar::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.instaread-widget-desktop .flexible-seekbar::-moz-range-thumb {
  height: 13px;
  width: 13px;
}
.instaread-widget-desktop .audio-control-1 {
  height: 1rem;
  margin-right: auto;
  width: 95%;
}
.instaread-widget-desktop .audioplayer-middle-container-1 {
  padding-left: 0.65rem;
  padding-right: 0px;
  padding-bottom: 0rem;
  flex: 1;
}
.instaread-widget-desktop .play-icon-inner-container {
  margin-top: 0px;
  margin-left: 0px;
  height: 50px;
  display: block;
}
.instaread-widget-desktop .left-container {
  margin-left: 1rem;
}
.instaread-widget-desktop .circular-button {
  position: relative;
}
.instaread-widget-desktop .spinner {
  height: 50px;
}
.instaread-widget-desktop .icon-play {
  background: url("../images/icon-play.png") no-repeat;
  background-position: 53% 50%;
}
.instaread-widget-desktop .icon-pause {
  background: url("../images/icon-pause.png") no-repeat;
  background-position: center;
}
.instaread-widget-desktop .icon-replay {
  background: url("../images/icon-replay.png") no-repeat;
  background-position: center;
}
.instaread-widget-desktop .icon-hourglass {
  background: url("../images/icon-hourglass.png") no-repeat;
  background-position: center;
}
.instaread-widget-desktop .icon-spinner {
  background: url("../images/icon-spinner.png") no-repeat;
  background-position: center;
}
.instaread-widget-desktop .icon-farward_15 {
  cursor: pointer;
}
.instaread-widget-desktop .icon-backward_15 {
  cursor: pointer;
}
.instaread-widget-desktop .instaread-logo {
  width: 5rem !important;
}
.instaread-widget-desktop .pby-container {
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  bottom: 3%;
  right: 3.14%;
}
.instaread-widget-desktop .pby-container .pb-instaread-logo {
  height: 12px;
  opacity: 0.6;
  width: auto;
}

.instaread-widget-mobile .audio_control_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  position: absolute;
  left: 95px;
  bottom: 6px;
  position: absolute;
}
.instaread-widget-mobile .audio-contorls_c {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2em;
}
.instaread-widget-mobile .audio-display {
  margin-top: 18px;
}
.instaread-widget-mobile .speed-current-time {
  color: #000;
  font-size: 8px;
  margin-right: 0.8rem;
  margin-top: 4px;
}
.instaread-widget-mobile .flexible-seekbar {
  padding: 0.19rem 0;
}
.instaread-widget-mobile .flexible-seekbar::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.instaread-widget-mobile .flexible-seekbar::-moz-range-thumb {
  height: 13px;
  width: 13px;
}
.instaread-widget-mobile .audio-control-1 {
  height: 1rem;
  margin-right: auto;
  width: 95%;
}
.instaread-widget-mobile .audioplayer-middle-container-1 {
  padding-left: 0.65rem;
  padding-right: 0px;
  padding-bottom: 0rem;
  flex: 1;
}
.instaread-widget-mobile .play-icon-inner-container {
  margin-top: 0px;
  margin-left: 0px;
  height: 50px;
  display: block;
}
.instaread-widget-mobile .left-container {
  margin-left: 1rem;
}
.instaread-widget-mobile .circular-button {
  position: relative;
}
.instaread-widget-mobile .spinner {
  height: 50px;
}
.instaread-widget-mobile .icon-play {
  background: url("../images/icon-play.png") no-repeat;
  background-position: 53% 50%;
}
.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 .icon-hourglass {
  background: url("../images/icon-hourglass.png") no-repeat;
  background-position: center;
}
.instaread-widget-mobile .icon-spinner {
  background: url("../images/icon-spinner.png") no-repeat;
  background-position: center;
}
.instaread-widget-mobile .icon-farward_15 {
  cursor: pointer;
}
.instaread-widget-mobile .icon-backward_15 {
  cursor: pointer;
}
.instaread-widget-mobile .instaread-logo {
  width: 5rem !important;
}
.instaread-widget-mobile .pby-container {
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  bottom: 3%;
  right: 3.14%;
}
.instaread-widget-mobile .pby-container .pb-instaread-logo {
  height: 12px;
  opacity: 0.6;
  width: auto;
}

/*# sourceMappingURL=instaread_widget_playlist.css.map */
