.containerLog {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 35px;
    padding: 10px;
    text-align: center;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.containerLog input {
    width: 75%;
}

.messageLog {
    color: red;
}

.cob0 {
    margin-right: 1%;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
}

.titleHead a {
    color: white;
    text-decoration: none;
}

.logoim {
    margin: 2px;
    position: absolute;
    left: 2%;
    height: 50px;
}

.titleHead {
    font-size: xx-large;
    display: flex;
    justify-content: center;
    /* Вирівнювання по горизонталі */
    align-items: center;
    /* Вирівнювання по вертикалі */
    height: 55px;
    margin: auto;
}

.mf1 {
    width: auto;
    background: #fef7e9;
    height: 95vh;
    margin: 1%;
    margin-top: 5px;
}
.mf2 {
    width: auto;
    background: #fef7e9;
    margin: 1%;
    margin-top: 5px;
}

#createSKUForm {
    max-width: 300px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-left: 10px;
    padding: 20px;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    background-color: #fef7e9;
}

.firstrow {
    width: 25%;
}

.containerSKUForm {
    display: flex;
}

.elForms {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.containerSKUForm input,
.containerSKUForm select {
    width: 100px;
    margin-bottom: 10px;
}

table {
    margin: 20px 20px 20px 20px;
    width: 92%;
    border-collapse: collapse;
}

table,
th,
td {
    border: 1px solid black;
}

th,
td {
    padding: 8px;
    text-align: center;
}

th {
    background-color: #f2f2f2;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}

.tableContainer {
    max-height: 75vh;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 74%;
    display: ruby;
    margin: 20px 20px 20px 20px;
}

.bncontainer {
    width: 100%;
    display: flex;
    justify-content: right;
}

#btnShowPriceAll {
    margin-right: 30px;
}

#btnExport {
    display: none;
    margin-right: 30px;
}

.container {
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.container select,
.container input {
    width: 250px;
    margin-bottom: 10px;
}

.message {
    color: green;
}

.userForm {
    flex: 1 0 5rem;
}

#editModal {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#editModal input {
    margin: 10px 0;
}


.formS {
    border: 1px solid black;
    border-radius: 10px;
    margin: 8px;
    padding: 10px;
}

.elS {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.elstock {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.elstock input {
    width: 80px;
    padding: 2px;
}

.elstock select {
    width: 120px;
    padding: 2px;
}

.btnS {
    border-top: 1px solid rgb(137, 6, 6);
    padding-top: 7px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-icon, .export-icon {
    font-size: 24px;
    color: brown;
}

.tableContainerStock {
    height: 65vh;
    overflow-y: scroll;
}
.totalQuantity{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    border-radius: 10px;
    padding: 5px;
    margin-right: 5px;
    background-color: green;
    color: white;

}


@media only screen and (max-width: 600px) {
    body {
        margin: 0;
    }

    .logoim {
        left: 2%;
        height: 45px;
    }

    .titleHead {
        padding-right: 2%;
        justify-content: end;
        font-size: x-large;
    }
}

@media only screen and (max-width: 1000px) {
    .cob0 {
        margin-bottom: 8px;
    }
}