body {
  background-color: #242527;
  color: white;
}
a {
  text-decoration: none !important;
  color: white;
}
#logo_apps{
  width: 98%;
  border-radius: 5px;
}
#episode_title{
  color: white;
}
#usuario_foto{
  height: 55px;
  width: 55px;
  border-radius: 5px;
  border: 1px solid white;
  padding: 1px;
  background-color: #ffffff;
}
#video_proveedor{
  width: 100%;
  text-align: center;
  font-size: 13px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 5px;
  border: none;

  padding: 0px 10px 0px 10px;

  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#btn_reset{
  width: 100%;
  font-size: 13px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 5px;
  border: none;
}
#video_proveedor_error_1, #video_proveedor_error_2{
  display: none;
}
#div_centro,
.div_centro {
  background-color: #787878;
  border: solid 1px #787878;
  border-radius: 5px;
}
.div_centro_2 {
  background-color: #787878;
  border: solid 1px #787878;
  border-radius: 5px;
}
video {
  width: 70%;
  background-color: black;
}
.video-full {
  width: 100%;
  background-color: black;
}
#dmca_alert {
  font-size: 0.85em;
}
#create_code {
  font-size: 0.65em;
}
#key_app {
  background: transparent !important;
  color: white;
  font-weight: bold;
}
#url_links {
  text-decoration: none !important;
  color: white !important;
  font-weight: bold;
  font-size: 0.85em !important;
}
#help, .help {
  font-size: 14px !important;
}
select {
  padding: 10px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white !important;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}