.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1000;
}
.loading {
    font-size: 20px;
    text-align: center;
    color: #FFF;
    position: absolute;
    top: calc(50% - 100px);
    left: 0;
    width: 100%;
}
.card .card-body.dark {
    background-color: #4a4a4a;
}

.line {
    border-top: 1px solid #d3d3d3;
    min-height: 1px;
    padding-bottom: 0.5rem;
    margin: 8px 8px 0 8px;
}
.album-cover {
    width: 85px;
    height: 85px;
    border: 2px solid white;
    border-radius: 4px;
}
.shenoto-logo {
    text-align: left;
}
.ellipsis {
    max-width: 94%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    height: 100%;
}
.time-icon {
    left: 3px;
    top: 12px;
}

.convas-size {
    width: 470px;
}
.time-container {
    max-width: 75px;
    width: 75px;
}
.time-container.slim {
    max-width: 45px;
    width: 45px;
}
.link {
    cursor: pointer;
    text-decoration: none;
}
.link:hover {
    color: #EC3C38;
    transition: .25s;
}
.hidden {
    display: none!important;
}
.place-holder-cover {
    background-image: url("/backend-embeds/list-block.gif");
}
.card .card-body.play-list-container {
    width: 600px;
    max-width: 600px;
}
.card .card-body.play-list-container.slim {
    width: 100%;
    max-width: 100%;
}
.slim .max-height-card {
    max-height: 40px;
}
.slim .max-height {
    max-height: 100%;
}
.media-card {
    text-align: right;
    max-height: 240px;
    overflow-y: auto;
    border-radius: 0 0 8px 8px;
}
.media-card .media-row {
    line-height: 44px;
    background-color: #4a4a4a;
}
.media-card .media-row h3 {
    display: inline-block;
    width: 510px;
    height: 100%;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.media-card::-webkit-scrollbar {
    width: 10px;
}
.media-card::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #5d5d5d;
    border-radius: 20px;
}
.media-card::-webkit-scrollbar-thumb {
    background: #cecece;
    border-radius: 20px;
}
.media-card::-webkit-scrollbar-thumb:hover {
    background: #afafaf;
}
div[class^="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}
.media-card .media-row:nth-child(even) {
    background-color: #4a4a4a;
}
.media-card .media-row:nth-child(odd) {
    background-color: #535353;
}
.sh-player-tools {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    direction: ltr;
}
.sh-player-tools.slim {
    justify-content: center;
}
input[type=range].volume-scroll {
    -webkit-appearance: none;
    background-color: #EC3C38;
}
input[type=range].volume-scroll:focus {
    outline: none;
}
input[type=range]::-webkit-slider-thumb {
    border-radius: 50%;
    -webkit-appearance: none;
    width:15px;
    height: 15px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    position: relative;
    top: -5px;
}
input[type=range]::-moz-range-thumb {
    border-radius: 50%;
    -webkit-appearance: none;
    width:15px;
    height: 15px;
    background-color: #ffffff;
    border: 1px solid #000000;
    color: white;
    position: relative;
    top: -5px;
}
input[type=range]::-webkit-slider-runnable-track {
    height: 5px;
}
.bg-red {
    background-color: #EC3C38;
}
.count-place {
    min-width: 15px;
    margin-left: 8px;
    text-align: center;
}
.page-center {
    display: flex;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    color: whitesmoke;
}
.btn-blocker-wrapper {
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    cursor: not-allowed;
}
.btn-blocker-wrapper .button-image{
    max-width: 45px;
    position: relative;
    display: inline-block;
}

@media all and (min-width: 600px) {
    .hide-in-mobile-size {
        display: inherit;
    }
    .show-in-mobile-size {
        display: none;
    }
}
@media all and (max-width: 599px) {
    .hide-in-mobile-size {
        display: none;
    }
    .show-in-mobile-size {
        display: inherit;
    }
    .card .card-body {
        width: 350px;
    }
    .media-card .media-row h3 {
        width: 250px;
        height: 100%;
    }
    .convas-size {
        width: 225px;
    }
    .mobile-time {
        width: 100%;
        text-align: center;
        line-height: 35px;
    }
    .cover-height {
        height: 101px;
    }
    .no-details.cover-height {
        height: 85px;
    }
    .time-container {
        max-width: 60px;
        width: 60px;
        font-size: 12px;
    }
    .album-cover {
        width: 85px;
        height: 85px;
    }
    .card .card-body.play-list-container {
        width: 350px;
        max-width: 350px;
    }
}
