label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.billing-address-tab .billing-float-div {
    float: right;
    text-align: right;
    display: inline-flex !important;
    width: fit-content !important;
}

.panel-body h5 {
    display: block;
}

.panel-body h5 {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.custom-div-flex {
    display: flex;
}
hr.remove-bottom-padding {
    color: inherit;
    border: 0;
    border-top: 1px solid #eeee;
    opacity: 1;
    margin-top: 20px;
}
.collapse.in {
    display: block;
}

.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd !important;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    background-repeat: repeat-x;
}

/* .panel-body .form-control {
    border-radius: 0;
    border: 1px solid #47a8ba;
    height: 30px;
    font-size: 12px;
    background-color: #ffff;
} */
.upload-input input {
    width: 100%;
    padding: 1px 15px;
}
.btn {
    display: inline-block !important;
    padding: 0 8px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: baseline !important;
    background-image: none !important;
    border: 1px transparent solid !important;
    border-radius: 0 !important;
}
.panel-body {
    padding: 15px;
}
.search-term-box input {
    background-color: #ffff;
}
.upload-btn {
    background: #eb6500 !important;
    color: #fff !important;
    width: auto !important;
    padding: 0 8px !important;
    min-width: fit-content;
    margin-left: 11px;
}

.btn-warning.upload-btn:hover {
    background: #d96c00;
    color: #ffff;
}
.fa-chevron {
    color: #47a8ba;
    font-size: 13px;
    font-weight: 100;
}
.hello-modal .signature-modal-body .hello-modal__body {
    max-height: 67vh !important;
}
.hello-modal__body {
    max-height: 66vh !important;
}