/* Created on : 24-Nov-2025, 1:32:49 pm Author : Tamminana Lakshmi */ @use 'variables' as vars; $lightBlueBubble: #E8F4FD; $lightBlueBubbleText: #58A9E1; $blueColor: #3498DB; $btnDisabledBackground: #f5cba7; .btn-modal, .btn-modal:hover { width: 143px; color: white; text-transform: uppercase; } .resubmit-confirm-size .resubmit-confirm-value-ext { font-weight: normal; color: vars.$primeRxOrange; text-align: left; padding-left: 30px; font-size: 15px; font-weight: 600; } .resubmit-total-div .resubmit-confirm-value-ext { color: $blueColor; font-size: 12px; } .add-new-pay-method { color: vars.$primeRxOrange !important; background-color: white; } .resubmit-confirm-size .resubmit-total-div { border-top: 1px double grey; } .supplierInfo { font-size: 13px; font-weight: 600; } .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding: 8px; line-height: 1.42857143; vertical-align: top; } .modal-header { padding: 15px; } .modal-body { padding: 15px; } .table-condensed>tbody>tr>td { padding: 5px; } .resubmitTable { margin-bottom: 15px !important; } .btn-close { position: absolute; color: vars.$oddRowColor; right: 10px; top: 0px; font-size: 20px; font-weight: bold; cursor: pointer; background: transparent; } .close-btn-wrapper { position: relative; .btn-close{ top: 11px; color: vars.$whiteColor !important; opacity: 1 !important; } } .resubmitItems > tbody > tr:nth-of-type(odd) { background-color: vars.$graycolor; } .resubmitItems > tbody > tr:nth-of-type(even) { background-color: vars.$whiteColor; } .resubmit-confirm-size { width: 825px !important; background-color: vars.$whiteColor !important; } .payment-info-note { color: vars.$primeRxOrange; margin-bottom: 20px; font-size: 14px; } .change-method-text { margin-left: 8px; font-weight: 700; color: vars.$primeRxOrange; cursor: pointer; font-size: 13px; } .default-pay-method, .change-method-text, .add-new-pay-method, .click-add-new { font-style: italic; } .payment_method_on_file { margin-bottom: 7px; } .resubmit-confirm-multi-sup { color: vars.$darkgrey3; font-weight: 600; font-size: 14px; } .resubmit-confirm-multi-sup-value { color: vars.$black; font-size: 15px; font-weight: 500; } .resubmit-heading-multi-supp { color: vars.$black; font-weight: 700; cursor: pointer; align-items: center; gap: 6px; } .resubmit-heading-multi-supp i { margin-left: 8px; color: vars.$black; } .btn-modal[disabled], .btn-modal[disabled]:hover { background: $btnDisabledBackground !important; color: white !important; cursor: not-allowed; border: none; } .change-payment-method { margin-top: 8px; margin-left: 8px; width: 210px !important; display: inline-block; } .payment_method_on_file b { color: vars.$black; font-size: 15px; } .credits_resubmit_confirmation { margin-top: 8px; margin-bottom: 8px; } .credits_resubmit_confirmation_title { color: $lightBlueBubbleText; font-weight: 600; } .resubmit-confirm-notice { background: $lightBlueBubble; border: 1px solid $lightBlueBubbleText; border-radius: 6px; padding: 16px; margin: 16px 0; text-align: left; } .resubmit-confirm-notice-header { font-weight: bold; color: vars.$black; margin-bottom: 4px; } .resubmit-confirm-notice-text { color: vars.$black; } .resubmit-cc-surcharge { margin-top: 8px; color: vars.$black; padding: 8px 12px; border-radius: 4px; text-align: center; } .resubmit-prepay-required { margin-top: 16px; background: vars.$lightgrey2; padding: 8px 12px; border-radius: 4px; border: 1px solid vars.$lightgrey1; } .resubmit-standard-payment-needed { margin-top: 32px; } .resubmit-standard-payment-header { font-weight: bold; color: vars.$black; margin-bottom: 8px; } .resubmit-review-disabled-msg { color: vars.$vividred; font-weight: 600; margin-top: 10px; padding-left: 10px } .review-disabled.btn-modal[disabled] { background-color: vars.$darkgrey2 !important; } .resubmit-confirm-row { display: flex; align-items: center; justify-content: space-between; margin: 0px 10px 10px 10px; } .resubmit-confirm-label { font-weight: 600; color: vars.$darkgrey3; } .resubmit-confirm-value { flex: 1; color: $blueColor; font-size: 15px; font-weight: 500; } .resubmit-confirm-value-right { text-align: right; flex: 1; } .resubmit-confirm-supplier-block { border: 1px solid vars.$graycolor; text-align: left; border-radius: 10px; margin-bottom: 21px; padding: 0; } .resubmit-confirm-supplier-name { display: flex; align-items: center; gap: 8px; } .resubmit-confirm-supplier-total { text-align: right; min-width: 180px; margin-right: 10px } .resubmit-confirm-bubble { background: $lightBlueBubble; color: $lightBlueBubbleText; border-radius: 12px; padding: 2px 10px; font-weight: 500; } .modal-header .modal-title-pay-enable { text-align: left !important; } .resubmit-confirm-row-supplier { border-bottom: 0.5px vars.$graycolor solid; background-color: vars.$white; margin: 0 0 10px 0 !important; height: 50px; border-radius: 10px 10px 0 0; } .confirm-row-more-info { border-bottom: 0.5px vars.$graycolor solid; padding-bottom: 10px; } .resubmit-review { border-top: 1px double grey; padding: 15px 25px; padding-right: 30px; height: 90px; background-color: vars.$white; .btn-modal, .btn-modal:hover { border-radius: 5px !important; } } .add-new-link { color: vars.$primeRxOrange; } .center-content { text-align: center !important; } .resubmit-help-text { color: vars.$vividred !important; margin-left: 5px; margin-bottom: 18px; }