﻿/*body {
    padding-bottom: 2rem;
    padding-top: 4rem;
}*/
.uploaderrow {
    margin-bottom: 1rem;
}

[class*="col-"] {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#files {
    overflow-y: scroll !important;
    min-height: 320px;
}

@media (min-width: 768px) {
    #files {
        min-height: 0;
    }
}

#debug {
    overflow-y: scroll !important;
    height: 180px;
}

.dm-uploader {
    border: 0.25rem dashed #A5A5C7;
    text-align: center;
}

    .dm-uploader.active {
        border-color: red;
        border-style: solid;
    }

.horizontal-scrollable > .row {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

    .horizontal-scrollable > .row > .col-4 {
        display: inline-block;
    }



.profile-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.profile-section {
    width: 1200px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.profile-image {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #ddd;
}

    .profile-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.profile-highlight {
    margin-top: 15px;
    text-align: left;
    font-size: 14px;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .fileinput-button input[type="file"] {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

.signature-img {
    width: 1300px; /* Let it scale based on parent width */
    max-height: 150px; /* Restrict the maximum height */
    width: auto; /* Maintain aspect ratio */
    height: auto; /* Maintain aspect ratio */
    object-fit: contain; /* Ensure the image fits within the bounds */
}
