﻿
#check-out-prescription .checkout-attributes {
    text-align: left;
}

#check-out-prescription li {
    border-color: #e1e5e6;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    padding: 10px 10px 10px 10px;
    margin-top: 15px;
}

.fancybox-previous-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    left: 10px;
    top: 0;
    width: 44px;
    z-index: 10;
}

    .fancybox-previous-small svg {
        fill: transparent;
        opacity: .8;
        stroke: currentColor;
        stroke-width: 1.5px;
        transition: stroke .1s;
    }

#tabs {
    overflow: hidden;
    width: 100%;
    margin: 0px 0px 0px 12px;
    padding: 0;
    list-style: none;
}

    #tabs li {
        float: left;
        border-bottom-width: 2px;
        border-color: #414b56;
    }

    #tabs a {
        position: relative;
        padding: .5em 0em;
        float: left;
        text-decoration: none;
        color: #a1a4a6;
        font-weight: 600;
        font-size: 16px;
        margin: 0px 20px 0px 0px;
    }

        #tabs a:hover, #tabs a:hover::after, #tabs a:focus, #tabs a:focus::after {
            background: #fff;
        }

        #tabs a:focus {
            outline: 0;
        }



    #tabs .current a, #tabs .current a::after {
        background: #fff;
        z-index: 3;
        border-bottom: 2px solid;
        border-bottom-color: black;
        color: #414b56;
    }
/* ------------------------------------------------- */

#content {
    background: #fff;
    padding: 2em;
    min-height: 220px;
    position: relative;
    z-index: 2;
}

#check-out-prescription input[type="radio"] + label::before {
    content: "\a0";
    display: none;
    vertical-align: middle;
    font-size: 18px;
    width: 1em;
    height: 1em;
    margin-right: .4em;
    border-radius: 50%;
    border: 1px solid #01cd78;
    text-indent: .15em;
    line-height: 1;
}

#check-out-prescription h3, #check-out-prescription .text-prompt {
    font-weight: 600;
    font-size: 16px;
    color: #222;
    line-height: 40px;
}

#check-out-prescription li label {
    font-weight: 600;
    font-size: 18px;
    display: inline;
}


.checkoutLeft {
    width: 50%;
    float: left;
    padding: 10px;
    border-right: solid 1px;
}

.checkoutRight {
    width: 50%;
    float: left;
    padding: 10px;
}

/*.button-1 {
    height: 45px;
    width: 96%;
    max-width: 350px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-size: 16px;
}

.button-1 {
    max-width: none;
    padding: 0 30px;*/
/*    line-height: 40px !important;*/
/*color: #fff;
    text-transform: uppercase;
    border: none;
    font-size: 16px;
    width: 100%;
    margin-top: 20px;
}*/

.checkboxTwo {
    width: 120px;
    height: 40px;
    background: #E6E6E6;
    margin: 20px;
    border-radius: 50px;
    position: relative;
}

    .checkboxTwo:before {
        content: '';
        position: absolute;
        top: 19px;
        left: 14px;
        height: 2px;
        width: 90px;
        background: #111;
    }

    .checkboxTwo label {
        display: block;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
        cursor: pointer;
        position: absolute;
        top: 9px;
        z-index: 1;
        left: 12px;
        /*                background: #ddd;*/
    }

    .checkboxTwo input[type=checkbox]:checked + label {
        left: 84px;
        background: #26ca28;
    }

  .checkboxTwo input[type="radio"] + label:before, checkboxTwo input[type="checkbox"]:checked ~ label:before {
    display: none;
  }

  .checkboxTwo input[type="radio"]:checked + label:before, checkboxTwo input[type="checkbox"]:checked ~ label:before {
    border: none;
  }

@@media screen and (max-width:780px) {
    .checkoutLeft {
        width: 100%;
        padding: 0px;
    }

    .checkoutRight {
        width: 100%;
        padding: 0px;
    }
}

#check-out-prescription select, #check-out-prescription input[type=text] {
    width: 80%;
}

#prescriptionOptionContent label {
    width: 100%;
}

/*#prescriptionOptionContent {
                min-height: 200px;
            }*/

#existHealth, #noExistHealth, #prescriptionOptionContent_2, #prescriptionOptionContent_3, #prescriptionOptionContent_4 {
    display: none;
}

.prescription-select-wrapper {
    display: block;
}

    .prescription-select-wrapper .row span {
        vertical-align: central;
        text-align: center;
        display: inline-block;
        width: 30%;
        line-height: 50px;
        margin-top: 6px;
    }

        .prescription-select-wrapper .row span.row-head {
            text-align: left;
        }

        .prescription-select-wrapper .row span.presc-check {
            text-align: left;
            width: 50%;
            line-height: 1.9;
            padding-left: 10px;
        }

.presc-check input, .presc-check label {
    vertical-align: middle;
}

.rg-select-wrapper {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .rg-select-wrapper select {
        width: 50%;
        height: 35px;
        text-align: center;
    }

.rg-title {
    display: inline-block;
    width: 40%;
}

.rg-select-wrapper .designSelectW {
    display: inline-block;
    width: 50%;
}

.prescription-select-wrapper .row span.presc-select select {
    width: 90%;
    height: 80%;
}

.presc-select input {
    width: 80%;
    line-height: 25px;
}

#product-uploadfile-button {
    border: 1px solid black;
    border: 1px solid black;
}

.action.primary.upload-files {
    border-radius: 1px;
    width: 100%;
    background: white;
    color: black;
    text-align: center;
}

.ajax-file-upload-statusbar {
    border: 1px solid #0ba1b5;
    margin-top: 10px;
    width: 420px;
    margin-right: 10px;
    margin: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 5px 15px
}

.ajax-file-upload-filename {
    width: 300px;
    height: auto;
    margin: 0 5px 5px 0px;
}

.ajax-file-upload-filesize {
    width: 50px;
    height: auto;
    margin: 0 5px 5px 0px;
    display: inline-block;
    vertical-align: middle;
}

.ajax-file-upload-progress {
    margin: 5px 10px 5px 0px;
    position: relative;
    width: 250px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    display: inline-block;
    color: #FFFFFF;
}

.ajax-file-upload-bar {
    background-color: #0ba1b5;
    width: 0;
    height: 20px;
    border-radius: 3px;
    color: #FFFFFF;
}

.ajax-file-upload-percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%
}

.ajax-file-upload-red {
    -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
    -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
    box-shadow: inset 0 39px 0 -24px #e67a73;
    background-color: #e4685d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #b23e35;
    cursor: pointer;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
}

.ajax-file-upload-green {
    background-color: #77b55a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 1px 0 #5b8a3c;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
}

.ajax-file-upload {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 20px;
    cursor: pointer;
    line-height: 20px;
    height: 25px;
    margin: 0 10px 10px 0;
    display: inline-block;
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #888;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 2px 0 0 #e8e8e8;
    -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
    box-shadow: 0 2px 0 0 #e8e8e8;
    padding: 6px 10px 4px 10px;
    color: #fff;
    background: #2f8ab9;
    border: none;
    -moz-box-shadow: 0 2px 0 0 #13648d;
    -webkit-box-shadow: 0 2px 0 0 #13648d;
    box-shadow: 0 2px 0 0 #13648d;
    vertical-align: middle;
}

    .ajax-file-upload:hover {
        background: #3396c9;
        -moz-box-shadow: 0 2px 0 0 #15719f;
        -webkit-box-shadow: 0 2px 0 0 #15719f;
        box-shadow: 0 2px 0 0 #15719f;
    }

.ajax-upload-dragdrop {
    border: 2px dotted #A5A5C7;
    /*    width: 420px;*/
    color: #DADCE3;
    text-align: left;
    vertical-align: middle;
    padding: 10px 10px 0px 10px;
}

.state-hover {
    border: 2px solid #A5A5C7;
}

.ajax-file-upload-container {
    margin: 20px 0px 20px 0px;
}

#check-out-prescription {
    width: 99%;
    height: 95%;
}


@@media screen and (max-width:780px) {
    #check-out-prescription {
        width: 100%;
        margin: 0px;
    }

    .checkoutLeft {
        border-right: none;
    }

    .fancybox-content {
        padding: 5px;
    }

    .prescription-select-wrapper .row span {
        width: 30%;
        vertical-align: central !important;
    }

    #content {
        padding: 0px;
    }

    .pd, .bothpd {
        width: 100% !important;
    }
}

.ajax-upload-dragdrop {
    width: 100% !important;
}

#check-out-prescription input[type="radio"] + label, #check-out-prescription input[type="checkbox"] ~ label {
    padding-left: 0px;
}

.edit-prescription-button:before {
    content: url("/Plugins/Widgets.CheckoutPrescription/Content/editprescription.png");
}

.fa-question-circle:before {
    content: url("/Plugins/Widgets.CheckoutPrescription/Content/info.png");
    width: 24px;
    height: 24px;
}

.ico-help {
    width: 24px !important;
    height: 24px;
    cursor: pointer;
}

/*tooltip Box*/
/*    .con-tooltip {
                position: relative;
                background: #F2D1C9;
                border-radius: 9px;
                padding: 0 20px;
                margin: 10px;
                display: inline-block;
                transition: all 0.3s ease-in-out;
                cursor: default;
            }*/

/*tooltip */
.tooltip {
    visibility: hidden;
    z-index: 99;
    opacity: unset;
    background-color: white;
    width: 260px;
    padding: 0px 20px;
    background-color: white;
    /*    background: #333;*/
    /* color: black;*/
    font-weight: 500;
    position: absolute;
    top: -140%;
    /* left: -25%;*/
    /*   border-radius: 9px;*/
    font: 16px;
    display: inline-grid;
    /*  transform: translateY(9px);*/
    /*  transition: all 0.3s ease-in-out;*/
    /*   box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);*/
}


    /* tooltip  after*/
    .tooltip::after {
        width: 0;
        height: 0;
        /*   border-style: solid;
                    border-width: 12px 12.5px 0 12.5px;
                    border-color: #333 transparent transparent transparent;
                    position: absolute;
                    left: 40%;*/
    }

    .tooltip p {
        width: 200px !important;
    }

.con-tooltip:hover .tooltip {
    visibility: visible;
    transform: translateY(-10px);
    opacity: 1;
    transition: .3s linear;
    animation: odsoky 1s ease-in-out infinite alternate;
}

@@keyframes odsoky {
    0% {
        transform: translateY(6px);
    }

    100% {
        transform: translateY(1px);
    }
}

/*hover ToolTip*/
.left:hover {
    transform: translateX(-6px);
}

.top:hover {
    transform: translateY(-6px);
}

.bottom:hover {
    transform: translateY(6px);
}

.right:hover {
    transform: translateX(6px);
}

.tooltip {
    line-height: 25px;
}
/*left*/
.left .tooltip {
    top: -20%;
    left: -170%;
}

    .left .tooltip::after {
        top: 40%;
        left: 90%;
        transform: rotate(-90deg);
    }




/*bottom*/

.bottom .tooltip {
    top: 115%;
    left: -20%;
}

    .bottom .tooltip::after {
        top: -17%;
        left: 40%;
        transform: rotate(180deg);
    }



/*right*/

.right .tooltip {
    top: -20%;
    left: 115%;
}

    .right .tooltip::after {
        top: 40%;
        left: -12%;
        transform: rotate(90deg);
    }

.twosidepd {
    display: none;
}

#chkTwoPd {
    opacity: initial;
    padding: 0px;
    position: initial !important;
}

    #chkTwoPd ~ label:before {
        content: none;
    }

/* ============================================================
   Branch 87 — checkout prescription restyled to match the product
   lens-wizard (Widgets.Prescription). All scoped to #check-out-prescription
   so nothing leaks elsewhere. Functional ids/names/classes are untouched —
   this is styling + the transposed OD/OS table markup only.
   ============================================================ */
#check-out-prescription { text-transform: none; }
#check-out-prescription #prescriptionType > h3 {
    font-family: 'Stolzl-Bold', 'Nunito Sans', Arial, sans-serif;
    font-size: 20px; font-weight: 700; color: #211d3e; text-transform: none;
    text-align: center; margin: 0 0 18px;
}
#check-out-prescription #prescriptionType > hr { display: none; }

/* ---- method options as cards ---- */
#check-out-prescription #prescriptionType .option-list {
    list-style: none; margin: 0; padding: 0;
    display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 14px;
}
#check-out-prescription #prescriptionType .option-list li { margin: 0; padding: 0 !important; background: none; position: relative; }
#check-out-prescription #prescriptionType .option-list li input[type="radio"] {
    position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none;
}
#check-out-prescription #prescriptionType .option-list li label {
    display: flex; flex-direction: column; align-items: center; gap: 10px;
    height: 100%; margin: 0; padding: 22px 16px 18px; cursor: pointer;
    border: none; border-radius: 14px; background: #fff;
    text-align: center; transition: border-color .15s, background .15s; position: relative;
}
#check-out-prescription #prescriptionType .option-list li label:hover { border-color: #a7f3d0; }
#check-out-prescription #prescriptionType .option-list li input:checked + label {
    border-color: #a7f3d0; background: #ecfdf5; border-radius: 0;
}
/* check badge on the selected card */
#check-out-prescription #prescriptionType .option-list li input:checked + label::after {
    content: "\2713"; position: absolute; top: 12px; right: 12px; width: 22px; height: 22px;
    border-radius: 50%; background: #a7f3d0; color: #065f46; font-size: 13px; font-weight: 700;
    display: flex; align-items: center; justify-content: center; line-height: 1;
}
#check-out-prescription #prescriptionType .option-list .prescriptionOption-label {
    display: flex; flex-direction: column; align-items: center; gap: 10px;
    font-family: 'Stolzl-Bold', 'Nunito Sans', Arial, sans-serif;
    font-size: 15px; font-weight: 700; color: #211d3e; text-transform: none; line-height: 1.3;
}
#check-out-prescription #prescriptionType .option-list .prescriptionOption-label img {
    width: 26px !important; height: 26px; object-fit: contain;
    padding: 12px; box-sizing: content-box; border-radius: 25%; background: #eef1fb;
}
#check-out-prescription #prescriptionType .option-list li input:checked + label .prescriptionOption-label img { background: #ecfdf5; }
#check-out-prescription #prescriptionType .option-list li label p {
    font-size: 11px !important; font-weight: 400 !important; color: #6b7280 !important;
    text-transform: none; line-height: 1.4; margin: 0;
}

/* ---- entry card + OD/OS table (transposed to match the product) ---- */
#check-out-prescription .rx-entry-card,
#check-out-prescription .rx-two-col {
    border: 1px solid #e5e7eb; border-radius: 12px; padding: 16px; margin-top: 14px;
}
#check-out-prescription .rx-entry-head {
    display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px;
}
#check-out-prescription .rx-entry-title {
    font-size: 16px; font-weight: 700; color: #211d3e; text-transform: none;
}
#check-out-prescription table.rx-table { width: 100%; border-collapse: collapse; }
#check-out-prescription table.rx-table thead th {
    background: transparent; border: 0; padding: 6px 8px;
    font-size: 12px; font-weight: 700; letter-spacing: .02em; color: #6b7280; text-align: center; text-transform: uppercase;
}
#check-out-prescription table.rx-table tbody th.rx-eye {
    border: 0; padding: 6px 8px; text-align: left; white-space: nowrap;
    font-size: 12px; font-weight: 700; color: #211d3e; text-transform: uppercase;
}
#check-out-prescription table.rx-table td { border: 0; padding: 5px 6px; }
#check-out-prescription table.rx-table select,
#check-out-prescription #prescriptionOptionContent_5 select,
#check-out-prescription .rx-pd-field select {
    width: 100%; height: 42px; padding: 0 10px; border: 1px solid #d1d5db; border-radius: 8px;
    background: #fff; color: #211d3e; font-size: 15px;
}
#check-out-prescription .rx-help-link {
    display: inline-flex; align-items: center; gap: 6px; color: #211d3e; font-size: 13px;
    font-weight: 600; text-transform: none; text-decoration: none;
}
#check-out-prescription .rx-help-link svg { width: 16px; height: 16px; }

/* ---- PD + date ---- */
#check-out-prescription .rx-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
#check-out-prescription .rx-pd-title,
#check-out-prescription .rx-field-label {
    display: block; font-size: 13px; font-weight: 700; color: #211d3e; text-transform: uppercase; letter-spacing: .02em; margin-bottom: 8px;
}
#check-out-prescription .rx-pd-field { display: flex; align-items: center; gap: 8px; }
#check-out-prescription .rx-pd-unit { color: #6b7280; font-size: 14px; }
#check-out-prescription .rx-two-pd-check { margin: 10px 0 0; font-size: 13px; color: #4b5563; display: flex; align-items: center; }
#check-out-prescription .rx-two-pd-check input { width: auto; margin: 0 6px 0 0; }
#check-out-prescription .rx-pd-split { display: flex; gap: 10px; margin-top: 8px; }
#check-out-prescription input[type="date"]#LastTestDate {
    width: 100%; height: 42px; padding: 0 10px; border: 1px solid #d1d5db; border-radius: 8px; font-size: 15px; color: #211d3e; line-height: normal;
}

/* ---- upload dropzone ---- */
#check-out-prescription .rx-upload-card { border: 1px solid #e5e7eb; border-radius: 12px; padding: 16px; margin-top: 4px; }
#check-out-prescription .rx-upload-title { font-size: 16px; font-weight: 700; color: #211d3e; text-transform: none; }
#check-out-prescription .rx-upload-sub { font-size: 13px; color: #6b7280; text-transform: none; margin: 2px 0 14px; }
#check-out-prescription .rx-dropzone {
    border: 2px dashed #d1d5db; border-radius: 12px; background: #fafafb; padding: 26px 16px; text-align: center;
}
#check-out-prescription .rx-dz-icon {
    width: 52px; height: 52px; border-radius: 50%; background: #fff; border: 1px solid #eceef2; color: #211d3e;
    display: inline-flex; align-items: center; justify-content: center; margin-bottom: 12px;
}
#check-out-prescription .rx-dz-icon svg { width: 24px; height: 24px; }
#check-out-prescription .rx-dz-text { font-size: 16px; font-weight: 700; color: #211d3e; text-transform: none; }
#check-out-prescription .rx-dz-or { font-size: 12px; color: #9aa0aa; text-transform: uppercase; margin: 8px 0; }
#check-out-prescription .rx-dz-formats { margin-top: 14px; font-size: 12px; color: #6b7280; }
#check-out-prescription .rx-dz-fmt { display: inline-block; border: 1px solid #e5e7eb; border-radius: 6px; padding: 2px 8px; margin: 0 3px; }
/* jquery.uploadfile button styled like the product "Choose file" */
#check-out-prescription #product-uploadfile-button { height: auto !important; }
#check-out-prescription #product-uploadfile-button .ajax-upload-dragdrop { border: none !important; width: auto !important; }
#check-out-prescription #product-uploadfile-button .ajax-file-upload {
    background: #fff; color: #211d3e; border: 1px solid #211d3e; border-radius: 8px;
    padding: 9px 22px; font-size: 14px; font-weight: 600; text-transform: none; margin: 0;
}
#check-out-prescription #product-uploadfile-button .ajax-file-upload:hover { background: #211d3e; color: #fff; }

/* ---- green reassurance banner ---- */
#check-out-prescription .rx-reassure-banner {
    display: flex; align-items: center; gap: 10px; margin-top: 16px; padding: 12px 14px;
    background: #ecfdf5; border: 1px solid #d1fae5; border-radius: 10px;
    color: #065f46; font-size: 14px; text-transform: none;
}
#check-out-prescription .rx-reassure-banner svg { width: 20px; height: 20px; flex: 0 0 auto; }

/* ---- confirm / continue CTA ---- */
#check-out-prescription .checkout-buttons { text-align: center; margin-top: 18px; }
#check-out-prescription .checkout-buttons .button {
    display: inline-flex !important; align-items: center; justify-content: center; gap: 8px;
    min-width: 240px; max-width: 100%; padding: 14px 26px; border: 0 !important; border-radius: 10px;
    background: #00f5c5 !important; color: #06251f !important; font-size: 16px; font-weight: 700; text-transform: none !important; cursor: pointer;
}
#check-out-prescription .checkout-buttons .button:hover { filter: brightness(.96); background: #00f5c5 !important; color: #06251f !important; }

@media screen and (max-width: 640px) {
    #check-out-prescription #prescriptionType .option-list {
        grid-auto-flow: row; grid-auto-columns: auto; grid-template-columns: 1fr;
    }
    #check-out-prescription .rx-two-col { grid-template-columns: 1fr; }
    #check-out-prescription .checkout-buttons .button { width: 100%; min-width: 0; }
}

/* Existing R/L table kept (not DOM-transposed) but given the product's clean card look. */
#check-out-prescription #prescriptionOptionContent_4 .prescription-select-wrapper,
#check-out-prescription #prescriptionOptionContent_5 .prescription-select-wrapper {
    border: 1px solid #e5e7eb; border-radius: 12px; padding: 16px; margin-top: 4px;
}
#check-out-prescription .prescription-select-wrapper .row { padding: 5px 0; }
#check-out-prescription .prescription-select-wrapper select {
    height: 42px; border: 1px solid #d1d5db; border-radius: 8px; padding: 0 10px;
    background: #fff; color: #211d3e; font-size: 15px;
}
#check-out-prescription .prescription-select-wrapper .row-head { text-transform: none; }

/* Branch 87 — PD/date + link, matched to the product wizard (1:1). */
#check-out-prescription .rx-pd { margin-bottom: 4px; }
#check-out-prescription .rx-pd-single { }
#check-out-prescription .rx-pd-eye { flex: 1 1 0; }
#check-out-prescription .rx-pd-eye label { display: block; font-size: 13px; margin-bottom: 4px; color: #555; text-transform: none; }
#check-out-prescription .rx-link {
    display: inline-block; margin-top: 10px; color: #0E57A1; font-size: 13px;
    text-decoration: underline; text-transform: none; cursor: pointer;
}
#check-out-prescription .rx-field-row { margin-bottom: 0; }
#check-out-prescription .rx-field-row label,
#check-out-prescription .rx-testdate label {
    display: block; font-weight: 700; margin-bottom: 8px; color: #211d3e;
    text-transform: uppercase; letter-spacing: .02em; font-size: 13px;
}
#check-out-prescription .rx-info { color: #9aa0aa; font-size: 13px; margin-left: 4px; }

/* Branch 87 — uploaded prescription file chip (name + view + remove; PDF-safe). */
#check-out-prescription .rx-uploaded-file { display:none; align-items:center; gap:8px; margin-top:12px; padding:10px 12px; border:1px solid #e5e7eb; border-radius:10px; background:#f9fafb; font-size:14px; color:#211d3e; }
#check-out-prescription .rx-uploaded-icon { width:20px; height:20px; flex:0 0 auto; color:#059669; }
#check-out-prescription .rx-uploaded-name { flex:1 1 auto; min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-transform:none; }
#check-out-prescription .rx-uploaded-view { flex:0 0 auto; color:#211d3e; font-size:13px; font-weight:600; text-decoration:underline; text-transform:none; }
#check-out-prescription .rx-uploaded-remove { flex:0 0 auto; width:26px; height:26px; padding:0; border:0; border-radius:50%; background:#f3f4f6; color:#6b7280; font-size:18px; line-height:1; cursor:pointer; display:inline-flex; align-items:center; justify-content:center; }
#check-out-prescription .rx-uploaded-remove:hover { background:#fee2e2; color:#b91c1c; }

/* Branch 87 — file chip hardening + hide the uploadfile plugin status bar (chip is the single indicator). */
#check-out-prescription .rx-uploaded-file { padding: 10px 12px !important; border: 1px solid #e5e7eb !important; border-radius: 10px !important; background: #f9fafb !important; box-shadow: none !important; gap: 10px !important; margin-top: 12px !important; }
#check-out-prescription .rx-uploaded-file svg.rx-uploaded-icon { width: 22px !important; height: 22px !important; min-width: 22px !important; max-width: 22px !important; flex: 0 0 auto !important; color: #059669 !important; }
#check-out-prescription .rx-uploaded-file .rx-uploaded-name { flex: 1 1 auto !important; min-width: 0 !important; overflow: hidden !important; text-overflow: ellipsis !important; white-space: nowrap !important; font-size: 14px !important; font-weight: 600 !important; text-transform: none !important; }
#check-out-prescription .rx-uploaded-file .rx-uploaded-view { flex: 0 0 auto !important; white-space: nowrap !important; font-size: 13px !important; text-transform: none !important; }
#check-out-prescription .rx-uploaded-file .rx-uploaded-remove { flex: 0 0 auto !important; width: 28px !important; height: 28px !important; min-width: 28px !important; max-width: 28px !important; padding: 0 !important; margin: 0 !important; border: 0 !important; border-radius: 50% !important; background: #f3f4f6 !important; color: #6b7280 !important; font-size: 18px !important; line-height: 1 !important; box-shadow: none !important; }
#check-out-prescription .rx-uploaded-file .rx-uploaded-remove:hover { background: #fee2e2 !important; color: #b91c1c !important; }
#check-out-prescription .ajax-file-upload-statusbar { display: none !important; }
