


.logoName {
    text-align: center;
    margin-bottom: 50px;
}

.detectItem {
    height: auto;
    background-color: #F7D636;
    width: 80%;
    padding: 10px;
    margin-top: 20px;
}

.detectImage {
    background-color: #FFF;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}

.detectText {
    text-align: center;
    margin-top: 10px;
    color: #FFF;
    font-weight: bold;
}

#detectedItems {
    height: 500px;
    overflow: auto;
}

.bigDetection .detectItem {
    width: 90%;
}

.bigDetection .detectImage {
    height: 430px;
}

#loading {
    display: none;
}

.searchCriteria div span {
    border-bottom: 1px solid #000;
    cursor: pointer;
}


.exportItems {
    display: flex;
    height: unset !important;
    gap: 20px;
}

.exportItems .detectItem {
    width: 200px;
    height: auto;
}

#startExport {
    padding: 10px;
    background-color: #F7D636;
    width: 150px;
    cursor: pointer;
    text-align: center;
    color: #FFF;
    margin-top: 50px;
    font-weight: bold;
}