﻿.movie-card {
    height: 325px;
    width: 250px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-footer {
    position: absolute;
    border: 1px solid black;
    background-color: rgba(0,0,0,0.7);
    color: aliceblue;
    position: absolute;
    bottom: -100px;
    width: 100%;
    text-align: center;
    left: 0;
    height: 100px;
}

.img-responsive {
    width: 100%
}

.movie-card:hover > .card-footer {
    bottom: 0px !important;
    transition: bottom 0.3s;
}

.filled {
    color: #fd0 !important;
}

.star {
    padding: 1px;
    color: #ddd;
    font-size: 16px;
    text-shadow: .05em .05em #aaa;
    list-style-type: none;
    display: inline-block;
    cursor: default !important;
}

.logout-area {
    width: 250px;
    color: #0072c6 !important
}

#dlg-Title {
    color: black
}

.card-dialog {
    color: black;
    max-width: 400px;
}

.card-info-data {
    border-top: 1px solid #0072C6;
    border-bottom: 1px solid #0072C6;
    margin-bottom: 5px;
    padding: 5px 0;
    margin-top: 2px;
}

.Poster {
    position: relative;
    height: 450px;
    width: 300px;
    background-color: transparent;
    overflow: hidden;
    margin-right: 25px;
    margin-bottom: 15px;
    cursor: pointer;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.Caption {
    position: absolute;
    border: 1px solid black;
    background-color: rgba(0,0,0,0.7);
    color: aliceblue;
    position: absolute;
    bottom: -102px;
    text-align: center;
    left: 0;
    width: 300px;
    height: 100px;
}

.Caption-content {
    font-weight: bold;
    font-size: 12px;
}

.Poster:hover > .Caption {
    bottom: -30px !important;
    transition: bottom 0.3s;
}

h1 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.approved {
    margin-top: 10px;
}

.synopsis {
    margin-top: 10px;
    width: 375px;
    font-size: 14px;
    margin-bottom: 10px;
}

.card-info-actors-genres {
    border-top: 1px solid #0072C6;
    border-bottom: 1px solid #0072C6;
    margin-bottom: 5px;
    padding: 5px 0;
    width: 600px;
    margin-top: 2px;
}

.card-rating {
    margin-right: 1px;
    margin-top: 11px;
    font-size: 26px;
    border: solid 1px #0072C6;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.card-info {
    margin-left: 25px;
    margin-top: 10px;
    width: 400px;
}

.search-box {
    position: fixed;
    top: 10px;
    left: 50%;
    width: 125px;
}
.star-rating {
    font-size: 24px;
}

    .star-rating .fas {
        color: #FFD700; /* Set the color of filled stars */
    }

    .star-rating .far {
        color: #ddd; /* Set the color of empty stars */
    }

@media only screen and (max-width: 500px) {
    .row {
        margin-left:30px;
    }
    .movie-card {
        height: 175px;
        width: 150px;
        margin-right: 20px;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: .25rem;
    }
    .search-box {
        position: fixed;
        top: 10px;
        left: 225px;
        width: 125px;
    }
    .movie-list{
        margin-top:5px;
    }
}
