/****/
div#dosing-modifications {
  display: none;
}
/****/
/* css starts */
.grd-pop {
  margin-top: 3px;
  display: inline-block;
}

.pl {
  padding-left: 4px;
}

.indent {
  text-indent: -4px;
}

#full-site .nurse-frst-section {
  font-family: 'Poppins';
}

#nurse-center .nurse-frst-section .sub-two .image-white img {
  border-radius: 6.82px;
}

#full-site .nurse-frst-section .update-wrap p.desc-p {
  font-size: 18px;
  line-height: 23px;
  margin-top: 10px;
  font-family: arial;
}

#full-site ul.pink-diamond-list.icon-small {
  padding-left: 30px;
  margin-top: 15px;
}

#full-site .nurse-frst-section .update-wrap p.purple-font {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  margin: 30px 0 10px;
}

#full-site .nurse-frst-section ul.pink-diamond-list.icon-small li {
  margin-bottom: 10px !important;
}

#nurse-center #full-site .table tbody tr td:nth-child(5),.table tbody tr td:nth-child(6) {
  background: rgba(70, 70, 70, 0.05) !important;
}

#full-site .three-num-desc .one-test p.purple-font,
#full-ste .three-num-desc .one-test p.pink-font,
#full-site .nurse-frst-section .update-wrap .two-pink.one-test p.pink-font {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 25px;
}

#full-site .three-num-desc .one-test>p {
  max-width: 27px;
  height: 27px;
  width: 100%;
  border-radius: 50%;
  background: #640264;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15.26px;
  color: white;
  font-weight: bold;
}

#full-site sup {
  line-height: 0;
  white-space: nowrap;
}

#full-site .three-num-desc .one-test {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

#full-site .three-num-desc .two-pink.one-test>p {
  background: #C804C8;
}

#full-site .nurse-frst-section .sub-two .image-white img {
  width: 100%;
  padding: 7px;
  box-shadow: 0 6px 60px 2px rgba(0, 0, 0, 0.20);
  margin: 30px 0 0px;
}

#full-site .nurse-frst-section .sub-two .pink-cta.nurse-one-cta {
  margin: 60px 10px 20px;
}

#nurse-center #full-site .three-num-desc .pink-diamond-list.icon-small li {
  font-family: "arial" !important;
}

#nurse-center #full-site .about-section-2 {
  margin: 30px 0px 0px;
  font-family: 'Poppins';
}

#nurse-center #full-site .about-section-2 .sub-head {
  max-width: 100%;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 10px;
}

#nurse-center .table-section table {
  border-radius: 6px;
  font-family: 'Poppins';
  margin-bottom: 0px;
}

#nurse-center .table-section table tr:has(th) {
  background: #640264;
  color: white;
}

#nurse-center .table-section table td,
#nurse-center .table-section table th {
  font-size: 13px;
  padding: 13px 6px 13px 11px;
  line-height: 17px;
}

#nurse-center .table-section table tr:nth-child(even) td {
  background: #fcf0fc;
}

#nurse-center .table-section table tr:nth-child(odd) td:last-child {
  background: transparent;
}

#nurse-center .table-section table tr td:first-child {
  color: #640264;
  font-weight: 700;
  width: 42%;
}

#nurse-center .table-section table tr th:first-child {
  border-top-left-radius: 10px;
}

#nurse-center .table-section table tr:last-child td:first-child {
  border-bottom-left-radius: 0px;
}

#nurse-center .table-section table tr:last-child td:last-child {
  border-bottom-right-radius: 0px;
}

#nurse-center .table-section table tr th:last-child {
  border-top-right-radius: 10px;
}

#nurse-center .pdf-card {
  border-radius: 5px;
  box-shadow: 0 2px 250px 0 rgba(0, 0, 0, 0.20);
  margin: 60px 0;
  display: flex;
  padding: 19px 15px 16px 16px;
  align-items: flex-start;
  gap: 16px;
}

#nurse-center .pdf-card img {
  max-width: 57px;
}
/*#nurse-center .pdf-card .img-section {*/
/*  max-width: 85px;*/
/*  height: 85px;*/
/*  width: 100%;*/
/*}*/

#nurse-center .pdf-card .content {
  padding-top: 10px;
  color: #C804C8;
  FONT-SIZE: 18PX;
  line-height: 20px;
}

#nurse-center .pdf-card .content a {
  color: #C804CB;
}

#nurse-center .step-section {
  margin: 30px 0px 15px;
}

.step-section {
}

#nurse-center .step-section .steps-felx {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#nurse-center .step-section .steps-felx .img-section {
  position: relative;
}

#nurse-center .step-section .steps-felx .img-section:after {
  content: "1";
  position: absolute;
  display: flex;
  width: 26px;
  height: 26px;
  left: 0;
  top: 0;
  background: #C804C8;
  z-index: 1;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: white;
  transform: translate(-50%, -50%);
  font-size: 15.26px;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 21.36px;
}

#nurse-center .step-section .steps-felx .box-2 .img-section:after {
  content: "2";
}

#nurse-center .step-section .steps-felx .content .heading {
  font-size: 20px;
  line-height: 28px;
  color: #640264;
  margin: 10px 0;
}

#nurse-center .step-section .steps-felx .content {
  font-size: 18px;
  line-height: 25px;
}

#nurse-center .step-section .steps-felx .content ul.arrow-list li {
  position: relative;
  padding-left: 22px;
  margin-top: 10px;
}

#nurse-center .step-section .steps-felx .content ul.arrow-list li:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/content/dam/intelligentcontent/brands/camizestrant-hcp/us/en/cami-hcp/images/nurse/desktop/list-arrow-icon.svg);
  left: 0;
  top: 8px;
}

#nurse-center #full-site .pink-cta.pink-second-cta {
  margin: 60px 10px 15px;
}

/* css  ends */




/*nurse page*/
#nurse-center #full-site #mobile-h1 .yellow-text-sub {
  padding: 11px 0px 0px 10px;
}

#About-ETCAMAH-grey .subnav-eyebrow {
  max-width: 161px;
}

#nurse-center #full-site table.nurse-table .category-header {
  color: #640264 !important;
}

#nurse-center #full-site table.nurse-table .category-header,
#nurse-center #full-site table.nurse-table .blank-column,
#nurse-center #full-site table.nurse-table .subheader,
#nurse-center #full-site table .main-title,
#nurse-center #full-site table .condition-name,
#nurse-center #full-site table .data-cell {
  border: none;
}

#nurse-center #full-site table.nurse-table tr.category-header-row>td:not(:nth-child(4)) {
  border-top: 1px solid #464646;
}

#nurse-center #full-site table tbody tr:last-child>td:not(:nth-child(4)) {
  border-bottom: 1px solid #464646;
}

#full-site tr.category-header-row {
  background: rgba(70, 70, 70, 0.05);
}

#full-site table.nurse-table {
  margin-bottom: 15px;
}

#nurse-center .footnotes-container.nurse-container-footnote {
  margin-top: 15px;
}

#nurse-center .footnotes-container.nurse-container-footnote p {
  line-height: 20px !important;
}

#nurse-center .footnotes-container.nurse-container-footnote p:first-child {
  padding-left: 6px;
  text-indent: -5px;
}

#nurse-center #second-acc {
  padding: 30px 0px 45px;
}

#nurse-center #full-site #safety-accordion .table-title {
  font-weight: 400;
}

#nurse-center #full-site #safety-accordion .pink-diamond-list.nurse-second-ul {
  padding-left: 30px;
}

#nurse-center #full-site #safety-accordion .pink-diamond-list.nurse-second-ul li:not(:last-child) {
  padding-bottom: 15px;
}

/* ETCAMAH AR Management Strategies */
#nurse-center #full-site #safety-accordion>.cmp-accordion__item:first-child {
  margin-bottom: 0px;
}

#nurse-center #full-site #safety-accordion .cmp-accordion__item:not(:first-child) {
  padding-top: 30px;
}

#nurse-center #full-site table.nurse-table.laboratory-abnormalities-table tr.category-header-row>td:nth-child(4) {
  border-top: 1px solid #464646;
}

#nurse-center #full-site table.nurse-table.laboratory-abnormalities-table tbody tr:last-child>td:nth-child(4),#nurse-center #full-site table tbody tr:last-child>td:nth-child(4) {
  border-bottom: 1px solid #464646;
}

#nurse-center #full-site table.nurse-table.laboratory-abnormalities-table>tbody>tr>.data-cell:nth-child(4) {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}

#nurse-center #full-site table.nurse-table.visual-effects-table {
  max-width: 794px;
  margin: 0 auto;
}

#nurse-center #full-site table.nurse-table.visual-effects-table>tbody>tr>td:nth-child(3) {
  background: #FFFFFF;
}

#nurse-center #full-site table.nurse-table.visual-effects-table>tbody>tr:first-child>td:nth-child(3) {
  background: rgba(70, 70, 70, 0.05) !important;
}

/* ETCAMAH Drug Interactions */

.drug-interactions--table {
  max-width: 996px;
  margin: 0 auto;
  padding-top: 30px;
}

.dg-row {
  border-bottom: 0.58px solid #464646;
  display: flex;
}

.dg-row--left {
  width: 386px;
  background-color: rgba(249, 230, 249, 1);
}

.dg-row--right {
  background-color: #FFF;
  max-width: 610px;
}

.dg-row--left-title {
  color: #640264;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.dg-row--right-title {
  color: #464646;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.dg-row.dg-row--1 {
  height: 52px;
}

.dg-row>.dg-row--left {
  padding-top: 5px;
  padding-left: 12px;
  background: #fcf0fc;
}

.dg-row>.dg-row--left ul {
  padding-top: 0px !important;
  padding-left: 31px;
  padding-right: 43px;
}

.dg-row>.dg-row--right {
  padding-left: 59px;
}

.dg-row>.dg-row--right ul {
  padding-top: 46px !important;
  padding-bottom: 10px;
}

.dg-row>.dg-row--right ul li:not(:last-child) {
  padding-bottom: 15px;
}

.dg-row .dg-row--left-title {
  padding-bottom: 15px;
}

#nurse-center .drug-interactions--table .pink-diamond-list li {
  color: #000;
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

#full-site .for-text img {
  position: relative;
  top: 4px;
}

/* APP/Nurse Resources */
#nurse-center #full-site table.nurse-table .subheader {
  font-weight: 700;
}

#nurse-center h2.table-title.global-max-width.support-resource {
  color: #640264;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  max-width: 996px;
  margin: 0 auto;
  padding: 0 16px 30px;
}

/* Buttons End of Page */
#nurse-center #buttons-container>div:last-child a {
  padding: 12px 22px;
}

/* References */
#full-site .references-content a {
  color: inherit;
}

#nurse-center #full-site table.nurse-table.laboratory-abnormalities-table tr.category-header-row>td:nth-child(4) {
  border-top: none;
}

/*CSS- unit testing*/
#nurse-center .table-section {
    /*border: 1px solid rgba(70, 70, 70, 1);*/
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-bottom: 0px;
}

#nurse-center #border-plus-pink {
  margin: 0 !important;
}

.not-bold {
  font-weight: 400 !important;
}

#nurse-center #full-site .nurse-frst-section .update-wrap p.purple-font.dual-font {
  margin-top: 15px;
  line-height: 100%;
}

#nurse-center #full-site #two-video .desc-p {
  line-height: 100%;
}

#nurse-center #full-site .category-header-row td:nth-child(2),
#nurse-center#full-site .category-header-row td:nth-child(3),
#nurse-center #full-site .category-header-row td:nth-child(3) {
  background: #efddef !important;
}

#nurse-center .dia-nurse-update {
  padding-left: 18px;
  margin-bottom: 34px;
}

#nurse-center #full-site table.nurse-table.visual-effects-table td:nth-child(1) {
  font-family: "poppins";
}

#nurse-center #full-site table.nurse-table.visual-effects-table td:nth-child(3).treatment-header {
  font-family: "poppins" !important;
}

#nurse-center #full-site table.nurse-table.visual-effects-table td:nth-child(3) {
  font-family: "arial" !important;
  font-weight: 400;
}

/* scode */
#nurse-center .btext-cust {
  font-family: 'Poppins' !important;
}

.poppins-custclass {
  font-family: 'Poppins' !important;
}

.arial-custclass {
  font-family: arial !important;
}

#nurse-center .laboratory-abnormalities-table tbody>tr>.data-cell:nth-child(5),
#full-site table>tbody>tr>.data-cell:nth-child(6) {
  font-family: arial !important;
}

#nurse-center #about-etcamah,
 #nurse-center #esr1m-monitoring,
 #nurse-center #dosing,
 #nurse-center #ar-management,
 #nurse-center #drug-interactions,
 #nurse-center #app-nurse-resources,#about-etcamah-your-essential-role {
  scroll-margin-top: 163px;
}

#nurse-center #full-site #dosing {
  scroll-margin-top: 163px;
}

#about-etcamah-moa {
  scroll-margin-top: 163px;
}

#nurse-center #full-site .nurse-pm-update {
  padding-top: 6px;
  padding-bottom: 59px;
}

#full-site .nurse-frst-section .update-wrap p.desc-p.second-p-nurse {
  margin-top: 25px;
}

#full-site .nurse-pm-update .second-level-heading {
  padding-bottom: 5px;
}

#nurse-center #full-site .nurse-frst-section.nurse-pm-update .update-wrap.pd-text .pink-font.second-level-heading {
  color: #003866 !important;
}
/* scode */
@media screen and (min-width:992px) {
  #nurse-center #full-site table.nurse-table .subheader {
    width: 82px;
  }

  #nurse-center #full-site .pink-diamond-list li {
    text-indent: -13px;
  }

  #nurse-center #dosing .cust-eyebrow-cnt .subnav-eyebrow {
    max-width: 605px;
  }

  #full-site table.nurse-table.visual-effects-table .condition-name {
    padding-left: 23px;
  }

  #full-site .bradycardia-content1 {
    padding-top: 50px;
  }

  #nurse-center #about-etcamah,
 #nurse-center #esr1m-monitoring,
 #nurse-center #dosing,
 #nurse-center #ar-management,
 #nurse-center #drug-interactions,
 #nurse-center #app-nurse-resources,#about-etcamah-your-essential-role {
    scroll-margin-top: 135px;
  }

  #about-etcamah-moa {
    scroll-margin-top: 135px;
  }

  #nurse-center .dg-row .dg-row--left-title {
    padding-right: 20px;
  }

  #nurse-center #full-site .white-pink-acess .sub-sec p {
    min-height: 81px;
  }

  #nurse-center #full-site #dosing {
    scroll-margin-top: 130px !important;
  }

  #nurse-center #full-site #banner-main {
    padding: 60px 0px 60px;
  }

  #nurse-center #full-site #desktop-h1 h1 {
    max-width: 389px;
  }

  #nurse-center #full-site .desk-vect-img {
    box-shadow: 0px 4.83px 48.26px 1.61px #00000033;
    background: #e5e5e5;
  }

  #nurse-center h2.table-title.global-max-width.support-resource {
    font-size: 30px;
    line-height: 33px;
    padding: 34px 0px 30px;
  }

  #nurse-center #full-site .subnav-eyebrow-bordertop {
    height: 43px;
  }

  #full-site .three-num-desc .one-test p.pink-font {
    max-width: 200px;
    margin: 0 auto;
  }

  #full-site .nurse-frst-section .update-wrap>p.pink-font {
    font-size: 30px;
    line-height: 33px;
  }

  #full-site .update-wrap>ul.pink-diamond-list.icon-small {
    display: flex;
    gap: 112px;
    padding-left: 56px;
    justify-content: space-between;
    margin-top: 0;
  }

  #full-site .update-wrap>.three-num-desc {
    display: flex;
    gap: 45px;
    margin: 46px 0 27px;
    max-width: 872px;
    margin-right: auto;
    margin-left: auto;
  }

  #full-site .three-num-desc .one-test {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #nurse-center #full-site .about-section-2 {
    margin-top: 46px;
  }

  #full-site .three-num-desc .one-test>p {
    max-width: 46px;
    height: 46px;
    font-size: 23px;
    line-height: 25px;
  }

  #full-site .three-num-desc .one-test ul.pink-diamond-list.icon-small {
    text-align: left;
    padding-top: 0;
  }

  #full-site .three-num-desc .one-test p.purple-font {
    max-width: 140px;
    margin: 0 auto;
  }

  #full-site .three-num-desc .one-test p.purple-font,
    #full-site .three-num-desc .one-test p.pink-font {
    font-size: 21px;
    line-height: 23px;
  }

  #nurse-center #full-site .about-section-2 .sub-head p {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 30px;
    margin-bottom: 31px;
  }

  #nurse-center .table-section table td,
    #nurse-center .table-section table th {
    font-size: 18px;
    line-height: 23px;
    padding-left: 34px;
  }

  #nurse-center #border-plus-pink .table-section table tr td:first-child {
    width: 34%;
    vertical-align: top;
  }

  #nurse-center .pdf-card {
    max-width: 722px;
    margin: 60px auto;
    gap: 23px;
    align-items: center;
  }

  #nurse-center .pdf-card .content p {
    font-size: 22px;
    line-height: 26px;
    padding: 0;
    font-family: 'Poppins';
  }

  #nurse-center .step-section .steps-felx {
    flex-direction: row;
    max-width: 800px;
    margin: 40px auto 0;
    gap: 60px;
  }

  #nurse-center .step-section .steps-felx .content {
    padding: 25px;
  }

  #nurse-center .step-section .steps-felx img {
    width: 100%;
    border-radius: 10px;
  }

  #nurse-center .step-section .steps-felx .box {
    max-width: 380px;
    width: 100%;
  }

  #nurse-center #full-site #two-video .pink-cta.pink-second-cta {
    margin: 35px auto 60px auto;
    width: 93%;
    padding: 16px 18px 16px 60px;
  }

  #nurse-center .step-section {
    margin-bottom: 0;
  }

  #nurse-center .nurse-frst-section .sub-two .image-white img {
    padding: 0px 48px 32px 52px;
    max-width: 919px;
    margin-left: auto;
    margin-right: auto;
  }


    /* ESR1m Monitoring for HR+/HER2- Breast Cancer */
  #nurse-center #esr1m-monitoring-1 .subnav-eyebrow {
    max-width: 661px;
  }

  /*#nurse-center .esrm1-sec1>div.who p.heading>span {*/
  /*  width: 153px;*/
  /*}*/

  /*#nurse-center .esrm1-sec1>div.when p.heading>span {*/
  /*  width: 184px;*/
  /*}*/

  /*#nurse-center .esrm1-sec1>div.how p.heading>span {*/
  /*  width: 210px;*/
  /*}*/

  .laptop_top-6px {
    top: 6px;
  }

  #nurse-center #who-when-how-sec .pink-cta {
    max-width: 954px;
    margin-left: 65px;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table .main-title {
    min-width: 255px;
  }


    /* ETCAMAH Dosing */
  #nurse-center #dosing .subnav-eyebrow {
    max-width: 400px;
  }

  #nurse-center #dosing .flow-img-sec img {
    box-shadow: 0px 4.83px 48.26px 1.61px #00000033;
  }

    /* ETCAMAH AR Management Strategies */
  #nurse-center #management-strategies .subnav-eyebrow {
    max-width: 571px;
  }

    /* Accordion 1/5 */
    /* Accordion 2/5 */
    /* Accordion 3/5 */
    /* Accordion 4/5 */
    /* Accordion 5/5 */
  #nurse-center #full-site .dose-modification-wrapper .image-sec-dose {
    padding: 0 !important;
  }

  #nurse-center #full-site .content-dose {
    border-bottom: 1px solid rgba(70, 70, 70, 1);
  }

  #nurse-center #full-site .single-word {
    padding-bottom: 31px;
    padding-left: 16px;
  }

  #nurse-center #full-site .dose-modification-wrapper .content-dose .single-word p.image-sec-dose-title {
    padding: 0;
    margin: 0;
    padding-bottom: 0 !important;
    /*white-space: nowrap;*/
    margin-left: -16px;
    padding-top: 8px;
  }

  #nurse-center #full-site .desc-para {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 28px 34px 34px 34px;
  }

  #nurse-center #full-site .dose-modification-wrapper .content-dose .single-word p {
    margin-left: 0px;
    min-width: 290px;
  }

  #nurse-center #nurse-center #full-site #safety-accordion .cmp-accordion__item:not(:first-child) {
    padding-top: 34px;
  }

    /* ETCAMAH Drug Interactions */
  #nurse-center #drug-interactions .subnav-eyebrow {
    max-width: 488px;
  }

    /* APP/Nurse Resources */
  #nurse-center #full-site #nurse-resources .subnav-eyebrow-bordertop {
    margin-bottom: -35px;
  }

  #nurse-center #nurse-resources .subnav-eyebrow {
    max-width: 434px;
  }

  #nurse-center #nurse-resources .table-container {
    padding: 30px 0px 25px;
  }

  #nurse-center .white-pink-acess {
    max-width: 295px;
    margin: 0;
  }

  #full-site .nurse-frst-section .sub-two .pink-cta.nurse-one-cta {
    margin: 64px auto 34px;
    width: 92.7%;
    padding: 16px 18px 16px 70px;
  }


    /*new code  */
  #nurse-center .table-section table th {
    padding: 15px 6px 15px 34px;
  }

  #nurse-center .step-section .steps-felx .content .heading p {
    font-size: 22px;
    line-height: 28px;
  }

  #nurse-center .step-section .steps-felx .content>p {
    font-size: 18px;
    line-height: 23px;
  }

  #nurse-center .step-section .steps-felx .content ul.arrow-list li {
    margin-top: 15px;
  }

  #nurse-center #full-site #references {
    padding: 0px 0px 56px 0;
  }

  #nurse-center #full-site #acess-nurse .table-container {
    padding-bottom: 0px;
  }

  #nurse-center #full-site .white-pink-acess>div {
    gap: 30px;
  }

  #nurse-center #full-site .white-pink-acess.acess-1-row-1-pink>div>div:first-child,
    #nurse-center #full-site .white-pink-acess.acess-2-row-2-pink>div>div:first-child {
    /*padding: 13px 34px;*/
    max-width: 295px;
  }

  #nurse-center #full-site .adivse-text {
    padding-top: 30px !important;
  }

  #nurse-center #full-site .dg-row--right .pink-diamond-list {
    margin-bottom: 0px !important;
  }

  #nurse-center #full-site .dg-row>.dg-row--right {
    padding-left: 22px;
  }

  #nurse-center #full-site .drug-interactions--table .pink-diamond-list {
    padding-left: 43px;
  }

  #nurse-center #full-site #ad-nurse .table-container-dosing {
    padding-top: 0px !important;
  }

  #nurse-center #full-site #safety-accordion {
    padding: 7px 0 60px;
  }

  #about-atcamah .subnav-eyebrow {
    max-width: 391px;
  }

  #nurse-center #full-site #safety-accordion .table-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 33px;
  }

  #nurse-center #full-site #safety-accordion .cmp-accordion__item:not(:first-child) {
    padding-top: 30px;
  }

  #nurse-center #full-site #safety-accordion .cmp-accordion__item .cmp-accordion__panel.cmp-accordion__panel--expanded {
    padding-bottom: 30px;
  }

  #nurse-center #full-site .table-container.second-table-ns {
    padding-bottom: 3px;
  }

  #nurse-center #full-site #one-ns-etcmah .pink-cta {
    width: 86.2%;
    margin-left: 40px;
    margin-right: auto;
  }

  #nurse-center #full-site #visual-text .table-container-dosing.updt-cnt {
    padding: 30px 0px 30px;
  }

  #nurse-center #full-site .visual-effect-popup-left-content {
    margin-top: 38px;
    padding-top: 0px !important;
    padding: 44px 28px 36px 19px;
  }

  #nurse-center #full-site .visual-effect-popup-right-content {
    padding: 24px 4px 0px 26px;
    margin-top: 20px;
  }

  #nurse-center #full-site #visual-design-content .pink-cta {
    margin-top: 23px;
    width: 95%;
  }

  #nurse-center #full-site .visual-effect-btm-footnote {
    padding-bottom: 22px !important;
    padding-right: 28px;
  }

  #nurse-center #full-site .bradycardia-points p {
    padding-bottom: 15px !important;
  }

  #nurse-center #full-site .bradycardia-points li {
    line-height: 23px !important;
  }

  #nurse-center #full-site table.nurse-table tr.category-header-row>td:not(:nth-child(4)) {
    padding: 4px 4px 4px 5px;
  }

  #nurse-center #full-site .dose-nurse-modifi {
        /*padding-top: 60px !important;*/
    ;
  }

  #nurse-center #full-site #dose-nurse {
    padding-top: 43px !important;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table>tbody>tr:first-child>td:nth-child(3),
    #nurse-center #full-site table.nurse-table.visual-effects-table>tbody>tr>td:nth-child(3) {
    font-family: 'arial' !important;
    /*background: rgba(70, 70, 70, 0.05);*/
    font-weight: 400 !important;
  }

  #nurse-center #full-site #dose-nurse ul.pink-diamond-list {
    margin-bottom: 0px !important;
  }

  #nurse-center #full-site #dose-nurse .dose-modification {
    margin-top: 60px;
  }

  #nurse-center #full-site .table-container-dosing.updt-cnt {
    padding-top: 30px;
  }

  #nurse-center #full-site .clinical-studies-main-content {
    max-height: 269px;
  }

  #nurse-center .dose-modification.management-bradycardia--dm {
    margin-top: 60px;
  }

  #nurse-center #full-site .esrm1-sec1 {
    padding: 0px 0 15px;
    /*margin-left: 23px;*/
    ;
  }

  #nurse-center #full-site .adverse-reaction-grade-main-content {
    margin-bottom: 0px;
  }

  #nurse-center #full-site .added-bn {
    margin-left: 12px;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table .treatment-header .n-value {
    font-size: 18px;
    line-height: 100%;
  }

  #nurse-center #full-site .white-pink-acess.acess-1-row-1-pink>div>div:first-child img,
    #nurse-center #full-site .white-pink-acess.acess-2-row-2-pink>div>div:first-child img {
    max-width: 214px;
  }

  #nurse-center #full-site #safety-accordion .cmp-accordion__item:last-child .cmp-accordion__panel.cmp-accordion__panel--expanded {
    padding-bottom: 0px;
  }

  #nurse-center #full-site #brady-section .dose-modification.management-bradycardia--dm .dose-modification-wrapper .desc-para {
    padding-left: 35px !important;
  }

  #nurse-center #full-site .content-update {
    padding-right: 60px !important;
  }

  #nurse-center #full-site #dose-nurse .desc-para.content-update-bd {
    padding-left: 50px !important;
    padding-right: 45px;
  }

  #nurse-center #full-site .head-div-custfirst {
    font-size: 18px;
    line-height: 23px;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table {
    max-width: 776px;
  }

  #full-site table.nurse-table.nurser-table-first>tbody>tr>td:nth-child(2),
    #full-site table.nurse-table.nurser-table-first>tbody>tr>td:nth-child(3) {
    width: 13.9%;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table>tbody>tr>td:nth-child(3) {
    font-size: 19.03px !important;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table td:nth-child(1) {
    width: 33.5%;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table td:nth-child(2) {
    width: 34.5%;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table td:nth-child(3) {
    width: 34.5%;
  }

  #nurse-center .common-img-container.patient-container .white-pink-acess.acess-parc-3-pink .div-custc {
    min-height: 81px;
  }

  #nurse-center #full-site .footnote.footnote-el-new p {
    max-width: 190px;
  }
}

/*closing tag*/
#nurse-center #full-site .head-div-custfirst {
  font-family: "poppins";
  font-weight: 700;
}

#nurse-center #full-site #brady-section .pink-diamond-list {
  margin-bottom: 0px !important;
}

#nurse-center #full-site .ft-nt-nurse>p.ft {
  text-indent: -6px;
  padding-left: 6px;
}

#nurse-center #full-site .reference-section ol li {
  padding-left: 0px;
  text-indent: 0;
}

.nrs-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-left: 0px;
  max-width: 996px;
  margin: 0 auto;
  padding-bottom: 0px;
  font-family: "popins";
}

#nurse-center #full-site .purple-font.dual-font {
  font-weight: 400;
}

/*#nurse-center #full-site .pink-cta.pink-second-cta.text-pad {*/
/*  padding: 23px 18px 23px 82px;*/
/*}*/

#nurse-center.text-spacing {
  letter-spacing: 0.1px;
}

#nurse-center .pink-cta.monitor-text {
  max-width: 870px;
}

#nurse-center .flow-img-sec.pt-32.flex.flex-col.items-center img {
  box-shadow: 0px 2px 250px 0px #00000033;
}

#nurse-center #brady-section {
  margin-top: 60px;
}

#nurse-center #full-site #bradycardia-text-second .table-container {
  padding-bottom: 0 !important;
}

@media screen and (max-width:991px) {
  #nurse-center .cust-pdt-2 {
    padding-top: 2px;
  }

  #nurse-center .cardiac-g {
    max-width: 350px;
  }

  #nurse-center #full-site  .pink-diamond-list {
    padding-left: 22px;
  }

  #nurse-center #full-site .pink-diamond-list li::before {
    width: 13px;
    height: 13px;
  }

  #nurse-center #full-site .pink-diamond-list li {
    text-indent: -12px;
  }

  #nurse-center .cust-h-text {
    font-size: 16px !important;
  }

  #nurse-center #bradycardia-text-second {
    padding-bottom: 30px !important;
  }

  #nurse-center #brady-section {
    margin-top: 35px;
  }

  #nurse-center p.below-cont-end.fs-14px.lh-16px.pb-60.cust-ft-area {
    padding-bottom: 13px !important;
  }

  #nurse-center .eyebrow-maincnt {
    width: 202px !important;
    position: absolute;
  }

  #nurse-center #full-site #dosing .cust-eyebrow-cnt .subnav-eyebrow {
    width: 289px!important;
    max-width: 289px !important;
  }

  #nurse-center #full-site .white-pink-acess.acess-1-row-1-pink>div>div:first-child img,#nurse-center #full-site .white-pink-acess.acess-2-row-2-pink>div>div:first-child img {
    max-width: 100%;
  }

  #full-site .white-pink-acess.acess-parc-3-pink .sub-sec p, #access-and-support .white-pink-acess.acess-3-row-3-pink p {
    padding-bottom: 11px;
  }

  #nurse-center #who-when-how-sec .howimgedit {
    max-width: 57px !important;
    margin-left: 11px !important;
  }

  #nurse-center #who-when-how-sec .cust-gwen {
    margin-left: 7px !important;
  }

  #nurse-center .pdf-card .content.diag-cnt {
    font-size: 22px !important;
    line-height: 26px !important;
    font-family: 'Poppins' !important;
  }

  #nurse-center .dosing-content .first-desc {
    text-align: left !important;
    font: 700 18px / 23px "poppins", sans-serif !important;
  }

  #nurse-center .dosing-content .second-desc {
    text-align: left !important;
  }

  #nurse-center .table-container .fein-refe {
    font-size: 30px !important;
  }

  #nurse-center .pink-diamond-list li::before {
    width: 10px;
    height: 10px;
  }

  #nurse-center .div-custc {
    max-width: 96% !important;
  }

  #nurse-center .pink-cta.mb-16 {
    margin-top: 60px !important;
  }

  #nurse-center .head-div-custfirst {
    margin-top: 60px !important;
    margin-bottom: 8px !important;
  }

  #nurse-center .dia-nurse-update {
    margin-left: 5px;
  }

  .mobile_px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  #nurse-center #full-site #banner-main {
    margin-bottom: 0px;
  }

  #nurse-center #about-atcamah .subnav-eyebrow-bordertop {
    height: 43px;
  }

  #nurse-center #full-site .subnav-eyebrow {
    padding: 6px 0px 6px 10px;
  }

  #nurse-center #about-atcamah .subnav-eyebrow {
    width: 161px;
  }

  #nurse-center #full-site #esr1m-monitoring-1 .subnav-eyebrow {
    max-width: 289px;
  }

  #nurse-center #full-site .subnav-eyebrow p {
    font-size: 14px;
  }

  #nurse-center #full-site #esr1m-monitoring-1 .subnav-eyebrow-bordertop {
    height: 65px;
  }

  #nurse-center #full-site #dosing .subnav-eyebrow {
    max-width: 170px;
  }

  #nurse-center #full-site #management-strategies .subnav-eyebrow {
    max-width: 322px;
  }

  #nurse-center #drug-interactions .subnav-eyebrow {
    max-width: 248px;
  }

  #nurse-center #full-site #laboratory-abnormalities-table-footnotes .footnotes-container:last-child .footnote {
    text-indent: 0px;
    padding-left: 10px;
  }

  .drug-interactions--table {
    padding: 30px 10px 0;
  }

  .dg-row--left,
    .dg-row--right {
    width: 50%;
    max-width: 50%;
  }

  #nurse-center #full-site .mob-vect-img {
    box-shadow: 0px 2px 250px 0px #00000033;
    background: #e5e5e5;
    max-width: 280px;
  }

  .dg-row--left-title,
    .dg-row--right-title,
    #nurse-center .drug-interactions--table .pink-diamond-list li {
    font-size: 13px;
    line-height: 17px !important;
  }

  .dg-row--1 .dg-row--left {
    background-color: #FFF;
    justify-content: flex-start !important;
  }

  #full-site .dg-row .pink-diamond-list li::before {
    left: -4px;
    top: 0;
    width: 10px;
    height: 10px;
  }

  .dg-row>.dg-row--right {
    padding-left: 32px;
  }

  .dg-row>.dg-row--left ul {
    padding-left: 16px;
    padding-right: 2px;
  }

  .dg-row>.dg-row--right ul {
    padding-top: 36px !important;
  }

  .dg-row--3>.dg-row--right ul,
    .dg-row--5>.dg-row--right ul {
    padding-top: 62px !important;
  }

  #nurse-center .drug-interactions--table .pink-diamond-list li {
    text-indent: -10px;
    padding-bottom: 10px;
  }

  #nurse-center #full-site .dose-modification-wrapper .image-sec-dose {
    border-top: none;
    border-bottom: 1px solid rgba(70, 70, 70, 1);
    padding-bottom: 15px;
  }

  #nurse-center #full-site .dose-modification-wrapper .image-sec-dose p {
    max-width: 100%;
    font-size: 18px;
    line-height: 23px;
  }

  #nurse-center #full-site .content-dose {
    border-bottom: 1px solid rgba(70, 70, 70, 1);
  }

  #nurse-center #full-site .single-word {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #nurse-center #full-site .desc-para {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 27px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-top: 19px;
  }

  #nurse-center #full-site .cust-pp1,
    #nurse-center #full-site .cust-pp2 {
    font-weight: 700;
  }

  #nurse-center #full-site .reference-section ol li {
    margin-left: 15px;
  }

  #nurse-center #full-site .button.pink-gradient-button .cmp-button {
    line-height: 21px;
  }

  #nurse-center #buttons-container>div:last-child a {
    padding: 8.5px 22px;
  }

  #nurse-center #full-site #acess-nurse .table-container {
    padding: 30px 10px 60px 10px;
  }

  #nurse-center #full-site .sub-sec p {
    font: 700 20px / 23px "poppins", sans-serif;
  }

  #nurse-center #full-site .white-pink-acess.acess-2-row-2-pink,
    #nurse-center #full-site .white-pink-acess.acess-1-row-1-pink {
    padding-left: 6px;
  }

  #nurse-center #full-site .white-pink-acess.acess-1-row-1-pink>div {
    gap: 8px;
  }

  #nurse-center #full-site .white-pink-acess.acess-2-row-2-pink .download-button,
    #nurse-center #full-site .white-pink-acess.acess-1-row-1-pink .download-button {
    margin-left: 95px;
  }

  #nurse-center #full-site .white-pink-acess.acess-1-row-1-pink .download-button {
    margin-left: 84px;
  }

  #nurse-center #full-site .white-pink-acess.acess-1-row-1-pink .sub-sec {
    /*padding-left: 7px;*/
    ;
  }

  #nurse-center h2.table-title.global-max-width.support-resource {
    padding: 0 0px 30px;
  }

  #nurse-center #full-site #nurse-resources .subnav-eyebrow {
    max-width: 200px;
    padding: 6px 0px 6px 10px;
  }

  #nurse-center #full-site #nurse-resources .subnav-eyebrow-bordertop,
    #nurse-center #full-site #drug-interactions .subnav-eyebrow-bordertop {
    height: 41px;
  }

  #nurse-center #full-site #drug-interaction-etcamah {
    padding-top: 10px !important;
  }

  #nurse-center #full-site #drug-interaction-etcamah h2 {
    /*font-weight: 700;*/
    ;
  }

  #nurse-center #full-site .dg-row.dg-row--1 {
    padding-bottom: 10px;
  }

  .dg-row>.dg-row--left {
    padding-top: 16px;
  }

  .dg-row .dg-row--left-title {
    padding-bottom: 10px;
  }

  #management-strategies .subnav-eyebrow-bordertop {
    height: 38px;
  }

  #nurse-center #full-site #ad-nurse .table-container-dosing.updt-cnt {
    padding-top: 0px !important;
  }

  #nurse-center #full-site #safety-accordion {
    padding-top: 30px !important;
  }

  #nurse-center #full-site #safety-accordion .copy-content {
    font-size: 18px;
  }

  #nurse-center #full-site #safety-accordion .table-title {
    font-size: 24px;
    line-height: 33px;
  }

  #nurse-center #full-site .adverse-reaction-grade-main-content {
    margin: 0;
  }

  #nurse-center #full-site .adverse-reaction-grade-left-content {
    padding: 75px 41px 31px 48px;
  }

  #nurse-center #full-site .nurse-table.nurser-table-first {
    margin-bottom: 30px;
  }

  #nurse-center .footnotes-container.nurse-container-footnote {
    margin-top: 0px;
  }

  #nurse-center .footnotes-container.nurse-container-footnote p {
    padding-left: 6px;
    text-indent: -5px;
  }

  #nurse-center .cmp-accordion__panel.cmp-accordion__panel--expanded {
    padding-bottom: 30px !important;
  }

  #nurse-center #full-site #safety-accordion .pink-diamond-list.nurse-second-ul {
    padding-top: 15px;
  }

  #nurse-center #full-site .pink-cta.second-acc-pink-cta {
    margin-top: 44px;
  }

  #nurse-center #full-site table.nurse-table.laboratory-abnormalities-table>tbody>tr>.data-cell:nth-child(4) {
    font-size: 12px;
  }

  #nurse-center #full-site tr.category-header-row.mobile-only {
    border-top: 1px solid #464646;
  }

  #nurse-center #full-site table.nurse-table.laboratory-abnormalities-table tr.category-header-row>td:nth-child(4),
    #nurse-center #full-site table.nurse-table.laboratory-abnormalities-table tbody tr:last-child>td:nth-child(4) {
    border: none;
  }

  #nurse-center #full-site .nurse-table.laboratory-abnormalities-table tbody tr:last-child {
    border-bottom: 1px solid #464646;
  }

  #nurse-center #full-site #one-ns-etcmah>p,
    .td-indent {
    text-indent: -6px !important;
    padding-left: 6px !important;
  }

  #nurse-center #full-site #safety-accordion>:nth-child(2) {
    margin-bottom: 0px;
  }

  #nurse-center #full-site .cmp-accordion__panel .table-container-dosing.updt-cnt>p {
    font-size: 16px !important;
  }

  #nurse-center #full-site #ads-safety,
    #full-site .bradycardia-points {
    padding-bottom: 30px;
    margin: 0;
  }

  #nurse-center #full-site .table-container.second-table-ns,
    #bradycardia-text .table-container-dosing.updt-cnt,
    #full-site #bradycardia-text .bradycardia-points ul {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    margin: 0;
  }

  #nurse-center #dose-nurse>p.dose-nurse-modifi,
    #nurse-center #full-site .my-font-20 {
    font-size: 20px !important;
    line-height: 25px !important;
    padding-bottom: 15px !important;
  }

  #nurse-center #full-site .dose-modification.management-bradycardia--dm {
    margin: 60px 0px 0px 0px;
  }

  #nurse-center #full-site .dose-modification.management-bradycardia--dm .row-2.dose-abs .para-font p.tp-cust {
    margin-top: 18px;
  }

  #nurse-center #dose-nurse>p.dose-nurse-modifi {
    padding-top: 30px;
  }

  #full-site .bradycardia-points {
    padding-bottom: 40px;
    max-width: 100%;
  }

  .pd-mob {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .pd-text {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #nurse-center #full-site .dose-modification {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  #ads-safety {
    padding-top: 10px;
  }

  #nurse-center .step-section .steps-felx .img-section {
    position: relative;
    margin: 0px 7px;
  }

  #nurse-center .three-num-desc {
    margin-top: 31px;
  }

  #nurse-center #full-site ul.pink-diamond-list.icon-small {
    padding-left: 23px;
  }

  #nurse-center #full-site .three-num-desc .one-test {
    margin-top: 3px;
  }

  #nurse-center #full-site .about-section-2 .sub-head {
    margin-bottom: 15px;
    line-height: 20px;
  }

  #full-site .about-section-2.pd-text table>tbody>tr>td:nth-child(2) {
    line-height: 17px;
  }

  #nurse-center .table-section table tr td:first-child {
    line-height: 15px;
  }

  #nurse-center #full-site .nurse-frst-section .update-wrap p.purple-font.dual-font {
    margin-bottom: 16px;
  }

  #nurse-center #full-site #two-video .desc-p,
    #nurse-center #full-site .nurse-frst-section .update-wrap p.purple-font.dual-font {
    line-height: 23px;
  }

  #full-site #two-video .nurse-frst-section .update-wrap p.pink-font {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  #nurse-center #full-site .pink-cta.pink-second-cta {
    margin: 60px 10px 60px;
  }

  #nurse-center #full-site .cust-ctctxt.footnote {
    margin-left: 10px;
  }

  #nurse-center #full-site .esrm1-sec1>div p.heading>span,
    #nurse-center #full-site .esrm1-sec1>div p.heading {
    line-height: 26px;
    /*font-size: 18px;*/
    margin-top: 0;
  }

  #nurse-center #full-site .esrm1-sec1>div p.heading {
    line-height: 28px;
  }

  #nurse-center #full-site #who-when-how-sec .pink-cta {
    margin-bottom: 60px;
    margin-top: 60px;
  }

  #nurse-center #full-site #dosing .subnav-eyebrow-bordertop {
    height: 62px;
  }

  #nurse-center #full-site .dosing-content .added-bn {
    margin-top: 15px;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table .treatment-header,
    #nurse-center #full-site table.nurse-table.visual-effects-table .treatment-header .n-value {
    font-size: 18px;
    line-height: 100%;
    text-align: left;
    font-weight: 700;
    position: relative;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table .treatment-header .n-value {
    margin-bottom: 11px;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table td {
    font-size: 18px;
    line-height: 100%;
  }

  #nurse-center #full-site .nurse-table.laboratory-abnormalities-table .n-value {
    font-weight: 700;
  }

  #nurse-center #full-site .esrm1-sec1>div {
    align-items: flex-start;
  }

  #nurse-center #full-site .head-div-custfirst {
    font-size: 20px;
    line-height: 25px;
  }

  #nurse-center .three-num-desc .pink-diamond-list li:before,
    #nurse-center #full-site #brady-section .pink-diamond-list li:before,
    #nurse-center #full-site .pink-diamond-list.pt-0 li:before {
    width: 13px;
    height: 13px;
  }

  #nurse-center #full-site .padding-top-nr {
    padding-top: 0px !important;
  }

    /* S code */
  #nurse-center .fred-gfd {
    font-family: 'Poppins';
    line-height: 26px !important;
  }

  #nurse-center .nurse-frst-section .div-splc {
    max-width: 336px;
  }

  #nurse-center .grfj-img {
    border-radius: 6px;
  }

  #nurse-center .grfj-d-img {
    border-radius: 6px;
  }

  #nurse-center .left-editc {
    margin-left: 10px;
  }

  #nurse-center .nrs-text {
    margin-left: 10px !important;
    padding-bottom: 60px !important;
  }

  #nurse-center .table-section table tr:last-child td:last-child {
    border-bottom-right-radius: 0px !important;
  }

  #nurse-center .table-section table tr:last-child td:first-child {
    border-bottom-left-radius: 0px !important;
  }

  #nurse-center .table-section table tr td:first-child {
    align-content: baseline;
  }

  #nurse-center .kernel-pdf {
    max-width: 330px !important;
  }

  #nurse-center .derf-fry {
    max-width: 350px !important;
  }

  #nurse-center .redimg-hun {
    border-radius: 0px !important;
  }

  #nurse-center .kinder-logn {
    margin-left: -6px;
  }

  #full-site  #adverse-reactions-container .table-container-dosing {
    padding-top: 0px;
  }
    /* Scode */
    
    /*MLR COMMENTS STARTS HERE*/
  #nurse-center #full-site  .white-pink-acess.acess-parc-3-pink.mb-32 .div-custc ,#nurse-center #full-site .common-img-container.patient-container p {
    max-width: 240px !important;
    padding-bottom: 11px;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table .treatment-header.header-nurse-1,#nurse-center #full-site table.nurse-table.visual-effects-table .treatment-header.header-nurse-2 {
    position: relative;
    padding-bottom: 40px;
    letter-spacing: -0.03em;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table .treatment-header.header-nurse-1 .grd-pop,#nurse-center #full-site table.nurse-table.visual-effects-table .treatment-header.header-nurse-2 .grd-pop {
    position: absolute;
    white-space: nowrap;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table .treatment-header.header-nurse-1 .grd-pop {
    left: -18px;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table .treatment-header.header-nurse-1,    #nurse-center #full-site table.nurse-table.visual-effects-table .treatment-header.header-nurse-1 .n-value {
    text-align: end;
 /* width: 78%; */
 /* min-width: 43px; */
    ;
  }

  /*#nurse-center #full-site table.nurse-table>tbody>tr>td:nth-child(2) {*/
  /*  max-width: 77px;*/
  /*  min-width: 77px;*/
  /*}*/

  #nurse-center #full-site table.nurse-table .treatment-header {
    padding: 4px 4px 4px 4px;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table thead>tr td:nth-child(1) {
    width: 32%;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table thead>tr td:nth-child(2) {
    width: 28%;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table thead>tr td:nth-child(3) {
    width: 100%;
  }
     /*MLR COMMENTS ENDS HERE*/;
}

@media screen and (min-width:992px) and (max-width:1439px) {
  #nurse-center #about-etcamah, #nurse-center #esr1m-monitoring, #nurse-center #dosing, #nurse-center #ar-management, #nurse-center #drug-interactions, #nurse-center #app-nurse-resources {
    scroll-margin-top: 155px;
  }
}

@media screen and (min-width:992px) and (max-width:1200px) {
  #nurse-center #full-site .clinical-studies-main-content {
    max-height: unset;
  }

  #nurse-center #full-site .esrm1-sec1 {
    margin-left: 0;
  }

  #full-site .esrm1-sec1 {
    display: flex;
    gap: 42px !important;
  }
}

@media screen and (min-width:592px) and (max-width:991px) {
  #nurse-center #about-etcamah, #nurse-center #esr1m-monitoring, #nurse-center #dosing, #nurse-center #ar-management, #nurse-center #drug-interactions, #nurse-center #app-nurse-resources {
    scroll-margin-top: 156px;
  }
}

@media screen and (min-width:400px) and (max-width:591px) {
  #nurse-center #about-etcamah, #nurse-center #esr1m-monitoring, #nurse-center #dosing, #nurse-center #ar-management, #nurse-center #drug-interactions, #nurse-center #app-nurse-resources {
    scroll-margin-top: 160px;
  }
}

@media screen and (min-width:400px) and (max-width:991px) {
  #nurse-center .kernel-pdf {
    max-width: 100% !important;
  }

  #nurse-center .nurse-frst-section .div-splc,    #nurse-center .derf-fry {
    max-width: 100% !important;
  }

  #nurse-center #full-site .white-pink-acess.acess-parc-3-pink.mb-32 .div-custc, #nurse-center #full-site .common-img-container.patient-container p {
    max-width: 100% !important;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table {
    max-width: 100%;
    margin: 0 auto;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table .treatment-header.header-nurse-1 .grd-pop, #nurse-center #full-site table.nurse-table.visual-effects-table .treatment-header.header-nurse-2 .grd-pop {
    position: unset;
  }

  #full-site .visual-effect-left-text-content1 li ,#full-site .visual-effect-right-text-content1 li {
    max-width: 100%;
  }

  #nurse-center .pink-cta.monitor-text {
    max-width: 100%;
  }

  #nurse-center .box .img-section img {
    width: 100%;
  }

  #nurse-center .cardiac-g {
    max-width: unset;
  }

  #full-site table .main-title {
    position: relative;
    top: 0;
    left: 0;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table .treatment-header, #nurse-center #full-site table.nurse-table.visual-effects-table .treatment-header .n-value {
    text-align: center;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table .treatment-header.header-nurse-1, #nurse-center #full-site table.nurse-table.visual-effects-table .treatment-header.header-nurse-1 .n-value {
    text-align: center;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table td:nth-child(3).treatment-header >span.n-value {
    margin-bottom: 31px;
  }
  
#nurse-center #full-site .acess-parc-3-pink .download-button {
    margin-left: 78px;
}

#nurse-center #full-site .white-pink-acess.acess-2-row-2-pink .download-button{
    margin-left: 93px;
}

#nurse-center #full-site .white-pink-acess.acess-1-row-1-pink .download-button {
    margin-left: 93px;
}

#nurse-center #full-site .white-pink-acess.acess-1-row-1-pink>div {
    gap: 13px;
}

#nurse-center .acess-parc-3-pink>div {
    gap: 23px !important;
}

#nurse-center #full-site .white-pink-acess.acess-1-row-1-pink .mobile-only{
    max-width: unset;
    width: auto;
}

#nurse-center #full-site .white-pink-acess.acess-1-row-1-pink>div>div:first-child img, #nurse-center #full-site .white-pink-acess.acess-2-row-2-pink>div>div:first-child img {
    max-width: unset;
}
#nurse-center #full-site #mobile-h1 .yellow-text-sub {
    
    max-width: 41%;
}
}

@media screen and (min-width:400px) and (max-width:720px) {
  #nurse-center .for-text {
    max-width: 679px;
  }
}

@media screen and (min-width:391px) and (max-width:400px) {
 
  #nurse-center #full-site table.nurse-table.visual-effects-table td:nth-child(3).treatment-header >span.n-value {
    margin-bottom: 31px;
  }
}

@media screen and (min-width:679px) and (max-width:991px) {
 
  #nurse-center #full-site table.nurse-table.visual-effects-table .treatment-header.header-nurse-1 .n-value {
    margin-bottom: 31px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1080px) {
  #nurse-center h2.table-title.global-max-width.support-resource {
    margin-left: 30px;
  }

  #full-site .cmp-navigation__item.cmp-navigation__item--level-1>a.cmp-navigation__item-link, #full-site .cmp-navigation__item.cmp-navigation__item--level-0:has(.has-subpage)>ul>li>ul li a {
    padding: 10px 11px;
    font-size: 14.5px;
  }

  #full-site .ic-header .cmp-navigation__group li:nth-child(9) .cmp-navigation__dropdownmenu {
    left: -57px;
  }
}

@media screen and (min-width: 1081px) and (max-width: 1400px) {
  #nurse-center h2.table-title.global-max-width.support-resource {
    margin-left: 7%;
  }
}

@media screen and (max-width:388px) {
  #nurse-center #full-site .reference-section ol li {
    word-break: break-word;
  }

  #nurse-center #management-strategies .subnav-eyebrow-bordertop {
    height: 60px;
  }

  #nurse-center  .title-pros.text-color--dark-fushcia {
    max-width: 90%;
  }

  #nurse-center #full-site .white-pink-acess.acess-2-row-2-pink .download-button, #nurse-center #full-site .white-pink-acess.acess-1-row-1-pink .download-button {
    margin-left: 81px;
  }

  #nurse-center #full-site table .main-title {
    top: 15px;
    left: 0;
  }

  .dg-row--left-title, .dg-row--right-title, #nurse-center .drug-interactions--table .pink-diamond-list li {
    font-size: 12px;
  }

  #full-site table.laboratory-abnormalities-table .main-title {
    padding: 12px 3px 12px 0;
    font-size: 11px;
    min-width: 118px;
  }

  #full-site table .main-title {
    min-width: 124px;
    padding: 12px 3px 12px 0;
    font-size: 11px;
  }

  #full-site table .treatment-header {
    font-size: 11px;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table .treatment-header, #nurse-center #full-site table.nurse-table.visual-effects-table .treatment-header .n-value {
    font-size: 11px;
  }

  #nurse-center #full-site table.nurse-table.visual-effects-table td {
    font-size: 11px;
  }

  #full-site table .subheader {
    font-size: 11px;
  }

  #full-site table .category-header {
    font-size: 11px;
  }

  #full-site table .condition-name {
    font-size: 11px;
  }

  #full-site table .data-cell {
    font-size: 11px;
  }

  #full-site table>tbody>tr>.data-cell:nth-child(5), #full-site table>tbody>tr>.data-cell:nth-child(6) {
    font-size: 11px;
  }
}

#nurse-center .cust-endftnote {
  padding-left: 5px;
}

@media screen and (min-width: 391px) and (max-width: 440px) {
    
  #full-site table .category-header {
    padding: 8px 8px 8px 12px;
  }

  #full-site table .main-title {
    position: relative;
    top: 0;
    left: 0;
  }
  
  #nurse-center #full-site .acess-parc-3-pink .download-button {
    margin-left: 78px;
}

#nurse-center #full-site .white-pink-acess.acess-2-row-2-pink .download-button{
    margin-left: 93px;
}

#nurse-center #full-site .white-pink-acess.acess-1-row-1-pink .download-button {
    margin-left: 93px;
}

#nurse-center #full-site .white-pink-acess.acess-1-row-1-pink>div {
    gap: 13px;
}

#nurse-center .acess-parc-3-pink>div {
    gap: 23px !important;
}

#nurse-center #full-site .white-pink-acess.acess-1-row-1-pink .mobile-only{
    max-width: unset;
    width: auto;
}

#nurse-center #full-site .white-pink-acess.acess-1-row-1-pink>div>div:first-child img, #nurse-center #full-site .white-pink-acess.acess-2-row-2-pink>div>div:first-child img {
    max-width: unset;
}
}

@media screen and (min-width: 320px) and (max-width: 389px) {
    
  #full-site table .category-header {
    padding: 8px 5px 8px 12px;
  }

  #full-site table .main-title {
    position: relative;
    top: 0;
    left: 0;
  }
   #nurse-center #full-site table.nurse-table.visual-effects-table .treatment-header.header-nurse-1 .grd-pop {
    left: 9px;
    top: 46px;
  }
  
  #nurse-center #full-site .white-pink-acess.acess-1-row-1-pink>div>div:first-child img, #nurse-center #full-site .white-pink-acess.acess-2-row-2-pink>div>div:first-child img {
    max-width: unset;
}

#nurse-center #full-site .white-pink-acess.acess-2-row-2-pink>div, #nurse-center #full-site .white-pink-acess.acess-1-row-1-pink>div {
    gap: 0 !important;
}
}

/*@media screen and (min-width: 320px) and (max-width: 360px) {*/
/*  #nurse-center #full-site table.nurse-table.visual-effects-table .treatment-header.header-nurse-1 .grd-pop {*/
/*    left: 9px;*/
/*    top: 46px;*/
/*  }*/
/*}*/
