.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(125, 125, 125);
  opacity: 1; /* Firefox */
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}


body {
  background-color: rgb(15, 15, 20);
  color: #ffffff;
  /* Smoothly transition the background color changing */
  /* transition: background-color .5s; */
}

hr.my-hr {
  border-top: 0.5px solid rgb(200, 200, 200);
}

.track-art {
  /* margin: 10px; */
  height: 400PX;
  width: 400PX;
  background-image: url("images/series/reach_media.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Undo Button default features */
button {
  all: unset;
}

/* Modify the appearance of the slider */
.seek_slider{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 5px;
  background: #ffffff75;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

/* Modify the appearance of the slider thumb */
.seek_slider::-webkit-slider-thumb, .volume_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 29px;
  height: 29px;
  background: #c8c8c8;
  cursor: pointer;
  border-radius: 50%;
}

.seek_slider:hover {
  opacity: 1.0;
}

.seek_slider {
  width: 100%;
}

i.fa-play-circle, i.fa-pause-circle, i.fa-step-forward, i.fa-step-backward {
  cursor: pointer;
}

/* The Modal (background) */
.menus {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: scroll; /* Enable scroll if needed */
  cursor: pointer;
  background-color: rgba(25, 25, 30, 0.75);
}

.border-t {
  border-top: 1px solid rgb(50, 50, 55);
  padding: 0;
}

.border-b {
  border-bottom: 1px solid rgb(50, 50, 55);
  padding: 0;
}

.modal-box {
  background-color: rgb(30, 30, 35);
  border: 1px solid #323237;
  border-radius: 10px 10px 0 0;  
}

.listview-bg-color {
  background-color: #19191e;
}

/* Playlist */
.plist-select-bg {
  background-color: rgb(35, 35, 40);
  color:#00d7f5;
  font-size: 1.1rem;
  font-weight: 500;
}

.plist-title-text {
  font-size: 1.1rem;
  font-weight: 500;
}

.sub-text {
  color:rgb(150, 150, 155);
  font-size: 1rem;
  font-weight: 400;
}

.my-links {
  text-decoration: underline;
  cursor: pointer;
  color: white;
}

