@import url("//hello.myfonts.net/count/3ccba8");

a {
  cursor: pointer;
  text-decoration: none;
  /* border: 1px solid red; */
}

.blur {
  filter: blur(20px);
}

.indicationDiv {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  float: left;
  border: 1px solid #ac145a;
  padding-top: 5%;
  position: absolute;
  top: 10%;
  right: 0%;
  z-index: 10;
  background-color: #ac145a;
  color: white;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 13px;
  cursor: pointer;
  padding: 2.5% 0.8%;
  transform: rotate(180deg) transform3d(0, 0, 0);
  padding-bottom: 20px;
  text-align: center;
}

.indicationDivSelected {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  float: left;
  border: 1px solid #ac145a;
  padding-top: 5%;
  position: absolute;
  top: 10%;
  right: 30% !important;
  z-index: 10;
  background-color: #ac145a;
  color: white;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 13px;
  cursor: pointer;
  padding: 2.5% 0.8%;
  transform: rotate(180deg), transform3d(0, 0, 0);
  text-align: center;
}

.indicationDivText {
  position: absolute;
  top: 10%;
  right: 0%;
  background-color: white;
  width: 30%;
  border: 1px solid #5251513d;
  z-index: 10;
  font-size: 12px;
  height: 85%;
  overflow-y: auto;
  border-radius: 0 0 0 100px;
  color: #554239;
  box-shadow: -14px 8px 20px 0px #5251513d;
  font-family: "Slate";
  background-color: #f1f1f1;
}

.indicationDivLinks {
  padding-top: 10px;
}

.indicationDivTabLinkSelected {
  font-family: "Slate-Black";
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #b41955;
  padding-left: 6%;
  display: inline-block;
}

.indicationDivTabLink {
  font-family: "Slate";
  font-size: 11px;
  text-decoration: none;
  color: #b41955;
  padding-left: 6%;
  display: inline-block;
}

.maroonText {
  font-family: "Slate-Black";
  color: #ac145a;
  font-size: 13px;
  font-weight: bold;
}

.closeIsiDivLink {
  font-size: 15px;
  padding-left: 10px;
}

.indicationDivTextContainer {
  padding: 5% 10% 7%;
}

.mainBtn {
  background-color: #ffffff;
  height: 36px;
  width: 166px;
  display: block;
  line-height: 3;
  text-decoration: none;
  color: #ac145a;
  font-size: 10px;
  font-weight: bold;
  border-radius: 5px;
}

.italicSpan {
  font-family: "Slate-Italic";
  font-size: 12px;
  text-decoration: underline;
}
