.material-icons {
  font-size: 40px;
}

.row .form-check {
  margin-left: 30px;
}

#music-upload {
  opacity: 0;
  position: fixed;
  z-index: -1;
}

.card-dashboard {
  min-height: 250px;
}

.form-control-modal {
  margin-top: 20px;
}

/* MULTIBLE DROPDOWN IN #LOCATION #MANAGE TRACKS  */

.dropdown-select > button {
  font-size: 0.75rem;
}

.dropdown-item.active {
  background-color: #01bcd5;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
  background-color: #fff;
  color: #000;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  background-color: #fff;
  color: #000;
}

/* MODAL BUTTONS */

.modal-button {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0px !important;
  margin-right: 10px !important;
  width: 30px !important;
  height: 30px !important;
}

/* LOCATION EDIT CARDS */

.locationCardEdit {
  min-height: 280px;
}

.mediaCardEdit {
  min-height: 480px;
}

.mediaPlaylistEdit {
  min-height: 300px;
}

.statCardEdit {
  min-height: 275px;
}

/* Pagination Classes */

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #fff !important;
  background-color: #fff !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #585858),
    color-stop(0%, #fff)
  ) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #fff 0%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #fff 0%, #fff 0%) !important;
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #fff 0%, #fff 0%) !important;
  /* IE10+ */
  background: -o-linear-gradient(top, #fff 0%, #fff 0%) !important;
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #fff 0%, #fff 0%) !important;
  /* W3C */
}

.pagination > .page-item > .page-link,
.pagination > .page-item > span {
  border: 0;
  border-radius: 30px !important;
  transition: all 0.3s;
  padding: 0px 11px;
  margin: 0 3px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #aaaaaa;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
  text-align: center;
}

.material-datatables
  .dataTables_paginate
  .pagination
  .paginate_button
  .page-link {
  background-color: transparent;
  padding: 0px 5px;
  margin: 0;
  color: #aaaaaa;
}

.pagination > .page-item.active > a,
.pagination > .page-item.active > a:focus,
.pagination > .page-item.active > a:hover,
.pagination > .page-item.active > span,
.pagination > .page-item.active > span:focus,
.pagination > .page-item.active > span:hover {
  background-color: #fff;
  border-color: #fff;
  color: #aaaaaa;
  box-shadow: none;
}

.dataTables_info {
  color: #aaaaaa !important;
}

/* ClientPlayer */

.modal-button-volume {
  background-color: #f4623a !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0px !important;
  margin-right: 10px !important;
  width: 40px !important;
  height: 40px !important;
  margin-left: 2rem;
  margin-right: 2rem;
  border-radius: 50%;
}

hr.divider {
  max-width: 8.25rem;
  border-width: 0.2rem;
  border-color: #f4623a;
}

hr.clientDivider {
  max-width: 8.25rem;
  border-width: 0.2rem;
  border-color: #172b4d;
}

.songNavigate {
  min-height: 8rem;
  min-width: 8rem;
  color: #f4623a;
  background-color: transparent !important;
  border: 3px;
  border-color: #f4623a;
  border-style: solid;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .songNavigate {
    padding: 0px;
    min-height: 50px;
    min-width: 50px;
  }
  .colSongLeft {
    text-align: right !important;
  }
  .colSongRight {
    text-align: left !important;
  }
}

.songNavigate:hover {
  background-color: transparent !important;
  color: #f4623a;
}
.songNavigate:focus-within {
  background-color: transparent !important;
  color: #f4623a;
}
.songNavigate:focus {
  background-color: transparent !important;
  color: #f4623a;
}
.songNavigate:visited {
  background-color: transparent !important;
  color: #f4623a;
}
.songNavigate:active {
  background-color: transparent !important;
  color: #f4623a;
}

#seek-bar {
  width: 40rem;
  height: 5px;
  background-color: rgb(179, 179, 179);
  display: flex;
  border-radius: 50px;
  margin-left: 25px;
  cursor: pointer;
}

@media (max-width: 768px) {
  #seek-bar {
    width: 20rem;
  }
}

#fill {
  height: 5px;
  background-color: #f4623a;
  border-radius: 20px;
}
#handle {
  width: 8px;
  height: 8px;
  background-color: rgb(84, 84, 84);
  border-radius: 50%;
  margin-top: -1px;
  margin-left: -5px;
  transform: scale(2);
}

.clientPlayerBackground {
  height: 90vh;
  width: 95vw;
  display: flex !important;
  justify-content: center !important;
  /* align-items: center !important; */
}

/* AUDIO STYLING */

td.audioContainer {
  max-width: 175px !important;
}

audio {
  max-width: 200px;
  height: 30px;
}

audio::-webkit-media-controls-enclosure {
  flex-shrink: 0;
  bottom: 0;
  text-indent: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: transparent;
}

audio::-webkit-media-controls-current-time-display {
  display: none;
}

audio::-webkit-media-controls-time-remaining-display {
  display: none;
}

audio::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}

audio::-webkit-media-controls-volume-slider-container {
  display: none;
}

audio::-webkit-media-controls-volume-slider-container:hover {
  display: none;
}

audio::-webkit-media-controls-volume-slider {
  display: none;
}

audio::-webkit-media-controls-mute-button {
  display: none;
}
audio::-webkit-media-controls-mute-button {
  display: none;
}

@media (max-width: 600px) {
  .displayHide {
    display: none;
  }
}

#form-width-location {
  max-width: 40px;
  text-align: center;
}

/* Signature PAD: */

.signature-component {
  text-align: left;
  display: inline-block;
  max-width: 100%;
}

canvas {
  display: block;
  position: relative;
  border: 1px solid;
}

.circleRound {
  height: 500px;
  width: 500px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  z-index: -1;
}

@font-face {
  font-family: "League Spartan";
  src: url("leaguespartan-bold.eot");
  src: url("leaguespartan-bold.eot?#iefix") format("embedded-opentype"),
    url("leaguespartan-bold.woff2") format("woff2"),
    url("leaguespartan-bold.woff") format("woff"),
    url("leaguespartan-bold.ttf") format("truetype"),
    url("leaguespartan-bold.svg#league_spartanbold") format("svg");
  font-weight: bold;
  font-style: normal;
}

.fontSparta {
  font-family: "League Spartan";
}

.fontMont {
  font-family: "Montserrat";
  font-weight: 500;
}

/* Contract */

.contractHead {
  margin-top: -20px !important;
}

.contractText {
margin-top: -15px !important;
}


.noBorderTable {
  border-top: 0px !important;
}

.Offline {
  background-color: rgba(216, 91, 91, 0.295);
}

.icon-bg {
  color: #172b4d !important;
}

