﻿.page-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-image: linear-gradient(to right top, #4db447, #42c07a, #4ecba4, #6fd3c4, #9ad9d9);
}

.login-container {
    display: flex;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(to right top, #4db447, #42c07a, #4ecba4, #6fd3c4, #9ad9d9);
}

.login-form {
    width: 100%;
    display: flex;
    margin-top: 50px;
    align-items: center;
    flex-direction: column;
    background-image: url('../img/articulus_agri.png');
    background-size: contain; /* or contain */
    background-position: center;
}

.login-form-container {
    width: 350px;
    padding: 20px;
    background-image: linear-gradient(to right top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
    border-radius: 10px;
    backdrop-filter: blur(8px);
    margin-top: 100px;
}

.login-logo {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.login-form img {
    width: 70px;
    height: 70px;
}

.login-welcome-txt {
    font-size: 24px;
}

.page-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.agri-background {
    position: relative;
    width: 100%;
    height: 100vh;
}

.agri-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/dist/img/articulus_agri.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.25;
}

.fruit-background {
    position: relative;
    width: 100%;
    height: 100vh;
}

.fruit-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/dist/img/fruit-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.03;
}

.fruit-dbd-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
}

.fruit-header-container {
    display: flex;
    justify-content: flex-start;
}

.fruit-header-container img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.fruit-header-container h1 {
    padding-left: 20px;
}

.brand-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.brand-container img {
    height:50px;
}

.brand-container h1 {
    padding-left: 20px;
}

.table-container {
    overflow-y: auto;
    height: 85vh;
    padding: 20px;
    position: absolute;
    top: 60px;
    width: 100%;
}

.fruit-table {
    font-size: 18px;
}

.fruit-table tbody tr:hover {
    cursor: pointer;
    background-color: orange;
}

.topic-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    padding: 10px;
}

.topic-header button {
    width: 110px;
}

.fruit-img img {
    height: 100px;
}

.fruit-qty {
    width: 100%;
    background-color: #373333;
    border-radius: 4px;
    color: white;
}

.tbl-img-container {
    display: flex;
    overflow-x: auto;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
}

.tbl-img-item {
    padding: 10px;
    margin: 0px 10px 10px 10px;
    width: 350px;
    height: 250px;
}

.tbl-img-item img {
    background-size: cover;
    width: 100%;
    height: 100%;
}

.tbl-img-lbl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    background-color: lightgray;
    padding: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tbl-img-lbl-footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    /*    background-color: lightgray;
    padding: 5px;*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 5px;
}

video {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    display: block;
}

.controls {
    text-align: center;
    margin: 10px 0;
}

button {
    margin: 5px;
    padding: 10px 20px;
}

.package-sum-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: -10px;
}

.package-sum-item {
    display: flex;
    flex-direction: row;
    width: 300px;
    justify-content: flex-start;
    align-items: center;
    background-color: aliceblue;
    height: 80px;
    border-radius: 10px;
    margin-right: 10px;
}

.package-item-img {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: lightgreen;
    margin-left: 10px;
    border-radius: 50%;
}

.package-item-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 22px;
    width: 100%;
}

.err-container {
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.org-container {
    font-size: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.org-logo-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.org-logo-icon img {
    height: 50px;
}

.company-container {
    margin-top: 5px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 450px) {
    .err-container {
        width: 100%;
        font-size: 35px;
    }

    .fruit-dbd-header {
        background-color: #e07108;
        color: ghostwhite;
    }

    .fruit-header-container {
        align-items: center;
    }

    .fruit-header-container h1 {
        font-size: 20px;
    }

    .table-container {
        overflow-y: auto;
        margin-top: 10px;
    }

    .top-header {
        justify-content: center;
    }

    .tbl-img-container {
        margin-top: 5px;
    }

    .package-sum-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-left: 0px;
    }

    .package-sum-item {
        width: 100%;
        justify-content: center;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .fruit-mob-container {
        padding: 10px;
        margin: 0px 10px 10px 10px;
        width: 100%;
        height: 155px;
        background-color: whitesmoke;
        border-radius: 5px;
        font-size: 15px;
    }

    .fruit-item-mob {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .fruit-caption {
        background-color: #f5eded;
        width: 100%;
        height: 26px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
}
