/* ISI */

.isi .container { position:relative; font-family: "Roboto Condensed", sans-serif;}
.isi .container > .row {  
  /* border-radius: 15px 15px 0 0;
  background-color: #fff; */
  /* padding-top:1.6rem; */
  /* padding-top: 20px; */
  padding-bottom: 92px;
  border-bottom:0;
  background-color: #fff;
}
/* .isi .container p { line-height: 22px; font-size: 18px; } */
.isi p { padding:0 0 7px; margin:0; }
.isi p > a, .isi p > strong a  { text-decoration:underline; }
.rotation{ transform: rotate(180deg); }
.isi-arr {
  position: absolute;
  top: 27px;
  right: 24px;
  z-index: 50;
  text-decoration: none;
  display: block;
  background-image: url("../images/global/isi-arrow.png");
  background-size:100%;
  width:16px;
  height:8px;
  text-decoration:none;
  /*display:none;*/
  font-size: 0;
}
.medwatch-nowrap{
  text-wrap: nowrap;
}
.isi-row h5{
  font-size: 20px;
}
.isi-pt-3{
  padding-top: 3px;
}

.isi-arr-bottom {
  position: absolute;
  right: 20px;
  top: 0;
  /* bottom: 27px; */ 
  align-items: center;
  justify-content: center;
  z-index: 50;
  text-decoration: none;
  display: flex;
  opacity: 0;
  transition: all 0.3s ease;
  flex-direction: column;
  background-size: 100%;
  width: 80px;
  height: 80px;
  text-decoration: none;
  font-size: 22px;
  border-radius: 50%;
  color: white;
  text-align: center;
  font-weight: 700;
  pointer-events: all;
}

.isi-arr-bottom.show {
  opacity: 1;
}

.isi-arr-bottom:hover{
  color: white;
}

.isi-arr-bottom img{
  width: 20px;
  margin-bottom: 7px;
}
@media (hover: hover) {
  #gotop:hover {
    background-color: #AF1685;
  }
}


/* .go-to-top-container{
  position: relative;
} */

.isi-arr:hover { text-decoration: none; }
.isi.heightAuto { 
  /* height: 400px; */
  height: calc(100vh - 218px); 
}
.isi .container { 
  height: 100%; 
  overflow: visible;
  background-color: #ffffff;
  /* box-shadow: 0px -3px 4px -1px rgba(0, 0, 0, 0.28) !important; */
  box-shadow: 0px 4px 8px #00000033;
  border-radius: 20px 20px 0 0;
  padding-right: 15px;
  padding-top: 20px;
 }
.isi.heightAuto .container .row { height:100%; overflow:auto; }
.isiPersistent { 
  position: sticky; 
  width: 100%; 
  bottom: 0; 
  left: 0;
  z-index: 100; 
}
/* .isiPersistent .container > .row { box-shadow: 0px -3px 4px -1px rgba(0, 0, 0, 0.28)!important;  } */
.isiPersistent .isi-arr { display:block; }
.isi-row {
  padding-right: 40px;
}
.isi .nowrap{
  white-space: nowrap;
}
@media (min-width: 992px) {
  /* .isiPersistent { height:135px; } */
  .isi-arr { right: 2.8rem; }
  /* .isi .container > .row { box-shadow: 0px -3px 4px -1px rgba(0, 0, 0, 0.28)!important; padding-bottom: 85px;} */
  .indication-text{ width: 215px; color: #2D2926; }
  .isi-row {
    /* padding-left: 40px; */
    padding-right: 75px;
  }
  .isi-row div{
    padding-left: 0;
    padding-right: 0;
  }

  .isi .container { 
    padding-left: 40px;
  }

  .isiPersistent {
    height: 15.6rem; 
  }
}

@media (max-width:767.98px) {
  .isi-arr-bottom{
    right: 20px;
  }

  .isi.heightAuto {
    height: calc(100vh - 235px);
  }
  .isi-row {
    padding-right: 25px;
  }
  .isi-arr{
    right: 15px;
  }
}

/* @media (min-width:768px) and (max-width:1400px) {
  .isi-arr-bottom{
    right: 100px;
  }
} */
