﻿﻿ /*@media screen based on bootrap 4 
    sm >= 576px
    md >= 768px
    lg >= 992px
    xl >= 1200px
*/
@charset "UTF-8";
/*!
* Ezpetrx.com Style Sheet v1.0
* Copyright 2021
*/
* {
    margin: 0;
    padding: 0;
}

*:focus-visible {
    outline: 2px solid #000;
}

.modal-header button.close {
    opacity: .6;
}

@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts//password.ttf');
}

html, body {
    height: 100%;
}

body {
    font-family: 'Work Sans', sans-serif;
}

.custom-input-password {
    font-family: 'password';
    letter-spacing: 2px;
}
/*EC-2927 EC-2917 set border black all instances, overwrite bootstrap default box shadow*/
.form-control:focus, .btn:focus, .btn.focus, .custom-control-input:focus ~ .custom-control-label::before, .custom-select:focus, .custom-file-input:focus ~ .custom-file-label, .page-link:focus, .form-check .switch input[type=checkbox]:focus + .slider {
    box-shadow: 0 0 0 0.1rem #000 !important;
}
/*EC-2927 EC-2917 set these classes separately, not working in the aggregated previous one */
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.1rem #000 !important;
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 0.1rem #000 !important;
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 0.1rem #000 !important;
}
/*global light blue color*/
.light-blue-color {
    /*color: #29ABE2;*/
    color: #00819D !important;
}
.light-blue-color:hover, .light-blue-color:focus {
        /*color: #29ABE2;*/
        color: #00819D !important;
}

.grey-color {
    color: #58595B;
}

    .grey-color:hover, .grey-color:focus {
        color: #58595B;
    }

.characters-counter {
    display: inline;
    float: right;
}

/*EC-2674 add mb-9 css class rule*/
.mb-9 {
    margin-bottom: 9rem !important;
}

/*EC-2651 
form input, form input:focus, form label:focus, form span:focus
removed outline none for accessibility
*/
/* Global Styles 
=================================*/
/*EC-2651 overwrite success text color to render ADA compliant on white background*/
body .text-success {
    color: #155724 !important;
}

/*EC-2670 fix increased opacity to 0.9*/
.white-overlay {
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}


.welcome-message .welcome-message__title {
    color: #00819D;
    font-size: 1.3rem;
}

.welcome-message .welcome-message__description {
    font-size: 0.9rem;
    margin-bottom: 0;
    /*EC-2670 set darker*/
    color: #3e3e3f;
}

.general-header {
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.2);*/
}

.general-footer {
    /*box-shadow: 0 -1px 3px rgba(0,0,0,0.2);*/
    margin-bottom: 0;
}

.small-text, .small-text-gray {
    color: #666666;
    font-size: 0.9rem;
}

.small-text-gray {
    color: #58595B;
}

.gray-bg {
    background-color: #F3F3F3;
}

a {
    color: #00819D;
    text-decoration: none;
}

    a:hover {
        color: #695D86;
    }

.container .a-footer {
    color: #695D86;
}

.navbar-toggler {
    display: none;
    padding: 1rem;
}

    .navbar-toggler i {
        color: #005879;
    }

input, select, textarea {
    /*background-color: #FCFDFE !important;
    border-color: #E4E8EC !important;*/
    background-color: #FFFFFF !important;
    border-color: #CCCCCC !important;
}

input, select {
    height: 50px !important;
}
    /*EC-2651 
input:focus, input[type=submit]:focus, button:focus, select:focus
removed outline none and box shadow transparent for accessibility
*/

    input:disabled, select:disabled {
        background-color: #FFFFFF !important;
        border-color: #CCCCCC !important;
    }

    /*EC-2651 added select.error and textarea.error as well*/
    input.error, select.error, textarea.error {
        border: 1px solid #dc3545 !important;
    }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6F737E !important;
    opacity: 1; /* Firefox */
}

.required {
    /*color: #dc3545;*/
    color: #EF0000 !important;
}

.error-text {
    color: #dc3545;
    font-size: 12px;
}

label {
    text-transform: uppercase;
    font-size: 1rem;
    color: #596684;
    color: #00819D;
}
/*EC-2651 
input:focus
removed for accessibility
*/

.smartphone-only {
    display: none;
}

.desktop-only {
    display: inline-block;
}

nav ul {
    list-style: none;
    margin-bottom: 0;
}

    nav ul li a {
        color: #58595B;
        padding: 0 1.5rem !important;
    }

    nav ul li a {
        color: #00819D;
        padding: 0 1.5rem !important;
    }

        nav ul li a:hover {
            color: #00819D;
        }

        nav ul li a:hover {
            color: #00819D;
        }

/*EC-2651 
  fix display flex align and justify content center, set border radius 0
*/
.manage-account {
    border-left: 1px solid #C8CCD3;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
    /*EC-2651 
  fix remove position absolute, top, right
*/
    .manage-account:after {
        content: "\f0d7";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        color: #9EA1A7;
        /*EC-2651 set margin left 5px*/
        margin-left: 5px;
        transition: transform 0.2s;
    }

    /*EC-2651 
  add new style
*/
    .manage-account.manage-account--header-popup-visible:after {
        transform: rotate(180deg);
        transition: transform 0.2s;
    }

    .manage-account:hover {
        text-decoration: none;
    }

        .manage-account:hover span, .manage-account:hover:after {
            color: #00819D !important;
        }

        .manage-account:hover img {
            border-color: #00819D;
        }

    .manage-account span {
        color: #58595B;
        font-weight: 500;
        padding-right: 0.5rem;
    }

    .manage-account img {
        border-radius: 50%;
        border: 2px solid #9EA1A7;
        /*EC-2651 apply display none, TODO phase 2*/
        display: none;
    }

.account-popup, .table-setting-popup {
    display: none;
    position: absolute;
    width: 350px;
    z-index: 10;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 30%);
    top: 77px;
    right: 0;
    border: 1px solid #C8CCD3;
}

.table-setting-popup {
    width: 370px;
    top: 69px;
    right: 15px;
    background: #F9F8FA;
}

    .table-setting-popup h4 {
        text-align: left;
        font-size: 1.2rem;
        color: #58595B;
    }

.table-setting-inner {
    margin: 5px;
    background: #FFFFFF;
    padding: 1rem;
    padding-bottom: 0.5rem;
}

    .table-setting-inner h5 {
        font-size: 1rem;
        font-weight: 300;
        text-align: left !important;
    }
/*EC-2651 
  added .account-popup .view-profile-btn
*/
.account-popup button, .account-popup .view-profile-btn {
    width: 50%;
}

.account-popup .vet-user-img, .account-popup .vet-username, .account-popup .vet-license-num, .account-popup .vet-email {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.account-popup .vet-user-img {
    border-radius: 50%;
    border: 1px solid #00819D;
    /*EC-2651 set display none, TODO phase 2*/
    display: none;
}

.account-popup .vet-username {
    color: #58595B;
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 1rem;
}

.account-popup .vet-license-num {
    color: #58595B;
    font-size: 0.8rem;
}

.account-popup .vet-email {
    color: #00819D;
    font-size: 1rem;
}

.account-popup .logout-btn, .account-popup .view-profile-btn {
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-top: 1px solid #C8CCD3;
    padding: 0.6rem 0;
}

    .account-popup .logout-btn:hover, .account-popup .view-profile-btn:hover, .account-popup .logout-btn:active, .account-popup .view-profile-btn:active {
        background-color: #00819D !important;
        color: #FFFFFF;
        border-color: #C8CCD3 !important;
    }

.account-popup .logout-btn {
    color: #58595B;
    font-size: 1rem;
    font-weight: 300;
    border-right: 1px solid #C8CCD3;
}

.account-popup .view-profile-btn {
    color: #00819D;
}

.rx-table .table-head, .rx-table .table-body {
    padding: 0.8rem;
    color: #666666;
}

.rx-table .table-head {
    background-color: #EFEFEF;
    font-weight: 500;
    font-size: 0.8rem;
}

.rx-table .table-body {
    font-size: 0.9rem;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .rx-table .table-body .row-spinner {
        position: absolute;
        left: calc(50% - 11px);
        top: calc(50% - 11px);
    }

    .rx-table .table-body .row-link {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 4;
    }

    .rx-table .table-body .focusable-gridcell:focus {
        outline: 2px solid #000;
    }

    .rx-table .table-body:hover {
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }

    .rx-table .table-body:nth-child(odd) {
        background: #F8F8F8;
    }
/* Custom Select Box */

.customSelect, .prescription-select {
    position: relative;
}

    .customSelect .select-items {
        max-height: 30vh;
        overflow: auto;
    }

    .customSelect select {
        display: none; /*hide original SELECT element:*/
    }

.select-selected {
    background-color: #FCFDFE !important;
    border: 1px solid #E4E8EC !important;
    border-radius: 0.25rem;
    color: #596684;
    height: 50px;
}
    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        color: #596684;
        top: 12px;
        right: 20px;
        width: 0;
        height: 0;
    }
    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        transform: rotate(180deg);
        top: 35px;
        right: 10px;
    }
/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #495057;
    padding: 0.8rem 1rem;
    border: 1px solid transparent;
    border-color: transparent transparent #C8CCD3 transparent;
    cursor: pointer;
    user-select: none;
    position: relative;
}

    .select-items div:last-child {
        border: none;
    }
/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #FFFFFF;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #C8CCD3;
    border-top-color: transparent;
    border-radius: 0 0 5px 5px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.20);
}
/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: #00819D;
    color: #FFFFFF !important;
}

/* ==== Custom checkbox Start */

/* The Custom Check Wrapper */
.custom-check {
    position: relative;
    padding-left: 22px;
    margin-bottom: 0;
    font-size: 0.9rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: none;
    display: flex;
}

    /* Hide the browser's default checkbox */
    .custom-check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #00819D !important;
}

.custom-check.disabled .checkmark {
    background-color: #E4E8EC !important;
    border: 1px solid #9EA1A7 !important;
}

.custom-check input:not(:disabled):focus ~ .checkmark, .custom-check input:not(:disabled):hover ~ .checkmark {
    border: 1px solid #00819D !important;
}

/* When the checkbox is checked, add a blue background */
.custom-check input:checked ~ .checkmark {
    /*background-color: #29ABE2;*/
    background-color: #00819D;
    border-color: #FFFFFF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-check .checkmark:after, .custom-check.disabled .checkmark:after {
    background: url(../images/checkmark.svg) no-repeat;
    top: 3px;
    background-size: 100% 100%;
    width: 8px;
    height: 8px;
    left: 3px;
}

.custom-check.disabled .checkmark:after {
    background: url(../images/checkmark-disabled.svg) no-repeat;
}

/* Sorting Select box Text Position */
.sorting .select-selected {
    padding-top: 5px;
}
/* Sorting Select box Text */
.sorting:before {
    position: absolute;
    content: "(Order Date)";
    font-size: 11px;
    color: #596684;
    top: 30px;
    left: 26px;
}

@supports (-moz-appearance:none) {
    .sorting:before {
        /*EC-2671 fix Firefox select text with left margin*/
        left: 30px;
    }
}

/* Sorting Select box Item Custom Size */
.sorting .select-items {
    width: 100%;
}

/* ==== Custom checkbox End */
/*EC-2651 removed a tag from a.table-setting*/
.table-setting, .arrow-pagination .left-arrow, .arrow-pagination .right-arrow {
    width: 44px;
    height: 44px;
    display: inline-block;
    color: #58595B;
    border: 1px solid #C8CCD3;
    text-align: center;
    line-height: 43px;
    position: relative;
}
/*EC-2651 removed a tag from a.table-setting*/
.table-setting {
    border-radius: 50%;
    font-size: 1.3rem;
}
    /*EC-2651 removed a tag from a.table-setting*/
    .table-setting i, .arrow-pagination .left-arrow i, .arrow-pagination .right-arrow i {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    /*EC-2651 removed a tag from a.table-setting*/
    .table-setting:hover, .arrow-pagination .left-arrow:hover, .arrow-pagination .right-arrow:hover {
        color: #00819D;
        border-color: #00819D;
    }

.arrow-pagination .left-arrow.inactive, .arrow-pagination .right-arrow.inactive, .arrow-pagination .left-arrow.inactive:hover, .arrow-pagination .right-arrow.inactive:hover {
    color: #9EA1A7;
}

    .arrow-pagination .left-arrow.inactive:hover, .arrow-pagination .right-arrow.inactive:hover {
        border-color: #C8CCD3;
    }


.search-wrapper {
    position: relative;
}

    .search-wrapper button {
        position: absolute;
        color: #9EA1A7;
        border: none;
        background-color: transparent;
        right: 0;
        top: 0px;
        font-size: 1.2rem;
        padding: 0.7rem 1rem 0.65rem 1rem;
    }

input[type=search] {
    border: 1px solid #C8CCD3;
    padding: 1rem;
    border-radius: 8px;
    width: 100%;
    padding-right: 3rem;
}

.page-title h1, .page-title h2 {
    font-size: 1.5rem;
    color: #00819D;
}

.arrow-pagination {
    text-align: center;
}

    .arrow-pagination .left-arrow {
        border-right: none;
        border-radius: 22px 0 0 22px;
    }

    .arrow-pagination .right-arrow {
        border-left: none;
        border-radius: 0 22px 22px 0;
    }

.contact-social-links {
    list-style: none;
}

    .contact-social-links li {
        display: inline-block;
    }

footer .social-links-footer {
    text-align: right;
}

    footer .social-links-footer li a, .contact-social-links li a {
        padding: 0.3rem;
        color: #58595B;
    }

.contact-social-links li a {
    padding: 0.8rem;
    display: block;
}

    footer .social-links-footer li a:hover, .contact-social-links li a:hover {
        color: #00819D;
    }

footer .badges {
    text-align: right;
}

.tooltip .tooltip-inner {
    background-color: #596684;
}

.tooltip .arrow:before {
    border-bottom-color: #596684;
    border-top-color: #596684;
}

.pres-filter {
    position: relative;
}

    .pres-filter .dropdown-menu {
        max-height: 313px;
        overflow-y: auto;
    }

        .pres-filter .dropdown-menu .active {
            background-color: #00819D;
        }

        .pres-filter .dropdown-menu .dropdown-item {
            padding-top: 0.8rem;
            padding-bottom: 0.8rem;
            border-bottom: 1px solid #C8CCD3;
        }

            .pres-filter .dropdown-menu .dropdown-item strong {
                font-weight: 500;
            }

            .pres-filter .dropdown-menu .dropdown-item:last-child {
                border-bottom: none;
            }

    .pres-filter .filter-btn {
        background-color: #fff;
        color: #9EA1A7;
        border: 1px solid #C8CCD3;
        padding: 0.7rem;
    }

    .pres-filter.show > .dropdown-toggle, .pres-filter.show > .dropdown-toggle:active {
        background-color: #00819D;
        border-color: #249DD0;
        color: #FFFFFF;
    }

.status-badge {
    border-radius: 20px;
    padding: 0.3rem 1rem;
    font-size: 0.7rem;
    text-align: center;
}

    .status-badge.status-badge--btn-mobile {
        z-index: 5;
        padding:4px 10px;
    }

    .status-badge.waiting-approval {
        /*background-color: #F0C58B;*/
        background-color: #FDB92480;
        color: #6B4B39;
    }

    .status-badge.approved {
        background-color: #00C63780;
        color: #234922;
    }

    .status-badge.declined {
        background-color: #EF000066;
        color: #4D0808;
    }

.vet-name-tooltip {
    border: 1px solid transparent;
    border-radius: 50px;
    width: 26px;
    height: 26px;
    display: inline-block;
    overflow: hidden;
    z-index: 5;
    margin-left: 3px;
    position: relative;
}

    .vet-name-tooltip.approved {
        border-color: #25BF1F;
    }

    .vet-name-tooltip.declined {
        border-color: #F08B8B;
    }

    .vet-name-tooltip i {
        font-size: 16px;
        padding: 0px;
        color: #C8CCD3;
    }

.pagination li a {
    padding: 0.2rem 0.5rem !important;
    margin: 0 0.2rem;
}

.rx-list-nav {
    border: 1px solid #CFDBE0;
    border-radius: 1.5rem;
    font-size: 0.7rem;
    margin-right: 1rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    color: rgba(105 93 134 / 20%)
}

.page-item:last-child .page-link {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    color: rgba(105 93 134 / 20%)
}

    .page-item:last-child .page-link:hover, .page-item:first-child .page-link:hover {
        background-color: transparent;
        color: #00819D;
    }

.page-link {
    border: none;
    font-weight: 500;
    color: #695D86;
}

    .page-link:hover {
        color: #00819D;
        border-radius: 1rem;
        background-color: transparent;
    }

.page-item.active .page-link {
    border-radius: 1rem;
    background-color: #E4E8EC;
    color: #695D86;
}

.blue-background {
    background-color: #00819D;
    position: relative;
    z-index: 8;
}
/* Progress Bar Style Start */

.progressbar {
    counter-reset: step;
    position: relative;
    z-index: 10;
}

    .progressbar li {
        counter-increment: step;
        list-style: none;
        display: inline-block;
        width: 33%;
        position: relative;
        text-align: center;
        cursor: pointer;
        color: #A6C7D6;
    }

    .progressbar .step-title-active {
        color: #FFFFFF;
    }
        /*EC-2651 
    set padding link rx authorization request
*/
        .progressbar .step-title-active.rx-authorization-request-link {
            padding-top: 50px;
        }

    .progressbar .step-title-inactive {
        color: #CFDBE0;
    }

    .progressbar li:before {
        content: counter(step);        
        width: 32px;
        height: 32px;
        line-height: 28px;
        border: 2px solid #B1DCEF;
        border-radius: 100%;
        display: block;
        text-align: center;
        margin: 0 auto 10px auto;
        background-color: #FFFFFF;
    }

    .progressbar li:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #B1DCEF;
        top: 15px;
        left: -50%;
        z-index: -1;
    }

    .progressbar li:first-child:after {
        content: none;
    }

    .progressbar li.active {
        color: #00819D;
    }
.progressbar li.active.done {
	color: #FFFFFF;
}
    .progressbar li.active:before {
        /*border: 2px solid #00E2FF;*/
        border: 2px solid #00D2FF;
        box-shadow: 0 3px 6px rgba(0 0 0 / 16%);
    }
        .progressbar li.active.done:before {
            content: url("../images/checkmark-large.svg");
            border: 1px solid #FFFFFF;
            background-color: #00819D;
            line-height: 29px;
        }
    .progressbar li.active + li:after {
        /*background-color: #00E2FF;*/
        border: 2px solid #00D2FF;
    }
/* Progress Bar Style End */

.body-header .back-btn {
    color: #FFFFFF;
    position: absolute;
    top: 2px;
}

    .body-header .back-btn:hover span, .body-header .back-btn:focus span {
        text-decoration: underline;
    }

    .body-header .back-btn:focus {
        box-shadow: none;
    }

    .body-header .back-btn i {
        padding-right: 0.6rem;
    }

.body-header .master-page-title {
    text-align: center;
    color: #FFFFFF;
    font-size: 1.5rem;
}

.container .about-section-row {
    color: #222222;
    font-weight: 700;
}

.container .about-section-sub-row {
    color: #222222;
    font-weight: 600;
}

.container .about-section-sub-row-height {
    line-height: 0;
}

.container .about-section-checkmark {
    margin-left: 8px;
    color: #00819D;
}

.mark-require {
    color: #58595B !important;
}

.container .w9confirm-section-row {
    color: #00819D;
    font-weight: 600;
    font-family: 'Work Sans';
    font-size: 20.8px;
    line-height:24.96px;
}

.w9confirm p {
    margin: 0.5em 0;
}

.w9confirm ul {
    margin: 0.5em 0 1em 20px;
    padding: 0;
}

    .w9confirm ul li {
        margin-bottom: 6px;
    }

.w9confirm a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

    .w9confirm  a:hover {
        text-decoration: underline;
    }

.w9confirm .button-container {
    text-align: center;
    margin-top: 30px;
}

.w9confirm .button {
    display: inline-block;
    margin:auto;
    margin-top: 20px;
    padding: 10px 18px;
    font-size: 14px;
    background-color: #00819D;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    width:200px;
    text-align:center;
}

    .w9confirm .button:hover {
        background-color: #007a9a;
    }

/* RX Auth Page Styles 
=================================*/

.rx-detail-header {
    background-color: #FFFFFF;
    padding: 1rem 2rem;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0 0 0 / 16%);
    margin-top: -40px;
    z-index: 8;
}

    .rx-detail-header p, .rx-client-info p {
        margin-bottom: 0;
        color: #58595B;
    }

    .rx-detail-header .rx-status {
        text-align: right;
    }

.rx-client-info .section-title h2 {
    font-size: 1.2rem;
    color: #58595B;
}

.vet-information .dashed-border {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%23333' stroke-width='1' stroke-dasharray='10%2c 10' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
    border-radius: 15px;
    position: relative;
}

.vet-information .shadow-box {
    box-shadow: 0 50px 60px rgba(0 0 0 / 10%);
}

.vet-information .vet-bubble {
    position: absolute;
    left: 18px;
    top: -117px;
}

    .vet-information .vet-bubble img {
        max-width: 80%;
    }
/*EC-2651 
  removed .vet-information .declined-reason-div 
    display none managed from controller and aspx page
*/
/* Custom Radio Button Start */

.rx-radio-btn .invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}

.rx-radio-btn .radio-btn label {
    display: -moz-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: left;
}

.rx-radio-btn .choose-block-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .rx-radio-btn .choose-block-form .label-cbx .check {
        margin-right: 10px;
    }

    .rx-radio-btn .choose-block-form .block-ques {
        display: flex;
        margin-left: -20px;
        width: 100%;
    }

        .rx-radio-btn .choose-block-form .block-ques label .wrap-check .l-block {
            display: flex;
            align-items: center;
        }

            .rx-radio-btn .choose-block-form .block-ques label .wrap-check .l-block .dot {
                margin: 0 18px;
            }

.rx-radio-btn .check-label {
    cursor: pointer;
    text-transform: capitalize;
}
.rx-radio-btn .check-label .wrap-check {
    display: flex;
    width: 100%;
}
    .rx-radio-btn .check-label .wrap-check:hover {
        /*color: #41c0d3;*/
        color: #00819D;
        text-decoration: underline;
    }
.rx-radio-btn .check-label .wrap-check .r-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
    .rx-radio-btn .check-label .wrap-check:hover .r-block .text-label, .rx-radio-btn .check-label .wrap-check:hover .r-block .text-label *, .rx-radio-btn .check-label input:checked + .wrap-check .text-label, .rx-radio-btn .check-label input:checked + .wrap-check .text-label * {
        /*color: #41c0d3;*/
        color: #00819D;
    }
.rx-radio-btn .check-label .wrap-check .l-block .dot {
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #dfdfdf;
    background: #fff;
    border-radius: 100%;
    margin: 0 20px;
    transition: .3s;
}
.rx-radio-btn .label-cbx .check {
    position: relative;
    top: 0;
    float: left;
    margin-right: 18px;
    width: 20px;
    height: 20px;
    border: 2px solid #C8CCD4;
    border-radius: 3px;
}
.rx-radio-btn .check-label .wrap-check:hover .l-block .dot, .rx-radio-btn .check-label input:checked + .wrap-check .dot {
    /*border: 4px solid #41c0d3;*/
    border: 4px solid #00819D;
}

/* Custom Radio Button End */

/* Login Page Styles 
=================================*/

header .right-section {
    padding-top: 2rem;
}

.login-page, .reset-password-page, .reset-pin-page, .unsubscription-page {
    background: url("../images/login-bg.jpg") no-repeat;
    background-size: contain;
    /*EC-2675 fix removed background-attachment: fixed;*/
}

.registration-page {
   
}

.right-section, .login-section {
    padding-right: 8rem;
}

    .right-section .right-section__title, .login-section .login-section__title{
        color: #00819D;
        font-size: 20.8px;
        font-weight: 600;
        font-family: 'Work Sans';
        line-height: 24.96px;
        /*margin-top: 8rem;*/
    }
.registration-section .registration-section__title {
    color: #00819D;
    font-size: 20.8px;
    font-weight: 600;
    font-family: 'Work Sans';
    line-height: 24.96px;
    margin-top: 8rem;
}
    .right-section .right-section__title {
        margin-top: 7rem;
    }

    .login-section input {
        padding-left: 3rem;
        position: relative;
        background-repeat: no-repeat;
        background-position: 10px center;
        height: 50px;
    }

        .login-section input[type=checkbox] {
            padding-left: 0rem;
        }
            .login-section input[type=email] {
            background-image: url("../images/email-icon.svg");
        }

    .login-section .input-password {
        background-image: url("../images/password-icon.svg");
    }

        /*fix hide eye from Edge*/
        .login-section .input-password::-ms-reveal,
        .login-section .input-password::-ms-clear {
            display: none;
        }

.social-links {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 999;
    text-align: center;
}

    .social-links ul {
        list-style: none;
        margin-left: 3rem;
        margin-bottom: 0;
    }

    .social-links a {
        color: #C8CCD3;
        padding: 5px 0;
        display: inline-block;
    }

        .social-links a.facebook:hover i {
            text-shadow: 0 3px 5px rgba(59,89,152,0.3);
            color: rgba(59,89,152,1);
        }

        .social-links a.twitter:hover i {
            text-shadow: 0 3px 5px rgba(29,161,242,0.3);
            color: rgba(29,161,242,1);
        }

        .social-links a.youtube:hover i {
            text-shadow: 0 3px 5px rgba(255,101,101,0.3);
            color: rgba(255,101,101,1);
        }

        .social-links a.linkedin:hover i {
            text-shadow: 0 3px 5px rgba(14,118,168,0.3);
            color: rgba(14,118,168,1);
        }

.login-section .form-check {
    padding-left: 0;
}
/* Switcher START */

/* The switch - the box around the slider */
.form-check .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

    .form-check .switch:before {
        content: "Remember Me";
        position: absolute;
        left: 60px;
        top: 2px;
        width: 160px;
        text-transform: none;
    }

    /* Hide default HTML checkbox */
    .form-check .switch input[type=checkbox] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.form-check .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F3F3F3;
    -webkit-transition: .4s;
    transition: .4s;
}

    .form-check .slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 2px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.form-check input:checked + .slider {
    background-color: #00819D !important;
    /*fix gap border and box shadow*/
    border: 1px solid #00819D;
}

    .form-check input:checked + .slider:before {
        -webkit-transform: translateX(22px);
        -ms-transform: translateX(22px);
        transform: translateX(22px);
    }

/* Rounded sliders */
.form-check .slider.round {
    border-radius: 34px;
    border: 1px solid #CCCCCC;
}

    .form-check .slider.round:before {
        border-radius: 50%;
        border: 1px solid #757575;
    }

/* Switcher END */
.blue-btn, .blue-btn-large, .blue-btn-alt, .blue-btn-alt-large {
    /*background-color: #29ABE2;*/
    background-color: #00819D;
    border-color: transparent;
    /*box-shadow: 0px 7px 20px rgba(67, 171, 226, 0.4);*/
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.blue-btn-large, .blue-btn-alt-large {
    width: 100%;
}

    .blue-btn:hover, .blue-btn:focus, .blue-btn-large:hover, .blue-btn-large:focus, .blue-btn-alt:hover, .blue-btn-alt:focus, .blue-btn-alt:active, .blue-btn-alt-large:hover, .blue-btn-alt-large:focus, .blue-btn-alt-large:active {
        background-color: #249DD0 !important;
        border-color: transparent;
    }

    .blue-btn:hover, .blue-btn:focus, .blue-btn-large:hover, .blue-btn-large:focus, .blue-btn-alt:hover, .blue-btn-alt:focus, .blue-btn-alt:active, .blue-btn-alt-large:hover, .blue-btn-alt-large:focus, .blue-btn-alt-large:active {
        background-color: #00819D !important;
        border-color: transparent;
    }

.blue-btn-alt, .blue-btn-alt-large {
    background-color: #FFFFFF;
    border: 1px solid #00819D;
    /*color: #29ABE2;*/
    color: #00819D;
}

.no-shadow {
    box-shadow: none;
}

.login-section .modal-header, .simple-modal .modal-header {
    background-color: #F8F8F8;
    border-bottom: none;
    padding: 0.6rem 2rem;
    color: #596684;
}

.simple-modal .modal-header {
    background: #fff;
}

.simple-modal .modal-body, .simple-modal .modal-footer {
    padding-left: 2rem;
    padding-right: 2rem;
}

.simple-modal .modal-footer {
    border: none !important;
}

.page-count {
    color: #58595B;
}

footer {
    font-size: 0.7rem;
    color: #666666;
    margin: 3% 0 2% 0;
}

.unsubscription-page footer {
    margin-bottom: 0px;
}

.registration-page footer {
    margin-top: 1%;
}

footer p {
    margin-bottom: 1.5%;
}

footer a {
    /*   color: #695D86;*/
    color: #00819D;
}

    footer a:hover {
        /* color: #29ABE2;*/
        color: #00819D;
    }

footer ul {
    list-style: none;
    margin-bottom: 0;
}

    footer ul li {
        display: inline-block;
    }

        footer ul li a {
            padding: 0 10px;
        }

/*EC-2670 fix firefox*/
.support-pharmacy .support-pharmacy__store-link img {
    width: 133.35px;
}

/* Registration Styles 
=================================*/
.agreement-text {
    text-align: right;
}

/* My Profile Styles 
=================================*/

.my-profile h5 {
    font-size: 1rem;
    color: #58595B;
}

/*EC-2651 added .forgot-pin-loader*/
.my-profile .forgot-pin-loader {
    margin-top: 2px;
}
/* About Us & Contact Us Styles 
=================================*/
/*EC-2651
    add contact-us a as well
*/
.about-us p {
    color: #222222;
}
 .contact-us a {
    color: #00819D;
}

.brand-logo {
    text-align: center;
}

    .brand-logo img {
        width: 90%;
        height: 60px;
    }

/*EC-2651 custom tooltip start*/
.tooltip.tooltip--custom * {
    color: #000;
}

.tooltip.tooltip--custom .arrow:before {
    border-bottom-color: #58595B !important;
    border-top-color: #58595B !important;
}

.tooltip.tooltip--custom .tooltip-inner {
    background-color: #fff;
    box-shadow: 0px 1px 3px #58595B;
}
/*EC-2651 custom tooltip end*/

/* Responsive Styles 
=================================*/

/* Tablet Portrait Breakpoint
=================================*/
/*
    EC-2675 fix Setting same size as for bootstrap (xl starts from 1200px)
    before was 1024px
*/

@media screen and (max-width: 1199.98px) {
    /* Login Page Style
	=================================*/
    .login-section {
        padding-right: 0rem;
    }

    .login-page, .registration-page, .reset-password-page, .reset-pin-page, .unsubscription-page {
        background-position: 120% center;
        background-size: auto !important;
    }

    .navbar-toggler {
        display: block;
    }

    .manage-account {
        border: none;
    }

    header .navbar {
        padding: 0;
        width: 100%;
    }

    header .navbar-nav {
        margin: 1rem 0;
    }

        header .navbar-nav .nav-link {
            padding: 1rem !important;
            border-top: 1px solid #f5f5f5;
            border-bottom: 1px solid #f5f5f5;
            margin-bottom: -1px;
        }

        header .navbar-nav .nav-link {
            padding: 1rem !important;
            border-top: 1px solid #f5f5f5;
            border-bottom: 1px solid #f5f5f5;
            margin-bottom: -1px;
        }
    /* EC-2651 
       fix remove display block and set margin left auto
    */
    .manage-account {
        border: none;
        padding-right: 1rem !important;
        margin-left: auto;
    }
    /* EC-2651 
       fix remove .manage-account:after
    */

    .account-popup {
        top: 260px;
    }

    .vet-name-tooltip{
        overflow:visible;
    }

}

@media (max-width: 991px) {
    .rx-table .table-body .focusable-gridcell.status:focus {
        outline: 0px !important;
    }

        .rx-table .table-body .focusable-gridcell.status:focus .status-badge.status-badge--btn-mobile {
            outline: 2px solid #000;
        }
    .vet-name-tooltip {
        overflow: visible;
    }
}

@media (min-width: 992px) {
    .rx-table .status-badge {
        min-width: 123px;
    }

    .rx-table .header-column-status {
        padding-left: 40px !important;
    }
}

/* Smartphones Breakpoint
=================================*/
/*set as from bootrap 4 breakpoints */
@media screen and (max-width: 767.98px) {

    /* Generic Styles
	=================================*/

    .desktop-only {
        display: none;
    }

    .smartphone-only {
        display: block;
    }

    .page-title {
        padding-bottom: 2rem;
    }

    .table-action-bar {
        padding-top: 1rem;
    }

    .table-setting-popup {
        width: 100%;
        /*EC-2651 fix alignment*/
        right: -15px;
    }

    .back-btn {
        display: inline-block;
        margin-bottom: 2rem;
        position: relative !important;
    }

    .progressbar li {
        width: 32%;
    }

    /* Login Page Style
	=================================*/
    .logo img {
        max-width: 100%;
    }

    .right-section {
        padding-right: 0rem;
    }

    .login-page, .registration-page, .reset-password-page, .reset-pin-page, .unsubscription-page {
        background-position: right center;
        background-size: auto;
    }

    /*EC-2651 commented footer ul margin top 2rem*/
    /*footer ul {
        margin-top: 2rem;
    }*/

    .support-pharmacy, footer .badges, footer .social-links-footer {
        text-align: center;
    }

        .support-pharmacy span {
            display: block;
            color: #695D86;
            font-size: 0.7rem;
        }

    /* Registration Page Style
	=================================*/
    .agreement-text {
        text-align: center;
    }
    /* RX Detail Page Style
	=================================*/

    .rx-detail-header .rx-status {
        text-align: left;
    }

    .rx-detail-header .blue-btn-large {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .vet-information {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .rx-radio-btn .check-label .wrap-check {
        margin-right: 2rem;
    }

    .rx-radio-btn .choose-block-form .block-ques label .wrap-check .l-block .dot {
        margin: 0 5px;
    }

    /* About Us Page Style
	=================================*/

    .brand-logo img {
        width: 70%;
        height: 50px;
    }

    .rx-table .table-head {
        display: none;
    }
    /* ec-2651 removed display none on .rx-table .table-body*/
    /* ec-2651 removed css class table-body-responsive*/
    .table-body {
        border-radius: 10px;
        background: #FFFFFF;
        box-shadow: 0 5px 10px rgba(105,93,134,0.2);
    }

        .table-body .rx-name {
            font-size: 1.1rem;
        }
    .vet-name-tooltip {
        overflow: visible;
    }
}

/* sm Breakpoint
=================================*/
/*set as from bootrap 4 breakpoints */
@media screen and (max-width: 575.98px) {
    .vet-information .vet-bubble {
        left: 3px;
    }

    .vet-name-tooltip {
        overflow: visible;
    }
}

/*password component start*/

.input-password-wrapper {
    display: flex;
    flex-direction: row;
}

    .input-password-wrapper .input-password {
        margin-right: 0;
        padding-right: 20%;
    }

    .input-password-wrapper .show-or-hide-password {
        height: 49px;
        position: absolute;
        right: 0px;
        top: calc(50% - 16px);
        width: 20%;
    }

        .input-password-wrapper .show-or-hide-password .show-or-hide-password__text {
            display: flex;
            line-height: 1.2;
        }

/*password component end*/
.terms-heading {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-style: normal; 
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #00819D;
    border-radius: 4px;
    margin-top: 16px;
}

.separator-line {
    width: 890px;
    height: 1px;
    background-color: #CCCCCC;
    opacity: 1;
    margin: 16px 0;
}

.terms-content {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0;
    color: #222222;    
}
.terms-label {
    font-family: Work Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
    color: #666666;
}

.label-theme {
    font-family: Work Sans !important;
    font-weight: 400 !important;
    font-style: Regular !important;
    font-size: 16px !important;
    leading-trim: NONE;
    line-height: 24px !important;
    letter-spacing: 0% !important;
    vertical-align: middle !important;
    text-transform: uppercase !important;
    color: #00819D !important;
}
.button-theme {
    background-color: #00819D !important;
    color: #FFFFFF !important;
}
.cancel-theme {
    color: #00819D !important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    /*filter: invert(41%) sepia(100%) saturate(500%) hue-rotate(160deg) brightness(95%) contrast(105%);*/
    filter: invert(34%) sepia(100%) saturate(600%) hue-rotate(160deg) brightness(95%) contrast(105%) !important;
    cursor: pointer !important;
}

.my-profile select::-webkit-inner-spin-button,
.my-profile select::-webkit-outer-spin-button,
.my-profile select::-webkit-keygen-select,
.my-profile select::-webkit-textfield-decoration-container,
.my-profile select::picker-icon {
    filter: invert(41%) sepia(100%) saturate(500%) hue-rotate(160deg) brightness(95%) contrast(105%) !important;
    cursor: pointer !important;
}





.w9SubmissionHeader {
    font-family: Work Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20.8px;
    leading-trim: NONE;
    line-height: 24.96px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #00819D;    
    background-color: white;
}
.cancel-hover:hover {
    background-color: #00819D !important;
    color: white !important;
}

.custom-label {
    color: #596684 !important;
}

.alert-danger {
    color: #000000;
    background-color: #EF000066;
    border-color: #005a71;
}

.promotional-label-top {
    width: 600;
    height: 205;
    gap: 20px;
    angle: 0 deg;
    opacity: 1;
    border-radius: 10px;
    padding: 30px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 25px 0px #00000026;    
}
.promotional-label-bottom {
    width: 600;
    height: 205;
    gap: 20px;
    angle: 0 deg;
    opacity: 1;
    border-radius: 10px;
    padding: 30px;
    background-color: #E6F2F5;
    margin-top: 20px;
}

.button-custom {
    background-color: #00819D !important;
    color: white !important;
}
.label-custom,.eye-custom-color {
    color: #00819D !important;
    white-space: nowrap;
}
.btn-outline-primary {
    color: #00819D !important;
    background-color: white !important;
    border-color: #00819D !important;
}
.btn-outline-primary:hover {
    background-color: #00819D !important;
    color: white !important;
}
@media (min-width: 1024px) {
    .header-gap {
        gap : 52% !important;
    }
    .footer-padding{
        padding-left: 5% !important;
    }
    .forget-Password-gap{
        padding-left: 1em !important;
    }
}

.btn-link{
    color:#00819D !important;
}
.form-container-signin {
    display: flex !important;
    flex-direction: row; /* Default for desktop */
    /*border-top: 1px solid #00000033;*/
    /*border-bottom: 1px solid #00000033;*/
    padding-bottom:30px;
    /*box-shadow: 0px 1px 3px 0px #00000033;*/
}

.left-section {
    margin-top: 3rem !important;
    padding-left: 8% !important;
    order: 1 !important;
}

.right-section {
    order: 2 !important;
    align-items: flex-start !important;
}

/* Mobile view: swap order */
@media (max-width: 766px) {
    .form-container-signin {
        flex-direction: row;
    }

    .left-section {
        order: 2 !important;
    }

    .right-section {
        order: 1 !important;
    }

    .recaptcha-wrapper {
        transform: scale(0.9) !important; /* shrink to 90% */
        transform-origin: center !important; /* keep it centered after scaling */
    }

    .pl-3, .px-3 {
        padding-left: 0px !important;
    }
}
@media (min-width: 766px) and (max-width: 1024px) {
    .header-gap {
        gap: 46% !important;
    }

    .footer-padding {
        padding-left: 5% !important;
    }
}
.login-promotional-t1 {    
    font-family: Work Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color :#222222 !important;
}
.login-promotional-h1 {
    font-weight: 600 !important;
    color: #005A71 !important;
}
.login-signin-t1 {
    font-family: Work Sans;
    font-weight: 500 !important;
    font-style: Medium;
    font-size: 20.8px;
    leading-trim: NONE;
    line-height: 24.96px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #666666 !important;
}
.login-signin-l1 {
    font-family: Work Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #666666;
}

.filters label {
    color: #666666;
}

@media (min-width: 1200px) {
    .container-fluid {
        max-width:1440px;
    }

   
}

.btn-primary {
    border-color: #00819D;
}

.wrapper {
    border-bottom: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
}

span.ui-slider-label {
    color: #757575 !important;
}


/* Input text color */
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
    color: #222222 !important; /* Dark gray for input text */
    border: 1px solid #cccccc !important; /* Light gray border */
}

    /* Placeholder text color */
input::placeholder,
textarea::placeholder {
        color: #757575 !important; /* Medium gray for placeholder */
    }
.custom-select {
    color: #222222 !important; /* Dark gray for input text */
    border: 1px solid #cccccc !important; /* Light gray border */
}

.svg-logo {
    width: 191px; /* Adjust as needed */
    height: auto;
    max-width: 100%;
    display: block;
}

@media (max-width: 480px) {
    .svg-logo {
        width: 130px; /* Smaller size for mobile */
    }
    .w9-link-position{
        justify-content: space-between !important;
    }
    pl-4, .px-4 {
        padding-left : 0px !important;
    }
}

.name-display {
    max-width: 200px; /* Adjust based on layout */
    white-space: normal; /* Allows wrapping */
    word-break: break-word; /* Breaks long words */
    overflow-wrap: break-word;
}

