/* File Preview */

.file-drop-area {
    position: relative;
    padding: 2rem 1rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 2px dashed #dae1e7;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

.file-drop-area .file-drop-input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    outline: none;
    cursor: pointer;
    z-index: 2;
}

.file-drop-area .file-drop-icon {
    display: block;
    margin-bottom: 0.75rem;
    color: #aeb4be;
    font-size: 1.625rem;
}

.file-drop-area .file-drop-preview {
    max-width: 16rem;
    margin-right: auto;
    margin-bottom: 0.75rem;
    margin-left: auto;
}

.file-drop-area .file-drop-message {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
}

.file-drop-area .btn {
    position: relative;
    z-index: 3;
}

.file-drop-area:hover {
    border-color: #c4cfd9;
}

.file-preview-container img {
    max-width: 80px;
    height: auto;
}

.dropzone {
    width: 100%;
    border-radius: 25px;
    padding: 20px;
}

.store-logo {
    margin-top: 15px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    width: 30px;
    height: 30px;
}

.store-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-logo-2 {
    margin-top: 15px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
}

.store-logo-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
