.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    padding-top: 60px;
}
.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.red-dot {
    color: red;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}

.file-input-without-border{
    border: 10px;
    margin-left: 30%;
}

.fett{font-weight:bold}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid black;
}

.aktions-monatsflyer {
    max-width: 190px;
}

.table-position {
    margin: 3%;
}

.div-margin-left {
    margin-left: 4.5%;
}

.button_invisible {
    background: none;
    border: none;
    color: rgba(34, 42, 66, 0.7);
    cursor: pointer; 
} 

.rigth-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 10px;
}

.align-rigth{
    text-align: right;
}

.position-relative{
    position: relative;
}

.design-number{
    color: black;
    margin-top: 50px;
    margin-right: 15px;
}

.tr-data{
    outline: 1px solid #BCBCBC;
    padding: 0 1rem;
}

.button-container {
    display: flex;          
    justify-content: space-between; 
    align-items: center;    
}

.button-group {
    display: flex;
    justify-content: flex-end; 
    gap: 10px;                 
}

.uploaded-files {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-right: 10px;
    flex-direction: column;
    align-items: flex-end;
}

.button-group-center {
    display: flex;
    justify-content: center; 
    gap: 10px;                 
}

.button-flex {
    display: flex;
    justify-content: flex-start; 
    gap: 10px;            
}

.button-group-left {
    display: flex;
    justify-content: flex-start; 
    gap: 10px;
    margin-left: 10%;                
}

.splittlane{
    border: none;
    height: 2px;
    background-color: #BCBCBC;
    margin-bottom: 25px;
}

.drop-container {
    border: 2px solid #ccc;
    padding: 20px;
    width: 900px;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    margin-left: 110px;
    margin-right: 10px;
}
  
.drop-label {
    font-size: 16px;
}

.sidebar-second {
    padding-left: 20px;
}

.titel-style {
    margin-left: 35px;
}

.checkbox-input {
    margin-left: 20px;
}

.file-input {
    display: none;
}

.hidden {
    display: none;
}

.search-field {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-select {
    max-width: 130px;
}

.splitterline{
    margin-left: 2%;
    padding-bottom: 10px;
    border-bottom: 2px solid #e3e3e3;
}

.search-input {
    max-width: 180px;
}

.positioned-absolute {
    position: absolute;
    right: 15px;
}

.img-layout-custom {
    width: 200px;
    height: auto;
    margin-left:2%;
}

.big-input-field {
    height: 100px;
    width: 600px;
}

.inputfields-monatsflyer {
    margin-top:1%;
}

.input-lower {
    margin-top:1%;
}

.input-lower-5 {
    margin-top:5%;
    margin-bottom:5%;
}

.pzn-input {
    width: 100px;
}

.einheit-input {
    width: 80px;
}

.menge-input {
    width: 90px;
}

.ersparnis {
    width: 80px;
}

.preisbezug-input {
    width: 140px;
}

.ersparnis-input {
    width: 70px;
}

#maxWith200 {
    width: 200px;
}

#maxWith150 {
    width: 150px;
}

#maxWith100 {
    width: 100px;
}

#maxWith50 {
    width: 50px;
}

#subtitel_dropbox {
    margin-left: 30%;
}

#file-list {
    display: flex;
    flex-wrap: wrap;
    color: rgba(0, 0, 0, 0.8);
    padding-left: 160px;
}

#zoomable-image.large {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
    object-fit: contain;
    z-index: 9999;
    cursor: zoom-out;
    background-color: rgba(0, 0, 0, 0.8);
}

#zoomable-image-2.large {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
    object-fit: contain;
    z-index: 9999;
    cursor: zoom-out;
    background-color: rgba(0, 0, 0, 0.8);
}

/* CSS file: public/css/styles.css */

.delete-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.welcomeMail-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 15px;
    border: 1px solid #888;
    width: 90%;
    max-width: 500px;
    text-align: center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
