@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

mark{
  position: relative; 
  padding: 0;
}
/* mark div{ 
  display:none;
} 
mark:hover div,mark:focus div
{
  display:block;
} 
 */
.popup-up {
  -webkit-animation: popup-up 0.2s ease forwards;
  -moz-animation: popup-up 0.2s ease forwards;
  animation: popup-up 0.2s ease forwards;
}

.popup-down {
  -webkit-animation: popup-down 0.2s ease forwards;
  -moz-animation: popup-down 0.2s ease forwards;
  animation: popup-down 0.2s ease forwards;
} 

@keyframes popup-down{
  0% {
    opacity: 0;
    -webkit-transform: translate(0,-20px);
    -moz-transform: translate(0,-20px);
    -ms-transform: translate(0,-20px);
    transform: translate(0,-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@keyframes popup-up{
  0% {
    opacity: 0;
    -webkit-transform: translate(0,20px);
    -moz-transform: translate(0,20px);
    -ms-transform: translate(0,20px);
    transform: translate(0,20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }
}

.hindsightUnderline {
  background: #FCFCFC;
  cursor: pointer;
  display:inline-block;
  line-height: 25px;
  position: relative; 
}

.hindsightUnderline:after{
  content: '';
  border-bottom: 3px double rgb(75,0,130);
  position: absolute;
  width: 100%;
  height: 3px;
  display: block;
  bottom: 0;
}

.hindsightHighlight {
  background: #ccc4df;
  cursor: pointer;
  color: #333;
  display:inline-block;
  line-height: 15px;
  position: relative; 
  border-radius: .28571429rem;
  padding: 4px;
}

.hindsightHighlight:after{
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  background: #ccc4df;
  color: #444;
  cursor: pointer;
  border-radius: .28571429rem;
}
 
.hindsightUnderlineHoverSelected{
  background: #d1effa;
  cursor: pointer;
  border-radius: 0.28571429rem;
  position: relative;
  display:inline-block;
  line-height: 18px;
  padding: 5px;
}

.hindsightHighlightHoverSelected{
  background-color: #e6e6ff !important;
  cursor: pointer;
  border-radius: 0.28571429rem;
  position: relative;
  display:inline-block;
  line-height: 15px;
  padding: 5px;
}

.hindsightHindsightPopupMainDiv{
  z-index: 10000;
  position: absolute; 
  width: 330px;
  color: rgb(255, 255, 255);
  opacity:1;
  left: 0;
  font-style: inherit;
  border-radius: 4px;
}
.hindsightHindsightPopupSubDiv_one {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 10px 0px, rgba(0, 0, 0, 0.05) 0px 2px 15px 0px;
  max-height: 200px;
  color: black;
  overflow-wrap: break-word;
  font-size: 13px;
  border-radius: 4px;
  overflow: hidden;
  background: #ffffff;
  border: 2px solid grey;
}
.hindsightHindsightPopupSubDiv_two {
  margin: auto 0px;
  flex: 1 1 0%;
}

/*@@@@@@@@@@@@@@@@@@@@@@ Mobile CSS @@@@@@@@@@@@@@@@@@@@@@@*/

.hindsightMobile {
  background: inherit;
  border-bottom: none;
  color: inherit;
  font: inherit;
}

.hindsightMobilePopupAlertView {
  margin: auto 0px;
  flex: 1 1 0%;
}

.hindsightMobilePopup {
  z-index: 999;
  position: fixed;
  width: 99%;
  color: rgb(255, 255, 255);
  top: 40%;
  padding: 4px;
  left: 0;
  right: 0;
  bottom: auto; 
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.hindsightMobileCloseButton{
  position: absolute;
  top: -3px;
  right: 2px;
  z-index: 100000;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.hindsightMobilePopupMainView{
  box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 10px 0px, rgba(0, 0, 0, 0.05) 0px 2px 15px 0px;
  height: 125px;
  color: black;
  overflow-wrap: break-word;
  font-size: 13px;
  z-index: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: transform 10s; 
  transition: transform 10s;
  border: 2px solid grey;
}

@media screen and (min-width: 1270px)  
{
  .hindsightMobilePopup {
    width: 95%;
    top: auto!important;
  }
}

/* @media screen and (max-width: 640px)  
{
  section.left {
    width: 100%;
    float: left;
  }
} */

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
 
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
 
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
 
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
 
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
 
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
 
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.tippy-tooltip {
  border-radius: 6px;
  background-color: rgba(0, 23, 57, 0.9);
  box-shadow: 0 6px 18px 0 rgba(0, 23, 57, 0.2);
  padding: 13px 16px 14px 16px;
}

.tippy-content {
  text-align: left;
  max-width: 300px;
}


button.tooltipCloseButton {
  background: none;
  border: none;
  cursor: pointer;
  appearance: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 14px;
  right: 12px;

  
}

.ht-tooltip-title {
  color: #fff;
  font-family: 'TT Commons', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.53px;
  line-height: 18px;
  margin: 0 0 10px 0;
}

.ht-tooltip-content {
  color: #fff;
  font-family: 'TT Commons', sans-serif;
  font-size: 14px;
  letter-spacing: 0.53px;
  line-height: 16px;
  margin: 0;
}

.firstCloseSpan {
  position: absolute;
  left: 7px;
  top: -2px;
  content: ' ';
  height: 17px;
  width: 2px;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.secondCloseSpan {
  position: absolute;
  left: 7px;
  top: -2px;
  content: ' ';
  height: 17px;
  width: 2px;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.firstCloseSpan:first-of-type {
  transform: rotate(45deg);
}

.secondCloseSpan:last-of-type {
  transform: rotate(-45deg);
}