.imagePreview {
    width: 100%;
    height: 275px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0;
    position: absolute;
    background-color: #f1f0ef;
    top: 0;
    left: 0;
}

.file-upload.active {
    height: 275px;
    object-fit: contain;
}

.file-select {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.file-select.file-select-box {
    width: 100%;
    height: 275px;
    display: inline-block;
    border-radius: 14px;
}

.file-upload-custom-btn {
    width: 100%;
    height: 275px;
    border: none;
    background-color: #f1f0ef;
    color: #6f6f6f;
    font-size: 1rem;
    z-index: 1;
    position: relative;
}

.file-select-name {
    margin-left: 15px;
}

.file-select input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.file-select.file-select-box input[type=file] {
    z-index: 2;
}

.file-upload+.file-upload {
    margin-left: 10px;
}

.modal-toggle-wrapper h4 {
    border-bottom: 1px dashed #bebebe;
    padding-bottom: 10px;
}

.alphabets {
    text-transform: capitalize;
}