/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container {
  padding: 60px 15px 0;
}

.footer {
  background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

body {
  padding-top: 100px;
  padding-bottom:350px;
  background: #a02d5f;
  /*
  background: rgb(160,45,95);
  background: linear-gradient(0deg, rgba(160,45,95,1) 0%, rgba(253,174,180,1) 100%);
  */
  color: #fff
}

.footer {
  background-color: #000 !important;
  opacity:0.9;
  height:80px !important;
}

.no-padding {
  margin-left: 0;
  margin-right: 0;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal-content {
  background-color: #333 !important;
}

.fixed-top {background:#a02d5f !important;}

#upload-button,#status {display:none;}

#podcast-container {
  margin: 30px auto 15px auto;
  width: 90%;
  max-width: 1000px;
}

#podcast-container table {
  width: 100%;
}

#podcast-container table tr td
{
  padding:10px 15px 10px 0;
}

#podcast-container table tr td.col_play {
  width: 5%;
}

#podcast-container table tr td.col_artist {
  width: 25%;
}

#podcast-container table tr td.col_title {
  width: 45%;
}

#podcast-container table tr td.col_like {
  width: 10%;
}

#podcast-container table tr td.col_time {
  width: 20%;
}

#podcast-container table tr td.col_action {
  width: 10%;
}

#podcast-container table tr td.col_edit {
  width: 15%;
}

#podcast-container table tr td.col_approve {
  width: 15%;
}

#podcast-container tr.active {
  background:#333 !important;
}

#podcast-container a {color:#fff;}

#podcast-container a.change_status.active {color:#a02d5f; }

h5.podcast-container {
  border-bottom:1px dashed #fff;padding-bottom:15px;margin-bottom:15px;text-align: center;font-weight: bold;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

#upload-podcast {
  margin: 30px auto 15px auto;
  width: 90%;
  max-width: 1000px;
}

#searchForm {margin-bottom:30px;}

footer {position:fixed;
width:100%;
  left:0;bottom:0;
  background:#000;
  z-index: 99;
}

#sidebar a {color:#fff;}

.plyr__controls .plyr__controls__item.plyr__progress__container {position:absolute !important;left:0 !important;top:-20px !important;width:100% !important;}
.plyr--audio .plyr__controls {background:#000 !important;}
.plyr__controls {justify-content:flex-start !important;}
.plyr__controls .plyr__controls__item:first-child {margin-right:0 !important;}

.fileuploader {background: #333;}

.btn-primary {background:#a02d5f;border-color:#fdaeb4;}
.btn-primary:hover {background:#fdaeb4;border-color:#fdaeb4;}

.fileuploader {background:#e5e5e5 !important;}
.fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button.button-success
{
  background: rgb(160,45,95);
  background: linear-gradient(0deg, rgba(160,45,95,1) 0%, rgba(253,174,180,1) 100%);
}

.page-item:first-child .page-link, .page-item:last-child .page-link, .page-link, .page-item.disabled .page-link {background:#a02d5f}
.page-item.active .page-link {background: #fdaeb4;border-color:#fff;color:#000}

.success-container {background: rgb(227,255,216);
  background: linear-gradient(0deg, rgba(227,255,216,1) 35%, rgba(169,255,157,1) 100%);color:#333 !important;font-weight:bold;max-width:1000px;border-radius:10px;padding:10px;margin:10px auto;}
  
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {padding-left:30px;}

table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc_disabled::before { left:1em; bottom:0 !important; }

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after { left:0.5em; bottom:0 !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before { background:#fdaeb4 !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before { background: #a02d5f !important; }

.btn-outline-secondary {color:#fff;border-color:#fff;}

.footer_title {position:absolute;bottom:10px;right:100px; z-index:100;}
.footer_like {display:none;position:absolute;bottom:10px;right:20px;width:30px;text-align:center;}
.footer_report {display:none;position:absolute;bottom:10px;right:50px;width:30px;text-align:center;}

@media screen and (max-width: 1023px) {
  table.table-striped tr td small {display:none}
}