@charset "UTF-8";

.banner {
  border: 1px solid #333333;
  background: #FFFFFF;
  overflow: hidden;
  display: block !important
}

:root {
  --isi-width: 298px;
  --isi-height: 92px;
  --purple-color: #702b78
}

.bannerSize {
  width: 300px;
  height: 250px
}

.hide {
  opacity: 0
}

.noBR {
  white-space: nowrap
}

.aC {
  margin: 0 auto;
  left: 0;
  right: 0
}

.retina {
  background-size: contain !important
}

.clickTags{
    cursor: pointer
}

#btnExit {
  opacity: 0
}

body {
    color: #000;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased
}


/*:::::::::::::::DOM ELEM::::::::::*/


#background-5{
    background: url('../img/background-5.jpg')
}
#background-2,#background-4,#background-6{
    background: url('../img/background-2.jpg')
}
#background-3{
    background: url('../img/background-3.jpg')
}
#background{
    background: url('../img/background.jpg')
}
#diagonal-stripe{
    background: url('../img/diagonal-stripe.png')
}
#v-left{
    background: url('../img/v-left.png')
}
#v-right{
    background: url('../img/v-right.png')
}
#vraylar-logo1{
    background: url('../img/vraylar-logo1.png')
}
#text-1{
    background: url('../img/text-1.png')
}
#text-2-1{
    background: url('../img/text-2-1.png')
}
#text-2-2{
    background: url('../img/text-2-2.png');
}
#text-2-3{
    background: url('../img/text-2-3.png');
}
#text-2-4{
    background: url('../img/text-2-4.png');
}
#text-2-5{
    background: url('../img/text-2-5.png');
}
#text-2-6{
    background: url('../img/text-2-6.png');
}
#text-3-1{
    background: url('../img/text-3-1.png');
}
#text-3-2{
    background: url('../img/text-3-2.png');
}
#text-4-1{
    background: url('../img/text-4-1.png')
}
#text-4-2{
    background: url('../img/text-4-2.png')
}
#text-4-3{
    background: url('../img/text-4-3.png')
}
#text-4-4{
    background: url('../img/text-4-4.png')
}
#text-5{
    background: url('../img/text-5.png')
}
#text-6{
    background: url('../img/text-6.png')
}
#vraylar-logo{
    background: url('../img/vraylar-logo.png')
}
#cta{
    background: url('../img/cta.png');
    -webkit-transform-origin:center 133px;
    -moz-transform-origin:center 133px;
    -ms-transform-origin:center 133px;
    -o-transform-origin:center 133px;
    transform-origin:center 133px
}



/*::::::::::::::::ISI:::::::::::::*/

.bold {
    font-weight: bold
}

#isi {
  bottom: 0px;
  left: 0px;
  width: var(--isi-width);
  height: var(--isi-height);
  overflow: hidden;
  background: #fff
}

#isi-text {
  bottom: 0px;
  left: 0px;
  width: var(--isi-width);
  height: var(--isi-height);
  overflow-x: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

#isi-footer {
    bottom: 0px;
    left: 0;
    height: 13px;
    width: 300px;
    background: url('../img/isi-bottom.png')
}

.isi-f-pi {
    left: 5px;
    bottom: 0px;
    width: 127px;
    height: 13px
}

.isi-f-mg {
    left: 154px;
    bottom: 0px;
    width: 74px;
    height: 13px
}

.isi-wrapper {
    width: var(--isi-width);
    top: 155px;
    left: 0
}

#isi-container h3 {
    color: var(--purple-color);
    margin-bottom: 2px;
    margin-top: 2px
}

.isi-shadow {
    opacity: 0;
    top: -13px;
    height: 204px
}

#isi-container {
    left: 0px;
    width: var(--isi-width);
    height: 78px;
    background-color: #fff;
    font-family: arial, helvetica, sans-serif;
    color: #000000;
    font-size: 7.5px;
    line-height: 10px;
    overflow: auto;
    padding: 0px 5px;
    position: relative;
    cursor: default;
    border-bottom: #ccc 1px solid
}

#isi-container ul {
    list-style: disc;
    list-style-position: inside;
    margin: 0;
    padding-left: 16px
}

#isi-container ul li {
    list-style: disc
}

.text {
    padding-right: 12px;
    overflow: auto
}

.text h3 {
    margin-top: 2px;
    font-size: 7.5px
}

.text p {
    margin: 2px 0px
}

.p-indent {
    margin-left: 12px !important
}

.p-double-indent {
    margin-left: 17px !important
}

.p-Tiny-space {
    margin-bottom: 0px !important
}

.p-Medium-space {
    margin-bottom: 5px !important
}

.p-Large-space {
    margin-bottom: 8px !important
}

.bullet {
    left: 0px;
    margin-left: 0px;
    color: var(--purple-color);
    font-size: 7px;
    position: absolute
}

.bullet2 {
    left: 0px;
    margin-left: 11px;
    color: #000000;
    font-weight: bold;
    position: absolute
}

.colorP {
    color: var(--purple-color)
}

.purple {
    color: var(--purple-color);
    text-decoration: underline
}

.isi-pi,
.isi-mg {
    text-decoration: underline
}

.noBr {
    white-space: nowrap
}

.abbvieLogo {
    width: 80px;
    height: 23px;
    background-size: contain
}

/*:::::::::::::::: CUSTOM SCROLLBAR COLORS :::::::::::::*/

::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar-track {
    background-color: #e5e5e5;
    border-radius: 25px
}

::-webkit-scrollbar-thumb {
    background: #81277b;
    border-radius: 50px
}