:root {
    --plyr-audio-controls-background: rgb(3, 1, 37);
    --plyr-audio-control-color: #00b3ff;
}

@font-face {
    font-family: 'NovaOval';
    src: url('../fonts/NovaOval-Regular.ttf') format('truetype');
}


main>.container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.main-menu-item {
    color: white;
    display: block;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.main-menu-item:hover,
.main-menu-item:focus,
.main-menu-item.active {
    color: #0d6efd;
    background-color: white !important;
}

.bg-dark-site {
    background-color: rgb(3, 1, 37) !important;
}

.bg-light-site {
    background-color: #3906b0 !important;
}

.text-site {
    color: rgb(3, 1, 37) !important;
}

.c-pointer {
    cursor: pointer;
}

.carousel-img {
    height: 50vh !important;
    object-fit: cover;
}

.promo-title {
    left: 0 !important;
    right: 0 !important;

}

.song-card,
.news-item-card {
    text-decoration: none;
    cursor: pointer;
    font-family: NovaOval, 'Courier New', Courier, monospace;
}

.song-card .song-title {
    top: 70%;
    bottom: 0;
    transition: all .5s ease-in-out;
    background-color: rgb(3, 1, 37) !important;

}

.song-title p {
    text-align: center !important;
}

.song-card:hover .song-title {
    transition: all .3s ease-in-out;
    top: 10%;
    background-color: #3906b0 !important;
}

.song-card:hover .truncate-2-lines {
    box-lines: 4;
    -webkit-line-clamp: 4;

}

.song-card img {
    object-fit: cover;
    height: 300px;
    width: 100%;
}

.news-item-card img {
    object-fit: cover;
    height: 250px;
    width: 100%;
}

.song-card .view-num-overlay {
    top: -5px;
    left: -5px;
}

.news-item-card .overlay-title {
    bottom: -50px;
}

.news-item-card {
    margin-bottom: 4rem !important;
}

.category-overlay {
    top: -5px;
    right: -5px;
    background-color: #3906b0 !important;
    max-width: 50%;
    color: white !important;
}

.views-overlay {
    top: -5px;
    left: -5px;
    background-color: #3906b0 !important;
    max-width: 50%;
}

.opacity-95 {
    opacity: .95
}

.opacity-85 {
    opacity: .85
}

.opacity-80 {
    opacity: .80
}

.truncate-1-line {
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    box-lines: 1;
}

.truncate-2-lines {
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    box-lines: 2;
}

.truncate-3-lines {
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    box-lines: 3;
}

.growl-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #212529;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.growl-close:hover {
    color: #212529;
    text-decoration: none;
}

.growl-close:focus {
    outline: none;
    box-shadow: none;
}

.max-img-cover {
    object-fit: cover;
    width: 100%;
}

.plyr--audio {
    border-radius: 8px;
    box-shadow: 0.2rem -0.5rem .25rem rgba(51, 71, 247, 0.275)
}

.cover-img {
    width: 120px;
    height: 100px;
}

.song-card-sm .category-tag {
    background-color: #3906b0 !important;
    max-width: 50%;
    color: white !important;
}

.song-card-sm:hover {
    z-index: 999;
    border: 1px solid #3347f746;
    border-radius: 6px;
    transition: transform .5s ease;
    transform: scale(1.1);
    cursor: pointer;
    box-shadow: 0.2rem 0.5rem .25rem #3347f746
}

.pt-70px {
    padding-top: 70px;
}

.site-music {
    font-family: NovaOval, 'Courier New', Courier, monospace;
}

.img-fit-cover {
    object-fit: cover;
}

.cv-disqus {
    top: -59px;
}

@media only screen and (max-width: 800px) {
    .cv-disqus {
        height: 92px;
        top: -100px;
    }
}


/* pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination a,
.pagination span {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.pagination a:hover {
    background-color: #e9ecef;
}

.pagination .active a {
    background-color: #007bff;
    color: #fff;
}

.pagination .disabled span {
    opacity: 0.6;
    pointer-events: none;
}

.pagination .previous,
.pagination .next {
    font-weight: bold;
}

/* ajax loader */
#ajax-loader-container {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #3215da56;
}

#ajax-loader.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
}

#ajax-loader.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 7px solid #f3f3f3;
    border-top: 7px solid #3498db;
    border-bottom: 7px solid #7434db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}