.border-question{
    border-bottom-left-radius: 0! important;
  }

#answersModalBody .card-body{
  border-bottom-right-radius: 0! important;
  border-bottom-left-radius: 1rem !important;
}

#answersModalBody .sub-answers .card-body{

  border-bottom-left-radius: 0! important;
}

.text-primary{
  color: var(--Btnlnk) !important;
}

@media (max-width: 480px) {
  .badge-mobile, .card-body button.btn-xs {
    font-size: 13px !important;
  }
}

.card .card-body {
  background-color: #f4f4f4;
}

#category-table{
  min-width: 1080px;
  table-layout: fixed;
}

#category-table th:nth-child(1){
  width: 100px;
}
#category-table th:nth-child(2){
  width: 80px;
  text-align: right;
}
#category-table td:nth-child(2){
  text-align: right;
}
#category-table th:nth-child(3){
  width: 400px;
}
#category-table th:nth-child(4){
  width: 400px;
}
#category-table th:nth-child(5),#category-table th:nth-child(6){
  width: 100px;
}

#user-table{
  min-width: 990px;
  table-layout: fixed;
}

#user-table th:nth-child(1){
  width: 80px;
  text-align: right;
}
#user-table td:nth-child(1){
  text-align: right;
}
#user-table th:nth-child(2){
  width: 150px;
}
#user-table th:nth-child(3){
  width: 500px;
}
#user-table th:nth-child(4){
  width: 150px;
}
#user-table th:nth-child(5),#user-table th:nth-child(6){
  width: 100px;
}

.accordion-body .border-bottom{
  border:0 !important
}

.accordion.accordion-left-icon .accordion-header .accordion-button:before {
  margin-right: .3333333333rem;
}

.notification{
  z-index: 1090;
}

.navbar-collapsable{
  min-height: 16px;
}