body span.select2.select2-container.select2-container--default{
    width: 200px !important;
} 

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height:46px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    height:46px !important;  
}
body .select2-container .select2-selection--single{
    height:46px !important;   
}
span#select2-jformstate-container {
    padding-top: 8px !important;
}
span#select2-ndc_id-container {
    padding-top: 8px !important;
}
.filepond--root.my-pond.filepond--hopper {
    /* width: 616px; */
}
a.filepond--credits {
    display: none;
}
ul.filepond--list li {
    list-style: none;
}

span.spinnerborder.loadericon.d-none {
    background-image: none;
    display: none;
}

.show-modal {
    z-index: 9;
}

.filepond--file-action-button.filepond--action-revert-item-processing {
    cursor: pointer;
}

.submitClaim span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.filepond--root .error {
    padding-top: 79px;
    display: block;
}

.login-header-with-back {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.login-header-with-back .topbar-header {
    border-bottom: none;
    margin-bottom: 0;
    padding-left: 10px;
}

.stop-close-absolute .close-button {
    position: relative;
    top: auto;
    right: auto;
}



