

.referencoll  ol li{
  font-size: 1.0vw;
  padding-bottom: 10px;
  word-wrap: break-word;
  word-break: break-all;
  color: red;
}


.plus-image {
  position: absolute;
}


.customButton  {
    .btn-primary {
      width: 100%;
    }

  .btn-primary {
    background-color: #f2f5f7;
    color: #334469;
    border: 2px solid #dee5ea;
  }
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
      background-color: #0b5ed7;
    color: white;
      border: 2px solid #dee5ea;
  }
  


}



.customButton2  {
  .btn-primary {
    width: 370px;
  }

.btn-primary {
  background-color: #eb7e2f;
  color: white;
  border: 2px solid #dee5ea;
  font-size: 14px;
  font-weight: 700;
  animation: pulse 1s infinite;
}
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background-color: #0b5ed7;
  color: white;
    border: 2px solid #dee5ea;
}



}


@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}



.left-icon-holder {
  position:relative;
}
.left-icon-holder .fa {
  position:absolute;
  line-height: 24px;
  top:50%;
  margin-top: -12px; /* Half of line height to keep left middle postion of container */
  left: 10px;
}
