﻿/*.hz-container {
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;*/ /* IE and Edge */
    /*scrollbar-width: none;*/ /* Firefox */
/*}

.hz-container::-webkit-scrollbar {
    display: none;*/ /* Safari and Chrome */
/*}*/

/*.heading-container {
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 10px;
}*/

/*.images-container {
    display: flex;
    gap: 10px;
}

.images-container img {
    width: 40px;
    height: auto;
    cursor: pointer;
}

.parent-container {
    display: flex;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.search-input {
    height: auto;
    width: 50%;
    font-size: medium;
    color: white;
    background-color: black;
    border: none;
    outline: none;
    margin-left: 5px;
    padding: 10px;
    padding-left: 20px;
    border-radius: 25px;
}

.search-input::placeholder {
    color: white;
}

.search-button {
    margin-right: 5px;
    font-size: medium;
    width: 25%;
    height: auto;
    color: black;
    cursor: pointer;
    border: 2px solid black;
    border-radius: 25px;
    font-weight: bold;
    background-color: #CCFF00;
    padding: 10px 0px;
}

.text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: auto;
}

.alt-text-container {
    display: flex;
    flex-direction: column;
    justify-content: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.child-container {
    width: 200px;
    max-width: 210px;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 15px;
    white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;
}

.card-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: fit-content;
    margin: 10px;
}

.image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.image-container img {
    width: 80%;
    height: auto;
}*/