body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

.custom-container {
    margin-right: 20px;
    margin-left: 20px;
}

.flash-message{
  position: sticky;
  top: 10px;
  z-index: 1030;
  margin-left: 15px;
}

.spinner-grow{
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.spinner-border{
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.header {
  background-color: #0d2942 !important;
}

.login {
  margin-top: 100px;
}

.slp-link{
  font-weight: 600;
  border-top: 3px;
  border-color: rgba(111,111,111,0.2) transparent transparent;
  border-style: solid;
  padding-left: 10px;
  color: #fff !important;
  font-size: 14px;
  font-family: "Open Sans";
}

.text-break{
   word-break:break-word;
}

.line-height{
  line-height:20px !important
}

.scrapper-input{
  border:0px;
  border-bottom: 0.1px dotted DarkGrey
}

.truncate-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
}
