*{
  margin:0;
  padding:0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}
.pdf-box{
  display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 100%;
    position: relative;
}
.pdf-right{
  height: 100%;
  width: 646px;
    transition: max-width 0.1s ease-out 0s, min-width 0.1s ease-out 0s;
    /* min-width: 480px;
    max-width: 480px; */
  
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgb(207, 207, 207);
    box-shadow: rgba(0, 0, 0, 0.06) -5px 0px
}
.minw480{
  min-width: 40px !important;
  width: auto;
}
.pdf-left {
  width: 100%;
  overflow-y: auto;
  overflow-wrap: break-word;
}
.right-top{
  padding: 20px 10px 20px 20px;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}
.right-toggle-btn{
  border-radius: 50%;
    padding: 0px;
    height: 30px;
    width: 30px;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}
.right-con{
  width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-wrap: break-word;
}
.right-con-inner{
  padding: 15px 30px 30px;
}
.time-remaining{
  margin-bottom: 30px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.gQqDyS{
  font-size: 20px;
    font-weight: 700;
}
.eSwTLV {
  border: none;
  height: 1px;
  background-color: rgb(207, 207, 207);
}
.jhodvD {
  display: flex;
  flex-direction: column;
  padding: 10px 0px;
  /* min-height: 300px; */
  max-height: 350px;
  transition: min-height 0.2s ease-out 0s, max-height 0.2s ease-out 0s;
}
.lfTbUi {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 20px;
  padding-right: 20px;
}
.bGNrFe.small {
  border-radius: 50%;
  padding: 0px;
  height: 30px;
  width: 30px;
  font-size: 14px;
  border: none;
    background: transparent;
}
.corCYC {
  overflow: hidden;
}
.dYehhk {
  display: flex;
  flex-direction: row;
}
.fASvgZ {
  display: flex;
  flex-direction: column;
  padding: 10px 20px 10px 0px;
}
.gpSdAw {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0px;
}
.hzdDLZ {
  margin-bottom: 10px;
}
.hzdDLZ span {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.hzdDLZ span {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.bmqrDR {
  opacity: 0;
  width: 24px;
  height: 24px;
  margin: 0px;
  position: absolute;
}
.SFBLY span > div {
  color: rgb(85, 85, 85);
}
.WXPXz {
  display: flex;
  font-size: 24px;
}
.MTfhm {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  font-size: 16px;
}
.tSoua {
  padding-left: 10px;
  border-left: 5px solid rgb(109, 190, 69);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hzdDLZ span {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cNfNHf {
  display: flex;
  flex-direction: row;
}
.gFGVXr.small {
  width: auto;
  height: 40px;
  border-radius: 4px;
  padding: 0px 20px;
  font-size: 14px;
  line-height: 18px;
}
.caTAUP {
  margin-top: 10px;
  margin-bottom: 5px;
}
.gFGVXr, .gFGVXr:link, .gFGVXr:hover, .gFGVXr:visited {
  color: rgb(255, 255, 255);
}
.gFGVXr {
  box-sizing: border-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
  text-transform: capitalize;
  background-color: rgb(109, 190, 69);
  border: 1px solid rgb(109, 190, 69);
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.pdf-box-outer{
  background: white;
    position: fixed;
    height: 100%;
    width: 100%;
    inset: 0px;
    z-index: 9;
}
.goUyTN {
  display: inline-block;
  fill: currentcolor;
  user-select: none;
  height: 1em;
  transition: transform 0.3s ease-in-out 0s;
  font-size: 1em;
}
.transform180{
  transform: rotate(180deg);
}
.transform90{
  transform: rotate(90deg);
}
.button-hover{
  border:none;
  background: transparent;
  border-radius: 50%;
    padding: 0px;
    height: 30px;
    width: 30px;
    font-size: 14px;
    text-align: center;
}
.icon-jiantouxia-default{
  color:#1dafcc ;
  font-size: 12px;
}
.button-hover:hover,.right-toggle-btn:hover{
  background: #1dafcc;

}
.white{
  color: #fff;
}
.icon-jiantouyou{
  transform: translateX(-3px);
  display: inline-block;
}

@media (max-width: 480px){
  .pdf-right {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgb(255, 255, 255);
    min-width: 320px;
    max-width: 320px;
  }
}
