.text-main{
  color: #36b9cc;
}

.text-black{
  color: black;
}

.text-red{
  color: rgb(135, 2, 2);
}

.fs-sm{
  font-size: 12px;
}

.top-margin{
  margin-top: 7rem;
}
.nav-margin{
  padding-top: 1rem;
  border-top: 1px solid #ccc;
}
.text-right{
  text-align: end;
}
footer{
  margin-top: 30vh;
}
.import-file{
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 0.5rem;
}

.bg-purple{
  background-color: #581845 !important
}

.nowrap{
white-space: nowrap;
}

@media (min-width: 992px) {
  .nav-margin{
    padding-top:  0;
    border-top: 0;
  }
}