@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
body {
    font-family: 'Poppins', sans-serif;
}
p, li {
    font-size: 18px;
    line-height: 1.3;
}
.font-arial {
    font-family: Arial;
}
.font-roboto {
    font-family: 'Roboto Condensed', sans-serif;
}
.bg-blue {
    background-color: #00BCE4;
}
h1 {
    font-size: 75px;
    font-weight: 700;
}
h2 {
    font-size: 38px;
    font-weight: 700;
}
h3 {
    font-size: 25px;
    font-weight: 500;    
}
h4 {
    font-size: 22px;
    font-weight: 700;
}
h1, h2, h3, h4 {
    color: #0063C3;
}
.text-light-blue {
    color: #00BCE4;
}
.text-blue {
    color: #0063C3;
}
img {
    max-width: 100%;
}
.login-sub-haeding {
    font-size: 29px;
}
#navTabs {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    align-items: center;
    justify-content: center;
}
#navTabs a {
    color: #ffffff;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,.nav-tabs .nav-link,  .nav-tabs .nav-link:hover{
    background-color: transparent;
    border-color:  #ffffff;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
}
.nav-tabs .nav-link.active {
    background-color:#0063C3;
    font-weight: 700;
}
.nav-link {
    padding: 20px 55px;
}
.nav-tabs .nav-item {
    margin-bottom: 0px;
}
section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.start-btn, .continue-btn {
    border-radius: 25px;
    width: auto;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 50px;
    font-size: 20px;
    background-image: linear-gradient(#2DBCB6, #1D7F7A);
    border: 0;
}
.continue-btn {
    margin-top: 45px;
    padding: 5px 37px;
    margin-bottom: 40px;
}
.start-btn:hover, .continue-btn:hover {
    color: #ffffff;
}
.number {
    font-family: Arial;
    font-size: 30px;
    background-color: #2DBCB6;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 22px;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 700;
}
.calculation-block input[type="text"] {
    text-align: center;
    color: #818181;
    font-size: 20px;
    font-weight: 700;
    border: 2px solid #7F9BB1;
    padding: 5px 10px;
    width: auto;
    font-style: italic;
}
.calculation-block input[type="text"]:focus { 
    color: #0063c3;
    font-style: normal;
}
.geographic-block input[type="text"] {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    border: 2px solid #7F9BB1;
    padding: 5px 10px;
    width: auto;
    font-style: normal;
}
.calculation-block .patients-block input[type="text"], .calculation-block .healthliteracy-block input[type="text"] {
    max-width: 15%;
}
hr {
    border: 0;
    border-top: 2px solid #EC951A;
}

.reset-block {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reset-block p {
    font-size: 15px;
    color: #EA95AB;
    max-width: 125px;
    width: auto;
    margin-bottom: 0;
    font-weight: 400;
    text-align: left;
}
.reset-block img {
    width: auto;
    max-width: 35px;
}
.calculation-block span, .calculation-block label {
    font-size: 15px;
    color: #000000;
    margin-bottom: 0;
}
.labelblock {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: -8px;
}
.age-block input {
    max-width: 26%;
}
.yellow-bar {
    background-color: #EC951A;
    margin-top: -56px;
}
.yellow-bar h3 {
    color: #000000;
    font-size: 20px;
    padding: 15px 0px;
    margin-bottom: 0;
}
.yellow-bar .drop-list{
    display: flex;
}
.yellow-bar .results-select{
    padding:10px;
}

.yellow-bar .results-select {
    padding: 4px 9px;    
    font-size: 15px;
    color: #0063C3 !important;
    background-color: #ffffff !important;
    border: 1px solid #7F9BB1;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("../images/dropdown-up.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right;
    background-position-y: 9px;
    background-position-x: 173px;
    border: 0px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 0rem;
    width: 200px;    
}
.yellow-bar .results-select option, .yellow-bar .results-select option:hover {
    background-color: #ffffff;
    color: #0063c3;
}
/* .yellow-bar .dropdown.show .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.1em;
    content: "";
    border-top: 0.6em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transform: rotate(180deg);
} */
select.results-select:hover {
    background-image: url("../images/dropdown-down.png");
    background-size: 16px;
    background-position: right;
    background-position-y: 9px;
    background-position-x: 173px;
    color: #ffffff !important;
    background-color: #0063C3 !important;
}
.yellow-bar .results-select:focus, .yellow-bar .results-select:focus-visible {
    border: 0;
    box-shadow: none !important;
    outline: none;
}
/* .yellow-bar .results-select::after {    
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.1em;
    content: "";
    border-top: 0.6em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
} */
.yellow-bar .dropdown-menu {
    margin-left: -1px;
    margin-top: 1px;
    padding: 0;
    border: 1px solid #7F9BB1;
    border-radius: 0;
    border-top: 0;
}
.yellow-bar .dropdown-item {
    padding: 5px 15px;
    color: #0063C3;
}
.yellow-bar .dropdown-item:active {
    padding: 5px 15px;
    color: #0063C3;
    background-color: #ffffff;
}
.footerMain {
    background: #0062C3;
    color: #fff;
}
.footerMain .footerMain-inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.footerMain a {
    color: #fff;
    font-size: 16px;
    font-family: Arial;
    padding-left: 10px;
    padding-right: 20px;
}
.copright-text {
    font-size: 11px;
}
.footerMain img {
    max-width: 140px;
}
.footerMain .img-block {
    display: flex;
    align-items: end;
    justify-content: end;
}
.footerMain .amgen-logo {
    max-width: 90px;
    margin-right: 20px;
}
.hangnotes .small {
    font-size: 0.75rem;
    color: #000000;
    margin-bottom: 0;
}
.fake-bullet {
    position: relative;
}
.fake-bullet span.bullet {
    top: 0;
}
.fake-bullet .bullet {
    position: absolute;
    left: 0;
    text-align: right;
    top: 4px;
    width: 21px;
}
/* maduri css start */
ol li {
    margin-bottom: 5px;
}
.popup-text{
    margin-top: 40px;
    margin-bottom: 1.5rem;
    padding-left: 18px;
    font-weight: 600;
    font-size: 17px;
}
#login-modal .modal-content {
    border: 0;
    border-radius: 0;
}
.inputfield-adjust{
    padding-bottom: 18px;
}
.modal-input-section-two{
    padding-top: 1rem;
    text-align:center;
}
.prgm-modal-button {    
    background-image: linear-gradient(#2DBCB6, #1D7F7A);
    border: 0;
    border-radius: 25px;
    width: auto;
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 65px;
    font-size: 20px;
}
.prgm-modal-button:hover {
    color: #ffffff;
}
#login-modal .close {
    font-size: 32px;
    font-weight: 400;
}
#login-modal .modal-body {
    margin-right: 6px;
    margin-bottom: 15px;
    padding: 0rem;
}
button:focus {
    outline: 0px;
    outline: none;
}
.form-check-label {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 500;
}
.spacing{
    padding-bottom: 13px;
}
.form-adjust{
    /* padding-left: 336px; */
}
.col-padding{
    padding-left: 0px;
    margin-left: 15px;
}
.col-padding input {
    max-width: 31%;
}
.column-padding input {
    max-width: 53%;
}
.bottom-padding{
    padding-bottom: 10px;
}
.text-padding{
margin-bottom: 1.5rem;
}
row-padding{
    padding-left: 166px;
}
.vertical-align {
    display: flex;
    align-items: center;
    justify-content: end;
}
.inputfield-adjust { 
    width: auto;
    text-align: center;
    font-weight: 700;
}
.login .inputfield-adjust, .login .inputfield-adjust:focus {
    font-weight: normal;
    max-width: 190px;
    border: 2px solid #7F9BB1;
    outline: none;
    padding-bottom: 0 !important;
    height: 45px;
}
#geographic-block .inputfield-adjust {       
    max-width: 99%; 
    background: #E5EAEF;
}
.inputfield-adjust-red {    
    max-width: 99%;
    background: #E5EAEF;
    width: auto;
    text-align: center;
    font-weight: 700;
    color:#D34D2F !important;
}
.inputfield-2 {    
    max-width: 99%;
    width: auto;
    text-align: center;
    font-weight: 700;
    color:#0063C3;
}
input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    border: 0px solid lightgrey;
    background-color: lightgrey;
    width:25px;
    height:25px;
}
input[type="checkbox"]:checked:after {
    content: "+";
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    color: #2DBCB6;
    position: absolute;
    transform: rotate(45deg);
    width:25px;
    height:25px;
    left: 3px;
    top: 1px;
}
input[type="checkbox"] {
    width:25px;
    height:25px;
    position: relative !important;
}
.block3-calculation{
    left: -100px;
    max-width: 350px;
    width: auto;
}
.block3-label{
    padding-left: 0px;
}
.geographic-block input[type="text"], .race-block input[type="text"] {
    background-color: #E5EAEF;
    border: 0;
    height: 44px;
    max-width: 160px;
}
.race-block input[type="text"] {
    background-color: transparent;
    border: 2px solid #7F9BB1;
}
/* madhuri css end */
/* abhishek css */
.results-block, #presentation-block, #results-text-block {
    display: none;
}
#results_hcru {
    padding-bottom: 40px;
    margin-bottom: 40px;
}
#results_hcru .carousel-inner {
	padding-bottom: 50px;
}
#results_hcru .carousel-indicators li {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #707070;
	opacity: 1;
	margin-right: 5px;
    margin-left: 5px;
}
#results_hcru .carousel-indicators li.active {
	background-color: #0063C3;
}
#results_hcru .carousel-control-prev-icon,
#results_hcru .carousel-control-next-icon{
	width: 40px;
	height: 40px;
}
#results_hcru .carousel-control-prev-icon {
	background-image: url('../images/slider-left.png');
}
#results_hcru .carousel-control-next-icon {
	background-image: url('../images/slider-right.png');
}
#results_hcru .carousel-control-next, #results_hcru .carousel-control-prev {
	width: auto;
}
#results_hcru .carousel-control-next {
	right: -50px;
}
#results_hcru .carousel-control-prev {
	left: -50px;
}
.population-map-block .population-map {
	position: relative;
	background-image: url('../images/population-full.png');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.population-map-block .population-map.full {
    background-image: url('../images/population-full.png');
}
.population-map-block .population-map.eighty {
    background-image: url('../images/population-80.png');
}
.population-map-block .population-map.fifty {
    background-image: url('../images/population-50.png');
}
.population-map-block .population-map.ten {
    background-image: url('../images/population-10.png');
}
.population-map-block .population-map.one {
    background-image: url('../images/population-1.png');
}
.population-map-block .population-map .population-number {
	position: absolute;
	width: 100%;
	text-align: center;
    top: 50%;
	left: -20px;
    right: 0;
    font-size: 45px;
    font-weight: 700;
    color: #EC951A;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0%, -50%);
}
.population-map-block .population-text p {
	border-bottom: 1px solid #707070;
	text-align: right;
	margin-bottom: 0px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.population-map-block .population-text p:last-child {
	border-bottom: 0px solid #707070;
}
.population-map-block .population-text p a, .population-map-block .population-text p a:active {
	color: #000000;
	text-decoration: none;
}
.population-map-block .population-text p a.active {
	color: #0063C3;
	font-weight: 700;
}
.hcru-p {
    max-width: 345px;
    margin: auto;
}
.population-hcru-block .cell {
    margin-bottom: 1rem;
}
.population-hcru-block img {
    max-width: 100px;
	max-height: 90px;
}
.population-hcru-block .max-width-55 {
    max-width: 55px;
}
.presentation-bar .separator {
    background-color: #EC951A;
    width: 2px;
    display: inline-block;
    height: 32px;
    margin-top: 10px;
}
/* neha css start */
.icon {    
    padding-top: 20px;
    padding-bottom: 15px;
    display: block;
    margin:0 auto;
}
.assumption-table {
	width: 100%;
}
.assumption-table tr td {
	width: 50%;
	vertical-align: baseline;
}
.assumption-table tr td:first-child {
	padding-right: 25px;
}
.assumption-table tr td:last-child {
	padding-left: 25px;
}
#assumptions-tab .icon-1 {
    max-width: 103px;
}
#assumptions-tab .icon-2 {
    max-width: 150px;
}
#assumptions-tab .icon-3 {
    max-width: 90px;
}
#assumptions-tab .icon-4 {
    max-width: 55px;
}
#assumptions-tab .icon-5 {
    max-width: 90px;
}
#assumptions-tab .icon-6 {
    max-width: 88px;
}
#assumptions-tab p {
    font-size: 16px;
}
.footnote {
    font-size: 12px !important;
    color: #000000;
}
.border-warning {
    padding-left: 7px;
    margin-right: 7px;
}
#results-text-block p {
    font-size: 16px;
    margin-bottom: 22px;
}
#results-text-block h4 {
    margin-bottom: 16px;
}
#results-text-block .col {
    padding-top: 10px;
    padding-bottom: 10px;
    align-self: center;
}
/* neha css end */
.desktop-bar {
    display: block;
}
.mobile-bar {
    display: none;
}

.population-map-block div h2 {
	margin-top: 40px;
}
@media screen and (min-width: 768px) {
	.fake-bullet {
		padding-left: 0;
		margin-left: 0;
	}
	.fake-bullet {
		padding-left: 0;
		margin-left: 0;
	}
	.fake-bullet .bullet {
		left: -21px;
	}
	.carousel-item {
		min-height: 665px;
	}
}
@media screen and (max-width: 767px){
    #navTabs a {
        color: #ffffff;
        border-left: 0;
        border-right: 0;
        border-bottom: 0px solid #ffffff;
        padding: 12px;
        font-size: 12px;
    }
    .nav-tabs .nav-item {
        display: inline-flex;
        width: 33%;
    }
    h1 {
        font-size: 60px;
    }
    .footerMain .img-block {
        margin-top: 10px;
        justify-content: center;
    }
    .footerMain .copright-text {
        text-align: center;
    }
    .footerMain a {
        font-size: 13px;
    }
    .reset-block img {
        max-width: 26px;
    }
    .reset-block p {
        font-size: 12px;
        max-width: 100px;
    }
    .labelblock {
        justify-content: center;
    }
    .calculation-block input {
        max-width: 100%;
    }
    .vertical-align {
        justify-content: center;
    }
    .col-padding input {
        max-width: 100%;
    }
    .col-padding {
        margin-left: 0;
        padding-left: 15px;        
        text-align: center !important;
        padding-top: 10px;
    }
    .age-block input {
        margin-left: 0;
    }
    .fake-bullet {
        padding-left: 21px;
        position: relative;
        margin-left: -19px;
        word-break: break-all;
    }
    .calculation-block .patients-block input[type="text"], .calculation-block .healthliteracy-block input[type="text"], .geographic-block input[type="text"], .race-block input[type="text"] {
        max-width: 100%;
    }
    .bottom-padding {
        padding-bottom: 15px;
    }
    .race-block label, .geographic-block .form-adjust label {
        padding-bottom: 10px;
    }
    .population-map {
        min-height: 300px;
        max-width: 100%;
    }
    .population-text a {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .population-hcru-block .cell {
        margin-bottom: 2rem;
    }
    .yellow-bar .results-select {
        margin-bottom: 10px;
    }
    .new-calc-btn {
        font-size: 19px;
    }
    section {
        padding-bottom: 0;
    }
    #results-text-block section {
        padding-bottom: 6px;
    }
    #references-tab section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #calculations-tab section {
        padding-bottom: 20px;
    }
    #assumptions-tab h3 {
        margin-bottom: 15px;
    }
    #assumptions-tab section {
        padding-top: 20px;
    }
    #references-tab .ol-font {
        word-break: break-word;
    }
    .continue-btn {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .desktop-bar {
        display: none;
    }
    .mobile-bar {
        display: block;
        position: absolute;
        max-height: 100%;    
        overflow: hidden;
    }
    .presentation-bar .separator {
        background-color: transparent;
    }
    #results_hcru .carousel-control-next, #results_hcru .carousel-control-prev {
        display: none;
    }
    .mobile-bar img {
        max-height: 695px;
    }
}
@media (min-width: 576px) {
    #login-modal .modal-dialog {
        max-width: 530px;
        text-align: center;
    }
}
.calc-content p:nth-child(2) {
    font-weight: 600;
}
.geographic-block .form-adjust {
    display: none;
}
input:focus {
    outline: none;
}
.geographic-block input:focus{
    color: #000000 !important;
}
.margin-bottom-12 {
    margin-bottom: 12px !important;
}
.marginbtm-adj {
    margin-bottom: 23px;
}
.ol-font::marker {
    font-weight: 600;
}