body {
}

.AudioBookTile {
    text-decoration: none;
    color: black;
}
.AudioBooks {
    padding: 4%;
    column-count: 4 !important;
    height: 100%;
}
.authors {
    padding-top: 10px;
    height:100%;
}
.description {
    width:90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.authorLink > div {
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 3px;
    color: white;
}
.CoverImage {
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 25%;
    border: 2px solid black;
    border-radius: 20px;
}

.header {
    font-size: 2em;
    background-color: lightgrey;
    padding: 5px 10px;
}

.header > div.stat {
    width: 30%;
    display: inline-block;
    text-align: center;
}

.seriesDivider {
    margin-right: auto;
    text-align: center;
    margin-left: auto;
}

.button {
    color: black;
}
.button :hover {
    color: #0000cd;
}

/*CARDS*/

.c-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.c-card {
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 300px;
}

.c-card-header img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}


.c-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
}

.c-card-footer {
    background-color: lightgrey;
    padding: 5px;
}

.card-body p {
    font-size: 13px;
    margin: 0 0 40px;
}

.user {
    display: flex;
    margin-top: auto;
}

.user img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.user-info h5 {
    margin: 0;
}

.user-info small {
    color: #545d7a;
}

.suggestions{
    display:flex;
    flex-wrap:wrap;
}
.suggestion{
    margin-left:1vw;
    width:25%;
}
#categories > span.badge {
    margin: 5px;
    padding: 5px;
}
#categories{
    margin-left: 20px;
}
/*CARDS*/
#blazor-error-ui {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.75); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    text-align: center;
}


#blazor-error-ui p {
    font-size: 1.2em;
    width: 400px;
    padding: 25px;
    border-radius: 10px;
    color: white;
    background-color: #0000cd;
    border-color: white;
    border-width: 3px;
    border-style: solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
