@import url('../fonts/fonts.css');

body{
    background-color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #333;
}

.page-load-spinner{
    position: absolute;
    top: 0; /* Füllen Sie den gesamten visuellen Bereich */
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    
    z-index: 1000;
    justify-content: center;
    align-items: center;
    display:flex;
    display:none;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    margin-bottom: .5rem;
    font-family: "Philisopher",sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
}

label{
    font-size: 1rem;
}

body.login{
    background:#f3f3f3;
}


.page-load-spinner{
    position: absolute;
    top: 0; /* Füllen Sie den gesamten visuellen Bereich */
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    
    z-index: 1000;
    justify-content: center;
    align-items: center;
    display:flex;
    display:none;
}

a{
    position:relative;
}

.bi-clipboard{
    cursor: pointer;
    position:relative;
    margin-left:3px;
}

.bi-clipboard:active{
    top:1px;
}

.btn{
    text-transform: uppercase;
    padding: 5px 16px;
    line-height: 38px;
}

.btn-primary{
    background: #9cc140;
    border-color: #9cc140;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus{
    background-color: #85a536;
    border-color: #7d9c32;
}

.close-white{
    color:#fff;
}

.close-white:hover{
    color:#333;
}

.login-credits{
    line-height:14px;
}

.login-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width:30%;
    min-width:200px;
}

.alert{
    margin-top:10px;
    margin-bottom:10px;
}

.sku-filter{
    padding:5px;
}

.sku-filter input[type="text"]{
    text-transform: uppercase;
}

.sku-filter-info-container{
    margin-bottom:10px;
    text-align:center;
}

.order-number{
    padding-bottom:5px;
}
.navbar{
    font-size:unset;
}

.navbar-nav{
    align-items: baseline;
}

.navbar-nav.gap20{
    gap:20px;
}

.img-container{
    border:#dddddd 1px solid;
    margin-bottom:10px;
}

.pitchprint-ressrouces-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.pitchprint-ressrouces-container img{
    max-width:180px;
}

.order-detail-block{
    position:relative;
}

.order-action-row{
    position:fixed;
    width: 83.33%;
    z-index:10;
}

.order-action-container{
    text-align:right;
    margin-bottom:20px;
}

.order-action-container .btn.ausschiessen{
    border-right-width:1px;
}

.order-details-row{
    margin-top:100px;
}

.order-comment-container,
.order-notes-container{
    margin-bottom:40px;
}

.box-card{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.page-number{
    margin:5px 0;
    text-align: center;
}


#local-files-container .fa-spinner {
    display: none;
}


.comments-list{
    margin-top:10px;
}



.review-form{
    width:100%;
}


.image-container img{
    max-width:100%;
}

.btn.star{
    padding:0;
    margin-right:10px;
}

.btn-check+.btn,
.btn-check:checked+.btn{
    border-width: 0px;
}

.svg-icon{
    fill: #758CA3;
}

.btn-check:checked+.btn svg.svg-icon,
.btn-check:checked~.btn svg.svg-icon{
    fill: #ffc107;
}

#rating-text {
    margin-left: 10px;
    color: #333;
}

#badrating-text{
    display: none;
}

/* Upload container*/
.upload-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap:10px;
}
.upload-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.upload-placeholder:hover{
    opacity: 0.7;
}
.upload-placeholder input {
    display: none;
}
.preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.preview-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.preview-item:last-child{
    margin-right:0px;
}
.preview-item img {
    max-width: 100%;
    max-height: 100%;
}
.delete-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding-bottom: 3px;
    padding-left: 7px;
    text-align: center;
}
.delete-button:hover {
    background-color: rgba(255, 0, 0, 0.9);
}

@media (max-width: 991px) {
    h1, h2, h3, h4, h5, h6{
        text-align: center;
    }

    #rating-text{
        display: block;
        font-weight: bold;
        margin-bottom:0.5rem;
    }

    .review-form .form-row,
    .image-title,
    .upload-container {
        text-align: center;
        justify-content: center;
    }

    .upload-container{
        flex-wrap: wrap;
        justify-content: space-between;
        
    }
    .upload-placeholder{
        width:100%;
    }


    .preview-container{
        flex-shrink: 1;
    }
}

