.homegame {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    background: rgb(255, 255, 255, 0.8);
    background-size: cover;
    background-position: center;
    color: #fff;
    cursor: pointer;
}

/*.image1 {
    background: #101111;
}
.image2 {
    background-image: url('assets/images/home2.png');
}
.image3 {
    background-image: url('assets/images/home3.png');
}
.image4 {
    background-image: url('assets/images/home4.png');
}
.image5 {
    background-image: url('assets/images/home5.png');
}
.image6 {
    background-image: url('assets/images/home6.png');
}*/

.total-quantity {
    color: #101111;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 600;
}

.quantity {
    display: flex;
    align-items: center;
}

.gamedetails {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 8em;
    padding-left: 1em;
}  

.homedetails {
    font-size: 14px;
}

.homescore {
    margin-bottom: 10px;
    font-weight: 600;
    margin-right: -0em;
}

.homecount {
    margin-bottom: 10px;
    font-size: 15px;
}


.dialog-box {
            margin: 10px;
            max-width: 450px;
            position: fixed;
            bottom: 80px;
            width: 100%;
            height: 80%;
            background: #478edb;
            display: none;
            border-radius: 30px 30px 0px 0px;
        }

.button-container {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.dialog-info{
    text-align: center;
}

 .search-container input[type=submit] {
    float: none;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 20px;
    padding: 6px;
    color: #ffffff;
    background-color: #0000ff;
  }
.search-container input[type=text] {
  width: 100%;
  border:1px solid black;
  font-size: 22px;
  }