.form-number {
    display: none;
}

.form-container {
    padding: 0rem 1rem;
}

.active-tab {
    display: flex;
}

/* Form buttons */
/* ----------------------------------------------------------------------- */
.button-container {
    /* border: 1px solid red; */
    /* width: 100% */
    display: flex;
    justify-content: space-between;
}

.prev {
    align-self: flex-start;
}

.next {
    align-self: flex-end;
}

.form-card {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

/* Form image */
/* ---------------------------------------------------------------------------------------------- */
.preview-image-container {
    /* width: 6rem; */
    height: 5rem;
    /* border: 1px solid green; */
    display: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

#preview_image {
    width: 100%;
    height: 100%;
}

.show-img {
    display: block;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    /* display: inline-block; */
}

.btn-image {
    border: 2px solid gray;
    /* border: .1px solid gray; */
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    /* font-size: .8rem; */
    font-weight: bold;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

/* Bulk Upload Remittances */
.bulk-input {
    border: 0.1px solid rgb(156, 8, 8);
    border-radius: 20px;
}

/* Utility UI */
/* ------------------------------------------------------------------- */
.filter-wrapper {
    margin: 1rem 2rem;
}

#status-filter {
    width: auto !important;
    border: .5px solid #eee !important;
    font-size: 0.8rem !important;
}
