.upload-container{
    /* use url() for background images; ensure path points to public/ storage */
    background-image: url('/storage/content/sfh25man.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-family: "Saira", sans-serif;
    font-optical-sizing: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    font-size: 1rem;
    margin-top: 5rem;
}
.title{
    font-size: 1.25rem;
    font-family: "Saira";
}
.upload-box{
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    width: 500px;
    margin-bottom: 4rem;
}
.gallery-to-button{
    background: #fff;
    text-align: center;
    padding: 2rem 0rem 2rem 0rem;
}
.gallery-to-button a{
        background: #000;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Saira";
}
.file-input-label {
    display: inline-block;
    background-color: #FBFBFB;
    color: rgba(0, 0, 0, 0.72);
    cursor: pointer;
    border-radius: 20px;
    margin: 1rem 0rem 2rem 0rem;
    width: 100%;
    padding: 0;
    line-height: 300px;
    height: 300px;
    text-align: center;
    border: 1px dashed #ccc;
    font-size: 1rem;
    font-family: "Saira";
}
.file-input {
    display: none;
}
button{
    background-color: #D41224;
    border-radius: 10px;
    color: #fff;
    border: 0px;
    padding: .75rem 3rem;
    cursor: pointer;
    font-family: "Saira";
}
button:hover{
    background-color: #404042;
}
.image-change{
    cursor: pointer;
}
.mr-05{
    margin-right: .5rem;
}
.image-preview{
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    max-height: 100%;
}
.preview-container{
    cursor: pointer;
}
.modal.show{
    display: block;
    animation: slideUp 0.3s ease-out;
}
.modal.hide{
    animation: slideDown 0.3s ease-out;
}
#progressWrapper{
    padding-top: 2rem;
}
.gallery-name{
    text-align: left;
    font-size: .9rem;
    margin: 0;
    padding-bottom: 1rem;
    color: rgba(0, 0, 0, 0.72);
}
.selfie-sub-text{
    color: rgba(0, 0, 0, 0.72);
}
.fix-button{
    display: none;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1;
}
.fix-button.show {
    display: block;
}
.fix-button a{
    text-decoration: none;
    color: #000;
}
.search-selfie{
    background: #f2f2f2;
    padding: .5rem 1rem;
    border-radius: 5px;
    font-size: 1rem;
    border-radius: 50px;text-align: center;
    font-family: "Saira";
    min-height: 24px;
}
.search-selfie a{
    color: black;
    text-decoration: none;
}
.search-selfie svg{
    margin-bottom: -.5rem;
    margin-right: .5rem;
}
.search-selfie:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
#not-count{
    padding: 1rem;
    color: #fff;
    text-align: center;
    display: none;
    padding-bottom: 3rem;
}
#not-count .not-count-button{
    width: 200px;
    margin: auto;
}
#not-count .not-count-button a{
    color:#000;
}
.text-decoration-none{
   text-decoration: none; 
}
@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1000px 0;
    }
}
@media only screen and (max-width: 768px) {
    .upload-box{
        margin: 0rem 1rem 1rem 1rem;
        width: -webkit-fill-available;
        padding: 1rem;
    }
    .masonry{
        display: grid;
        gap: 10px;
    }
    .image-popup-modal .left-arrow-pagination{
        left: 0%;
        width: 20px;
        height: 20px;
    }
    .image-popup-modal .left-arrow-pagination svg{
        width: 15px;
        height: 15px;
    }
    .image-popup-modal .right-arrow-pagination{
        right: 0%;
        width: 20px;
        height: 20px;
    }
    .image-popup-modal .right-arrow-pagination svg{
        width: 15px;
        height: 15px;
    }
    .logo{
        font-size: 1rem;
    }
    .upload-container{
        padding-top: 2rem;
    }
}