@font-face {
    font-family: "Roboto Bold";
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    /* primary color */
    --amgen-blue: #0063C3;
    --cool-blue: #00BCE4;
    --white: #ffffff;
    --black: #000000;
    --gray: #716F73;
    --gradient01: linear-gradient(to right, rgb(0, 99, 195), rgb(0, 188, 228));
    /* --gradient01: linear-gradient(to right, var(--amgen-blue), var(--cool-blue)); */
    /* secondary color */
    --dark-blue: #00BCE4;
    --green: #00BCE4;
    --blue-green: #2DBCB6;
    --red: #D34D2E;
    --orange: #D34D2E;
    --yellow: #F3C108;
    /* others */
    --light-gray: #EFEFEF;
    --amgen-gray: #C1C1C1;
    --map-blue: #005480;
    --map-secondary-green: #88c765;
    --map-orange: #EC951A;
    --location-blue: #005480;
    --location-blue-green: #2DBCB6;
    --location-green: #88C765;
    --location-red: #D34D2E;
    --bs-btn-disabled-bg: #f7f7f7;
    --bs-btn-disabled-border-color: #dee2e6;

}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-inline: auto;
    max-width: 1440px;
    font-family: "Roboto Regular";
}

a {
    text-decoration: none;
}

h1 {
    font-size: 42px;
    line-height: 105%;
    font-weight: 600;
}

h2 {
    font-size: 32px;
    line-height: 100%;
    font-weight: 600;
}

h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
}

p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-family: "Roboto Bold";
}

.gm-style .gm-style-iw-tc {

    display: none;
}

@media (max-width: 767px) {

    .gm-style .gm-style-iw-c {

        border-radius: 0;
    }

    #thankYouModal .modal-body {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #thankYouModal .modal-footer {

        align-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    #thankYouModal .modal-footer button,
    #confirmInformationModal .modal-footer button {
        margin-top: 25px !important;

        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
        align-items: center;
        margin-right: 0;

    }

    h1 {
        font-size: 36px;
        line-height: 105%;
        font-weight: 600;
    }

    h3 {
        font-size: 22px;
        line-height: 24px;
        font-weight: 400;
    }
}

.top-nav {
    background-image: var(--gradient01);
    padding: 10px 0;
    color: var(--white);
}

.amgen-link {
    color: var(--white);
    text-decoration: none;
}

.top-nav-items {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 55px;
}

.amgen-link img {
    margin-left: 5px;
}

.main-nav-bar {
    background-color: var(--white);
    padding: 21px 0px 20px;
}

.main-nav-bar .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.amgen-nav-btn {
    background-color: var(--white);
    color: var(--amgen-blue);
    border-radius: 0px;
    padding: 12px 15px;
    border: none;
    font-size: 18px;
    font-weight: 600;
}

.amgen-nav-btn--bg {
    background-image: var(--gradient01);
    color: var(--white);
}

.amgen-nav-btn:not(.amgen-nav-btn--bg):hover {
    color: var(--amgen-blue);
    opacity: 0.85;
}

.amgen-nav-btn:hover {
    color: var(--white);
    opacity: 0.85;
}

.hamburger-menu {
    display: none;
    height: 20px;
}

.hamburger-menu div {
    width: 32px;
    height: 2px;
    background-color: var(--amgen-blue);
    /* margin: 6px 0; */
}

.main-nav-bar .offcanvas-header {
    background-image: var(--gradient01);
    padding: 30px 26px;
}

.main-nav-bar .offcanvas-body {
    padding: 35px 26px;
    position: relative;
}

.offcanvas-body .mobile-menu-list {
    padding: 0px;
    list-style: none;
}

.offcanvas-body .mobile-menu-list li {
    padding: 25px 0px;
    border-bottom: 1px solid #DBDBDB;
}

.offcanvas-body .mobile-menu-list li a {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: var(--amgen-blue);
}

.offcanvas-body .mobile-menu-list li a::after {
    content: '';
    float: right;
    width: 15px;
    height: 15px;
    border-top: 2px solid var(--amgen-blue);
    border-right: 2px solid var(--amgen-blue);
    transform: rotate(45deg);

}

.offcanvas-footer {
    background-color: var(--light-gray);
    width: 100%;
    padding: 30px 7px 5rem;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0px;
}

.offcanvas-footer .amgen-link {
    color: var(--amgen-blue);
}

.main-content-warpper {
    height: 792px;
    background-color: #0063C3;
    background-image: url(./../images/home-hero-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    background-position-y: -8em;
    flex-direction: column;
    justify-content: space-between;
}

.main-content {
    height: 29rem;
    background-size: cover;
    display: flex;
    background-position-y: -8em;
    flex-direction: column;
    justify-content: space-between;

}

.main-content div {

    background: var(--amgen-blue);
    padding: 4rem;
}

.main-content div h1 {

    font-family: 'Roboto Regular';
    font-weight: 300;
    text-transform: uppercase;
    color: white;
    font-size: 50px;
    padding-top: 2rem;

}

.main-content ul {
    padding: 4rem;

}

.hero-content {
    color: var(--white);
    text-align: center;
    margin-top: 10%;
}

.therapy-locator-dis {
    color: var(--white);
    font-size: 24px;
    font-weight: 400;
}

.locator-search-section {
    margin-top: 36px;
    margin-left: 9rem;
}

.select-brand .dropdown .btn {
    background-color: #EEEEEE;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: #4F4F4F;
    border-radius: 0px;
    width: 100%;
    text-align: left;
    padding: 18px 7px;
}

.select-brand .dropdown-menu {
    border-radius: 0px;
    width: 100%;
    background-color: var(--white);
}

.dropdown-toggle::after {
    height: 15px;
    width: 15px;
    border-top: 3px solid var(--amgen-blue);
    border-right: 3px solid var(--amgen-blue);
    transform: rotate(130deg);
    float: right;
    margin-left: 0px;
    transition: all ease 0.2s;
    border-left: 0px;
    border-bottom: 0px;
    margin-right: 8px;
    position: relative;
}

.dropdown-toggle.show::after {
    transform: rotate(315deg);
    top: 4px;
}

.select-brand .dropdown .dropdown-toggle:active {
    border-color: red;
}

.lumakras-list,
.lumakras-list a {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 5px;
}

.lumakras-list a {
    text-decoration: underline;
}

.search-input {
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    width: 100%;
    padding: 14px 7px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: var(--black);
    height: 3.2rem;
}


.search-input:focus-visible {
    box-shadow: none;
    border: 1px solid transparent;
    outline: 0px;
}

.therapy-search-btn {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 31px;
    border: 2px solid #fff;
    border-radius: 0px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    transition: all ease 0.2s;
}

.therapy-search-btn:hover {
    opacity: 0.85;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #fff;
    color: #fff;
}

.therapy-search-btn img {
    margin-top: -5px;
}

.foot-note-section {
    background-color: rgba(0, 90, 195, 75%);
    color: var(--white);
    padding: 40px 0;
}

.foot-asterisk {
    position: relative;
    margin-left: 10px;
}

.foot-asterisk span {
    position: absolute;
    left: -10px;
}

footer {
    background-image: var(--gradient01);
    padding: 43px 0;
}

.footer-nav {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
}

.footer-nav .footer-nav-item {
    padding: 0px 20px;
    border-right: 1px solid var(--white);
}

.footer-nav .footer-nav-item:first-child {
    padding-left: 0px;
}

.footer-nav .footer-nav-item:last-child {
    border-right: 0px solid var(--white);
}

.footer-nav .footer-nav-item .footer-nav-link {
    color: var(--white);
    font-size: 16px;
    line-height: 6px;
    font-weight: 400;
    cursor: pointer;
}

.amgen-rights {
    color: var(--white);
    font-size: 16px;
    margin-top: 6px;
}

.amgen-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

@media (max-width: 767px) {

    .main-content {

        height: 29rem;
    }

    .main-nav-btns {
        display: none;
    }

    .hamburger-menu {
        display: flex;
        flex-direction: column;
        height: 20px;
        justify-content: space-between;
    }

    .main-content-warpper {
        background-image: none;
        height: auto;
    }

    .hero-content {
        margin-top: 46px;
    }

    .therapy-locator-dis {
        margin-top: 10px;
    }

    .locator-search-section {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .locator-search-section .row {
        gap: 30px;
    }

    .therapy-search-btn {
        width: 100%;
    }

    .footer-nav {
        flex-direction: column;
    }

    .footer-nav .footer-nav-item {
        padding: 0px;
        border-right: 0px solid var(--white);
    }

    .amgen-rights {
        margin-top: 1rem;
    }

    .amgen-logo {
        align-items: flex-start;
        justify-content: flex-end;
        margin-top: 12px;
    }

    .select-brand .dropdown .dropdown-menu.show {
        position: absolute !important;
        transform: translate3d(0px, 60px, 0px) !important;
    }

    #thankYouEmailModal .modal-dialog {
        width: auto !important;
    }

    .home-page .dropbtn span {
        font-size: 24px;
    }

    .offcanvas-footer {
        background-color: var(--light-gray);
        width: 100%;
        padding: 30px 26px 5rem;
        position: absolute;
        bottom: 0px;
        left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 0px;
    }
}

#results1 {
    padding-inline: 9px;
    background-color: #DEDEDE;
}

.card .card-header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


/*Niharika*/
.more-info-tray-main .therapy-search-btn {
    background-color: var(--amgen-blue);
}

.more-info-tray-main {
    background-color: var(--light-gray);
}

.more-info-tray-main .select-brand .dropdown .btn,
.more-info-tray-main .search-input {
    background-color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    color: var(--amgen-gray);
    padding: 16px 7px;
}

@media (min-width: 768px) {
    .more-info-tray-main .col-md-3 {
        width: 28%;
    }

    .more-info-tray-main .col-md-3:last-child {
        width: 16%;
    }

    .more-info-tray-main .therapy-search-btn {
        width: 95%;
    }

    .more-info-tray-main .col-md-3:last-child {
        display: flex;
        align-items: center;
    }
}

.more-info-tray-main .therapy-search-btn {
    line-height: 28px;
    font-size: 18px;
}

.more-info-tray-main .therapy-search-btn img {
    width: 18px;
    height: 18px;
}

.more-info-tray-main label {
    color: #716F73;
    font-weight: bold;
}

.more-info-tray-main .lumakras-list,
.more-info-tray-main .lumakras-list a {
    color: #716F73;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.more-info-tray-main .search-section-tray {
    padding: 24px 0;
    z-index: 200;
    position: relative;
}

.location-card-modal .heading-green,
.location-cards-container .heading-green {
    background-color: var(--blue-green);
    border-radius: initial;
}

@media (min-width: 768px) {
    .location-card-modal ul {
        margin-left: 0px;
    }
}

.location-card-modal .modal-body p strong {
    font-family: 'Roboto Bold';
}

p,
li,
span {
    font-family: "Roboto Regular";
}

.location-card-modal .modal-body p,
.location-card-modal .modal-body li {
    font-size: 20px;
    line-height: 22px;
}

.location-card-modal .modal-header h1,
.location-card-modal .content-header h1 {
    font-size: 14px !important;
    color: var(--white);
    line-height: normal;
}

.location-card-modal .modal-header h1 span,
.location-card-modal .card-header span {
    padding-right: 10px;
}

.location-card-modal .modal-footer button,
.location-card-modal .card-footer button {
    border-radius: initial;
    font-size: 14px;
}

.location-card-modal button.btn.btn-secondary {
    background-color: var(--black);
    font-family: 'Roboto Bold';
    border: 2px solid var(--black);
}

.location-card-modal button.btn.btn-primary {
    border: 2px solid var(--black);
    background: var(--white);
    color: var(--black);
    font-family: 'Roboto Bold';
}

.location-card-modal button.btn.btn-primary a {
    color: var(--black);
}

.location-card-modal .modal-footer,
.location-card-modal .card-footer {
    border-top: none !important;
}

.location-card-modal .modal.show .modal-dialog {
    --bs-modal-width: 329px;
}

.location-card-modal .modal-footer,
.location-card-modal .card-footer {
    justify-content: space-between;
}

.location-card-modal .modal-content {
    border-radius: 8px !important;
}

.location-card-modal .col-md-8 img {
    width: 100%;
    height: auto;
}

.map-component .col-md-8.col-xs-12 .row {
    background: white;
    margin: 0;
}

.orange {
    color: var(--map-orange);
}

.secondary-green {
    color: var(--map-secondary-green);
}

.yellow {
    color: var(--yellow);
}

.map-blue {
    color: var(--map-blue);
}

.map-red {
    color: var(--red);
}

.map-green {
    color: var(--blue-green);
}

@media (min-width: 768px) {
    .map-component .col-md-8.col-xs-12 .row .col-md-4.col-xs-12:nth-child(2) {
        padding-left: 30px;
    }

    .map-component .col-md-8.col-xs-12 .row .col-md-4.col-xs-12.border-end {
        padding-right: 20px;
    }
}

.map-component .col-md-8.col-xs-12 .row .col-md-4.col-xs-12.border-end p {
    color: #B2B2B2;
}

.location-card-modal.map-component {
    background: #ffffff;
}

.link-section-modal {
    display: flex;
    flex-direction: column;
}

.updatedInformation-modal button.btn.btn-secondary {
    display: flex;
    gap: 5px;
    align-items: center;
}

.updatedInformation-modal .modal-header h1 {
    font-size: 18px !important;
    display: flex;
}

.updatedInformation-modal .modal-body p strong {
    font-family: 'Roboto Bold';
    font-size: 26px;
}

.updatedInformation-modal .modal-body p {
    font-size: 16px;
    line-height: 24px;
}

.updatedInformation-modal .modal-body a {
    color: var(--amgen-blue);
    text-decoration: underline;
    font-weight: 600;
    display: flex;
    gap: 5px;
}

.updatedInformation-modal .modal-footer {
    background: #EFEFEF;
}

.updatedInformation-modal .modal-dialog {
    max-width: 556px;
}

.confirmInformation-modal .modal-content,
.confirm-removal-modal .modal-content {
    border-radius: unset;
}

.confirmInformation-modal .modal-footer,
.confirm-removal-modal .modal-footer {
    display: flex;
    justify-content: center;
}

.confirmInformation-modal .btn-secondary,
.find-existing-location-modal .btn-primary,
.confirm-removal-modal .btn-secondary {
    --bs-btn-bg: var(--amgen-blue);
    --bs-btn-active-border-color: var(--amgen-blue);
    --bs-btn-active-bg: var(--amgen-blue);
    --bs-btn-hover-border-color: var(--amgen-blue);
    --bs-btn-hover-bg: var(--amgen-blue);
    --bs-btn-border-color: var(--amgen-blue);
}

.confirmInformation-modal .btn-primary,
.confirm-removal-modal .btn-primary {
    --bs-btn-color: var(--amgen-blue);
    --bs-btn-bg: var(--white);
    --bs-btn-border-color: var(--amgen-blue);
    --bs-btn-hover-color: var(--amgen-blue);
    --bs-btn-hover-bg: var(--white);
    --bs-btn-hover-border-color: var(--amgen-blue);
    --bs-btn-active-color: var(--amgen-blue);
    --bs-btn-active-bg: var(--white);
    --bs-btn-active-border-color: var(--amgen-blue);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--amgen-blue);
    --bs-btn-disabled-border-color: var(--amgen-blue);
}

.confirmInformation-modal .modal-dialog {
    --bs-modal-width: 934px;
}

.confirmInformation-modal .btn,
.find-existing-location-modal .btn,
.confirm-removal-modal .btn {
    --bs-btn-padding-x: 1.75rem;
}

.modal-title {
    color: var(--amgen-blue);
}

@media (max-width: 767px) {
    .confirmInformation-modal .modal-footer {
        flex-direction: column;
        padding: 0;
    }

    .confirmInformation-modal .btn,
    .btn {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;

    }
}

.find-existing-location-modal .select-brand .dropdown .btn {
    background-color: #EEEEEE;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #C1C1C1;
    border-radius: 0px;
    width: 100%;
    text-align: left;
    padding: 10px 7px;
}

.location-wrapper .dropdown-toggle::after {
    border: none !important;
    background-image: url(../images/Location.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: none;
    background-size: contain;
    height: 15px !important;
    width: 15px !important;

}

.find-existing-location-modal .modal-dialog {
    --bs-modal-width: 936px;
}

.find-existing-location-modal .modal-footer .btn {
    display: flex;
    align-items: center;
    gap: 4px;
}

.find-existing-location-modal .btn img {
    width: 15px;
    height: auto;
}

.find-existing-location-modal .modal-footer {
    justify-content: center;
}

.find-existing-location-modal .dropdown-toggle::after {
    height: 10px;
    width: 10px;
}

.confirm-removal-modal .tooltip-section {
    display: flex;
    gap: 5px;
}

.confirm-removal-modal .search-input {
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    width: 100%;
    padding: 7px 7px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: var(--black);
}

label {
    color: #716F73;
    font-weight: 600;
}

.confirm-removal-modal .modal-footer {
    display: flex;
    justify-content: start;
}

.confirm-removal-modal .search-input::placeholder {
    background-color: #EEEEEE;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #C1C1C1;
    border-radius: 0px;
    width: 100%;
    text-align: left;
    padding: 10px 7px;
}

.nested-dropdown.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    height: 15px;
    width: 15px;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 3px solid var(--amgen-blue);
    border-left: 3px solid var(--amgen-blue);
    transform: rotate(225deg);
    float: right;
}

.nested-dropdown .dropdown-toggle.show::after {
    transform: rotate(314deg);
    margin-top: 8px;
}

.search-section-tray .location-wrapper .dropdown-toggle::after {
    height: 18px !important;
    width: 18px !important;
}

.location-wrapper .nested-dropdown.dropend .dropdown-toggle::after {
    background-image: none;
    display: inline-block;
    margin-left: .255em;
    content: "";
    height: 15px !important;
    width: 15px !important;
    border-top: 0;
    border-right: 0;
    border-bottom: 3px solid var(--amgen-blue) !important;
    border-left: 3px solid var(--amgen-blue) !important;
    transform: rotate(225deg);
}

.location-wrapper .nested-dropdown .dropdown-toggle.show::after {
    transform: rotate(314deg);
    margin-top: 8px;
}

.locator-search-section .search-input::after {
    border: none !important;
    background-image: url(../images/Location.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: none;
    background-size: contain;
}

/*madhuri css*/
.serial-number {
    color: #0063c3;
    font-size: 42px;
    background: #EFEFEF;
    padding-right: 25px;
    padding-left: 25px;
}

.result-info {
    margin-left: 30px;
    width: 15rem;
}

.show-part.details.treat-details {
    width: 55%;
}

.location {
    display: flex;
    gap: 10px;
}

.results-section {
    justify-content: space-between;
    box-shadow: 2px 3px 12px -9px;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.result-info h5 span {
    font-size: 15px;
}

.location h5 {
    font-size: 15px;
    color: #005480;
    margin-bottom: 0px;
}

.location {
    align-items: center;
}

.result-distance p {
    margin-bottom: 0;
}

.result-distance a {
    color: #0063c3;
    font-weight: 500;
    text-decoration: underline;
}

.direction-row {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 8px;
}

.edit-block {
    flex-direction: column;
    display: flex;
    text-align: center;
    gap: 10px;
    border-left: 1px solid #C2C2C2;
    width: 15%;
}

.edit-block a {
    color: #0063c3;
    font-weight: 500;
}

.edit-block div+div {
    line-height: 16px;
}

.neon h5 {
    color: #2DBCB6;
}

.red h5 {
    color: #D34D2E;
}

.green h5 {
    color: #88C765;
}

@media (max-width: 767px) {
    .results-section {
        flex-direction: column;
    }

    .results-section .d-flex {
        flex-direction: column;
    }

    .edit-block {
        flex-direction: row;
    }

    .result-distance {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .result-info {
        margin-left: 0;
    }

    .serial-number h2 {
        color: #0063c3;
        font-size: 16px;
        background: #EFEFEF;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .edit-block {
        border-left: none;
    }

    .serial-number {
        padding-left: 0;
    }

    .results-section .d-flex {
        font-size: 16px;
        line-height: 24px;
        align-items: flex-start !important;
        width: 100%;
    }

    .result-distance {



        border-bottom: 1px solid #c2c2c2;
        padding-bottom: 20px;
        border-top: 1px solid #c2c2c2;
        padding-top: 20px;
        border-left: 0 !important;
    }
}



/*niharika-css*/
.more-info-tray-main .therapy-search-btn {
    background-color: var(--amgen-blue);
}

.more-info-tray-main {
    background-color: var(--light-gray);
}

.more-info-tray-main .select-brand .dropdown .btn,
.more-info-tray-main .search-input::placeholder {

    color: var(--amgen-gray);
}

.more-info-tray-main .search-input,
.more-info-tray-main .select-brand .dropdown .btn,
.tab-pane form .select-brand .dropdown .btn {
    background-color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    color: #716F73;
    padding: 16px 20px 16px 7px;
}

.more-info-tray-main .search-input {
    padding: 16px 40px 16px 7px;
}

@media (min-width: 768px) {
    .more-info-tray-main .col-md-3 {
        width: 28%;
    }

    .more-info-tray-main .col-md-3:last-child {
        width: 16%;
    }

    .more-info-tray-main .therapy-search-btn {
        width: 95%;
    }

    .more-info-tray-main .col-md-3:last-child {
        display: flex;
        align-items: flex-end;
    }
}

.more-info-tray-main .therapy-search-btn {
    line-height: 28px;
    font-size: 18px;
}

.more-info-tray-main .therapy-search-btn img {
    width: 18px;
    height: 18px;
}

.more-info-tray-main label {
    color: #716F73;
    font-weight: bold;
}

.more-info-tray-main .lumakras-list,
.more-info-tray-main .lumakras-list a {
    color: #716F73;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.more-info-tray-main .search-section-tray {
    padding: 24px 0;
}

/*neha-css*/
.blue-gradient-card {
    background: linear-gradient(to right, rgba(0, 99, 195, 70%), rgba(0, 188, 228, 70%));
}

.resources-page .hero-content h1 {
    text-align: left;
}

.blue-gradient-card {
    padding-top: 15px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 15px;
    text-align: center;
    margin-top: 20px;
}

.blue-gradient-card h1 {
    font-size: 28px;
    line-height: 34px;
    color: var(--white);
}

.blue-gradient-card span {
    font-size: 16px;
    line-height: 20px;
    color: var(--white);
}

.blue-gradient-card p {
    font-size: 16px;
    line-height: 20px;
    color: var(--white);
    text-decoration: underline;
    text-align: left;
    display: flex;
    align-items: end;
    gap: 5px;
}

.foot-note-white {
    font-size: 14px;
    line-height: 18px;
    color: var(--white);
    text-align: center;
    padding-top: 10px;
}

.blue-gradient-card p:before {
    content: "";
    background-repeat: no-repeat;
    background-image: url(../images/download-arrow.png);
    width: 14px;
    height: 15px;
    background-size: contain;
    display: block;
    text-align: center;
}

.resources-page .main-content-warpper {
    /* height: 125vh; */
    background-color: #0063C3;
    background-image: url(./../images/resources-banner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-position: right;
}


.amgen-supportplus-block {
    padding-top: 50px;
    padding-bottom: 75px;
}


.info-block {
    padding-top: 45px;
}

.resources-page .foot-note-section {
    background-color: var(--light-gray);
    color: #8C8C8C;
    padding: 40px 0;
}

.amgen-supportplus-block .info-block h4 {
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    color: var(--black);
}

.amgen-supportplus-block .info-block p {
    font-size: 18px;
    line-height: 24px;
    color: var(--black);
}

.info-block .amgen-nav-btn img {
    margin-left: 40px;
}


.info-block .amgen-nav-btn {
    width: 321px;
}

.info-block .amgen-nav-btn {
    margin-top: auto;
}

.info-block .card-body {
    display: flex;
    flex-direction: column;
    min-height: 190px;
    padding: 0px;
}

.info-block .card {
    border: none;
}

@media (max-width: 767px) {
    .resources-page .main-content-warpper {
        height: 1170px;
        background-color: #0063C3;
        background-image: url(./../images/resources-banner-sm-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .resources-page .hero-content h1 {
        text-align: center;
    }

    .info-block .col-12 {
        padding-bottom: 45px;
    }

    .info-block .amgen-nav-btn {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

}

@media (min-width: 768px) and (max-width: 1199px) {
    .info-block .card-body {
        display: flex;
        flex-direction: column;
        min-height: 230px;
    }
}

.blue-bg-text {
    background: var(--amgen-blue);
    color: var(--white);
    text-align: left;
    display: flex;
    align-items: center;
}

.blue-bg-text p {
    padding-top: 10px;
}

.form-row {
    padding-bottom: 25px;
}

.bold-txt {
    padding-top: 15px;
    padding-bottom: 15px;
}

.btns-sections {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 25px;
    margin-bottom: 50px;
}

.submit-section {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.submit-section span {
    text-align: left;

}

.btns-sections .btn-primary {
    background-color: var(--amgen-blue);
    border-radius: 0px;
    padding: 15px 30px;
    font-size: 18px;
}

.btns-sections .white-btn-primary {
    border-radius: 0px;
    border: 2px solid var(--amgen-blue);
    background: var(--white);
    color: var(--amgen-blue);
    padding: 15px 30px;
    font-size: 18px;
}

.site-navigation-tabs .nav-tabs {
    justify-content: center;
    margin-bottom: 28px;
    border-bottom: none;
    border-radius: 50px;
    border: 1px solid #d9d9d9;
    background: #d9d9d9;
    color: #989898;
    width: max-content;
    margin-inline: auto;
}


.site-navigation-tabs .nav-tabs .nav-link.active {
    color: var(--white);
    background-color: var(--amgen-blue);
    border-color: var(--amgen-blue);
    border-radius: 50px;
}

.site-navigation-tabs .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #d9d9d9;
}

.site-navigation-tabs .nav-link {
    color: #989898;
    padding: 18px 45px;
    font-family: 'Roboto Bold';
    font-size: 20px;
    list-style: 24px;
}

.text-center {
    text-align: center;
}

.site-navigation-tabs {
    margin-top: 26px;
}

.form-group {
    margin-top: 10px;
}

.form-control:after {
    height: 15px;
    width: 15px;
    border-top: 3px solid var(--amgen-blue);
    border-right: 3px solid var(--amgen-blue);
    transform: rotate(130deg);
    float: right;
    margin-left: 0px;
    transition: all ease 0.2s;
    border-left: 0px;
    border-bottom: 0px;
}

@media (max-width: 767px) {
    .site-navigation-tabs .nav-tabs {
        flex-direction: column;
        width: 100%;
        background-color: var(--white);
        box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 25%);
    }

    .site-navigation-tabs .nav-tabs .nav-link {
        width: 100%;
    }
}


.form-group label {
    color: #716F73;
    font-weight: 500;
    background-color: white !important;
}

.form-group .form-control {
    color: #c1c1c1 !important;
    background-color: #f7f7f7;
    border-radius: 0px;
}

.form-group .form-control::placeholder {
    color: #c1c1c1 !important;
}

.btns-sections .btn-primary {
    font-weight: 500;
}

.btns-sections .white-btn-primary {
    font-weight: 500;
}

.home-page .form-control:focus {
    border-color: #fff !important;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: #fff;
    box-shadow: none;
}


#map,
#map1 {
    height: 147vh;
    width: 100%;
    overflow: hidden;
}

.search-forms-btn a {
    color: inherit;
}


.find-existing-location-modal .search-input {
    color: #C1C1C1;
    z-index: 1;
    position: relative;
    height: 2.5rem;
}

.find-existing-location-modal .search-input::placeholder {
    color: #C1C1C1
}


.popup img {
    width: auto !important;
}


.updateform {
    display: none;
}

.location-wrapper {
    position: relative;
}

.locationImg {
    position: absolute;
    right: 2rem;
    top: 2.6rem;
}


.home-page .select-brand .dropdown .btn {
    padding: 15px 7px;
}

.home-page .locationImg {
    height: 2rem;
    top: 1rem;
}

.home-page .form-control:focus {
    border-color: #fff;
    box-shadow: none;
}


.home-page .search-input::placeholder {
    color: #c1c1c1;
}

.foot-note-section a {
    color: inherit;
    text-decoration: underline;
}



.dropbtn {
    background-color: white;
    color: var(--amgen-gray);
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 1rem;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #f7f7f7;
}

.dropdown {
    position: relative;
    display: flex;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #F9F9F9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 100%;
    top: 2.5rem;
}

.dropdown-content a {
    color: var(--black);
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    background-color: #F9F9F9;

    justify-content: space-between;

}

.dropdown-content a:hover {
    color: var(--black);

    outline: 0;
    background-color: var(--amgen-gray);


}

.dropbtn::after {
    content: '';
    height: 15px;
    width: 15px;
    border-top: 3px solid var(--amgen-blue);
    border-right: 3px solid var(--amgen-blue);
    transform: rotate(135deg);
    float: right;
    margin-left: 0px;
    transition: all ease 0.2s;
    border-left: 0px;
    border-bottom: 0px;
}

.offcanvas.show {
    display: flex;
}


.show {
    display: block;
}


/* .option1::after {
    content: '';
    height: 10px;
    width: 10px;
    border-top: 3px solid var(--amgen-blue);
    border-right: 3px solid var(--amgen-blue);
    transform: rotate(52deg);
    float: right;
    margin-left: 0px;
    transition: all ease 0.2s;
    border-left: 0px;
    border-bottom: 0px;
    display: none;
} */
.option1:hover::after {
    content: '';
    height: 10px;
    width: 10px;
    border-top: 3px solid var(--amgen-blue);
    border-right: 3px solid var(--amgen-blue);
    transform: rotate(48deg);
    float: right;
    margin-left: 0px;
    transition: all ease 0.2s;
    border-left: 0px;
    border-bottom: 0px;
}

.option9:hover::after {
    content: '';
    height: 10px;
    width: 10px;
    border-top: 3px solid var(--amgen-blue);
    border-right: 3px solid var(--amgen-blue);
    transform: rotate(48deg);
    float: right;
    margin-left: 0px;
    transition: all ease 0.2s;
    border-left: 0px;
    border-bottom: 0px;
}

/* .option2::after {

    content: '';
    height: 10px;
    width: 10px;
    border-top: 3px solid var(--amgen-blue);
    border-right: 3px solid var(--amgen-blue);
    transform: rotate(52deg);
    float: right;
    margin-left: 0px;
    transition: all ease 0.2s;
    border-left: 0px;
    border-bottom: 0px;
} */
.option2:hover::after {
    content: '';
    height: 10px;
    width: 10px;
    border-top: 3px solid var(--amgen-blue);
    border-right: 3px solid var(--amgen-blue);
    transform: rotate(48deg);
    float: right;
    margin-left: 0px;
    transition: all ease 0.2s;
    border-left: 0px;
    border-bottom: 0px;
}

.dropdown-toggle {
    border: 1px solid var(--amgen-gray);
    background: #f7f7f7;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.form-row .form-group {

    display: grid;
}

/* 30-5 */
.dropdown-content a {
    color: #716F73;
}

.resources-page .main-content-warpper {
    background-color: #fff;
}

.resources-page .main-content-warpper a {
    color: #fff;
    text-decoration: underline;
}

.resources-page .forms-download {
    text-align: left;
}

.resources-page .forms-download a span {
    padding-right: 5px;
}

.resources-page .blue-gradient-card span {
    font-weight: 500;
}

.resources-page .forms-download>div {
    margin-bottom: 5px;
}

.resources-page .info-title-des a {
    color: #000;
}

.resources-page .info-block .amgen-nav-btn img {
    height: 20px;
}

.resources-page .info-block .amgen-nav-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .resources-page .amgen-supportplus-block .info-block p {
        margin-bottom: 30px;
    }

    .resources-page .amgen-supportplus-block {
        padding-bottom: 0;
    }
}

#map {
    height: 92vh;
}

#results {
    overflow-y: scroll;
    height: 635px;
    scrollbar-width: thin;
}

.card-header.text-white span img {
    padding-right: 10px;
}

.option2:hover {
    color: #0063c3;
}

.option1:hover {
    color: #0063c3;
}

.location-card-modal .card-footer {
    gap: 20px;
}

/* 31-5 */
.home-page .dropbtn::after {
    height: 12px;
    width: 12px;
}

.home-page .dropbtn span {
    font-size: 16px;
}

.home-page .locationImg {
    height: 25px;
    top: 15px;
}

#homesearch {
    height: 55px;
}

.home-page .therapy-search-btn {
    padding: 5px 31px;
}

.home-page .therapy-search-btn {
    background-color: rgba(255, 255, 255, 0.3);
}

.home-page .row.hero-content h1 {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .home-page .therapy-locator-dis {
        font-size: 19px;
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
        margin-right: 0;
        margin-left: 0;
        display: block;
    }

    .home-page .locator-search-section .row {
        gap: 4px;
    }

    .home-page .input-search-block {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 13px;
        padding-right: 0;
    }

    #homesearch {
        margin-bottom: 60px;
    }

    .home-page .foot-note-section {
        background-color: rgba(0, 90, 195, 90%);
    }

    .home-page .lumakras-list.d-sm-none {
        padding-left: 0px;
    }
}

/* .add-infusion-page .dropdown-menu.show {
    padding-left: 20px;
    padding-right: 5px;
}

.add-infusion-page .dropdown-menu.show li {
    padding-bottom: 8px;
    background-color: #F9F9F9;
} */

.add-infusion-page .foot-note-section {
    background-color: #E7E7E7;
    color: #8C8C8C;
}

@media (max-width: 767px) {
    .add-infusion-page .search-section-tray .d-flex {
        margin-bottom: 20px;
    }

    .add-infusion-page .locator-search-section.lumakras-list {
        margin-left: 0;
    }

    .add-infusion-page .locator-search-section.lumakras-list {
        margin-bottom: 20px;
    }

    .add-infusion-page .btns-sections {
        flex-direction: column;
        gap: 5px;
    }

    #results {
        height: auto;
    }
}

.information-tray .foot-note-section {
    background-color: #E7E7E7;
    color: #8C8C8C;
}

@media (max-width: 767px) {

    .site-navigation-tabs .nav-tabs .nav-link.active::after {
        content: '';
        background-image: url('../images/down-arrow.svg');
        height: 16px;
        width: 20px;
        display: block;
        background-repeat: no-repeat;
    }



    .site-navigation-tabs .nav-tabs .nav-link::after {
        content: '';
        background-image: url('../images/right-arrow.svg');
        height: 16px;
        width: 20px;
        display: block;
        background-repeat: no-repeat;
    }
}



@media (min-width: 992px) {
    .results-adjust {
        flex-basis: 338px;
    }
}

.results-footer {
    background-image: linear-gradient(to right, #0063C3, #00BCE4);
    height: 24px;
}

.results-footer::after {
    content: "";
    display: block;
    width: 22px;
    height: 0.75rem;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-image: url('../images/down-arrow.svg');
}

/*  */
.dropdown-toggle:hover {
    border: 1px solid var(--amgen-gray);
    background-color: #f7f7f7;
}

.dropdown-menu.show label {
    color: #000;
    font-family: 'Roboto Regular';
}

@media (min-width: 992px) {
    /* .add-infusion-page .dropdown-menu {
        width: 408px;
    } */

    .add-infusion-page .dropdown-menu1.dropdown-menu.show input[type="checkbox" i],
    .add-infusion-page .dropdown-menu.show input[type="checkbox" i] {
        margin-right: 5px;
        outline: 1px solid #000;
        outline-offset: -2.093px;
    }
}

.add-infusion-page .dropdown-menu.show {
    border-radius: 0;
    box-shadow: 4px 7px 12px -10px;
    border: none;
    transform: translate3d(419px, 706px, 0px);
    width: 94%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.results-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

#results {
    overflow-y: auto;
    height: 106vh;
}

.select-brand .dropdown {
    flex-direction: column;
}

.select-brand.location-wrapper .search-input {
    z-index: 0;
    font-size: 16px;
    border: 1px solid var(--amgen-gray);
}

.button-spacing {
    margin-top: 35px;
}

@media (max-width: 767px) {
    .select-brand.location-wrapper {
        margin-bottom: 25px;
    }
}

.saic {
    background: var(--location-blue);
}

.cho {
    background: var(--location-blue-green);
}

.hh {
    background: var(--location-green);
}

.pharmacy {
    background: var(--location-red);
}

.hip {
    background-color: var(--map-orange);
}



.saic-text {
    color: var(--location-blue) !important;
}

.cho-text {
    color: var(--location-blue-green) !important;
}

.hh-text {
    color: var(--location-green) !important;
}

.pharmacy-text {
    color: var(--location-red) !important;
}

.hip-text {
    color: var(--map-orange) !important;
}



.saic-border {
    border: 2px solid var(--location-blue);
    /* border-radius: 8px !important; */
}

.cho-border {
    border: 2px solid var(--location-blue-green);
    /* border-radius: 8px; */
}

.hh-border {
    border: 2px solid var(--location-green);
    /* border-radius: 8px; */
}

.pharmacy-border {
    border: 2px solid var(--location-red);
    /* border-radius: 8px; */
}

.hip-border {
    border: 2px solid var(--map-orange);
    /* border-radius: 8px; */
}

.site-navigation-tabs .nav-tabs .nav-link:hover {

    border: 0;
}



.add-infusion-page .tab-pane.fade:nth-child(3).show .updateform {
    display: block;

}

.find-existing-location-modal .dropbtn {
    background-color: #EEEEEE;

}

#emailResults .modal-content {

    padding: 25px;
}

.modal-dialog {

    top: 30%;
}

.confirmInformation-modal a {

    color: var(--amgen-blue);
}

.add-infusion-page .form-control {

    color: var(--gray) !important;
}

.dropdownbtn {
    color: var(--gray) !important;
    background-color: #f7f7f7 !important;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    padding: 0.5rem 1rem;
    order: var(--bs-border-width) solid var(--bs-border-color);

}

.tab-pane form .select-brand .dropdown .dropdown-toggle {
    color: var(--gray) !important;
    background-color: #f7f7f7 !important;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    padding: 11px 16px;
    order: var(--bs-border-width) solid var(--bs-border-color);
}

.tab-pane form .select-brand .dropdown .dropdown-toggle.hasError {
    border: 1px solid var(--red);
}

.tab-pane form .select-brand .dropdown #myDropdown4 .dropdown-item {
    white-space: normal;
}

.dropdownbtn:focus-visible,
.dropdownbtn:focus {

    color: var(--gray);
    background-color: #f7f7f7;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    padding: 0.5rem 1rem;
    order: var(--bs-border-width) solid var(--bs-border-color);
    outline: var(--bs-border-width) solid var(--bs-border-color);
}

sup {
    top: -0.3em;
}

.location-card-modal.map-component .col-md-8.col-xs-12,
.location-card-modal.map-component .col-md-8.col-xs-12 .d-flex {
    position: relative;
}

.location-card-modal.map-component .col-md-8.col-xs-12 .d-flex .email-print-section {
    position: absolute;
    top: 8px;
    z-index: 1;
    right: 7px;
    width: auto;
}

.location-card-modal ul li:first-child {
    margin-bottom: 5px;
}

.card-header {
    font-family: 'Roboto Bold';
}

#updatefInformationModal.modal.show .modal-dialog {
    position: absolute;
    left: 0%;
    top: 0%;
    transform: translate(0%, 0%);
    margin: 0;
}

.blue-gradient-card h6 {
    font-size: 18px;
    line-height: 21px;
    color: var(--white);
    font-weight: normal;
    margin-top: -8px;
}

.resources-page .info-title-des a {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Roboto Regular';
    color: #000;
}

button span {
    color: #716F73;
}

@media (max-width: 767px) {


    .site-navigation-tabs .nav-tabs .nav-link.active::after {
        content: '';
        height: 16px;
        width: 20px;
        position: absolute;
        right: 6%;
        top: 43%;
    }

    .site-navigation-tabs .nav-tabs .nav-link {
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left;
        padding-left: 24px;
    }

    .site-navigation-tabs .nav-tabs .nav-link::after {
        content: '';
        height: 20px;
        width: 20px;
        position: absolute;
        right: 5%;
        top: 31%;
    }

    .site-navigation-tabs .nav-tabs .nav-link {
        color: #0063C3;
    }

    .site-navigation-tabs .nav-tabs {
        padding: 7px 7px;
        border-radius: 25px;
    }

    .site-navigation-tabs .nav-tabs .nav-link.active {
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    div#infusion-site .form-row {
        padding-bottom: 5px;
        gap: 10px;

    }

    div#infusion-site .dropdownbtn {
        margin-bottom: 0px;
    }

    div#infusion-site .form-group.col-12.col-md-4.col-lg-4:nth-child(3) {
        margin-bottom: 10px;
    }

    .blue-bg-text p {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
        line-height: 24px;
        font-size: 22px;
    }

    .blue-bg-text.row {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #infusion-site .form-row+.blue-bg-text.row+.row+.form-row.row .form-group.col-12.col-md-4.col-lg-4:last-child {
        margin-bottom: 0;
    }

    .select-brand.location-wrapper {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .modal-content {
        padding: 20px 10px !important;
    }

    .find-existing-location-modal .modal-footer .btn {
        width: 100%;
        margin-top: 20px;
        justify-content: center;
    }

    .results-section {
        padding: 20px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 2px 2px 3px 1px;
        border-radius: 5px;

    }

    .serial-number h2 {
        padding-inline: 10px;
    }

    .result-info {
        margin-inline: 10px !important;
        margin-top: 15px;
    }

    .result-distance {
        padding-left: 10px !important;
        width: 100%;
    }

    .edit-block br {
        display: none;
    }

    .edit-block {
        width: 100%;
        justify-content: center;
        margin-inline: 10px !important;
        align-items: center;
    }
}


@media (min-width: 768px) {
    .result-distance {
        width: 255px;
    }

    .results-section {
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 2px 2px 3px 1px;
        border-radius: 5px;
    }

    .blue-bg-text p {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
        line-height: 24px;
        font-size: 22px;
    }

    .blue-bg-text.row {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .desktop-only {
        display: block;
    }

    .mobile-only {
        display: none;
    }
}

@media (max-width: 767px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .map-component.mobile-only .nav-tabs .nav-link.active {
        color: var(--white);
        background-color: var(--amgen-blue);
        border-color: var(--amgen-blue);
        border-radius: 50px;
    }

    .map-component.mobile-only .nav-link {
        color: #989898;
        padding: 12px 25px;
        font-family: 'Roboto Bold';
        font-size: 12px;
        line-height: 16px;
    }

    .map-component.mobile-only .nav-tabs {
        justify-content: center;
        margin-bottom: 28px;
        border-bottom: none;
        border-radius: 50px;
        background: #d9d9d9;
        color: #989898;
        width: max-content;
        margin-inline: auto;
    }

    .map-component.mobile-only #results ul li:first-child {
        margin-bottom: 10px;
    }

    .map-component.mobile-only #results ul {

        margin-top: 2px;
    }

    .location-card-modal .nav-item {
        margin-bottom: 0px !important;
    }

    .main-nav-bar {
        padding: 11px 0px 11px;
    }
}

@media (min-width: 768px) {
    .results-section .d-flex .d-lg-flex img {
        width: 122px;
        height: auto;
    }

    .resources-page .hero-content h1 {
        font-size: 32px;
        line-height: normal;
    }

    .confirm-removal-modal .modal-content {
        padding: 25px 35px 45px !important;
    }

    .resources-page .hero-content {
        margin-top: 2.5%;
    }

    .find-existing-location-modal .modal-footer {
        margin-top: 25px;
    }

    .location-card-modal.map-component {
        padding-bottom: 30px;
    }
}

.find-existing-location-modal .search-input {
    height: 3rem;
}

.main-nav-bar .container {
    align-items: center;
}

.add-infusion-page .form-control,
div#infusion-site button.dropdownbtn {
    color: #716F73 !important;
}

.dropdown-toggle::after {
    transform: rotate(135deg);
}

.find-existing-location-modal .search-input::placeholder {
    color: #716F73;
    font-size: 15px;
}

@media (max-width: 767px) {
    .find-existing-location-modal .select-brand.location-wrapper {
        padding-right: 0;
    }

    .find-existing-location-modal .modal-footer {
        padding: 0;
    }

    .find-existing-location-modal .modal-footer .btn {
        margin-inline: 0 !important;
    }

    div#map-site .d-flex .email-print-section img {
        width: 35px;
    }

    button#cards-tab span img,
    button#map-tab span img {
        width: 18px;
        height: auto;
    }

    .map-component.mobile-only .nav-link {
        display: flex;
        align-items: self-end;
        gap: 5px;
    }

    button#cards-tab span img {
        margin-bottom: 3px;
    }

    .location-card-modal.map-component.mobile-only {
        padding-bottom: 30px;
    }

    .more-info-tray-main .search-section-tray .select-brand.location-wrapper {
        margin-bottom: 17px !important;
        padding-right: 0;
    }

    div#map-site .d-flex .email-print-section {
        position: absolute;
        top: 10px;
        right: 4px;
        z-index: 1;
        width: auto;
    }

    div#map-site {
        position: relative;
    }

    button.gm-ui-hover-effect {
        top: 0px !important;
        right: 0px !important;
        height: 37px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 37px !important;
    }

    .gm-ui-hover-effect>span {
        width: 18px !important;
        height: 18px !important;
        margin: 4px !important;
    }

    .gm-style .gm-style-iw-c {
        padding: 0px !important;
        max-width: 296px !important;

    }


    .gm-style .gm-style-iw-c .card.rounded-0.mb-3 {

        margin-bottom: 0 !important;
    }

    .location-card-modal .card-footer button {
        line-height: normal;
    }

    #results1 {
        height: auto;
    }
}

#results1 {
    overflow-y: scroll;
    height: 157vh;
    scrollbar-width: thin;
}

.dropbtn.form-control {
    border: var(--bs-border-width) solid var(--bs-border-color);
    padding: .375rem 0.8rem .375rem .75rem;
}

#myDropdown9 a::after {
    display: none;
}

#myDropdown9.dropdown-content a {
    padding: 3px 16px;
}


@media only screen and (max-width: 1400px) and (min-width: 1200px) {

    .footer-nav .footer-nav-item {
        padding: 0px 15px;
    }

    footer .col-md-10.col-sm-12.col-xs-12 {
        padding: 0;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    footer .footer-nav {
        flex-direction: column;
    }

    .footer-nav .footer-nav-item {
        padding: 0px 0px;
        border-right: none;
    }

    footer .amgen-logo {
        align-items: flex-start;
        justify-content: flex-end;
        margin-top: 12px;
    }

    footer .amgen-rights {
        margin-top: 1rem;
    }

    footer .row {
        flex-direction: column;
    }
}

.modal-footer .row {

    width: 100%;
}

#populateForm .modal-footer button {
    width: 7rem;
    margin-right: 5%;
    padding: 10px 27px;
}

#populateForm .modal-footer {

    justify-content: center;
}

.button-section {

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.populate-form .col-lg-6.col-xs-12 span {
    display: grid;
    margin-top: 30px;
}


#populateForm .modal-body {

    padding-left: 90px;
    padding-right: 90px;
}

#populateForm .modal-footer {

    flex-direction: column;
}

#updatefInformationModal.modal {
    position: absolute;
    background: rgba(0, 0, 0, 0.35);
}

.information-tray.modal-open {
    overflow: auto !important;
}

.pagination-section .btn {
    font-size: 16px;
    height: 100%;
    padding: 5px 30px 8px;
}

.pagination-section img {
    width: 13px;
    height: auto;
}

.pagination-section button span {
    display: inline-block;
    vertical-align: text-bottom;
}

.pagination-section .white-btn-primary img {
    margin-right: 10px;
}

.pagination-section .btn-primary img {
    margin-left: 10px;
}

.pagination-section .btn {
    width: 160px;
}

.pagination-section .pagination-text p {
    font-size: 14px;
    margin: 0;
    text-align: center;
    color: #0063C3;
    line-height: 14px;
}

.pagination-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 549px;
    margin-inline: auto;
}

@media (max-width: 767px) {
    .pagination-section .btn {
        width: 150px;
        margin: 0;
    }

    .add-infusion-page .btns-sections.pagination-section {
        margin-inline: 25px;
        max-width: 100%;
        flex-direction: row;
        justify-content: space-evenly;
        gap: 15px;
    }

    .location-card-modal .pagination-section .btn.btn-primary {
        border: none;
        background: var(--amgen-blue);
        color: var(--white);
        font-family: 'Roboto Bold';
    }

    .pagination-section {
        margin: 30px auto 0px;
    }

    .more-info-tray-main .search-section-tray .col-md-3.col-sm-12.col-xs-12:nth-child(2) {
        padding-right: 0;
    }

    .add-infusion-page .btns-sections.pagination-section {
        margin-bottom: 30px;
    }
}

.more-info-tray-main .therapy-search-btn {
    border: none;
}

.location img {
    max-width: 17px;
    height: auto;
}

.result-info h4 {
    text-transform: capitalize;
}

.pac-container {
    z-index: 1056 !important;
}

.edit-block {
    justify-content: center;
}

.card.rounded-0.mb-3.grayed-out {
    filter: contrast(0.7);
}

.card.rounded-0.mb-3.grayed-out .btn {
    pointer-events: none;
}

.more-info-tray-main label {
    font-family: 'Roboto Bold';
}

.amgen-nav-btn {
    font-family: 'Roboto Bold';
}

.more-info-tray-main .therapy-search-btn {
    font-family: 'Roboto Bold';
}

.more-info-tray-main .lumakras-list,
.more-info-tray-main .lumakras-list a {
    font-family: 'Roboto Light';
}

.form-group label,
.btn {
    font-family: 'Roboto Bold';
}

.submit-section {
    font-family: 'Roboto Bold';
}

footer .amgen-rights,
.amgen-link {
    font-family: 'Roboto Regular';
}

.add-infusion-page .form-control,
div#infusion-site button.dropdownbtn {
    font-family: 'Roboto Regular';
}

.card-header {
    font-size: 15px;
}

.card-body p {
    font-size: 20px;
}

.location-card-modal ul {
    font-size: 16px;
}

label {
    font-family: 'Roboto Bold';
}

input::placeholder {
    font-family: 'Roboto Regular';
}

.resources-page .main-content-warpper a {
    font-family: 'Roboto Regular';
}

.foot-note-white {
    font-family: 'Roboto Regular';
}

#thankYouEmailModal .modal-footer {
    display: flex;
    justify-content: start;
}

#thankYouEmailModal .modal-footer .btn {
    margin: 10px 5px !important;
}

@media (max-width: 767px) {
    #thankYouEmailModal .modal-footer .btn {
        margin: 20px 25px 10px 0 !important;
    }

    .pagination-section .btn {
        padding: 5px 10px 8px;
        width: 120px;
    }
}

.email-print-section {
    background-color: white;
    display: flex;
    border-radius: 4px;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 2px 2px 3px 1px;
}

.print-icon-wrapper {
    border-left: 1px solid #C2C2C2;
    padding-left: 15px;
}

.email-icon-wrapper {
    padding-right: 15px;
}

.card-footer:last-child {
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .locator-search-section .search-input::placeholder {
        font-size: 24px;
        font-family: 'Roboto Regular';
        top: -2px;
        position: relative;
    }

    .home-page .hero-content {
        margin-top: 13%;
    }

    .home-page .locator-search-section .dropbtn {
        padding: 0.95rem 1rem;
    }

    .home-page .locator-search-section .search-input {
        height: 56px;
        padding: 14px 37px 14px 7px;
    }

    .home-page .dropbtn span {
        font-size: 16px;
    }
}

#populateForm .modal-dialog {

    max-width: 900px;
}


.modal-content {
    border-radius: 0;

}

.modal-header,
.modal-footer {
    border: 0;
}

#emailResults .btns-sections {


    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 25px;
    margin-bottom: 10px;
    align-items: center;
}

#emailResults .modal-footer {
    justify-content: flex-start;
}

#emailResults .btns-sections .btn-primary {
    background-color: var(--amgen-blue);
    border-radius: 0px;
    font-size: 18px;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
}

#emailResults .modal-body span {
    display: grid;
}

#emailResults .btns-sections .white-btn-primary {
    border-radius: 0px;
    border: 2px solid var(--amgen-blue);
    background: var(--white);
    color: var(--amgen-blue);
    font-size: 18px;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
}

#confirmInformationModal label {

    font-family: 'Roboto Regular';

}


#inline-badge {
    display: flex;
    justify-content: center;
}



.results-container .card:not(.selected) {
    opacity: 0.54;
}



.results-container .card.selected {
    z-index: 100;
}


.gm-style-iw gm-style-iw-c {

    padding: 0 !important;
}



#map1 .gm-style-iw.gm-style-iw-c {
    padding: 0px !important;
}

#map1 .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    overflow: hidden !important;
}

#map1 .gm-style-iw.gm-style-iw-c .gm-style-iw-d .card {
    margin-bottom: 0px !important;
}

#map1 button.gm-ui-hover-effect {
    position: absolute;
    right: 1% !important;
    top: 1% !important
}

#map1 .gm-style-iw-tc {
    display: none;
}


.add-infusion-page .results-section.visible {

    display: flex;
}

.add-infusion-page .results-section:not(.visible) {

    display: none;
}

#results .results-section.visible {

    display: flex;
}

#results .results-section:not(.visible) {

    display: none;
}


#results .results-section {

    padding: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
}


#results1 .results-section {

    padding: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
}


#results .d-flex {

    flex-direction: row;
}

#emailResults .btns-sections button {
    padding: 7px 30px;
}

.email-address-wrapper #emailresult {
    background-color: #F7F7F7;
    border: 1px solid var(--gray);
    padding: 14px 7px;
}

#thankYouEmailModal .modal-dialog {
    width: 552px;
}

#thankYouEmailModal .modal-dialog .modal-content {
    padding: 30px;
}

#thankYouEmailModal .modal-dialog .modal-body p {
    font-size: 18px;
    line-height: 25px;
}


input:focus-visible {

    outline: 0 !important;
}



#thankYouModal a {
    color: #fff;
}



#searchresultstext b {

    font-size: 22px;
}


.drop-down-text-placeholder,
.drop-down-selected-placeholder {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

dropdwon-brands-options-popup dropdwon-infusion-options-popup #dropdwon-brands-options .dropdown-menu .dropdown-item,
#dropdwon-infusion-options .dropdown-menu .dropdown-item,
#dropdwon-brands-options-popup .dropdown-menu .dropdown-item,
#dropdwon-infusion-options-popup .dropdown-menu .dropdown-item {
    cursor: pointer;
    background-color: #F8F8F8;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 11px;
    position: relative;
}

#dropdwon-brands-options .dropdown-menu .dropdown-item,
#dropdwon-infusion-options .dropdown-menu .dropdown-item,
#dropdwon-brands-options-popup .dropdown-menu .dropdown-item,
#dropdwon-infusion-options-popup .dropdown-menu .dropdown-item {
    font-size: 20px;
    padding: 18px 11px;
}

#dropdwon-brands-options .dropdown-menu .dropdown-item:hover::after,
#dropdwon-infusion-options .dropdown-menu .dropdown-item:hover::after,
#dropdwon-brands-options-popup .dropdown-menu .dropdown-item:hover::after,
#dropdwon-infusion-options-popup .dropdown-menu .dropdown-item:hover::after {
    content: '';
    height: 10px;
    width: 10px;
    border-top: 3px solid var(--amgen-blue);
    border-right: 3px solid var(--amgen-blue);
    transform: rotate(48deg);
    float: right;
    margin-left: 0px;
    transition: all ease 0.2s;
    border-left: 0px;
    border-bottom: 0px;
}

#dropdwon-brands-options .dropdown-menu .dropdown-item:hover,
#dropdwon-infusion-options .dropdown-menu .dropdown-item:hover,
#dropdwon-brands-options-popup .dropdown-menu .dropdown-item:hover,
#dropdwon-infusion-options-popup .dropdown-menu .dropdown-item:hover {
    color: #000;
    background-color: var(--white);
}

#dropdwon-brands-options .dropdown-menu .dropdown-item.active,
#dropdwon-brands-options .dropdown-menu .dropdown-item:active,

#dropdwon-infusion-options .dropdown-menu .dropdown-item.active,
#dropdwon-infusion-options .dropdown-menu .dropdown-item:active,

#dropdwon-brands-options-popup .dropdown-menu .dropdown-item.active,
#dropdwon-brands-options-popup .dropdown-menu .dropdown-item:active,
#dropdwon-infusion-options-popup .dropdown-menu .dropdown-item.active,
#dropdwon-infusion-options-popup .dropdown-menu .dropdown-item:active {
    color: #000;
    background-color: var(--white);
}

.therapy-search-btn:disabled {
    opacity: 0.65;
    border: 2px solid var(--white);
    color: var(--white);
}

/* Rohini Css */
.home-page .locator-search-section .search-input {
    color: #4F4F4F;
    padding-right: 40px;
}

.amgen-logo {
    justify-content: center;
}

.home-page .select-brand .dropdown .btn {
    padding: 15px 13px;
}

.drop-down-text-placeholder,
.drop-down-selected-placeholder {
    max-width: 90%;
}

#results1 {
    padding-top: 10px;
}

.gm-ui-hover-effect>span {
    width: 21px !important;
    height: 21px !important;
    background-color: white;
    margin: 0px !important;
}

.location-card-modal #updatefInformationModal.modal .saic img {
    width: 18px;
}

#updatefInformationModal.modal .saic {
    justify-content: space-between;
}

div#thankYouEmailModal img {
    width: 28px;
    position: relative;
    top: -25px;
    right: -50px;
}

div#thankYouEmailModal .modal-header.border-0 {
    justify-content: space-between;
}

.add-infusion-page .dropdown-menu.show#addinfusiondropdown-menu1 li {
    padding: 12px 16px;
}

.add-infusion-page .dropdown-menu.show#addinfusiondropdown-menu1 {
    width: 94%;
    background-color: #F9F9F9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    .add-infusion-page .dropdown-menu.show#addinfusiondropdown-menu1 {
        width: 88%;
    }

    #populateForm .modal-body {

        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}



div#findExistingLocationModal .modal-header {
    justify-content: flex-end;
    padding: 0px;
}

div#findExistingLocationModal .modal-header img {
    width: 28px;
    position: relative;
    right: -26px;
    top: -4px;
}

.find-existing-location-modal .select-brand .dropdown .btn {
    height: 3rem;
    align-items: center;
    color: #4F4F4F;
    background-color: #EEEEEE;
}

.find-existing-location-modal .search-input {
    align-items: center;
    display: flex;
    color: #4F4F4F;
}

div#populateForm .modal-header {
    justify-content: flex-end;
    padding-bottom: 0px;
}

div#populateForm .modal-header img {
    width: 28px;
}

#populateForm .modal-body {
    padding-top: 0px;
}

@media (max-width: 767px) {
    div#findExistingLocationModal .modal-header img {
        right: 0px;
    }

    div#thankYouEmailModal img {
        right: -10px;
    }

    .home-page .select-brand .dropdown .btn {
        margin-bottom: -8px;
    }
}

.populate-form .col-lg-6.col-xs-12 span input {
    background: #F7F7F7;
    border: 1px solid #d6d6d6;
    padding: 7px;
}

/* .home-page .locator-search-section .search-input::placeholder{
    color: #716F73;
} */
.populate-form .col-lg-6.col-xs-12 span input::placeholder {
    color: #716F73;
}

.location-card-modal .col-md-8 img {
    width: auto;
}

@media (min-width: 768px) and (max-width: 1400px) {
    .card-header {
        font-size: 12px;
    }
}

#map1 .gm-style-iw.gm-style-iw-c {
    border-radius: 0px;
}

#updatefInformationModal.modal .modal-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#updatefInformationModal.modal .modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (min-width: 767px) {
    div#thankYouEmailModal .modal-header.border-0 {
        padding-left: 0px;
    }

    div#thankYouEmailModal .modal-body.py-0 {
        padding-left: 0px;
    }

    #thankYouEmailModal .modal-footer {
        padding-left: 0px;
    }

    #thankYouEmailModal .modal-footer .btn {
        margin-left: 0px !important;
    }

    .location-card-modal #updatefInformationModal.modal .saic img {
        width: 20px;
        position: relative;
        left: -8px;
    }

    .updatedInformation-modal .modal-header h1 {
        padding: var(--bs-modal-header-padding);
    }

    #updatefInformationModal.modal .modal-header {
        padding: 0px;
    }
}

@media (max-width: 767px) {
    #thankYouEmailModal .modal-footer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .offcanvas-body .mobile-menu-list li:first-of-type {
        padding-top: 0px;
    }
}

.gm-ui-hover-effect {
    opacity: 1;
}

#results1 .card-body p {
    display: flex;
}

#results .card-body p {
    display: flex;
}

.location-card-modal ul {
    margin-left: 0px;
}

#map1 .gm-style-iw.gm-style-iw-c .gm-style-iw-d .card-body p {
    display: flex;
}

.select-brand.location-wrapper .search-input {
    padding-right: 40px;
}

/* .add-infusion-page .dropdown-menu.show {
    width: 100%;
    padding: 0;
} */

p#updatefInformationModalLabel.modal-title {
    font-size: 26px;
    font-family: 'Roboto Bold';
    color: #000;
    line-height: normal;
}

#updatefInformationModal.location-card-modal .modal-header h1 span {
    font-weight: 500;
}

#updatefInformationModal.location-card-modal .modal-header h1 span:first-of-type {
    padding-right: 3px;
    padding-left: 5px;
}

.updatedInformation-modal .modal-header h1 {
    align-items: center;
}

.update-info-btn-wrapper {
    background-color: var(--black);
    font-family: 'Roboto Bold';
    border: 2px solid var(--black);
    border-radius: 0;
    padding: 13px;
    font-size: 16px;
}

.update-info-btn-wrapper.btn:hover {
    background-color: var(--black);
    border-color: var(--black);
}



.more-info-tray-main .select-brand .dropdown .btn {
    border: none;
}

#updatefInformationModalMobile {
    position: absolute;
    top: 0;
    left: 0;
}


#updatefInformationModalMobile .modal-dialog {
    margin: 0;

    top: 0;
}

#updatefInformationModalMobile .modal-content {
    padding: 0 !important;

}

#updatefInformationModalMobile .modal-header {

    display: flex;
    justify-content: space-between;
}

.mobile-only .d-flex {

    position: relative;
}


#updatefInformationModal .modal-header {
    justify-content: space-between;
    padding-right: 14px !important;
}


.information-tray .card-header span {

    font-family: 'Roboto Bold';
    font-size: 14px;
}

.information-tray .card-body {

    display: flex;
}

.information-tray .card-body .me-1 {

    font-size: 20px;
    line-height: 22px;
}


.information-tray .card-body .mb-0 {

    display: flex;
    flex-direction: column;
}

.information-tray .card-body .mb-0 strong {

    line-height: 22px;
    font-size: 20px;
}

.information-tray .card-body .mb-0 ul {
    flex-direction: column;
    display: flex;
    line-height: 20px;
}

.information-tray .card-body .mb-0 ul li:first-child {
    font-size: 20px;
    line-height: 22px;
}


#confirmInformationModal .modal-header {
    align-self: flex-end;
}


#confirmRemoval,
.modal-header {

    justify-content: space-between;
}

#searchupdateresultstext,
#searchresultstext {
    font-size: 20px;
}

#searchupdateresultstext b,
#searchresultstext b {
    font-size: 22px;
}




#thankYouModal .modal-header {
    justify-content: flex-end;
}


/*  */
/* #map1 {
    display: none
} */

/*  */

#thankYouModal .modal-body {
    padding-left: 60px;
    padding-right: 60px;
}


#myDropdown4 .dropdown-item {

    white-space: break-spaces;
}

.form-row.row .form-group {
    position: relative;
}

.form-control.hasError,
.dropdown-toggle.hasError {
    border: 1px solid var(--red) !important;
}

.error-feed {
    margin-bottom: 0px;
    padding-left: 12px;
    position: absolute;
    top: auto;
    bottom: 0;
    transform: translateY(100%);
    font-family: "Roboto Bold";
    font-size: 12px;
    font-weight: bold;
    color: var(--red);
}

.dropdown.state-list .dropdown-toggle {
    width: 100%;
    color: var(--gray) !important;
    background-color: #f7f7f7 !important;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    padding: 11px 16px;
    order: var(--bs-border-width) solid var(--bs-border-color);
}

.state-list#dropdwon-infusion-options-popup .dropdown-menu {
    width: 100%;
}

.state-list#dropdwon-infusion-options-popup .dropdown-menu li .dropdown-item {
    white-space: normal;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 8px 10px;
}

.state-list .dropdown-menu .dropdown-item:hover::after {
    display: none;
}

.updateform #updatemultiSelectDropdown1 {
    font-weight: 400;
    font-family: 'Roboto Regular';
}

@media (-webkit-min-device-pixel-ratio: 1.5) {

    /* @media (-webkit-min-device-pixel-ratio: 1.5) and (min-width:1200px) { */
    .footer-nav .footer-nav-item {
        padding: 0px 20px;
        border-right: 1px solid var(--white);
        padding: 0 0.35rem;
        line-height: 16px;
    }

    .footer-nav .footer-nav-item .footer-nav-link {
        color: var(--white);
        font-size: 14px;
        line-height: 6px;
        font-weight: 400;
        cursor: pointer;
        /* padding: 0; */
    }


    footer .row {

        flex-direction: row;
    }

    footer .footer-nav {


        display: flex;
        flex-direction: row;
    }
}


.contact-body {

    color: #000;
}

#contactus .modal-header {
    justify-content: flex-end;
}


#add-dropdwon-state-options .dropdown-menu,
#update-dropdwon-state-options .dropdown-menu {

    height: 19rem;
    overflow-y: scroll;
}


.site-map-content li a {
    cursor: pointer;
    color: var(--amgen-blue) !important;
}

#results-print {

    display: none;
    visibility: hidden;
}

#searchresultstextPrint,
.print-screen {
    display: none;
}

.gm-style-iw-chr {

    position: absolute;
    z-index: 999;
    width: 100%;
}

@media print {

    * {
        color-adjust: exact !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    #results-print,
    #searchresultstextPrint,
    .print-screen {

        display: block;
        visibility: visible;
    }

    .top-nav,
    .main-nav-btns,
    .more-info-tray-main,
    #searchresultstext,
    .desktop-only,
    .mobile-only,
    .foot-note-section {

        display: none;
    }

    .distance-column {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .print-row {

        box-shadow: 0px 0px 4px var(--bs-secondary-color);
        padding: 20px;
        margin-bottom: 25px;
    }

    .first-col {

        border-right: 1px solid var(--amgen-gray);
    }

    .first-col h1 {

        color: var(--amgen-blue);

    }

    .distance-column div {

        color: var(--amgen-blue);
    }

    footer {

        margin-top: 20px;
    }

    .distance-column h3 {

        margin-bottom: unset;
    }

    #fullprescribing-info {
        text-decoration: underline;

    }

    .display-addresss div {

        display: flex;
        flex-direction: column;
    }

    .distance-column a {
        text-decoration: underline;

    }
}


#dropdwon-brands-options li {
    /* background: red; */
    cursor: pointer;
}



/********* Dixit CSS**********/



.checkbox-div,
.checkbox-list {
    display: flex;
    gap: 16px;
    align-items: center;
}

.checkbox-div p {
    margin-bottom: 0px;
}

.checkbox-list .container-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-list .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-list .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #000;
}

.checkbox-list .container-checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox-list .container-checkbox input:checked~.checkmark {
    background-color: var(--amgen-blue);
}

.checkbox-list .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-list .container-checkbox input:checked~.checkmark:after {
    display: block;
}

.checkbox-list .container-checkbox .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.indication-tray {
    padding: 24px 0px;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
}

.indication-tray p {
    color: #8C8C8C;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}

.indication-tray ul {
    margin-bottom: 0px;
    padding-left: 20px;
}

.indication-tray ul li {
    color: #8C8C8C;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 4px;

}

.indication-tray ul li:last-child {
    margin-bottom: 0px;
}

.close-indication {
    position: absolute;
    top: 24px;
    right: 28px;
    cursor: pointer;
    width: 28px;
    height: 28px;
}


.radio-accepting-blincyto .container-input,
.radio-accepting-imdelltra .container-input {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-accepting-blincyto .container-input input,
.radio-accepting-imdelltra .container-input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-accepting-blincyto .checkmark,
.radio-accepting-imdelltra .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #000;
}

.radio-accepting-blincyto .container-input:hover input~.checkmark,
.radio-accepting-imdelltra .container-input:hover input~.checkmark {
    background-color: #ccc;
}

.radio-accepting-blincyto .container-input input:checked~.checkmark,
.radio-accepting-imdelltra .container-input input:checked~.checkmark {
    background-color: #2196F3;
}

.radio-accepting-blincyto .checkmark:after,
.radio-accepting-imdelltra .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-accepting-blincyto .container-input input:checked~.checkmark:after,
.radio-accepting-imdelltra .container-input input:checked~.checkmark:after {
    display: block;
}

.radio-accepting-blincyto .container-input .checkmark:after,
.radio-accepting-imdelltra .container-input .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-group.radio-accepting-imdelltra,
.form-group.radio-accepting-blincyto {
    display: flex;
    align-items: center;
    gap: 16px;
}

.isi-tray {
    padding-top: 54px;
    padding-bottom: 54px;
}

.isi-start p,
.isi-start ul li,
.isi-start a {
    color: #8C8C8C;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
}

.isi-start a {
    text-decoration: underline;
}

.isi-start ul {
    padding-left: 20px;
}

@media (max-width: 767px) {

    .checkbox-div,
    .checkbox-list {
        flex-wrap: wrap;
    }

    .checkbox-list .container-checkbox {
        width: 100%;
    }

    .footer-nav .footer-nav-item {
        margin-bottom: 16px;
        width: 100%;
    }

    .indication-tray {
        padding: 24px 16px;
        max-width: 1320px;
        margin: 0 auto;
        position: relative;
        padding-right: 50px;
    }

    footer .footer-nav {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .close-indication {
        position: absolute;
        top: 13px;
        right: 16px;
        cursor: pointer;
        width: 28px;
        height: 28px;
    }

    .form-group.radio-accepting,
    .form-group.radio-blincyto {
        display: flex;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
    }

    .radio-accepting-imdelltra label,
    .radio-accepting-blincyto label {
        width: 100%;
    }

    .radio-accepting-blincyto .container-input,
    .radio-accepting-imdelltra .container-input {
        width: auto;
    }

    .isi-tray {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}


.isi-tray.fixid-isi {
    position: fixed;
    bottom: 147px;
    overflow: hidden;
    top: auto;
    opacity: 1;
    transform: translateY(100%);
    background-color: #fff;
    width: 100%;
}

.isi-tray {
    position: fixed;
    bottom: 0px;
    height: 157px;
    background: #fff;
    border-top: 0px solid #0063C3;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
}

.isi-tray.draw {
    position: relative;
    height: auto;
    border-top: 0px solid #0063C3;

}

.isi-tray.expand {
    height: 76vh;
    width: 100%;


}

.isi-tray.expand.draw {
    height: auto;
}

.expand .isi-start .isi-content-start{
    height: 70vh;
    overflow-y: auto;
}

.draw.expand .isi-start .isi-content-start{
    height: auto;
    overflow-y: auto;
}
.expand button#opensFullIsi {
    position: absolute;
    right: 83px;
    top: -22px;
    background-color: transparent;
    border: none;
    color: #0063C3;
    font-weight: bold;
    display: block;
}

button#opensFullIsi {
    position: absolute;
    right: 76px;
    top: -45px;
    background-color: transparent;
    border: none;
    color: #0063C3;
    font-weight: bold;
    display: block;

}

.draw button#opensFullIsi {

    display: none;

}

button#opensFullIsi span {

    color: #0063C3;
    font-weight: bold;
}



.isi-tray:before {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    background-image: url(../images/arrow-more.png);
    height: 27px;
    width: 100%;
    background-repeat: no-repeat;
    top: -27px;
    right: 0px;
    background-size: cover;
}

.isi-tray.expand:before {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    background-image: url(../images/arrow-less.png);
    height: 27px;
    width: 100%;
    background-repeat: no-repeat;
    top: -24px;
}

.isi-start {
    position: relative;
}

.isi-tray.draw::before,
.isi-tray.draw:after {
    content: none;
}

/* dixit code ends */
/* new css */


.information-tray .card-body .mb-0 .patient {
    margin-top: 10px;
}

.information-tray .card-body .mb-0 .patient li:first-child {
    line-height: 20px;
    font-size: 16px;
}

@media (max-width:767px) {
  

    button#opensFullIsi {
        position: absolute;
        right: 0px;
        top: -6px;
        background-color: transparent;
        border: none;
        color: #0063C3;
        font-weight: bold;
        display: block;
    }

    .expand button#opensFullIsi {
        position: absolute;
        right: 0px;
        top: -6px;
        background-color: transparent;
        border: none;
        color: #0063C3;
        font-weight: bold;
        display: block;
    }
    .isi-tray:before {
        position: absolute;
        content: " ";
        width: 0;
        height: 0;
        background-image: url(../images/arrow-more-mobile.png);
        height: 14px;
        width: 100%;
        background-repeat: no-repeat;
        top: -15px;
        right: 0px;
        background-size: cover;
    }
    .isi-tray.expand:before {
        position: absolute;
        content: " ";
        width: 0;
        height: 0;
        background-image: url(../images/arrow-less-mobile.png);
        height: 15px;
        width: 100%;
        background-repeat: no-repeat;
        top: -13px;
    }
}

.information-tray .card-body .patient-types{
    padding-left: 0px;
    margin-left: -5px;
    margin-top: 10px;
}

.information-tray .card-body .patient-types li {
    font-family: 'Roboto Regular';
    color: #000;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px !important;
}

.locator-search-section .input-search-block {
    position: relative;
}


#findExistingLocationModal .home-infusion-info{
    white-space:unset;
}