.scribd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #d5d5d5;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  padding: 20px;
  border-radius: 6px;
}
.scribd *, .scribd ::after, .scribd ::before {
  box-sizing: border-box;
}
.scribd__form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0px !important;
}
.scribd__form_slide {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0px !important;
}
.scribd__form-div {
  background-color: #fff;
  padding: 5px 10px;
  border: 2px solid #d5d5d5;
  border-radius: 6px;
}
.scribd__group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.scribd__button {
  background-color: darkcyan;
  color: #fff;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 0.375rem;
  padding: 0.375rem 1.75rem;
  cursor: pointer;
}
.scribd__button:hover {
  background-color: darkcyan !important;
  color: #fff !important;
  box-shadow: none;
}
.scribd__button:focus {
  background-color: darkcyan !important;
  color: #fff !important;
  box-shadow: none;
}
.scribd__button:active {
  background-color: darkcyan !important;
  color: #fff !important;
  box-shadow: none;
}
.scribd__button:disabled {
  background-color: #008b8b94 !important;
  color: #fff !important;
  box-shadow: none;
  cursor: not-allowed;
}
.scribd__button--paste {
  background-color: #eee;
  color: #333;
  height: 35px;
  margin-right: 15px;
  padding: 0px 10px;
  align-self: center;
}
.scribd__button--paste:hover {
  background-color: #eee !important;
  color: #333 !important;
}
.scribd__button--paste:active {
  background-color: #eee !important;
  color: #333 !important;
}
.scribd__button--paste:focus {
  background-color: #eee !important;
  color: #333 !important;
}
.scribd__button--big {
  width: 100%;
  border: 2px solid #fff;
  margin-top: 10px;
  font-weight: bold;
}
.scribd__button--download-now {
  width: 100%;
  border: 2px solid #fff;
}
.scribd__button--download-now-mp3 {
  background-color: #333 !important;
  width: 100%;
  border: 2px solid #fff;
}
.scribd__button--download-another {
  border: 2px dotted #fff9fa;
}
.scribd__label {
  color: #333;
  font-weight: 600;
  margin-bottom: 2px;
}
.scribd__input {
  background-color: transparent !important;
  width: 100%;
  border: none !important;
  padding: 0;
  outline: none !important;
}
.scribd__input::-moz-placeholder {
  color: #b6b6b6;
  opacity: 1;
}
.scribd__input::placeholder {
  color: #b6b6b6;
  opacity: 1;
}
.scribd__input::-ms-input-placeholder {
  color: #b6b6b6;
}
.scribd__input:disabled {
  background-color: #eee;
  color: #b6b6b6;
  cursor: not-allowed;
}
.scribd__result {
  display: none;
  width: 100%;
  margin-top: 15px;
  border-radius: 6px;
}
.scribd__alert {
  display: none;
  color: black;
  margin: 10px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.scribd__alert--success {
  color: black;
}
.scribd__alert--error {
  color: black;
}
.scribd__profile {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  background-color: #d5d5d5;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  color: #fff;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
}
.scribd__profile img {
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 6px;
}
.scribd__profile__bio {
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
}
.scribd__media {
  background-color: #d5d5d5;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 6px;
}
.scribd__media div {
  display: grid;
  grid-template-columns: repeat(1, 15rem);
  grid-gap: 10px;
  justify-content: center;
  border-radius: 6px;
  margin-top: 15px;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .scribd__hide {
    display: none;
  }
  .scribd__button--paste {
    margin-right: 0;
  }
  .scribd__profile {
    flex-direction: column;
  }
  .scribd__profile__bio {
    text-align: center;
  }
  .scribd__profile__stats {
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .scribd__show {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */