/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}

/* Shrinking the sidebar from 250px to 80px and center aligining its content*/
#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

/* Toggling the sidebar header content, hide the big heading [h3] and showing the small heading [strong] and vice versa*/
#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

/* Same dropdown links padding*/
#sidebar.active ul ul a {
    padding: 10px !important;
}

/* Changing the arrow position to bottom center position, 
   translateX(50%) works with right: 50% 
   to accurately  center the arrow */
#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 0px 0;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #7386D5;
    background: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
    border: 2px solid;
    border-color: #6d7fcc;
}

a.article-active,
a.article-active:hover {
    background: #6d7fcc !important;
    color: #fff !important;
    border: 2px solid;
    border-color: black;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

#search {
	display: inline;
	justify-content: center;
	align-content: center;
	justify-items: stretch;
	align-items: stretch;
	background: hsl(0, 0%, 99%);
	padding-right: 20px;
	border: 1px;
	border-radius: 0px;
	font: 14px/1 system-ui, sans-serif;
	outline-offset: -8px;
}

.pagination {
  display: flex;
  font: 14px/1 system-ui, sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
}

.table-container{
    overflow-x:auto;
    padding-left: 5px;
}

.table-striped{
    font: 14px/1 system-ui, sans-serif;
    font-weight: bold;
    white-space:nowrap;
}
.table-striped th{
    font: 14px/1 system-ui, sans-serif;
    font-weight: bold;
    white-space:nowrap;
}


.table-striped [id=table-image] { 
    display: none;
}

.table-card thead, tfoot {
    display: none;
}
.table-card table {
    background: none !important;
    border: none !important;
  }
.table-card tr {
    display: inline-block;
    border: 1px solid grey;
    padding: 10px;
    width:160px;
    overflow: hidden;
    font-size: 14px;
    border: none;
  }

  .table-card  td {
    display: block;
    padding: 0px;
    border: none;
    text-overflow: ellipsis; 
    overflow: hidden; 
    white-space: nowrap;
  }

  .table-card [id=table-spotify-link] { 
    display: none;
   }
.table-card [id=table-type] { 
    text-align: center;
}
.table-card [id=table-href] { 
     text-align: center;
}
.pagination a {
  color: black;
  float: right;
  padding: 7px;
  text-decoration: none;
  overflow-x:auto;
}
.pagination  li {
    display: inline-block;
}
.pagination  ul {
    white-space: nowrap;
}

.title{
    padding-left:20px;
}

.logo{
    border-radius: 1000px;
    border: 2px solid;
    border-color: black;
    cursor: pointer;
}


.text-limit{
	display: inline-block;
    border: 0px;
    padding-left:10px;
    padding-right:10px;
}

.search-submit{
	display: inline-block;
}

.text-search{
    margin-left: 8px;
    width: 200px;
    border: none;
    border-bottom: solid 1px black;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    color: black;
    transition: border 0.3s ease-out;
    padding-block: 1px;
    padding-inline: 2px;
    margin-top:10px;
	font: 16px/1 system-ui, sans-serif;
    font-weight: bold;
}

.fa-bars{
    margin-top:10px;
}
.fa-search{
    margin-top:10px;
}
.fa-refresh{
    margin-top:10px;
}
.fa-custom-link{
    cursor:pointer;
}

.footer {
    padding: 5px;
}

.normal-href:hover {
    text-decoration: underline;
  }

 .InfoDetails {
     display: flex;
     padding: 15px;
     color:black;
 }

 .HeartRating-rating {
    margin-right: 15px;
 }

 .InfoDescription {
     display: flex;
     padding: 10px;
     color:black;
 }

.InfoDetails-poster {
    flex-shrink: 0;
    margin-right: 35px;
    width: 110px;
    height: 110px;
    border: 1px inset;
    border-color: #6d7fcc;
}

.InfoDetails-poster-overview {
    flex-shrink: 0;
    width:140px;
    height: 140px;
    border: none;
    cursor: pointer;
}

.InfoDetails-info {
    display: inline;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden;
}

.InfoDetails-titleRow {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex: 0 0 auto;
}

.InfoDetails-titleContainer {
    display: flex;
    margin-top: 0px;
    margin-bottom: 25px;
}

.InfoDetails-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 30px;
}

.InfoDetails-details {
    display: inline-block;
}

.sorting{
    margin-left: 10px;
}
.fa-margin-right{
    margin-right:4px;
}

.PageToolbarSection-sectionContainer {
    display: flex;
    flex: 1 1 auto;
    overflow: hidden;
}

.PageToolbar-toolbar {
    display: flex;
    justify-content: space-between;
    flex: 0 0 auto;
    padding: 0 20px;
    height: 60px;
    background-color: white;
    line-height: 10px;
}

.PageToolbarSection-sectionContainer {
    display: flex;
    flex: 1 1 auto;
    overflow: hidden;
}

.PageToolbarSection-left {
    justify-content: flex-start;
}
.PageToolbarSection-section {
    display: flex;
    align-items: stretch;
    flex-grow: 1;
}

.PageToolbarButton-toolbarButton {
    padding-top: 4px;
    width: 60px;
    text-align: center;
}
.Link-link-RInnp {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    background: none;
    color: inherit;
    text-align: inherit;
    text-decoration: none;
    cursor: pointer;
}

.PageToolbarSeparator-separator {
    margin: 10px 20px;
    height: 40px;
    border-right: 1px solid black;
    opacity: 0.35;
}

.PageToolbarButton-labelContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
}

.PageToolbarButton-label {
    padding: 0 3px;
    color: black;
    font-size: 14px;
    line-height: 11px;
}

.svg-fa {
    overflow: visible;
    box-sizing: content-box;
    margin-top:6px;
    margin-left:19px;
    font-size:22px;
}

.svg-fa-spin {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

.svg-fa-spin-task {
    overflow: visible;
    box-sizing: content-box;
    margin-right:5px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
.svg-fa-spin-task {
    overflow: visible;
    box-sizing: content-box;
    margin-right:5px;
}
.svg-fa-spin-loading {
    overflow: visible;
    box-sizing: content-box;
    margin-top:0px;
    margin-left:0px;
    font-size:30px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

.toolbar-root{
    box-sizing: border-box;
}

.display{
    display: inline;
}

.nodisplay{
    display: none;
}

.PageToolbarSection-right {
    justify-content: flex-end;
}

.progress-bar__wrapper {
  position: relative;
}
.progress-bar__value {
  color: white;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
progress {
    width: 100%;
    height: 20px;
    border-radius: 10em;
    background-color: #eee;
    transition: width 300ms ease;
}
  
progress[value] {
    --w: 100%; /* the width*/
    --background: #454545; /* the background color */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: var(--w);
    border-radius: 10em;
    background: var(--background);
}
progress[value]::-webkit-progress-bar {
    border-radius: 10em;
    background: var(--background);
}
progress[value]::-webkit-progress-value {
    border-radius: 10em;
    background: var(--color);
 }
 progress[value]::-moz-progress-bar {
    border-radius: 10em;
    background: var(--background);
}
  
.MenuContent-menuContent {
    z-index: 2000;
    display: flex;
    flex-direction: column;
    background-color: #6d7fcc;
    line-height: 20px;
    position: absolute;
    max-height: 352px;
    width: 231px;
    will-change: transform;
    top: 108px;
    right: 1%;
    color: white;
    
    border: 1px solid;
    border-color: black;
}
  
.MenuContent-menuContent-Log {
    z-index: 2000;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    line-height: 20px;
    position: absolute;
    max-height: 352px;
    will-change: transform;
    top: 5%;
    right: 1px;
    color: white;
    
    border: none;
}
  
.MenuContent-menuContent-rescan {
    z-index: 2000;
    display: flex;
    flex-direction: column;
    background-color: #6d7fcc;
    line-height: 20px;
    position: absolute;
    max-height: 352px;
    width: 300px;
    will-change: transform;
    top: 108px;
    left: 5%;
    color: white;
    
    border: 1px solid;
    border-color: black;
}

.span-rescan{
    padding: 10px;
}

.filterType{
    width:100%;
}

.Scroller-vertical.Scroller-autoScroll {
    overflow-y: auto;
}

.MenuContent-scroller {
    display: flex;
    flex-direction: column;
}
.MenuContent-scroller-buttons {
    display: inline;
    padding: 20px;
}

.MenuItem-menuItem {
    overflow: hidden !important;
    max-width: 100%;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    display: block;
    flex-shrink: 0;
    padding: 10px 20px;
    min-width: 150px;
    max-width: 250px;
    background-color: #6d7fcc;
    color: white;
    line-height: 20px;
}
.Link-link {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    background: none;
    color: inherit;
    text-align: inherit;
    text-decoration: none;
    cursor: pointer;
}

.SelectedMenuItem-item {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    padding: 10px;
}


.button-alert-confirm {
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #04AA6D;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
  }
  
  .button-alert-confirm:hover {background-color: #3e8e41}
  
  .button-alert-confirm:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
  }

  .button-alert-close {
      display: inline-block;
      padding: 10px 15px;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      color: #fff;
      background-color: #ff0000;
      border: none;
      border-radius: 15px;
      box-shadow: 0 9px #999;
    }
    
    .button-alert-close:hover {background-color: #3e8e41}
    
    .button-alert-close:active {
      background-color: #ff0000;
      box-shadow: 0 5px #666;
      transform: translateY(4px);
    }

    .output-log-div{
        width: 100%;
        overflow-y: auto;
        display: block;
    }
    .output-log-pre{
        padding: 0px;
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        font-size: 14px;
    }

    .custom-alert {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #f1f1f1;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        display: none;
        max-width: 300px;
    }

    .custom-alert-title {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .close-button {
        background-color: #f44336;
        color: white;
        border: none;
        border-radius: 5px;
        padding: 5px 10px;
        cursor: pointer;
    }

    .show-alert-button {
        padding: 10px 20px;
        background-color: #4CAF50;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }