

/* AD */
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Bayer Sans",Arial, Sans-Serif; 
    /* font-size: 62.5%; */
    /* Sets up the Base 10 stuff */
    box-sizing: border-box;
}
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0;
}
sup{
	position: relative;
    top: 1px;
}
#isi-links {
    z-index: 15;
}
.bayer-animation-wrapper{
position: relative;
overflow: hidden;
}
.clickable{
cursor: pointer;
}
#animation_container{
position: relative;
overflow: hidden;
}
#animation_container{
position: relative;
}
#main-content-container {
    
    position: absolute;
    top:0;
    left:420px;
    right: 0;
    height: 76.32px;
    /*width: 311px;*/
    z-index: 20;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0px 0px 0px;
    background: #fff;
    box-sizing: border-box;
    transition: left 1.5s ease, width 1.5s ease-in-out;
}
.hide-scrollbar-1 {
    scrollbar-width: none; /* Firefox */
}

.hide-scrollbar-1::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}
.scroll {
    overflow-y: auto;
}

.scroll::-webkit-scrollbar {
    width: 3px;
}

.scroll::-webkit-scrollbar-track {
    background:
        linear-gradient(
            to right,
            transparent 1px,
            #000 1px,
            #000 2px,
            transparent 2px
        );
}

.scroll::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 10px;
}


.main-content{
	width: 100%;
	padding: 0 2px 0 5px;
	margin-bottom: 10px;
	position: relative;
}

.prescribing {
    display: block;
    height: 13.68px;
    bottom: 0px;
    left: 420px;
    right:0;
    z-index: 21;
    font-size:6px;
    line-height: 9.68px;
    text-align:center;
    position: absolute;
    background-color:#802151 ;
    padding: 2px 5px;
    color:#fff;
    box-sizing: border-box;
    transition: left 1.5s ease, width 1.5s ease-in-out;
}
.bordered-content {
    border: 1px solid #000;
    padding: 3px 4px;
    margin-bottom: 9px;
}

.text-center {
    text-align: center;
}

.underline {
    text-decoration: underline;
}



h3, p, ul, a {
    margin-top: 0;
    margin-bottom: 9px;
    font-size: 7px;
    font-family: "Bayer Sans",Arial, sans-serif;
    color: #002e46;
    text-decoration: none;
}
.top-heading{
	background: #802151;
	padding: 3px 5px;
}
.top-heading p{
	letter-spacing: 0.1px;
	color:#fff;
	font-weight: 700;
}
.sub-heading{
	padding: 3px 5px 0px;
}
.sub-heading p{
	letter-spacing: 0.1px;
	color:#802151;
	font-weight: 700;
}
.text-color-primary{
	color:#802151;
}
h3 {
    text-transform: uppercase;
}

ul {
    padding: 0;
    list-style: none;
}

ul li {
    position: relative;
    padding-left: 10px;
}

ul li:before {
    content: '';
    display: block;
    height: 2px;
    width: 2px;
    background-color: #000;
    border-radius: 50%;
    top: 3px;
    left: 6px;
    position: absolute;
}

.line-ht-1{
 line-height: 1.1;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-2 {
    margin-bottom: 2px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-10 {
    margin-bottom: 10px;
}
/* Utils */

.border {
    padding: 0;
    margin: 0;
    border: 1px solid #000000;
}
  
  