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

.widget-container {
  align-items: center;
  border-radius: 4px;
  display: flex;
  width: auto;
}

.playlist-container {
  width: auto;
}

.audio-player-container {
  align-items: center;
  border-radius: 4px;
  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;
}

.menu-bar {
  display: flex;
  margin-bottom: 1px;
}

.menu-bar-button:hover {
  cursor: pointer;
}

.menu-bar-button {
  background: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 0;
  padding: .5rem;
}

.item-selected {
  background: white;
  color: #606572 !important;
}

.menu-bar-spacer {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0 4px 0 0;
  flex: 1 1 auto;
  margin-top: 0;
}

.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: .6rem;
  padding-left: 1rem;
  width: auto;
}

.large-container {
  padding: .6rem .5rem;
  width: auto;
}

.small-container {
  float: left;
  padding: .6rem .5rem;
  width: 3rem;
}

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

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

.share-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 3.8rem;
}

.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: .2rem;
  width: 24px;
}

.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: .31rem 0;
  width: 10px;
}

.flexible-seekbar::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 18px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
  height: 18px;
  width: 18px;
}

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

.flexible-seekbar::-moz-range-thumb {
  -moz-appearance: none;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
  height: 18px;
  width: 18px;
}

.flexible-seekbar::-webkit-slider-thumb:hover {
  background-color: #ffffff;
  background-image: unset;
}

.flexible-seekbar::-moz-range-thumb:hover {
  background-color: #ffffff;
  background-image: unset;
}

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

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

#playIcon {
  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-description-text {
  color: #8f95a3;
  font-size: .6rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: .8;
  margin-top: .3rem;
  text-align: left;
}

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

.current {
  color: #2d3138;
}

.options-right {
  margin: 0;
  padding-right: .4rem;
}

.small-image {
  width: 1rem;
}

.logo-image {
  width: 4rem;
}

.audio-control {
  display: table;
  height: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: .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 8px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  height: 45px;
  position: absolute;
  width: 45px;
}

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

.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;
  background-image: none;
  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;
  background-image: none;
}
.button-container:hover .circular-button, .button-container-selected .circular-button {
  background-color: #ffffff;
  background-image: none;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

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

.spinner {
  margin: .72rem .24rem;
  width: 25px;
  height: 25px;
  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;
}

.instaread-logo {
  width: 4rem;
}

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