.pay-method-help-text {
    margin-top: 10px;
    margin-left: 20px;
    white-space: pre-line;
    line-height: 1.5;
    text-align: left;
    font-size: 12px;
    color: #512772;
}
.pay-method-help-text:not(.always-visible) {
    display: none;
}
.pay-method-help-text.always-visible {
    display: block;
}

.summary-table {
    font-size: 13px;
    word-break: keep-all;
    width: 100%;
}

.summary-table tr:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.summary-table th {
    padding-left: 10px;
    min-width: 90px;
}

.summary-table td {
    padding: 10px;
}

.discount-input-title {
    font-size: 9pt;
    margin-bottom: 5px;
}

.discount-input-container {
    display: flex;
    gap: 10px;
}

.discount-input-container button {
    width: 42px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 30px;
    font-size: 12px;
    word-break: keep-all;
}

.search-result {
    font-size: 13px;
}

.search-result > div {
    display: flex;
    gap: 10px;
}

.searched-name {
    flex: 1;
}

.searched-address {
    width: 100%;
    margin-top: 10px;
}

.searched-wrapper,
.searched-wrapper2 {
    overflow: auto;
    width: 100%;
    font-size: 13px;
}

.searched-wrapper2 {
    display: none;
}

.searched-wrapper3 {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
    height: 32px;
}

.from-searched-name,
.to-searched-name {
    display: none;
    height: 32px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    width: 100%;
    padding: 6px 12px;
    color: rgb(85, 85, 85, 1) !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #555;
    flex: 1;
}

.from-searched-address,
.to-searched-address {
    float: none;
    overflow: auto;
    display: none;
    height: 32px;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 6px 12px;
    color: rgb(85, 85, 85, 1) !important;
    -webkit-text-fill-color: #555;
    opacity: 1 !important;
}

.from-searched-name:disabled,
.to-searched-name:disabled,
.from-searched-address:disabled,
.to-searched-address:disabled {
    color: rgb(85, 85, 85, 1) !important;
    -webkit-text-fill-color: #555;
    opacity: 1 !important;
}

.btn-re-search {
    height: 32px;
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 30px;
    cursor: pointer;
    display: none;
    border: 1px solid #cccccc;
    font-size: 12px;
}

.discount-offers {
    border: 1.5px solid #FC944F;
    border-radius: 8px;
    background-color: #FBE5D6;
    padding: 10px;
    font-size: 12px;
    word-break: keep-all;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.discount-offer-name {
    color: #FC944F;
    font-weight: bold;
    font-size: 13px;
}
.discount-offer-description {
    font-weight: bold;
    font-size: 13px;
}
.discount-offer-additional-info {
    color: #666;
}
.radio-wrapper .checkmark {
    top: 6px;
}
.file-input-wrapper {
    display: flex;
    gap: 10px;
}
.file-button {
    padding: 4px 9px;
    height: 100%;
}
.file-input-text {
    flex: 1;
    height: 30px;
}
.image-preview {
    display: none;
    margin-top: 10px;
    width: auto;
    max-width: 100%;
    height: 150px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
}
.pdf-preview {
    display: none;
    margin-top: 10px;
    width: auto;
    max-width: 100%;
    height: 500px;
}
.address-popup {
    display: none;
}
.address-popup-container {
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
}
.address-popup-title {
    position: relative;
    padding: 0 10px 10px 10px;
}
.close-address-popup-button {
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
    color: grey;
}
#fromAddressPopup > div, #toAddressPopup > div {
    position: relative;
}
.modal-backdrop.show {
    opacity: 0.5;
}