html {
    font-size: 18px;
}

body {
    font-family: 'League Spartan', sans-serif;
    color: #111;
}

footer a {
    color: #eee;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}

.v20mgreen {
    background-color: #00bd79;
}

.vm-main-item, .vm-tile-item {
    border: none;
    border-radius: 0;
}

.vm-tile-item {
    border: 2px solid #aaa;
    border-radius: 5px;
}

.vm-tile-item img {
    width: 80px;
    height: 100px;
}

.vm-main-item-image {
    max-width: 175px;  border-radius: 5px;
    background-color: white;
    box-shadow: 0px 0px 10px 0px #333;

}

a {
    color: #333;
}
a:hover {
    text-decoration: none;
}
header {
    background-color: #00bd79;
}

header .dropdown-toggle::after {
    display: none;
}

footer {
    background-color: black;
    /*color: #00bd79;*/
    color: white;
    padding: 1rem 0;
}

@media (min-width: 992px) {
    footer {
        /*position: absolute;
        bottom: 0;
        width: 100%;*/
    }
}

.vm-burger-icon-mobile {
    position: absolute;
    right: 0;
    top: 0;
    left: calc(100% + -38px);
}

.vm-burger-menu {
    cursor: pointer;
}

.vm-logo-md, .vm-burger-icon-md {
    margin-top: 4px;
    margin-left: 9px;
}

/*spotify-apple buttons*/
.platform-button {
    padding: 12px;
    font-size: 16px;
    margin: 10px 0;

    display: flex; /* Make the button a flex container */
    align-items: center; /* Center-align flex items vertically */
    width: 260px;
    font-weight: bold;
    text-decoration: none;
    height: 52px;
    border-radius: 5px;
    color: #fff;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
}

.platform-button:hover {
    transform: scale(1.02);
    transition: transform 0.2s;
}

.platform-icon {
    vertical-align: middle;
    font-size: 1.2rem;
}

.spotify {
    background-color: #1DB954;
}

.apple {
    background-color: #000;
}

.platform-button.mp3 {
    background-color: #00bd79;
}

.platform-button.reddit {
    background-color: #ff4500;
    color: white;
}

.amazon {
    background-color: #ffd814;
    color: black;
    fill: black;
}

.vm-tile-item-image {
    max-width: 80px;
}

/*tiles*/
.tp-mattl {
    color: black;
    text-decoration: none;
    margin-top: 12px;
    border-radius: 5px;
}

.tp-mattl .card {
    border: 0;
    max-height: 304px;
    width: 150px;border-radius: 5px;background-color: white;box-shadow: 0px 0px 10px 0px #333;
}

.tp-mattl .card-body {
    padding: 0;
}

.tp-mattl .card-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px
}



.tp-mattl .card-body img {
    width: 150px;
    height: 200px;
    border-radius: 5px 5px 0 0;
}


.tp-ptile-footer1 {
    font-size: 1px;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: grey;
    border-top: 0;
    border-radius: 0;
    padding: 5px 5px 5px 3px;
}

.tp-ptile-footer2 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0 5px;
    border-bottom: 0;
    width: 100%;
    border-top: 0;
}

.tp-ptile-footer3 {
    font-size: 12px;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    border-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
}

.vm-flex-between-fix {
    display: grid;
    grid-template-columns: repeat(auto-fill, 181px);
    grid-gap: 0;
}
.vm-search-arrow {
    position: absolute;
    right: 74px;
    top: 1px;
    color: #999;
    width: 35px;
    height: 35px;
    cursor: pointer;
    text-align: center;
    line-height: 33px;
}
.vm-search-arrow.legacy {
    right: 40px;
}
.vm-mobile-header .vm-search-arrow {
    right: 19px;
    top: 14px;
}
.dropdown-menu
{
    max-height: 300px;
    overflow-y: scroll;
}

/* default cover */
.vm-default-cover .vm-default-cover-blank {
    position: relative;
    width: 148px;
    height: 225px;
    min-width: 175px;
    min-height: 250px;
    padding: 15px;
    text-align: center;
    background: #ddd;
    font-size: 1em;
    display: block;
    border-radius: 5px;
}
.vm-default-cover .vm-default-cover-blank .vm-dv-inner-border {
    border: 2px solid #fff;
    border-radius: 5px;
    width: 144px;
    height: 221px;
    margin: 0 auto;
}
.vm-default-cover .vm-default-cover-blank {
    text-align: center;
    font-size: 1em;
}
.vm-default-cover .vm-dc-book-title {
    height: 100px;
    margin-top: -50px;
    color: #333;
    overflow-wrap: break-word;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 108px;
    margin-left: -54px;
}
.cover-animation:hover {
    transform: perspective(465px) rotateX(0) rotateY(-10deg);
    transition-duration: .8s;
    opacity: .8;
}
.vm-dc-author {
    font-size: .8rem;
    font-style: italic;
}
.vm-tile .cover-animation:hover {
    transform: none;
    opacity: 1;
}
.vm-tile .vm-default-cover .vm-default-cover-blank {
    width: 150px;
    height: 200px;
    min-width: 150px;
    min-height: 200px;

}

.vm-tile .vm-default-cover .vm-default-cover-blank .vm-dv-inner-border {
    border: 2px solid #fff;
    border-radius: 5px;
    width: 120px;
    height: 171px;
    margin: 0 auto;
}


.vm-details-stars svg {
    margin-bottom: 6px;
}

.vm-desc-intro p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    /*.tp-mattl .card {
        max-height: 200px;
    }*/
    /*.tp-mattl .card,
    .tp-mattl .card img {
        width: 100px
    }
    .tp-mattl .card img {
        height: 100px
    }
    .tp-mattl {
        width: 124px
    }*/
}

.auth-card-link {
    font-size: 14px;
}

.mb-remember-wrap {
    padding-top: 5px;
}
.mb-small-label {
    font-size: 17px;
}
.mb-auth-dropdown-desktop {
    width: 310px;
    max-height: 500px;
}

.mb-auth-user-icon {
    height: 19px;
    margin-top: 7px;
}
.mb-dd-title {
    font-weight: bold;
}
button.link-danger {
    background-color: transparent;
    border: none;
}
#mb-staricon {
    width: 42px;
    z-index: 1;
    top: 5px;
    left: 18px;
    cursor: pointer;
}
.platform-button.favourites {
    background-color: #a8a6a6;
}
.platform-button.favourites.saved {
    background-color: #ddd;
}
#mb-favourite-spinner .spinner-border {
    width: 22px;
    height: 22px;
}


.mb-text-3r {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.mb-text-2r {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}