.modal_fang {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    padding-top: 60px;
}

.button-container {
    /* width: 80%; */
    display: block;
    justify-content: space-between;
    display: inline-flex;
}

.button-container button {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.react-datepicker__input-container input {
    background: linear-gradient(to left bottom, rgb(55, 81, 126) 40%, rgb(71, 178, 228) 100%);
    padding: 0px;
    border: medium;
    margin-bottom: 1%;
    width: 175px;
    text-align: center;
    color: hsl(0, 0%, 50%);
}

.addFangContainer {
    display: flex;
    text-align: center;
    background: #37517e;
    justify-content: center;
    align-items: center;
    /* margin-top: 20px; */
    /* Adjust as needed */
    margin-bottom: 20px;
    /* Adjust as needed */
}

.addFangContainer form {
    margin-top: 2%;
    margin-bottom: 1%;
}

.addFangSub-div {
    /* width: 175px; */
    height: 50px;
    /* background-color: blue; */
    /* Just for demonstration */
    margin-right: 10px;
    /* Adjust margin as needed */
    margin: 0 5px;
    text-align: center;
}

.uploadButton {
    background: linear-gradient(to left bottom, rgb(55, 81, 126) 40%, rgb(71, 178, 228) 100%);
    padding: 10px;
    border: medium;
    margin-bottom: 1%;
    width: 175px;
    text-align: center;
    color: hsl(0, 0%, 50%);
}

.p-fileupload-buttonbar {
    display: flex;
    justify-content: center;
    background-color: white !important;
}

.p-fileupload-row {
    /* background-color: white !important; */
    background: linear-gradient(to bottom left, #37517e 40%, #47b2e4 100%);
    position: relative;
}

/* .p-fileupload-row .span {
    position: absolute !important;
    display: block !important;
}

.p-fileupload-row .small {
    position: absolute !important;
    display: block !important;
} */

.p-fileupload .p-fileupload-buttonbar {
    /* background: #f9fafb; */
    padding: 1.25rem;
    /* border: 1px solid #e5e7eb; */
    color: #374151;
    border-bottom: 0 none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    gap: 0.5rem;
    background: linear-gradient(to bottom left, #37517e 40%, #47b2e4 100%);
}

.p-fileupload .p-fileupload-buttonbar .p-button {
    margin-right: 0.5rem;
    background: none;
    color: black;
    border: none;
}

.p-fileupload .p-fileupload-content {
    /* background: #ffffff; */
    padding: 2rem 1rem;
    /* border: 1px solid #e5e7eb; */
    color: #4b5563;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background: linear-gradient(to bottom left, #37517e 40%, #47b2e4 100%);
}

.p-fileupload .p-progressbar {
    height: 0.25rem;
}

.p-fileupload .p-fileupload-row>div {
    padding: 1rem 1rem;
}

.p-fileupload.p-fileupload-advanced .p-message {
    margin-top: 0;
}

.uniform-size {
    width: 218px;
    /* Adjust as needed */
    height: 40px;
    /* Adjust as needed */
    box-sizing: border-box;
    /* Ensure padding and border are included in the element's total width and height */
}