.hidden{
  display: none !important;
}

.pageLoader{
  background: url('../img/spinner.gif') no-repeat center center;
  position: fixed;
  top: 40%;
  left: 40%;
  height: 10%;
  width: 10%;
  z-index: 9999999;
  background-color: #ffffff00;

}

.bold{
  font-weight: bold !important;
}

.navbar{
  background-color: white !important;
  color: white !important;
}

  .navbar *{
    color: #f11d27 !important;
  }

.badge-primary{
  background-color: #f11d27 !important;
}

.nav-link{
  color: #f11d27 !important;
}

.btn-duplicate, .btn-duplicate:hover{
  background-color: #FFC634;
  border: 1px solid #FFC634;
  color: white;
}

.btn-info{
  color: white !important;
}

.navbar-toggler{
  border: 1px solid white;
}

.navbar-toggler:focus{
  box-shadow: none;
}

.navbar-toggler-icon{
  background-image: url('../img/menu-icon.png') !important;
  height: 30px;
}



.answer-image{
  display: inline-block;
  max-width: 25%;
}

.desireable{
  background-color: #5D7E62 !important;
}

.essential{
  background-color: #ffbd2e !important;
}

.urgent{
  background-color: #cf352e !important;
}


.trivial{
  background-color: #27a640 !important;
}
.tolerable{
  background-color: #ffff0c !important;
  color: black !important;
}
.moderate{
  background-color: #fab308 !important;
}
.substantial{
  background-color: #f40007 !important;
}
.intolerable{
  background-color: #000000 !important;
}



.fa-edit{
  color: #f11d27;
}

.pointer{
  cursor: pointer;
}

/* dashboard */

.dashboard-card{
  height: 130px;
}

.question-text{
  font-weight: bold;
}

.answer-section{
  cursor: pointer;
}